/* -------  CUSTOM STYLES FOR BOG TURTLE CHILDSITE ---------  */

body {
    background: #E9E6D4;
}
#portal-banner { display: none; }

#content { margin: 1em 3em!important; }

#portaltab-home > a {
    background: url(menu_home.png) no-repeat scroll 5px 5px transparent !important;
    height: 48px;
    padding: 5px 22px !important;
    text-indent: -999em;
    width: 35px;
}

#portaltab-home > a:hover {
    background: url(menu_home.png) no-repeat scroll 5px 5px #5b9a9a !important;
    height: 48px;
    text-indent: -999em;
    width: 35px;
}

li#portaltab-home ul.submenu {
    display:none;
}

/* Hide these items */
#jumpmenu,.rss,.rss-feeds,.footer-mid,.footer-rt {
    display: none;
}


.nest-navigation-bar {
    display: block;
    background: rgb(233,230,212);
background: linear-gradient(0deg, rgba(233,230,212,1) 0%, rgba(219,216,200,1) 100%);
}
.nest-nav-inner { width: 1160px; }

a.return-link {
  color: #8e6747!important;
  background-image: url(arrow-left-black.png);
  background-repeat: no-repeat;
  padding-left: 25px;
  margin-left: 1em;
}

a.return-link:hover {
  color: #205c90!important;
}

.wlfw-navigation-bar {
    background: transparent none repeat scroll 0 0;
    display: block;
    width: 1170px;
    margin: 0 auto;
    height: 10px;
    z-index: 10;
}

.wlfw-navigation-bar img {
    z-index: 3;
    position: relative;
    width: 160px;
    top: 86px;
    left: 90px;
}

@media only screen and (max-width: 768px) {
.wlfw-navigation-bar img {
    width: 125px;
    top: 55px;
    left: 125px;
}
}

#visual-portal-wrapper {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 10px 20px rgba(50, 50, 50, 0.41);
    margin: 1em auto 0;
    max-width: 1140px;
    min-height: calc(100vh - 190px);
}

#portal-top {
    background-image: none;
    position: relative;
    height: 360px;
}


#portal-header {
    background: url(working-lands/header-bog-turtle.jpg) no-repeat top left transparent;
    border-color: transparent;
    border-style: none;
   width: 100%;
    background-size: cover;
   height: 255px;
}

#portal-logo {
    display: inline-block;
   margin: 184px 0px 10px 273px;
}

@media only screen and (max-width: 768px) {
  #portal-header {
    height: 145px;
}

  #portal-logo {
     margin: 165px 0px 10px 25px;
  }
#portal-logo img {
    width: 250px;
    height: auto;
}
}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px)
#portal-header {
    height: 170px;
}

#portal-searchbox {
    background: transparent;
    margin-right: 15px;
    margin-top: 15px;
    padding: 7px;
}

#partnerSiteSelection {
    position: absolute;
    right: 15px;
    top: 145px;
}

#jumpmenu {
    clear: right;
    float: right;
    margin-top: -60px;
    position: relative;
    width: 225px;
}

/* --- main navigation tabs --- */

#globalnav-wrapper {
    background-color: #0E1D1C;
    border-bottom: medium none;
    border-top: 1px solid white;
     top: 252px;
}

#portal-globalnav {
    background-color: #0E1D1C;
    justify-content: center;
}

#portal-globalnav li a {
    background-color: #0E1D1C;
    border-right: 0.1em solid #0E1D1C;
    min-width: 2.5em;
    padding: 0.75em 1em;
    font-size: 135%;
}

#portal-globalnav a:hover, #portal-globalnav .selected a:hover {
    background: #5B9A9A url(none) repeat scroll 0 0;
    color: White;
}

#portal-personaltools-wrapper {
    right: 13px;
    top: 313px;
}

/* Custom footer */

#portal-footer-wlfw { 
   display: block; 
    background: #95A662 none repeat scroll 0 0;
    color: #fff;
    width: 100%;
   padding: 1.5em;
   }

#portal-footer {
 display: none;
}

#content h1.documentFirstHeading {
    font-size: 2.3em;
    font-weight: 500;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

#content h1 {
    font-size: 2.3em;
    font-weight: 500;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}


.LSBox {
    top: 64px;
    position: relative;
    background: #95A662;
    padding: 10px 13px;
    border-radius: 6px;
    border: 1px solid #fff;
}

.LSBox .searchSection {
    display: none;
}
/* Mobile settings */


@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 768px) {

.LSBox {
    top: 140px;
    position: absolute;
    background: transparent;
    padding: 11px;
    border-radius: 6px;
    border: none;
    left: 57px;
    width: 150px;
}

#globalnav-wrapper {
    top: 100px;
}
}

