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

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

/* Splash */
#design-splash { position: fixed; z-index: 1000; left: 0; top: 0; padding-top: 50px; width: 100%; height: 100%; background: #2668b1 url('../images/splash/splash-bg.jpg') no-repeat center top; overflow: auto; text-align: center; }
#design-splash .container { position: relative; }
#design-splash-logo { margin: 200px auto 0 auto; }
#design-splash-logo img { max-height: 400px; display: inline-block; }

body #design-splash .dii-content.dii-content-header h2 { padding: 15px; height: 100%; background: none; border: none; font-size: 45px; text-align: center; }

body #design-splash .dii-content-linkview > a { padding: 20px 50px; font-family: 'bebas-neue-pro'; font-size: 65px; font-weight: 600; color: #fff; background: linear-gradient(to bottom, rgba(29,79,135,1) 0%,rgba(29,79,135,0) 100%); border: none; border-top: 3px solid #4583c8; line-height: 1.0; text-transform: uppercase; }
body #design-splash .dii-content-linkview > a:hover { background: #1d4f87; text-decoration: none; }
body #design-splash .dii-content-linkview { display: inline-block; margin: 0 10px; padding: 0; transition: all ease-in-out .3s; }

/* Page Wrapper */
#design-wrapper { margin: 0; padding: 0; width: 100%; overflow-x: hidden; }
#design-wrapper .container { width: 100%; max-width: 1170px; }

#design-links { width: 100%; height: 27px; background: #2668b1 url('../images/links-bg.png') no-repeat center top; border-bottom: 1px solid #fff ; text-align: right; }
#design-links .container { position: relative; padding: 0; }
#design-social { float: right; margin-right: 0; }
#design-social a { margin-right: 10px; font-size: 16px; color: #fff; line-height: 26px; text-decoration: none; }
#design-social a:hover { color: rgba(255,255,255,0.5); }
#design-links-right { float: right; padding: 0 15px 0 25px; width: 160px; height: 26px; text-align: left; background: url('../images/links-after.png') no-repeat left top; box-sizing: border-box; }
#design-links-right a { margin-left: 10px; font-family: 'bebas-neue-pro'; font-weight: 600; font-size: 15px; color: #2668b1; line-height: 26px; text-decoration: none; text-transform: uppercase; }
#design-links-right a:hover { color: #1d4f87; }

/* Header */
#design-header { margin: 0; padding: 0; width: 100%; height: 135px; background: #fff url('../images/header-bg.jpg') repeat-x; box-sizing: border-box; }
#design-logo { position: absolute; top: 10px; left: 0; z-index: 301; }
#design-logo img { height: 180px; }
#design-title { position: absolute; top: 35px; left: 195px; }
#design-title span { display: block; font-family: 'bebas-neue-pro'; font-weight: 600; font-size: 65px; color: #2668b1; line-height: 0.9; text-transform: uppercase; }
#design-title span:last-child { font-size: 38px; font-weight: 300; color: #c0c0c0; }

/* Nav */
#design-nav { margin: 0; padding: 0; width: 100%; height: 50px; background: linear-gradient(to bottom, #d2d2d2 0%,#e9e9e9 25%); box-sizing: border-box; }
#design-nav .container { padding: 0; }
#design-container-main-nav { padding-left: 180px; width: 100%; height: 50px; box-sizing: border-box; }

#design-nav.nav-fixed { position: fixed; top: 0; text-align: center; border-bottom: 1px solid #fff; box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15); transition: all ease-in-out .3s; z-index: 99; }
body.admin-mode #design-nav.nav-fixed { top: 70px; }
#design-nav.nav-fixed #design-container-main-nav { padding-left: 0; transition: all ease-in-out .3s; }

/* Main */
#design-main-top { margin: 0; padding: 15px 0 0 0; width: 100%; background: #2668b1 url('../images/main-bg.jpg') no-repeat center top / 100% auto; box-sizing: border-box; }
#design-main-middle { margin: 0; padding-top: 20px; width: 100%; background: linear-gradient(to bottom, #ebebeb 0%,#ffffff 100%); border-top: 1px solid #fff; box-sizing: border-box; }
#design-main-middle .dii-container { margin-bottom: 15px; min-height: 420px; background: #fff; }
#design-main-bottom { margin: 0; padding-top: 20px; width: 100%; background: linear-gradient(to bottom, #205694 0%,#2668b1 100%); box-sizing: border-box; }
#design-main-bottom .dii-container { margin-bottom: 15px; min-height: 420px; background: #fff; }
#design-sitemap { padding: 30px 0; background: #2668b1; }

#design-container-main { margin-bottom: 15px; background: #fff; box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4); }
.main-dept #design-container-main { padding: 15px; }
.main-dept .dii-container { margin-bottom: 15px; background: #fff; box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4); }

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

#design-sponsors { margin: 0; padding: 20px; background: #fff; text-align: center; }
#design-sponsors .dii-content-image { display: inline-block; margin: 10px; padding: 0; border: none; }
#design-sponsors .dii-content-title-photo img { max-height: 90px; }

/* Footer */
#design-footer { margin: 0; padding: 20px 0; background: linear-gradient(to bottom, #215998 0%,#2668b1 100%); }
#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: 'Open Sans', sans-serif; font-size: 13px; font-weight: 400; line-height: 1.5; color: rgba(255,255,255,0.5); text-decoration: none; }
#design-footer #design-footer-left .design-copyright:first-of-type { margin-top: 5px; font-weight: 700; }
#design-footer .dii-logo { height: 45px; }

#design-sitemap a.fa { display: inline-block; margin-right: 2px; width: 36px; height: 36px; background: #184372; font-family: 'FontAwesome'; font-size: 20px; font-weight: 400; color: #fff; line-height: 36px; text-align: center; text-decoration: none; transition: all ease-in-out .3s; }
#design-sitemap a.fa:hover { background: #0f2a48; }

/* Content */

/* General */
body .dii-content { overflow: visible; position: relative; margin: 0; padding: 0; background: none; font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 14px; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content a { color: #2668b1; }
body .dii-content a:hover { color: #215c9c; }

/* Titles */
body .dii-content-title { padding: 4px; border-bottom: none; }
body .dii-content-title a { padding: 0; font-family: 'bebas-neue-pro', sans-serif; font-size: 32px; font-weight: 700; color: #2668b1; line-height: 1.1; text-decoration: none; }
body .dii-content-title a:hover { color: #2668b1; }

body .dii-content-calendar h2,
body .dii-content-rawcode h2 { margin-bottom: 6px; padding: 4px; font-family: 'bebas-neue-pro', sans-serif; font-size: 32px; font-weight: 700; color: #2668b1; line-height: 1.1; }

/* Section Headers */
body .dii-content.dii-content-header { position: relative; margin: 0 0 10px 0; padding: 0; height: 100%; box-sizing: border-box; }
body .dii-content.dii-content-header h2 { padding: 12px 15px; height: 100%; background: linear-gradient(to bottom, #2668b1 0%,#1d4f87 100%); border-top: 1px solid #fff; font-family: 'bebas-neue-pro', sans-serif; font-size: 24px; font-weight: 600; color: #fff; line-height: 1.0; text-align: left; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; box-sizing: border-box; }
body #design-main-bottom .dii-content.dii-content-header h2 { background: linear-gradient(to bottom, #cccccc 0%,#b4b4b4 100%); border: none; color: #215c9c; }
body #design-sponsors .dii-content.dii-content-header h2 { padding: 5px; background: none; border: none; color: #2668b1; text-align: center; }
body #design-sitemap .dii-content.dii-content-header h2 { padding: 0; background: none; border: none; }

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

/* Links */
body .dii-content-linkview > a { padding: 10px 8px; font-size: 14px; font-weight: 400; color: #000; border-bottom: 1px dotted #ccc; line-height: 1.2; }
body .dii-content-linkview > a:hover { color: #2668b1; text-decoration: none; }
body .dii-content-linkview { padding: 0; }

body .dii-content-linkview,
body .dii-content-calendar,
body .dii-content-rawcode { margin: 0 10px; }

/* Articles */
body .dii-content-article h3 { padding: 0 2px 4px 4px; font-size: 16px; font-weight: 400; color: #215d8d; }
body .dii-content .dii-content-story { margin-top: 0; padding: 4px; border: none; color: #000; }
body .dii-content .dii-content-story * { font-size: 14px; line-height: 1.4; }
body .dii-content .dii-content-story a { color: #2668b1; text-decoration: none; }
body .dii-content .dii-content-story a:hover { color: #215c9c;}
body .dii-content-continue { font-family: 'bebas-neue-pro', sans-serif; font-size: 17px; font-weight: 400; color: #2668b1; text-align: left; text-decoration: none; }
body .dii-content-continue a { color: #215c9c; }
body .dii-content-continue a::before { content: "read more "; }
body .dii-content-continue a::after { content: "..."; }

body #design-sitemap .dii-content .dii-content-story { padding: 0; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.7); }
body #design-sitemap .dii-content .dii-content-story a { font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.7); }
body #design-sitemap .dii-content .dii-content-story a:hover { color: #fff; text-decoration: 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: 'bebas-neue-pro', sans-serif; font-size: 18px; color: #2668b1; font-weight: 600; }
body .dii-calendar-upcoming-events .dii-bold { font-weight: 400; }
body .dii-calendar-upcoming-events li { padding: 10px 8px; border-bottom: 1px dotted #ccc; }
body .dii-calendar-upcoming-events li:hover { }
body .dii-calendar-upcoming-events li h4 { padding: 0; font-size: 14px; font-weight: 700; color: #2668b1; line-height: 1.2; }
body .dii-calendar-upcoming-events li h3 a { padding: 3px 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; font-size: 14px; font-weight: 400; color: #2668b1; }

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

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

body .dii-content-rotator .list-none { min-height: 100px; }
body .dii-content-rotator article .article-wrapper { background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); }
body .dii-content-rotator article .article-inner { padding: 20px; }
body .dii-content-rotator article h2 { display: block; }
body .dii-content-rotator article h2.no-url,
body .dii-content-rotator article h2 a { font-family: 'bebas-neue-pro', sans-serif; font-size: 32px; font-weight: 600; color: #fff; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content-rotator article h2 a:hover { background: none; color: #2b74c6; text-decoration: none; }
body .dii-content-rotator article h3 { display: block; margin-bottom: 10px; padding: 6px 0 0 0; font-family: 'Open Sans', sans-serif; font-size: 15px; font-weight: 400; color: #fff; }
body .dii-content-rotator article .article-story { padding: 0 8px; font-family: 'Open Sans', sans-serif; font-size: 13px; font-weight: 400; color: #fff; }
body .dii-content-rotator article .article-more { float: left; display: inline-block; margin-top: 10px; padding: 10px; height: 100%; background: #2668b1; color: #fff; font-family: 'bebas-neue-pro', sans-serif; font-size: 20px; font-weight: 600; line-height: 1.0; text-transform: uppercase;   transition: all 0.3s ease 0s; }
body .dii-content-rotator article .article-more:hover { background: #2b74c6; 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 {  }
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); }
body .dii-content-rotator .dii-rotator-nav i:hover:not(.fa-circle) { color: #2b74c6; }
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: 'bebas-neue-pro', sans-serif; font-size: 18px; font-weight: 600; 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); color: #2668b1; }

/* MENUS */
#design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link { display: block; height: 50px; margin: 0; padding: 0 15px; background: none; border: none; font-family: 'bebas-neue-pro', sans-serif; font-size: 22px; font-weight: 600; color: #000; line-height: 50px; text-transform: uppercase; box-sizing: border-box; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#design-container-main-nav .dii-content-nav-menu > ul > li:hover > a.dii-sub-menu-link { background: linear-gradient(to bottom, #1d4f87 0%,#2668b1 100%); color: #fff; 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 { background-color: #2668b1; border-radius: 0; }
#design-container-main-nav .dii-content-nav-menu ul ul li a { color: #fff; padding: 10px; }
#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.2; letter-spacing: 0; text-align: left; text-transform: none; }
#design-container-main-nav .dii-content-nav-menu > ul ul li:hover > a.dii-sub-menu-link {  }
#design-container-main-nav .dii-content-nav-menu > ul ul li:before { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: #184372; transition: all ease-in-out .3s; }
#design-container-main-nav .dii-content-nav-menu > ul ul li:hover:before { width: 100%; }
#design-container-main-nav .dii-content-nav-menu li.dii-menu-item-sub-menu > a.dii-sub-menu-icon::before { content: "\f054"; color: rgba(255, 255, 255, 0.4); }

#design-sitemap .dii-content-nav-menu.theme-none > ul { margin: 0; }
#design-sitemap .dii-content-nav-menu.theme-none > ul > li > a.dii-sub-menu-link { padding: 0 0 6px 0; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.7); line-height: 1.4; }
#design-sitemap .dii-content-nav-menu.theme-none > ul > li:hover > a.dii-sub-menu-link { background: none; color: #fff; }
#design-sitemap .dii-content-nav-menu.theme-none ul li:hover { background: none; }

/* MOBILE */
@media screen and (max-width: 1200px) {

  #design-links-right { width: 140px; }

}

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

  #design-header { height: 125px; }
  #design-logo img { height: 160px; }
  #design-title { top: 30px; left: 170px; }
  #design-title span { font-size: 55px; }
  #design-title span:last-child { font-size: 32px; }

  #design-container-main-nav { padding-left: 160px; }
  #design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link { font-size: 22px; }

}

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

  #design-header { height: 105px; }
  #design-logo img { height: 140px; }
  #design-title { left: 140px; }
  #design-title span { font-size: 50px; }
  #design-title span:last-child { font-size: 29px; }

  #design-nav #design-container-main-nav { padding: 0 10px; }
  #design-nav #design-container-main-nav #ww-btn-main-nav { padding: 0 10px; height: 50px; background: none; border: none; font-family: 'bebas-neue-pro', sans-serif; font-size: 22px; font-weight: 600; color: #000; line-height: 50px; text-align: right; text-transform: uppercase; box-sizing: border-box; }
  #design-nav #design-container-main-nav { padding: 0; }
  #design-nav #design-container-main-nav #ww-btn-main-nav { padding: 0 10px; height: 50px; line-height: 50px; }
  #design-nav #design-container-main-nav #ww-btn-main-nav i { margin: 0 10px 0 0; height: 50px; font-size: 22px; line-height: 50px; text-align: right; }
  #design-nav #design-container-main-nav #ww-btn-main-nav i.caret { display: none; }
  #design-nav #design-container-main-nav .dii-content-nav-menu > ul { padding: 10px; width: 100%; background: #2668b1; box-sizing: border-box; z-index: 201; }
  #design-nav #design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link { padding: 5px 10px; width: 100%; height: auto; background-image: none; font-size: 22px; color: #fff; line-height: 1.5; text-align: left; text-shadow: none; }
  #design-nav #design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link:after { content: ''; }
  #design-nav #design-container-main-nav .dii-content-nav-menu > ul > li:hover > a.dii-sub-menu-link { background: #1d4f87; color: #fff; border-radius: 0; }
  #design-nav #design-container-main-nav .dii-content-nav-menu > ul > li:hover > ul { top: 39px; }
  #design-nav #design-container-main-nav .dii-content-nav-menu > ul li.dii-menu-item-sub-menu > ul { background: #2668b1; color: #fff; text-shadow: none; }
  #design-nav #design-container-main-nav .dii-content-nav-menu.horizontal li.dii-menu-item-sub-menu > a.dii-sub-menu-icon::before { line-height: 30px !important; }

  #design-nav #design-container-main-nav .dii-content-nav-menu ul li ul.show,
  #design-nav #design-container-main-nav .dii-content-nav-menu:not(.dii-is-mobile) ul li:hover > ul { left: 0; width: 100%; background: #215c9c; }

}

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

  #design-main-top,
  #design-main-middle { padding-left: 15px; padding-right: 15px; }

  #design-footer { margin: 0; width: 100%; }
  #design-footer #design-footer-left,
  #design-footer #design-footer-right { display: block; margin: 0; width: 100%; text-align: center; }
  #design-footer #design-footer-right { margin-top: 10px; }

}

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

  #design-links-right { width: 140px; }

  #design-header { height: 90px; }
  #design-logo { top: 5px; }
  #design-logo img { height: 125px; }
  #design-title { top: 25px; left: 130px; }
  #design-title span { font-size: 45px; }
  #design-title span:last-child { font-size: 26px; }

}

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

  #design-title span { font-size: 40px; }
  #design-title span:last-child { font-size: 22px; }

}
