body {
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	line-height: 1.6;
	color: #5C6D71;
}

h1 {
	font-family: 'Avenir Black', sans-serif;
	line-height: 1;
	font-size: 66px;
	color: #022B34;
}

h1 span.blue {
	display: block;
	color: #00B6DE;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 22px 43px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

header a.logo {
	display: inline-block;
	float: left;
}

header .social {
	display: inline-block;
	float: right;
	text-align: right;
	color: #052B33;
	font-size: 0;
	line-height: 1;
	font-family: 'minion-pro', serif;
	font-style: italic;
	padding-top: 18px;
}

header .social span.share {
	display: inline-block;
	font-size: 16px;
	margin-right: 9px;
	vertical-align: 14px;
}

header .social a {
	display: inline-block;
	color: #ABCC3C;
	font-size: 24px;
	padding: 10px 9px;
}

.addthis_inline_share_toolbox {
	clear: none;
	display: inline-block;
}

.addthis_inline_share_toolbox a.at-share-btn {
	background: transparent !important;
	position: relative;
	width: 34px !important;
	height: 24px !important;
	padding: 10px 9px;
	font-style: normal;
	font-weight: normal;
}

.addthis_inline_share_toolbox a.at-share-btn span {
	display: none !important;
}

.addthis_inline_share_toolbox a.at-share-btn::after {
	position: absolute;
	content: "";
	font-family: 'FontAwesome';
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	color: #ABCC3C;
	font-size: 24px;

}

.addthis_inline_share_toolbox a.at-share-btn.at-svc-facebook::after {
	content: "\f230";
}

.addthis_inline_share_toolbox a.at-share-btn.at-svc-twitter::after {
	content: "\f099";
}

.addthis_inline_share_toolbox a.at-share-btn.at-svc-email::after {
	content: "\f0e0";
}

.addthis_inline_share_toolbox .at-share-btn svg.at-icon path {
	fill: #ABCC3C;
	padding: 10px 9px;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.wrapper {
	padding: 0 43px;
	width: 100%;
	height: auto;
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
}

.splash {
	background: url('../images/homepage-background.jpg') no-repeat center top / cover;
	width: 100%;
	min-height: 700px;
	height: 124vh;
	padding-left: 15px;
	padding-right: 15px;
}

.splash .wrapper {
	position: absolute;
	top: 212px;
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.splash .content {
	position: relative;
	width: 470px;
	max-width: calc(100% / 2.3);
	height: auto;
}

.splash .content h1 {
	white-space: nowrap;
}

.splash .content p {
	margin: 17px 0 37px;
}

a.button {
	position: relative;
	text-decoration: none !important;
	display: inline-block;
	color: #fff;
	background: #ABCC3C;
/*	background: -webkit-linear-gradient(to bottom, #ABCC3C 0%, #9ABA2F 100%);
	background: -o-linear-gradient(to bottom, #ABCC3C 0%, #9ABA2F 100%);
	background: linear-gradient(to bottom, #ABCC3C 0%, #9ABA2F 100%);*/
	font-family: 'Avenir Black', serif;
	padding: 23px 10px 24px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	min-width: 330px;
	border-radius: 36px;
	/*box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);*/
	letter-spacing: 0.88px;
}

a.button::before {
	z-index: -1;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	display: block;
	background: #ABCC3C;
	/*box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);*/
	border-radius: 36px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-property: width height;
	transition-property: width height;
}

.button:hover:before {
	width: 102%;
	width: calc(100% + 5px);
	height: 102%;
	height: calc(100% + 5px);
}

a.button:hover {
	box-shadow: none;
/*	background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);*/
}

.hashtag {
	background: url('../images/zero-zero-background.jpg') no-repeat right center / cover;
	padding: 29px 0 42px;
	font-weight: bold;
	color: #00B6DE;
	font-size: 48px;
	line-height: 1;
	text-align: center;
}

.family {
	background: #f4f3f2;
	text-align: center;
	padding: 47px 0 62px;
}

.title {
	position: relative;
	color: #5C6D71;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.636;
	margin-bottom: 18px;
}

.title span {
	position: relative;
	z-index: 1;
	display: inline-block;
	background: #f4f3f2;
	padding: 0 20px;
	max-width: 90%;
}

.title::before {
	z-index: 0;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background: rgba(171, 204, 60, 0.5);
	position: absolute;
	top: 50%;
	left: 0;
}

.family .brands {
	font-size: 0;
}

.family .brands .row-2 a {
	padding: 14px 18px;
}

.family .brands a {
	display: inline-block;
	padding: 14px;
}

footer {
	background: #00B6DE;
	color: #fff;
	font-size: 15px;
	padding: 24px 0 20px;
	font-family: 'minion-pro', serif;
}

footer a, footer a:hover {
	color: #fff;
}

footer .footer-social {
	font-family: 'Playfair Display', serif;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	text-align: right;
	line-height: 1;
}

footer .footer-social span {
	vertical-align: text-top;
}


footer .footer-social i.fa {
	font-size: 24px;
	padding: 0 9px;
}









