@charset "utf-8";
body {
  behavior: url("/application/themes/theme_spydercontrols/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;
  border-radius: 5px;
  border: none;
  padding: 10px 20px;
  background: #fff;
}
ul#sidenav li {
  margin-bottom: 5px;
  margin-left: 0;
}
ul#sidenav li a {
  display: block;
  padding: 12px 12px 10px 12px;
  background: none;
  text-decoration: none;
  margin: 0 0 10px 0;
  line-height: 1;
  color: #093254;
  border: 1px #093254 solid;
  font-size: 15px;
  transition: 0.25s ease-in-out;
  border-radius: 5px;
}
ul#sidenav li ul {
  padding-left: 15px;
  margin-bottom: 20px;
}
ul#sidenav li li a {
  font-size: 14px;
  margin-bottom: 5px;
}
ul#sidenav li a:hover {
  background: #093254;
  color: #fff;
}
ul#sidenav li a.nav-path-selected {
  color: #fff;
  background: #44aa17;
  border: 1px #44aa17 solid;
}
ul#sidenav li a.nav-selected {
  color: #fff;
  background: #44aa17;
  border: 1px #44aa17 solid;
}
ul#sidenav li a.parenttitle {
  font-size: 1.25rem;
  line-height: 36px;
  border: 0;
  padding: 0 0 8px 0;
  margin-bottom: 0;
  background: none;
  color: #093254;
  text-transform: uppercase;
  font-family: "new-science-extended", sans-serif;
  font-weight: 700;
  font-style: normal;
}
ul#sidenav li.parenttitle {
  background: none;
  margin-left: 0;
}
#footwrap ul#sidenav,
#footwrap ul#sidenav li {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footwrap ul#sidenav {
  text-align: center;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
}
#footwrap ul#sidenav li {
  margin-bottom: 5px;
  margin-left: 0;
}
#footwrap ul#sidenav li a {
  display: block;
  padding: 5px 12px;
  background: #efefef;
  margin: 0 0 10px 0;
  line-height: 24px;
  color: #000;
  border: 1px #bbb solid;
  font-size: 15px;
}
.ftaside ul#sidenav {
  margin: 0;
}
.ftaside #aside {
  padding: 50px 0;
}
#footwrap ul#sidenav li ul {
  padding: 0;
  max-width: 80%;
  margin: auto;
  margin-bottom: 20px;
}
#footwrap ul#sidenav li li a {
  font-size: 14px;
  margin-bottom: 5px;
}
#footwrap ul#sidenav li a.parenttitle {
  font-size: 32px;
  line-height: 36px;
  border: 0;
  padding: 15px 0 5px 0;
  margin-bottom: 10px;
  background: none;
}
#footwrap 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:after,
#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;
  text-shadow: none;
}
#cssmenu > ul > li {
  display: inline-block;
  vertical-align: middle;
}
#cssmenu ul li.active a,
#cssmenu > ul > li:hover > a {
  background: none;
}
#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 {
  /*margin-left: 5px; */
}
#cssmenu ul ul {
  position: absolute;
  max-width: 225px;
  min-width: 200px;
  width: max-content;
  left: -9999px;
  background: rgba(27, 104, 179, 0.75);
  z-index: 50;
  overflow: hidden;
  border-radius: 3px;
  border: 0;
  transition: opacity 0.25s ease;
  opacity: 0;
}
.pgscrolled #cssmenu ul ul {
  background: rgba(27, 104, 179, 0.95);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
  border: none;
}
#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;
  opacity: 1;
}
#cssmenu li > ul.open {
  opacity: 1;
}
#cssmenu li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  background: #e9e9e9;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
}
#cssmenu ul ul li a {
  color: #fff !important;
  margin: 0;
  padding: 14px 18px 10px 18px;
  line-height: 1;
  width: auto;
  height: auto;
  text-decoration: none;
  display: block;
  border: 0;
  text-transform: none;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}
#cssmenu ul ul li a.nav-selected,
#cssmenu ul ul li a.nav-path-selected {
  background: rgba(70, 70, 70, 0.15);
}
#cssmenu ul ul li a:hover {
  background: rgba(70, 70, 70, 0.15);
}
#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: #000;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 21px;
  right: 11px;
  width: 7px;
  height: 1px;
  display: block;
  background: #ddd;
  content: '';
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 18px;
  right: 14px;
  display: block;
  width: 1px;
  height: 7px;
  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: 22px;
  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.has-sub > a:before {
    position: absolute;
    top: 17px;
    left: 10px;
    font-style: normal;
    width: auto;
    height: auto;
    display: block;
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    transition: 0.35s ease-in-out all;
    opacity: 0.9;
    color: #fff;
    font-size: 0.6rem;
  }
  #cssmenu > ul > li.has-sub:hover > a:before,
  #cssmenu > ul > li.nav-path-selected.has-sub > a:before {
    color: #fff;
    top: 17px;
    transform: rotate(45deg);
  }
  #cssmenu > ul > li > a {
    display: block;
    margin: 2px 3px 2px 0;
    padding: 15px 18px 10px 18px;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1;
    transition: 0.35s ease-in-out all;
    font-family: "barlow", sans-serif;
    font-weight: 300;
    font-style: normal;
    border: 1px rgba(255, 255, 255, 0) solid;
    text-transform: uppercase;
    border-radius: 3px;
  }
  .pgscrolled #cssmenu > ul > li > a {
    color: #fff;
    font-size: 1rem;
  }
  #cssmenu > ul > li a.nav-selected,
  #cssmenu > ul > li a.nav-path-selected,
  #cssmenu > ul > li:hover a,
  #cssmenu > ul > li a:hover {
    color: #fff;
    background: rgba(27, 104, 179, 0.75);
  }
  #cssmenu > ul > li:nth-last-child(1) > a,
  #cssmenu > ul > li:nth-last-child(2) > a {
    margin-left: 10px;
    background: #fff;
    padding: 15px 15px 10px 15px;
    transition: all 0.25s ease-in-out;
    z-index: 1;
    position: relative;
    border-radius: 3px;
    border: 1px #ffffff solid;
  }
  #cssmenu > ul > li:nth-last-child(1) > a {
    background: none;
  }
  #cssmenu > ul > li:nth-last-child(2) > a {
    color: #333 !important;
  }
  #cssmenu > ul > li:nth-last-child(1) > a:hover,
  #cssmenu > ul > li:nth-last-child(2) > a:hover {
    border: 1px rgba(255, 255, 255, 0) solid;
    color: #fff !important;
    background: rgba(27, 104, 179, 0.75) !important;
  }
  #cssmenu > ul > li:nth-last-child(1) > a.nav-selected,
  #cssmenu > ul > li:nth-last-child(1) > a.nav-path-selected,
  #cssmenu > ul > li:nth-last-child(2) > a.nav-selected,
  #cssmenu > ul > li:nth-last-child(2) > a.nav-path-selected {
    border: 1px #1b68b3 solid;
    color: #fff !important;
    background: #1b68b3 !important;
  }
  #cssmenu > ul > li.has-sub > a {
    padding-left: 25px;
    /*margin-left: 5px; */
  }
}
@media screen and (max-width: 1140px) {
  #cssmenu .nav a.externallink:after {
    display: none;
  }
  #cssmenu {
    width: 100%;
    z-index: 50;
  }
  #cssmenu ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 15vh 5vw 8vh 5vw;
    display: none;
    box-shadow: 0 0 5px #333;
    background: rgba(75, 75, 75, 0.95);
    overflow: hidden;
    overflow-y: scroll;
  }
  #cssmenu > ul {
    background: linear-gradient(135deg, #1b68b3, #1b68b3, #1b68b3, #082644, #082644, #939598, #939598);
    background-size: 500% 300%;
    animation: gradient 35s ease infinite;
  }
  @keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  #cssmenu ul li {
    border-radius: 5px;
    width: 100%;
    transition: 0.25s ease-in-out all;
  }
  #cssmenu ul ul li a:hover {
    background: rgba(0, 0, 0, 0.15);
  }
  #cssmenu ul li a {
    text-transform: none;
    color: #fff;
    text-decoration: none;
  }
  #cssmenu > ul > li > a {
    padding: 20px 55px 15px 20px;
    margin: 2px auto;
    border: 1px rgba(255, 255, 255, 0) solid;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.15);
    font-size: 1.5rem;
    line-height: 1;
    font-family: barlow, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  }
  #cssmenu > ul > li > a:before {
    position: absolute;
    content: '';
    color: #fff;
    margin-left: -35px;
    margin-top: -6px;
    width: auto;
    height: auto;
    /* text-align: center; */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.7rem;
    border-radius: 5px;
    vertical-align: middle;
    background: url("/application/themes/theme_spydercontrols/images/spc--thinarrow-w.png") center no-repeat;
    background-size: contain;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    padding: 15px;
  }
  #cssmenu > ul > li:hover > a {
    background: none;
    color: #fff !important;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu ul li a.nav-selected,
  #cssmenu ul li a.nav-path-selected {
    background: rgba(0, 0, 0, 0.55);
    font-weight: 700;
    border-radius: 5px;
  }
  #cssmenu > ul > li {
    float: none;
    text-align: left;
    margin: 2px 0;
    padding: 0 5vw;
  }
  #cssmenu ul ul li a.nav-selected,
  #cssmenu ul ul li a.nav-path-selected {
    padding: 12px 18px;
    background: #183973;
    color: #fff !important;
  }
  #cssmenu ul ul li.nav-path-selected:hover > a,
  #cssmenu ul ul li.nav-path-selected a:hover {
    color: #fff;
  }
  #cssmenu > ul > li.has-sub > a {
    padding-right: 55px;
  }
  #cssmenu ul ul {
    background: #efefef !important;
    padding: 5%;
    box-shadow: none;
    max-width: none;
    border-radius: 5px;
  }
  #cssmenu ul ul li {
    box-shadow: none;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #cssmenu ul ul li:hover {
    background: none !important;
  }
  #cssmenu ul ul li a {
    border-radius: 5px;
    background: none;
    color: #000 !important;
    font-size: 1rem;
    margin: 2px 0;
    font-weight: normal;
  }
  #cssmenu ul ul li:first-child a,
  #cssmenu ul ul li:last-child a {
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #cssmenu ul ul ul {
    z-index: 2;
    background: #fff;
    box-shadow: none;
    padding: 5%;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  #cssmenu ul ul ul li a {
    background: none;
    color: #000;
    font-size: 1rem;
    margin: 2px 0;
    font-weight: normal;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #cssmenu ul ul li a {
    background: none;
    margin: 2px 0;
  }
  #cssmenu ul ul ul li:hover > a,
  #cssmenu ul ul ul li.active > a {
    background: #444;
    color: #fff !important;
  }
  #cssmenu ul ul ul li a.nav-selected,
  #cssmenu ul ul ul li a.nav-path-selected {
    background: #000;
    color: #fff;
    font-weight: normal;
  }
  #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;
    box-sizing: content-box;
    top: 0;
    right: 0;
    margin: 0 0 0 auto;
    position: relative;
    cursor: pointer;
    z-index: 12399994;
    background: #44aa17;
    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;
    box-sizing: content-box;
    top: 30px;
    right: 20px;
    display: block;
    height: 3px;
    width: 25px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    content: '';
  }
  #cssmenu .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    box-sizing: content-box;
    top: 23px;
    right: 20px;
    display: block;
    height: 4px;
    width: 25px;
    background: #fff;
    content: '';
  }
  #cssmenu .button.menu-opened {
    transition: all 0.3s ease-in-out;
    background: #44aa17;
  }
  .whitetxt #cssmenu .button {
    background: none;
    border: 1px solid #fff;
  }
  .whitetxt #cssmenu .button.menu-opened {
    background: #fff;
    border: 1px solid #fff;
  }
  .whitetxt #cssmenu .button.menu-opened:before {
    background: #142f41;
  }
  .whitetxt #cssmenu .button.menu-opened:after {
    border: 0;
    background: #142f41;
  }
  #cssmenu .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 31px;
    right: 21px;
    border: 0;
    height: 4px;
    width: 20px;
    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: 20px;
    right: 21px;
    -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: 5vw;
    top: 2px;
    display: block;
    background: #1b68b3;
    height: 61px;
    width: 46px;
    cursor: pointer;
    border-radius: 5px;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #1b68b3;
  }
  #cssmenu ul ul .submenu-button {
    height: 36px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 29px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
    transition: all .3s ease;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 17px;
    right: 13px;
    background: #000;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 26px;
    transition: all .3s ease;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 14px;
    right: 16px;
    background: #000;
  }
  #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;
  }
}
