/* This stylesheet is meant to override SASS styles. Please place them below.  To activate, uncomment line 12 in ../inc/scripts.php */

.page-title-heading h3 {
    font-family: "open-sans",sans-serif;
    color: #1ECDC5;
    text-transform: uppercase;
 }

 #welcome {
    background-color: #F3F3F3;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.news-slider.mobile-news {
		display: none;
}


@media screen and (min-width: 88.75em){
	#welcome .wecome-wrap {
	    padding: 6.4em 3.75em;
	}
}

@media screen and (max-width: 600px){
	.news-slider.mobile-news {
		display: inherit;
	}
	.news-slider.news {
		display: none;
	}
}

#welcome .wecome-wrap {
    padding: 6.4em 3.75em;
}

/* forcing z-index for edge filters - mc 02/28/2018 */
.team-member .team-member-photo img {z-index: 1;}
.team-member .team-member-photo:hover img {z-index: 1; filter: none;}


/* Vimeo Featherlight Customization */
.featherlight-video-link {
	position: relative;
	display: inline-block;
}
.featherlight-video-link img {
	filter: opacity(0.85);
}
.featherlight-video-link .play-icon {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 6.5em;
	height: 4em;
	background: rgba(23,35,34,.75);
	border-radius: .5em;
}
.featherlight-video-link .play-icon svg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 2em;
	height: 2em;
	fill: white;
}
.featherlight-iframe {
    display: block;
    background: #333333ab;
}
.featherlight-iframe .featherlight-content {
    background: none !important;
    position: static !important;
}

.no-border {
	border: none !important;
	font-size: 1em !important;
}

.no-border:hover {
	background: none !important;
	color: white !important;
}

.soc-me {
	margin-bottom: 15px !important;
}

@media screen and (min-width: 959px) {
	.soc-me {
		margin-left: 15px !important;
	}
}
.inner-container ul {
	list-style-type: disc;
	margin-left: 20px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100vw; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  transition: all .5s ease;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#myBtn {
	display: block;
	margin-top: 10px;
	background-color: #1ecbc5;
	border: 2px solid #1ecbc5 !important;
}
#myBtn:hover {
	color: #1ecbc5 !important;
	background-color: #fff !important;
	border: 2px solid #1ecbc5 !important;
}

#gform_3 ul#gform_fields_3.gform_fields {
	margin: 0 auto !important;
}

#gform_3 ul.gform_fields .gfield input[type="text"]{
	padding: 1em 1.25em !important;
}

.testing123 {

}

article ul {
    list-style: disc;
    padding-left: 40px;
    margin: 1em 0;
}
article ul ul {
    list-style: circle;
}

.single-post h4 {
	margin-top: 2em;
}


.hrmWelcomeContent {
    padding: 15px 13px 0 13px !important;
    margin: 30px 60px 0 60px !important;
}

.hero.ratio5-2:before {
    padding-top: 40%;
}

.hero.ratio10-3:before {
	padding-top: 30%;
}

.hero.ratio5-1:before {
	padding-top: 20%;
}

.hero.no-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	top: 0;
	left: 0;
}

.contactinfo {
	width: 100%;
}
