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

/* Wrapper */
#design-wrapper { margin: 0; padding: 0; width: 100%; overflow-x: hidden; border-top: 5px solid #da2027; }
.container { width: 100%; max-width: 1400px; }
.container-fluid { padding-left: 0; padding-right: 0; }

/* Header */
#design-header-wrapper { position: relative; margin: 0; padding: 0; width: 100%; height: 120px; background: #000 url('../images/header-bg.jpg') repeat-x; border-bottom: 1px solid #909090; transition: all 0.3s ease-in-out; box-sizing: border-box; z-index: 300; }
#design-header-inner { position: relative; margin: 0 auto; padding: 0 5px; width: 100%; max-width: 1400px; height: 120px; overflow: visible; }
#design-logo { position: absolute; top: -5px; left: 5px; z-index: 401; }
#design-logo img { height: 180px; transition: all 0.3s ease-in-out; }

#design-social-header { position: absolute; top: 5px; right: 14px; text-align: right; }
#design-social-header span {  }
#design-social-header a { margin-right: 10px; font-size: 18px; font-weight: 400; color: #a4a4a4; line-height: 40px; text-decoration: none; text-transform: uppercase; transition: all 0.3s ease-in-out; }
#design-social-header a:hover { color: #fff; }

#design-nav { position: absolute; top: 55px; right: 0; padding: 0 14px; width: 100%; height: 50px; text-align: right; }
#design-container-main-nav { width: 100%; height: 50px; box-sizing: border-box; }

/* Fixed Header */
#design-header-wrapper.design-fixed { position: fixed; top: 0; height: 100px; }
body.admin-mode #design-header-wrapper.design-fixed { top: 70px; }
#design-header-wrapper.design-fixed #design-logo img { height: 130px; }
#design-header-wrapper.design-fixed #design-nav { top: 45px; }
#design-header-wrapper.design-fixed #design-social-header { opacity: 0; }
#design-main.design-fixed { margin-top: 100px; }
body.admin-mode #design-main.design-fixed { margin-top: 170px; }

/* Main */
#design-main { background: #fff; }
#design-main.design-dept { padding-top: 45px; }
#design-main-top { background: #000; box-sizing: border-box; }
#design-main-1 { margin: 0; padding: 15px 0; background: #fff; box-sizing: border-box; }
#design-main-2 { margin: 0; padding: 15px 0; background: #ececec; box-sizing: border-box; }
#design-sponsors { margin: 0; padding: 15px 0; background: #fff; text-align: center; box-sizing: border-box; }
#design-site-map { padding: 40px 0; background: #2d2d2d url('../images/sitemap-bg.jpg') repeat-x; border-top: 5px solid #da2027; }
#design-container-main { margin: 0; padding: 0; }

/* Main Content Containers */
#design-main .dii-content .dii-content-title-photo,
#design-sponsors .dii-content .dii-content-title-photo,
#design-site-map .dii-content .dii-content-title-photo { margin: 0 !important; padding: 0; border: none; }
#design-site-map #design-container-11,
#design-site-map #design-container-12 { margin-bottom: 14px; }

#design-sponsors .dii-content.dii-content-image { display: inline-block; margin: 10px 14px; }
#design-sponsors .dii-content .dii-content-title-photo img { max-height: 100px; }

/* Footer */
#design-footer { margin: 0; padding: 30px 0; width: 100%; height: 100%; background: #000; border-top: 1px solid #404040; }
#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: #fff; 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-social a { display: block; margin-bottom: 8px; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 400; color: #ccc; line-height: 30px; text-decoration: none; transition: all ease-in-out .3s; }
#design-social a:hover { color: #fff; }
#design-social .fa { margin-right: 10px; width: 30px; height: 30px; background: #da2027; font-family: 'FontAwesome'; font-size: 18px; font-weight: 400; color: #000; line-height: 30px; text-align: center; transition: all ease-in-out .3s; }
#design-social .fa:hover { background: #fcd83a; }


/* CONTENT */

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

/* Titles */
body .dii-content-title { padding: 0; border-bottom: none; }
body .dii-content-title a { padding: 4px 4px; font-family: 'Bebas Neue', sans-serif; font-size: 32px; font-weight: 400; color: #000; line-height: 1.1; text-decoration: none; }
body .dii-content-title a:hover { color: #000; }

body .dii-content-calendar h2,
body .dii-content-rawcode h2 { margin-bottom: 6px; padding: 4px; font-family: 'Bebas Neue', sans-serif; font-size: 32px; font-weight: 400; color: #000; line-height: 1.1; }

/* Section Headers */
body .dii-content-header {
  position: relative;
  margin: 0 0 5px 0;
	padding: 0;
  min-height: 40px;
  text-align: left;
  box-sizing: border-box;
}
body .dii-content-header h2 {
  display: inline-block;
  padding: 10px 5px 5px 5px;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #da2027;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #000;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
body #design-main-2 .dii-content-header h2 { background: #ececec; }
body #design-sponsors .dii-content-header { text-align: center; }
body #design-sponsors .dii-content-header h2 { background: none; border: none; }
body #design-site-map .dii-content-header { margin-bottom: 10px; min-height: 30px; }
body #design-site-map .dii-content-header h2 { padding: 0; background: none; border: none; color: #fff; }

body .dii-content:not(.dii-content-header) h2 { margin: 0; font-size: 24px; font-weight: 400; }

/* Images */
#design-main-1 .dii-container { margin-bottom: 15px; }
#design-main-1 .dii-content-image { position: relative; padding: 0; display: table; width: 100%; }
#design-main-1 .dii-content-image > a { position: relative; z-index: 3; display: block; width: 100%; }
#design-main-1 .dii-content-image > a img { display: none; }
#design-main-1 .dii-content-image h2 {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 25% 10px 0 10px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 45px;
  font-weight: 400;
  color: #fff;
  line-height: 1.0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: middle;
}
#design-main-1 .dii-content-image h2::before { position: absolute; z-index: -1; content: ''; display: block; width: 100%; top: 0; left: 0; background: #000; opacity: 0; transition: all .3s ease-in-out; }
#design-main-1 .dii-content-image h2:hover::before { opacity: .3; }
#design-main-1 .dii-content-image h2,
#design-main-1 .dii-content-image h2::before,
#design-main-1 .dii-content-image img,
#design-main-1 .dii-content-image > a { height: 100%; min-height: 280px; }

body #design-container-10 .dii-content .dii-content-story img { max-width: 40px; max-height: 40px; }

/* Links */
body .dii-content-linkview > a { padding: 10px 6px; font-size: 14px; font-weight: 400; color: #000; transition: all 0.3s ease-in-out; }
body .dii-content-linkview > a:hover { color: #da2027; text-decoration: none; }

body .dii-content-linkview { margin: 0; padding: 0; border-bottom: 1px dotted #d3d3d3; }
body .dii-content-linkview:hover { }
body .dii-content-linkview a.dii-content-linkview-link { display: block; margin: 0; }
body .dii-content-linkview a.dii-content-linkview-link:hover { cursor: pointer; }
body .dii-content-linkview a.dii-content-linkview-link:last-of-type { border-bottom: none; }
body .dii-content-linkview a.dii-content-linkview-link span { background-image: none; }
body .dii-content-linkview a.dii-content-linkview-link i { display: none; }

body .design-main .dii-content-linkview > a { padding: 14px 20px; background: #da2027; font-family: 'Bebas Neue', sans-serif; font-size: 20px; font-weight: 400; color: #fff; line-height: 1.0; text-align: center; text-transform: uppercase; }
body .design-main .dii-content-linkview > a:hover { background: #c41d23; color: #fff; text-decoration: none; }
body .design-main .dii-content-linkview { margin: 5px; display: inline-block; border: none; }

/* Articles */
body .dii-content-article h3, .dii-content-event h3 { padding: 4px; font-size: 16px; }
body .dii-content .dii-content-story { margin-top: 0; padding: 6px 4px; border-top: none; color: #000; }
body .dii-content .dii-content-story,
body .dii-content .dii-content-story * { line-height: 1.6; }
body .dii-content .dii-content-story a { font-family: 'Montserrat', sans-serif; font-size: 14px; color: #da2027; }
body .dii-content .dii-content-story a:hover { color: #c41d23; text-decoration: none; }
body .dii-content-continue { margin: 0; text-align: left; }
body .dii-content-continue a { padding: 0 4px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px; color: #da2027; text-decoration: none; }
body .dii-content-continue a:hover { color: #c41d23; }

body #design-site-map .dii-content .dii-content-story { padding: 0; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.7); }
body #design-site-map .dii-content .dii-content-story a { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.7); }
body #design-site-map .dii-content .dii-content-story a:hover { color: #fff; text-decoration: 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 { padding: 2px 4px; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700; color: #000; }
body .dii-calendar-upcoming-events { font-size: 14px; 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 5px; 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: 14px; font-weight: 700; color: #da2027; line-height: 1.2; }
body .dii-calendar-upcoming-events li h3 a { padding: 2px 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-weight: 400; color: #da2027; }

/* 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 { background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1.0) 100%); }
body .dii-content-rotator article .article-inner { margin: 0 auto; max-width: 1400px; padding: 40px 15px; background-color: rgba(0, 0, 0, 0); }
body .dii-content-rotator article h2 { display: block; margin: 0 0 5px 0 !important; }
body .dii-content-rotator article h2.no-url,
body .dii-content-rotator article h2 a { font-family: 'Bebas Neue', 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); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content-rotator article h2 a:hover { background: none; color: #da2027; text-decoration: none; }
body .dii-content-rotator article h3 { display: block; margin-bottom: 10px; padding: 0 0 0 6px; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 400; color: #fff; }
body .dii-content-rotator article .article-more { float: none; margin: 5px; padding: 10px; background: #da2027; border-radius: 0; font-family: 'Bebas Neue', sans-serif; font-size: 18px; font-weight: 400; color: #fff; line-height: 1.0; text-align: center; text-decoration: none; text-transform: uppercase; transition: all 0.3s ease-in-out; }
body .dii-content-rotator article .article-more:hover { background: #e13239; color: #fff; }
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 { top: auto; left: auto; bottom: 15px; width: 100%; text-align: center; }
body .dii-content-rotator .dii-rotator-nav i { margin: 0 3px; font-size: 14px; color: rgba(255, 255, 255, 0.5); }
body .dii-content-rotator .dii-rotator-nav i.rotator-active { color: #da2027; }
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: 'Bebas Neue', 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: #da2027; }


/* MENUS */
#design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link {
  display: block;
  height: 50px;
  margin: 0;
  padding: 0 20px;
  background: none;
  border: none;
  border-top: 2px solid rgba(0,0,0,0);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 50px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
	transition: all 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
#design-container-main-nav .dii-content-nav-menu > ul > li:hover > a.dii-sub-menu-link,
#design-container-main-nav .dii-content-nav-menu > ul > li:last-child:hover > a.dii-sub-menu-link { background: #000; border-top: 2px solid #da2027; 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 { background-color: #000; }
#design-container-main-nav .dii-content-nav-menu ul ul li a { color: #fff; padding: 14px; }
#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-size: 14px; font-weight: 400; color: #fff; line-height: 1.1; letter-spacing: 0; text-align: left; transition: all 0.3s ease-in-out; }
#design-container-main-nav .dii-content-nav-menu > ul ul li > a:hover { background: #da2027; color: #fff; }
#design-container-main-nav .dii-content-nav-menu > ul ul li:hover:before { width: 100%; }

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


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

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

}

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

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

}

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

  #design-nav { top: 60px; }
  #design-header-wrapper.design-fixed #design-nav { top: 55px; }

  #design-nav #design-container-main-nav { padding: 0; }
  #design-nav #design-container-main-nav #ww-btn-main-nav {
    padding: 0 10px;
    height: 50px;
    background: none;
    border: 0 none;
    font-family: 'Bebas Neue', sans-serif;
  	font-size: 22px;
  	font-weight: 400;
  	color: #fff;
    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: 26px; 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: 30px 10px 10px 10px; width: 100%; background: #000; 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: 10px; width: 100%; height: auto; background-image: none; font-size: 20px; 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: #da2027; color: #fff; border-radius: 0; }
  #design-nav #design-container-main-nav .dii-content-nav-menu > ul > li:hover > ul { top: 50px; }
  #design-nav #design-container-main-nav .dii-content-nav-menu > ul li.dii-menu-item-sub-menu > ul { background: #000; 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 { top: 10px; }
  #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: #222; }

}

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

  #design-header-wrapper { height: 100px; }
  #design-logo img { height: 140px; }

  #design-nav { top: 50px; }

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

}
