/*Fonts*/
body, p {
	font: 14px/19px 'Open Sans', sans-serif;
	color: #333;
	font-family: Heldane,Georgia,Times,serif;
}

/*header styles*/
#redHeader {
	color: #333;
	background-color: #fff;
}

    #redHeader a {
        text-decoration: none;
        border: none;
        color: white;
    }

        #redHeader a:hover {
            border: none;
            color: white;
        }

    #redHeader #oSearch {
        width: 12em;
    }
    
.clientlogo {
	background-color: #fff;
}

.clientlogo img {
	padding: 1rem 1rem 1rem 5%;
	max-width: 40%;
}

	
	.container-wide\:left-0 {
		left: 80px;
	}
    
    #redNav {
    color: #fff; 
    background: #00543f; }
    
    #redNav a {
    color: #fff; }
	
	#redNav a:hover {
    color: #ECEDD9; }	

.redgobutt {
	color: white;
	background-color: #00543f;
	margin: 4px;
    padding: 4px;
}

#dirCap {
    padding: 12px;
    font-size: 1.2em;
    float: left;
}

#seturl {
    background-image: none;
    padding: 8px;
    width: 75%;
}

/*browse*/
#redboxA1 {
	clear: both;
	float: none;
}


#redbox2G {
    margin-top: 2em;
}

/*browse*/
#redbox5 {
	padding: 0 6rem;
	width: 25%;
}
#filtNo {
	width: 4rem;
}
#browseControls select {
	width: 8rem;
}
#redbox5 select {
	width: 6rem;
}

/*exhibits*/
.exlist .exfull {
    width: 25%;
}

/**/
#rtitle {clear: both; }

.nextprev {
    padding: 3px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 2px;
    background-color: #00543f;
    color: white;
}

#setreturn a:hover {
    color: white;
    background-color: #1351b9;
    padding: 3px;
}

/*archive images*/
#redmax img {
	width: revert;
	max-width: 90%;
}

#redobjThumb a {
	float: left;
}

/*results*/
#redfilterbox select {
	font-size: 0.9rem;
	line-height: 1;
}

/*item detail*/

#redtitle {
	clear: both;
	font-size: 1.6rem;
}

.redarchtext a {
	color: #0E2E26;
	display: block;
	text-decoration: underline;
}


.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 140px;
        background-color: #86bde8;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        line-height: 1em;
        font-size: 0.9em;
        /* Position the tooltip */
        position: absolute;
        bottom: 2em;
        left: -8em;
        z-index: 500;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

    /* footer */
    #redFooter {
    clear: both;
    padding-top: 1.5em;
    color: #fff;
    width: 100%;
    overflow: hidden;
}
	#redFooter a {
		text-decoration: none;
		color: #fff;
	}

    #sitemap {
        padding-bottom: 10px;
    }
/*About page */
.pimage img {
	float: left;
	padding-right: 2rem;
}

.clear {clear: both; }
h1 {
    font-size: 1.4em;
    font-weight:bold;
    color: #00543f;
    padding-bottom: 1em;
}

h2 {
    font-size: 1.2em;
    color: #00543f;
    padding: 12px 0;
	clear: both;
}
p {
    padding-bottom: 1rem;
}
.txtExplain {
    padding-bottom: 1rem;
    font-style:italic;
}

a {color: #0E2E26 ; }

/*Mobile*/
@media only screen and (max-width:570px) {
    body {
        font-size: 22px;
    }
	
	#content {
		margin: 0 1em;
		line-height: 2rem;
	}

#redNav a {
	color: #fff;
	background: #00543f;
}

.clientlogo img {
	padding: 1rem ;
	max-width: 100%;
}

#clientname {
	width: 90%;
	margin: 0 auto;
	font-size: 2rem;
	padding: 1rem;
}

#redasearch {
	float: none;
	width: 90%;
	margin: 0 auto;
}

/*group page*/
#redArchChildTableS {
	width: 100%;
	font-size: 0.9rem;
}

input[type="text"] {
	width: 80%;
	padding: 8px 8px 8px 40px;
}

#redbox2ha {
	width: 90%;
}
    redhome2L {
        width: 95%;
        padding: 2%;
    }

    redboxAGBanner {
        width: 95%;
        padding: 2%;
    }

    #redasearch {
        float: none;
        width: 100%;
    }
}

/*desktop styles*/
@media only screen and (min-width:769px) {  

    #redboxAGBanner {
        width: 50%;
        float: right;
    }

    #redhome2L {
        width: 45%;
    }
}