.header-ref {
    margin-top: 30px;
        flex: 1;
    background-color: #fff;
    border-radius: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
    justify-content: flex-end;
    overflow-wrap: break-word;
    overflow: hidden;
  padding: 0% 20px 0px 60px;
    bottom: 0px;
    z-index: 1;
    position: relative;
}

.header-ref p {
    line-height: .9rem;
}


.w3wdiv {
    display: flex
;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    gap: 5px;
}

.osdiv {
    display: flex
;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    gap: 5px;
}

.lhldiv {
    display: flex
;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    gap: 5px;
}


.headerlinkdiv:before {
    align-items: center;
    background-image: url(/wp-content/themes/rockhopper/assets/images/purplearrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-flex
;
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    width: 30px;
}

.info_content_section {
	background-color: #fff;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

.additional-info-div {
	width: 80%;
}

.additionaltags {
	padding: 20px;
	border-bottom: 3px solid #B7DB57;
}

.additionaltags:last-of-type {
    border-bottom: none;
}

.additionaltags div[class*="desc_"] {
	margin-left: 4.5rem;
			width: 80%;
}



.additionaltags div[class*="tag_"]:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: flex;
    height: 40px;
    width: 40px;
	margin-top: 20px;
    margin-right: 1rem;
    margin-left: 5px;
    align-items: center;
}


.infogridtitle {
    max-width: 350px;
    background-color: #509E2F;
    border-radius: 16px;
    opacity: 1;
    padding: 1px 2px 2px 18px;
    top: 0;
    text-align: center;
    vertical-align: middle;
}

.infogridtitle h3 {
	color: #fff;
}



.downloads_content_section {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}


.downloads {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1px;
    margin-top: 1px;
    margin: auto;
    max-width: 1200px;
    position: relative;
    width: 100%;
    z-index: 2;
}


.links-file-container {
     display: flex;
    gap: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.mapintro1 {
    margin-bottom: 0px;
        margin-left: 10px;
}


.addressdiv {
    display: flex;
  flex-direction: column;
 border-top: 1px solid #509E2F;
 border-bottom: 1px solid #509E2F;
 margin-right: 40px;
    margin-left: 10px;
 width: 80%;
    margin-bottom: 20px;
            margin-top: 0px;
}

.addressdiv p {
margin: 0rem 0rem 1rem 0rem;
    font-weight: 600;
}



@media screen and (max-width: 768px)
{
	.additional-info-div {
	width: 100%;
}

.additionaltags div[class*="desc_"] {
	margin-top: 20px;
	margin-left: 2.5vw;
			width: 90%;
}
	
	.additionaltags div[class*="tag_"]:before {
	margin-top: 0px;
    margin-right: 2vw;
}
	
}
	