/* ----------------------------------------------------------------
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: #091a4c; }

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

/* Header */
#design-header-wrapper { padding-top: 20px; width: 100%; height: 190px; background: #0c2263; border-bottom: 1px solid #3c518f; box-sizing: border-box; transition: all ease-in-out .3s; z-index: 400; }
#design-header-inner { position: relative; width: 100%; height: 160px; text-align: center; box-sizing: border-box; }
#design-title { display: inline-block; margin: 0 auto; margin-bottom: 10px; text-align: center; z-index: 301; }
#design-title img { display: inline-block; height: 80px; }

#design-social { position: relative; margin: 0 auto; }
#design-social a { margin: 0 5px; width: 60px; height: 60px; background: #fff; font-size: 24px; font-weight: 400; color: #fff; line-height: 60px; text-align: center; text-decoration: none; transition: all ease-in-out .3s; }
#design-social a:hover { opacity: 0.8; }
#design-social a.fa-facebook { background: #3b5998; }
#design-social a.fa-twitter { background: #55acef; }

/* Nav */
#design-nav-wrapper { width: 100%; height: 50px; background: #123290; text-align: center; transition: all ease-in-out .3s; z-index: 2; }
#design-nav-inner { position: relative; margin: 0 auto; width: 100%; max-width: 1200px; height: 50px; }
#design-container-main-nav { width: 100%; height: 50px; box-sizing: border-box; }

/* Main */
#design-main { background: #0c2263 url('../images/main-bg.jpg') no-repeat top center; }
#design-main .container { padding-top: 15px; background: rgba(9,26,76,0.8); }

/* Content Containers */
#design-container-main { display: none; }
.main-default #design-container-main { display: block; }

/* Footer */
#design-footer { padding: 30px 0; width: 100%; height: 100%; background: #091a4c; border-top: 1px solid #3c518f; }
#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; opacity: 0.5; }


/* CONTENT */

/* General */
body .dii-content { overflow: visible; position: relative; margin: 0; padding: 0; background: none; font-family: 'Open Sans', sans-serif !important; font-weight: 400; font-size: 15px; color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content a { color: #fff; }
body .dii-content a:hover { color: #d9e1fa; }

/* Titles */
body .dii-content-title { padding: 4px 0; border-bottom: none; }
body .dii-content-title a { padding: 0; font-family: 'Oswald', sans-serif; font-size: 32px; font-weight: 500; color: #fff; line-height: 1.1; text-decoration: none; }
body .dii-content-title a:hover { color: #fff; }
body .dii-content-calendar h2,
body .dii-content-rawcode h2 { margin-bottom: 6px; padding: 4px; font-family: 'Oswald', sans-serif; font-size: 32px; font-weight: 500; color: #fff; line-height: 1.1; }

/* Section Headers */
body .dii-content-header { margin: 15px 0 5px 0; padding: 0; height: 100%; box-sizing: border-box; }
body .dii-content-header:first-of-type { margin-top: 0; }
body .dii-content-header h2 { display: inline-block; padding: 10px 15px; width: 100%; height: 100%; background: #123290; border-bottom:  1px solid #415ba6; font-family: 'Oswald', sans-serif; font-size: 19px; font-weight: 500; color: #fff; line-height: 1.0; text-align: left; text-transform: uppercase; box-sizing: border-box; }

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

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

/* Links */
body .dii-content-linkview > a { padding: 10px; font-size: 15px; font-weight: 400; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.3); transition: all 0.3s ease-in-out; }
body .dii-content-linkview > a:hover { color: #d9e1fa; text-decoration: none; }
body .dii-content-linkview { margin: 0; padding: 0;  }
body .dii-content-linkview:hover { border: none; }
body .dii-content-linkview a.dii-content-linkview-link i { display: none; }

/* Articles */
body .dii-content .dii-content-story { margin-top: 0; padding: 6px 0; border-top: none; color: #fff; line-height: 1.4; }
body .dii-content .dii-content-story a { font-family: 'Open Sans', sans-serif; font-size: 15px; color: #fff; }
body .dii-content .dii-content-story a:hover { color: #d9e1fa; text-decoration: none; }
body .dii-content .dii-content-story ul { padding-left: 30px; }
body .dii-content .dii-content-story ul li { margin-bottom: 10px; }
body .dii-content-continue { margin: 0; text-align: left; }
body .dii-content-continue a { font-size: 15px; color: #fff; transition: all 0.3s ease-in-out; text-decoration: none; }
body .dii-content-continue a:hover { color: #d9e1fa; }
body .dii-content-continue a::before { content: "Read more"; }
body .dii-content-continue a::after { content: ""; }

body .dii-content-article > .dii-content-story h1 { margin: 0.5em 0 .25em 0; font-family: 'Oswald', sans-serif; font-size: 22px; color: #fff; font-weight: 600 !important; }
body .dii-content-article > .dii-content-story h2 { margin: 0.5em 0 .125em 0; font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 500 !important; color: #d9e1fa; }
body .dii-content-article > .dii-content-story h3 { margin: 0.375em 0 .125em 0; padding: 0; font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 500 !important; color: #fff; }

body .main-dept .dii-content .dii-content-story table { margin-bottom: 15px; width: 100%; font-family: 'Open Sans', sans-serif; font-size: 15px; color: #fff; border-collapse: collapse; }
body .main-dept .dii-content .dii-content-story table th,
body .main-dept .dii-content .dii-content-story table td { padding: 12px; background: #091a4c; border: 1px solid #4b65b3; font-family: 'Open Sans', sans-serif; font-size: 16px; color: #fff; }
body .main-dept .dii-content .dii-content-story table th { background-color: #1741be; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 700; color: #fff; text-align: left; }

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: 'Oswald', sans-serif; font-size: 18px; font-weight: 700; color: #fff; }
body .dii-calendar-upcoming-events { font-size: 15px; color: #fff; }
body .dii-calendar-upcoming-events .dii-bold { font-weight: 400; }
body .dii-calendar-upcoming-events .dii-center { text-align: left; }
body .dii-calendar-upcoming-events li { margin: 0 5px 5px 5px; padding: 10px 8px; font-weight: 400; border-bottom: 1px solid rgba(255,255,255,0.3); }
body .dii-calendar-upcoming-events li:hover {  }
body .dii-calendar-upcoming-events li h4 { padding: 2px 0 0 0; font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 500; color: #d9e1fa; line-height: 1.2; }
body .dii-calendar-upcoming-events li h3 a { padding: 2px 0 0 0; font-size: 15px; font-weight: 400; color: #fff; line-height: 1.2; text-decoration: none; }
body .dii-calendar-upcoming-events li h3 a:hover { background: none; font-weight: 400; color: #d9e1fa; }

/* 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 { padding: 15px; background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1.0) 100%); box-sizing: border-box; }
body .dii-content-rotator article .article-inner { background-color: rgba(0,0,0,0); text-align: center; }
body .dii-content-rotator article h2 { display: block; margin: 0 !important; }
body .dii-content-rotator article h2.no-url,
body .dii-content-rotator article h2 a { font-family: 'Oswald', sans-serif; font-size: 45px; font-weight: 500; color: #fff; line-height: 1.0; text-transform: uppercase; text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
body .dii-content-rotator article h2 a:hover { background: none; color: #d9e1fa; text-decoration: none; }
body .dii-content-rotator article h3 { display: block; margin-bottom: 20px; padding: 15px 0 0 0; font-family: 'Open Sans', sans-serif; font-size: 28px; font-weight: 470; color: #fff; }
body .dii-content-rotator article .article-more { float: none; display: inline-block; margin: 10px 6px; height: 100%; background: none; border-radius: 0; border: none; font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 500; color: #d9e1fa; line-height: 1; transition: all ease-in-out .3s; }
body .dii-content-rotator article .article-more:hover { background: none; color: #fff; text-decoration: none; }

body .dii-content-rotator article .article-more:before { content: "Learn 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.5); }
body .dii-content-rotator .dii-rotator-nav i.rotator-active { color: #d9e1fa; }
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: 'Oswald', sans-serif; font-size: 18px; font-weight: 500; color: #000; line-height: 1.0; text-transform: uppercase; }
body .dii-content-rotator .rotator-group .group-item span:hover { background: rgba(255, 255, 255, 1.0); color: #0e2a7a; }


/* MENUS */
#design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link { display: block; height: 50px; margin: 0; padding: 0 25px; background: none; border: none; font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 500; color: #fff; line-height: 50px; text-transform: uppercase; transition: all 0.3s ease-in-out; box-sizing: border-box; }
#design-container-main-nav .dii-content-nav-menu > ul > li:hover > a.dii-sub-menu-link { background: #091a4c; color: #fff; 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: 0; background-color: #091a4c; }
#design-container-main-nav .dii-content-nav-menu ul ul li a { color: #fff; padding: 10px; box-sizing: border-box; }
#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: 15px; font-weight: 400; color: #fff; line-height: 1.1; letter-spacing: 0; text-align: left; }
#design-container-main-nav .dii-content-nav-menu > ul ul li:hover > a { background: #123290; 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); }


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

  #design-header-wrapper { height: 175px; }
  #design-header-inner { height: 145px; }
  #design-title img { height: 70px; }
  #design-social a { width: 50px; height: 50px; font-size: 20px; line-height: 50px; }

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

}

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

  .ui-widget-header { color: #fff; }

}

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

  #design-nav-wrapper #design-container-main-nav #ww-btn-main-nav { padding: 0 15px; height: 50px; background: none; border: 0 none; font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 500; color: #fff; line-height: 50px; text-transform: uppercase; box-sizing: border-box; }
  #design-nav-wrapper #design-container-main-nav #ww-btn-main-nav i { margin: 0 10px 0 0; height: 50px; font-size: 20px; line-height: 50px; text-align: right; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul { padding: 10px; width: 100%; background: #091a4c; box-sizing: border-box; z-index: 401; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link { padding: 10px; height: auto; background: none; font-size: 18px; color: #fff; line-height: 1.5; text-align: left; text-shadow: none; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link:after { content: ''; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li:hover > a.dii-sub-menu-link { background: #123290; color: #fff; border-radius: 0; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li:hover > ul { top: 40px; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul li.dii-menu-item-sub-menu > ul { background: #091a4c; color: #fff; text-shadow: none; }
  #design-nav-wrapper #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-wrapper #design-container-main-nav .dii-content-nav-menu ul li ul.show,
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu:not(.dii-is-mobile) ul li:hover > ul { left: 0; width: 100%; background: #061235; }

}

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

  #design-header-wrapper { height: 160px; }
  #design-header-inner { height: 130px; }
  #design-title img { height: 60px; }

}

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

  #design-header-wrapper { height: 150px; }
  #design-header-inner { height: 120px; }
  #design-title img { height: 50px; }
  #design-social a { width: 45px; height: 45px; font-size: 19px; line-height: 45px; }

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

}

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

  #design-header-wrapper { height: 180px; }
  #design-header-inner { height: 150px; }
  #design-title img { display: block !important; margin: 0; height: 45px; }

}

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

  #design-main div.container { padding: 0 15px; }

}
