@import url("../Divi/style.css");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
/*
Theme Name: Make Your Life Epic - Z
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.9 - Dr Z
*/

/*
    COLOR PALETTE
    Dark Teal  - #004750
    Primary    - #0C7682
    Light Teal - #D0E0E4
    Black      - #000000
    White      - #FFFFFF
*/

/*** CHILD THEME STYLE RULES - BELOW HERE***/

/** DO NOT ADD NEW RULES ABOVE THIS LINE **/

/************* GLOBAL TYPOGRAPHY *************/
body,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
label,
blockquote,
table,
th,
td {
    font-family: "Lora", serif !important;
}

#top-menu li.current-menu-item>a{
    color: #D0E0E4;
}



/**/
/**/
/************* DEFAULT STYLES *************/
/**/
/**/

h1, h2, h3, h4{
	color: #004750;
}

ul li {
    list-style-type: disclosure-closed;
}

#messagingWrap h1{
    font-size: 2rem;
    text-transform: uppercase;
}

h2 {
    font-size: 2.5rem !important;
    position: relative;
    margin-bottom: 1rem;
}

h5 {
    font-size: 16px !important;
    text-transform: uppercase;
}

.outlinewrp {
    outline: 1px #D0E0E4 solid;
    position: relative;
    outline-offset: -15px;
}

#box02.outlinewrp{
	outline-color: #0C7682;
}

.midlinks-box-wrap a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#mid-lower-content-wrp {
    background-color: rgba(255, 255, 255, .5);
    outline: 1px darkgreen solid;
}

.midlinks-box-wrap .contentWrap, .midlinks-box-wrap .et_pb_text_inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	display: grid;
	place-content: center;
}

.midlinks-box-wrap h4 {
    position: relative;
}



.midlinks-box-wrap:hover h4:after {
    content: "";
    position: absolute;
    border-bottom: 2px white solid;
    left: 0;
    right: 0;
    bottom: 0;
}

#messagingWrap {
    padding: 5%;
    box-shadow: 0px 0px 150px rgba(0, 0, 0, .5);
    position: relative;
}

#messagingWrap p {
    color: #0C7682;
    position: relative;
}

.midlinks-box-wrap {
    position: relative;
    min-height: 400px;
    display: grid;
    place-content: center;
}

#midlinksWrap h4 {
    font-size: 2.25rem;
    position: relative;
}

#mid-lower-content-wrp {
    display: grid;
    place-content: center;
}



#page-container {
    padding-top: 0px !important;
}

.container {
    position: relative;
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}

	#et-info-phone {
	    cursor: default;
	}

.et_password_protected_form {
    max-width: 1080px;
    margin: 150px auto;
}

.et_pb_equal_columns.vert-center .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#interior-hero h1 {
	display: inline-block;
	font-size: 34px;
	background: #FFFFFF;
	padding: 0.5em 0.6em;
}

#capstone-contentWrap {
    min-height: 400px;
    display: grid;
    place-content: center;
    padding: 4%;
}

/**/
/**/
/******* GLOBAL ELEMENTS ******/
/**/
/**/

/****** MODALS *******/

.thrive-modal-trigger{cursor:pointer;}
body.modal-enabled{
	overflow:hidden;
	position:fixed;
	width:100%;
	height:100%;
}
#thrive-modal-background{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:4000;
	display:none;
	background-color:#000000;
	opacity:0.65;
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	transform:translateZ(0);
}
body.modal-enabled #thrive-modal-background{display:block;}
.thrive-modal-entire{
	position:fixed;overflow:auto;
	overflow-x:hidden;
	top:50%;
	right:0;
	bottom:0;
	left:0;
	visibility:hidden;
	z-index:-5000;
	opacity:0;
	-webkit-transform:translateZ(0);
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-ms-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.thrive-modal-entire.modal-visible{
	visibility:visible;
	opacity:1;
	z-index:999999;
	background: rgba(0,0,0,0.8);
	height: 100vh;
	transform: translate(0, -46%);
	overflow: scroll;
}
.thrive-modal-container{
	position:relative;
	top:50%;
	left:50%;
	z-index:6000;
	padding-bottom:60px;
	max-width:1080px;
	transform:translate(-50%,-50%);
}
.thrive-modal{
	background-color: #FFFFFF;
	border-radius:6px;
	margin:0 auto;
	min-width:291px;
	max-width:calc(100% - 80px);
	padding:20px;
	box-sizing:border-box;
	position:relative;
	border-top-right-radius:0px;
}
.thrive-modal::after{
	content:"";
	display:block;
	clear:both;
}
.thrive-modal .thrive-modal-exit:not(.unstyled){
	position:absolute;
	z-index:100;
	top:-10px;
	right:-10px;
	background-color:#0C7682;
	box-shadow:0px 0px 8px rgba(0, 0, 0, 1);
	cursor:pointer;
	padding:17px;
	border-radius:50%;
	min-height:17px;
	min-width:17px;
	background-image:url("/wp-content/themes/myle/images/exit-white.png");
	background-position:center;
	background-repeat:no-repeat;
}
.thrive-modal .thrive-modal-exit:not(.unstyled):hover{background-color:#004750;}
@media screen and (max-width:420px){
	.thrive-modal-container{top:50%;}
	.thrive-modal{
		max-width:100%;
		width:100% !important;
		border-radius:0px;
	}
	.thrive-modal .thrive-modal-exit:not(.unstyled){
		right:4px;
		top:-40px;
	}
}
#easter-egg .thrive-modal{width:90%;padding:10px;}
#easter-egg:not(.modal-visible) #jwEaster-wrapper{width:0%;}
#easter-egg.modal-visible #jwEaster-wrapper{width:100%;}
#easter-egg-gallery{display:none;text-align:center;padding:0px 40px;position:relative;}
#easter-egg-gallery img{}
#easter-egg-gallery-left,#easter-egg-gallery-right{background-color:transparent;border:0;height:57px;width:30px;cursor:pointer;position:absolute;top:50%;margin-top:-30px;}
#easter-egg-gallery-left{background-image:url("/wp-content/themes/myle/images/episode/related-arrow-left.png");left:0px;}
#easter-egg-gallery-left:hover{background-image:url("/wp-content/themes/myle/images/episode/related-arrow-left-hover.png");}
#easter-egg-gallery-right{background-image:url("/wp-content/themes/myle/images/episode/related-arrow-right.png");right:0px;}
#easter-egg-gallery-right:hover{background-image:url("/wp-content/themes/myle/images/episode/related-arrow-right-hover.png");}
iframe#youtubePlayer{max-width:100%;width:100%;height:420px;}
@media screen and (min-width:980px){}
.easter-egg-wrapper{width:980px;margin:0 auto;text-align:right;max-width:100%;}
.easter-egg-wrapper::before{content:"";display:block;clear:both;}
.easter-egg-trigger{color:#0C7682;font-weight:500;font-size:14px;cursor:pointer !important;display:inline-block;margin:6px 0px;padding:6px 12px;background:#D0E0E4;border-radius:3px;text-indent:22px;/* background-image:url("/wp-content/themes/myle/images/icons/gift_grey.png");background-size:18px 18px;background-repeat:no-repeat;background-position:8px center; */}
.easter-egg-trigger:hover{color:#0C7682 !important;/* background-image:url("/wp-content/themes/myle/images/icons/gift_blue.png"); */}
#thriveVimeo-aspect,#youtubePlayer{position:relative;height:0px;padding-top:56.4%;}
#thriveVimeo, #youtubePlayer iframe{position:absolute;top:0px;left:0px;width:100%;height:100%;}
@media screen and (max-width:980px){.easter-egg-wrapper{width:768px;}
#easter-egg-mentors-wrapper{width:544px;}
}
@media screen and (max-width:767px){.easter-egg-wrapper,#easter-egg-resources{width:291px;text-align:center;}
#easter-egg-feedback{float:none;}
}


/****** BUTTONS *******/

.btn {
    display: inline-block;
    background: #0C7682;
    padding: 0.5em 1.5em;
    border-radius: 4px;
    border: 1px solid transparent;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    transition: all .2s ease-out;
}
	.btn:hover {
		background: transparent;
		color: #0C7682;
		border: 1px solid #0C7682;
	}
.btn.border {
	background: transparent;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
}
	.btn.border:hover {
		background: #FFFFFF;
		color: #0C7682;
	}

/**** FORM SUBMIT BUTTONS ****/
.gform_wrapper input[type=submit] {
    position: relative;
    background: #004750;
    color: #FFFFFF;
    padding: .7em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 500;
    font-size: 20px;
    transition: all .2s ease-out;
}
	.gform_wrapper input[type=submit]:hover {
		background: #FFFFFF;
		color: #004750;
		border: 1px solid #004750;
	}
	

/**** HEADER *****/
#header {
    padding: 20px 0;
}
	#logo {
	    max-width: 250px;
	    width: 25%;
	    float: left;
	    max-height: 100%;
	}
	
/* 	#et-info {
	    width: 60%;
	    float: right;
	    text-align: right;
	} */

#et-info {
    width: 60%;
    float: right;
    text-align: right;
    display: grid;
    grid-template-columns: 2fr 1fr;
    position: relative;
}
	
	#top-navigation {
	    max-width: 700px;
	    width: 70%;
	    float: right;
	}
		nav#top-menu-nav {
		    float: right;
		}
			#top-menu {
				position: relative;
				top: 0;
			}
				#top-menu li a {
					font-size: 16px;
					color: #004750;
					font-weight: 600;
				}
		#top-navigation .btn {
		    background: #004750;
		    color: #FFFFFF;
		    padding: .7em 1em;
		    display: inline-block;
		    float: right;
		    margin-left: 20px;
		    line-height: 120%;
		    border: none;
		}

	/**** SOCIAL MEDIA ICONS ****/
	
	#et-info-phone {
	    color: #0C7682;
	    font-size: 18px;
	    font-weight: 700;
	    display: inline-block;
	    position: relative;
	    top: -14px;
	    line-height: 90%;
	}
		#et-info-phone span {
		    color: #004750;
		    display: block;
		    text-align: right;
		    font-size: 10px;
		    text-transform: uppercase;
		}
		#et-info-phone:before { display: none; }
	
	.et-social-icons {
	    margin-top: -7px;
	}
		.et-social-icons li {
		    display: inline-block;
		    margin-left: 15px;
		}
			#header .et-social-icon a {
			    color: #FFFFFF;
			    background: #0C7682;
			    border-radius: 50%;
			    font-size: 14px;
			    width: 25px;
			    height: 25px;
			    padding: 0 !important;
			    line-height: 28px;
			    text-align: center;
			    margin: 0 -5px;
			}


/***** HERO *****/
#hero {
	padding: 140px 0;
}
	#messaging-text {
	    padding: 20px 40px;
	    background: #FFFFFF;
	    border-radius: 10px;
	    display: inline-block;
	    box-shadow: 1px 1px 12px rgba(0,0,0,.2);
	    -webkit-box-shadow: 1px 1px 12px rgba(0,0,0,.2);
	    -moz-box-shadow: 1px 1px 12px rgba(0,0,0,.2);
	}
		#messaging-text h1 {
		    font-size: 30px;
		    font-weight: 700;
		    font-style: italic;
		    color: #004750;
		    line-height: 150%;
		}
			#messaging-text h1 strong {
			    font-style: normal;
			    display: block;
			    font-size: 76px;
			    text-transform: uppercase;
			    color: #0C7682;
			    font-weight: 900;
			    margin-bottom: 10px;
			    position: relative;
			    padding-bottom: 10px;
			}
				#messaging-text h1 strong:after {
				    content: "";
				    display: block;
				    width: 40%;
				    border-top: 2px solid #D0E0E4;
				    position: absolute;
				    left: 50%;
				    bottom: -10px;
				    transform: translate(-50%);
				}
		#messaging-text h4 {
		    font-size: 24px;
		    margin: 0 auto;
		    color: #000000;
		    font-weight: 700;
		}
			#messaging-text h4 strong {
			    color: #0C7682;
			    font-size: 32px;
			    line-height: 120%;
			}


/**** MID BLOCKS - TEXT OVERLAY ****/
.mid-block, .mid-block .et_pb_blurb, .mid-block h4 {
    padding: 0 !important;
    min-height: 350px;
}	
	.mid-block h4 a {
	    font-size: 40px;
	    text-transform: uppercase;
	    display: flex;
		justify-content: center;
		align-items: center;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    text-align: center;
	    padding: 80px 40px;
	    line-height: 100%;
	}

/**** MID BLOCKS - TEXT ABOVE ****/
#mid-blocks-2 .mid-block h4 {
    min-height: 100%;
}
	#mid-blocks-2 .mid-block h4 a {
	    position: relative;
	    padding: 20px;
	    font-size: 32px;
	}


/**** MID ABOUT *****/
#mid-about {
}
	

/***** BOTTOM TESTIMONIALS ****/
#bottom-testimonials .et_pb_column:nth-child(2) {
    background-size: contain;
}
	#bottom-testimonials strong {
	    display: block;
	    margin-bottom: 20px;
	}

/***** Interior Pages *****/
#sectionwrp-form {
	padding: 0;
}
	#sectionwrp-form h2 {
		font-size: 36px !important;
		color: #000;
		margin: 0;
		padding: 18px 0;
	}
	#sectionwrp-form p {
		font-size: 14px;
		font-weight: 400;
		color: #000;
	}

/***** Interior Contact Forms *****/
	.contact-form input, .contact-form textarea {
			border: 1px solid #000;
		}
	.contact-form span {
		color: #000;
		font-weight: 500;
		font-size: 18px;
	}
	.contact-form .gform_submission_error hide_summary {
		font-size: 16px !important;
		padding: 0;
	}
	.contact-form #validation_message_1_2 {
		padding: 5px 10px;
		width: 100%;
	}
	.contact-form button {
		background: #004750;
		color: #fff;
		width: 100%;
		border: none;
		font-size: 16px;
		font-weight: 400;
		padding: 15px 40px 15px 040px;
		transition: all .3s;
	}
		.contact-form button:hover {
			background: #000;
			transform: scale(1.1);
		}
/***** Interior Section 2 *****/
#interiorwrp-two { padding: 20px 0;
	
	.lft-clm-wrp img {
		width: 100px;
		text-align: center;
		margin-bottom: 20px;
	}
	.lft-clm-wrp h3 {
		font-size: 36px !important;
		font-weight: 400;
		color: #fff;
	}
	.lft-clm-wrp .et_pb_text {
		background: #014750;
		color: #fff;
		padding: 30px 25px;
		border-color: #fff;
		border-width: 5px 5px 5px 0;
		border-style: solid;
		z-index: 1;
	}
	.lft-clm-wrp p {
		font-size: 14px;
		font-weight: 400;
		font-family: "Sofia Pro", sans-serif;
		line-height: 28px;
	}
	.lft-clm-wrp hr {
		border-top: 2px solid #fff;
		width: 140px;
	}
	.rgt-clm-wrp {
		z-index: 0;
	}
		.rgt-clm-wrp .et_pb_module {
			margin-right: -80px;
			z-index: -1;
		}
		.rgt-clm-wrp img {
			width: 800px;
			margin: 0 0 0 -80px;
		}
	
	
	
}
/***** Interior Section Three *****/
#interiorwrp-three { padding: 20px 0;
	
	.ctr-clm-wrp hr {
		border-top: 3px solid #004750;
		color: #004750;
		width: 140px;
	}
	.ctr-clm-wrp h3 {
		font-size: 36px !important;
		font-weight: 400;
		color: #000;
	}
	
}
/***** Interior Section Four *****/
#interiorwrp-four { padding: 20px 0;
	
	.ctr-clm-wrp h3 {
		font-size: 36px !important;
		font-weight: 400;
		color: #000;
	}
	.ctr-clm-wrp p {
		font-size: 14px;
		line-height: 28px;
		color: #6E6E6E;
		font-family: "Sofia Pro", sans-serif;
	}
}
/***** Interior Section Five *****/
#interiorwrp-five {
	
	.box-wrp h4 {
		font-size: 24px;
		font-weight: 700;
		line-height: 24px;
		color: #000;
		margin-block: 20px;
	}
	.box-wrp a {
		background: #004750;
		color: #fff;
		padding: 18px 20px 18px 28px;
		font-family: "Sofia Pro", Sans-serif;
		font-size: 15px;
		font-weight: 400;
		text-transform: capitalize;
		letter-spacing: 2.6px;
		transition: all .2s ease-out;
		display: inline-block;
	}
		.box-wrp a:hover {
			transform: scale(1.1);
		}
		.box-wrp a:after {
			content: "\e05b";
			font-family: "ETmodules";
			font-weight: 900;
			color: #fff;
			margin: 0 10px;
		}
		
}
/**** Testimonials Section *****/
#testimonials-wrp {
	
	h3 {
		font-size: 36px !important;
		font-weight: 400;
		color: #fff;
	}
	p {
		font-family:"Sofia Pro", sans-serif !important;
		font-size: 14px;
		font-style: italic;
		font-weight: 400;
	}
	p strong {
		font-style: normal;
	}
	.et_pb_slides .et_pb_container {
		height: 0;
		margin-bottom: 8%;
	}
	.et_pb_slide_description {
		padding: 0 8%;
	}
}
/********* RESPONSIVE < 1023px *********/
/***************************************/
@media screen and (max-width: 1023px){
	
	
#top-menu-nav {
	display: none;
}

#et_mobile_nav_menu {
    display: none;
}

	.mobile_menu_bar {
	    display: block;
	    position: relative;
	    line-height: 0;
	}
	
}


@media screen and (max-width: 980px) {
	#et-info {
	    width: 100%;
	    text-align: center;
	    display: block;
	    float: none;
	}
		.et-social-icons, #footer-info {
		    float: right;
		    text-align: center;
		}
		.et-social-icons { display: block; }
}


/********* RESPONSIVE < 630px *********/
/****************************************/
@media screen and (max-width: 630px){
/*** GLOBALS ***/
.et_pb_row {
    width: 92.5% !important;
}
	.btn {
	    display: block;
	    margin: 15px auto;
	    max-width: 100%;
	    text-align: center;
	}
	.et_pb_column_empty.has-background {
		display: block;
		min-height: 300px;
	}

/**** HEADER ****/	
	#et-info {
	    width: 100%;
	    text-align: center;
	    display: block;
	    float: none;
	}
		#et-info-phone span {
		    text-align: center;
		}
		#et-info  .et-social-icons { display: block; }
	
	#logo {
	    max-width: 250px !important;
	    float: none;
	    margin: 0 auto 10px;
	    display: block;
		width: 75%;
	}
	
	
/**** HERO - Mobile ****/
#hero {
    padding: 20px 0px 0px;
}
	#messaging-text {
	    display: block;
	    width: 100%;
	}
		#messaging-text h1 strong {
		    font-size: 50px;
		}
	
	
}

