html {
	font-size: 24px;
}

img {
	width: 100%;
}

.hide-on-mobile {
	display: none;
}
.hide-on-desktop {
	display: block;
}
@media(min-width: 768px) {
	.hide-on-mobile {
		display: block;
	}
	.hide-on-desktop {
		display: none;
	}
}


.one-third {
	margin-bottom: 20px;
}

.one-half {
	margin-bottom: 20px;
}

.two-thirds--left {
	/*width: 65%;*/
}

.one-third--right {
	/*width: 33%;*/
}

.icon-set .one-third {
	float: left;
	width: 32%;
	padding-right: 20px;	
}

@media(min-width: 768px) {
	.one-third {
		float: left;
		width: 32%;
		padding-right: 20px;
	}
	.one-half {
		float: left;
		width: 48%;
		padding-right: 20px;
	}
	.two-thirds--left {
		width: 65%;
		float: left;
		margin-top: -20px; /*hack*/
	}

	.one-third--right {
		width: 33%;
		float: right;
		margin-top: 10px; /*hack*/
	}
}


/* General ~~~~~~~~~~~~~~~~~~~~~ */


.color--white_on_red {
  color: white;
  background-color: red;
}

.page-title {
	font-size: 46px;
	line-height: 0.9;
	font-weight: bold;
}
@media(min-width: 768px) {
	.page-title {
		font-size: 62px;
	}
}

.page-title-image {
	width: 250px;
	height: 250px;
	margin-left: -20px;
}

.read-more-link {
	color: white;
}

.icon-set {

}

.bold {
	font-weight: bold;
}


.advert-one {
	width: 100%;
	/*height: 400px;*/
}

.section {
	padding: 40px 0;
}

.section-title {
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
	color: red;
	border-bottom: 2px solid red;
	margin-bottom: 20px;
}

.section-subtitle {
	font-size: 24px;
	line-height: 1;
	margin: 5px 0;
	font-weight: bold;
	color: red;
}

.copy--small {
	font-size: 18px;
	line-height: 1.25;
}

.color--white_on_red .section-title {
	color: white;
	border-bottom: 2px solid white;
}

/* Leaders ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.leader {
	margin-bottom: 40px;
}

.leader--image img{
	width: 80%;
	height: 80%;
	margin-left: -10px;
	border-radius: 50%;
	border: 2px solid red;
}


@media(min-width: 768px) {
	.leader {
		margin-bottom: 0;
	}
	.leader--image {
		width: 190px;
		height: 190px;
	}
}

/* Values ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.value {
}

.value--header {
	background-color: red;
	height: 63px;
	position: relative;
}
.value--header .section-subtitle--image {
	position: absolute;
	width: 63px;
	margin-left: 5px;
}
.value--header .section-subtitle--text {
	color: white;
	position: absolute;
	padding-left: 80px;
}

@media(min-width: 768px) {
	.value {
		min-height: 340px;
	}
	.value--header .section-subtitle--text {
		padding-right: 5px;
	}
}


/* Video ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.section--video {
	text-align: center;
}

.youtube-container {
	width: 320px;
	height: 180px;
	margin: -20px auto;	
}

@media(min-width: 768px) {
	.youtube-container {
		width: 720px;
		height: 382px;
		margin: 0 auto;
	}
}


/* Us-Them List ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.container--us-them {
	padding: 40px 20px;
}

.us-them-list {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	font-size: 32px;
	line-height: 1.25;
}

.them {
	/*text-decoration: line-through;*/
}

/* Store ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.container--store .section-title {
	margin-top: 20px;
}

.container--store .section-subtitle {
	text-align: center;
}

.store-image {
	min-height: 230px;
}

.recirc {
	margin: 80px 0;
	font-size: 32px;
}
.recirc a {
	font-family: "FoundersGrotesk_Cnd";
	text-transform: uppercase;
	font-weight: bold;
	color: red;
}
