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

/* Bootstrap Columns Reset */
.gutter-20.row { margin-right: -10px; margin-left: -10px; }
.gutter-20 > [class^="col-"],
.gutter-20 > [class^=" col-"] { padding-right: 10px; padding-left: 10px; }

/* General Page Styles */
* { box-sizing: border-box; }
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #c60033;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Page Wrapper */
#design-wrapper { margin: 0; padding: 0; width: 100%; background: #f3f3f3 url('../images/bg.jpg') no-repeat center 188px; }
#design-wrapper .container { padding-left: 10px; padding-right: 10px; }

/* Header */
#design-header {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 138px;
  background: #c60033 url('../images/header.jpg') no-repeat center top;
  box-sizing: border-box;
}
#design-header #design-logo { position: absolute; top: 18px; left: 15px; z-index: 1; }

/* Social */
#design-social {
  position: absolute;
  top: 90px;
  right: 20px;
}
#design-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #15195b;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
#design-social a:hover { background: #090c3e; }
#design-social a i { width: 30px; height: 30px; font-size: 16px; color: #fff; line-height: 30px; }

/* Nav */
#design-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  background: #090c3e;
  box-sizing: border-box;
}
#design-nav #design-container-main-nav { position: relative; margin: 0; padding: 0 0 0 220px; width: 100%; height: 50px; background: #15195b; box-sizing: border-box; }
#design-nav #design-container-main-nav:before { content: ''; position: absolute; top: 0; left: -50px; width: 50px; height: 50px; background: url('../images/navBefore.png') no-repeat right top; }
#design-nav #design-container-main-nav:after { content: ''; position: absolute; top: 0; right: -50px; width: 50px; height: 50px; background: url('../images/navAfter.png') no-repeat left top; }

/* Main */
#design-main {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #;
  border-top: 1px solid #fff;
  box-sizing: border-box;
}
#design-main-inner {
  position: relative;
  display: block;
  margin: 0;
  padding: 16px;
  width: 100%;
  background: #fff;
  box-shadow: 10px 0 10px -10px rgba(0,0,0,0.2), -10px 0 10px -10px rgba(0,0,0,0.2);
  -moz-box-shadow: 10px 0 10px -10px rgba(0,0,0,0.2), -10px 0 10px -10px rgba(0,0,0,0.2);
  -webkit-box-shadow: 10px 0 10px -10px rgba(0,0,0,0.2), -10px 0 10px -10px rgba(0,0,0,0.2);
  box-sizing: border-box;
}
#design-main-inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: -210px;
  width: 210px;
  height: 100%;
  background: url('../images/mainBefore.png') no-repeat top right;
  box-sizing: border-box;
}
#design-main-inner:after {
  content: '';
  position: absolute;
  top: 0;
  right: -210px;
  width: 210px;
  height: 100%;
  background: url('../images/mainAfter.png') no-repeat top right;
  box-sizing: border-box;
}
#design-main #design-container-main { margin: 0 0 20px 0; padding: 10px; width: 100%; }

/* Main Content Containers */
#design-container-3 { padding: 15px 0 0 0; background: url('../images/shadow.png') no-repeat center top; }
#design-container-3 .dii-content.dii-content-image { display: inline-block; margin: 0 4px; padding: 0; border: none; }
#design-container-3 .dii-content.dii-content-image img { max-height: 100px; }

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

.design-container { margin: 0 0 20px 0; }

/* Footer */
#design-footer {
  margin: 0;
  padding: 20px 0;
  width: 100%;
  height: 100px;
  background: #c60033;
  border-top: 4px solid #090c3e;
}
#design-footer #design-footer-left { float: left; }
#design-footer #design-footer-left div,
#design-footer #design-footer-left div a { font-family: 'futura-pt', sans-serif; font-size: 12px; font-weight: 400; line-height: 1.5; color: #fff; text-transform: none; text-decoration: none; }
#design-footer #design-footer-right { float: right; }

#design-footer #design-footer-left #design-copyright { margin: 10px 0 0 10px; font-weight: 900; }
#design-footer #design-footer-left #design-copyrightDII { margin: 0 0 0 10px; }
#design-footer #design-footer-left #design-copyrightDII a { font-family: 'futura-pt', sans-serif; font-size: 12px; color: #fff; line-height: 1.5; text-transform: none; }


/* CONTENT */

/* General Content */
body .dii-content { overflow: visible; position: relative; margin: 0; padding: 6px; background: none; color: #000; }
body .dii-content a { color: #15195b; }
body .dii-content a:hover { color: #090c3e; }
body .dii-content p,
body .dii-content blockquote,
body .dii-content pre,
body .dii-content a,
body .dii-content ul,
body .dii-content li,
body .dii-content form,
body .dii-content table,
body .dii-content tbody,
body .dii-content tfoot,
body .dii-content thead,
body .dii-content tr,
body .dii-content th,
body .dii-content td { font-family: 'Open Sans', sans-serif; font-size: 12px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

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

/* Content Titles */
body .dii-content-title,
body .dii-content-image .dii-content-title { padding: 4px; }

body .dii-content-title a,
body .dii-content-image .dii-content-title a { padding: 0; font-family: 'futura-pt', sans-serif; font-size: 18px; font-weight: 900; color: #15195b; line-height: 1.1; text-transform: none; }

body .dii-content-calendar h2,
body .dii-content-rawcode h2 { margin-bottom: 6px; padding: 4px; font-family: 'futura-pt', sans-serif; font-size: 18px; font-weight: 900; color: #15195b; line-height: 1.1; text-transform: none; }

/* Section Headers */
body .dii-content-header {
  position: relative;
  margin: 10px 0 5px 0;
	padding: 0;
  height: 43px;
  background: #15195b;
  border-bottom: 3px solid #c60033;
  box-sizing: border-box;
}
body .dii-content-header:first-of-type { margin-top: 0; }
body .dii-content-header h2 {
  padding: 0 12px;
  height: 40px;
  border-bottom: 1px solid #fff;
  font-family: 'futura-pt', sans-serif;
  font-size: 22px;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  line-height: 63px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

body #design-container-3 .dii-content-header { margin: 0 0 10px 0; height: 30px; background: none; border: none; }
body #design-container-3 .dii-content-header h2 { margin: 0 auto; padding: 0 5px; height: 36px; font-size: 17px; font-style: normal; color: #15195b; line-height: 30px; text-align: center; }

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

/* Links */
body .dii-content-linkview > a { padding: 0; font-size: 12px; font-weight: 400; color: #000; line-height: 1.3; }
body .dii-content-linkview > a:hover { color: #c60033; text-decoration: none; }

body .dii-content-linkview { margin: 0 5px; 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; }

/* Links Before & After */
body .dii-content-linkview:before { position: absolute; top: 10px; left: 5px; font-family: 'FontAwesome'; font-size: 4px; color: #c60033; content: '\f111'; }
/* body .dii-content-linkview:after {  } */


/* Articles */
body .dii-content.dii-content-article { border-bottom: 1px dotted #efefef; }
body .dii-content.dii-content-article h3,
body .dii-content.dii-content-event h3 { padding: 0 2px 4px 4px; font-size: 13px; font-weight: 400; color: #666; }
body .dii-content .dii-content-story { margin-top: 0; padding: 4px; border: none;  color: #000; }
body .dii-content .dii-content-story div,
body .dii-content .dii-content-story p { font-size: 13px; line-height: 1.3; }
body .dii-content .dii-content-story a { font-size: inherit; color: #15195b; text-decoration: none; }
body .dii-content .dii-content-story a:hover { color: #090c3e; }
body .dii-content-continue { margin: 0 4px; text-align: left; }
body .dii-content-continue a { font-family: 'futura-pt', sans-serif; font-size: 13px; font-weight: 900; color: #c60033; }
body .dii-content-continue a:hover { color: #ac012d; 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-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: 'futura-pt', sans-serif; font-size: 16px; font-weight: 900; color: #15195b; }
body .dii-calendar-upcoming-events { font-size: 13px; color: #000; }
body .dii-calendar-upcoming-events li { margin: 0 6px; padding: 5px 8px; }
body .dii-calendar-upcoming-events li:hover {  }
body .dii-calendar-upcoming-events li h4 { padding: 2px 0 0 0; font-size: 12px; font-weight: 700; color: #c60033; line-height: 1.2; }
body .dii-calendar-upcoming-events li h3 a { padding: 2px 0 0 0; font-size: 12px; font-weight: 400; color: #000; line-height: 1.2; }
body .dii-calendar-upcoming-events li h3 a:hover { background: none; font-size: 12px; font-weight: 400; color: #c60033; }

/* 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: #fff; }

body .dii-content-rotator .list-none { min-height: 100px; }
body .dii-content-rotator article .article-wrapper { background: rgba(255, 255, 255, 1); }
body .dii-content-rotator article .article-inner { padding: 15px; }
body .dii-content-rotator article h2.no-url,
body .dii-content-rotator article h2 a { font-family: 'futura-pt', sans-serif; font-size: 22px; font-weight: 900; font-style: italic; color: #15195b; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content-rotator article h2 a:hover { background: none; color: #c60033; 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: 15px;
  font-weight: 400;
  color: #000;
}
body .dii-content-rotator article .article-story { padding: 0 8px; font-family: 'Open Sans', sans-serif; font-size: 13px; font-weight: 400; color: #000; }
body .dii-content-rotator article .article-more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  background: none;
  border: none;
  color: #c60033;
  display: inline-block;
  font-family: 'futura-pt', sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;;
  transition: all 0.3s ease-in-out;
}
body .dii-content-rotator article .article-more:hover {
  background: none;
  color: #a6bbf1;
  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 { font-size: 14px; color: rgba(255, 255, 255, 0.5); }
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: #a6bbf1; }
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: 'futura-pt', sans-serif; font-size: 15px; font-weight: 900; 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: #15195b; }


/* MENUS */

/* Menu */
#design-container-main-nav .dii-content-nav-menu > ul > li > a.dii-sub-menu-link {
  height: 50px;
  margin: 0;
  padding: 0 15px;
  background: none;
  border: 0 none;
	font-family: 'futura-pt', sans-serif;
	font-size: 16px;
	font-weight: 900;
  font-style: italic;
	color: #fff;
	line-height: 50px;
  letter-spacing: 0;
	text-transform: uppercase;
	transition: all 0.3s 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 { color: rgba(255, 255, 255, 0.5); cursor: pointer; }
#design-container-main-nav .dii-content-nav-menu.theme-none ul li:hover { background: none; } /* no theme hover override */

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

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

/* Links */
#design-container-main-nav .dii-content-nav-menu > ul ul li > a { font-family: 'futura-pt', sans-serif; font-size: 12px; font-weight: 700; color: #fff; line-height: 1.1; letter-spacing: 0; text-align: left; text-transform: none; }
#design-container-main-nav .dii-content-nav-menu > ul ul li:hover > a.dii-sub-menu-link { background: #c40034; color: #fff; }
