/* ----------------------------------------------------------------
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 { overflow: hidden; margin: 0; padding: 0; width: 100%; background: #fff; }
#design-wrapper .container{ width: 100%; max-width: 1300px; }
#design-wrapper .container-fluid { padding: 0; }

#design-page-top { height: 40px; background: #000; }
#design-tagline {
  float: left;
  padding-left: 120px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 40px;
}
#design-logos { float: right; margin-left: 4px; }
#design-logos a { display: inline-block; }
#design-social { float: right; }
#design-social a.design-social { float: left; margin: 0; padding: 0; width: 40px; height: 40px; background: #717273; border-right: 1px solid #5b5b5b; text-align: center; }
#design-social a.design-social i { width: 40px; height: 40px; font-size: 24px; color: #fff; line-height: 40px; }

/* Header */
#design-header {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 140px;
  background: #fff;
  box-sizing: border-box;
}
#design-logo { display: block; position: absolute; top: -40px; left: 0; z-index: 100; }

/* Nav */
#design-nav { margin-top: -65px; width: 100%; height: 42px; }
#design-nav #design-container-main-nav { margin: 0; padding-left: 100px; width: 100%; height: 42px; box-sizing: border-box; }

/* Main */
#design-main {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
#design-news {
  margin: 0;
  padding: 40px 0;
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
}
#design-about {
  margin: 0;
  padding: 40px 0;
  width: 100%;
  min-height: 575px;
  background: #000 url('../images/aboutBg.jpg') no-repeat center bottom / cover;
  box-sizing: border-box;
}
#design-facilities {
  margin: 0;
  padding: 40px 0;
  width: 100%;
  min-height: 510px;
  background: #fcfdfc url('../images/facilitiesBg.jpg') no-repeat center bottom / cover;
  box-sizing: border-box;
}
#design-promise {
  margin: 0;
  padding: 40px 0;
  width: 100%;
  background: #fff;
}

/* Content Containers */
#design-main .dii-content .dii-content-title-photo { margin: 0; padding: 0; border: none; }

#design-container-1,
#design-container-2,
#design-container-3, {  }

/* Bottom Links */
#design-bottom-logo { margin-bottom: -40px; text-align: center; }
#design-bottom-links { width: 100%; height: auto; min-height: 120px; padding: 40px 0; background: #f97e05; line-height: 40px; text-align: center; }
#design-bottom-links a {
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 0 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #000;
	line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
#design-bottom-links a:hover { font-weight: 400; }
#design-social-bottom { text-align: center; }
#design-bottom-links a.design-social { float: left; margin: 0; padding: 0; width: 40px; height: 40px; background: #717273; border-right: 1px solid #5b5b5b; text-align: center; }
#design-bottom-links a.design-social i { width: 40px; height: 40px; font-size: 24px; color: #fff; line-height: 40px; }

/* Footer */
#design-footer {
  margin: 0;
  padding: 20px 0;
  width: 100%;
  height: 100px;
  background: #000;
  border-top: 1px solid #313131;
}
#design-footer #design-footer-left { text-align: left; }
#design-footer #design-footer-left div,
#design-footer #design-footer-left div a { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 300; line-height: 1.5; color: #fff; text-transform: none; text-decoration: none; }
#design-footer #design-footer-right { text-align: right; }
#design-footer #design-footer-left #design-copyright { margin: 10px 0 0 10px; font-weight: 700; }
#design-footer #design-footer-left #design-copyrightDII { margin: 0 0 0 10px; }
#design-footer #design-footer-left #design-copyrightDII a { font-family: 'Montserrat', sans-serif; font-size: 13px; color: #fff; line-height: 1.5; text-transform: none; }


/* CONTENT */

/* General */
body .dii-content { overflow: visible; position: relative; margin: 0; padding: 6px; background: none; font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; color: #000; }
body .dii-content a { color: #ea2203; }
body .dii-content a:hover { color: #ea2203; }

body div.dii-content,
body div.dii-content-menu {  }

/* Titles */
body .dii-content-title { padding: 0 0 4px 0; }
body .dii-content-title a { padding: 0; font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 800; color: #000; line-height: 1.1; text-transform: none; }

body .dii-content-calendar h2,
body .dii-content-rawcode h2 { margin-bottom: 6px; padding: 0 0 4px 0; font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 800; color: #000; line-height: 1.1; text-transform: none; }

body .dii-content:not(.dii-content-header) h2 { font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 800; }
body .dii-content-image h2 { margin: 0 0 6px 0; }

/* Section Headers */
body .dii-content-header {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0;
  height: 34px;
  background: none;
  border-bottom: 1px solid #939598;
  box-sizing: border-box;
}
body .dii-content-header h2 {
  padding: 0 2px;
  height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ea2203;
  line-height: 30px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  box-sizing: border-box;
}

/* Links */
body .dii-content-linkview > a { padding: 0; font-size: 13px; font-weight: 300; color: #808080; line-height: 1.2; }
body .dii-content-linkview > a:hover { color: #ea2203; font-weight: 600; text-decoration: none; }

body .dii-content-linkview { margin: 0; padding: 5px 5px 5px 15px; }
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 .dii-content-linkview:before { position: absolute; top: 8px; left: 5px; font-family: 'FontAwesome'; font-size: 5px; color: #ea2203; content: '\f111'; }

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

/* Articles */
body .dii-content.dii-content-article { padding-bottom: 15px; }
body .dii-content.dii-content-article h3,
body .dii-content.dii-content-event h3 { padding: 0 2px 0 4px; font-size: 14px; font-weight: 400; color: #000; line-height: 1.4; }
body .dii-content .dii-content-story { margin-top: 0; padding: 4px; border-top: none; color: #808080; }
body .dii-content .dii-content-story div,
body .dii-content .dii-content-story p { font-size: 14px; line-height: 1.4; }
body .dii-content .dii-content-story a { font-size: inherit; color: #ea2203; text-decoration: none; }
body .dii-content .dii-content-story a:hover { color: #ea2203; text-decoration: underline; }
body .dii-content-continue { margin: 0 4px; margin-bottom: 4px; text-align: left; }
body .dii-content-continue a { font-size: 14px; font-weight: 700; color: #ea2203; }
body .dii-content-continue a:hover { color: #ea2203; text-decoration: underline; background: none; }

body .dii-content-continue a::before { content: "read more "; }
body .dii-content-continue a::after { content: "..."; }

/* Home Page Overrides */
body .design-articles .dii-content-linkview > a { padding: 0; font-size: 22px; font-weight: 300; color: #fff; line-height: 60px; text-align: center; text-transform: uppercase; }
body .design-articles .dii-content-linkview > a:hover { color: #fff; font-weight: 300; text-decoration: none; }
body .design-articles .dii-content-linkview { margin: 10px auto 0; padding: 0 20px; width: 25%; height: 60px; background: #f97e05; border: 1px solid #fd8714; }
body .design-articles .dii-content-linkview:hover { background: #ed7601; border: 1px solid #fd8714; }

body .design-articles .dii-content-linkview:before { display: none; }

body .design-articles h2.dii-content-title { margin-bottom: 20px; padding: 0; }
body .design-articles .dii-content-title a { font-size: 45px; font-weight: 800; color: #000; line-height: 1.0; text-align: center; text-decoration: none; text-transform: uppercase; }
body .design-articles .dii-content.dii-content-article { margin: 0; padding: 0 75px; text-align: center; }
body .design-articles .dii-content .dii-content-story { margin-top: 0; padding: 0; border: none; color: #000; }
body .design-articles .dii-content .dii-content-story div,
body .design-articles .dii-content .dii-content-story p { font-size: 25px; font-weight: 200; }

body #design-news .dii-content-article { display: flex; flex-direction: column; }
body #design-news .dii-content-title-photo { order: 2; }
body #design-news .dii-content-title { order: 1; }
body #design-news .dii-content-story { order: 3; }
body #design-news .dii-content-continue { order: 4; }

body #design-about.design-articles .dii-content-title a,
body #design-about.design-articles .dii-content .dii-content-story { color: #fff; }

body #design-promise .dii-content-title-photo img { margin-bottom: 20px; max-height: none; }


/* 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: #ea2203; }
body .dii-calendar-upcoming-events { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 400; color: #808080; }
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-weight: 700; color: #ea2203; line-height: 1.2; }
body .dii-calendar-upcoming-events li h3 a { padding: 2px 0 0 0; font-weight: 300; color: #808080; line-height: 1.2; }
body .dii-calendar-upcoming-events li h3 a:hover { background: none; font-weight: 700; color: #ea2203; }

/* 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-color: rgba(0, 0, 0, 0); }
body .dii-content-rotator article .article-inner { padding: 15px; background-color: rgba(0, 0, 0, 0.6); }
body .dii-content-rotator article h2.no-url,
body .dii-content-rotator article h2 a { font-family: 'Montserrat', sans-serif; font-size: 30px; font-weight: 700; color: #fff; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content-rotator article h2 a:hover { background: none; color: #ea2203; text-decoration: none; }
body .dii-content-rotator article h3 {
  margin-bottom: 10px;
  padding: 6px 0 0 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
body .dii-content-rotator article .article-story { padding: 0 8px; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 400; color: #fff; }
body .dii-content-rotator article .article-more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  background: none;
  border: none;
  color: #ea2203;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.0;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}
body .dii-content-rotator article .article-more:hover {
  background: none;
  color: #ea2203;
  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 { background-color: rgba(0, 0, 0, 0); border: none; }
body .dii-content-rotator .dii-rotator-nav i { font-size: 14px; color: rgba(255, 255, 255, 0.7); }
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: #ea2203; }
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: 'Montserrat', sans-serif; font-size: 15px; font-weight: 700; color: #808080; 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: #ea2203; }


/* MENUS */

/* Menu */
body #design-container-main-nav .dii-content-nav-menu > ul > li > a {
  display: block;
  height: 42px;
  margin: 0;
  padding: 0 20px;
  background: none;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #969696;
  line-height: 42px;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
}
body #design-container-main-nav .dii-content-nav-menu > ul > li:hover > a { font-weight: 600; color: #ea2203; cursor: pointer; }
body #design-container-main-nav .dii-content-nav-menu.theme-none ul li:hover { background: none; } /* no theme hover override */

/* List */
body #design-container-main-nav .dii-content-nav-menu > ul ul { padding: 5px; background-color: #fff; }
body #design-container-main-nav .dii-content-nav-menu ul ul li a { color: #969696; padding: 8px; }

/* Position */
body #design-container-main-nav .dii-content-nav-menu > ul > li:hover > ul { top: 42px; }

/* Links */
body #design-container-main-nav .dii-content-nav-menu > ul ul li > a { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 400; color: #969696; line-height: 1.1; letter-spacing: 0; text-align: left; text-transform: none; }
body #design-container-main-nav .dii-content-nav-menu > ul ul li:hover > a { font-weight: 600; color: #ea2203; }
/* body #design-container-main-nav .dii-content-nav-menu > ul ul li:before {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: #969696;
  color: #fff;
  transition: all 0.3s ease-in-out;
} */
body #design-container-main-nav .dii-content-nav-menu > ul ul li:hover:before { width: 100%; }

/* Arrow */
body #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); }
