body {
	color:000;
}


/* Homepage Search Box styles */
.r-tabs {
	position: relative;
	background-color: #ffcc00;
	border: 3px solid #ffcc00;
	
}
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	background-color: #ffcc00;
	padding:4px 0 7px 0;
	
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #000;
	text-shadow: none;
	background-color: #ffcc00;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;

	background-color: #ffcc00;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #ffcc00;
	color: #000;
	text-shadow: none;
}

ul.scnav li {
	padding-left:10px;
}
.sc_noOutdent {
	margin: 5px 0 5px 0px; 
}

/* Browse Collections boxes */
.coll_flex{
	display: -webkit-flex;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: flex-start;
}
.collbox {
	flex-grow:1;
	flex-basis:auto;
	max-width:175px;
	margin: auto;
	padding:2px;
	height:220px;
	
}
.collbox img {
	width: 170px;
}

/* Publications page images */
.trips_flex {
	display: -webkit-flex;
    display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	justify-content: flex-start;
	align-content: flex-start;
	box-sizing:border-box;width:100%; background:white; padding: 5px 25px;
}
.trips {
	-webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto; 
	flex-grow:1;
	flex-shrink:1;
	flex-basis:auto;
	background-size: contain; 
	background-repeat: no-repeat;
	margin-bottom:7px;
	width:33%;
}
.trips img { 
  width: 100%; 
  height: auto; 
}
.trips_text {padding-top: 10px; padding-left:20px; padding-right:25px; background:white;}


#foot-squeezer {
	display:none;
	font-family:Verdana, sans;
}
h4 {
	font-weight:bold;
}
@media only screen and (min-width: 850px) {
#foot-squeezer {
	display:block;
	width:100%; 
	max-width: 1400px;
	margin:0 auto;
	background:#eeeeee;
	overflow:auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
#foot-squeezer h4 {
	text-align: center;
}

.foot-menu {
	border-right: 2px solid #666;
	float: left;
	width: 32.75%;
	height:235px;
}

.foot-menu ul {
	list-style-type: none;
	list-style-position: inside;
	line-height: 1.5;
	margin-left: 0px;
}

.foot-menu2 {
	float: left;
	width: 33%;
}

.foot-menu2 img {
	padding-left:2%;
	padding-right:1%;
	width:100%;
}
}
@media only screen and (min-width: 1105px) {
.foot-menu ul {
	margin-left: 30px;
}
.foot-menu2 img {
	padding-left:5%;
	padding-right:1%;
	width:100%;
}
.trips {
	max-height:220px;
}
}