.LeftYouTube {

	width: 460px;
	height: 262px;
	float: left;
	margin: 10px 20px 0px 0px;

}

.WithMobileBR br {
	display: inline
}

H1.TMEBlue {
	color: #2dabec;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 2.5em;
	display: block;
	margin: 0px 0px 0px 0px;
}

H1.TMEBlueSmall {
	color: #2dabec;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 1.25em;
	display: block;
	margin: 0px 0px 0px 0px;
}

#WhatWeCanDoForYou ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 120px;
}
#WhatWeCanDoForYou ol li {
  margin: 0px 0px 50px 20px;
  padding: 0px 0px 0px 20px;
 counter-increment: my-awesome-counter;
  position: relative;
}
#WhatWeCanDoForYou ol li::before {
	content: counter(my-awesome-counter);
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	color: #ffffff;
	font-size: 100px;
	font-weight: bold;
	position: absolute;
	--size: 140px;
	left: calc(-1 * var(--size) - 10px);
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	top: 0;
	background: #67318f;
	border-radius: 50%;
	text-align: center;
}



#RentalApplicants ul {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-top: 20px;
  padding-left: 20px;
}

#RentalApplicants ul li {
  margin: 0px 0px 10px 10px;
  padding: 0px 0px 0px 10px;
 counter-increment: my-awesome-counter;
  position: relative;
}

#RentalApplicants ul li::before {
	content: counter(my-awesome-counter);
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	color: #2dabec;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	--size: 16px;
	left: calc(-1 * var(--size) - 10px);
	line-height: var(--size);
	width: var(--size);
	height: var(--size);
	top: 10px;
	background: #2dabec;
	border-radius: 50%;
	text-align: center;
}

.LinkWrapper1 {
/* 
	box-shadow: -5px -5px 10px rgba(103,49,143,0.3), 5px 5px 10px rgba(103,49,143,0.4);
 */
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 20px 0px;
	position: relative;
}

.Link1 {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	letter-spacing: 5px;
	font-size: 24px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background: #67318f;
	width: 900px;
	vertical-align: middle;
	position: absolute;
	bottom: -30px;
	right: 0px;
	clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%);
}

.Link1 * {
	color: #ffffff !important;
}

.Link1:hover  * {
	color: #2dabec !important;
}

.Link1:active  * {
	color: #ffcd46 !important;
}


.Link1BR {
	display: none;
}

.RightWhiteArrow {
	font-size: 24px;
	color: inherit;
}



@media screen and (max-width: 980px) {

	H1.TMEBlue {
		font-size: 5vw;
	}

	#WhatWeCanDoForYou ol {
	  counter-reset: my-awesome-counter;
	  list-style: none;
	  padding-left: 14vw;
	}
	#WhatWeCanDoForYou ol li {
		margin: 0px 0px 7vw 0.5vw;
		padding: 0px 0px 0px 1vw;
		counter-increment: my-awesome-counter;
		position: relative;
	}
	#WhatWeCanDoForYou ol li::before {
		content: counter(my-awesome-counter);
		font-family: 'Oswald';
		font-style: normal;
		font-weight: 400;
		color: #ffffff;
		font-size: 11vw;
		font-weight: bold;
		position: absolute;
		--size: 14vw;
		left: calc(-1 * var(--size) - 10px);
		line-height: var(--size);
		width: var(--size);
		height: var(--size);
		top: 0;
		background: #67318f;
		border-radius: 50%;
		text-align: center;
	}
}

@media screen and (max-width: 930px) {

	.Link1 {
		font-size: 2.4vw;
		padding: 10px 10px 10px 10px;
		margin: 0px 0px 0px 0px;
		text-align: right;
		background: #67318f;
		width: 94vw;
		vertical-align: middle;
		position: absolute;
		bottom: -3vw;
		right: 0px;
		clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	.RightWhiteArrow {
		font-size: 2.4vw;
	}
}

@media screen and (max-width: 767px) {

	.LeftYouTube {

		width: 88vw;
		height: calc(83vw * .57);
		float: none;
		margin: 10px 0px 10px 0px;
		display: block

	}

	.WithMobileBR br {
		display: none
	}

	#RentalApplicants ul li {
	  margin: 0px 0px 10px 0px;
	  padding: 0px 0px 0px 0px;
	}
	#RentalApplicants ul li::before {
		font-size: 14px;
		top: 9px;
		--size: 14px;
	}

	H1.TMEBlue {
		margin: 0px 0px 3px 0px;
	}
}

@media screen and (max-width: 730px) {

	.Link1 {
		font-size: 22px;
		padding: 10px 10px 10px 10px;
		width: 500px;
	}
	
	.RightWhiteArrow {
		font-size: 22px;
	}
	
	.Link1BR {
		display: inline;
	}

	.LinkWrapper1 {
		padding: 0px 0px 0px 0px;
		margin: 50px 0px 20px 0px;
		position: relative;
	}
}

@media screen and (max-width: 600px) {

	#WhatWeCanDoForYou ol {
	  padding-left: 17vw;
	  padding-right: 10px;
	}

	#RentalApplicants ul li::before {
		font-size: 12px;
		top: 8px;
		--size: 12px;
		
	H1.TMEBlue {
		margin: 0px 0px 6px 0px;
	}
}

@media screen and (max-width: 530px) {

	.LinkWrapper1 {
		margin: 0px 0px 0px 0px;
		position: relative;
	}

	.Link1 {
		font-size: 4.5vw;
		padding: 5px 10px 5px 5px;
		width: 92vw;
		letter-spacing: 1px;
	}
	
	.RightWhiteArrow {
		font-size: 4.5vw;
	}
	

	.LinkWrapper1 {
		padding: 0px 0px 0px 0px;
		margin: 50px 0px 20px 0px;
		position: relative;
	}
}

