body {
  min-height: 2000px;
  padding-top: 70px;
}

/* make dropdown visible on hover */
/* .dropdown li:hover .sub-menu {
    visibility: visible;
}
.dropdown:hover .dropdown-menu {
    display: block;
} */

/*  active state for open page: in navbar and dropdown */

.navbar-nav li.active a{
    background-color: rgb(231,231,231);
}

.navmarkedactive, .navmarkedactive:hover, .navmarkedactive:active, .dropdown .navmarkedactive .open {
	background-color: rgb(231,231,231) /*#E8E8E8 ;  */
}




.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}



.navbar .divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-right: 1px solid grey; /* #ffffff; */
    border-left: 1px solid grey; /* #f2f2f2; */
}

.navbar-inverse .divider-vertical {
    border-right-color: grey; /* #222222; */
    border-left-color: grey; /* #111111; */
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
     }
}

/* COLOUR settings */
.navbar-fixed-top {
	background-color: #b0d0f8;
	}
.main-container {
	background-color: transparent;
	}
#footernav {
	background-color: #b0d0f8;
	}

body {
	background-color: rgb(231,231,231);
}

.jumbotron {
	background-color: #f0f0f0;
}

.container .jumbotron.tabbyjumbo {
	background-color: white;
	border-radius: 0px;
	padding-left: 10px;
    padding-top: 20px;
}

.jumbotron.headerjumbo {
	background-color: transparent;
	border-radius: 0px;
	padding-left: 10px;
    padding-top: 3px;
}

.jumbotron.placeholder {
	background-color: transparent;
	border-radius: 0px;
	padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 30px;
}

.h4-maintext1 {
	line-height: 2;
	font-weight: 500;
}
.h4-maintext2 {
	line-height: 2;
	font-weight: 300;
}
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

#ol-no-style {
    list-style-type:none;
}

.dropdown-submenu {
  position:relative;
}
.dropdown-submenu>.dropdown-menu {
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
  display:block;
}
.dropdown-submenu>a:after {
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;
  margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
  border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
  float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left:-100%;
  margin-left:10px;
  -webkit-border-radius:6px 0 6px 6px;
  -moz-border-radius:6px 0 6px 6px;
  border-radius:6px 0 6px 6px;
}
