/* @import url(fontawesome-all.min.css); */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Roboto+Slab:400,700");
/*
	Editorial by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Basic */
@-ms-viewport {
  width: device-width; }


.menu-search {
  height: 2.75em;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff;
  border-radius: 0.375em;
  border: none;
  border: solid 1px rgba(210, 215, 217, 0.75);
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  font-size: 0.8em;
  width: 100%; }      
.search-bar:invalid {
  box-shadow: none; }
.search-bar:focus {
  border-color: #f56a6a;
    box-shadow: 0 0 0 1px #f56a6a; } 

/* Main */
#main {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%; }
  #main > .inner {
    padding: 0 6em 0.1em 6em ;
    margin: 0 auto;
    max-width: 110em; }
    #main > .inner > section {
      padding: 6em 0 4em 0 ;
      border-top: solid 2px rgba(210, 215, 217, 0.75); }
      #main > .inner > section:first-of-type {
        border-top: 0 !important; }
  @media screen and (max-width: 1680px) {
    #main > .inner {
      padding: 0 5em 0.1em 5em ; }
      #main > .inner > section {
        padding: 5em 0 3em 0 ; } }
  @media screen and (max-width: 1280px) {
    #main > .inner {
      padding: 0 4em 0.1em 4em ; }
      #main > .inner > section {
        padding: 4em 0 2em 0 ; } }
  @media screen and (max-width: 736px) {
    #main > .inner {
      padding: 0 2em 0.1em 2em ; }
      #main > .inner > section {
        padding: 3em 0 1em 0 ; } }

/* Sidebar */
#search form {
  text-decoration: none;
  position: relative; }
  #search form:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free', serif;
    font-weight: 900; }
  #search form:before {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #7f888f;
    content: '\f002';
    cursor: default;
    display: block;
    font-size: 1em;
    height: 2em;
    line-height: 2.3em;
    opacity: 0.325;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2em; }
  #search form input[type="text"] {
    padding-right: 2.75em; }

/* Menu */
#menu ul {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #3d4449;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase; }
  #menu ul a, #menu ul span {
    border-bottom: 0;
    cursor: pointer;
    display: block;
    font-size: 0.8rem;
    color: #fff;
    font-weight:bold;
    padding: 0.625em 0.625em 0.625em 1em; }
    #menu ul a:hover, #menu ul span:hover {
      color: #f56a6a; }
    #menu ul a.opener, #menu ul span.opener {
      -moz-transition: color 0.2s ease-in-out;
      -webkit-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out;
      text-decoration: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      position: relative; 
    }
      #menu ul a.opener:before, #menu ul span.opener:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        text-transform: none !important;
        font-family: 'Font Awesome 5 Free', serif;
        font-weight: 900; }
      #menu ul a.opener:before, #menu ul span.opener:before {
        -moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
        -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
        transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
        color: #9fa3a6;
        content: '\f078';
        position: absolute;
        right: 10px; }
      #menu ul a.opener:hover:before, #menu ul span.opener:hover:before {
        color: #f56a6a; }
      #menu ul a.opener.active + ul, #menu ul span.opener.active + ul {
        display: block; }
      #menu ul a.opener.active:before, #menu ul span.opener.active:before {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      
/* --NEW-- */
#menu > ul > li {
  border-top: solid 1px rgba(210, 215, 217, 0.75);}
  #menu > ul > li > ul {
    color: #9fa3a6;
    display: none;
    margin: 0.5em 0 0 0;
    padding-left: 1em;
    background-color: #5CBCE2; }
    #menu > ul > li > ul a, #menu > ul > li > ul span {
      font-size: 0.8rem; }
    #menu > ul > li > ul > li {
      margin: 0.125em 0 0 0;
      padding: 0.125em 0 0 0;
      border-top: dashed 2px #3D7D96; }
    #menu > ul > li > ul > li:first-child {
      margin: 0.125em 0 0 0;
      padding: 0.125em 0 0 0;
      border: 0; }
  #menu > ul > li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

    .menu {
      width: 100%;
      display: flex;
      border-radius: 4px 4px 4px 4px;
      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
      margin: 0 auto;
      align-items: center;
      flex-wrap: nowrap;
  }

/* -------------------------- */
.body-trans {
  transition: background-color .5s;
}

.inner {
  padding: 2.22222em 0 2.22222em 0;
  position: relative;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.inner > * > :last-child {
  margin-bottom: 0; 
}
.inner > *:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; 
}
.alt {
  background-color: #156483;
  margin: -2.22222em 0 0 -2.22222em;
  padding: 2.22222em;
  padding-left: 3em;
  padding-right: 3em;
  width: calc(100% + 4.44444em); 
}

.sidenav {
  z-index: 1002;
  height: 100vh;
  width: 0;
  /* position: fixed; */
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3D7D96;
  overflow: hidden;
  transition: 0.5s;
}
.sidenav a {
  /*padding: 8px 8px 8px 32px;*/
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}

#app {
  transition: margin-left .5s;
  /*padding: 16px;*/
  /* padding: 0 10px; */
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 1em;}
}

/* .inactive {
  margin-left: 250px;
} */

.inactive {
  overflow: hidden;
}
body.wsactive {
  overflow: hidden;
}

.menu-left {
  margin-left: 250px;
}
/* .inactive-side {
  width: 250px; 
}  */
#mySidenav {
  width: 250px;
  transform: translateX(-250px);
  transition: transform 0.5s ease;
}
#mySidenav.inactive-side {
  transform: translateX(0);
}

.bg-shadow {
  background-color: rgba(0,0,0,0.4);
}

/* .menu-btn {
  z-index: 1002;
  cursor:pointer;
  color: #fff;
  background-color: #156483;
  border-radius: 10px;
  text-align: center;
  display: none;
  font-size: 2rem;
  width: 3rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
} */

.menu-btn {
  width: 3rem;
  height: 3rem;
  position: relative;
  color: #fff;
  background-color: #156483;
  border-radius: 10px;
  display: none;
}

.menu-btn::before {
  content: "\2630";
  font-size: 2rem;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-alt {
  background-color: #FF9928;
}

.menu-bottom {
  /* margin-top: 200px; */
  /* position: absolute;
  bottom: 18%; */
  text-align: center;
  width: 100%;
  margin-top: 10rem;
  margin-bottom: 8rem !important;
}

.menu-bottom a {
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .menu .menu-logo {
      width: 100%;
      position: relative;
      text-align: center;
  }
  .menu ul.active {
      display: none;
  }
  .menu-btn {
    /* display: block; */
    display: flex;
  }
}

.bg {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.7;
  opacity: .70;
  filter: alpha(opacity=70);
  transition: margin-left .5s;
}

.bg-active {
  display: block;
  background-attachment: fixed;
}

.btn_move {
  margin-left: 45px;
}