    
/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, samp, strong, b, u, i, center,
dl, dt, dd, ol, ul, li, table, caption, tbody,
figure, figcaption, footer, header, 
menu, nav, section, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: "Montserrat", sans-serif, ;
    
}

.accordion {
    background: #383838;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.6s;
    margin: 2px;
    border-radius: 4px;
}

.number {
    width: 22px;
    line-height: 22px;
    background-color:white;
    color: #202020;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    font-size:16px;
    text-align: center;
    display: inline-block;
    margin-right: 8px;
}

.panel {
    padding: 0px 18px;
    font-family: "Montserrat", sans-serif;
    background-color: white;
    color: #202020;
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
    transition: max-height 0.2s ease-out;
  }

.profile {
    padding-top: 8px;
    padding-bottom:8px;
    font-size:16px;
}

.imgcred {
    font-size:12px;
    text-align: right;
    color:#afb2ba
}

hr {
  border-top: 3px dotted #afb2ba; 
}

.head {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color:#202020;
}

ul {
    margin-left: 32px;
    padding-bottom: 16px;
}
.pressurehead {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size:16px;
    color: #afb2ba;
    padding-bottom: 8px;
    padding-top:8px;
}

active, .accordion:hover {
    background: #202020;
}

.desktopimg {
    float: right;
    width:40%;
    padding: 16px;
}

.map {
    width:100%;

}

.expandSymbol {
    display: inline;    
    float: right;
    font-weight: 600;
    font-size: 1em;
}

.expandText {
    display: inline;
    font-style: italic;
    font-weight: 100;
    margin-left: 10px;
    margin-right: 10px;
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    padding-bottom: 8px;
}
.mobileimg {
    display: none;
}

.responseText {
    display: none;   
}

.responseText.show {
    display: block;
    margin-left: 10px;
}

body {
    padding: 0px 5px 20px 0px;
}

@media all and (max-width: 500px) {
    .desktopimg {
        display: none;
    }
    .mobileimg{
        width:100%;
        padding-top: 8px;
        padding-bottom: 8px;    
        text-align: center;
        display: block;
    }
}