body {font-family: Verdana, sans-serif !important;
color: #0495b8 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {margin-top:0 !important;
  font-family: Verdana, sans-serif !important;
  font-weight: normal !important;
  line-height: 1.1 !important;
  color: #ff7f00 !important;
}

img{display:block;max-width:100%;height:auto}

a {
  background: transparent !important;
  color: #ff7f00 !important;
}
a:active,
a:hover {
  outline: 0 !important;
color: #330400 !important;
text-decoration: none !important;
}

#sidebar-wrapper {

  background: #009fc5 !important;

}

#sidebar-wrapper h2 {font-size: 20px; color:#ffffff !important;}
#sidebar-wrapper h2 a {font-size: 20px; color:#ffffff !important;  margin-left: 20px;}

#sidebar-wrapper h2 a:hover {font-size: 20px; color:#ff7f00 !important; margin-left: 20px !important; text-decoration: none !important;}

.inset {margin-top: 50px !important}

.sidebar-nav li a {
  color: #ffffff !important;

}

.sidebar-nav li a:hover {
  color: #fffff !important;
  background: rgba(255,255,255,0.2)!important;

}

@media(min-width:768px) {
#wrapper {
    padding-left: 0 !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

#wrapper.toggled {
    padding-left: 250px !important;
}

#sidebar-wrapper {

    z-index: 1000 !important;
    position: fixed !important;
    left: 250px !important;
    width: 0 !important;
    height: 100% !important;
    margin-left: -250px !important;
    overflow-y: auto !important;
    background: #009fc5 !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px !important;
}

#page-content-wrapper {
    width: 100% !important;
    position: absolute !important;
    padding: 15px !important;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute !important;
    margin-right: -250px !important;
}
}

#bookmarks {min-width: 100% !important}

#bookmarks img {float:left !important;
margin: 5px;}

/* Stylesheet: SideMenuStyles Modified On 2016-05-12 16:41:28 */
