/* Demo Styles */

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f4f4f4;
}

a {
	color: #6d1728;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #6d1728;
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
	margin: 0 0 12px;
}

h1 {
	font-size: 40px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* CG Styles */

html {
	height: 100%;
}

body {
	margin: 0;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	position: relative;
	height: 100%;
}

#wrapper {
	width: 900px;
	height: 590px;
	margin: 25px auto;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

.navigation {
	position:absolute;
	top: 15px;
	right: 15px;
	height: 50px;
	width: 200px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 2000;
	font-size: 18px;
	text-align:center;
	line-height: 50px;
	display: none;
}

.navigation a {
	color: #fff;
}
	

.swiper-container {
	width: 100%;
	height: 100%;
	color: #4e4e4e;
	background-color: #fff;
	position:relative;
}

.swiper-slide {
	position: relative;
	background-color: #fff;
}

.swiper-slide .title {
	font-size: 42px;
	margin-top: 80px;
	margin-bottom: 0;
	line-height: 45px;
}

/* Typography */

.purple {
	color: #6d1728;
}

.grey {
	color: #4e4e4e;
}

/* Slides */

.pagenum {
	position:absolute;
	right: 50px;
	bottom: 40px;
	z-index: 1000;
	display: none;
}

#wrapper .pagenum {
	bottom: 20px;
	font-size: 12px;
}

.pagenum.left {
	left: 50px;
}

.pagenum.right {
	right: 50px;
}


/* Cover */

.cover-block {
	position: absolute;
	bottom: 100px;
	left: 200px;
}

.cover-block h1 {
	font-size: 60px;
	margin-bottom: 0px;
	letter-spacing: -2px;
}

.cover-block h2 {
	font-size: 35px;
	margin-top: 0px;
	line-height: 1.2em;
	margin-left: 4px;
}

.cover-block h3 {
	font-size: 20px;
	margin-top: 50px;
	margin-left: 6px;
}

.cover-block h3 a {
	color: #4e4e4e;
}

/* Toc */

.toc {
	margin-top: 135px;
	list-style: upper-roman;
	vertical-align:text-top;

}

.toc li {
	font-size: 16px;
	margin: 10px 0;
	vertical-align:text-top;
	position:relative;
}

.toc li a {
	color: #4e4e4e;
		vertical-align:text-top;
}

.toc li a:hover {
	color: #6d1728;
	text-decoration: none;
}

.toc span {
	display: inline-block;
	margin-left: 30px;

}


/* Two Image Block */

.two-image-block {
	width: 100%;
	height: 60% !important;
}

.two-image-block img {
	width: 100%
}

.short-two {
	margin-top: 25px;
}


/* Text */

.text-block {
	padding: 0 40px;
	font-size: 14px;
}

#wrapper .text-block  {
	font-size: 12px;
	line-height: 1.4em;
}

@-moz-document url-prefix() {
    #wrapper .text-block {
        line-height: 1.35em !important;
    }
}

.text-block h1 {
	font-size: 30px;
	margin-top: 25px;
}

.text-block h2 {
	font-size: 18px;
	text-transform: uppercase;
}

.text-block h2 span {
	color: #e4e4e4;
}

.text-block h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #999;
	margin-top: -7px;
}

.column-left {
	width: 48%;
	float: left;
}

.column-left.wide {
	width: 85%
}

.column-right {
	width: 48%;
	float: right;
}

.column-image, .column-image img {
	width: 100%
}

.sub-column-left {
	float: left;
	width: 50%;
}

.sub-column-right {
	float: right;
	width: 50%;
	padding-top: 15px;
}

.sub-column-image {
	width: 90%;
	float: right;
	font-size: 10px;
	line-height: 1.25em;
	margin-bottom: 35px;
}

.sub-column-image img {
	width: 100%;
}

.short {
	margin-top: 55px;
}

.tall {
	margin-top: 40px;
	height: 568px;
	overflow:hidden;
}

.indent {
	display: inline-block;
	margin-left: 25px;	
}


/* Image Block w/ Caption */

.caption {
	width: 100%;
	height: 110px;
	overflow:hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
}

.caption span {
	display: inline-block;
	margin-left: 30%;
	width: 50%;	
	margin-top: 22px;
}

.image-caption-block {
	text-align: center;
	margin-top: 15px;
}


/* Square Image */

.square-image-block {
	height: 100%;
}

.image-square {
	height: 100%;
	float: right;
	display: block;
}

.square-text {
	float: left;
	width: 18%;
	padding: 55px 40px;
}


/* Bios & About */

.bio-block {
	padding: 0 40px;
	font-size: 14px;
}

#wrapper .bio-block {
	padding: 0 40px;
	font-size: 12px;
}


.bio-block h1 {
	font-size: 18px;
	margin-top: 25px;
	text-transform: uppercase;
}

.bio-block h2 {
	font-size: 26px;
	text-transform: uppercase;
	margin-top: 75px;
	margin-bottom: 20px;
}


/* Notes */

.notes {
	margin-top: 90px;
}

/* Colofon */

.colofon-block {
	padding: 0 40px;
	font-size: 14px !important;
}

#wrapper .colofon-block {
	padding: 0 40px;
	font-size: 12px !important;
}

.colofon-block h1 {
	color: #999;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: -2px;
	font-size: 45px;
}

.colofon-block h2 {
	color: #222;
	line-height: 1.25em;
	font-weight: 600;
}

.colofon-block h3 {
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 25px
}

.colofon-block-01 {
	margin-top: 45px;
}

.colofon-block-02 {
	margin-top: 55px;
}

#wrapper .colofon-block-02 {
	margin-top: 45px;
}

.colofon-block-03 {
	margin-top: 85px;
}

#wrapper .colofon-block-03 {
	margin-top: 65px;
}


/* Computer Nav */

.computer-nav {
	width: 880px;
	background-color: #e4e4e4;
	padding: 10px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

.next, .previous, .tableofcontents {
	background: #FFF;
	color: gray;
	font: bold 11px "Open Sans";
	padding: 2px 12px 3px 12px; !important;
	text-decoration: none;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .25);
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tableofcontents:hover {
	text-decoration: none;
}

.next:after {
	background: gray;
	color: #FFF;
	content: ">";
	display: inline-block;
	font: bold 13px "Georgia";
	height: 28px;
	line-height: 28px;
	margin-left: 10px;
	text-align: center;
	width: 28px;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.next:hover {
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	text-decoration: none;
}

.previous:before {
	background: gray;
	color: #FFF;
	content: "<";
	display: inline-block;
	font: bold 13px "Georgia";
	height: 28px;
	line-height: 28px;
	margin-right: 10px;
	text-align: center;
	width: 28px;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.previous:hover {
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	text-decoration: none;
}

.button-right {
	float: right;
}

.tableofcontents {
	margin-left: 270px
}
	
.image-full {
	width: 80%;
	height: auto;
}

.image-full-portrait {
	height: 465px;
	width: auto;
}


.title-block {
	padding: 20px 25px;
}

.quote-block {
	padding: 20px 25px;
	text-align:center;
}

.image-right {
	float: right;
	width: 45%;
	margin:  5px 0 20px 20px;
}

.text-quote {
	font-size: 30px;
	font-style: italic;
	line-height: 1.5em;
}

.image-quote {
	width: 60%;
	margin: 15px auto 25px auto;	
}

/* Media Queries */

/* iPad  */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

}

/* iPad Landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 


	.short {
		margin-top: 35px;
		overflow:visible;
	}
	
	.tall {
		margin-top: 40px;
		height: 568px;
		overflow:visible;
	}
	
	.text-block  {
		line-height: 1.4em !important;
	}

}

/* iPad Portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 

	/* Cover */
	
	.cover-block {
		left: 100px;
	}
	
	/* Square Image */
	
	.square-image-block {
		width: auto;
	}
	
	.square-image-block .pagenum {
		display: none !important;
	}
	
	.image-square {
		width: 100%;
		height: auto !important;
		float: none;
		display: inline-block;
		position: absolute;
		top: 0px;
	}
	
	.square-text {
		float: none !important;
		width: 80%;
		padding: 40px 0;
		text-align:center;
		position: absolute;
		bottom:50px;
		left: 75px;
	}
	
	.tall {
		overflow:visible;
	}
	
	.image-full {
		width: 100%;
		height: auto;
	}
	
	.text-block  {
		line-height: 1.38em !important;
	}



}

/* iPhone 5 */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 

	body {
		width: 100% !important;
		height: auto !important;
		background-color: #fff;
		overflow-x: hidden;
	}
	
	.navigation {
		position:fixed;
		top: 15px;
		right: 15px;
		height: 50px;
		width: 200px;
		background: rgba(0, 0, 0, 0.8);
		z-index: 2000;
		font-size: 18px;
		text-align:center;
		line-height: 50px;
		display: none;
	}
	
	.navigation a, .navigation a:hover, .navigation a:active  {
		text-decoration:none !important;
	}


	.swiper-container, .swipper-wrapper {
		width: 100% !important;
		height:auto !important;
		margin:0 !important;
		padding: 0 !important;
	}
	
	.cover-block {
		position: relative;
		top: 0px;
		left: 32px;
	}
	
	.cover-block h1 {
		font-size: 40px;
		margin-bottom: 0px;
		letter-spacing: -2px;
	}
	
	.cover-block h2 {
		font-size: 25px;
		margin-top: 10px;
		line-height: 1.2em;
		margin-left: 4px;
	}
	
	.cover-block h3 {
		font-size: 20px;
		margin-top: 50px;
		margin-left: 6px;
	}
	
	.swiper-slide {
		width: 100% !important;
		height:auto !important;
		margin-top: 100px;
		overflow:hidden;
	}
	
	.about {
		margin-top: 100px !important;
	}

	.caption {
		width: 100%;
		height: 110px;
		overflow:hidden;
		position: relative;
		bottom: 0px;
		left: 0px;
		background-color: #fff;
	}


	.toc {
		margin-top: 50px;
		padding: 0;
		list-style: upper-roman;
		vertical-align: text-top;
	}
	
	.toc li {
		/*display:inline-block;*/
		vertical-align:top;
		position:relative;
	}
	
	.toc span {
		display: inline;
		margin-left: 0px;

}

	.column-left, .column-right {
		width: 100%;
		float: none;
		margin-top: 0 !important;
	}

	.pagenum {
		position:absolute;
		right: 50px;
		bottom: 10px;
		z-index: 1000;
	}
	
	.text-block {
		font-size: 15px !important;
		line-height: 1.25em;
	}
	
	.caption {
		font-size: 15px;
	}
	
	.caption span {
		margin-left: 20%;
		width: 60%;	
	}
	
	.square-text {
		font-size: 15px;
	}
	
	.bio-block {
		font-size: 15px;
	}
	
	.image-full {
		width: 100% !important;
		height: auto !important;
		overflow:visible;
	}
	
	.square-image-block {
		width: 100% !important;
		height: 100% !important;
		overflow:hidden;
		position:relative !important;
	}
	
	.image-square {
		width: 100%;
		height: auto !important;
		float: none;
		display: block;
		position: relative;
		top: 0px;
	}
	
	.square-text {
		float: none !important;
		width: 80%;
		padding: 40px 0;
		text-align:center;
		position: relative;
		bottom:20px;
		left: 15px;
	}
	
	.text-block {
		padding: 0 40px;
		font-size: 14px;
	}

	.tall {
		margin-top: 0px !important;
		height: auto !important;
		overflow:visible;
	}
	
	.bio-block h2 {
		margin-top: 50px;
		margin-bottom: 20px;
	}
	
	.two-image-block img {
		margin-bottom: 20px;
	}
	


}

/* iPhone 5 Landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 

}

/* iPhone 5 Portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 

	
	/* Square Image */
	
	
	
	.square-image-block .pagenum {
		display: none !important;
	}
	
	

	
	
	
	
}


/* iPhone 2 - 4 */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) { 


}

/* iPhone 2 - 4 Landscape */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) { 


}

/* iPhone 2 - 4 Portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait) {
	
}