.wrwyr-header {
	margin-top: 210px;
	margin-bottom: 20px;
}

.wrwyr-flexbox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.wrwyr-flexbox1 {
	flex: 0 0 360px;
	padding-right: 80px;
	border-right: 2px solid #C83493;
}

.wrwyr-flexbox1 img {
	width: 100%;
}

.wrwyr-flexbox2 {
	flex: 1 1 100%;
	padding-left: 80px;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media only screen and (max-width: 899px) {
	.wrwyr-flexbox {
		flex-wrap: wrap;
	}
	
	.wrwyr-flexbox1 {
		padding-bottom: 40px;
		border-right: none;
		border-bottom: 2px solid #C83493;
	}
	
	.wrwyr-flexbox2 {
		flex: 0 0 100%;
		padding-left: 0;
		padding-top: 40px;
		padding-bottom: 0;
	}
}

.wrwyr-ip-section img {
	width: 100%;
	margin-top: 60px;
}

.wrwyr-flexbox2 p {
	font-size: 200%;
	margin: 0;
}

.wrwyr-ip-section {
	margin-bottom: 80px;
}

.wrwyr-ip-section h1 {
	font-size: 180%;
	font-family: "century-gothic";
	margin-top: 20px;
	color: black;
}

ol {
	list-style: none;
	counter-reset: my-awesome-counter;
	margin-left: 25px;
	margin-bottom: 20px;
}

ol li {
	counter-increment: my-awesome-counter;
	margin-bottom: 10px;
}

ol li::before {
  font-family: 'evelethclean_regular';
  content: counter(my-awesome-counter) ". ";
  color: #C83493;
  display: inline-block; 
  width: 25px;
  margin-left: -25px;
}

.wrwyr-other-section {
	margin-top: 80px;
	margin-bottom: 80px;
	background-color: #65C7C7;
	padding: 80px 0;
	text-align: center;
}

.wrwyr-smallprint {
	font-size: 60%;
	font-weight: bold;
	margin-bottom: 5px;
}

.wrwyr-tenant-flexbox {
	float: right;
	width: 50%;
	padding-left: 80px;
}

.wrwyr-tenant-flexbox img {
	max-width: 240px;
	max-height: 180px;
	float: right;
}

.wrwyr-tenant-feature-flexbox {
	/*  float: right;  */
	width: 100%;
	/*  padding-left: 80px;  */
}

.wrwyr-tenant-feature-flexbox img {
	max-width: 240px;
	max-height: 180px;
	margin-bottom: 20px;
}

.tenant-profiles {
	display: flex;
	padding-top: 20px;
}

.tenant-profile {
	flex: 0 0 25%;
}

.tenant-profile {
	padding-right: 20px;
	padding-bottom: 20px;
}

.tenant-profile p:first-of-type {
	margin-bottom: 10px;
}

.rtw-dyk-carousel {
	width: 100%;
}

.rtw-dyk-carousel .dyk-item {
	margin: 10px;
	background-color: white;
	border-radius: 4px;
	padding: 20px;
	min-height: 300px;
	box-shadow: 2px 2px 1px #163C48;
}

.rtw-dyk-carousel .dyk-item img {
	display: inline-block;
	width: 100px;
	height: auto;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
	.tenant-profiles {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 899px) {
	
	.wrwyr-tenant-flexbox,
	.wrwyr-tenant-feature-flexbox {
		float: left;
		width: 100%;
		padding-left: 0;
		padding-bottom: 160px;
	}
}

@media only screen and (max-width: 600px) {
	
	.tenant-profile {
		flex: 1 0 100%;
	}
	
	.tenant-profile:first-of-type {
		padding-right: 0px;
	}

	.tenant-profile:last-of-type {
		padding-left: 0px;
	}
}


.wrwyr-tech-corner {
	margin-bottom: 160px;
}

.tech-corner-flexbox {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -20px;
}

.tech-corner-item {
	flex: 0 0 320px;
	margin: 40px 0 20px 20px;
}

.tech-corner-item img {
	max-width: 180px;
	max-height: 180px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 540px) {
	.tech-corner-item {
		flex: 0 0 90%;
	}
}


/* ARCHIVE */

.rtw-archive-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	padding: 20px;
	height: auto;
	border-radius: 3px;
	background-color: #F7F7F6;
	margin-bottom: 20px;
	border-bottom: 1px solid #F6B11D;
}

.rtw-archive-box-img {
	flex: 0 0 360px;
	padding-right: 40px;
}

.rtw-archive-box-img img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 0;
}

.rtw-archive-box-details {
	flex: 1 0 20px;
}

.rtw-archive-box-details h1 {
	margin-top: 0;
}


.rtw-to-covid {
	margin-top: -40px;
	margin-bottom: 160px;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	border: 2px solid #F6B11C;
}

.rtw-photo-carousel {
	width: 100%;
}

.rtw-photo-carousel div {
	margin-right: 15px;
	margin-left: 5px;
}

.rtw-photo-carousel div img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.rtw-photo-carousel div p {
	margin-bottom: 0;
	font-size: 70%;
	font-weight: bold;
}








