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

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/brands.min.css");

/* PAGE STRUCTURE */
* { box-sizing: border-box; }
body { margin: 0; padding: 0; height: 100%; background: #000; -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: 1600px; }
#design-wrapper .container-fluid { padding: 0; }

#design-links-wrapper { width: 100%; height: 35px; background: #d6082f url('../images/shadow.png') top 1px left 0 repeat-x; z-index: 401; }
#design-links-wrapper a { margin-left: 10px; font-size: 18px; font-weight: 400; color: #fff; line-height: 35px; text-decoration: none; transition: all ease-in-out .3s; }
#design-links-wrapper a:hover { color: rgba(255,255,255,0.5); }
#design-links-wrapper a:not(.fa-brands) { margin-left: 0; margin-right: 10px; font-family: 'Serpentine', sans-serif; font-size: 13px; font-weight: 700; line-height: 35px; text-transform: uppercase; }

/* Header */
#design-header-wrapper { position: relative; top: 0; margin: 0; width: 100%; height: 141px; background: #000 url('../images/header-bg.jpg') repeat-x; border-bottom: 1px solid #fff; 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: 1600px; height: 140px; }
#design-logo { position: absolute; top: 5px; left: 5px; z-index: 301; }
.design-logo { display: inline-block; }
.design-logo img { height: 160px; transition: all ease-in-out .3s; }

#design-nav { position: absolute; top: 80px; right: 10px; width: 100%; height: 50px; text-align: right; transition: all ease-in-out .3s; z-index: 2; }
#design-container-main-nav { width: 100%; max-width: 1600px; height: 50px; box-sizing: border-box; transition: all ease-in-out .3s; }

/* Main */
#design-main { padding: 25px 0 0 0; background: #fff url('../images/shadow.png') repeat-x; box-sizing: border-box; }
#design-main-top { padding: 0 0 15px 0; box-sizing: border-box; }
#design-main-middle { padding: 25px 0 10px 0; background: #e8e9ea url('../images/shadow.png') repeat-x; box-sizing: border-box; }
#design-main-bottom { padding: 25px 0 10px 0; background: #fff; box-sizing: border-box; }
#design-sponsors { position: relative; padding: 20px 0; background: #e8e9ea url('../images/shadow.png') repeat-x; text-align: center; box-sizing: border-box; }
#design-sitemap { padding: 25px 0 10px 0; width: 100%; background: #252525; border-top: 5px solid #d6082f; }

/* Content Containers */
#design-container-main { margin: 0 0 15px 0; padding: 0; width: 100%; }
#design-main-middle .dii-container { margin-bottom: 15px; padding-bottom: 10px; min-height: 450px; background: #fff; }
#design-main-bottom .dii-container { margin-bottom: 15px; padding-bottom: 10px; min-height: 450px; background: #f3f4f4; }

/* Footer */
#design-footer { padding: 20px 0; width: 100%; height: 100%; background: #000; }
#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: 'Montserrat', 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: 'Montserrat', sans-serif; font-weight: 400; font-size: 15px; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content a { color: #d6082f; }
body .dii-content a:hover { color: #bd072a; }
body .dii-content:not(.dii-content-header) h2 { font-weight: 700; }

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


/* Section Headers */
body .dii-content-header { margin: 0 0 5px 0; padding: 0; height: 100%; box-sizing: border-box; }
body .dii-content-header h2 { padding: 12px 14px; width: 100%; height: 100%; background: #000 url('../images/shadow.png') repeat-x; border-top: 3px solid #d6082f; font-family: 'Serpentine', sans-serif; font-size: 18px; font-weight: 700; color: #fff; line-height: 1.0; text-align: left; text-shadow: 0px 0px 3px rgba(0,0,0,0.4); text-transform: uppercase; box-sizing: border-box; }
body .dii-content:not(.dii-content-header) h2 { margin: 0; }
body #design-sponsors .dii-content-header h2 { background: none; border: none; color: #000; text-shadow: none; }

/* Images */
#design-main-top .dii-content .dii-content-title-photo,
#design-main-middle .dii-content .dii-content-title-photo,
#design-main-bottom .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: 15px; font-weight: 400; color: #000; transition: all 0.3s ease-in-out; }
body .dii-content-linkview > a:hover { color: #d6082f; 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 { margin-top: 15px; }
body .dii-content.dii-content-article:first-of-type { margin-top: 0; }
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: 'Montserrat', sans-serif; font-size: 15px; color: #d6082f; }
body .dii-content .dii-content-story a:hover { color: #d6082f; text-decoration: none; }
body .dii-content-continue { margin: 0; text-align: left; }
body .dii-content-continue a { padding: 8px 20px; font-family: 'Serpentine', sans-serif; font-size: 19px; font-weight: 700; color: #fff; background: #d6082f; text-transform: uppercase; text-decoration: none; }
body .dii-content-continue a:hover { color: #fff; background: #df2a4e; }
body .dii-content-continue a::before { content: 'read more'; }
body .dii-content-continue a::after { content: ''; }

body #design-sitemap .dii-content-title { padding-bottom: 8px; }
body #design-sitemap .dii-content-title a { font-size: 22px; color: #fff; }
body #design-sitemap .dii-content .dii-content-story { padding: 0; color: rgba(255,255,255,0.7); }
body #design-sitemap .dii-content .dii-content-story a { color: rgba(255,255,255,0.7); }
body #design-sitemap .dii-content .dii-content-story a:hover { color: #fff; }
body #design-container-8 .dii-content .dii-content-story img { margin: 0; width: 50px !important; height: 50px !important; background: #fff; text-align: center; text-decoration: none; transition: all ease-in-out .3s; }
body #design-container-8 .dii-content .dii-content-story img:hover { background: rgba(255,255,255,0.7); transition: all ease-in-out .3s; }

body .dii-content.dii-content-event { margin-top: 4px; padding: 8px; }

/* 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: 5px 0 0 0; font-family: 'Serpentine', sans-serif; font-size: 17px; font-weight: 700; color: #d6082f; }
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: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700; color: #d6082f; 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: #d6082f; }

/* 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: 'Serpentine', sans-serif; font-size: 40px; font-weight: 700; 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: #d6082f; text-decoration: none; }
body .dii-content-rotator article h3 { display: block; margin-bottom: 10px; padding: 6px 0 0 0; font-family: 'Montserrat', 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: 10px 20px; height: 100%; background: #d6082f; border-radius: 0; border: none; font-family: 'Serpentine', sans-serif; font-size: 15px; font-weight: 700; color: #fff; line-height: 1; text-align: center; text-transform: uppercase; transition: all ease-in-out .3s; }
body .dii-content-rotator article .article-more:hover { background: #ef0934; 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: #d6082f; }
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: 'Serpentine', sans-serif; font-size: 18px; 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: #d6082f; }


/* 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: 'Serpentine', sans-serif; font-size: 16px; font-weight: 800; color: #fff; 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: #000; cursor: pointer; }
#design-container-main-nav .dii-content-nav-menu:not(.theme-none) > ul > li > a { letter-spacing: 0; }
#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: #000; }
#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: 'Montserrat', 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: #d6082f; 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 (min-width: 1025px) {

  #design-header-wrapper.design-fixed { position: fixed; top: 0; height: 100px; box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3); }
  body.admin-mode #design-header-wrapper.design-fixed { top: 70px; }
  #design-header-wrapper.design-fixed #design-logo img { height: 110px; }
  #design-header-wrapper.design-fixed #design-nav { top: 45px; }

}

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

  #design-header-wrapper { height: 101px; }
  #design-header-inner { height: 100px; }
  .design-logo img { height: 110px; }

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

}

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

  #design-links-wrapper a { font-size: 17px; }
  #design-links-wrapper a:not(.fa-brands) { font-size: 12px; }

  #design-header-wrapper { height: 86px; }
  #design-header-inner { height: 85px; }
  .design-logo img { height: 95px; }

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

}

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

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

}

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

  #design-nav { top: 40px; right: 0; }
  #design-nav #design-container-main-nav { padding: 0; }
  #design-nav #design-container-main-nav #ww-btn-main-nav {
    padding: 0 10px;
    height: 45px;
    background: none;
    border: 0 none;
    font-family: 'Serpentine', sans-serif;
  	font-size: 16px;
  	font-weight: 700;
    font-style: normal;
  	color: #fff;
    line-height: 45px;
    text-align: right;
    text-transform: uppercase;
    box-sizing: border-box;
  }
  #design-nav #design-container-main-nav #ww-btn-main-nav i { margin: 0 5px 0 0; height: 45px; font-size: 18px; line-height: 45px; 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: 15px 10px 10px 10px; width: 100%; background: #252525 url('../images/shadow.png') top 1px left 0 repeat-x; 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: 0 10px; height: auto; background-image: none; font-size: 17px; color: #fff; line-height: 44px; 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: #d6082f; color: #fff; border-radius: 0; }
  #design-nav #design-container-main-nav .dii-content-nav-menu > ul > li:hover > ul { top: 40px; }
  #design-nav #design-container-main-nav .dii-content-nav-menu > ul li.dii-menu-item-sub-menu > ul { background: #252525; 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: 40px !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: #000; }

}

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

	#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 screen and (max-width: 480px) {

  #design-header-wrapper { height: 81px; }
  #design-header-inner { height: 80px; }
  #design-logo { top: 10px; }
  .design-logo img { height: 80px; }

  #design-nav { top: 35px; }

}

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

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

}

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

  #design-header-wrapper { height: 71px; }
  #design-header-inner { height: 70px; }
  .design-logo img { height: 70px; }

  #design-nav { top: 25px; }

}
