/*

Theme Name: Common Edge
Theme URI: https://github.com/once-future/commonedge
Author: Spellerberg Associates
Author URI: http://www.spellerbergassociates.com/

Designed by Once-Future Office, http://once-future.com/
Developed by Spellerberg Associates, http://www.spellerbergassociates.com/

*/

html { -webkit-text-size-adjust: 100%; }
body { font-family: "Tiempos", serif; font-weight: 400; font-size: 16px; line-height: 1.4615384615; margin: 0; padding: 0; background: #fff; color: #000; text-rendering: optimizeLegibility; }

strong, b { font-weight: 600; }

a { text-decoration: none; color: #000; }
a:hover { color: #ff2b0f; }

img { max-width: 100%; }

h1 { font-family: "Boutique", sans-serif; -webkit-font-smoothing: antialiased; text-transform: uppercase; font-size: 27px; }
h2 { font-family: "Boutique", sans-serif; -webkit-font-smoothing: antialiased; font-size: 37px; line-height: 1.08; border-bottom: 2px solid #000; margin: 17px 0 0 0; padding-bottom: 1em; }
h3 { font-family: "Founders", sans-serif; font-weight: 700; font-size: 27px; line-height: 1.037037037; -webkit-font-smoothing: antialiased; color: #c46621; margin: 30px 0 16px 0; }
h4 { font-family: "Boutique", sans-serif; -webkit-font-smoothing: antialiased; text-transform: uppercase; font-size: 15px; border-bottom: 2px solid #000; margin: 85px 0 10px 0; padding-bottom: .125em; }

h2 span { white-space: nowrap; }

aside,
	blockquote { font-family: "Founders", sans-serif; font-weight: 700; font-size: 21px; line-height: 1.2; -webkit-font-smoothing: antialiased; color: #ff2b0f; margin: 15px 0; padding: 0 0 0 80px; }

.layout { position: relative; }

.searchpage { padding-bottom: 2em;}

@media screen and (min-width: 480px) {
	h2 { font-size: 42px; line-height: 1.1052631579; padding-bottom: 25px; }
}

@media screen and (min-width: 768px) {
	h2 { font-size: 50px; line-height: 1.0416666667; }
	aside,
	 	blockquote{ font-size: 22px; }
}

@media screen and (min-width: 1240px) {
	body { font-size: 17px; line-height: 1.4117647059; }
	h2 { font-size: 68px; line-height: 0.9117647059; border-bottom: 3px solid #000; }
	h4 { font-size: 16px; }
	aside,
	 	blockquote{ font-size: 27px; }
}


/* Header */

.fixedheader { background: #fff; line-height: 1; }
.js .fixedheader { position: fixed; top: 0; left: 0; right: 0;  box-shadow: 0 0 5px 0 rgba(0,0,0,0.25); z-index: 100; }
.homepage .fixedheader { display: none; }

.fixedheader h1 {  margin: 0; float: left; line-height: 0; padding: 20px 0; max-width: 328px; }
.fixedheader img { width: 100%; }

.fixedheader .hamburger { display: block; position: absolute; top: 20px; right: 16px; width: 20px; height: 20px; color: #2a2c23; background-image: url('images/menu.svg'); background-repeat: no-repeat; background-position: center; background-size: contain; }
.fixedheader .hamburger:hover { color: #a85449; cursor: pointer; }
.fixedheader .hamburger.selected { color: #a85449; }
.fixedheader .hamburger span { display: none; }

.fixedheader .margin { padding: 0 125px; margin: auto; }
.fixedheader .hamburger { font-size: 30px; display: none; top: 23px;  }

.responsivecue { float: right; }

.fixedheader nav { float: right; padding: 24px 0 0 0; }
.fixedheader nav a { border-bottom: 5px solid transparent; }
.fixedheader nav a:hover { color: #000; border-bottom: 5px solid #d5aaa4; }
.fixedheader nav .current-menu-item a { border-bottom: 5px solid #a85449; }

.fixedheader nav ul { font-family: "Founders", sans-serif; -webkit-font-smoothing: antialiased; font-weight: 700; font-size: 18px; line-height: 1.2222222222; letter-spacing: 0.05em; list-style: none; margin: 0; padding: 0;  float: right; }
.fixedheader nav li { padding: 0 0 0 17px; float: left; }

.fixedheader nav .search { vertical-align: top; position: relative; top: 3px; }
.fixedheader nav .search a { background: url('images/search.svg'); display: inline-block; width: 17px; height: 17px; background-size: contain; background-repeat: no-repeat; }
.fixedheader nav .search span { clip: rect(1px, 1px, 1px, 1px); clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px); position: absolute !important; white-space: nowrap; height: 1px; width: 1px; overflow: hidden; }
.fixedheader nav .current-menu-item.search a { border-bottom: none; }
.fixedheader nav .search a:hover { border-bottom: none; }


@media screen and (max-width: 1250px) {

	.fixedheader .margin { padding: 0 28px; max-width: 1000px;}

}


@media screen and (max-width: 900px) {

	.fixedheader h1 {  margin: 0 auto; float: none; }
	.fixedheader .hamburger { display: block; }
	.fixedheader .margin { overflow: hidden; }

	.responsivecue { float: left; }

	.fixedheader nav { clear: both; float: none; padding: 0; }

	.fixedheader nav a:hover { border-bottom: 3px solid #a85449; }
	.fixedheader nav .current-menu-item a { border-bottom: 3px solid #a85449; }

	.fixedheader nav ul { padding: 0; float: none; text-align: center; }
	.fixedheader nav li { padding: 5px 0; float: none; }

}

@media screen and (max-width: 440px) {

	.fixedheader h1 { max-width: 200px; }
	.fixedheader .hamburger { top: 18.5px; }

}


@media print {
	.js .fixedheader { position: static; }
	.headerspacer { display: none; }
}

/* Home Header */

.homeheader { padding: 48px 0 20px 0; position: absolute; top: 0; left: 0; right: 0; }
.homeheader .logowrap { position: absolute; top: 0; left: 0; right: 0; }
.homeheader .navpadding { padding: 0 128px; }

.homeheader nav { padding-top: 48px; position: absolute; top: 0; right: 0; left: 0; }
.homeheader nav a { border-bottom: 5px solid transparent; }
.homeheader nav a:hover { color: #000; border-bottom: 5px solid #d5aaa4; }
.homeheader nav .current-menu-item a { border-bottom: 5px solid #a85449; }

.homeheader nav ul { font-family: "Founders", sans-serif; -webkit-font-smoothing: antialiased; font-weight: 700; font-size: 18px; line-height: 1.2222222222; letter-spacing: 0.05em; list-style: none; margin: 0; padding: 0 0 17px 0;  float: right; }
.homeheader nav li { padding: 0 0 0 17px; float: left; }

.homeheader nav .search { vertical-align: top; position: relative; top: 3px; }
.homeheader nav .search a { background: url('images/search.svg'); display: inline-block; width: 17px; height: 17px; background-size: contain; background-repeat: no-repeat; }
.homeheader nav .search span { clip: rect(1px, 1px, 1px, 1px); clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px); position: absolute !important; white-space: nowrap; height: 1px; width: 1px; overflow: hidden; }
.homeheader nav .current-menu-item.search a { border-bottom: none; }
.homeheader nav .search a:hover { border-bottom: none; }

.homeheader { display: block; text-align: center; padding: 20px 0 0 0; position: relative; z-index: 99; }
.homeheader h1 { display: none; max-width: 280px; margin: 0 auto; max-width: 925px; padding: 0 300px 0 28px; }
.homeheader img { width: 100%; }
.homeheader .navpadding { padding: 16px 28px; max-width: 100%; }

@media screen and (max-width: 1239px) {

	.homeheader { display: block; }
	.homeheader h1 { display: block; }
	.homeheader nav { padding-top: 0; }

}

@media screen and (max-width: 900px) {

	.homeheader { display: none; }
	.homepageresponsivecue { float: right; }

}


/* Article */

article { padding: 0 16px; clear: both; overflow: hidden; }

article figure { margin: 0 -16px 0 0; position: relative; line-height: 0; }
article figure img { width: 100%; }
article figcaption { margin: .5em 16px 1.5em 0; line-height: 1; color: #969696; font-weight: 600; text-align: right; font-size: 14px; }

article ul.post-categories { list-style: none; margin: 17px 0; padding: 0; overflow: hidden; letter-spacing: 0.005em; }
article ul.post-categories li { margin: 0; padding: 0 .5em 0 0; float: left; }
article ul.post-categories a { display: block; color: #ff2b0f;  font-family: "Boutique", sans-serif; -webkit-font-smoothing: antialiased; text-transform: uppercase; font-size: 15px; border: 2px solid #ff2b0f; line-height: 1; padding: 4px 11px 3px 11px; }

article .date { font-weight: 600; margin: 8px 0 0 0; font-size: 14px; line-height: 1; }

article .author { margin: 1em 0 0 0;  font-family: "Boutique", sans-serif; -webkit-font-smoothing: antialiased; font-size: 16px; line-height: 1.1666666667; color: #ff2b0f; margin: 8px 0 0 0; }
article .author a { color: #ff2b0f; }

article main { clear: both; padding-top: 47px; max-width: 592px; }
article main a { color: #ff2b0f; }
article main p { margin: 0; text-indent: 80px; }
article main p + figure { margin-top: 1.25em ; }

article main h3 + p,
	article main p:first-child,
	article figure + p,
	article aside + p,
	article blockquote + p { text-indent: 0; }

article .dropcap { font-family: "Engraved"; -webkit-font-smoothing: antialiased; font-weight: 700; font-size: 50px; line-height: 0; text-transform: uppercase; color: #ff2b0f; float: left; padding: 48px 30px 25px 30px; }

article.page h2 { padding-top: 60px; }

@media screen and (min-width: 480px) {
	article { padding: 0 64px 0 28px; }
	article figure { margin: 0 -64px 0 0; }
	article figcaption { margin: .5em 64px 1.5em 0; }

	article .dropcap { font-size: 82px; padding: 68px 45px 50px 30px;}
}

@media screen and (min-width: 768px) {
	article { padding: 0 148px 0 28px; }

	article header { margin: 0 -60px 0 0}

	article figure { margin: 0 -60px 0 0; }
	article figcaption { margin: .5em 60px 1.5em 0; }

	article header figure { margin: 0 -88px 0 0; }
	article header figcaption { margin: .5em 88px 1.5em 0; }

	article .date { float: left;  }
	article .author { float: right;  margin: 8px 0 0 0; }

}

@media screen and (min-width: 1240px) {
	article { padding: 0 290px 0 128px; font-size: 16px; line-height: 1.5em; }
	article main { max-width: 640px; }

	article header { margin: 0 -160px 0 0}

	article figure { margin: 0 -160px 0 0; }
	article figcaption { margin: .5em 160px 1.5em 0; }

	article header figure { margin: 0 -130px 0 -128px; }
	article header figcaption { margin: .5em 130px 1.5em 0; }

	article ul.post-categories { font-size: 16px; }
	article .author { font-size: 18px; }
}

/* Q & A */

.qanda {}
.qanda p { margin: 1em 0; text-indent: 0; }

.qanda .textblock { margin: 1em 0; }
.qanda .textblock.question { font-weight: 600; }
.qanda .textblock.answer { margin: 0; padding: 0 0 0 80px; }

.qanda .textblock span.speaker + p { display: inline; }

.qanda .speaker { font-weight: 600; color: #c46621; width: 80px; display: inline-block; }

/* Article Footers */

article footer { font-size: 15px; line-height: 1.4090909091; }
article footer ul { overflow: hidden; list-style: none; margin: 0; padding: 0; font-family: "Founders", sans-serif; font-weight: 700;  text-transform: uppercase; font-size: 15px; line-height: 1.4545454545; max-width: 389px; }
article footer li { margin: 0; padding: 0; }

article .authorbio { margin: 1em 0; padding-left: 47px; max-width: 471px; }
article .authorbio p { margin: 0; }
article .authorbio a { color: #ff2b0f; }

article .authorimage { margin-bottom: .25em; }

@media screen and (min-width: 480px) {


	article footer li { width: 50%; float: left; padding-right: 1em; box-sizing: border-box;}
	article footer li:nth-child(even) { padding-right: 0; padding-left: 1em;}

	article .authorbio { padding-left: 0; overflow: hidden; }
	article .authorbio p { margin-left: 107px; }

	article .authorimage { width: 65px; float: left; }

}

@media screen and (min-width: 768px) {

	article footer.tags { width: 50%; float: right; padding-left: 37px; box-sizing: border-box; }
	article footer.authors {width: 50%; float: left; padding-right: 37px; box-sizing: border-box; }

	article .authorbio p { margin-left: 121px; }

	article .authorimage { width: 175px; float: left; }

}

@media screen and (min-width: 1240px ) {

	.sharethis { position: fixed; top: 50%; right: 0; }
	.sharethis h4 { display: none; }
	.sharethis ul { margin: -103px 0 0 0; padding: 0; position: relative; }
	.sharethis li { margin: 0 0 1px 0; padding: 0; display: block; width: auto; float: none; }
	.sharethis li:nth-child(even) { padding: 0; }

	.sharethis a {background: #c46625; color: #fff; display: block; width: 45px; height: 45px; line-height: 1; display: block; background-repeat: no-repeat; background-position: center center; background-size: 30px 30px; }
	.sharethis .facebook a { background-image: url('images/facebook.svg'); }
	.sharethis .twitter a { background-image: url('images/twitter.svg'); }
	.sharethis .email a {background-image: url('images/email.svg'); }

	.sharethis span { display: none; }


}

/* Index Header */

.indexheader { margin: 0 auto; padding: 0 128px;  }


@media screen and (max-width: 1250px) {

	.indexheader { padding: 0 28px; max-width: 995px}

}


/* Index */

.index { max-width: 1286px; margin: 0 auto; }

.index h2 { border-bottom: none; }
.index h3 { margin-top: 0; }

.index article { margin-top: 1em; }
.index article header { border-top: 2px solid #000; overflow: hidden; }

.index article.firstpost header { border-top: none; }

.index article ul.post-categories { margin: 10px 0 13px 0; }

.index article figure { clear: both; padding-top: 1em; }

.index article .excerpta { display: none; }
.index article .excerptb { display: block; }

.index .morelink { font-family: "Founders", sans-serif; font-weight: 700; -webkit-font-smoothing: antialiased; text-transform: uppercase; text-align: center; }
.index .morelink a { color: #ff2b0f; }

.index .underlay { display: none; }

@media screen and (min-width: 480px) {
	.index h3 { margin-bottom: 21px; }
}

@media screen and (min-width: 768px) {

	.index h3 { margin-bottom: 21px; }

	.index article header { width: 288px; float: left; }
	.index article.firstpost header { border-top: 2px solid #000; }

	.index article figure { clear: none; padding-top: 0; margin: 0 -148px 0  300px; }

	.index article .excerpta { display: block;  width: 288px; float: left; clear: left; }
	.index article .excerptb { display: none; }

	.index article .date { float: none; }
	.index article .author { float: none;  margin: 1em 0 0 0; }

}

@media screen and (min-width: 1240px) {

	.index h3 { font-size: 32px; line-height: 1.0666666667; margin-bottom: 21px; }

	.index article header { width: 395px; }
	.index article figure { clear: none; padding-top: 0; margin: 0 -165px 0  410px; }

	.index article .excerpta { display: block; width: 395px; }
	.index article .excerptb { display: none; }

	.index article.firstpost { overflow: visible; }
	.index article.firstpost h3 {font-size: 50px; line-height: 1; font-family: "Boutique", sans-serif; -webkit-font-smoothing: antialiased; }
	.index article.firstpost header { width: 65%; float: none; position: absolute; bottom: 0;  }
	.index article.firstpost figure { clear: both; padding: 0 0 2em 0; margin: 0 -165px 0 0; }

	.index article.firstpost .excerpta { display: none; }
	.index article.firstpost .excerptb { display: block; padding: 0 0 1em 162px; }

	.index .biglogo { position: relative; margin: 0 0 2em; }

	.index .underlay { display: block; position: relative; margin: 48px -165px 0 0; padding: 0 18px 0 24px; }
	.index .underlay img { width: 100%; }

}

@media screen and (min-width: 1440px) {
	.index article.firstpost header { }
}

/* Climate Change Index */

 .climateindex { margin: 100px 0 0 0; max-width: 1286px; }

.climateindex h2 { border-bottom: none; }
.climateindex h3 { margin-top: 0; }

.climateindexheader { margin: 0 16px; }

.climateindex article { margin-top: 1em; }
.climateindex article header { border-top: 2px solid #000; overflow: hidden; }

.climateindex article ul.post-categories { margin: 10px 0 13px 0; }

.climateindex article figure { clear: both; padding-top: 1em; }

.climateindex article .excerpta { display: none; }
.climateindex article .excerptb { display: block; }

.climateindex .morelink { font-family: "Founders", sans-serif; font-weight: 700; -webkit-font-smoothing: antialiased; text-transform: uppercase; text-align: center; }
.climateindex .morelink a { color: #ff2b0f; }

@media screen and (min-width: 480px) {
	.climateindex h3 { margin-bottom: 21px; }
	.climateindexheader { margin: 0 28px; }
}

@media screen and (min-width: 768px) {

	.climateindex h3 { margin-bottom: 21px; }

	.climateindex article header { width: 288px; float: left; }

	.climateindex article figure { clear: none; padding-top: 0; margin: 0 -148px 0  300px; }

	.climateindex article .excerpta { display: block;  width: 288px; float: left; clear: left; }
	.climateindex article .excerptb { display: none; }

	.climateindex article .date { float: none; }
	.climateindex article .author { float: none;  margin: 1em 0 0 0; }

}

@media screen and (min-width: 1240px) {

	.climateindex h3 { font-size: 32px; line-height: 1.0666666667; margin-bottom: 21px; }

	.climateindexheader { margin: 0 128px; }

	.climateindex article header { width: 395px; }
	.climateindex article figure { clear: none; padding-top: 0; margin: 0 -165px 0  410px; }

	.climateindex article .excerpta { display: block; width: 395px; }
	.climateindex article .excerptb { display: none; }

}

@media screen and (min-width: 1440px) {
	.climateindex article.firstpost header { }
}

/* Pagination */

.pagination { padding: 0 16px; clear: both; overflow: hidden; font-family: "Founders", sans-serif; text-align: center; }

.page-numbers { list-style: none; margin: 46px 0 0 0; padding: 0; }
.page-numbers li { margin: 0 .25em; padding: 0; display: inline-block; }
.page-numbers a { color: #ff2b0f; }

@media screen and (min-width: 480px) {
	.pagination { padding: 0 28px;}
}

@media screen and (min-width: 768px) {
	.pagination { padding: 0 28px;}
	.page-numbers li { margin: 0 .5em; }
}

@media screen and (min-width: 1240px) {
	.pagination { padding: 0 128px;}
}


/* Get Involved */

.getinvolved { padding: 0 16px; }

.newsform { max-width: 1022px; font-family: "Founders", sans-serif; -webkit-font-smoothing: antialiased; margin: 60px 0 80px 0; clear: both; overflow: hidden; border-top: 2px solid #000; padding: 1em 0 0 0;  }
.newsform .padding { max-width: 471px; line-height: 1.2; font-size: 23px; }
.newsform h2 { font-family: "Boutique", sans-serif; -webkit-font-smoothing: antialiased; text-transform: uppercase; font-size: 20px; border-bottom: none; margin: 0; padding: 0; }
.newsform input { font-family: "Founders", sans-serif; -webkit-font-smoothing: antialiased; font-size: 23px; letter-spacing: .02em; padding: .25em .5em; margin-bottom: 11px; }
.newsform input[type="email"] {width: 100%; border: 2px solid #000; box-sizing: border-box; }
.newsform input[type="submit"] { background: #a85449; color: #fff; border: none; float: right; margin: 0; padding: .5em 1em; font-size: 20px; letter-spacing: .03em; width: 150px; text-align: center;}
.newsform input[type="submit"]:hover { background: #ff2b0f; cursor: pointer; }

.donateform { max-width: 1022px; font-family: "Founders", sans-serif; -webkit-font-smoothing: antialiased; margin: 40px 0 80px 0; clear: both; overflow: hidden; border-top: 2px solid #000; padding: 1em 0 0 0; text-align: right; }
.donateform .padding { max-width: 471px;  line-height: 1.2; font-size: 23px;}

.donateform span { color: #ff2b0f; }
.donateform p { text-align: left; }
.donateform h2 { font-family: "Boutique", sans-serif; -webkit-font-smoothing: antialiased; text-transform: uppercase; font-size: 20px; border-bottom: none; margin: 0; padding: 0; }
.donateform a { display: inline-block; font-family: "Founders", sans-serif; -webkit-font-smoothing: antialiased; font-size: 20px; letter-spacing: .02em; margin: 0 0 11px 0; background: #a85449; color: #fff; border: none; padding: .5em 0; letter-spacing: .03em; width: 150px; text-align: center;}
.donateform a:hover { background: #ff2b0f; cursor: pointer; }

@media screen and (min-width: 480px) {

	.getinvolved { padding: 0 64px 0 28px; }
	.index .getinvolved { padding: 0 28px;}

	.newsform { margin: 60px 0 80px 0; }
	.donateform { margin: 40px 0 80px 0; }
}

@media screen and (min-width: 768px) {

	.getinvolved { padding: 0 148px 0 28px; }
	.index .getinvolved { padding: 0 28px;}

}

@media screen and (min-width: 1240px) {

	.getinvolved { padding: 0 290px 0 128px;}
	.index .getinvolved { padding: 0 128px;}

	.newsform { margin: 60px 0 80px 0; }
	.donateform { margin: 40px 0 80px 0; }
}




/* Site Footer */

.sitefooter { background: #2a2b23; color: #fff; margin-top: 70px; font-size: 15px; line-height: 1.3636363636; padding: 1em 0; overflow: hidden;  }

.footermargin { padding: 0 16px; }

.sociallinks { font-size: 2em; }
.sociallinks ul { list-style: none; margin: 0; padding: 0 0 .5em 0; overflow: hidden; }
.sociallinks li { margin: 0; padding: 0 1em 0 0; display: block; float: left; }
.sociallinks li:last-child { padding-right: 0; }

.sociallinks a { display: block; width: 45px; height: 45px; line-height: 1; display: block; background-repeat: no-repeat; background-position: center center; background-size: 30px 30px; }
.sociallinks .facebook a { background-image: url('images/facebook.svg'); }
.sociallinks .twitter a { background-image: url('images/twitter.svg'); }
.sociallinks .instagram a {background-image: url('images/instagram.svg'); }
.sociallinks .rss a {background-image: url('images/rss.svg'); }
.sociallinks span { display: none; }

@media screen and (min-width: 480px) {
	.footermargin { padding: 0 28px; }
}

@media screen and (min-width: 768px) {
	.sociallinks { float: right; }
	.sociallinks ul { padding-bottom: 0; }
	.copyright { float: left; padding-top: 18px; }
}

@media screen and (min-width: 1240px) {
	.footermargin { padding: 0 128px; }
}


#loading { position: fixed; bottom: 28px; left: 0; right: 0; text-align: center; }


.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Forms */

.gform_wrapper {  font-size: 20px !important;  border: 2px solid #c46621; margin-top: 2em !important; padding: .25em 1em; }
.gform_footer { text-align: right; }
.gfield_label { font-family: "Boutique", sans-serif; }
.gfield_description { font-family: "Tiempos", serif; }

.gform_wrapper input[type=text] { border: 2px solid #000; }
.gform_wrapper input[type="submit"] { font-family: "Founders", sans-serif; -webkit-font-smoothing: antialiased; letter-spacing: .02em; margin: 0 !important; background: #a85449; color: #fff; border: none; padding: .5em 1em; letter-spacing: .03em; text-align: center;}
.gform_wrapper input[type="submit"]:hover { cursor: pointer; }

/* Search */

.searchform { display: grid; grid-template-columns: auto 35px; column-gap: 1em; }
.searchform input { font-family: "Founders", sans-serif; -webkit-font-smoothing: antialiased; font-size: 23px; letter-spacing: .02em; padding: .25em .5em; margin-bottom: 11px; width: 100%; border: 2px solid #000; box-sizing: border-box; }
.searchform button { background: transparent; border: none; padding: 0; }
.searchform button:hover { cursor: pointer; }
.searchform button img {  vertical-align: top; position: relative; top: -5px; }

/* Donation Page */

.thankyoubox { margin-top: 2em; max-width: 550px; font-family: "Founders", sans-serif; -webkit-font-smoothing: antialiased; font-size: 22px;  }
.thankyoubox h3 { color: #000; font-family: "Boutique", sans-serif; text-transform: uppercase; font-size: 28px; }
.thankyoubox p { text-indent: 0; }
.thankyoubox .name { color: #FF2B0F; }
