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

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

.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: #091856;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Wrapper */
#design-wrapper { margin: 0; padding: 0; width: 100%; }
#design-wrapper .container {  }
#design-wrapper .container-fluid { padding: 0; }

/* Header */
#design-header-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 181px;
  background: #151742 url('../images/header-bg.jpg') repeat-x;
  border-bottom: 1px solid #0b335d;
  box-sizing: border-box;
}
#design-header-wrapper .container { height: 180px; background: url('../images/header.png') no-repeat center top; }

#design-logo { position: absolute; top: 10px; left: 0; z-index: 10; }
#design-logo img { height: 200px; }
#design-title { position: absolute; top: 40px; left: 200px; }
#design-title img { height: 120px; }

#design-social { position: absolute; top: 20px; right: 20px; text-align: right; }
#design-social a { display: inline-block; width: 36px; height: 36px; background: #1638c9; border-radius: 36px; font-size: 18px; color: #fff; line-height: 36px; text-align: center; text-decoration: none; transition: all 0.3s ease-in-out; }
#design-social a:hover { background: #2a4ee8; }

#design-nav { height: 50px; background: linear-gradient(to bottom, #294ce4 0%,#122c9e 100%); text-align: center; }
#design-container-main-nav { width: 100%; height: 50px; }

/* Main */
#design-main {
  display: block;
  margin: 0;
  width: 100%;
  background: #091856 url('../images/bg.jpg') no-repeat center top;
  box-sizing: border-box;
}
#design-main .container { padding: 30px; background: rgba(0, 0, 0, 0.3); }
#design-container-main { display: none; margin: 0; padding: 0; width: 100%; }

#design-buttons-top {  }
.design-buttons-top {
  display: block;
  margin-bottom: 20px;
  height: 100%;
  background: #1270d0;
  background: -moz-linear-gradient(top, #2a8bee 0%, #1270d0 100%);
  background: -webkit-linear-gradient(top, #2a8bee 0%,#1270d0 100%);
  background: linear-gradient(to bottom, #2a8bee 0%,#1270d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a8bee', endColorstr='#1270d0',GradientType=0 );
  text-align: center;
}
.design-buttons-top:hover { background: #2a8bee; }

#design-content { }
.design-section-title { margin-bottom: 10px; font-family: 'Steelfish', sans-serif; font-size: 60px; color: #646e9a; line-height: 1.0; text-align: center; text-transform: uppercase; }
.design-section-header { padding: 0; height: 55px; font-family: 'Steelfish', sans-serif; font-size: 30px; color: #fff; line-height: 55px; text-transform: uppercase; }
.design-section-header span { padding: 0 10px; height: 55px; background: #000; }
.design-section-header.twitter { background: url('../images/twitter.png') no-repeat top right; }
.design-section-header.youtube { background: url('../images/youtube.png') no-repeat top right; }
.design-section-header.instagram { background: url('../images/instagram.png') no-repeat top right; }

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

#design-contact { font-family: 'Steelfish', sans-serif; font-size: 30px; color: #4d5c96; line-height: 1.5; text-align: center; }
#design-contact a { display: block; font-size: 50px; color: #4d5c96; text-decoration: none; }

#design-container-1,
#design-container-2,
#design-container-3 { margin-bottom: 20px; padding: 8px; min-height: 400px; background: #f2f2f2; }

/* Footer */
#design-footer-top {
  margin: 0;
  padding: 15px 0;
  width: 100%;
  background: rgba(4,9,43,0.3);
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  font-family: 'Steelfish', sans-serif;
  font-size: 70px;
  color: #4d5c96;
  line-height: 1.0;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
}
#design-footer {
  margin: 0;
  padding: 15px 0;
  width: 100%;
  background: #091856;
  box-sizing: border-box;
}
#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: 'Steelfish', sans-serif; font-size: 14px; font-weight: 400; line-height: 1.5; color: #fff; text-transform: uppercase; 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: 'Steelfish', sans-serif; font-size: 14px; color: #fff; line-height: 1.5; text-transform: uppercase; }

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



/* CONTENT */
body .dii-content { overflow: visible; position: relative; margin: 0; padding: 6px; background: none; color: #000; }
body .dii-content a { color: #1638c9; }
body .dii-content a:hover { color: #b11b1b; }
body .dii-content:not(.fa) { font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 13px; -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: 'Steelfish', sans-serif; font-size: 30px; font-weight: 700; color: #000; 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: 'Steelfish', sans-serif; font-size: 30px; font-weight: 700; color: #000; 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: 50px;
  background: #0d4074;
  border-bottom: 2px solid #1638c9;
  box-sizing: border-box;
}
body .dii-content-header h2 {
  padding: 0 10px;
  height: 50px;
  font-family: 'Steelfish', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 50px;
  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 .dii-content:not(.dii-content-header) h2 { margin: 0; }


/* Links */
body .dii-content-linkview > a { padding: 0 10px; background: rgba(20,49,178,0.3); border: 1px solid rgba(180,193,247,0.3); color: #fff; font-family: 'Steelfish', sans-serif; font-size: 30px; font-weight: 700; line-height: 2.0; text-align: center; text-transform: uppercase; text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); }
body .dii-content-linkview > a:hover { color: #fff; text-decoration: none; }
body .dii-content-linkview { margin: 0 0 20px 0; padding: 20px; background: rgba(14,37,132,0.5); }
body .dii-content-linkview:hover { background: rgba(20,49,178,0.7); }
body .dii-content-linkview .fa-external-link { display: none; }

body .design-container .dii-content-linkview > a { padding: 0; background: none; color: #1638c9; font-family: 'Open Sans', sans-serif; font-size: 13px; font-weight: 400; line-height: 1.2; text-shadow: none; text-align: left; text-transform: none; }
body .design-container .dii-content-linkview > a:hover { background: none; color: #b11b1b; text-decoration: none; }
body .design-container .dii-content-linkview { margin: 0 5px; padding: 6px 6px 6px 20px; border-bottom: 1px dotted #b8b8b8; }
body .design-container .dii-content-linkview:hover { background: none; }
body .design-container .dii-content-linkview:before { content: '\f111'; position: absolute; top: 10px; left: 10px; font-family: 'FontAwesome'; font-size: 5px; color: #1638c9; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* 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; }
body .dii-content .dii-content-story { font-size: 14px; line-height: 1.5; }
body .dii-content .dii-content-story a { color: #1638c9; text-decoration: none; }
body .dii-content .dii-content-story a:hover { color: #b11b1b; 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: #1638c9; }
body .dii-content-continue a:hover { color: #b11b1b; 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: #1638c9; border: none; }
body .dii-calendar-upcoming-events { font-family: 'Open Sans', sans-serif; font-size: 14px; }
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: #1638c9; 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: #1638c9; }

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

/* Responsive Rotator */
body .dii-content.dii-content-rotator { margin: 0; box-sizing: border-box; }
body .dii-content.dii-content-rotator article { 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 { padding: 15px; text-align: center; }
body .dii-content-rotator article h2.no-url,
body .dii-content-rotator article h2 a { font-family: 'Steelfish', sans-serif; font-size: 42px; 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: #1638c9; text-decoration: none; }
body .dii-content-rotator article h3 {
  margin-bottom: 10px;
  padding: 6px 0 0 6px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}
body .dii-content-rotator article .article-story { padding: 0 8px; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 300; color: #fff; }
body .dii-content-rotator article .article-more {
  position: relative;
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  padding: 4px 8px;
  max-width: 100px;
  background: #b11b1b;
  border: 1px solid #1638c9;
  border-radius: 0;
  color: #fff;
  font-family: 'Steelfish', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.0;
  text-transform: uppercase;;
  transition: all 0.3s ease-in-out;
}
body .dii-content-rotator article .article-more:hover {
  background: #1638c9;
  border: 1px solid #1638c9;
  color: #fff;
  text-decoration: none;
}
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 {
  display: block;
  top: auto;
  left: auto;
  bottom: 10px;
  margin: 0 auto;
  width: 100%;
  border: none;
  border-radius: 0;
  background: none;
  text-align: center;
}
body .dii-content-rotator .dii-rotator-nav i { font-size: 14px; color: rgba(255, 255, 255, 0.4); }
body .dii-content-rotator .dii-rotator-nav i.rotator-active { color: rgba(28, 127, 229, 1.0); }
body .dii-content-rotator .dii-rotator-nav i:hover:not(.fa-circle) { color: #1638c9; }
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: 'Steelfish', sans-serif; font-size: 16px; font-weight: 700; color: #0f3053; 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: #1638c9; }

/* MENUS */
#design-container-main-nav .dii-content-nav-menu > ul > li > a { padding: 0 25px; height: 50px; border: none; font-family: 'Steelfish', sans-serif; font-size: 23px; font-weight: 700; color: #fff; line-height: 50px; letter-spacing: -0.4px; text-transform: uppercase; 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: #000; cursor: pointer; }
#design-container-main-nav .dii-content-nav-menu.theme-none ul li:hover { background: none; } /* no theme hover override */
#design-container-main-nav .dii-content-nav-menu > ul ul { padding: 5px; background-color: #000; }
#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: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; color: #fff; line-height: 1.3; 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: #1638c9; 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 { content: '\f0da'; color: rgba(255, 255, 255, 0.4); }
