/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */

/*====homepage baughs message ====*/
.learn-button {
		background-color: #A3D65C; 
		color: white;
		font-weight: bold;
		font-size: 40px;
		border: none;
		border-radius: 25px;
		padding: 12px 30px;
		cursor: pointer;
		display: inline-block;
		width: 250px;
		}

		.intro-about-ei-bio{
		text-align: center;
		}
		.intro-about-ei {

		border: 2px solid;
		border-color: #A3D65C;
		border-radius: 25px;
		padding: 12px 30px;
		text-align: center;
		height: 550px;
		}
		.intro-about-ei tr {
		padding: 10px;
		}




.message-container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}

.image-container {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.dean-photo {
    width: 100%;
    height: auto;
    display: block;
}

.text-container {
    flex: 1;
}




/* ------------------*/
/*        global     */
/* ------------------*/
.background-black{
	background-color: black;
}
.page-header {
    padding-bottom: 80px;
    border-bottom: 1px solid black;
    margin-bottom: 0px;
}

/* ------------------*/
/*        home       */
/* ------------------*/

.ei-region-heading {
    text-align: center;
    color: white;
    font-size: 4vw;
    font-family: 'Rajdhani';
    font-weight: 600;
}
.ei-body-text {
    color: white;
    text-align: center;
    font-family: 'Rajdhani';
    padding: 0px 10vw;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 100;
}
.icon-wrapper {
    height: 4vh;
    width: auto;
}

.phase-icon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.icon-text {
    font-family: 'Rajdhani';
    font-size: 30px;
    font-weight: 600;
}
.ei-quiz-wrapper {
    text-align: center;
    font-family: 'Rajdhani';
    font-weight: 600;
}

.events-bg-img{
	background-image: url("https://www.uvu.edu/woodbury/entrepreneurship/images/homepage-events-bg.png");
	height: 30vh;
	padding-bottom: 70px;
	background-repeat: no-repeat;
	background-size: cover;
}
.welift-bg-img{
	background-image: url("https://www.uvu.edu/woodbury/entrepreneurship/images/homepage-welift-bg.png");
	height: 30vh;
	padding-bottom: 70px;
	background-repeat: no-repeat;
	background-size: cover;
}
.ei-header {
    font-size: 18vh;
}

.header-text-wrapper {
    width: 50vw;
}
.button-pading {
	padding: 40px;	
}
/* ========  stat section ========== */
.stat-sec {
    width: 100vw;
}

.ei-stat-table {
    width: 100vw;
}

.stat-region {
    width: 110vw;
    padding-left: 0;
    padding-right: 0;
}
h3.stat-title {
    color: #78be20;
    font-size: 50px;
    font-weight: 600;
	text-align: center;
}

.stat-ei-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p.stat-sub-txt {
    color: #78be20;
    font-family: 'Rajdhani';
    font-size: 20px;
    text-align: center;
}


/*------- cards -------*/
 .grid-section .transform-grid-cell {
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #78BE20;
	transition: 0.3s ease-in-out all;
}
.grid-section h3,  {
	color: white;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
}
.grid-section h3 span{
	font-size: 18px;
	font-weight: 200;
	display: block;
}
.grid-section .transform-grid-cell a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.grid-section .transform-grid-cell, .integrated .transform-grid-cell {
	background-color: black;
}
.grid-section .transform-grid-cell:focus{
	background-color: #78BE20;
	cursor: pointer;
}
/*-----coaching section-------*/
.ei-coaching-background{
	    background-image: url(https://www.uvu.edu/woodbury/entrepreneurship/images/coaching-background.png);
    background-color: black;
    background-repeat: no-repeat;
    background-size: 700px;
    height: 70vh;
}
.ei-coaching-sub-text{
    font-family: 'Rajdhani';
    text-align: center;
    font-weight: 400;
    font-size: 4vh;
/*     text-align: center; */
	text-align: left;
    padding-top: 15vh;	
	    padding-left: 30px;
}
.ei-coaching-header {
    font-size: 65px;
    font-family: 'Rajdhani';
    text-align: center;
    font-weight: 900;
    padding-top: 20vh;
    text-transform: uppercase;
}

/*--- resourse section ----*/
.button-solid-fern-ei:hover, .button-solid-fern-ei:focus {
    color: white;
    border-color: #78BE20;
	background: #78BE20 ;
}
.button-solid-fern-ei {
    background-color: black;
    /* border: 2px solid #78BE20; */
    color: white;
	
}
.button-solid-ei {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    border: 2px solid #78BE20;
    padding: 15px 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.ei-res-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*-----text heading------*/
.ei-sub-headings {
    font-size: 50px;
    font-family: 'Rajdhani';
    font-weight: 600;
    text-transform: uppercase;
}
/* ------------------*/
/*      programs     */
/* ------------------*/
.ei-spacer{
	padding-right: 20px;
}
.programs-sub-header {
    font-size: 30px;
    color: #78BE20;
		font-weight: 600;

}
.programs-header {
    font-size: 70px;
	font-weight: 900;
    color: #78BE20;
}
.program-question-header-wrapper {
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.program-question-header-button {
	padding: 20px;
}
/*----------------------------------------------------------------*/

/*quick fix Newer Styles */
.card-content {
	height: auto;	
}

.lecture-cards .transform-grid {
	width: 95%;
	margin: 0 2.5%;
	margin-bottom: 60px;
}

.lecture-cards .transform-grid-cell {
	background-color: white;
	padding: 20px;
}

.lecture-cards .transform-grid-cell img {
	width: 60%;
	margin: 10px 20%;
}

.lecture-cards .transform-grid-cell:nth-child(3n + 1) {
	border-top: 3px solid #02847b;
}

.lecture-cards .transform-grid-cell:nth-child(3n) {
	border-bottom: 3px solid #02847b;
	margin-bottom: 40px;
}

.lecture-cards .transform-grid-cell h2 {
	padding: 0;
	margin: 0;
}

.lecture-cards .transform-grid-cell h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

.lecture-cards .transform-grid-cell:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: -1;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,.15);
}

/* Picture Card Styles */
.link-cards .card-picture-2 img.card-picture-img {
	height: 200px;
}

/* ML Form Style Fixes */
.sign-up-form form {
	padding: 20px;
}

.sign-up-form .ml-subscribe-form form .ml-form-interestGroupsRowCheckbox {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 5px;
}

.sign-up-form form .ml-form-interestGroupsRowCheckbox label input {
	margin-right: 10px;
}

.sign-up-form form .ml-form-interestGroupsRowCheckbox .label-description {
	font-weight: 600;
}

.sign-up-form form .ml-form-interestGroupsRowCheckbox .description {
	display: block;
	width: 100%;
	padding-left: 23px;
	margin-top: -10px;
	margin-bottom: 10px;
	font-style: italic;
}

.sign-up-form form .ml-validate-required {
	display: flex;
	align-items: center;
	padding: 5px;
	font-weight: 600;
}

.sign-up-form form .ml-validate-required  p {
	margin-bottom: -8px;
}

.ml-form-embedContent h4 {
	font-weight: 600;
	font-size: 1.25rem;
}

.ml-field-group.ml-field-email.ml-validate-email.ml-validate-required {
	width: 100%;
	margin-bottom: 20px;
}

.ml-form-recaptcha.ml-validate-required {
	padding-bottom: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.ml-form-recaptcha.ml-validate-required .g-recaptcha:nth-child(2){
	height: 80px;
}

.ml-form-embedSubmit button {
	padding: 15px 35px;
	background-color: #595478;
	color: white;
	border: none;
	transition: 0.25 ease-in-out all;
	text-transform: uppercase;
	font-size: 0.9rem;
	letter-spacing: 1px;
	margin-left: 5px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

.ml-form-embedSubmit button:hover, .ml-form-embedSubmit button:focus {
	background-color: #3e3b54;
	cursor: pointer;
}

/*---------------------------------------*/
/* 				Blog Styles				 */
/*---------------------------------------*/
/* Blog Styles */
.listing-post {
	border: none;
	border-top: 3px solid #0095c8;
	box-shadow: 0 0 4px rgba(0,0,0,.2);
	margin: 15px;
}

.listing-post-details .listing-post-title a {
	color: black !important;
	font-weight: 700 !important;
}

.listing-post a.read-more {
	padding: 0 !important;
	padding-top: 15px !important;
	display: block;
	float: none;
	letter-spacing: 0.5px;
}

.listing-post a.read-more:hover, .listing-post a.read-more:target, .listing-post a.read-more:focus {
	color: black !important;
}

.listing-post a, .posts-by-tag a, .recent-list a, ul.archive-month ul li a {
	color: #0095c8 !important;
}

ul.archive-month h4 {
	color: black !important;
}

.listing-post a.read-more:after {
	font-family: 'fontawesome';
	content: '\f178';
	font-size: 14px;
	margin-left: 10px;
	transition: 0.2s ease all;
}

.listing-post:hover a.read-more:after, .listing-post:target a.read-more:after, .listing-post:focus a.read-more:after {
	margin-left: 15px;
	color: black;
}

.lecture-blog .listing-post {
	padding: 40px;
	padding-top: 20px;
}

.lecture-blog .post-date {
	padding-bottom: 15px;
	text-align: left;
}

.lecture-blog .listing-post-thumbnail {
	margin-bottom: 15px;
}

/* End Blog Styles */
/* Older styles */
.wide40 {
	padding-right: 5px;
	width: 40px;
}

.card-highlight {
	border-top: 3px solid #0095c8;
	border-bottom: 3px solid #0095c8;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
	padding: 20px;
	margin-bottom: 40px;
	width: 100%;
}

.card-highlight.border-orange {
	border-top: 3px solid #d45d00;
	border-bottom: 3px solid #d45d00;
}

.card-highlight.border-purple {
	border-top: 3px solid #595478;
	border-bottom: 3px solid #595478;
}

.card-highlight.border-yellow {
	border-top: 3px solid #ffb500;
	border-bottom: 3px solid #ffb500;
}

.card-highlight.border-aqua {
	border-top: 3px solid #02847b;
	border-bottom: 3px solid #02847b;
}

a.eventsButton {
	color: #434344;
}

.eventsButton:hover {
	background-color: #595478;
}

.whitetext {
	color: #fff !important;
}

span.registrationClosed {
	color: #434344;
}

.cardButton1.registrationClosed:hover {
	color: #434344;
	background-color: #fff;
}

.card-highlight p {
	color: #666;
	line-height: 20px;
}

.pictureCard2 p a {
	color: #0095c8;
}

.pictureCard2 h3 {
	font-size: 22px;
}

.content-wrap .resourceGrid h2, .content-wrap .resourceGrid h3 {
	color: white;
	font-weight: 500;
}

.button-border.button-orange {
	border-color: #eac1a1;
}

.sub-page-header {
	max-height: 250px;
}

.tri-corner:after {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 100px solid #595478;
	border-left: 100px solid transparent;
	bottom: 0px;
	right: 0px;
	position: absolute;
}

.page-header {
	border-bottom: 0px;
}

.button-border.button-purple {
	border-color: #b6b4c3;
}

.flex-grid-cell {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.home-6-buttons .pictureCard3 a {
	background-color: #ffffff;
	color: black;
	margin: 15px 0px 0px 0px;
	font-weight: bold;
}

.home-6-buttons .pictureCard3 a:hover, .home-6-buttons .pictureCard3 a:focus {
	background-color: black;
	color: white;
}

.my-button {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

/* Colored Buttons*/
.pictureCard3 a.button-orange, .pictureCard3 a.button-gold, .pictureCard3 a.button-purple, .pictureCard3 a.button-aqua, a.button-blue {
	border-color: white;
}

/* Orange */
.button-border.button-orange:hover, .pictureCard3 a.button-orange:hover {
	border-color: #d45d00;
	color: #d45d00;
	background-color: white;
}

.button-border.button-orange, .pictureCard3 a.button-orange {
	background-color: #d45d00;
	color: white;
}

/* Gold */
.button-border.button-gold:hover, .pictureCard3 a.button-gold:hover {
	border-color: #ffb500;
	color: #ffb500;
	background-color: white;
}

.button-border.button-gold, .pictureCard3 a.button-gold {
	background-color: #ffb500;
	color: white;
}

/* Purple */
.button-border.button-purple:hover, .pictureCard3 a.button-purple:hover {
	border-color: #595478;
	color: #595478;
	background-color: white;
}

.button-border.button-purple, .pictureCard3 a.button-purple {
	background-color: #595478;
	color: white;
}

/* Aqua */
.button-border.button-aqua:hover, .pictureCard3 a.button-aqua:hover {
	border-color: #02847b;
	color: #02847b;
	background-color: white;
}

.button-border.button-aqua, .pictureCard3 a.button-aqua {
	background-color: #02847b;
	color: white;
}

/* Blue */
.button-border.button-blue:hover, .pictureCard3 a.button-blue:hover {
	border-color: #0095c8;
	color: #0095c8;
	background-color: white;
}

.button-border.button-blue, .pictureCard3 a.button-blue {
	background-color: #0095c8;
	color: white;
}

/* End Buttons*/
/* Aqua overrides*/
.text-aqua {
	color: #02847b;
}

.bg-aqua {
	background-color: #02847b;
}

.button-border {
	transition: 0.556s;
}

/*  WE LIFT BANNER SECTION  */
.welift-banner {
	padding-top: 50px;
	padding-bottom: 60px;
	margin-bottom: -25px;
}

.banner-flex {
	margin: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 15%;
}

.welift-banner.bg-purple-d1 .banner-flex .welift-banner-logo img {
	width: 80%;
	margin: 0 10%;
	margin-bottom: 40px;
}


.mtn-separator {
	margin-top: -120px;
}

.mtn-separator-purple {
	display: none;
}

/****** Background Images *******/
.top-accent {
	background-image: url(https://www.uvu.edu/woodbury/entrepreneurship/images/websitetopaccent.png);
	background-repeat: no-repeat;
	padding-top: 250px;
}

.bgimg-events {
	background-image: url(https://www.uvu.edu/woodbury/entrepreneurship/images/eventsbanner.png);
	background-repeat: no-repeat;
	height: 500px;
	background-position: center;
	background-size: cover;
}

.eclub-banner {
	background-image: url(https://www.uvu.edu/woodbury/entrepreneurship/images/homepage/eclub-banner.jpg);
	background-repeat: no-repeat;
	height: 450px;
	background-position: top;
	background-size: cover;
}

.bg-overlay {
	background-color: rgba(0,0,0,.5);
	height: 450px;
	width: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 20px  15%;
}

/* blue button within eclub-banner and welift-banner */
.eclub-banner .button-solid-blue, .welift-banner .button-solid-blue {
	transition: 0.2s ease-in-out all;
}
.eclub-banner .button-solid-blue:hover,
.eclub-banner .button-solid-blue:target,
.eclub-banner .button-solid-blue:focus,
.welift-banner .button-solid-blue:hover,
.welift-banner .button-solid-blue:target,
.welift-banner .button-solid-blue:focus {
	background-color: #4db5d9;
	border-color: #4db5d9;
}

/******End Background Images *******/
.deptcontainerbox {
	position: relative;
}

.dept-name-text {
	text-align: center;
	color: #ffffff;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 5px;
}

.dept-info-text {
	color: #ffffff;
	font-size: 17px;
	position: relative;
	bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.img-wrap img {
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.img-wrap a {
	overflow: hidden;
	height: 100%;
	display: block;
	background-color: black;
}

.img-wrap h2 {
	font-size: 2.4em;
	text-shadow: 1px 1px 24px black;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	text-align: center;
	width: 85%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
}

.img-wrap .img-wrap-p {
	text-shadow: 1px 1px 24px black;
	text-align: center;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	width: 85%;
	color: white;
	font-size: 19px;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
}

.img-wrap:hover img {
	-ms-transform: scale(1.1);
	/* IE 9 */
	-webkit-transform: scale(1.1);
	/* Safari */
	transform: scale(1.1);
	opacity: .7;
}

.img-wrap span {
	display: none;
}

.img-wrap:hover .img-wrap-p {
	opacity: 1;
}

.img-wrap:hover h2 {
	opacity: 0;
}

.img-wrap:hover .about {
	opacity: 1;
}

.width-300 {
	width: 300px;
}

/* Resource */
.iframe-box {
	background-color: #595478;
	border-radius: 8px;
	box-shadow: 0px 0px 20px 3px #000;
	margin-bottom: 70px;
}

/*------------ Resources Blog Listing Styles -------------*/
.resources.featured-post {
	margin: 20px 0;
	padding-bottom: 30px;
}

.resources.featured-post:first-child {
	border-top: 1px solid #ededed;
}

.resources.featured-post {
	border-bottom: 1px solid #ededed;
}

.resources.featured-post:nth-child(1) .featured-title a {
	color: #d45d00;
}

.resources.featured-post:nth-child(2) .featured-title a {
	color: #0095c8;
}

.resources.featured-post:nth-child(3) .featured-title a {
	color: #02847b;
}

.resources.featured-post:nth-child(4) .featured-title a {
	color: #595478;
}

.resources.featured-post .featured-title a {
	font-size: 75%;
}

.resources.featured-post div {
	display: flex;
	justify-content: center;
}

.resources.featured-post div div {
	flex-direction: column;
}
.tr-wrapper {
    display: flex;
    flex-direction: column;
}
.heading-scattered-line-bottom {
    padding-left: 0px;
}
.heading-wrapper{
	display: flex;
    flex-direction: column;
    text-align: center;
}
.heading-scattered-line-bottom {
    padding-left: 0px;
}

/* ====================== Mobile (Overrides Mobile Styles) ========================== */
@media only screen and (max-width: 768px) {
.header-text-wrapper {
    width: 60vw;
}
.ei-header {
    font-size: 5vh;
}
/* ======= stats ======*/	
.stat-flex{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.stat-line {
	 width: 0;
}
/* ======= big letters ======*/	
.events-bg-img {
    background-image: url(https://www.uvu.edu/woodbury/entrepreneurship/images/homepage-events-bg.png);
    height: 10vh;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.welift-bg-img {
    background-image: url(https://www.uvu.edu/woodbury/entrepreneurship/images/homepage-welift-bg.png);
    height: 10vh;
    padding-bottom: 0px;
}

/* ======= coaching background ======*/		
.ei-coaching-background {
    background-image: url(https://www.uvu.edu/woodbury/entrepreneurship/images/coaching-background.png);
    background-color: black;
    background-repeat: no-repeat;
    background-size: 400px;
    height: 30vh;
}
.ei-coaching-header {
    font-size: 7vh;
    font-family: 'Rajdhani';
    text-align: center;
    font-weight: 900;
    padding-top: 10vh;
    text-transform: uppercase;
}
.ei-coaching-sub-text {
    font-family: 'Rajdhani';
    text-align: center;
    font-weight: 400;
    font-size: 2vh;
    /* text-align: center; */
    text-align: left;
    padding-top: 0vh;
    padding-left: 30px;
}
	.program-question-header-wrapper {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {

	.my-flex {
		display: -webkit-flex;
		display: flex;
	}

	.width-318 {
		width: 318px;
	}

	/* Sign up form */
	.ml-field-group.ml-field-email.ml-validate-email.ml-validate-required {
		width: 50%;
		margin-bottom: 20px;
	}

	.welift-banner.bg-purple-d1 .banner-flex {
		flex-direction: row;
		align-items: center;
	}

	.welift-banner.bg-purple-d1 .banner-flex .welift-banner-logo {
		width: 40%;
	}
	.welift-banner.bg-purple-d1 .banner-flex .welift-banner-content
	{
		width: 60%;
	}
	.tr-wrapper {
    display: flex;
    flex-direction: row;
	}
	.card-picture{
			width: 22vw;
	}
	.heading-scattered-line-bottom {
    	padding-left: 160px;
	}
}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	.ei-header {
    font-size: 8vh;
}	
td.td-ei {
    width: 15vw;
}
	/* Newer Styles */ .lecture-cards .transform-grid-cell {
		border-top: 3px solid #02847b;
		border-bottom: 3px solid #02847b;
		padding: 20px;
		margin: 20px 0;
	}

	.lecture-cards .transform-grid-cell:nth-child(3n + 1) img {
		width: auto;
		margin: auto;
		margin-bottom: 40px;
	}

	.lecture-cards .transform-grid-cell:nth-child(3n + 1) img:last-of-type {
		width: auto;
		margin-bottom: 10px;
	}

	.lecture-cards .transform-grid-cell:nth-child(3n) {
		margin-bottom: 20px;
	}

	/*  WE LIFT BANNER SECTION  */
	.welift-banner {
		padding-bottom: 0;
	}

	.mtn-separator-purple {
		display: block;
		padding: 0;
	}

	.welift-banner.bg-purple-d1 .region:nth-child(1) {
		z-index: 2;
	}
}

/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	/*---------------------------------------*/ /* 				Blog Styles				 */ /*---------------------------------------*/ 
	.listing-post .post-date {
		text-align: right;
	}

	.listing-post a.read-more {
		position: absolute !important;
		right: 20px !important;
	}

	.mtn-separator-purple {
		margin-top: -100px;
	}


}

/*end media query*/

@media only screen and (min-width: 1920px) {
	.mtn-separator-purple {
		margin-top: -100px;
	}
}
/*End desktop only styles*/
/*END OF DOCUMENT*/
