/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Splash Tutorial
  -----------------------------------
*/

html, body {
	height: 100%;
	width: 100%;
}
body {
	font-family: Optima, "Segoe UI Light", Arial, sans-serif;
	background-color: #000;
	background-image: url(images/ChaseBackground_02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow-y: scroll;
	margin: 0px 0px;
	background-position: left top;
}
img.scaled {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 8px;
	opacity: .75;
	-webkit-transition: opacity linear .5s .1s;
	transition: opacity linear .5s .1s;
	display: block;
	margin: 0px auto;
}
img.scaled:hover {
	opacity: 1;
}
.p7AP3-21 {
	padding: 0px 20px;
}
.p7AP3trig.p7ap3-theme-21 {
	font-family: "Life Savers", Optima, "Segoe UI Light", Arial, sans-serif;
}
.p7AP3trig.p7ap3-theme-21 h3, .p7AP3trig.p7ap3-theme-21 h4 {
	font-size: 2em;
}
.p7AP3panelcontent.p7ap3-theme-21 {
	font-size: 1em;
	border-color: #FFF;
}
.p7AP3cwrapper.p7ap3-theme-21 {
	max-width: 1200px;
	margin: 0px auto;
}


/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	margin: 20px 0px;
}
.p7AP3-21 {
	padding: 0px 0px;
}
.p7AP3trig.p7ap3-theme-21 h3, .p7AP3trig.p7ap3-theme-21 h4 {
	font-size: 1.4em;
}
.p7AP3panelcontent.p7ap3-theme-21 {
	font-size: 1.15em;
	border-radius: 0px;
}
.p7AP3cwrapper.p7ap3-theme-21 {
	max-width: none;
}
}
<!--MANUALLY ADDED-->
.p7AP3-01.responsive .ap3-toolbar {
display: none;
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.p7AP3-01.responsive .ap3-toolbar {
display: block;
background-color: #222;
padding: 5px 10px;
text-align: right;
cursor: pointer;
}
.p7AP3-01.responsive .ap3-toolbar a {
font-size: 2em;
font-weight: bold;
color: #999;
text-decoration: none;
}
.p7AP3-01.responsive .ap3-toolbar a:hover {
color: #FFF;
}
.responsive .toggle-text a:before {
position: relative;
top: -.25em;
}
.p7AP3-01.responsive .toggle-text.closed a:before {
content: "Show Menu \0020";
font-size: .5em;
}
.p7AP3-01.responsive .toggle-text.opened a:before {
content: "Hide Menu \0020";
font-size: .5em;
}
.p7AP3root-wrapper.closed {
height: 0px;
overflow:hidden; 
}
.p7AP3root-wrapper.opened {
height: auto;
overflow: hidden; 
}

}
