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

/* GENERAL */
* { box-sizing: border-box; }
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #b60935 url('../images/bg.jpg') no-repeat center top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

#design-page-top {
  width: 100%;
  height: 32px;
  background: #b60935 url('../images/links-bg.jpg') repeat-x bottom left;
  font-family: 'Anton', sans-serif;
  text-align: right;
  box-sizing: border-box;
}
#design-page-top .container { padding-left: 10px; padding-right: 10px; }
#design-page-top a {
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  text-decoration: none;
  transition: all ease-in-out .3s;
}
#design-page-top a.fa {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
}
#design-page-top span {
  padding: 0 8px;
  font-family: 'Anton', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  line-height: 32px;
}
#design-page-top a:hover { color: rgba(255,255,255,1); }

/* Header */
#design-header-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
}
#design-header-inner { position: relative; margin: 0 auto; width: 100%; max-width: 1170px; height: 120px; border-bottom: 2px solid #fff; }
#design-logo { position: absolute; top: 0; left: 10px; z-index: 201; }
#design-logo img { height: 170px; }
#design-title { position: absolute; top: 60px; left: 210px; }
#design-title img { height: 50px; }

/* Nav */
#design-nav-wrapper { width: 100%; height: 50px; box-sizing: border-box; }
#design-nav-inner { margin: 0 auto; padding-left: 190px; width: 100%; max-width: 1170px; height: 50px; background: #b60935 url('../images/nav-bg.jpg') repeat-x; box-sizing: border-box; }
#design-container-main-nav { width: 100%; height: 50px; }

.admin-mode #design-header-wrapper { top: 69px; }

/* Main */
#design-main {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
#design-main .container { padding-top: 15px; padding-bottom: 15px; background: #fff; box-sizing: border-box; }
#design-sponsors { margin-top: 15px; padding: 20px 0; border-top: 3px solid #e1e1e1;  }

/* Content Containers */
#design-container-main { margin: 0; }
#design-main .dii-container { margin: 0 0 15px 0; }

#design-container-5 { text-align: center; }
#design-container-5 .dii-content.dii-content-image { display: inline-block; margin: 10px; padding: 0; }
#design-container-5 .dii-content.dii-content-image img { max-width: 250px; max-height: 90px; }

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

/* Footer */
#design-footer {  }
#design-footer .container { padding-top: 20px; padding-bottom: 20px; background: #012861 url('../images/footer-bg.jpg') repeat-x; border-top: 4px solid #d01242; }
#design-footer-left { float: left; }
#design-footer-left .design-copyright { margin: 0 0 0 10px; }
#design-footer-left .design-copyright,
#design-footer-left .design-copyright a { font-family: 'Open Sans', sans-serif; font-size: 13px; font-weight: 400; line-height: 1.5; color: #fff; text-decoration: none; }
#design-footer-left .design-copyright:first-of-type { font-weight: 700; }
#design-footer-right { float: right; }

#design-footer .dii-logo { height: 45px; }


/* CONTENT */

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

/* Content Titles */
body .dii-content-title { margin: 0; padding: 0; }
body .dii-content-title a { padding: 0; font-family: 'Anton', sans-serif; font-size: 22px; font-weight: 400; color: #06357a; line-height: 1.2; text-decoration: none; }
body .dii-content-title a:hover { color: #06357a; }

body .dii-content-calendar h2,
body .dii-content-rawcode h2 { margin: 0 0 20px 0 padding: 0; font-family: 'Anton', sans-serif; font-size: 22px; font-weight: 400; color: #06357a; line-height: 1.2; }

/* Section Headers */
body .dii-content.dii-content-header {
  position: relative;
  margin: 0 0 5px 0;
	padding: 0;
  height: 100%;
  border-bottom: 2px solid #d01242;
  box-sizing: border-box;
}
body .dii-content.dii-content-header h2 {
  padding: 15px 12px;
  height: 100%;
  min-height: 45px;
  background: #06357a;
  border-bottom: 1px solid #fff;
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1.0;
  text-transform: uppercase;
  box-sizing: border-box;
}

body .dii-content:not(.dii-content-header) h2 { font-weight: 400; }
body #design-container-5 .dii-content.dii-content-header { margin: 0; text-align: center; }
body #design-container-5 .dii-content.dii-content-header h2 { background: none; border: none; color: #d01242; }

/* Links */
body .dii-content-linkview > a { padding: 5px 0; font-size: 14px; font-weight: 400; color: #000; }
body .dii-content-linkview > a:hover { color: #d01242; text-decoration: none; }

body .dii-content-linkview { margin: 0 10px; padding: 0; }
body .dii-content-linkview:hover { background: none; }
body .dii-content-linkview a.dii-content-linkview-link { display: block; }
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; }

/* Articles */
body .dii-content.dii-content-article { margin: 0 10px; }
body .dii-content.dii-content-article h3,
body .dii-content.dii-content-event h3 { padding: 2px 0 4px 0; }
body .dii-content .dii-content-story { margin-top: 4px; padding: 0; border: none; color: #000; font-size: 14px; }
body .dii-content .dii-content-story a { font-weight: 700; color: #d01242; text-decoration: none; }
body .dii-content .dii-content-story a:hover { color: #b9103b; }
body .dii-content-continue { margin: 0; margin-bottom: 4px; text-align: left; }
body .dii-content-continue a { font-size: 14px; font-weight: 700; color: #d01242; }
body .dii-content-continue a:hover { color: #b9103b; text-decoration: none; background: 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-size: 15px; 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 {  }
body .dii-calendar-upcoming-events li { margin: 0 5px; padding: 5px 8px; border-bottom: none; cursor: pointer; }
body .dii-calendar-upcoming-events li:hover { }
body .dii-calendar-upcoming-events li h4 { padding: 2px 0 0 0; font-size: 14px; font-weight: 700; color: #d01242; 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; color: #d01242; }

/* 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 { margin-bottom: 15px; background-color: #000; }

body .dii-content-rotator .list-none { min-height: 100px; }
body .dii-content-rotator article .article-wrapper {  }
body .dii-content-rotator article .article-inner {  }
body .dii-content-rotator article h2.no-url,
body .dii-content-rotator article h2 a { padding: 0; font-family: 'Anton', sans-serif; font-size: 32px; font-weight: 400; color: #fff; text-transform: none; text-shadow: 0px 0px 3px 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: #d01242; text-decoration: none; }
body .dii-content-rotator article h3 {
  margin-bottom: 10px;
  padding: 6px 0 0 6px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
body .dii-content-rotator article .article-story { padding: 0 8px; font-family: 'Open Sans', sans-serif; font-size: 14px; font-weight: 400; color: #fff; }
body .dii-content-rotator article .article-more { background: none; border: none; font-family: 'Anton', sans-serif; color: #76c242; font-size: 16px; font-weight: 400; }
body .dii-content-rotator article .article-more:hover { background: none; border: none; color: #d01242; }
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, 1); }
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: #d01242; }
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: 'Anton', 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: #06357a; }


/* 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: 0 none;
	font-family: 'Anton', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 50px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	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: #06357a; 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: 5px; background-color: #06357a; }
#design-container-main-nav .dii-content-nav-menu ul ul li a { padding: 10px; transition: all ease-in-out .3s; }
#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: 13px; font-weight: 400; color: #fff; line-height: 1.2; text-align: left; }
#design-container-main-nav .dii-content-nav-menu > ul ul li:hover > a.dii-sub-menu-link { background: #d01242; color: #fff; }
#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); }


/* MOBILE */

/* Min-Width */
@media screen and (min-width: 668px) {

  #design-main .col-sm-4 { padding: 15px; background: url('../images/shadow.jpg') repeat-y top left; }

}

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

  #design-header-wrapper,
  #design-header-inner { height: 110px; }
  #design-logo img { height: 155px; }
  #design-title { top: 50px; left: 200px; }
  #design-title img { height: 45px; }

  #design-nav-inner { padding-left: 185px; }
  #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: 900px) {

  #design-nav-inner { padding-left: 0; }
  #design-nav-inner #design-container-main-nav #ww-btn-main-nav { padding: 0 10px 0 195px; width: 100%; height: 50px; background: none; border: 0 none; font-family: 'Anton', sans-serif; font-size: 20px; font-weight: 400; color: #fff; line-height: 50px; text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); text-transform: uppercase; box-sizing: border-box; }
  #design-nav-inner #design-container-main-nav #ww-btn-main-nav i { margin: 0 5px; height: 50px; font-size: 16px; line-height: 50px; }
  #design-container-main-nav .dii-content-nav-menu > ul { padding: 5px; width: 100%; background: #06357a; z-index: 100; }
  #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: 16px; color: #fff; line-height: 30px; text-align: left; text-shadow: none; }
  #design-container-main-nav .dii-content-nav-menu > ul > li:hover > a.dii-sub-menu-link { background: #d01242; color: #fff; }
  #design-container-main-nav .dii-content-nav-menu > ul > li:hover > ul { top: 30px; }
  #design-container-main-nav .dii-content-nav-menu > ul li.dii-menu-item-sub-menu > ul { background: #06357a; color: #fff; text-shadow: none; }
  #design-container-main-nav .dii-content-nav-menu > ul li.dii-menu-item-sub-menu:hover > a { background: #d01242; color: #fff; text-shadow: none; }
  #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-inner #design-container-main-nav .dii-content-nav-menu ul li ul.show,
  #design-nav-inner #design-container-main-nav .dii-content-nav-menu:not(.dii-is-mobile) ul li:hover > ul { left: 0; width: 100%; background: #052a62; }

}

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

  #design-header-wrapper,
  #design-header-inner { height: 105px; }
  #design-logo img { height: 95px; }
  #design-title { top: 20px; left: 125px; }
  #design-title img { height: 35px; }
  #design-title span { display: block; }
  #design-title span:last-child { margin-top: -5px; }

  #design-nav-inner #design-container-main-nav #ww-btn-main-nav { padding: 0 10px; }

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

}

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

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

}

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

  #design-title { display: none; }

}
