@media screen and (min-width:1366px){
	.video_header header{height:75vh}
}

.accordion .accordion-header .btn-link{
	font-size: 1.8rem;
	letter-spacing: 2px;
}
#sponsors img.tall {
	height: 100px;
}
.wp-block-button__link.btn-light{
	background: #fff;
	color:#00785c;
	opacity: 1;
}
.wp-block-button__link.btn-light:hover{
	opacity: 0.9;
}
.wp-block-button.aligncenter{text-align:center;}

.testimonal-text{
	background-color: #fff;
	border:1px solid #efefef;
}
.social a {
	margin-right: 10px;
}
.social a i{
	color:#fff;
	opacity: 0.9;
	font-size: 30px;
}
.social a:hover{
	text-decoration: none;
	opacity: 1;
}
.social a i:hover{
	opacity: 1;
}

a:focus,
img:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

/* Style The Dropdown Button */
.mswc-dropbtn {
	background-color: white;
	color: black;
	padding: 16px;
	font-family: "Gill Sans",Sans-serif;
	font-size: 14px;
	font-weight: 600;
	border: none;
	cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.mswc-dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.mswc-dropdown-content {
	display: none;
	position: absolute;
	background-color: #00785c;
	min-width: 160px;
	box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.15);
	z-index: 1;
	border-radius: 10px;
}

/* Links inside the dropdown */
.mswc-dropdown-content a {
	color: white;
	padding: 12px 24px;
	text-decoration: none;
	display: block;
	font-family: "Gill Sans",Sans-serif;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
}

/* Add border in the bottom of each link and not in last link */
.mswc-dropdown-content a:not(:last-child) {
	border-bottom: solid 1px #fff;
}

/* Change color of dropdown links on hover */
.mswc-dropdown-content a:hover {background-color: #004d3b;}

/* Set a border radius in first child on hover */
.mswc-dropdown-content a:hover:first-child {
	border-radius: 10px 10px 0 0;
}

/* Set a border radius in last child on hover */
.mswc-dropdown-content a:hover:last-child {
	border-radius: 0 0 10px 10px;
}

/* Show the dropdown menu on hover */
.mswc-dropdown:hover .mswc-dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.mswc-dropdown:hover .mswc-dropbtn {
	color: #00785c;
}

.mswc-dropdown .sub-arrow {
	position:absolute;
	right:1px;
	left: auto;
	top:55%;
	margin-top:-.1em;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition:-webkit-transform .45s ease;
	transition:-webkit-transform .45s ease;
	transition:transform .45s ease;
	transition:transform .45s ease,-webkit-transform .45s ease
}
.mswc-dropdown:hover .sub-arrow {
	position:absolute;
	-webkit-transform:translateY(-50%) rotateX(180deg);
	transform:translateY(-50%) rotateX(180deg)
}

.mouse_icon2 {
    position: absolute!important;
    bottom: -32px;
  }