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

.gutter-10.row { margin-right: -5px; margin-left: -5px; }
.gutter-10 > [class^="col-"],
.gutter-10 > [class^=" col-"] { padding-left: 5px; padding-right: 5px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding-left: 5px; padding-right: 5px; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 { position: relative; min-height: 1px; padding-right: 5px; padding-left: 5px; }
.col-xs-15 { width: 20%; float: left; }

@media (min-width: 768px) {
  .col-sm-15 { width: 20%; float: left; }
}

@media (min-width: 992px) {
  .col-md-15 { width: 20%; float: left; }
}

@media (min-width: 1200px) {
  .col-lg-15 { width: 20%; float: left; }
}

/* General Page Styles */
* { box-sizing: border-box; }
body { margin: 0; padding: 0; background: #074986 url('../images/bg.png') repeat-x; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

#design-wrapper { margin: 0; width: 100%; border-top: 5px solid #b50808; }
#design-wrapper .container { padding-left: 0; padding-right: 0; }

@media screen and (min-width: 768px) and (max-width: 1024px) {

  #design-wrapper .container { width: 100%; }

}

/* Header */
header {
  position: relative;
  margin: 0;
  width: 100%;
  height: 170px;
  border-bottom: 2px solid #b50808;
  box-sizing: border-box;
}
#design-logo { position: absolute; top: 15px; left: 20px; z-index: 1; }
#design-title { position: absolute; top: 50px; left: 150px; }
#design-logo img { height: 150px; }
#design-title img { height: 100px; }

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

  header { height: 135px; }
  #design-logo { top: 10px; left: 15px; }
  #design-title { top: 35px; left: 130px; }
  #design-logo img { height: 120px; }
  #design-title img { height: 80px; }

}

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

  header { height: 120px; }
  #design-title { top: 30px; left: 110px; }
  #design-logo img { height: 105px; }
  #design-title img { height: 70px; }

}

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

  header { height: 90px; }
  #design-logo { top: 5px; }
  #design-title { top: 22px; left: 85px; }
  #design-logo img { height: 80px; }
  #design-title img { height: 50px; }

}

nav {
	margin: 0;
  padding: 0;
  width: 100%;
	height: 55px;
  background: linear-gradient(to bottom, #012849 0%,#074986 100%);
	border-top: 1px solid #012849;
  border-bottom: 1px solid #012849;
	box-sizing: border-box;
}

nav #design-container-main-nav { float: left; margin: 0; padding-left: 10px; width: 100%; max-width: 1070px; height: 53px; box-sizing: border-box; }
nav #design-container-main-nav #ww-btn-main-nav { padding: 0 15px; height: 53px; background: none; border: 0 none; font-family: 'PSG', sans-serif; font-weight: 700; color: #fff; line-height: 53px; text-transform: uppercase; text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7); box-sizing: border-box; }
nav #design-container-main-nav #ww-btn-main-nav i { margin: 0; line-height: 53px; }
nav #design-container-main-nav #ww-btn-main-nav i.caret { display: none; }
nav #design-nav-right { float: right; height: 53px; }
nav #design-nav-right a { position: relative; display: inline-block; margin: 0; padding: 0; width: 42px; height: 53px; box-sizing: border-box; }

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

  nav #design-container-main-nav { max-width: 900px; }

}

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

  nav #design-container-main-nav { padding: 0; max-width: 900px; }
  nav #design-nav-right { display: none; }

}

/* Main */
#design-main { display: table; margin: 0; padding: 10px; width: 100%; background: #002039; border-top: 2px solid #b50808; box-sizing: border-box; }
#design-main-content { padding: 10px; width: 100%; background: #fff; box-sizing: border-box; }
#design-container-1 { padding: 5px; background: #074986; border: 1px solid #0a63b6; }

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

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

  #design-modules { display: none; }

}

/* Footer */
footer {
  padding: 10px 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(1,46,84,1) 0%,rgba(1,46,84,0) 100%);
  box-sizing: border-box;
}
footer #design-footer-left { float: left; }
footer #design-footer-left div,
footer #design-footer-left div a { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: 400; color: #fff; line-height: 1.4; text-decoration: none; box-sizing: border-box; }
footer #design-footer-left #design-copyright { margin: 10px 0 0 10px; font-weight: 700; }
footer #design-footer-left #design-copyrightDII { margin: 0 0 0 10px; }
footer #design-footer-left #design-copyrightDII a { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: 400; color: #fff; text-decoration: none; }
footer #design-footer-right { float: right; }

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

	footer { margin: 0; padding: 0; width: 100%; height: 150px; }
	footer #design-footer-left { display: block; width: 100%; text-align: center; }
	footer #design-footer-right { display: block; margin-top: 10px; width: 100%; text-align: center; }
  footer #design-footer-left #design-copyright { margin: 10px 0 0 0; font-weight: 700; }
  footer #design-footer-left #design-copyrightDII { margin: 0; }

}

/* Content Boxes */
.design-sectionHeader {
	margin: 15px 0 0 0;
  padding: 8px 10px;
  width: 100%;
	height: 43px;
  background: linear-gradient(to bottom, #01294b 0%,#074986 100%);
  border-bottom: 1px solid #01294b;
	font-family: 'PSG', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
  text-decoration: none;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}
.design-sectionHeader:first-child { margin-top: 0; }

.design-sectionContent {
	padding: 0;
	width: 100%;
  max-height: 300px;
	overflow-y: auto;
	background: #fff;
	border-bottom: 3px solid #283e63;
	box-sizing: border-box;
}

#design-bottomLogos {
  margin: 0;
  padding: 15px 0;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
}

body #design-bottomLogos #design-container-6 .dii-content.dii-content-image { display: inline-block !important; }
body #design-bottomLogos #design-container-6 .dii-content.dii-content-image img { max-height: 101px; }


/* CONTENT */

/*-------- General --------*/
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: Verdana, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content { margin: 0; overflow: visible; position: relative; padding: 6px; background: none; color: #000; font-family: Verdana, Arial, sans-serif; }

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

body div.dii-content h2 { font-weight: normal; }
body div.dii-content:not(.dii-content-header) h2 { margin: 10px 0 0 0; padding: 2px 4px; font-family: 'PSG', sans-serif; font-size: 22px; font-weight: 700; color: #012849; letter-spacing: 0; }

body .dii-content-title,
body .dii-content-title a { padding: 0 0 4px 0; font-family: 'PSG', sans-serif; font-size: 22px; font-weight: 700; color: #012849; line-height: 1.1; text-decoration: none; letter-spacing: 0; }

body .dii-content.dii-content-calendar h2.dii-content-title,
body .dii-content.dii-content-rawcode h2.dii-content-title {
  margin-bottom: 8px;
  padding: 0 0 4px 0;
  border-bottom: 2px solid #999;
  font-family: 'PSG', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-decoration: none;
}

body #design-container-main:not(.dii-content-header h2) .dii-content { padding: 0; }
body #design-container-main .dii-content { padding: 0; }

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

/* Section Headers */
body div.dii-content.dii-content-header {  }

/* Links (regardless of content type) */
body .dii-content-linkview > a { padding: 0; font-size: 11px; font-weight: 700; color: #fff; line-height: 1.2; }
body .dii-content-linkview > a:hover { color: #fff; text-decoration: none; }

body .dii-content-linkview { margin: 0; padding: 6px; border-bottom: 1px dotted #0b70ce; }
body .dii-content-linkview:hover { background: #01294b; cursor: pointer; }
body .dii-content-linkview a.dii-content-linkview-link { position: relative; display: block; margin: 0; padding: 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; }

/* Articles */
body .dii-content.dii-content-article .dii-content-subtitle,
body .dii-content.dii-content-event .dii-content-subtitle { padding: 4px; color: #000; }
body .dii-content.dii-content-article .dii-content-story,
body .dii-content.dii-content-event .dii-content-story { margin-top: 6px; padding-top: 6px; border-top: 2px solid #ccc; color: #000; }
body .dii-content.dii-content-article .dii-content-story a { color: #074986; }
body .dii-content.dii-content-article .dii-content-story a:hover { color: #063c6e; }
body .dii-content-continue { margin-bottom: 4px; text-align: right; }
body .dii-content-continue a { color: #074986; }
body .dii-content-continue a.dii-content-continue-link { color: #074986; }
body .dii-content-continue a.dii-content-continue-link:hover { color: #063c6e; }

body .dii-content.dii-content-event { margin-top: 4px; padding: 8px; color: #000; }
body .dii-content.dii-content-event h2.dii-content-title { color: #102f80; }
body .dii-content.dii-content-event a { color: #102f80; text-decoration: none;  }

/*-------- Calendars --------*/
body #dii-full-calendar { margin: 6px 28px; }
body .dii-content.dii-content-calendar .dii-calendar-wall table td { padding: 0; }
body .dii-content.dii-content-calendar .dii-calendar-wall table.fc-header td.fc-header-left span.fc-button { margin-bottom: 2px; }
body .dii-content.dii-content-calendar .dii-calendar-wall table.fc-header td.fc-header-right span.fc-header-title { padding: 2px 4px; font-size: 14px; color: #fff; }

body .dii-content.dii-content-calendar ul.dii-calendar-upcoming-events li { margin-bottom: 4px; padding: 6px; border-bottom: 1px dotted #3658b1; }
body .dii-content.dii-content-calendar ul.dii-calendar-upcoming-events li:hover { background: #12224b; }
body .dii-content.dii-content-calendar ul.dii-calendar-upcoming-events li h4 { padding: 0; font-size: 12px; font-weight: 700; color: #00377a; }
body .dii-content.dii-content-calendar ul.dii-calendar-upcoming-events li h3 a { display: block; padding: 2px 0 0 0; font-weight: 400; font-size: 12px; color: #ffff11; }
body .dii-content.dii-content-calendar ul.dii-calendar-upcoming-events li h3 a:hover { background: none; font-weight: 400; color: #fff; }

body .dii-content.dii-content-rotator { margin-bottom: 0; background-color: none; box-sizing: border-box; }
body .dii-content.dii-content-rotator article { margin-bottom: 0; background-color: none; box-sizing: border-box; }
body #design-container-main .dii-content.dii-content-rotator { margin-bottom: 0; background-color: #12224b; box-sizing: border-box; }
body #design-container-main .dii-content.dii-content-rotator article { background-color: #12224b; }
body .dii-content-rotator .list-none { min-height: 100px; }
body .dii-content-rotator article .article-wrapper {  }
body .dii-content-rotator article h2.no-url,
body .dii-content-rotator article h2 a { font-family: 'PSG', sans-serif; font-size: 20px; font-weight: 400; color: #fff; text-transform: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content-rotator article h2 a:hover { color: #fff; text-decoration: none; }
body .dii-content-rotator article h3 {
  margin-bottom: 10px;
  padding-left: 8px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
body .dii-content-rotator article .article-story { padding: 0 8px; font-family: Verdana, Arial, sans-serif; font-size: 11px; font-weight: 400; color: #fff; }
body .dii-content-rotator article .article-more { padding: 4px 8px; font-family: Verdana, Arial, sans-serif; font-size: 13px; font-weight: 700; color: #fff; letter-spacing: 0; }
body .dii-content-rotator article .article-more::before { content: "read more"; }
body .dii-content-rotator article .article-more::after { content: "..."; }
body .dii-content-rotator .group-nav:hover,
body .dii-content-rotator article h2 a:hover,
body .dii-content-rotator .article-more:hover { background: rgba(0, 0, 0, 0.3); text-decoration: none; }
body .dii-content-rotator .dii-rotator-nav {  }
body .dii-content-rotator .dii-rotator-nav i { font-size: 14px; color: rgba(255, 255, 255, 0.6); }
body .dii-content-rotator .dii-rotator-nav i .active { color: rgba(255, 255, 255, 1); }
body .dii-content-rotator .dii-rotator-nav i:hover:not(.fa-circle) { color: #ffff11; }
body .dii-content-rotator .rotator-group { background: #12224c; }
body .dii-content-rotator .rotator-group .group-item { font-family: 'PSG', sans-serif; font-size: 11px; font-weight: 400; color: #112f7f; line-height: 1.1; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content-rotator .rotator-group .group-item:hover { color: #000; }
body .dii-content-rotator .rotator-group .group-item span { opacity: 1.0; font-family: 'PSG', sans-serif; font-size: 11px; font-weight: 400; color: #112f7f; line-height: 1.1; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body .dii-content-rotator .rotator-group .group-item span:hover { color: #000; }

body .dii-content-rotator .list-right article { width: 80%; }

body .dii-content-rotator article .article-story { display: none; }
body .dii-content-rotator .showcase-content-summary { display: none; }

body div.showcase.ui-widget-content { background: #000; border: none; }

body .showcase-arrow-previous,
body .showcase-arrow-next { z-index: 96; position: absolute; background: url('../../../common/cms/js/jquery/plugins/showcase.v.1.1.3/images/arrows-light-2.png'); width: 33px; height: 33px; top: 80px; cursor: pointer; }
body .showcase-arrow-previous { z-index: 96; left: 5px; }
body .showcase-arrow-previous:hover { z-index: 96; background-position: 0px -34px; }
body .showcase-arrow-next { z-index: 96; right: 5px; background-position: -34px 0; }
body .showcase-arrow-next:hover { z-index: 96; background-position: -34px -34px; }

body div.showcase-content-image { text-align: center; }
body div.showcase-content-display { position: absolute; right: 0; bottom: 0; left: 0; padding: 20px; background: rgba(0, 0, 0, 0.6); text-align: left; color: #fff; box-sizing: border-box; }
body div.showcase-content-display h2.showcase-content-title,
body div.showcase-content-display h2.showcase-content-title a { font-family: 'PSG', sans-serif; font-size: 24px; font-weight: 700; color: #fff; text-transform: uppercase; }
body div.showcase-content-display h3.showcase-content-subtitle { margin: 4px 4px 8px 12px; font-family: Verdana, Arial, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; }
body div.showcase-content-display div.showcase-content-continue { padding-right: 22px; text-align: right; }
body div.showcase-content-display div.showcase-content-continue a { color: #cd202a; }
body div.showcase-content-display div.showcase-content-continue a:hover { color: #cd202a; }

*body div.showcase-content div.showcase-content-rawcode { background: none; }

body .showcase-plus-anchor { background: url('../../../common/cms/js/jquery/plugins/showcase.v.1.1.3/images/plus.png') no-repeat; }
body .showcase-plus-anchor:hover { background-position: -32px 0; }
body div.showcase-tooltip { background: rgba(255, 255, 255, 0.8); padding: 5px 8px; text-align: left; color: #000; }

body .showcase-caption { display: none; position: absolute; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.7); padding: 12px; text-align: left; color: #fff; }
body .showcase-onepage .showcase-content { margin-bottom: 10px; }
body .showcase-button-wrapper { clear: both; margin-top: 10px; text-align: center; }
body .showcase-button-wrapper span { margin-right: 3px; padding: 2px 5px 0px 5px; font-size: 12px; color: #444; cursor: pointer; }
body .showcase-button-wrapper span.active { color: #fff; }

body .showcase-thumbnail-wrapper { overflow: hidden; }
body .showcase-thumbnail { position: relative; width: 120px; height: 90px; text-align: center; cursor: pointer; border: 1px #000 solid}
body .showcase-thumbnail img { height: 95px; }
body .showcase-thumbnail-caption { position: absolute; bottom: 0; width: 110px; background: rgba(0, 0, 0, 0.7); padding: 3px 5px 5px; text-align: left; font-family: 'PSG', sans-serif; font-size: 12px; font-weight: 800; line-height: 15px; color: #fff; }
body .showcase-thumbnail-content { padding: 25px 10px 10px; text-align: center; }
body .showcase-thumbnail-cover { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.4); }
body .showcase-thumbnail:hover {  }
body .showcase-thumbnail:hover .showcase-thumbnail-cover { display: none; }
body .showcase-thumbnail.active .showcase-thumbnail-cover { display: none; }
body .showcase-thumbnail-wrapper-horizontal { padding: 10px; }
body .showcase-thumbnail-wrapper-horizontal .showcase-thumbnail { margin-right: 10px; width: 116px; }
body .showcase-thumbnail-wrapper-vertical { padding: 10px; }
body .showcase-thumbnail-wrapper-vertical .showcase-thumbnail { margin-bottom: 10px; }
body .showcase-thumbnail-button-backward,
body .showcase-thumbnail-button-forward { padding: 7px; cursor: pointer; }
body .showcase-thumbnail-button-backward { padding-bottom: 0; padding-right: 0; }
body .showcase-thumbnail-button-backward .showcase-thumbnail-vertical,
body .showcase-thumbnail-button-forward .showcase-thumbnail-vertical,
body .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal,
body .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal { display: block; width: 17px; height: 17px; background: url('../../../common/cms/js/jquery/plugins/showcase.v.1.1.3/images/arrows-small.png') no-repeat; }

body .showcase-thumbnail-button-backward .showcase-thumbnail-vertical { margin-left: 55px; background-position: 0 -51px; }
body .showcase-thumbnail-button-backward:hover .showcase-thumbnail-vertical { background-position: -17px -51px; }
body .showcase-thumbnail-button-forward .showcase-thumbnail-vertical { margin-left: 55px; background-position: 0 -34px; }
body .showcase-thumbnail-button-forward:hover .showcase-thumbnail-vertical { background-position: -17px -34px; }
body .showcase-thumbnail-button-backward .showcase-thumbnail-horizontal { margin-top: 40px; margin-bottom: 40px; background-position: 0 -17px; }
body .showcase-thumbnail-button-backward:hover .showcase-thumbnail-horizontal { background-position: -17px -17px; }
body .showcase-thumbnail-button-forward .showcase-thumbnail-horizontal { margin-top: 40px; margin-bottom: 40px; background-position: 0 0; }
body .showcase-thumbnail-button-forward:hover .showcase-thumbnail-horizontal { background-position: -17px 0; }

body .showcase-thumbnail-button-forward span span,
body .showcase-thumbnail-button-backward span span { display: none; }


/* MENUS */
#design-container-main-nav .dii-content-nav-menu.theme-none > ul > li > a {
  display: block;
  padding: 0 14px;
  background-image: none;
  font-family: 'PSG', sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: 53px;
  color: #fff;
  line-height: 53px;
  letter-spacing: 0;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#design-container-main-nav .dii-content-nav-menu.theme-none > ul > li:hover > a { background: #01294b; cursor: pointer; }
#design-container-main-nav .dii-content-nav-menu.theme-none.theme-none ul li:hover { background: none; }
#design-container-main-nav .dii-content-nav-menu.theme-none > ul ul { padding: 0; background: #01294b; border-radius: 0; }
#design-container-main-nav .dii-content-nav-menu.theme-none ul ul li a { padding: 10px 20px 10px 10px; border-radius: 0; }
#design-container-main-nav .dii-content-nav-menu.theme-none > ul > li:hover > ul { top: 53px; left: 0; }
#design-container-main-nav .dii-content-nav-menu.theme-none > ul ul li > a { font-family: 'PSG', sans-serif; font-size: 13px; font-weight: 400; color: #fff; line-height: 1.2; letter-spacing: 0; text-transform: none; }
#design-container-main-nav .dii-content-nav-menu.theme-none > ul ul li:hover > a { background: #074986; }
#design-container-main-nav .dii-content-nav-menu.theme-none ul ul li.dii-menu-item-sub-menu > a::after { top: 9px; right: 5px; border: none; font: normal 8px 'FontAwesome'; content: "\f054"; color: rgba(255, 255, 255, 0.4); line-height: 20px; }

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

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

}

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

  #design-container-main-nav .dii-content-nav-menu.theme-none > ul { padding: 5px; width: 100%; background: #01294b; z-index: 200; }
  #design-container-main-nav .dii-content-nav-menu.theme-none > ul > li { display: block; }
  #design-container-main-nav .dii-content-nav-menu.theme-none > ul > li > a { padding: 0 10px; height: auto; border: 0; color: #fff; line-height: 30px; text-shadow: none; }
  #design-container-main-nav .dii-content-nav-menu.theme-none > ul > li:hover > ul { top: 30px; left: 0; }
  #design-container-main-nav .dii-content-nav-menu.theme-none > ul > li:hover > a { background: #074986; border: 0; color: #fff; text-shadow: none; }
  #design-container-main-nav .dii-content-nav-menu.theme-none > ul > li:first-child > a:before,
  #design-container-main-nav .dii-content-nav-menu.theme-none > ul > li:first-child:hover > a:before { display: none; }
  #design-container-main-nav .dii-content-nav-menu.theme-none > ul > li.dii-menu-item-sub-menu > a::after { display: none; }
  #design-container-main-nav .dii-content-nav-menu.theme-none > ul ul li.dii-menu-item-sub-menu:hover > a { background: #074986; color: #fff; text-shadow: none; }

}