@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&family=Poppins:wght@400;500;600;700&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}
#index, #about, #services, #participants, #locations, #stats, #how-to-peer, #contact, #terms {
	width: 100%;
	height: auto;
	overflow-x: hidden;	
}

/**
 * ----------------------------------------
 * Variables
 * ----------------------------------------
 */
:root {
	/********** Colors **********/
	--white: #ffffff;
	--light-grey: #f3f3f4;
	--med-grey: #969696;
	--dark-grey: #595959;
	--black: #000000;
	--soft-black: #171717;
	--cityix: #072854;
	--cityix-light: #e9292f;
	--cityix-dark: #00152A;
	--table-active: #8AD6FF;
    --font-family-serif: pt serif;
    --font-family-sans-serif: Poppins;
	/********** Images **********/
	--home-header: url(/img/lincoln-header.jpg);
	--why-peer: url(/img/why-peer.jpg);
	--location1:  url(/img/134-s-13th.jpg);
	--desmoines: url(/img/desmoines-location.jpg);
	--houston: url(/img/houston-location.jpg);
	--springfield: url(/img/springfield-location.jpg);
	--stlouis: url(/img/stlouis-location.jpg);
	--sioux: url(/img/sioux-location.jpg);
	--kansascity: url(/img/kansascity-location.jpg);
	
}

/**
 * ----------------------------------------
 * Other City IX Colors - Swap with cityix
 * ----------------------------------------
 	SPRINGIX #007dc3;
	KCIX #174885;
	HOUIX #072854;
	STLIX #ca0e00;
	DESMOINESIX #779f00;
 
 Add darker or lighter shades of these colors as needed for accessibility, and swap with cityix-dark/cityix-light.
 Always run a lighthouse audit to ensure that there is enough contrast between forground and background colors.
 
 **/


/********** Fonts **********/
body {
	font-family: var(--font-family-serif);
	font-size: 17px;
}
h1 {
	font-family: var(--font-family-sans-serif);
	font-size: 6.176rem;
	font-weight: 700;
	line-height: 95px;
	color: var(--white);
}
h2 {
	font-family: var(--font-family-sans-serif);
	font-size: 2.441rem;
	font-weight: 500;
	line-height: 50px;
	color: var(--black);
	margin-bottom: 15px;
	text-transform: capitalize;
	text-align: center;
}
h3 {
	font-family: var(--font-family-sans-serif);
	font-size: 1.953rem;
	font-weight: 500;
	color: var(--black);
}
h4 {
	font-family: var(--font-family-sans-serif);
	font-size: 1.559rem;
	font-weight: 500;
	color: var(--black);
}
p {
	font-family: var(--font-family-serif);
	font-size: 1rem;
	line-height: 30px;
	color: var(--dark-grey);
}
a {
	font-family: var(--font-family-sans-serif);
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: var(--black);
}


/********** Icons **********/
i.ph-icon {
	color: var(--cityix-light);
	font-size: 50px;
}


/********** Home Page Starts **********/
/* Home Page Header */
.header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 80px 333px;
	width: 100%;
	height: 760px;
	background-image: var(--home-header);
	background-size: cover;
	background-position: 50% 80%;
}
.header h1 {
	text-align: left;
	margin-bottom: 30px;
	white-space: nowrap;
}
.header h2 {
	font-size: 2rem;
	font-weight: 400;
	color: var(--white);
	line-height: 40px;
	text-transform: none;
	text-align: left;
}
.cta {
	background-color: var(--cityix-light);
	padding: 15px;
	border-radius: 5px;
	position: relative;
	margin-top: 40px;
	display: inline-block;
	color: var(--white);
}
.cta:hover {
	filter: brightness(85%);
}

/* What is IX */
.whatis-wrapper {
	padding: 80px 333px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: var(--light-grey);
}
.whatis-wrapper p {
	text-align: center;
	width: 80%;
}
.icon {
	width: 50px;
	height: auto;
}
.cards {
	display: flex;
	margin-top: 60px;
}
.cards h3 {
	font-size: 1.3rem;
	white-space: nowrap;
	line-height: 20px;
	text-align: left;
	text-transform: capitalize;
	margin-top: 20px;
}
.cards p {
	text-align: left;
	width: 100%;	
	margin-top: 20px;
}
#card1, #card2, #card3, #card4 {
	display: flex;
	flex-direction: column;
	background-color: var(--white);
	width: 275px;
	height: auto;
	margin: 0 22px;
	padding: 20px;
	z-index: 1;
}

/* Why Peer */
.whypeer-wrapper {
	padding: 80px 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.whypeer-wrapper p {
	text-align: center;
	width: 80%;
}
.whypeer-inner-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 5ch;
	margin-top: 40px;
}
.whypeer-image {
	width: 50%;
	height: 280px;
	background-image: var(--why-peer);
	background-size: cover;
	border-radius: 10px;	
}
.whypeer-list {
	width: 50%;	
}
.whypeer-list h3 {
	color: var(--cityix-light);
	margin-top: 10px;
}
.whypeer-list h3:first-child {
	margin-top: 0;
}
.whypeer-list p {
	text-align: left;
	width: 90%;
	line-height: 20px;
}

/* Peering Request Form */
.peering-wrapper {
	background-image: url(/img/background.jpg);
	background-size: cover;
	padding: 80px 333px;
}
.peering-wrapper h2 {
	color: var(--white);
	text-align: left;
}
.peering-wrapper h3 {
	color: var(--med-grey);
	font-size: 1.75rem;
	margin-top: -10px;
}
.peering-cta {
	display: inline-block;
}
/********** Home Page Ends **********/


/********** About Page Starts **********/
/* Header */
.small-header {
	align-items: center;
	height: 300px;
	background-position: 50% 60%;
}

/* History */
.body-content-wrapper, .history-wrapper {
	padding: 80px 333px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.body-content-inner, .history-inner-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%;
}
.content-wrapper {
	width: 100%;
}
.content-wrapper h4 {
	text-transform: capitalize;
}
.content-wrapper p {
	margin-bottom: 30px;
}
.content-wrapper ul {
	list-style: none;
	font-family: var(--font-family-serif);
	color: var(--dark-grey);
	font-size: 1rem;
}
.content-wrapper ul li:before {
	content: "\2022";
	color: var(--cityix);
	margin-right: 0.5em;
}
.image-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
#about-image {
	background: var(--why-peer) 20% 50% no-repeat;
	object-fit: cover;
	width: 290px;	
	height: 290px;
	border-radius: 50%;
	box-shadow: 3px 3px 5px #ddd;
}
.content-img-rounded {
	background: var(--why-peer) 40% 50% no-repeat;
	background-size: cover;
	width: 290px;	
	height: 290px;
	border-radius: 50%;
	box-shadow: 3px 3px 5px #ddd;
}
#circle1 {
	background-color: var(--cityix);
	width: 105px;
	height: 105px;
	border-radius: 50%;
	position: relative;
	left: 220px;
	top: 20px;
	opacity: 90%;
}
#circle2 {
	background-color: var(--black);
	width: 55px;
	height: 55px;
	border-radius: 50%;
	position: relative;
	left: 10px;
	top: 120px;
	opacity: 90%;
}

/* FAQ */
.faq-wrapper {
	padding: 80px 333px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: var(--light-grey);
}
.faq-wrapper a {
	color: var(--cityix);
	font-weight: 500;
	text-transform: none;
}
.accordion-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin-top: 30px;
}
.accordion-wrapper summary {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--dark-grey);
	font-family: var(--font-family-sans-serif);
	font-size: 1.2rem;
	font-weight: 500;
	color: var(--black);
}
.accordion-wrapper img {
	width: 20px;
	height: 20px;
}
details {
	width: 100%;
	max-width: 1000px;
}
summary {
	background: #f2f2f2;
	cursor: pointer;
	padding: 15px;
}
.accordion-wrapper p {
	padding: 15px;
	margin: 0;
	background: #f2f2f2;
}
#contact-question {
	margin-top: 30px;
}
#contact-question a {
	color: var(--black);
}
#contact-question a:hover {
	color: var(--cityix);
}
/********** About Page Ends **********/


/********** Service Page Starts **********/
.services-inner-wrapper {
	display: flex;
	flex-direction: column;
}
.services-inner-wrapper .content-wrapper {
	border-bottom: 2px solid var(--dark-grey);
	margin-bottom: 30px;
}
.services-inner-wrapper .content-wrapper:nth-child(3) {
	margin-bottom: 0;
}
.services-inner-wrapper .content-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.content-wrapper i {
	margin-right: 20px;
	margin-top: 10px;
}
/********** Service Page Ends **********/


/********** Participants Page Starts (table styling is on its own stylesheet) **********/
.participants-wrapper {
	padding: 80px 290px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: var(--white);
}
.partner-ix {
	padding: 80px 220px;
	background-color: var(--light-grey);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.partner-card-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2ch;
	justify-content: center;
	align-items: center;
}
.partner-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: var(--white);
	width: 250px;
	height: 210px;
	margin-top: 40px;
}
.partner-card img {
	height: 30px;
	width: auto;
	margin-bottom: 15px;
}
.partner-card .cta {
	background-color: var(--cityix-light);
	margin-top: 20px;
	color: var(--black);
	padding: 10px;
}
/********** Participants Page Ends **********/


/********** Locations Page Starts **********/
.location-wrapper {
	display: flex;
	flex-direction: column;
	gap: 3ch;
}
#second-location {
	margin-bottom: 30px;
}
.divider {
	border-top: 2px solid var(--cityix);
	border-right:  2px solid var(--cityix);
	border-left: 2px solid var(--cityix);
	width: 100%;
	height: 100px;
	margin-bottom: -80px;
}
.divider2 {
	border-bottom: 8px solid var(--white);
	width: 80%;
	height: 100px;
	margin-top: -143px;
}
.divider-bottom {
	border-bottom: 2px solid var(--cityix);
	border-right:  2px solid var(--cityix);
	border-left: 2px solid var(--cityix);
	width: 100%;
	height: 100px;
	margin-top: -80px;
}
.divider-bottom2 {
	border-bottom: 8px solid var(--white);
	width: 80%;
	height: 100px;
	margin-top: -125px;
}
.content-wrapper h4 {
	font-size: 1rem;
	color: var(--dark-grey);
}
.location-inner-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20ch;
}
.location-inner-wrapper h4 {
	white-space: nowrap;
}
.location-inner-wrapper a {
	color: var(--cityix-light);
	text-transform: none;
	font-size: 0.95em;
}
.location-inner-wrapper ul {
	margin-bottom: 10px;
	margin-top: 10px;	
}
#second-image {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);	
}
.location-inner-wrapper .content-img-rounded {
	width: 270px;	
	height: 270px;
}
.location-inner-wrapper  #circle1 {	
	left: 200px;
	top: 20px;	
} 
.location-inner-wrapper  #circle2 {
	left: 10px;
	top: 95px;
}
.first-image {
	background-image: var(--location1);
	background-position: 40% 40%;
}
.desmoines-image {
	background-image: var(--desmoines);
	background-position:	40% 50% no-repeat;
}
.houston-image {
	background-image: var(--houston);
	background-position:	40% 50% no-repeat;
}
.springfield-image {
	background-image: var(--springfield);
	background-position: 40% 50% no-repeat;
}
.stlouis-image {
	background-image: var(--stlouis); 
	background-position: 10% 20% no-repeat;
}
.sioux-image {
	background-image: var(--sioux);
	background-position: 95% 100% no-repeat;
}
.kansascity-image {
	background-image: var(--kansascity);
	background-position: 50% 50% no-repeat;
}
/********** Locations Page Ends **********/


/********** Stats Page Starts **********/
.stats-inner-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin-top: 10px;
	overflow-x: auto;
	width: 100%;
}
.numbers-wrapper p {
	color: var(--med-grey);
}
.numbers-wrapper {
	background-color: var(--soft-black);
}
.numbers-wrapper h2 {
	color: var(--cityix-light);
}
.numbers-wrapper h3 {
	color: var(--white);
}
.stat-numbers {
	display: flex;	
	margin-top: 30px;
}
.stat-numbers h3 {
	color: var(--white);
	font-size: 2.5rem;	
	margin-bottom: -10px;
}
#stat1, #stat2, #stat3, #stat4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 275px;
	height: auto;
}
/********** Stats Page Ends **********/


/********** How to Peer Page Starts **********/
.how-to-wrapper {
	text-align: center;
}
.how-to-inner {
	flex-direction: row;
	align-items: flex-start;
	margin-top: 30px;
	width: 100%;
	gap: 0;
}
.how-to-inner h4 {
	font-size: 1.35rem
}
.left-section {
	display: flex;
	flex-direction: column;
	border-right: 2px solid var(--dark-grey);
	margin-left: 60px;
}
.right-section {
	display: flex;
	flex-direction: column;
}
.right-section h3, .right-section h4, .right-section p {
	margin-left: 20px;
}
.how-to-section {
	display: flex;
	flex-direction: column;
	border-top: 2px solid var(--dark-grey);
	text-align: left;
}
.how-to-section h3 {
	color: var(--white);
	background-color: var(--cityix);
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.7rem;
}
.how-to-section p {
	margin-bottom: 20px;
	margin-right: 20px;
}
#step1, #step2 {
	border-top: none;
}
.how-to-inner a {
	color: var(--cityix);
	font-weight: 500;
	text-transform: none;
}
#step1, #step2 {
	height: 370px;
}
#step3, #step4 {
	height: 400px;
}
#step5, #step6 {
	height: 430px;
}
.how-to-wrapper-mobile {
	display: none;
}
/********** How to Peer Page Ends **********/


/********** Contact Page Starts **********/
.contact-wrapper {
	background-color: var(--white);
	display: flex;
	padding: 40px;
	justify-content: space-evenly;
	padding: 80px 150px;
}
.contact-left {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.contact-cards {
	display: flex;
	margin-top: 40px;
	justify-content: center;
}
.contact-cards h3 {
	text-align: center;
	margin-bottom: 10px;
}
.contact-cards p {
	text-align: center;
	margin-top: 0;
	line-height: 20px;
}
#contact2, #contact3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 240px;
	width: 50%;
	margin: 0 10px;
	padding: 20px;
	border: 2px solid var(--light-grey);
	background-color: #fefefe;
}
.contact-cards a {
	color: var(--cityix);
	text-transform: none;
}
.contact-cards a:hover {
	color: var(--black);
}
.map-wrapper .iframe {
	border: 8px solid var(--soft-black);
	width: 20%;
}
/********** Contact Page Ends **********/



/********** Terms Page Starts **********/
.terms-wrapper {
	background-color: var(--light-grey);
}
.terms-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.terms-wrapper ul {
	margin-left: 30px;
}
.terms-wrapper ol {
	border-bottom: 1px solid var(--cityix);
	padding-bottom: 20px;
}
.terms-wrapper li {
	margin-left: 20px;
}
.terms-wrapper h3 {
	margin: 30px 0 10px 0;
	line-height: 30px;
}
/********** Terms Page Ends **********/


/**
 * ----------------------------------------
 * Media Breakpoints
 * ----------------------------------------
 */
@media only screen and (max-width: 600px) {
h2 {
	line-height: 40px;
}
.header {
	padding: 30px 20px 30px 20px;
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
	text-align: center;
	height: auto;
}
.header h1 {
	text-align: center;
	line-height: 45px;
	font-size: 2.5rem;
	white-space: normal;
}
.header h2 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 30px;
	-webkit-text-stroke: 0.25px #000;
	text-align: center;
}
.cta {	
	margin-top: 0;
}
.whatis-wrapper {
	padding: 30px 20px 30px 20px;
}
.cards {
	display: block;
	margin-top: 10px;	
}
#card1, #card2, #card3, #card4 {
	height: auto;
	width: 300px;
	padding: 30px 20px;
	margin-top: 20px;
}
.whypeer-wrapper {
	padding: 30px 20px 30px 20px;
}
.whypeer-wrapper p {
	width: 100%;
}
.whypeer-inner-wrapper {
	flex-direction: column;
	margin-top: 20px;
}
.whypeer-image {
	display: none;
}
.whypeer-list {
	width: 90%;	
}
.whypeer-list p {
	width: 100%;
}
.services-inner-wrapper .ph-icon {
	display: none;
}
.services-inner-wrapper .content-wrapper {
	margin-bottom: 10px;
}
.participants-wrapper {
	padding: 30px 20px 30px 20px;
	text-align: center;
}
.partner-ix {
	padding: 30px 20px 30px 20px;
}
.partner-card-wrapper {
	margin-top: 30px;
}
.partner-ix p {
	text-align: center;
	width: 80%;
}
.partner-card {
	margin-top: 0;
}
.peering-wrapper {
	padding: 30px 20px 30px 20px;
	background-size: cover;
	text-align: center;
}
.peering-wrapper h2 {
	font-size: 2rem;
	line-height: 40px;
	text-align: center;
}
.peering-wrapper h3 {
	font-size: 1rem;
	margin-bottom: 20px;
}
.small-header {
	padding: 30px 20px 30px 20px;
	height: auto;
}
.small-header h1 {
	white-space: normal;
	margin-top: 40px;
}
.body-content-wrapper, .history-wrapper {
	padding: 30px 20px 30px 20px;
}
.body-content-inner, .history-inner-wrapper {
	flex-direction: column;
	width: 100%;
}
.content-wrapper {
	text-align: center;
}
.content-wrapper p {
	margin-bottom: 10px;
}
.content-wrapper ul {
	margin-bottom: 30px;
}
.faq-wrapper {
	padding: 30px 20px 30px 20px;
}
.faq-wrapper p {
	text-align: center;
}
.accordion-wrapper {
	margin-top: 10px;
}
.accordion-wrapper summary {
	font-size: 0.95rem;
}
summary {
	align-items: center;
}
.accordion-wrapper p {
	text-align: left;
}
#contact-question {
	margin-top: 20px;
}
.divider, .divider2, .divider-bottom, .divider-bottom2 {
	display: none;
}
.location-inner-wrapper {
	gap: 1ch;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.location-inner-wrapper:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.location-inner-wrapper h4 {
	white-space: normal;
}
.location-wrapper h3 {
	line-height: 35px;
	margin-top: 20px;
}
.location-inner-wrapper ul {
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: left;
}
.location-inner-wrapper li:before {
	margin: 0px 0px 0px -14px
}
#first-location .image-wrapper {
	order: 1;
}
#first-location .content-wrapper {
	order: 2;
}
#desmoines-location .image-wrapper {
	order: 1;
}
#desmoines-location .content-wrapper {
	order: 2;
}
#stlouis-location .image-wrapper {
	order: 1;
}
#stlouis-location .content-wrapper {
	order: 2;
}
.stats-inner-wrapper {
	align-items: flex-start;
}
.stat-numbers {
	flex-direction: column;
}
#stat2, #stat3, #stat4 {
	margin-top: 30px;
}
.how-to-wrapper {
	display: none;
}
.how-to-wrapper h2 {
	font-size: 2.44rem;
}
.how-to-inner {
	flex-direction: column;
	align-items: center;
	margin-top: 0;
}
.how-to-inner h4 {
	line-height: 25px;
}
.left-section {
	border-right: none;
	margin-left: 0;
}
.right-section h3, .right-section h4, .right-section p {
	margin-left: 0;
}
.how-to-section {
	height: auto;
	margin-bottom: 10px;
}
.how-to-section p {
	margin-right: 0;
}
#step1, #step2, #step3, #step4, #step5, #step6 {
	height: auto;
}
#step2, #step6 {
	border-top: 2px solid var(--dark-grey);
}
#step6, #step6 p {
	margin-bottom: 0;
}
.how-to-wrapper-mobile {
	display: block;
}
.contact-wrapper {
	text-align: center;
	flex-direction: column;
	padding: 30px 20px;
}
.contact-cards {
	flex-direction: column;
	margin-top: 20px;
}
#contact2, #contact3 {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	height: 200px;
}

.map-wrapper iframe {
	width: 100%;
}
}
@media screen and (min-width : 601px) and (max-width : 900px) {
.header {	
	padding: 40px 50px 40px 50px;
	height: auto;
	margin-top: 40px;
}
.header h1 {
	font-size: 3.2rem;
	line-height: 60px;
	white-space: nowrap;
}
.header h2 {
	width: 90%;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 30px;
	-webkit-text-stroke: 0.25px #000;
	text-align: left;
}
.cta {
	margin-top: 10px;
}
.whatis-wrapper {
	padding: 40px 50px 40px 50px;
}
.cards {
	flex-direction: column;
	margin-top: 10px;
}
#card1, #card2, #card3, #card4 {
	margin-top: 20px;
}
.whypeer-wrapper {
	padding: 40px 50px 40px 50px;
}
.whypeer-inner-wrapper {
	flex-direction: column;
	margin-top: 10px;
}
.whypeer-image {
	display: none;
}
.whypeer-list {
	width: 100%;	
}
.whypeer-list p {
	width: 100%;
}
.services-inner-wrapper .ph-icon {
	display: none;
}
.services-inner-wrapper {
	gap: 1ch!important;
}
.services-inner-wrapper .content-wrapper {
	margin-bottom: 10px;
}
.participants-wrapper {
	padding: 40px 50px;	
}
.partner-ix {
	padding: 40px 50px 40px 50px;	
}
.partner-card-wrapper {
	margin-top: 30px;
}
.partner-ix p {
	text-align: center;
	width: 80%;
}
.partner-card {
	margin-top: 0;
}
.peering-wrapper {
	padding: 40px 50px;
	text-align: center;
}
.peering-wrapper h2 {
	font-size: 2rem;
	line-height: 40px;
	text-align: center;
}
.peering-wrapper h3 {
	font-size: 1rem;
	margin-bottom: 20px;
}
.small-header {
	padding: 40px 50px 40px 50px;
	height: auto;
}
.small-header h1 {
	margin-top: 30px;
}
.body-content-wrapper, .history-wrapper {
	padding: 40px 50px 40px 50px;
}
.body-content-inner, .history-inner-wrapper {
	flex-direction: column;
	gap: 5ch;
}
.content-wrapper {
	text-align: center;
}
.faq-wrapper {
	padding: 40px 50px 40px 50px;
}
.faq-wrapper p {
	text-align: center;
}
summary {
	align-items: center;
}
.accordion-wrapper p {
	text-align: left;
}
.divider, .divider2, .divider-bottom, .divider-bottom2 {
	display: none;
}
.location-inner-wrapper {
	gap: 1ch;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.location-inner-wrapper:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.location-inner-wrapper h4 {
	white-space: normal;
}
.location-inner-wrapper ul {
	margin-bottom: 10px;
	text-align: left;
}
#first-location .image-wrapper {
	order: 1;
}
#first-location .content-wrapper {
	order: 2;
}
#desmoines-location .image-wrapper {
	order: 1;
}
#desmoines-location .content-wrapper {
	order: 2;
}
#stlouis-location .image-wrapper {
	order: 1;
}
#stlouis-location .content-wrapper {
	order: 2;
}
.stat-numbers {
	width: 100%;
	justify-content: space-between;
}
.stat-numbers h3 {
	font-size: 1.2rem;
	white-space: nowrap;
}
.stat-numbers p {
	line-height: 20px;
	padding-top: 10px;
	font-size: 0.8rem;
}
#stat1, #stat2, #stat3, #stat4 {
	align-items: center;
	text-align: center;
	width: 145px;
}
.how-to-wrapper {
	display: none;
}
.how-to-inner {
	flex-direction: column;
	gap: 0;
	margin-top: 0;
}
.left-section {
	border-right: none;
	margin-left: 0;
}
.right-section h3, .right-section h4, .right-section p {
	margin-left: 0;
}
.how-to-section {
	height: auto;
	margin-bottom: 10px;
}
.how-to-section p {
	margin-right: 0;
}
#step1, #step2, #step3, #step4, #step5, #step6 {
	height: auto;
}
#step2, #step6 {
	border-top: 2px solid var(--dark-grey);
}
#step6, #step6 p {
	margin-bottom: 0;
}
.how-to-wrapper-mobile {
	display: flex;
}
.contact-wrapper {
	text-align: center;
	padding: 40px 50px;
	flex-direction: column;
}
.contact-cards {
	flex-direction: column;
	margin-top: 20px;

}
#contact2, #contact3 {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
}

.map-wrapper iframe {
	width: 100%;
}
}
@media screen and (min-width : 901px) and (max-width : 1200px) {
.header {	
	padding: 50px 100px 50px 100px;
	height: auto;
	margin-top: 40px;
}
.header h1 {
	font-size: 4rem;
	line-height: 60px;
	white-space: nowrap;
}
.header h2 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 30px;
	-webkit-text-stroke: 0.25px #000;
	text-align: left;
}
.cta {
	margin-top: 10px;
}
.whatis-wrapper {
	padding: 50px 100px 50px 100px;	
}
.cards {
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
#card1, #card2, #card3, #card4 {
	margin-top: 20px;
}
.whypeer-wrapper {
	padding: 50px 100px 50px 100px;	
	align-items: center;
	justify-content: center;
}
.whypeer-inner-wrapper {
	flex-direction: column;
	gap: 2ch;
}
.whypeer-image {
	width: 80%;
}
.whypeer-list {
	width: 100%;
}
.whypeer-list p {
	width: 100%;
}
.services-inner-wrapper .content-wrapper {
	margin-bottom: 10px;
}
.participants-wrapper {
	padding: 50px 100px 50px 100px;	
}
.partner-ix {
	padding: 50px 60px;	
}
.peering-wrapper {
	padding: 50px 100px 50px 100px;	
	text-align: center;
}
.peering-wrapper h2 {
	text-align: center;
}
.peering-wrapper h3 {
	font-size: 1.35rem;
	margin-bottom: 20px;
}
.small-header {	
	padding: 50px 100px 50px 100px;
	height: auto;
}
.small-header h1 {
	margin-top: 40px;
}
.body-content-wrapper, .history-wrapper {
	padding: 50px 100px;
}
.body-content-inner, .history-inner-wrapper {
	gap: 2ch;
}
.faq-wrapper {
	padding: 50px 100px;
}
.location-wrapper h3 {
	white-space: nowrap;
}
.location-inner-wrapper {
	gap: 5ch;
}
.stat-numbers {
	width: 100%;
	justify-content: space-between;
}
.stat-numbers h3 {
	font-size: 1.5rem;
	white-space: nowrap;
}
.stat-numbers p {
	line-height: 20px;
	padding-top: 10px;
}
.how-to-inner {
	width: 100%;
	gap: 0;
	align-items: flex-start;
}
#step1, #step2 {
	height: 450px;
}
#step3, #step4, #step5, #step6 {
	height: 460px;
}
.left-section {
	margin-right: 0;
	margin-left: 40px;
}
.left-section h4, .left-section p {
	padding-right: 10px;
}
.contact-wrapper {
	text-align: center;
	padding: 50px 100px;
	flex-direction: column;
}
.contact-cards {
	flex-direction: column;
	margin-top: 20px;

}
#contact2, #contact3 {
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
}

.map-wrapper iframe {
	width: 100%;
}
}
@media screen and (min-width : 1201px) and (max-width : 1500px) {
.header {
	padding: 70px 150px;
	height: auto;
}
.header h1 {
	white-space: nowrap;
}
.whatis-wrapper {
	padding: 70px 150px;
}
.cards {
	flex-wrap: wrap;
	justify-content: center;
}
#card1, #card2, #card3, #card4 {
	margin: 10px;
}
.whypeer-wrapper {
	padding: 70px 150px;
}
.whypeer-image {
	width: 100%;
}
.services-inner-wrapper .content-wrapper {
	margin-bottom: 10px;
}
.participants-wrapper {
	padding: 70px 150px;
}
.partner-ix {
	padding: 70px 70px;
}
.peering-wrapper {
	padding: 70px 150px;
}
.small-header {	
	padding: 70px 150px;
	height: auto;
}
.small-header h1 {
	margin-top: 35px;
}
.body-content-wrapper, .history-wrapper {
	padding: 70px 150px;
}
.body-content-inner, .history-inner-wrapper {
	gap: 2ch;
}
.faq-wrapper {
	padding: 70px 150px;
}
.location-inner-wrapper {
	gap: 6ch;
}
.how-to-inner {
	width: 100%;
	gap: 0;
}
.left-section {
	margin-right: 0;
}
#step1, #step2 {
	height: 350px;
}
#step3, #step4 {
	height: 400px;
}
#step5, #step6 {
	height: 400px;
}
.contact-wrapper {
	text-align: center;
	padding: 70px 150px;
	
}

#contact2, #contact3 {
	width: 45%;
	

}

.map-wrapper iframe {
	width: 100%;
}
}