div.single-thumbnail-info {
display: none !important;
}

DIV.blog-thumbnail-info {
display: none !important;
}

div.personnel-item .personnel-title {
    text-align: center;
    margin: 25px 15px 3px;
    font-size: 20px;
    line-height: 1;  
}
  
ul.gdl-tabs li a
{ 
border-color: #ffffff !important; 
background-color: #F5F5F5 !important; 
color: #666666 !important; 
}

ul.gdl-tabs li a.active {
    color: rgb(17, 17, 17) !important;
    background-color: #DCD6C0 !important;
}

ul.gdl-tabs {
    border-color:#DCD6C0 !important;
}

DIV.sixteen.columns.wrapper.gdl-portfolio-item.mt0 {
    width: 960px;
    background-color: #EFEFEF;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 35px;

}

.container .twelve.columns {
    width: 700px;
    padding-bottom: 20px;
}

.header-outer-wrapper {
    background-color: #272b26;
}

.panel-title {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
}

div.left-sidebar-wrapper {
    border-right: 0px solid #ECECEC;
    padding-right: 20px;
    padding-top: 32px;
    padding-bottom: 1px;
}

div.left-sidebar-wrapper {
    box-shadow: 0px 0px 0px 0px #ECECEC inset;
}

div.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #FFF;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    box-sizing: border-box;
}

div.nrelate_default .nr_img {
    background: none repeat scroll 0px 0px #F0F0F0;
    outline: 1px solid #E5E5E5;

}

div.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #FFF;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    box-sizing: border-box;
}

.ac-container{
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
    display:block;
    font-size:16px;
    background:#c5c1a0;
    border:1px solid #fff;
    color:#fff;
    cursor:pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;    
	font-family:Calibri; 
	padding: 5px 10px;
	position: relative;
	z-index: 20;
	height: 30px;
	cursor: pointer;
	color: #fff;
	line-height: 33px;
}
.ac-container label:hover{
	background: #e58e1a;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #e58e1a;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(http://www.wildernessturst.com/images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(http://www.wildernessturst.com/images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 100%;
  	padding: 10px 5px 10px 5px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 100%;
  	padding: 10px 5px 10px 5px;
}
.ac-container input:checked ~ article.ac-large{
	height: 100%;
  	padding: 10px 5px 10px 5px;
}




