@charset "utf-8";
/* CSS Document */

html, body {
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 100;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #1f0e32;
	letter-spacing: 0.5px;
	height: 100%;
	background-image: url("../images/marbletexture.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top top;
	background-size: cover;
	position: relative;
}


.contact-icons li img {
	width: 20px;
	height: 20px;
	display: inline;
}

/** Header **/
#header {
	padding: 20px 0;
	transition: 0.4s;
	width: 100%;
	z-index: 3000;
}
#logo {
	width: 220px;
	height: auto;
	margin: 0 auto;
	transition: 0.4s;
}
#navigation {
	margin: 0;
}
@media (min-width: 576px) {
#header {
	padding: 20px 0;
}
}
@media (min-width: 768px) {
#header {
	padding: 20px 5%;
}
#logo {
	width: 280px;
}
}
@media (min-width: 992px) {
#header {
	padding: 20px 3%;
}
#logo {
	width: 315px;
}
#navigation {
	margin: 80px 0 0 0;
}
}
@media (min-width: 1200px) {
#header {
	padding: 20px 8%;
}
#logo {
	width: 345px;
}
#navigation {
	margin: 90px 0 0 0;
}
}
@media (min-width: 1400px) {
#header {
	padding: 20px 8%;
}
}
@media (min-width: 1600px) {
#header {
	padding: 20px 5%;
}
}

/** Social Icons **/
.header-social-icons {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.bio-social-icons {
	margin: -10px 0 0 0;
}
.header-social-icons .social-icon, .bio-social-icons .social-icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 10px 0;
}
.header-social-icons .social-icon img, .bio-social-icons .social-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.header-social-icons .social-icon img:hover, .bio-social-icons .social-icon img:hover {
	opacity: 50%;
}
@media (min-width: 992px) {
.header-social-icons {
	position: absolute;
	top: 0;
	right: 1.75rem;
	text-align: right;
}
}

/** Finalist panel **/
.finalist-panel {
	width: 100%;
	margin: 2rem 0;
	display: inline-block;
	text-align: center;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0px 0px 10px 4px rgba(51,51,51,0.2);
}
.finalist-panel a {
	cursor: pointer;
}
.finalist-panel-pic {
	width: 100%;
	height: 300px;
	position: relative;
	background: #eaeaea;
}
@media (min-width: 992px) {
.finalist-panel-pic {
	width: 100%;
	height: 350px;
	position: relative;
	background: #eaeaea;
}
}
@media (min-width: 1200px) {
.finalist-panel-pic {
	width: 100%;
	height: 400px;
	position: relative;
	background: #eaeaea;
}
}
.finalist-panel-chevron {
	width: 40px;
	height: 40px;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -15px;
	position: absolute;
	opacity: 50%;
}
.finalist-panel-pic img, .finalist-panel-chevron img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.finalist-panel-pic-caption {
	width: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	color: #ffffff;
	padding: 0.75rem 0;
}
.finalist-panel-pic-caption h1 {
	font-family: museo-sans-rounded, sans-serif !important;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin: 0;
}
.finalist-panel p {
	color: #ffffff;
	opacity: .8;
	font-size: .9rem;
	line-height: 1.1rem;
	margin: 0;
	letter-spacing: .5px;
	font-weight: 100;
}
.finalist-panel p span {
	font-weight: 800;
}
@media (min-width: 768px) {
.finalist-panel-pic-caption h1 {
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin: 0;
}
.finalist-panel p {
	font-size: .9rem;
	line-height: 1.1rem;
	margin: 0;
}
}
@media (min-width: 576px) {
.finalist-panel-pic-caption h1 {
	font-size: 1.3rem;
	line-height: 1.4rem;
}
}

/** Finalist modal **/
.finalist-bio-pic {
	width: 100%;
	height: 250px;
	border-radius: 2rem;
	overflow: hidden;
	margin: 0 auto;
}
@media (min-width: 768px) {
.finalist-bio-pic {
}
}
.finalist-bio-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.finalist-bio {
	height: 100%;
	text-align: left;
	overflow: auto;
	margin: 1rem 0 0 0;
}
@media (min-width: 768px) {
.finalist-bio {
	margin: 0;
}
}
.finalist-bio p {
	font-size: 0.9rem;
	font-height: .8rem;
	line-height: 1.2rem;
	margin: 0 0 0.25rem 0;;
}
.finalist-bio p span {
	margin: 1rem 0;
	padding: 0.25rem 0;
}
.finalist-bio p strong {
	font-weight: 600;
}

/** Sponsor logo slides **/
.finalist-sponsors {
	margin: .5rem 0 1rem 0;
	width: 100%;
	text-align: center;
}
.finalist-sponsors p {
	margin: 0 0 0.5rem 0;
}

/** Gallery **/
.gallery-content-highlights {
	margin: 0 0 2rem 0;
	padding: 0 0 2rem 0;
	border-bottom: 0.5px solid #d80d16;
}
.gallery-content-highlights h2 {
	font-family: museo-sans-rounded, sans-serif !important;
}
.gallery-pic {
	width: 12rem;
	height: 12rem;
	background: #eaeaea;
	margin: 1rem 1rem 1rem 0;
	border-radius: 1rem;
	display: inline-block;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 15px 10px rgba(51,51,51,0.1); 
	box-shadow: 0px 0px 15px 10px rgba(51,51,51,0.1);
}
.gallery-pic img {
	width:100%;
	height: 100%;
	object-fit: cover;
}
.clear {
clear: both;
}


/** Content Sections **/
.content {
	padding: 12rem 0 3rem 0;
}
.content-section {
	margin: 0;
	padding: 1rem 0;
}
.content-section-intro {
	text-align: center;
	margin: 0 0 50px 0;
}
.content-section-panel {
	border-radius: 20px;
	background: rgba(255,255,255,0.7);
	width: 100%;
	padding: 1.25rem;
	margin: 0 0 2rem 0;
	-webkit-box-shadow: 0px 0px 15px 10px rgba(51,51,51,0.1); 
	box-shadow: 0px 0px 15px 10px rgba(51,51,51,0.1);
}
.gradback-section {
	background: rgb(227,6,19);
	background: linear-gradient(324deg, rgba(227,6,19,1) 23%, rgba(6,147,64,1) 82%);
	padding: 4em 5%;
	color: #fff;
}
@media (min-width: 576px) {
.content {
	padding: 12rem 0 3rem 0;
}
}
@media (min-width: 768px) {
.content {
	padding: 9rem 0 3rem 0;
}
.content-section {
	padding: 2rem 0;
}
.gradback-section {
	padding: 4em 8%;
}
}
@media (min-width: 992px) {
.content {
	padding: 9rem 0 3rem 0;
}
.content-section {
	padding: 3rem 0;
}
.content-section-panel {
	padding: 2rem;
}
.gradback-section {
	padding: 6em 15%;
}
}


.as-logo {
	width: 80%;
	height: auto;
	margin: 20px auto;
}
.as-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
@media (min-width: 768px) {
.as-logo {
	width: 450px;
}
}
@media (min-width: 992px) {
}

.aspics {
	margin: 0;
}
.aspic {
	width: 33.3333333%;
	height: 250px;
	float: left;
}
.aspic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/** Text **/
h1 {
	font-family: playfair-display,serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5rem;
	line-height: 2.5rem;
	color: #069340;
}
h2 {
	font-family: playfair-display,serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.25rem;
	line-height: 2.5rem;
	color: #cf1318;
	text-transform: uppercase;
}
h3 {
	font-size: 1.5rem;
	color: #333333;
}
h4 {
	font-size: 1rem;
	color: #333333;
	text-transform: uppercase;
}
p {
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0 0 1rem 0;
	padding: 0;
}
.intro-head {
	text-transform: uppercase;
	color: #009640;
	margin: 0 0 10px 0;
	font-size: 1em
}
.privacy h1 {
	font-family: museo-sans-rounded, sans-serif !important;
	font-size: 2rem;
	line-height: 2rem;
	color: #333;
	font-weight: 300;
	margin: 2rem 0 1rem 0;
}
.privacy h2 {
	font-family: museo-sans-rounded, sans-serif !important;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 300;
	color: #333;
	margin: 2rem 0 1rem 0;
}
.privacy h3 {
	font-size: 1.2rem;
	line-height: 1.2rem;
	font-weight: 300;
	margin: 1rem 0 1rem 0;
}
.privacy p {
	margin: 0;
}
.privacy li {
	list-style-type: disc;
}
.privacy li p {
	display: inline;
}
p.large {
	font-size: 120%;
	line-height: 150%;
}
.large p {
	font-size: 120%;
	line-height: 150%;
}
@media (min-width: 768px) {
h2 {
	font-size: 2.5rem;
	line-height: 3rem;
}
}
@media (min-width: 992px) {
h1 {
	font-size: 3.5rem;
	line-height: 3.5rem;
}
.intro-head {
	margin: 0 0 10px 0;
	font-size: 1.5em
}
p.large {
	font-size: 150%;
	line-height: 150%;
}
.large p {
	font-size: 150%;
	line-height: 150%;
}
}

/** Links **/
a {
	color: #069340;
	font-weight: 500;
	text-decoration: underline;
}
a:hover {
	color: #d80d16;
	text-decoration: underline;
}
a.jumbo-link {
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 500;
	}
@media (min-width: 576px) {
a.jumbo-link {
	font-size: 1.6rem;
	line-height: 2rem;
}
}
@media (min-width: 992px) {
a.jumbo-link {
	font-size: 1.8rem;
	line-height: 2.2rem;
}
}
a.page-link  {
	color: #069340;
	font-weight: 500;
	text-decoration: underline;
}
a.page-link:hover {
	color: #d80d16;
	text-decoration: underline;
}
.sticker a {
	color: rgba(255,255,255,1);
}
.sticker a:hover {
	color: rgba(255,255,255,0.5);
}

/** Lists **/
ul.pagination li {
	list-style: none;
}
ul.plainlist {
	margin: 0 0 0 0;
}
ul.plainlist li {
	list-style: none;
	margin: 2px 0 0 0;
}
ul.faq li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px dotted #eaeaea;
}
ul.faq li h3 {
	margin: 0 0 10px 0;
}
ul.faq li p {
	font-size: 1.2rem;
}
.content-section ul {
	list-style: inside;
	margin-left: -40px;
}
.footer ul {
	margin-left: -40px;
}
.footer ul li {
	list-style: none;
	font-weight: 300;
}



/** Jumbo Text **/
.jumbo h1 {
	font-family: playfair-display,serif;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	font-weight: 700;
	font-style: normal;
	color: #fff;
	font-size: 2.5rem;
	line-height: 2.75rem;
	margin: 0 0 20px 0;
}
.jumbo p {
	font-size: 1.2em;
	line-height: 1.6rem;
	color: #fff;
	letter-spacing: 0.5px;
}
@media (min-width: 576px) {
.jumbo h1 {
	font-size: 3.5rem;
	line-height: 3.5rem;
}
.jumbo p {
	font-size: 1.2em;
	line-height: 1.6rem;
	width: 350px;
}
}
@media (min-width: 768px) {
.jumbo h1 {
	font-size: 4rem;
	line-height: 4rem;
}
}
@media (min-width: 992px) {
.jumbo h1 {
	font-size: 4.5rem;
	line-height: 4.25rem;
}
.jumbo p {
	font-size: 1.4em;
	line-height: 2rem;
	width: 450px;
}
}
@media (min-width: 1200px) {
.jumbo h1 {
	font-size: 4rem;
	line-height: 4rem;
}
.jumbo p {
	font-size: 1.6em;
	line-height: 2rem;
	width: 550px;
}
}
@media (min-width: 1400px) {
.jumbo h1 {
	font-size: 5rem;
	line-height: 5rem;
}
.jumbo p {
	font-size: 1.6em;
	line-height: 2rem;
	width: 700px;
}
}

/** Jumbo Section **/
.jumbo {
	background-image: url("../images/jumbo01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 40px 0;
	position: relative;
}
.jumbo-text {
	width: 100%;
	text-align: center;
}
@media (min-width: 576px) {
.jumbo-text {
	width: 75%;
	text-align: left;
}
}
@media (min-width: 768px) {
.jumbo-text {
	width: 65%;
	margin: 0 0 0 5%;
}
}
@media (min-width: 992px) {
.jumbo {
	padding: 80px 0;
	margin: 0 0 2em 0;
}
.jumbo-text {
	width: 55%;
	margin: 0 0 0 5%;
}
}
@media (min-width: 1200px) {
.jumbo-text {
	width: 52%;
	margin: 0 0 0 10%;
}
}
@media (min-width: 1650px) {
.jumbo-text {
	width: 50%;
	margin: 0 0 0 8%;
}
}

/** Bios */
.bios {
	margin: 0 0 3em 0;
	padding: 0 0 200px 0;
}
.bio-panel {
	border-radius: 20px;
	background: rgba(255,255,255,0.7);
	width: 100%;
	padding: 1.25rem;
	margin: 0 0 2rem 0;
	-webkit-box-shadow: 0px 0px 15px 10px rgba(51,51,51,0.1); 
	box-shadow: 0px 0px 15px 10px rgba(51,51,51,0.1);
}
.bio-content {
	margin-top: 1rem;
	text-align: left;
}
.bio-pic {
	width: 100%;
	height: 250px;
	background: #eaeaea;
}
.bio-pic img {
	width:100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
.bio-pic {
	height: 300px;
}
.bio-content {
	margin-top: 2rem;
}
}
@media (min-width: 1600px) {
.bios {
	padding: 0 15% 4em 15%;
}
}

/** Pics **/
.content-section-pic {
	width: 100%;
	position: relative;
}
.content-section-pic img {
	width:100%;
	height: 100%;
	object-fit: cover;
}
.lead-pic-top {
	margin: 1rem 0 6rem 0;
	height: 20rem;
	position: relative;
	-webkit-box-shadow: 0px 0px 15px 10px rgba(51,51,51,0.1); 
	box-shadow: 0px 0px 15px 10px rgba(51,51,51,0.1);
}
@media (min-width: 442px) {
.lead-pic-top {
	margin: 1rem 0 6rem 0;
	height: 24rem;
}
}
@media (min-width: 576px) {
.lead-pic-top {
	margin: 1rem 0 6rem 0;
	height: 24rem;
}
}
@media (min-width: 768px) {
.lead-pic-top {
	margin: 0 0 4rem 0;
	height: 28rem;
}
}
@media (min-width: 992px) {
.lead-pic-top {
	margin: 0 0 2rem 0;
	height: 30rem;
}
}
@media (min-width: 1200px) {
.lead-pic-top {
	margin: 0 0 4rem 0;
	height: 32rem;
}
}
@media (min-width: 1400px) {
.lead-pic-top {
	margin: 0 0 4rem 0;
}
}
@media (min-width: 1650px) {
}
@media (min-width: 1750px) {
}

/** Lead Pic Text Content **/
.lead-pic-head {
	position: absolute;
	top: 20%;
	left: 50%;
	right: 50%;
	margin-left: -50%;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-family: playfair-display,serif;
	text-shadow: 0px -1px 9px rgba(0,0,0,0.6);
}
.lead-pic-head h1, .lead-pic-head p {
	font-size: 2.5rem;
	line-height: 2.5rem;
	color: #ffffff;
}
.lead-pic-head h2, .lead-pic-head p+p {
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #ffffff;
}
@media (min-width: 442px) {
.lead-pic-head {
	top: 20%;
}
.lead-pic-head h1, .lead-pic-head p {
	font-size: 3.5rem;
	line-height: 3.5rem;
}
.lead-pic-head h2, .lead-pic-head p+p {
	font-size: 2rem;
	line-height: 2rem;
}
}
@media (min-width: 576px) {
.lead-pic-head {
	top: 20%;
}
.lead-pic-head h1, .lead-pic-head p {
	font-size: 4.5rem;
	line-height: 4rem;
}
.lead-pic-head h2, .lead-pic-head p+p {
	font-size: 2.5rem;
}
}
@media (min-width: 768px) {
.lead-pic-head {
	top: 25%;
	padding: 0 5%;
}
.lead-pic-head h1, .lead-pic-head p {
	font-size: 4.5rem;
	line-height: 4.5rem;
}
.lead-pic-head h2, .lead-pic-head p+p {
	font-size: 3rem;
	line-height: 3rem;
}
}
@media (min-width: 992px) {
.lead-pic-head {
	top: 30%;
}
.lead-pic-head h1, .lead-pic-head p {
	font-size: 5.5rem;
	line-height: 6rem;
}
.lead-pic-head h2, .lead-pic-head p+p {
	font-size: 3rem;
	line-height: 4rem;
}
}
@media (min-width: 992px) {
.lead-pic-head {
	top: 22%;
	padding: 0 5%;
}
}
@media (min-width: 1200px) {
.lead-pic-head {
	top: 22%;
	padding: 0 10%;
}
}
@media (min-width: 1400px) {
.lead-pic-head {
	top: 22%;
	padding: 0 15%;
}
}

/** Stickers **/
.sticker {
	border-radius: 50%;
	width: 130px;
	height: 130px;
	padding: 20px 10px;
	background: rgb(227,6,19);
	background: linear-gradient(324deg, rgba(227,6,19,1) 23%, rgba(6,147,64,1) 82%);
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.32); 
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.32);
	text-align: center;
	font-family: playfair-display,serif;
	font-weight: 700;
	font-style: normal;
	font-size: .8rem;
	line-height: .9rem;
	color: #ffffff;
	text-transform: uppercase;
}
.small-sticker {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	padding: 10px 10px;
	background: rgb(227,6,19);
	background: linear-gradient(324deg, rgba(227,6,19,1) 23%, rgba(6,147,64,1) 82%);
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.32); 
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.32);
	text-align: center;
	font-size: 1rem;
	line-height: 1rem;
	color: #ffffff;
	text-transform: uppercase;
}
.sticker-icons {
	margin-top: 5px;
}
.sticker-icon {
	margin-top: 3px;
	width: 20px;
	height: 20px;
	display: inline-block;
}
.sticker-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.sticker-icon:hover {
	opacity: 50%;
}
.sticker span {
	font-family: museo-sans-rounded, sans-serif !important;
	font-weight: 100;
	font-style: normal;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.jumbo-sticker {
	display: none;
	border: 12px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	position: absolute;
	-webkit-box-shadow: 0px -20px 23px 4px rgba(51,51,51,0.2); 
	box-shadow: 0px -20px 23px 4px rgba(51,51,51,0.2);
}
.lead-pic-sticker {
	border: 8px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	position: absolute;
	bottom: -28%;
	left: 50%;
	margin-left: -75px;
}
.small-lead-pic-sticker {
	border: 6px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	position: absolute;
	bottom: -12%;
	left: 50%;
	margin-left: -50px;
}
@media (min-width: 442px) {
.lead-pic-sticker {
	bottom: -22%;
	margin-left: -65px;
}
}
@media (min-width: 576px) {
.lead-pic-sticker {
	bottom: -22%;
	margin-left: -65px;
}
.jumbo-sticker {
	display: block;
	bottom: -50px;
	right: 50px;
}
}
@media (min-width: 768px) {
.lead-pic-sticker {
	bottom: -18%;
	margin-left: -65px;
}
.jumbo-sticker {
	border: 16px solid rgba(255,255,255,0.3);
	bottom: -50px;
	right: 50px;
}
}
@media (min-width: 992px) {
.sticker {
	width: 180px;
	height: 180px;
	padding: 20px 13px;
	font-size: 1.2rem;
	line-height: 1.5rem;
}
.sticker-icons {
	margin-top: 5px;
}
.small-sticker-icons {
	margin-top: 3px;
	font-size: 3rem;
}
.sticker span {
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0 0 10px 0;
}
.lead-pic-sticker {
	bottom: -18%;
	margin-left: -105px;
}
.small-lead-pic-sticker {
	bottom: -10%;
}
.jumbo-sticker {
	bottom: -50px;
	right: 20px;
}
}
@media (min-width: 1200px) {
.jumbo-sticker {
	bottom: -50px;
	right: 100px;
}
}
@media (min-width: 1400px) {
.jumbo-sticker {
	bottom: -50px;
	right: 150px;
}
}
@media (min-width: 1650px) {
.jumbo-sticker {
	bottom: -50px;
	right: 220px;
}
}
@media (min-width: 1750px) {
.jumbo-sticker {
	bottom: -50px;
	right: 400px;
}
}


/** Teasers **/
.teaser-content {
	margin-top: 1rem;
	text-align: center;
}
.teaser-pic {
	width: 100%;
	height: 300px;
	background: #eaeaea;
}
.teaser-pic img {
	width:100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 1200px) {
.teaser-content {
	margin-top: 2rem;
	text-align: center;
}
}


/** Strap**/
.strap {
  width: 230px;
  height: 230px;
  position: absolute;
  top: 9rem;
  right: 0;
}
.strap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/** Quotes **/
.quote {
margin: 0;
padding: 0;
text-align: center;
width: 100%;
}
.quote-inline {
margin: 0;
padding: 2rem 0;
width: 100%;
}
.quote-testimonial {
margin: 0 0 2rem 0;
padding: 0;
text-align: center;
border-bottom: 0.5px solid #d80d16;
}
.quote h4 {
font-weight: 100;
font-size: 1.25rem;
text-transform: uppercase;
letter-spacing: 2px;
margin: 0 0 1rem 0;
}
.quote-inline h4 {
font-weight: 100;
font-size: .9rem;
line-height: 1rem;
text-transform: uppercase;
letter-spacing: 2px;
}
.quote blockquote {
font-size: 2em;
line-height: 1.2em;
font-family: playfair-display,serif;
margin: 0;
}
.quote-inline blockquote {
font-size: 1.4em;
line-height: 1.4em;
font-family: playfair-display,serif;
margin: 0;
}
.quote-testimonial blockquote {
font-size: 1.2em;
line-height: 1.6em;
font-family: playfair-display,serif;
margin: 0;
}
.quote-testimonial blockquote p {
display: inline-block;
}
.quote-inline figcaption {
font-size: 1.2em;
line-height: 1.6em;
margin: 0;
font-weight: 100;
}
.quote-testimonial figcaption {
font-size: 1.6em;
line-height: 1.6em;
margin: .5rem 0 2rem 0;
}
blockquote::before {
	content: open-quote;
}
.quote-inline blockquote::before {
	content: open-quote;
	margin-left: -15px;
}
blockquote::after {
	content: close-quote;
}
blockquote {
	quotes: "“" "”" "‘" "’";
}
figcaption {
	margin: 1rem 0 0 0;
	font-size: 1.5rem;
	font-weight: 100;
	letter-spacing: .5px;
}

/** Rules **/
hr.greencenter {
	margin: 20px auto;
	border-top: 1px solid #29a152;
	width: 50%;
}
hr.whitecenter {
	margin: 20px auto;
	border-top: 1px solid #fff;
	width: 50%;
}


/** Gradients **/
.header-grad {
	background: rgb(227,6,19);
	background: linear-gradient(87deg, rgba(227,6,19,1) 0%, rgba(6,147,64,1) 100%);
	width: 100%;
	height: 8px;
}
.footer-grad {
	background: rgb(227,6,19);
	background: linear-gradient(87deg, rgba(6,147,64,1) 0%, rgba(227,6,19,1) 100%);
	width: 100%;
	height: 0.5rem;
	margin-top: -4rem;
}

/** Coloured Text **/
.green {
	color: #069340;
}
.red {
	color: #cf1318;
}
.white {
	color: #fff;
}

/** Aligns **/
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: center;
}
@media (min-width: 768px) {
.align-right {
	text-align: right;
}
}

.hiw-list ::marker {
	font-size: 30px;
	color: #cf1318;
}


.clear{
	clear: both;
}

/** Footer **/
footer {
	margin: 5rem 0 0 0 ;
}
.footer {
	padding: 2em 0;
	background-image: url("../images/marbletexture.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top top;
	background-size: cover;
}
@media (min-width: 992px) {
footer {
	margin: 2rem 0 0 0 ;
}
.footer {
	padding: 3em 0;
}
}
@media (min-width: 1200px) {
footer {
	margin: 4rem 0 0 0 ;
}
.footer {
	padding: 4em 0;
}
}


.Playfair Display Regular {
	font-family: "playfair-display", serif;
	font-weight: 400;
	font-style: normal;
}
.Playfair Display Italic {
	font-family: "playfair-display", serif;
	font-weight: 400;
	font-style: italic;
}
.Playfair Display Bold {
	font-family: "playfair-display", serif;
	font-weight: 700;
	font-style: normal;
}
.Playfair Display Bold Italic {
	font-family: "playfair-display", serif;
	font-weight: 700;
	font-style: italic;
}
.Playfair Display Black {
	font-family: "playfair-display", serif;
	font-weight: 900;
	font-style: normal;
}
.Playfair Display Black Italic {
	font-family: "playfair-display", serif;
	font-weight: 900;
	font-style: italic;
}