/* ----------------------------------------------------------------
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: #282572; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

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

#design-links-wrapper { width: 100%; height: 35px; background: #c7c7c7; z-index: 401; }
#design-links-wrapper a { margin-right: 12px; font-size: 18px; font-weight: 400; color: #211f5f; line-height: 35px; text-decoration: none; transition: all ease-in-out .3s; }
#design-links-wrapper a:hover { color: #2e2c85; }
#design-links-wrapper a:not(.fa) { margin-right: 0; margin-left: 10px; font-family: 'After Disaster', sans-serif; font-size: 17px; font-weight: 400; line-height: 35px; text-transform: uppercase; }

/* Header */
#design-header-wrapper { position: relative; top: 0; margin: 0; width: 100%; height: 161px; background: #211f5f url('../images/header-bg.jpg') repeat-x; border-bottom: 1px solid #c7c7c7; box-sizing: border-box; transition: all ease-in-out .3s; z-index: 400; }
#design-header-inner { position: relative; margin: 0 auto; padding: 0; width: 100%; max-width: 1400px; height: 160px; }
#design-logo { position: absolute; top: 0; left: 5px; z-index: 301; }
.design-logo { display: inline-block; }
.design-logo img { height: 160px; transition: all ease-in-out .3s; }
#design-header-photo { position: absolute; top: 0; right: 170px; }
#design-header-photo img { height: 160px; }

#design-nav-wrapper { width: 100%; height: 50px; background: #c7c7c7 url('../images/nav-bg.jpg') repeat-x; text-align: center; transition: all ease-in-out .3s; z-index: 2; }
#design-nav-inner { position: relative; margin: 0 auto; padding: 0; width: 100%; max-width: 1400px; height: 50px; }
#design-container-main-nav { width: 100%; height: 50px; }

/* Main */
#design-main { position: relative; background: url('../images/main-bg.jpg') no-repeat center top; border-top: 1px solid #fff; box-sizing: border-box; }
#design-main::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 10px; background: url('../images/shadow.png') repeat-x; z-index: 1; }
#design-main-top { padding: 0 0 15px 0; box-sizing: border-box; }
#design-main-top .container { padding: 15px; background: rgba(255,255,255,0.7); box-shadow: 0px -7px 8px 0px rgba(0,0,0,0.1); }
#design-main-middle { position: relative; padding: 20px 0 0 0; background: #f7f7f7 url('../images/shadow.png') repeat-x; border-top: 1px solid #fff; box-sizing: border-box; }
#design-sponsors { position: relative; padding: 15px 0; background: #fff; text-align: center; box-sizing: border-box; }
#design-sitemap { padding: 30px 0; background: #282572; }

/* Content Containers */
#design-container-main { margin: 0 0 15px 0; padding: 0; width: 100%; }
#design-main .dii-container { margin-bottom: 15px; }

/* Footer */
#design-footer { padding: 20px 0; width: 100%; height: 100%; min-height: 100px; background: #282572 url('../images/footer-bg.jpg') repeat-x; }
#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; }


/* CONTENT */

/* General */
body .dii-content { 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: #2f2b85; }
body .dii-content a:hover { color: #282572; }
body .dii-content:not(.dii-content-header) h2 { font-weight: 400; }

/* Titles */
body .dii-content-title { padding: 4px 0 0 0; border-bottom: none; }
body .dii-content-title a { padding: 0; font-family: 'After Disaster', sans-serif; font-size: 30px; font-weight: 400; color: #211f5f; line-height: 1.0; text-transform: uppercase; text-decoration: none; }
body .dii-content-title a:hover { color: #211f5f; }
body .dii-content-calendar h2,
body .dii-content-rawcode h2 { margin-bottom: 4px; padding: 4px 0 0 0; font-family: 'After Disaster', sans-serif; font-size: 30px; font-weight: 400; color: #211f5f; line-height: 1.0; text-transform: uppercase; }

/* Section Headers */
body .dii-content-header { margin: 0 0 5px 0; padding: 0; height: 45px; box-sizing: border-box; }
body .dii-content-header h2 { position: relative; padding: 0; width: 100%; height: 45px; font-family: 'After Disaster', sans-serif; font-size: 30px; font-weight: 400; color: #211f5f; line-height: 45px; text-align: left; text-transform: uppercase; box-sizing: border-box; }
body .dii-content-header h2:after { content: ''; position: absolute; bottom: 2px; left: 0; width: 40px; height: 4px; background: #c7c7c7; }
body .dii-content:not(.dii-content-header) h2 { margin: 0; }
body #design-sponsors .dii-content-header,
body #design-sitemap .dii-content-header { height: 100%; }
body #design-sponsors .dii-content-header h2 { height: 100%; font-size: 24px; line-height: 1.0; text-align: center; }
body #design-sitemap .dii-content-header h2 { height: 100%; font-size: 30px; color: #fff; line-height: 1.0; }
body #design-sponsors .dii-content-header h2:after,
body #design-sitemap .dii-content-header h2:after { background: none; }

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

/* Links */
body .dii-content-linkview > a { padding: 10px; border-bottom: 1px dotted #e0e0e0; font-size: 14px; font-weight: 400; color: #000; transition: all 0.3s ease-in-out; }
body .dii-content-linkview > a:hover { color: #2f2b85; text-decoration: none; }
body .dii-content-linkview { margin: 0 10px; 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-article:not(.dii-content-linkview) { margin-bottom: 15px; }
body .dii-content .dii-content-story { margin-top: 0; padding: 6px 0; border-top: none; color: #000; }
body .dii-content .dii-content-story { line-height: 1.5; }
body .dii-content .dii-content-story a { font-family: 'Open Sans', sans-serif; font-size: 15px; color: #2f2b85; }
body .dii-content .dii-content-story a:hover { color: #282572; text-decoration: none; }
body .dii-content-continue { margin: 0; text-align: left; }
body .dii-content-continue a { padding: 8px 20px; font-family: 'After Disaster', sans-serif; font-size: 17px; font-weight: 400; color: #211f5f; background: #c7c7c7; text-transform: uppercase; text-decoration: none; }
body .dii-content-continue a:hover { color: #211f5f; background: #d4d4d4; }
body .dii-content-continue a::before { content: 'read more'; }
body .dii-content-continue a::after { content: ''; }

body #design-sitemap .dii-content .dii-content-story { margin: 0; padding: 0; color: rgba(255,255,255,0.5); border-top: 0; }
body #design-sitemap .dii-content .dii-content-story * { font-size: 14px;  }
body #design-sitemap .dii-content .dii-content-story a { color: rgba(255,255,255,0.5); }
body #design-sitemap .dii-content .dii-content-story a:hover { color: #fff; }
body #design-sitemap .dii-content .dii-content-story img { margin-right: 2px; max-width: 40px !important; max-height: 40px !important; transition: all ease-in-out .3s; }
body #design-sitemap .dii-content .dii-content-story img:hover { opacity: 0.8; }

body .main-dept .dii-content .dii-content-story table { margin-bottom: 15px; width: 100%; font-family: 'Open Sans', sans-serif; font-size: 14px; border-collapse: collapse; }
body .main-dept .dii-content .dii-content-story table th,
body .main-dept .dii-content .dii-content-story table td { padding: 8px; border: 1px solid #ccc; font-size: 16px; }
body .main-dept .dii-content .dii-content-story table th { background-color: #0032a0; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 700; color: #fff; text-align: left; }
body .main-dept .dii-content .dii-content-story table tr { background-color: #fff; }
body .main-dept .dii-content .dii-content-story table tr:nth-child(even) { background-color: #f0f0f0; }


/* Calendars -*/
body .dii-content-calendar { margin: 0 10px; }
body .dii-content-calendar .dii-calendar-wall table.fc-header td.fc-header-right span.fc-header-title h2 { padding: 4px 6px 0 0; font-family: 'After Disaster', sans-serif; font-size: 18px; font-weight: 400; color: #2f2b85; }
body .dii-calendar-upcoming-events { font-size: 16px; color: #000; }
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 10px; padding: 5px 8px; font-weight: 400; }
body .dii-calendar-upcoming-events li:hover {  }
body .dii-calendar-upcoming-events li h4 { padding: 2px 0 0 0; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 700; color: #2f2b85; line-height: 1.2; }
body .dii-calendar-upcoming-events li h3 a { padding: 2px 0 0 0; font-size: 16px; font-weight: 400; color: #000; line-height: 1.2; text-decoration: none; }
body .dii-calendar-upcoming-events li h3 a:hover { background: none; font-weight: 400; color: #2f2b85; }

/* 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 0; 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 { padding: 15px 20px; background-color: rgba(0,0,0,0); text-align: left; }
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: 'After Disaster', sans-serif; font-size: 45px; font-weight: 400; 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: #c7c7c7; 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: 16px; font-weight: 400; color: #fff; }
body .dii-content-rotator article .article-more { float: left; display: inline-block; margin: 10px 6px; padding: 8px 20px; height: 100%; background: #c7c7c7; border-radius: 0; border: none; font-family: 'After Disaster', sans-serif; font-size: 17px; font-weight: 400; color: #211f5f; line-height: 1.0; text-align: center; text-transform: uppercase; transition: all ease-in-out .3s; }
body .dii-content-rotator article .article-more:hover { background: #d4d4d4; 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.5); }
body .dii-content-rotator .dii-rotator-nav i.rotator-active { color: #2f2b85; }
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: 'After Disaster', sans-serif; font-size: 18px; font-weight: 400; 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: #2f2b85; }


/* 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: 'After Disaster', sans-serif; font-size: 23px; font-weight: 400; color: #211f5f; line-height: 50px; text-transform: uppercase; transition: all 0.2s ease-in-out; box-sizing: border-box; }
#design-container-main-nav .dii-content-nav-menu > ul > li:hover > a.dii-sub-menu-link { background: #211f5f; 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: #211f5f; }
#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.1; letter-spacing: 0; text-align: left; }
#design-container-main-nav .dii-content-nav-menu > ul ul li:hover > a { background: #c7c7c7; color: #211f5f; 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 (min-width: 1025px) {

  #design-nav-wrapper.design-fixed { position: fixed; top: 0; border-bottom: 1px solid #fff; box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2); }
  body.admin-mode #design-nav-wrapper.design-fixed { top: 70px; }

  #design-main { padding-top: 15px; }
  #design-main-top .col-md-3 { padding-top: 10px; padding-bottom: 10px; min-height: 200px; background: url('../images/shadow-bg.jpg') repeat-y; box-sizing: border-box; }
  #design-main-top .col-md-3:before,
  #design-main-top .col-md-3:after { content: ''; position: absolute; left: 0; width: 10px; height: 35px; }
  #design-main-top .col-md-3:before { top: 0; background: url('../images/shadow-before.jpg') no-repeat top left; }
  #design-main-top .col-md-3:after { bottom: 0; background: url('../images/shadow-after.jpg') no-repeat bottom left; }

}

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

  #design-header-wrapper { height: 141px; }
  #design-header-inner,
  .design-logo img,
  #design-header-photo img { height: 140px; }
  #design-header-photo { right: 140px; }

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

}

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

  #design-header-wrapper { height: 131px; }
  #design-header-inner,
  .design-logo img,
  #design-header-photo img { height: 130px; }
  #design-header-photo { right: 80px; }

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

}

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

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

}

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

  #design-header-wrapper { height: 111px; }
  #design-header-inner,
  .design-logo img,
  #design-header-photo img { height: 110px; }
  #design-header-photo { right: 20px; }

  #design-nav-wrapper #design-container-main-nav { padding: 0; }
  #design-nav-wrapper #design-container-main-nav #ww-btn-main-nav {
    padding: 0 10px;
    height: 50px;
    background: none;
    border: 0 none;
    font-family: 'After Disaster', sans-serif;
  	font-size: 20px;
  	font-weight: 400;
    font-style: normal;
  	color: #211f5f;
    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; line-height: 50px; text-align: right; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul { padding: 10px; width: 100%; background: #c7c7c7; box-sizing: border-box; z-index: 201; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link { padding: 0 10px; height: auto; background-image: none; font-size: 20px; color: #211f5f; line-height: 40px; text-align: left; box-sizing: border-box; }
  #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: #211f5f; color: #fff; border-radius: 0; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul > li:hover > ul { top: 38px; }
  #design-nav-wrapper #design-container-main-nav .dii-content-nav-menu > ul li.dii-menu-item-sub-menu > ul { background: #c7c7c7; color: #211f5f; 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: 40px !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: #bababa; }

}

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

  #design-links-wrapper a { font-size: 16px; }
  #design-links-wrapper a:not(.fa) { font-size: 15px; }

  #design-header-wrapper { height: 101px; }
  #design-header-inner,
  .design-logo img,
  #design-header-photo img { height: 100px; }
  #design-header-photo { display: none; }

	#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; }

  body .dii-content-header { height: 40px; }
  body .dii-content-header h2 { height: 40px; font-size: 26px; }

}

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

  #design-header-wrapper { height: 91px; }
  #design-header-inner,
  #design-header-photo img { height: 90px; }
  #design-logo { top: 5px; }
  .design-logo img { height: 80px; }

}

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

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

}

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

  #design-header-wrapper { height: 81px; }
  #design-header-inner,
  #design-header-photo img { height: 80px; }
  .design-logo img { height: 70px; }

}
