@charset "utf-8";
body {
  behavior: url("/application/themes/theme_csis/css/csshover3.htc");
}
/******************************sidebar nav***********************************/
ul#sidenav,
ul#sidenav li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul#sidenav {
  margin-bottom: 25px;
  text-align: left;
}
ul#sidenav li {
  margin-bottom: 5px;
  margin-left: 0;
}
ul#sidenav li a {
  display: block;
  padding: 5px 15px;
  margin: 0 0 10px 0;
  line-height: 24px;
  color: #122b46;
  border-left: 1px dotted #999;
}
ul#sidenav li a:hover {
  color: #6893b4;
}
ul#sidenav li a.nav-selected {
  color: #d3a156;
  font-weight: 700;
}
ul#sidenav li a.parenttitle {
  font-weight: 400;
  font-size: 32px;
  background: none;
  line-height: 36px;
  border-bottom: 1px dotted #999;
  border-left: 1px dotted #999;
  padding: 15px;
  margin-bottom: 10px;
}
ul#sidenav li.parenttitle {
  background: none;
  margin-left: 0;
}
/******************************main nav***********************************/
nav {
  position: relative;
  width: 100%;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
#cssmenu > ul > li {
  /*float: left;*/
  display: inline-block;
  vertical-align: middle;
}
#cssmenu ul li a:active {
  /*text-decoration: underline;*/
  font-weight: bold;
  text-transform: uppercase;
}
#cssmenu ul li.active a,
#cssmenu > ul > li:hover > a {
  background: none;
  text-transform: uppercase;
  color: #82a7c7;
}
#cssmenu > ul > li > a.nav-selected,
#cssmenu > ul > li > a.nav-path-selected {
  color: #82a7c7;
  /*text-decoration: underline; */
}
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  background: rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#stickerhead-sticky-wrapper #cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 20px;
  right: 11px;
  width: 7px;
  height: 1px;
  display: block;
  background: #0e2e3e !important;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
#stickerhead-sticky-wrapper #cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 17px;
  right: 14px;
  display: block;
  width: 1px;
  height: 7px;
  background: #0e2e3e !important;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
#stickerhead-sticky-wrapper.is-sticky #cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 14px;
  right: 2px;
  width: 7px;
  height: 1px;
  display: block;
  background: #0e2e3e !important;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
#stickerhead-sticky-wrapper.is-sticky #cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 11px;
  right: 5px;
  display: block;
  width: 1px;
  height: 7px;
  background: #0e2e3e !important;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 19px;
  height: 0;
  background: #666 !important;
}
#cssmenu > ul > li.has-sub:hover > a:after,
#cssmenu > ul > li.has-sub:hover > a:before {
  background: #666 !important;
}
#cssmenu ul ul {
  position: absolute;
  max-width: 300px;
  width: max-content;
  left: -9999px;
  background: #3575A7;
  z-index: 50;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
#cssmenu ul ul li {
  height: 0;
  width: 100%;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: 0;
}
#cssmenu li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul li a {
  color: #fff;
  margin: 0;
  padding: 15px 26px;
  line-height: 20px;
  width: auto;
  height: auto;
  text-decoration: none;
  display: block;
  border: 0;
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
#cssmenu ul ul li a.nav-selected,
#cssmenu ul ul li a.nav-path-selected {
  background: rgba(0, 0, 0, 0.25);
  border: 0;
}
#cssmenu ul ul li a:hover {
  background: rgba(0, 0, 0, 0.25);
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 1px;
  display: block;
  background: #ddd;
  content: '';
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 1px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}
@media screen and (min-width: 1140px) {
  #cssmenu > ul > li > a {
    display: block;
    margin: 0;
    padding: 12px 12px;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    font: normal normal 600 13px/16px Open Sans;
    transition: all ease-in-out 0.25s;
    letter-spacing: -0.14px;
    color: #321A4A;
    text-transform: uppercase;
    font-weight: bold;
  }
  .pgscrolled #cssmenu > ul > li > a {
    padding: 5px 12px;
    font: normal normal 600 12px/19px Open Sans;
  }
  #cssmenu > ul > li:last-child {
    display: none;
  }
  #cssmenu > ul > li:nth-last-child(2) > a {
    background: #D01A53;
    color: #fff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 0;
    margin-left: 10px;
    padding: 12px 32px;
    font: normal normal 700 14px/20px Open Sans;
    transition: 0.25s opacity ease-in-out;
  }
  #cssmenu > ul > li:nth-last-child(2) > a:hover {
    opacity: 0.75;
  }
  #cssmenu > ul > li:nth-last-child(2) > a:active {
    text-transform: uppercase;
  }
  #cssmenu > ul > li:nth-last-child(3) > a {
    background: #3575A7;
    color: #fff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 0;
    margin-left: 10px;
    padding: 12px 32px;
    font: normal normal 700 14px/20px Open Sans;
    transition: 0.25s opacity ease-in-out;
  }
  #cssmenu > ul > li:nth-last-child(3) > a:hover {
    opacity: 0.75;
  }
  #cssmenu > ul > li:nth-last-child(3) > a:active {
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1200px) {
  #cssmenu {
    width: 100%;
    z-index: 50;
  }
  /*#cssmenu ul.nav.open { display: grid !important; }*/
  #cssmenu ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10% 5%;
    text-align: center;
    display: none;
    box-shadow: 0 0 5px #333;
    background: #1b3b54;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1b3b54 10%, #3575a7 80%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1b3b54 10%, #3575a7 80%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1b3b54 10%, #3575a7 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b3b54', endColorstr='#3575a7', GradientType=0);
    /* IE6-9 */
    /*background: rgb(57,26,74);
	background: -moz-linear-gradient(180deg, rgba(57,26,74,1) 0%, rgba(102,26,77,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(57,26,74,1) 0%, rgba(102,26,77,1) 100%);
	background: linear-gradient(180deg, rgba(57,26,74,1) 0%, rgba(102,26,77,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#391a4a",endColorstr="#661a4d",GradientType=1);*/
    overflow: hidden;
    overflow-y: scroll;
  }
  #cssmenu ul:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    opacity: 0.1;
    background: url(/application/themes/theme_csis/images/csis-icon-gray.svg) no-repeat bottom center;
    background-size: 125%;
  }
  #cssmenu ul li {
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    transition: 0.25s ease-in-out all;
  }
  #cssmenu > ul > li {
    float: none;
    width: fit-content;
    display: block;
    text-align: left;
    margin: 0 auto;
  }
  #cssmenu > ul > li > a {
    font: normal normal 600 12px/15px Open Sans;
    letter-spacing: -0.14px;
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin: 10px 0;
  }
  #cssmenu > ul > li:hover > a {
    background: none;
    color: #fff;
    font-weight: bold;
  }
  #cssmenu > ul > li > a:active {
    /*text-decoration: underline;*/
    font-weight: bold;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu ul li a.nav-selected,
  #cssmenu ul li a.nav-path-selected {
    color: #fff;
    font-weight: bold;
    /*text-decoration: underline;*/
  }
  #cssmenu > ul > li:nth-last-child(1) > a,
  #cssmenu > ul > li:nth-last-child(2) > a {
    background: #D01A53;
    color: #fff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 0;
    margin-left: 10px;
    padding: 12px 22px;
    font: normal normal 600 13px/18px Open Sans;
  }
  #cssmenu > ul > li:nth-last-child(3) > a {
    background: #3575A7;
    color: #fff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 0;
    margin-left: 10px;
    padding: 12px 22px;
    font: normal normal 700 13px/18px Open Sans;
    transition: 0.25s opacity ease-in-out;
  }
  #cssmenu > ul > li:nth-last-child(1) > a:hover,
  #cssmenu > ul > li:nth-last-child(2) > a:hover {
    opacity: 0.75;
  }
  #cssmenu > ul > li:nth-last-child(1) > a:active,
  #cssmenu > ul > li:nth-last-child(2) > a:active {
    text-decoration: underline;
  }
  #cssmenu ul ul li a.nav-selected,
  #cssmenu ul ul li a.nav-path-selected {
    padding: 10px 18px;
    background: #333;
    color: #fff;
  }
  #cssmenu ul ul li.nav-path-selected:hover > a,
  #cssmenu ul ul li.nav-path-selected a:hover {
    color: #efefef !important;
  }
  #cssmenu > ul > li.has-sub > a {
    padding-right: 55px;
  }
  #cssmenu ul ul {
    background: #efefef;
    box-shadow: none;
    max-width: none;
  }
  #cssmenu ul ul li {
    box-shadow: none;
  }
  #cssmenu ul ul li:hover {
    background: none !important;
  }
  #cssmenu ul ul ul {
    background: none;
    box-shadow: none;
    padding: 1% 1% 15px 1%;
  }
  #cssmenu ul ul ul li a {
    background: #fff;
    color: #0c2743;
    font-size: 13px;
    margin: 2px 0;
    font-weight: 400;
  }
  #cssmenu ul ul li a {
    color: #333;
    background: none;
  }
  #cssmenu ul ul ul li:hover > a,
  #cssmenu ul ul ul li.active > a {
    background: #0c2743;
    color: #fff;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #333;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: none;
    padding: 20px 50px 20px 20px;
    color: #444;
    font-size: 24px;
    height: 60px;
    /* font-weight: 700; */
    text-transform: uppercase;
    text-align: left;
  }
  #cssmenu .button {
    width: 64px;
    height: 64px;
    top: 0;
    right: 0;
    margin: 0 0 0 auto;
    position: relative;
    cursor: pointer;
    z-index: 12399994;
    background: none;
    transition: all ease-in-out 0.35s;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  /*.pgscrolled #cssmenu .button { 
	position: fixed; top: 8px; right: 8px; background: none; }*/
  #cssmenu .button:after {
    position: absolute;
    top: 30px;
    right: 17px;
    display: block;
    height: 10px;
    width: 30px;
    border-top: 2px solid #4D2973;
    border-bottom: 2px solid #4D2973;
    content: '';
  }
  #cssmenu .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 2px;
    width: 30px;
    background: #4D2973;
    content: '';
  }
  #cssmenu .button.menu-opened {
    transition: all 0.3s ease-in-out;
    color: #fff;
  }
  #cssmenu .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 31px;
    right: 18px;
    border: 0;
    height: 2px;
    width: 25px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu .button.menu-opened:before {
    top: 31px;
    background: #fff;
    width: 25px;
    right: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 3px;
    top: 3px;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    height: 52px;
    width: 46px;
    cursor: pointer;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: rgba(0, 0, 0, 0.5);
  }
  #cssmenu ul ul .submenu-button {
    height: 44px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 25px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 21px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 22px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 18px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}
@media screen and (max-width: 1300px) {
  #cssmenu > ul > li > a {
    text-decoration: none;
    font: normal normal 600 12px/15px Open Sans;
  }
  #cssmenu > ul > li:nth-last-child(1) > a,
  #cssmenu > ul > li:nth-last-child(2) > a {
    background: #D01A53;
    color: #fff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 0;
    margin-left: 10px;
    padding: 12px 22px;
    font: normal normal 600 13px/18px Open Sans;
  }
  #cssmenu > ul > li:nth-last-child(3) > a {
    background: #3575A7;
    color: #fff;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 0;
    margin-left: 10px;
    padding: 12px 22px;
    font: normal normal 700 13px/18px Open Sans;
    transition: 0.25s opacity ease-in-out;
  }
}
