@charset "utf-8";
/* CSS Document */

.accordion, .accordion2 {
  background-color: #bad4fb;
  color: #444;
  cursor: pointer;
  padding: 7px;
  width: 100%;
  border: solid thin #7c8fb3;
  text-align: left;
  outline: none;
  transition: max-height 0.2s ease-out;
  position: relative;
  border-radius: 3px;
}
.accordion2 {background-color: #babdfb;}

.activity-section .accordion2, .activity-section .panel2 {width:68%; float: right;}

.policies .accordion2 {padding:0;}

.panel2 .new-table {width:100%;}

.accordion h3 {
	font-size: 1.5em;
	line-height: 1.5em;
  	margin:35px 0 0 0;
}

.active, .accordion:hover, .accordion2:hover {
  background-color: #ccc;
}

.active h3 {
	margin:unset;
}

.panel, .panel2 {
  padding: 0 5px;
  background-color: white;
  overflow: hidden;
  transition: height 0.2s ease-out;
}
.panel {
	border: solid thin #7c8fb3;
    margin-bottom: 10px;
}
.panel2 {padding:0;}
.accordion2 {margin:0; width:100%;}

div.panel, div.panel2 {
    display: none;
}

div.panel.show, div.panel2.show {
    display: block !important;
}

.imgframe {
	width:100px;
	height:100px;
	position: relative;
	overflow-y: hidden;
	float:left;
	margin-right:5px;
}

.imgframe img {width:100%;}

div.imgframe.show {
    display: block !important;
}

.accordion:after {
    content: '\002B';
    font-size: 2em;
    color: #6f6f6f;
    float: right;
    position: absolute;
    right: 0.4em;
    top: 35%;
}

.accordion2:after {
    content: '\25b6';
    font-size: 1.3em;
    color: #7f7e82;
    float: left;
    position: absolute;
    left: 0.5em;
    top: 0.6em;
}

.offered:after {
    content: '\25b6';
    font-size: 1em;
    color: #7f7e82;
    float: left;
    position: absolute;
    left: 0.5em;
    top: 0.6em;
}


.active:after {
  	content: "\002D";
	top:20%;
}

.active2:after {
  	content: "\25bc";
}

.faq button {
    font-size: 1.2em;
    padding-left: 1.5em;
}

.faq .accordion2 {background-color: #e7e7e7;}

.faq .offered:after {top: 0.4em;}

div#wakesurfing-panel:target{display: block !important;}


.no-photo .accordion2, .no-photo .panel2 {width:100%;}

.small-header {
	font-size: .8em;
    font-weight: 300;
    color: red;
}

@media screen and (max-width: 802px) {
	.accordion:after, .active:after {right:.2em	}
	.activity-section .accordion2, .activity-section .panel2 {width:100%;}
}