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

/* BOOTSTRAP COLUMNS */
.row.gutter-0 { margin-left: 0; margin-right: 0; }
.gutter-0 > [class^="col-"],
.gutter-0 > [class^=" col-"] { padding-right: 0; padding-left: 0; }

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

/* Header */
#design-header-wrapper { position: sticky; margin: 0; padding: 0 10px; width: 100%; height: 120px; background: #fff url('../images/shadow.png') top 1px left 0 repeat-x; transition: all 0.3s ease-in-out; box-sizing: border-box; z-index: 300; }
#design-header-inner { position: relative; margin: 0 auto; padding: 0; width: 100%; max-width: 1370px; height: 120px; overflow: visible; }
#design-logo { position: absolute; top: 5px; left: 0; z-index: 401; }
#design-logo img { height: 110px; transition: all 0.3s ease-in-out; }

/* Main */
#design-main { padding: 30px 0; width: 100%; background: #fff url('../images/shadow.png') repeat-x; box-sizing: border-box; }

/* Main Content Containers */
#design-container-main { margin: 0; padding: 0; width: 100%; }
.main-home #design-container-main { padding: 20px 20px 0 20px; width: 100%; box-sizing: border-box; }

#design-sitemap #design-container-11,
#design-sitemap #design-container-12 { margin-bottom: 15px; }

/* Footer */
#design-footer { margin: 0; padding: 30px 0; width: 100%; height: 100%; background: #00263d; }
#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: 'sophisto', sans-serif; font-size: 16px; font-weight: 300; 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; }

#design-social a { display: inline-block; margin-right: 2px; width: 40px; height: 40px; background: #fff; border-radius: 20px; font-family: 'FontAwesome'; font-size: 19px; font-weight: 400; color: #3c434f; line-height: 40px; text-align: center; text-decoration: none; transition: all ease-in-out .3s; }
#design-social a:hover { background: #6faedd; }


/* CONTENT */

/* General */
body .dii-content { overflow: visible; position: relative; margin: 0; padding: 0; background: none; font-family: 'sophisto', sans-serif; font-weight: 300; font-size: 18px; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content a { color: #6faedd; }
body .dii-content a:hover { color: #5aa2d8; }

/* Titles */
body .dii-content-title { padding: 0; border-bottom: none; }
body .dii-content-title a,
body .dii-content-calendar h2,
body .dii-content-rawcode h2 { padding: 4px 0; font-family: 'sophisto', sans-serif; font-size: 42px; font-weight: 900; font-style: italic; color: #3c434f; line-height: 1.1; text-decoration: none; }
body .dii-content-title a:hover { color: #3c434f; }

/* Section Headers */
body .dii-content-header { position: relative; margin: 20px 0 10px 0; padding: 0; min-height: 40px; text-align: left; box-sizing: border-box; }
body .dii-content-header:first-child { margin-top: 0; }
body .dii-content-header h2 { padding: 10px 15px; background: #3c434f; border-bottom: 3px solid #6faedd; font-family: 'sophisto', sans-serif; font-size: 30px; font-weight: 900; font-style: italic; color: #fff; line-height: 1.0; text-transform: uppercase; box-sizing: border-box; }
body #design-main-middle .dii-content-header { height: 100%; }
body #design-main-middle .dii-content-header h2 { padding: 0; background: none; border: none; font-size: 50px; color: #3c434f; }
body #design-main-bottom .dii-content-header h2 { padding: 0; background: none; border: none; font-size: 45px; color: #3c434f; }
body #design-sitemap .dii-content-header { min-height: 30px; }
body #design-sitemap .dii-content-header h2 { padding: 0; background: none; border: none; font-size: 25px; font-style: normal; color: #fff; }

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

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

.design-main-photo .dii-content .dii-content-title-photo img { max-height: 650px; }

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

/* Links */
body .dii-content-linkview > a { padding: 10px 6px; font-size: 18px; font-weight: 300; color: #3c434f; transition: all 0.3s ease-in-out; }
body .dii-content-linkview > a:hover { color: #6faedd; 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 i { display: none; }

body .design-main-info .dii-content-linkview > a { padding: 12px 25px; background: #6faedd; font-family: 'sophisto', sans-serif; font-size: 19px; font-weight: 900; font-style: italic; color: #fff; line-height: 1.0; text-align: center; text-transform: uppercase; }
body .design-main-info .dii-content-linkview > a:hover { background: #84bae2; color: #fff; text-decoration: none; }
body .design-main-info .dii-content-linkview { margin-right: 5px; display: inline-block; border: none; }

body .main-dept #design-container-main .dii-content-linkview > a { padding: 12px 25px; background: #6faedd; font-family: 'sophisto', sans-serif; font-size: 19px; font-weight: 900; font-style: italic; color: #fff; line-height: 1.0; text-align: center; text-transform: uppercase; }
body .main-dept #design-container-main .dii-content-linkview > a:hover { background: #84bae2; color: #fff; text-decoration: none; }
body .main-dept #design-container-main .dii-content-linkview { margin: 5px; display: inline-block; border: none; }

/* Articles */
body .dii-content-article { margin-bottom: 13px; }
body .dii-content-article h3,
body .dii-content-event h3 { padding: 10px 8px 0 0; }
body .dii-content .dii-content-story { margin-top: 13px; padding: 0; border-top: none; color: #000; }
body .dii-content .dii-content-story { font-family: 'sophisto', sans-serif; font-size: 18px; font-weight: 300; color: #3c434f; }
body .dii-content .dii-content-story * { font-size: 18px; font-weight: 300; }
body .dii-content .dii-content-story a { color: #6faedd; }
body .dii-content .dii-content-story a:hover { color: #5aa2d8; text-decoration: none; }
body .dii-content-continue { margin: 0; text-align: left; }
body .dii-content-continue a { padding: 0 4px; font-family: 'sophisto', sans-serif; font-size: 13px; color: #6faedd; text-decoration: none; }
body .dii-content-continue a:hover { color: #5aa2d8; }

body .main-home #design-container-main .dii-content-article { margin: 0 auto; padding-top: 10%; max-width: 1400px; }
body .main-home #design-container-main .dii-content-article h2 { margin-bottom: 30px; }
body .main-home #design-container-main .dii-content-article h2 a { font-family: 'sophisto', sans-serif; font-size: 65px; font-weight: 900; font-style: italic; color: #fff; line-height: 0.8; text-transform: uppercase; }
body .main-home #design-container-main .dii-content .dii-content-story { margin-left: 40px; padding: 0 0 0 25px; border-left: 8px solid #fff; }
body .main-home #design-container-main .dii-content .dii-content-story,
body .main-home #design-container-main .dii-content .dii-content-story * { font-size: 18px; color: #fff; }

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; padding: 15px; background-color: rgba(0,0,0,0); }
body .dii-content-rotator article h2 { display: block; margin: 0 0 10px 0 !important; }
body .dii-content-rotator article h2.no-url,
body .dii-content-rotator article h2 a { font-family: 'sophisto', sans-serif; font-size: 85px; font-weight: 900; font-style: italic; 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: #6faedd; text-decoration: none; }
body .dii-content-rotator article h3 { display: block; margin-bottom: 10px; padding: 6px 0 0 6px; font-family: 'sophisto', sans-serif; font-size: 20px; font-weight: 300; color: #fff; }
body .dii-content-rotator article .article-more { float: left; display: inline-block; padding: 8px 10px; background: #6faedd; border-radius: 0; font-family: 'sophisto', sans-serif; font-size: 16px; font-weight: 300; color: #fff; text-decoration: none; }
body .dii-content-rotator article .article-more:hover { background: #f80230; border: none; color: #fff; }

body .design-main-info .dii-content .dii-content-story,
body .design-main-info .dii-content .dii-content-story * { font-size: 19px; line-height: 1.4; }

body #design-main-bottom .dii-content-article { float: left; display: flex; flex-direction: column; margin: 0 2% 15px 0; text-align: left; width: 31.333333333333333%; min-height: 350px; }
body #design-main-bottom .dii-content-article > .dii-content-title-photo { order: 1; height: 250px; background: #3c434f; }
body #design-main-bottom .dii-content-article > .dii-content-title { order: 2; padding-top: 20px; box-sizing: border-box; }
body #design-main-bottom .dii-content-article > .dii-content-title a { font-family: 'sophisto', sans-serif; font-size: 26px; font-weight: 900; font-style: normal; color: #6faedd; line-height: 1.0; text-transform: uppercase; }
body #design-main-bottom .dii-content-article > .dii-content-story { order: 2; margin-top: 5px; padding: 0; color: #3c434f; }
body #design-main-bottom .dii-content-article > .dii-content-continue { order: 3; margin: 0; padding: 0; }
body #design-main-bottom .dii-content-article > .dii-content-continue a { float: left; display: inline-block; padding: 0; font-family: 'sophisto', sans-serif; font-size: 17px; font-weight: 900; font-style: italic; color: #6faedd; line-height: 1.0; text-align: center; text-transform: uppercase; text-decoration: none; transition: all ease-in-out .3s; }
body #design-main-bottom .dii-content-article > .dii-content-continue a:hover { color: #5aa2d8; }

body #design-sitemap .dii-content .dii-content-story { margin-top: 0; padding: 0; font-family: 'sophisto', sans-serif; font-size: 18px; font-weight: 300; color: rgba(255,255,255,0.5); }
body #design-sitemap .dii-content .dii-content-story a { font-family: 'sophisto', sans-serif; font-size: 18px; font-weight: 300; color: rgba(255,255,255,0.5); }
body #design-sitemap .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: 'sophisto', sans-serif; font-size: 22px; font-weight: 300; color: #6faedd; }
body .dii-calendar-upcoming-events { font-size: 18px; color: #000; }
body .dii-calendar-upcoming-events .dii-bold { font-weight: 300; }
body .dii-calendar-upcoming-events .dii-center { text-align: left; }
body .dii-calendar-upcoming-events li { margin: 0 5px; padding: 5px 8px; font-weight: 300; }
body .dii-calendar-upcoming-events li:hover {  }
body .dii-calendar-upcoming-events li h4 { padding: 2px 0 0 0; font-size: 18px; font-weight: 700; color: #6faedd; line-height: 1.2; }
body .dii-calendar-upcoming-events li h3 a { padding: 2px 0 0 0; font-size: 18px; font-weight: 300; color: #3c434f; line-height: 1.2; text-decoration: none; }
body .dii-calendar-upcoming-events li h3 a:hover { background: none; font-weight: 300; color: #6faedd; }

/* 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; padding: 15px; background-color: rgba(0,0,0,0); }
body .dii-content-rotator article h2 { display: block; margin: 0 0 10px 0 !important; }
body .dii-content-rotator article h2.no-url,
body .dii-content-rotator article h2 a { font-family: 'sophisto', sans-serif; font-size: 85px; font-weight: 900; font-style: italic; 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: #6faedd; text-decoration: none; }
body .dii-content-rotator article h3 { display: block; margin-bottom: 10px; padding: 6px 0 0 6px; font-family: 'sophisto', sans-serif; font-size: 20px; font-weight: 300; color: #fff; }
body .dii-content-rotator article .article-more { float: left; display: inline-block; padding: 8px 10px; background: #6faedd; border-radius: 0; font-family: 'sophisto', sans-serif; font-size: 16px; font-weight: 300; color: #fff; text-decoration: none; }
body .dii-content-rotator article .article-more:hover { background: #f80230; border: none; 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 { }
body .dii-content-rotator .dii-rotator-nav i { font-size: 13px; color: rgba(255,255,255,0.5); }
body .dii-content-rotator .dii-rotator-nav i.rotator-active { color: #6faedd; }
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: 'sophisto', sans-serif; font-size: 18px; font-weight: 300; 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: #6faedd; }


/* MOBILE */
@media screen and (min-width: 1025px) {

  body.admin-mode #design-header-wrapper.design-fixed { top: 70px; }

  #design-header-wrapper.design-fixed { position: fixed; top: 0; height: 100px; box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2); }
  #design-header-wrapper.design-fixed #design-header-inner { height: 100px; }
  #design-header-wrapper.design-fixed #design-logo img { height: 90px; }
  #design-main.design-fixed { margin-top: 100px; }

}

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

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

}

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

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

}

@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-inner { text-align: center; }
  #design-logo { left: calc(50% - 111px);  }

}
