body {
  background: rgb(59,146,175);
  background: linear-gradient(0deg, rgba(59,146,175,1) 32%, rgba(191,255,239,1) 100%);
}

#lineageSelectionForm > select {
    display: none;
}

#portal-top {
    z-index: unset;
    height: 170px;
    background: transparent;
    position: relative;
}


#portal-logo {
    display: inline-block;
    margin: 0;
}

#portal-logo {
    position: relative;
    top: 10px;
    left: 20px;
}


@media screen and (max-width: 667px) {
   #portal-logo img {
    display: block!important;
 }
}

@media screen and (max-width: 667px) {
  #portal-banner {
    height: 100px;
    display: block;
    background: transparent;
}
}


#portal-header {
	background: #fff;
	position: relative;
	z-index: 2;
	height: 160px;
}

#portal-searchbox {
    margin-right: 10px;
    margin-top: 0px;
    padding: 10px;
    position: relative;
    left: 60px;
}

#portal-breadcrumbs {
    margin-bottom: 1.5rem;
    position: relative;
    margin: 1rem;
}

#content h1.documentFirstHeading {
    color: #3990AE;
}


#portal-globalnav {
    background: none #444444 !important;
    border-top: 1px solid #444444;
    position: relative;
    top: 25px;
}

#portal-globalnav li a {
    background: url("none") repeat-x scroll center bottom #444444;
    border-right: 0.1em solid #DDDDDD;
    color: #FFFFFF;
    font-family: "ff-meta-web-pro",sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: -0.15px;
    line-height: 1.1em;
    min-width: 1em;
    padding: 0.65em .75em;
    text-transform: normal;
}

#portal-globalnav ul.submenu li a, #portal-globalnav ul.submenu li a:visited {
    border-bottom: medium none;
    text-transform: none;
    color:#3990AE!important;
}

#portal-globalnav ul.submenu li a:hover {
    background-color:#3990AE;
    color:#fff!important;
}

#portal-globalnav .selected a {
    background: none #3990AE;
    color: White;
}

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

 a#portal-logo + h5.hiddenStructure {  
    background: url(menu-toggle.png) 29px center no-repeat #ffffff;
    top: 50px;
 }
}

#portal-personaltools-wrapper {
    top: 10px;
    right: 15px;
}

dl.portlet dt, div.portletAssignments div.portletHeader {
    background: none #3990AE;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: normal;
    margin-top: 20px;
    padding: 0.65em 1em;
}


h1, h2, h3, h4 {
    color: #3990AE!important;
    
}

#portal-footer {
    display: block;
    height: auto;
    background-color: #196678;
    width: 1110px;
    position: relative;
    margin-left: 0;
    left: -13px;
    border-bottom: 40px solid #134d5b;
    padding: 30px;
}


#portal-footer h4 {
    color: #a6e1f2!important;
    text-align: center;
    margin-bottom: 15px;
}


#portal-siteactions {
    background: none repeat scroll 0 0 #22586B;
}


#portal-colophon {
    margin-bottom: 0em;
}

.visualIcon.actionicon-user-user_request.registerbutton {
    display: none;
}

.highlight {
   border-radius: 6px 6px 6px 6px;
   -moz-border-radius: 6px 6px 6px 6px;
   -webkit-border-radius: 6px 6px 6px 6px;
   border: 1px solid #fff;
   -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
   -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
   box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
   padding: 15px;
   margin: 15px 0px;

   background: rgba(247,240,202,1);
   background: -moz-linear-gradient(top, rgba(247,240,202,1) 0%, rgba(237,209,139,1) 100%);
   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,240,202,1)), color-stop(100%, rgba(237,209,139,1)));
   background: -webkit-linear-gradient(top, rgba(247,240,202,1) 0%, rgba(237,209,139,1) 100%);
   background: -o-linear-gradient(top, rgba(247,240,202,1) 0%, rgba(237,209,139,1) 100%);
   background: -ms-linear-gradient(top, rgba(247,240,202,1) 0%, rgba(237,209,139,1) 100%);
   background: linear-gradient(to bottom, rgba(247,240,202,1) 0%, rgba(237,209,139,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f0ca', endColorstr='#edd18b', GradientType=0 );

}

cite {
    color: #333333;
    line-height: 1.3em;
}
