@import url("../Divi/style.css");
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700|Lato:300,400,400i,700,900&display=swap');
/*
Theme Name: Make Your Life Epic
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.7 - Tip Top K9
*/



/*** NEW HOME PAGE AND SITE CHANGES ***/

body{
	font-family: 'Open Sans', san-serif;
}

body, .et_pb_bg_layout_light p {
  line-height: 1.6;
  color: black;
  font-size: 17px;
  font-weight: 500;
}

h1, h2, h3, h4 {
  line-height: 1.2 !important;
}

.et_pb_bg_layout_dark hr {
    border: none;
    border-top: 1px solid #ccc;
}

strong {
    font-weight: 900;
}

#sliderplaceholder .metaslider {
  position: relative;
  z-index: 0;
  max-width: 100%;
}

ul.icon-section-wrap {
    max-width: 60%;
    padding: 0;
    position: relative;
    top: -12px;
    left: -5px;
}
ul.icon-section-wrap a {
    line-height: 1;
}

.rough-edge.top-edge svg, .rough-edge.bottom-edge svg {
  fill: #fff;
  height: 25px;
  width: 100%;
  position: absolute;
}

.bottom-edge svg {
  transform: scaleY(-1);
  bottom: -1px;
}


#sliderplaceholder {
/*   min-height: 500px; */
  position: relative;
}

#newheaderWrap {
  overflow: hidden;
  position: relative;
}

	#top-info-matter {
	  display: flex;
	  flex-direction: row;
	  position: relative;
	  background-color: #044466;
	}
	
		#logo-containerWrap {
		  max-width: 20%;
		  width: 100%;
	/* 	  outline: 1px red solid; */
		  margin: 0;
		  padding: 0;
		}
		
		#top-matter-container {
		  max-width: 80%;
		  margin: 0;
		  padding: 0;
		  position: relative;
		  width: 100%;
		  display: grid;
		}
		
			#top-matter-container ul {
			    display: flex;
			    flex-direction: row;
			    position: relative;
			    max-width: 80%;
			}
			
				#top-matter-container ul li {
				  display: grid;
				  height: 100%;
				  place-content: center;
				}
					
					#top-matter-container p, #top-matter-container strong {
					  font-size: .9rem;
					  font-weight: 500;
/* 					  line-height: 1.5; */
					  color: #fff;
					  padding: 0;
					}
					
					#top-matter-container strong {
					    font-weight: bold;
					    font-size: 18px;
					    color: white;
					    position: relative;
						display: block;
					}
						
						#top-matter-container strong:before {
						    content: "";
/* 						    outline: 1px red solid; */
						    background-image: url(/wp-content/uploads/phone-icon.png);
						    height: 40px;
						    width: 40px;
						    position: absolute;
						    left: -60px;
						    background-size: contain;
						    background-repeat: no-repeat;
						}



#header {
  padding: 0;
  border-bottom: 0 solid #eee;
  background-color: #fff;
  overflow: hidden;
  display: none;
}

#sg-top-header {
  width: 100%;
  background: #fff;
  padding: 5px 0;
  display: none;
}

#logo-containerWrap {
    max-width: 18%;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

	#logo-containerWrap #logo {
	  max-width: 200px;
	  width: 100%;
	  float: none !important;
	  max-height: 100%;
	  padding-top: 0;
	  position: relative;
	  top: 0;
	}

#top-navigation {
  max-width: 100%;
  width: 100%;
  float: none;
  margin: 0;
  display: table;
  position: relative;
  background-image: linear-gradient(#ab0907, #780402);
/*   overflow: hidden; */
}

	#top-menu-nav {
	  float: none !important;
	}
	
	
	#top-menu {
	  position: relative;
	  top: 0;
	  float: none;
	  display: flex;
	  justify-content: center;
	  align-content: center;
	  padding: 1rem;
	}
	
	#top-menu {
	  width: fit-content;
	  margin: 0 auto;
	}
	
/*
	#top-menu::before, #top-menu::after {
	  content: "";
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  background-image: linear-gradient(#ab0907, #780402);
	}
*/
	
	
	#top-menu::before {
	  right: 100%;
	  left: -100vw;
	}
	
	#top-menu::after {
	  left: 100%;
	  right: -100vw;
	}
	
		#top-menu li {
		  display: inline-block;
		  font-size: 14px;
		  padding-right: 22px;
		  text-transform: uppercase;
		  font-weight: bold;
		}
			
			#top-menu > li > a {
			  color: #fff;
			  font-family: "Oswald","Lato",sans-serif;
			  font-size: 1rem;
			}
		.nav li ul {
			border-color: #0a4466;
		}
	
.bluebarWrap {
    background-image: linear-gradient(0deg, #012f47 0%, #044466 100%);
    padding: 1rem 0 0;
    position: relative !important;
}

#logo-sliderWrap .bluebarWrap {
    padding-bottom: 1rem;
}

	.bluebarWrap svg {
	  fill: #fff !important;
	  width: 100%;
	  height: 20px;
	  transform: scaleY(-1);
	  position: absolute;
	  bottom: 0;
	}
	
	.bluebarWrap h3 {
	  font-weight: 700;
	  text-align: center;
	  color: #fff;
	  padding-bottom: 1.5rem;
	}


#locations h3 {
  color: #1A3867;
  font-size: 24px;
}

#locations a{
	color: #000;
}

#abouttext-box {
  padding: 2rem;
  position: relative;
}

.contactinfoWrap p {
  line-height: 1.3 !important;
  font-size: 13px !important;
}

/*
#servicesWrap ul {
  position: relative;
  display: flex;
  flex-direction: row !important;
  flex-flow: wrap;
    flex-direction: row;
}
	
	#servicesWrap ul li {
	  max-width: 40%;
	  width: 100%;
	  }
*/


#servicesWrap {
  border-left: 2px #fff solid;
}

	#servicesWrap .et_pb_text_inner {
	  display: flex;
	  position: relative;
	}
	
		#servicesWrap ul {
		    width: max-content;
		    padding: 0;
		    margin-left: 2.5rem;
		    position: relative;
		}
		
		#servicesWrap .et_pb_text_inner ul li {
		    font-size: 15px;
		    font-weight: 600;
		    margin-bottom: 0;
		    line-height: 1.2;
		}
				
		.infpWrap {
		    padding: 3rem 0;
		}
		
		.infpWrap p {
		  color: #fff;
		}
	/*
		
		.infpWrap .et_pb_column.et_pb_column_1_2.et_pb_column_7.et_pb_css_mix_blend_mode_passthrough {
		  display: flex;
		  flex-direction: column;
		  justify-content: center;
		}
	*/
	
	
#handimageWrap {
  background-image: url(http://roysonautomotive.mylelab.com/wp-content/uploads/drop-car-key-scaled.png);
  background-size: 82%;
  background-position: 0 0;
  position: relative;
  margin-top: -146px;
}


#photogridWrap {
  max-width: 1140px !important;
}

.photoimgWrap {
  position: relative;
  margin: 1rem;
    margin-right: 1rem;
}


.photoimgWrap .et_pb_module {
  position: relative;
  margin-bottom: 1rem !important;
}

#midlinks {
  padding: 4rem 0;
  position: relative;
}

.mid-linkWrap {
  color: #fff;
  font-size: 2rem !important;
  min-height: 250px;
  position: relative;
}

.mid-linkWrap a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
  place-content: center;
}

#jasperWrap p {
  color: #fff;
  line-height: 1.35;
  font-size: 16px !important;
}

.mid-infoWrap {
  padding: 4rem;
}

.mid-infoWrap {
    padding: 73px 0 !important;
    position: relative;
    display: grid;
    place-content: center;
}

#reviewsWrap .rough-edge.bottom-edge svg {
  fill: #044466;
}

#reviewsWrap .rough-edge.top-edge svg {
  fill: #ab0907;
  z-index: 999;
}

#jasperWrap .et_pb_column.et_pb_column_3_5.et_pb_column_24.et_pb_css_mix_blend_mode_passthrough {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

#main-footer {
    background-color: #021e2e !important;
}

#main-footer .container {
    position: relative;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

.footer-widget {
    margin-bottom: 4% !important;
    position: relative;
}


.footer-widget li:before {
	display: none;
}

li.footer-heaidng{
    font-size: 24px;
}

ul.footer-contact-info-Wrap {
    color: white;
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 600;
}


/*
li.footer-address {
    padding-right: 45%;
}
*/

#footer-widgets {
    padding: 2% 0 0;
}


li.footer-address strong {
    display: block;
}

li.iconWrap {
    display: grid;
    left: 0;
    padding: 0;
}

	li.iconWrap:before {
	    content: "";
	    background-image: url(/wp-content/uploads/location_small.png);
	    background-size: contain;
	    height: 24px;
	    width: 24px;
	    position: absolute;
	}
	
		ul.sub-sectionWrap {
/* 		    outline: yellow 1px solid; */
		    display: flex;
		    flex-direction: row;
		    padding: 0;
		}
		
			ul.sub-sectionWrap li:last-child {
			    display: flex;
			    flex-direction: column;
			    line-height: 1.5;
			}
		
				ul.sub-sectionWrap li {
				    width: 100%;
				    padding: 0.5rem !important;
				    margin: 0 !important;
				}
				
				li.loc-icn {
				    max-width: 50px;
				    display: grid;
				    place-items: center;
				}
						
.metaslider {
    position: relative;
    z-index: 0;
    max-width: 1110px;
}

	.flexslider {
	    margin: 0;
	}
	
	.flexslider {
	    margin: 0;
	    background: transparent;
	    border: none;
	    position: relative;
	    zoom: 1;
	    border-radius: none;
	    -o-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
	    box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
	}
	
	.metaslider .flexslider {
	    margin: 0 0 0 !important;
	}
	
	ul.slides {
	    padding-bottom: 0;
	}
	
	#metaslider-id-377 .slides li {
	    background-color: transparent !important;
	}


#location-sliderWrap {
    padding: 20px;
}

#mapWrap, #mapwrap-container {
    padding: 0;
}

#mapwrap-container .et_pb_slide.et_pb_slide_0.et_pb_bg_layout_dark.et_pb_slide_with_image.et_pb_media_alignment_center.et-pb-active-slide {
    padding: 0;
}
	
	#location-sliderWrap .et_pb_slides .et_pb_slider_container_inner {
	    display: table-cell;
	    width: 100%;
	    vertical-align: middle;
	    display: flex;
	    flex-direction: row-reverse;
	    position: relative;
	}
		
		#location-sliderWrap h2.et_pb_slide_title {
		    font-family: "Open Sans";
		    font-size: 39px;
		    font-weight: 900;
		}
		
		
		#location-sliderWrap .et-pb-controllers{
			display: none;
		}
		
		
		iframe {
		    width: 100%;
		}
		
		.infpWrap {
		    padding: 50px 0;
		    position: relative;
		}

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

li {
    margin: 7px auto;
    list-style-position: inside;
}

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

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

.accent{
	color: #264391 !important;
}

#subheaderWrap {
    background-position: 50% 32%;
}
	.et_pb_title_container h1 {
	    font-size: 26px;
	    background-color: #000;
	    display: inline-block;
	    padding: 25px;
	    color: #fff;
	}

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

p {
    padding-bottom: 1em;
    font-size: 16px;
    line-height: 1.8;
}

#subheaderWrap {
    background-position: 50% 32%;
    border-bottom: 4px #cc5515 solid;
    position: relative;
}

	.et_pb_title_container h1 {
	    font-size: 26px;
	    background-color: #044466;
	    display: inline-block;
	    padding: 25px;
	}

h1 {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 700;
}
h4 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
}
hr {
	border: 0;
	background-color: #555;
	height: 2px;
}


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

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

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

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


/**/
/**/
/******* 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:#000;
	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:white;
	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:#888;
	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:#777;}
@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:#bcbcbc;font-weight:500;font-size:14px;cursor:pointer !important;display:inline-block;margin:6px 0px;padding:6px 12px;background:#eee;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:#0b9bd7 !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: #AB0907;
    padding: 0.5em 1.5em;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Lato", sans-serif !important;
    font-size: 18px;
    transition: all .2s ease-out;
    text-align: center;
    border: 2px solid #AB0907;
}
	.btn:hover {
		color: #AB0907 !important;
		background: #fff !important;
	}

.gform_wrapper input[type=submit] {
    position: relative;
    background: #AB0907;
    color: #fff;
    padding: .7em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: 500;
    font-size: 20px;
    font-family: "Roboto",sans-serif;
    transition: all .2s ease-out;
}
	.gform_wrapper input[type=submit]:hover {
		background: #fff;
		color: #AB0907;
		border: 1px solid #AB0907;
	}
	

/**** HEADER *****/
/* TOP HEADER BAR */
#sg-top-header {
    width: 100%;
    background: #fff;
    padding: 5px 0;
}
	#sg-top-header:after {
		content: "";
		display: block;
		clear: both;
	}
	#sg-top-header .btn {
		background: #cc5515;
	}
	#sg-top-header img {
	    float: right;
	    margin-right: 200px;
	}
/* ADJUSTED FOR NEW SITE
#header {
    padding: 0;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}
*/
/*
	#logo {
		max-width: 261px;
		width: 23%;
		float: left;
		max-height: 100%;
		padding-top: 0;
		position: absolute;
		top: -11px;
	}
*/
	
/* ADJUSTED FOR NEW SITE
	#top-navigation {
	    max-width: 700px;
	    width: 70%;
	    float: right;
	    margin: 10px auto;
	}
*/

/* ADJUSTED FOR NEW SITE
		#top-menu-nav {
		    float: right !important;
		}
*/
			#top-menu {
				position: relative;
				top: 0;
			}
			
/* ADJUSTED FOR NEW SITE
			#top-menu > li > a {
				color: #000;
				font-family: "Oswald","Lato",sans-serif;
			    font-size: 18px;
				
			}
*/
				#top-menu li.current-menu-item > a{
				    color: #000;
				}

				#top-menu > li li a {
					color: #333;
				}
		#top-navigation .btn, #et-info .btn {
		    background: #333;
		    color: #fff;
		    padding: 0.3em 1em;
		    display: inline-block;
		    float: right;
		    margin-top: 4px;
		    margin-left: 20px;
		    line-height: 120%;
		    border: 3px solid transparent;
		    font-size: 13px;
		    border: 1px solid #333;
		}
			#et-info .btn:hover {
				
			}

	/**** SOCIAL MEDIA ICONS ****/
#et-info {
    width: 72%;
    float: right;
    text-align: right;
}
		#et-info .btn {
		    position: relative;
		    right: 0;
		    font-size: 14px;
		    padding: 5px 7px;
		    float: right;
		    margin-left: 40px;
		}
	.location {
    display: flex;
    flex-direction: column;
    text-align: center;
    float: right;
    margin-right: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #AB0907;
    line-height: 1.1;
}
	.location a {
		color: #044466;
		font-weight: 600;
		font-size: 15px;
	}

	#et-info-phone {
	    color: #000;
	    font-size: 18px;
	    font-weight: 700;
	    font-family: "Oswald","Lato",sans-serif;
	    float: right;
	    margin-right: 20px;
	    line-height: 100%;
	}
	
		#et-info-phone span {
		    color: #a1a1a1;
		    display: block;
		    text-align: left;
		    font-size: 12px;
		    text-transform: none;
		    font-weight: 400;
		    margin-top: -6px;
		}
		
		#et-info-phone:before { display: none; }
	
	.et-social-icons {
	    margin-top: -7px;
	}
		.et-social-icons li {
		    display: inline-block;
		    margin-left: 5px;
		    margin-right: 5px;
		}
			.et-social-icon a {
				color: #fff;
				background: #AB0907;
				border-radius: 50%;
				font-size: 18px;
				width: 30px;
				height: 30px;
				padding: 0 !important;
				line-height: 34px;
				text-align: center;
				margin: 0 -5px;
				transition: opacity .2s ease-out;
			}
				.et-social-icon a:hover {
					opacity: .9;
				}
			
		a.header-phone {
			color: #fff;
			font-size: 15px;
		}

	/* Social Icons in Circle */
/* 			.et-social-icon a {
			    display: inline-block;
			    position: relative;
			    color: #fff;
			    font-size: 18px;
			    text-align: center;
			    text-decoration: none;
			    transition: color .3s ease 0s;
			    background-color: #cc5515;
			    border-radius: 50%;
			    padding: 6px 10px;
			}
*/


/***** HEADER *****/
#hero {
	padding: 140px 0;
	position: relative;
	overflow: hidden;
}
	#hero:before {
	    content: "";
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    background: rgba(0,0,0,0.2);
	    z-index: 1;
	}


		#messaging-text h1 {
			font-size: 70px;
			font-weight: 700;
			font-family: "Oswald", "Lato", sans-serif;
			line-height: 100%;
			text-transform: none;
		}
		#messaging-text h3 {
		    font-size: 32px;
		    font-family: "Lato",sans-serif;
		    margin: 10px 0;
		    display: block;
		    font-weight: 400;
		}
		#messaging-text .btn {
			margin-top: 20px;
		}
#nobrainer-wrap {
    position: absolute;
    top: -150px;
    right: 0;
    max-width: 310px;
    width: 100%;
}
	#nobrainer-wrap h3 {
		background: #044466;
		font-family: "Oswald","Lato",sans-serif;
		padding: 10px 30px;
		line-height: 100%;
		font-weight: 700;
	}
		#nobrainer-wrap h3:before {
			content: "";
			position: absolute;
			top: 0;
			bottom: 0;
			left: 100%;
			width: 100vw;
			background: #044466;
		}
		#nobrainer-wrap h3:after {
		    content: "";
		    position: absolute;
		    background-image: url(/wp-content/themes/myle/images/dovetail.svg);
		    right: 100%;
		    left: -80px;
		    top: 0;
		    bottom: 0;
		    background-repeat: no-repeat;
		    background-position: 120% 50%;
		    background-size: 90%;
		}

/**** MID BLOCKS ****/
.mid-block, .mid-block .et_pb_blurb, .mid-block h4 {
    padding: 0 !important;
    min-height: 250px;
}	
	.mid-block h4 a {
	    font-family: "Oswald","Lato",sans-serif;
	    font-size: 40px;
	    text-transform: uppercase;
	    display: block;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    text-align: center;
	    padding: 80px 40px;
	    line-height: 100%;
	}

/*
#mid:before {
    content: "";
    border-bottom: 350px solid #cc5515;
    border-right: 100vw solid transparent;
    position: absolute;
    bottom: 0;
}
*/
	#mid h4 {
	    font-size: 27px;
	    color: #000;
	    font-family: "Oswald","Lato",sans-serif;
	}

/**** MID ABOUT *****/
#mid-about {
    background-size: contain;
    background-position: right center;
}
#benefitssection-outer-Wrap h2 {
    font-size: 42px;
    font-family: "Oswald","Lato",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
	.benefits-list-wrap ul li {
		list-style: none;
		position: relative;
		margin-bottom: 10px;
		margin-top: 10px;
		font-family: 'Lato', sans-serif;
		font-size: 20px;
	}
		.benefits-list-wrap ul li img {
			position: relative;
			top: 7px;
			left: -8px;
		}
/*
		.benefits-list-wrap ul li:before {
		    content: "";
		    background-image: url(/wp-content/uploads/icon-computer.png);
		    position: absolute;
		    top: 3px;
		    bottom: 0;
		    right: 0;
		    background-size: contain;
		    background-repeat: no-repeat;
		    left: 0;
		    height: 17px;
		    width: 17px;
		}
*/



/**** SYSTEM *****/

#benefits-wrap h2 {
    font-family: 'Oswald','Lato', sans-serif !important;
    word-wrap: normal;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
}

.mid-link-wrap ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-left: 0;
}
	#benefits-wrap ul li {
	    font-size: 13px;
	    max-width: 45%;
	    list-style: none;
	    margin-right: 1%;
	    text-align: center;
	    color: #333;
	    line-height: 100%;
	    text-transform: none;
	    width: 100%;
	}
		#benefits-wrap ul li strong {
		    font-weight: 500;
		    font-size: 16px;
		    text-transform: uppercase;
		    font-family: "Oswald","Lato",sans-serif;
		}
		#benefits-wrap ul li img {
		    display: block;
		    position: relative;
		    margin: 0 auto 10px;
		}
	#benefits-wrap .messaging-wrap .et_pb_column:last-child {
	    min-height: 400px;
	    position: absolute;
	    right: -60px;
	    width: 329px;
	}
		
#catchphrase {
    background-color: #264491;
    position: relative;
    padding: 20px 150px 25px 25px;
    /* border-top: 4px #a75021 solid; */
    /* border-bottom: 4px #a75021 solid; */
}
	#catchphrase .flex-col {
	    margin-bottom: 0;
	}
	#catchphrase h4 {
	    font-size: 32px;
	    line-height: 1;
	    padding: 0;
	}
	#catchphrase-starburst {
	    position: absolute;
	    left: 100%;
	    height: 250px;
	    width: 250px;
	    top: -70px;
	}
/*
	#catchphrase .et_pb_image_wrap {
	    position: absolute;
	    top: -150px;
	}
*/
	

/**** WHAT WE BELIEVE ****/
	#whatwebelieve h2 {
	    font-size: 52px;
	    text-transform: uppercase;
	    font-weight: 700;
	    font-family: "Oswald","Lato",sans-serif;
	}
	#whatwebelieve hr{
	    max-width: 150px;
	    margin-top: 50px;
	    margin-bottom: 50px;
	    position: relative;
	}	
	#whatwebelieve h3 {
	    line-height: 1.5;
	}

	
	#whatwebelieve p {
	    font-size: 23px;
	    line-height: 1.2;
	}
	#whatwebelieve p:last-child strong {
	    color: #DB762E;
	    font-weight: 400;
	}
	#whatwebelieve .btn {
		 border: 2px solid #fff;
	}
		#whatwebelieve .btn:hover {
			background: #fff;
			color: #848482;
		}


/***** BOTTOM TESTIMONIALS ****/
		
#testimonials {
	color: #000;
}
	#testimonials h2 {
	    color: #cc5515;
	    text-transform: uppercase;
	    font-size: 32px;
	}
			
	#testimonials p {
		font-size: 15px;
		line-height: 1.2;
		color: #fff;
	}
	#testimonials strong {
	    display: block;
	    color: #AB0907;
	    margin-top: 10px;
	    margin-bottom: 40px;
	}

	
/**** PRODUCTS PAGE *****/
/*
.product-block {
    height: 250px;
    width: 100%;
    position: relative;
}
	.product-block .et_pb_text_inner {
	    position: initial;
	}
		.product-block a {
		    color: #fff;
		    font-style: italic;
		    font-weight: 700;
		    text-transform: uppercase;
		    position: absolute;
		    top: 0;
		    bottom: 0;
		    left: 0;
		    right: 0;
		    padding: 110px 20px 0;
		    text-align: center;
		    opacity: 0;
		    transition: all .2s ease-out;
		    background: rgba(0,0,0,0.6);
		}
			.product-block a:hover {
				opacity: 1;
			}
*/


/***** THE DIFFERENCE *****/
#difference-list li {
    margin-top: 30px;
}
	#difference-list li:first-child {
	    margin-top: 0;
	}


#footer-info {
    width: 72%;
    font-size: 14px;
    margin: 0 auto;
    float: none;
}

#contact-form {
    box-shadow: 0 0 50px 0 rgb(1 1 1 / 14%);
    padding: 20px;
    border-radius: 10px;
}

/********* RESPONSIVE < 1400px *********/
/***************************************/
@media screen and (max-width: 1400px){

#top-matter-container ul {
    max-width: 100%;
}

}

/********* RESPONSIVE < 1023px *********/
/***************************************/
@media screen and (max-width: 1023px){
	
	
#top-menu-nav {
display: none;
}
#top-navigation {
display: none;
}

#et_mobile_nav_menu {
  display: none;
}

	.mobile_menu_bar {
	    display: block;
	    position: relative;
	    line-height: 0;
	}
	
	#top-matter-container {
	  max-width: 100%;
	}
	
	#top-matter-container {
	  max-width: 100%;
	}
	
	#top-info-matter {
	    flex-direction: column;
	    text-align: center;
	}
	
	#top-matter-container {
	    max-width: 100%;
	    margin: 0 auto;
	}
	
	#logo-containerWrap {
	    max-width: 100%;
	    text-align: center;
	}
	
}


@media screen and (max-width: 980px) {
	
	#headerWrap-mainimg {
		display: none;
	}

	#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; }
		
		.mid-link-wrap ul {
		    flex-direction: row;
		    flex-wrap: wrap;
		    justify-content: center;
		    padding-left: 0;
		}
	#benefits-wrap {
    padding: 30px 0 260px 0;
}
			#benefits-wrap ul li {
			    text-align: center;
			    max-width: 22%;
			    margin: 10px;
			}
				#benefits-wrap ul li img {
				    display: block;
				    margin: 0 auto 10px;
				}
		#catchphrase {
    max-height: none;
    padding: 20px 2.5%;
    width: 100vw;
}
			#catchphrase h4 {
			    text-align: center;
				font-size: 16px;
			}		
			#catchphrase .et_pb_image_wrap {
			    position: relative;
			    top: auto;
			}		
		

#benefits-wrap .messaging-wrap .et_pb_column:last-child {
    display: none;
}
#catchphrase-starburst  {
    position: absolute;
    left: 18%;
    height: 250px;
    width: 250px;
    top: 90px;
}


	#top-info-matter {
	  flex-direction: column;
	}
	
	#logo-containerWrap {
	  max-width: 100%;
	  width: 100%;
	  margin: 0;
	  padding: 2rem 0 0;
	  text-align: center;
	}
	
}


/********* RESPONSIVE < 630px *********/
/****************************************/
@media screen and (max-width: 630px){
/*** GLOBALS ***/




#top-matter-container p, #top-matter-container strong {
  line-height: 1.5;
  text-align: center;
}

.icon-section-wrap {
  display: none !important;
}

#top-matter-container ul {
  flex-direction: column;
}

#top-matter-container ul li {
  max-width: 100%;
  width: 100%;
}

#top-matter-container ul {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 100%;
}

#header.conatiner-wrap:before {
    top: 75%;
}
	#header .container {
    width: 90%;
}
	.btn {
	    display: block;
	    margin: 15px auto;
	    max-width: 100%;
	    text-align: center;
		font-size: 14px;
	}
#top-navigation {
    display: none;
}
/**** HEADER ****/	
	#et-info {
	    width: 100%;
	    text-align: center;
	    display: block;
	    float: none;
	}
	.location {
        margin: 10px 6px 0 6px;
    }
		#et-info-phone {
    float: left;
}
		#et-info-phone span {
		    text-align: center;
		}
		#et-info  .et-social-icons  {
			display: block;
			width: 100%;
		}
	#logo {
        max-width: 180px !important;
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto;
        clear: both;
        float: none;
        top: 4px;
    }
#sg-top-header img {
    float: none;
    margin-right: auto;
}	
	
/**** HEADER - Mobile ****/
#nobrainer-wrap {
    top: -110px;
}
	#hero {
    padding: 100px 0px 0px;
}
	#messaging-text {
	    display: block;
	    width: 100%;
	}
		#messaging-text h1 {
    font-size: 27px;
    max-width: 100%;
}
		#messaging-text h1 strong {
		    font-size: 60px;
		}
		#messaging-text h3 {
			line-height: 120%;
		}
	#messaging-text h3 {
    font-size: 22px;
	}
		
#testimonials .messaging-wrap .color-block-wrap {
	position: relative;
}



#header.conatiner-wrap {
    padding: 150px 0 0;
    position: relative;
    overflow: hidden;
}
	#header.conatiner-wrap:before {
	    display: none;
	}
	#header.conatiner-wrap h1 {
	    font-size: 55px;
	}
	.special-offer {
	    position: absolute;
	    width: 100%;
	    max-width: 360px;
	    text-align: center;
	    min-width: 100%;
	}	
	
#benefits-wrap ul li {
	max-width: 40%;
}

#footer-info {
    float: none;
    text-align: center;
	}
#benefits-wrap h2 { 
	font-size: 25px;
}
	#benefits-wrap ul li strong {
    font-weight: 500;
	font-size: 16px;
	}
#whatwebelieve h2 {
    font-size: 36px;
}
}