@charset "utf-8";
h2 {
	font-size: 1.33em;
	line-height: 1em;
	color: #FFF;
}
h3 {
	color: #5CA6D8;
	font-size: 2.2em;
}
h3.list {
	font-weight: 700;
}
.page .page {
	padding: 0 4%;
}
.textback {
	padding-bottom: 1em;
}
.booktext, .flattext {
	padding: 1em;
}
.narrow {
	max-width: 84em;
}
.center.page h3 {
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #006E9F;
	font-weight: 600;
	text-align: center;
}
.guide.page h4 {
	font-size: 1.0625em;
	line-height: 1.17em;
	color: #304D5E;
}
h5 {
	text-transform: uppercase;
	color: #304D5E;
	font-size: .8em;
	margin: .3rem;
}
.book {
	position: relative;
	left: -6vw;
	text-align: center;
}
.book.v2 {
	left: 0;
	padding: 0 1em;
}
.book.v1 img {
	max-width: 571px;
}
.book.v2 img {
	max-width: 430px;
}
.flatbook {
	position: relative;
	text-align: center;
}
.down {
	text-align: center;
	width: 100%;
	margin-top: -1px;
}
.quoteback {
	font: 400 1em/1.2em "Crimson Text",Times,serif;
	text-align: center;
	padding: 1em;
	background-color: #E9ECED;
}
.quoteback:before {
	content: "“";
}
.quoteback:after {
	content: "”";
}
.formback {
	background-color: #000;
	color: #FFF;
	font-size: 1.06em;
	line-height: 130%;
	padding: 1em 4%;
	text-align: center;
}
.formback label {
	color: #FFF;
}
.formback h3 {
	color: #B8A013;
}
.formback.stripe {
	padding-top: 0;
	padding-bottom: 0;
}
.formback .formnorm {
	font-size: .8em;
	background-color: rgba(255,255,255,.1);
	margin: 2px 0;
	color: #FFF;
}
.formnorm::-webkit-input-placeholder {
	color: #CCC !important;
}
.formnorm::-moz-placeholder {
	color: #CCC !important;
}
.formnorm:-ms-input-placeholder {
	color: #CCC !important;
}

.titletop {
	background-color: #4B9ED9;
	padding: 2em;
	text-align: center;
	color: #FFF;
}
.formback + .down svg {
	fill: #000;
}
.quoteback + .down svg {
	fill: #ECEFEC;
}
.number {
	background-color: #006E9F;
	color: #FFF;
	font: 400 1.25em/100% "Times New Roman", Times, serif;
	display: inline-block;
	padding: .3em .5em;
	margin-bottom: .5em
}
ul.numbered {
	list-style: none;
	padding: 0;
	margin: 1em 0;
}
ul.numbered p {
	text-align: center;
}
.line span {
	display: inline-block;
	margin: .5rem 0;
	width: 50%;
	height: 1px;
	background-color: #D6D8DA;
}
ul br, h3 br, .formback .split br {
	display: none;
}
.submitbutton, .formback .tel {
	font-weight: 600;
	display: inline-block;
	margin: .5em auto;
	border: none;
	background-color: #B8A013;
	color: #FFF;
	padding: .6em 1.2em .5em;
	line-height: 1.2em;
}
.formback .tel {
	padding-bottom: .4em;
}
a.submitbutton {
	padding: .6em 1.2em .5em;
}
input.submitbutton, a.submitbutton, a.submitbutton:link, a.submitbutton:visited {
	color: #FFF;
	background-color: #4B9ED9;
	border-radius: 0;
}
input.submitbutton:hover, input.submitbutton:focus, a.submitbutton:hover, a.submitbutton:visited:hover {
	background-color: #1C3651;
}
.formback.stripe .tel {
	margin: 0 0 0 .5em;
}
.arrow {
	position: relative;
	left: .5em;
	top: .2em;
}
a:hover .arrow polygon, a:visited:hover .arrow polygon {
	fill: #4B9ED9;
}
.readbutton {
	font-weight: 600;
	font-size: .92em;
	color: #0193C2;
	border: 2px solid #0193C2;
	text-transform: uppercase;
	display: table;
	padding: .4em 1em .2em;
	margin-top: .5em;
}
.booklist .readbutton {
	margin-bottom: .5em;
}
.readbutton .arrow {
	width: .5em;
	height: .93em;
	margin: 0 0 -.1em .3em;
}
.readbutton polygon {
	fill: #0193C2;
}
ul.booklist {
	list-style: none;
	padding: 0 1em;
	margin: 0;
}
.booklist h3{
	margin: 0;
}
.coverside {
	text-align: center;
	margin-bottom: .5em;
}
.linkside {
	line-height: 1.1em;
	margin-bottom: 1.8em;
	text-align: center;
}
.dark.linebutton {
	margin: 1em auto;
}
@media only screen and (min-width: 41em) {
	ul.numbered {
		display: table;
		width: 100%;
		margin: 1em auto;
	}
	ul.columns {
		padding: 0;
		display: table;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.split > div {
		vertical-align: bottom;
	}
	.booklist .split {
		margin: 1em 2em;
	}
	.booklist li {
		padding-bottom: 1em;
	}
	.coverside {
		width: 160px;
	}
	.linkside {
		padding: .5em 0 .5em 1em;
		text-align: left;
	}
	.dark.linebutton {
		margin: 2em 0 2em 6px;
	}

}
@media only screen and (min-width: 50em) {
	.submitbutton {
		-webkit-transition: all 200ms cubic-bezier(.5, 0, .5, 1);
		transition: all 200ms cubic-bezier(.5, 0, .5, 1);
	}
	.submitbutton:hover, input.submitbutton:focus {
		cursor: pointer;
		background-color: #51575C;
	}
	.page .page {
		padding: .5em 1.5em;
	}
	.center.page h3 {
		font-size: 2em;
	}
	.quoteback {
		font-size: 1.5em;
		line-height: 1.3em;
		padding: 1.5em 6em;
		position: relative;
	}
	.quoteback:before, .quoteback:after {
		font: 700 8em/1em Georgia, "Times New Roman", Times, serif;
		position: absolute;
		color: #FFF;
	}
	.quoteback:before {
		top: -.12em;
		left: -.04em;
	}
	.quoteback:after {
		bottom: -.58em;
		right: -.04em;
	}
	.booktext, .flattext, .book, .flatbook {
		display: table-cell;
		vertical-align: top;
		box-sizing: border-box;
	}
	.book.v2 {
		vertical-align: top;
	}
	.flatbook {
		min-width: 260px;
		padding-right: 2em;
	}
	.flatbook img {
		margin-top: -2em;
		padding-left: 2em;
	}
	.booktext {
		font-size: 1.125em;
	}
	.booktext p {
		line-height: 1.65em;
	}
	.booktext .h155 p {
		line-height: 1.55em;
	}
	.booktext .h145 p {
		line-height: 1.45em;
	}
	.booktext .h135 p {
		line-height: 1.35em;
	}
	.booktext .h200 p {
		line-height: 2em;
	}
	.textback {
		display: table;
		margin: 0 auto;
		padding: 0 1em 2em;
	}
	.booktext .increase p {
		line-height: 1.7em;
	}
	.booktext .boxbutton a{
		margin-bottom: 0;
	}
	.book {
		left: 0;
		width: 33%;
	}
	ul.columns li {
		font-size: 1.2em;
		line-height: 120%;
		display: table-cell;
		vertical-align: top;
		padding: 0 1.2em;
		text-align: left;
	}
	ul.columns li:first-child {
		padding-left: 0;
	}
	ul.columns li:last-child {
		padding-right: 0;
	}
	ul.columns li + li {
		border-left: 1px solid #D6D8DA;
	}
	ul.numbered li {
		display: table-cell;
		vertical-align: top;
		padding: 0;
	}
	ul.numbered li.line {
		vertical-align: middle;
	}
	.line span {
		margin: 0 1em;
		width: 1px;
		height: 3em;
	}
	h5 {
		font-weight: 400;
		font-size: .66em;
		line-height: 100%;
		margin: 1.4em 0 1em;
	}
	ul.numbered p {
		font-size: 1.125em;
		line-height: 115%;
	}
	h3 br, .formback .split br {
		display: initial;
	}
	.formback {
		padding: 1em 1.5em;
	}
	.formback .formnorm {
		background-color: transparent;
		margin: 0;
		border-bottom: 1px solid #FFF;
	}
	.formback label {
		font-size: .8em;
		margin-left: 1em;
	}
	.formback .split > div {
		padding: 0 .5em .5em;
	}
	.submitbutton {
		margin: 0;
		font-size: .85em;
	}
	input.submitbutton {
		font-size: .85em;
		padding: .4em .6em;
		height: auto;
		width: 100%;
	}
	ul.booklist {
		margin-top: -2em;
	}
	.coverside {
		width: 120px;
		max-width: 50%;
	}
	.split .linkside {
		padding-top: 0;
		padding-right: 2em;
	}
	.booklist li {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

}
@media only screen and (min-width: 58em) {
	.titletop {
		padding-top: 2.5em;
		padding-bottom: 2.5em;
	}
	.booktext, .flattext {
		padding: 0 0 1em 3em;
	}
	.book {
		width: 45%;
	}
	.book.v1 img {
		margin-left: -3em;
	}
	.book.v2 img {
		margin-top: -2em;
	}
	ul br {
		display: initial;
	}
}
