/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.main-navigation ul ul {
	border-top: #ed7a28 3px solid;
}

.site-header {
	border-bottom: #dde1e4 1px solid;
}

#elementor-library-4 {
	padding-top:15px;
}

.elementor hr {
	margin-bottom: 20px !important;
	margin-top: 20px !important;
	background-color: #d3d3d3 !important;
}

a.anchor {
	margin-bottom: 20px;
}

.wp-caption-text.gallery-caption {
    font-size: 75%;
		margin-bottom: 10px;
    opacity: .8;
}

div.gallery-icon {
margin-top:10px;
}

/*Official gov website*/
.above-header-bar {
    background: #eaeaea;
		font-size: 13px;
		padding: 5px;
}

.above-header-bar {
    text-align: left;
}

.grid-50::before {
	content: none;
}

.accordion {
  position: relative;
}

.accordion .accordion-content {
  display: none;
	padding-top: 15px;
	padding-bottom: 10px
}

.accordion input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.accordion .toggle-btn {
  color: #0099d8;
  cursor: pointer;
  display: inline-block;
	font-size: 13px;
	text-decoration: underline;
}
.accordion input[type="checkbox"]:checked ~ .accordion-content {
  display: block;
}

.govtext {
	font-size: 13px;
}


.grid-50 (text) {
	visibility: hidden;}