/*start new css*/
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/*.container {
  padding: 0 2px;
  display: block;
  width: 100%;
  height: auto;
}*/
body {
  background-color: white;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 180px !important; /* Margin bottom by footer height */
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #373D3F;
}
p, ul, li {
  font-size: 15px;
  line-height: 22px;
  color: #373D3F;
}
a.footer {
  font-weight: bold;
}
a {
  font-size: 15px;
  line-height: 22px;
  color: #107896 !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 140px; /* Set the fixed height of the footer here */
  /* line-height: 60px;  Vertically center the text there */
  background-color: black;
  color: white !important;
}
.footer_container {
  width: auto;
  padding: 15px 0px 0 0px;
}
.footer_link {
  text-decoration: none;
  color: white !important;
}
.footer_text {
  text-decoration: none;
  color: white !important;
}
.simple_link {
  font-weight: bold;
  text-decoration: none;
}
.simple_link:hover {
  font-weight: bold;
  text-decoration: underline;
}
.welcome {
  font-weight: bold;
}
.top_menu {
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
a.menu:hover {
  border-top: solid 1px #93603C;
  border-bottom: solid 1px #FFFFFF;
}
a.leftmenu {
  font-weight: normal;
  color: #012C43;
  text-decoration: none;
  display: block;
  padding: 3px 20px 3px 20px;
  border-top: solid 1px #FFFFFF;
  border-bottom: solid 1px #ACD6EF;
  background-color: #FFF5E4;
}
a.leftmenu:hover {
  color: #012C43;
  border-top: solid 1px #ACD6EF;
  border-bottom: solid 1px #FFFFFF;
}
.text {
  font-weight: normal;
  line-height: 18px;
  text-decoration: none;
}
.number_text {
  font-weight: normal;
  text-decoration: none;
}
.more {
  font-weight: normal;
  text-decoration: none;
}
.more:hover {
  font-weight: normal;
  text-decoration: underline;
}
ul {
  margin: 0px;
  padding-bottom: 0px;
  padding-left: 17px;
  padding-right: 0px;
  padding-top: 0px;
}
a.bottem_home:hover {
  color: #682E06;
  text-decoration: none;
}
.more {
  text-decoration: none;
  font-weight: normal;
}
.more:hover {
  font-weight: normal;
  text-decoration: underline;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 2.0rem !important;
  color: #0053a0;
  text-transform: uppercase;
  font-weight: bold;
}
h2 {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.6rem !important;
  color: #0053a0;
  text-transform: uppercase;
}
h3 {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.4rem !important;
  color: #0053a0;
}
h4 {
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.2rem !important;
  color: #0053a0;
}
h5 {
  font-family: "Oswald", Arial, sans-serif;
  color: #0053a0;
}
h6 {
  font-family: "Oswald", Arial, sans-serif;
  color: #0053a0;
}
.pagetitle {
  font-weight: bold;
}
.toplink {
  text-decoration: none;
}
.toplink:hover {
  text-decoration: underline;
}
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}
#sidebar {
  color: #fff;
  transition: all 0.3s;
}
#sidebar.active {
  margin-left: -250px;
}
#sidebar .sidebar-header {
  padding: 20px;
}
#sidebar ul.components {
  padding: 20px 0;
}
#sidebar ul p {
  padding: 10px;
}
#sidebar ul li a {
  padding: 5px 10px;
  display: block;
  text-decoration: none;
}
#sidebar ul li a:hover {
 /* seb 20210102
 color: white !important; */
}
#sidebar li:hover {
 /* background-color: #0053a0; */
  color: white;
}
#sidebar ul li.active > a,
a, li[aria-expanded="true"] {
}
#homeSubmenu a {
  /*
  seb 20210102color:white!important; */
}
a[data-toggle="collapse"] {
  position: relative;
}
.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
}
ul.CTAs {
  padding: 20px;
}
ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }
  #sidebar.active {
    margin-left: 0;
  }
  #sidebarCollapse span {
    display: none;
  }
}
