@font-face {
	font-family: 'WycliffeSpirit-Emboldened';
	src:
	url('/Photos/Home/fonts/WycliffeSpirit-Emboldened.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.has-overlay::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(36, 36, 36, 0.65);
    background-position: center, center;
    background-size: auto;
    background-repeat: repeat;
    /**box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.85);**/
    pointer-events: none;
}
	
.overflow-visible {
    overflow: visible;
}

.has-shadow {
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 0px 8px);
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 0px 8px);
}

.relative {
    position: relative;
}
  
.absolute {
    position: absolute;
}

.on-top {
    z-index: 10;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
  
.flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex--end {
    align-self: flex-end;
}

.grow--1 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
  
.vertical--center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.vertical--end {
    align-self: flex-end;
}

.title {
    font-family: 'WycliffeSpirit-Emboldened';
    font-size: 4em;
    z-index: 10;
}

.font--wycliffespirit {
    font-family: 'WycliffeSpirit-Emboldened';
    font-size: 140%;
}
    

.text--yellow {
    color: #ffc712!important;
}

.text--yellow:hover {
    color: #ffc712!important;
}

.has-background--white {
    background-color: #fff;
}

.has-background--lgray {
    background-color: #F2F2F2;
}

.has-background--dteal {
	background-color: #005a64;
}

.has-background--purple {
	background-color: #765579;
}

.btn--coral {
    background-color: #e04e39!important;
    color: #fff;
    border-color: #e04e39!important;
}

.btn--coral:hover {
    background-color: #ab2d28;
    color: #fff;
    border-color: #ab2d28;
}

.card {
    border: none;
}

.card:hover {
    -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 0px 8px);
    filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 0px 8px);
    background-color: #fff;
}

.modal-container {
	display: none;
	z-index: 9999;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	opacity: 0;
	-webkit-overflow-scrolling: touch;
}

.modal-wrapper {
	width:100%;
	height:100%;
	overflow: auto;
}

.modal-content {
	height: 100%;
	overflow-y: auto;
	position: relative;
}

.woman {
    max-width: 350px;
    float: none;
    margin-left: auto!important;
    margin-right: auto!important;
}

.edge--top {
    position: absolute;
    top: 0;
    min-width: 110%;
    margin-left: -2em!important;
    /* margin-bottom: -0.5em; */
}
.edge--bottom {
    position: absolute;
    bottom: 0;
    min-width: 110%;
    margin-left: -2em!important;
    margin-bottom: -1px;
}

@media(max-width: 63rem) {
    .hero--accent {
        width: 40%;
        position: relative;
        margin: auto;
        float: none;
        transform: none;
        right: 0;
    }
    .mobile--1 {
        order: 1;
        margin-top: 2em;
    }
    
    .mobile--2 {
        order: 2;
        width: 70%!important;
        margin-left: auto!important;
        margin-right: auto!important;
        float: none!important;
        margin-top: 0;
    }

    .has-padding--huge {
        padding: 1em;
    }
    .cell--4of5.flex--end {
        margin-top: 0;
    }
}
/**Request Form**/  
.remodal--close {
    position: absolute;
    top: 3vh;
    right: 3vh;
    width: 3em;
    height: 3em;
    border: none !important;
    padding: 0.85em;
    cursor: pointer;
}
  
.remodal--close:hover {
    border-color: rgba(255, 255, 255, 1);
}

input {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #cfd4d8;
}