.primaryContainer {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	width: 100%;
	position: relative;
	background-color: rgb(255, 255, 255);
	font-family: open-sans, sans-serif;
	padding: 0 !important;
}
p {
	margin-bottom: 1.5em;
}
.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
.innerContainer {
	display: block;
	max-width: 1020px;
	margin: 0 auto;
}
.footer-text{
	display:inline-block;
	width:49%;
}
/* Header NavBar  */
header#HeadNav {
	/*opacity:.9;*/
	/*	float: left;
*/	height: 50px;
	/*	clear: none;
	width: 100%;*/
	background-color: #fff;
	/*	position: fixed;
	top: 0px;*/
/* 	-webkit-box-shadow: rgb(0, 0, 0) 0px 0px 3px 0px; */
/* 	box-shadow: rgb(0, 0, 0) 0px 0px 3px 0px; */
	/*	right: 0px;
	bottom: 0px;
	z-index: 1000;*/
	border-bottom: thin solid rgba(78,71,63,.30);
}
#TitleName {
	float: left;
	font-size: 1.75em;
	font-family: 'brandon-grotesque', sans-serif;
	line-height: 1.75em;
	height: 50px;
	text-align: left;
	margin: 0 0px 0px 2%;
	padding: 0 0 0 0;
	color: rgb(255, 255, 255);
	display: block;
	min-width: 0px;
	text-transform: uppercase;
	overflow: hidden;
	text-shadow: none !important;
}
#FirstName {
	font-weight: 100;
	color: black;
}
#LastName {
	font-weight: 100;
	color: #000000;
}
#Menu ul {
	display: block;
	height: 49px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	float: right;
}
#Menu li {
	display: table;
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 auto;
	line-height: 1.8em;
	text-decoration: none;
	display: table-cell;/*overflow:hidden;*/
}
#Menu li a, #Menu li a:link {
	color: rgba(100,100,100,1.00);
	text-shadow: none !important;
	margin: 0;
	padding: 16px 12px;
	cursor: pointer;
	font-family: brandon-grotesque, sans-serif;
	font-weight: normal;
	font-size:1.3em;
	background-size: 100% 200%;
	/*background-image: linear-gradient(to bottom, #000 50%, rgba(223,16,16,1.00) 50%);*/
	/*background-image: linear-gradient(to bottom, #000 50%, rgba(44,44,44,1.00) 50%);*/
	-webkit-transition: background-position 0.1s;
	-moz-transition: background-position 0.1s;
	transition: background-position 0.1s;
}
#Menu li a:hover {
	background-position: 0 -100%;
	/*background-color: rgba(223,16,16,1.00) !important;*/
	/*background-color: rgba(44,44,44,1.00) !important;*/
	color: black!important;
}
#Menu li .active {
	color: black !important;
	background-position: 0 -100%;
	background-image: none;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	/*background-color: rgba(223,16,16,0.90) !important;*/
}
#MenuButton {
	display: none;
}
#navPanel {
	top: 51px;
	background-color: #000;
	color: #000;
	/*width: 12em;*/
	border-left: thin solid rgba(78,71,63,1.00);
}
#navPanelMenu .ui-listview, #navPanelMenu .ui-btn {
	background-color: #000;
	color: rgba(0,0,0,1.00) !important;
	cursor: pointer;
	font-weight: normal;
	font-size: 10px;
	text-shadow: none !important;
	color: rgba(0,0,0,1.00);
	text-transform: uppercase;
	padding-top: 13px;
	padding-bottom: 13px;
	border-top: thin solid rgba(78,71,63,1.00);
	border-color: rgba(78,71,63,1.00) !important;
}

/* Hero Image Area */
#hero {
	position:relative;
	height: 600px;
	margin-left: 0%;
	margin-top: 50px;
	clear: none;
/*	margin-top:-100px;
*/	width: 100%;
	/*background-image: url("../img/CA_Sarah_Thornton-24.jpg");*/
	background-image: url("../img/hero2.jpg");
    -webkit-background-size: 100.89047241210938%;
    background-size: 100.89047241210938%;
    background-position: 50.4% 20%;
    background-repeat: no-repeat no-repeat;
}

#heroMask {
	height:100%;
	background-color: #d4d4d4;
}

#heroBG {
	height: 550px;
	margin-left: 0%;
	clear: none;
/*	margin-top:-100px;
*/	width: 100%;
	background-color:gray !important;
}


#Quote {
	float: left;
	font-size: 150%;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	line-height: .8em;
	margin-left: 3.36988%;
	margin-top: 0px;
	clear: none;
	overflow: hidden;
	text-transform: none;
/* 	text-shadow: rgb(0, 0, 0) 0px 1px 0px; */
	font-family: "PostoniWide",Georgia,serif;
	color:#333;
}

#Part1, #Part2 {
	position:absolute;
}

#Part2 {
	position: absolute;
	top: 80%;
	right:30px;
}

#Line1 {
	float: none;
	line-height: 1.5em;
	color: #fff;
	font-weight: 600;
}

#Line1 p {
	margin-bottom: 15px !important;
}
#Line2 {
	float: none;
	line-height: 1.5em;
	color: rgb(255, 255, 255);
	font-weight: 700;
}
#Line3 {
	float: none;
	line-height: 1.5em;
	color: rgb(255, 255, 255);
	font-weight: 100;
}

#Attribute {
	font-size: .7em;
	float: left;
	font-weight:600;
	line-height: 1.5em;
	color: #fff;
	text-align: right;
}

.from-top {
	margin-top: -5px;
	margin-bottom: 5px;
}

.from-bottom {
	padding-top: 5px;
}


#Artists-Editions {
	text-align: center;
	font-size: .7em;
}

#Days-Editions {
	text-align: center;
	font-size: .7em;
}

#Club-Editions {
	text-align: center;
	font-size: .7em;
}

div#page {
	padding-top: 0px !important;
}


/* Content Sections*/
.Section {
	height: auto;
	clear: both;
	width: 100%;
	overflow: auto;
}

.SecTitle {
	float: left;
	width: 100%;
	height: auto;
	text-align: left;
	margin-left: 3.369176%;
	margin-top: 38.5px;
	clear: none;
	min-height: 0px;
	font-family: brandon-grotesque, sans-serif;
	display: block;
	margin-right: 0%;
	font-size: 2em;
	line-height: 2em;
	font-weight: 100;
	color: rgba(0,0,0,1.00);
	text-transform: uppercase;
}

.ContentTitle {
	float: left;
	width: 100%;
	height: auto;
	text-align: left;
	clear: none;
	margin-top: 0px;
	min-height: 0px;
	font-family: brandon-grotesque, sans-serif;
	color: rgb(255, 255, 255);
	display: block;
	font-size: 1.6em;
	line-height: 1em;
	font-weight: 400;
	color: rgba(0,0,0,1.00);
	text-transform: uppercase;
}

#Biography {
	background-image: url("../img/bio-bg.jpg");
	background-attachment: scroll;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 190px;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}
#BioPt1 {
	float: left;
	font-size: 85%;
	width: 36%;
	height: auto;
	text-align: left;
	font-weight: normal;
	line-height: 150%;
	margin-left: 3.36803%;
	margin-top: 18px;
	clear: both;
	min-height: 0px;
	overflow: auto;
}
#BioPt2 {
	float: left;
	font-size: 85%;
	width: 36%;
	height: auto;
	text-align: left;
	font-weight: normal;
	line-height: 150%;
	/*margin-left: 19.465334%;*/
	margin-left: 22%;
	margin-top: 18px;
	clear: none;
	min-height: 0px;
	overflow: auto;
}
#Books {
	position: relative;
	/*overflow-x: hidden;  //commented out to allow BuyNow menu to appear*/ 
	/*padding-bottom:70px;*/
}
#Videos {
	/*background-color: rgba(241,242,244,1.00);*/
	/*background-image:url('../img/crossword.png');*/
	padding-bottom: 60px;
	background-color: #f8f8f8;
}

#Events {
	background-color: rgba(241,242,244,1.00);
	border-top: 1px solid rgb(224, 224, 224);
	border-bottom: 1px solid rgb(224, 224, 224);
	padding-bottom: 48px;
}
#ContactL {
	width:48%;
	float:left;
	margin-left: 3.368%;
	/*background-color: #333333;*/
	padding: 0 30px 60px 0px;
}
#ContactR {
	width: 48%;
	float: left;
	margin-left: 0.5%;
	clear: none;
	/*background-color: #7EA6E0;*/
	padding: 0px 30px 30px 30px;
}

.icon-link-ext {
	color: #999;
	display: show;
	font-size: 90%;
}

.icon-link-ext:before {
	font-size: 90%;
}

#AboutSarah {
	/*display: none;*/
	width: 100%;
}

#BySarah {
	width: 100%;
}
/* Hide all but first page, children of the #BySarah section. */
    #By-Page-2, #By-Page-3, #By-Page-4, #By-Page-5, #By-Page-6, #By-Page-7, #By-Page-8, #By-Page-9, #By-Page-10 {
        display: none;
    }


/*Books from ML site*/
/*#slideshow1Wrap{background:#333;}*/
#slideshow1Wrap .container{position: relative; padding:0;}
#slideshow2Wrap .container{ border-bottom: 1px solid #ccc}
#slideshow-2 { width: 80%; margin: auto; position:relative; }
#slideshow-2 { margin-top: 30px }
#slideshow-2 img{border:2px solid #efefef;}

#slideshow-2 .cycle-slideshow {
	width: 49%;
	margin: 0 auto;
}
#slideshow-2 .cycle-slideshow img { width: 100%; height: auto; display: show; }
#slideshow h1{font-size:35px;}
#slideshow h1, .bookWrap{margin-top:80px;}
.slide{width:100%; height:530px; padding-right:20px;}
.slide .col-md-8{padding-right:60px;}
#cycle-1 div { width:100%; }
#cycle-2 .cycle-slide { border:3px solid #efefef; }
#cycle-2 .cycle-slide-active { border:3px solid #004; }
.bookWrap{text-align:right;cursor:pointer;}
.cycle-prev{position:absolute; top:42% !important; left:0; z-index:503; font-size:45px; color:#CCC;}
.cycle-next{position:absolute; top:42% !important; right:0; z-index:504; font-size:45px; color:#CCC;}
.prev2{position:absolute; left:-10%; top:65px; z-index:500; font-size:45px; color:#CCC;}
.next2{position:absolute; right:-10%; top:65px; z-index:501; font-size:45px; color:#CCC;}
.bookButtons{margin-top:20px;}
.buyNow {
	margin-right:10px;
	position:relative !important;
}
  .MoreInfo{
	   width: 50%;
    	margin: 0 auto;
		margin-top:5px;
		z-index:510;
		background-color:#fff;
    	color:#333;

    	width:83px;
		font-size:14px;
		font-weight: normal;
    	border-style: solid;
    	border-width:thin;
    	border-color:#ccc;
		display:none;
		padding: 6px 12px;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
}

.BookDescription {
	min-width:94%;
	display: table;
	margin: 20px 3.3%;
	overflow: auto;
	clear: both;
	padding-top: 20px;
}

.BookThumbs {
	display: table;
	margin: 20px 3.3%;
	overflow: hidden;
	clear: both;
}

.bookThumb {
	background: #e1e1e1 ;
	position: relative;
	width: 100%;
	/*margin: 5% 0 5% 0 ;*/
	display:inline-block;
	overflow: hidden;
	-webkit-transition: .2s;
}

.book-thumb-container {
	position: relative;
	max-width: 22%;
	margin: 5% 0 5% 0 ;
	display:inline-block;
	padding-bottom: 20px;
}

.main-page-buy {
	position: absolute;
	width: 100% !important;
	z-index: 1;
}

.bookThumb:hover {
	/*box-shadow: 1px 1px 10px rgba(215, 0, 0, 1);*/
}

.bookThumb:hover img {
	cursor: pointer;
}

.bookThumb:hover .book-img {
	opacity: 1.;
	-webkit-transition: .2s;
}



.previousArrow {
	display: table-cell;
	vertical-align: middle;
	width: 35px;
	text-indent: -50000px;
	background-image: url(../img/back.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: contain;
	filter: alpha(Opacity=50);
	opacity: 0.5;
	cursor: pointer;
}
.previousArrow:hover {
	filter: alpha(Opacity=100);
	opacity: 1.0;
}
.BookContent {
	position: relative;
	/*display: table-cell; was creating 1px white margin on right */
	vertical-align: text-top;
	/*padding: 0 1.1%;*/
	/*padding-left:5%;
	padding-right:1%;*/
	margin: 0 auto;
	margin-top: -22px;
	text-align: justify;
}
.flag-group {
	text-align: justify;
	display: inline-block;
	width: 95%;
}
.indiv-flag {
	display: inline-block;
}
.nextArrow {
	display: table-cell;
	vertical-align: middle;
	width: 35px;
	text-indent: -50000px;
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: contain;
	filter: alpha(Opacity=50);
	opacity: 0.5;
	cursor: pointer;
}
.nextArrow:hover {
	filter: alpha(Opacity=100);
	opacity: 1.0;
}
.button {
	background-color: #000000;
	text-align: center;
	vertical-align: central;
	padding: 5px 10px;
	/*border: rgba(97,93,90,1.00)1px solid;*/
	border-radius: 2px;
	color: white !important;
	/*background-color: rgba(114,103,98,1.00);*/
	display: block;
	float: left;
	font-weight: 500 !important;
	font-size: 100% !important;
	padding-top: 8px;
	margin-right: 10px;
	margin-top: -6px;
	width: 207px;
	text-shadow: none !important;
	font-family: brandon-grotesque, sans-serif;
	text-transform: uppercase;
	transition: .2s
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-0-transition: .2s;
}
.button:hover, .button:visited:hover {
	background-color: #000000;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-0-transition: .2s;
	

}

.buyarrow {
	color: white;
	font-size:75%;
	transition: .2s;
	position: absolute;
	top: 10px;
	right: 15px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-0-transition: .2s;
}

.buy-dropdown:hover .buyarrow {
	transition: .2s;
	right: 10px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-0-transition: .2s;
	
}

.buyarrow-spin {
	color: white;
	font-size:75%;
	transition: .2;
	position: absolute;
	top: 10px;
	right: 15px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-0-transition: .2s;
}

.buy-dropdown:hover .buyarrow-spin{
	top: 10px; /* accounts for drop glitch */
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-0-transition: .2s;
	
}


.buy-dropdown > ul {
	margin: 0px !important;
}

.modal-left .flag {
	padding: 2px;
	margin-bottom: 10px;
}

.droparrow {
	background-color: #fff;
	color: gray;
	background-image: url(../img/expand.svg);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-size: 11px 11px;
	padding-right: 5%;
}
.book-img {
	border: 1px solid #e3e3e3;
	opacity: 1;
	float: left;
	width: auto;
	max-width: 100%;
	height: auto;
	clear: none;
	color: rgba(196, 196, 196, 1);
	display: block;
	margin-right: 3%;
	-webkit-transition:.2s;
	/*border: rgba(198,198,198,1.00) solid 1px;*/
}


.book2-img {
	border: 0px solid #e3e3e3;
	opacity: 1;
	float: left;
	width: auto;
	max-width: 100%;
	height: auto;
	clear: none;
	color: rgba(196, 196, 196, 1);
	display: block;
	margin-right: 3%;
	-webkit-transition:.2s;
	/*border: rgba(198,198,198,1.00) solid 1px;*/
}


.BookText {
	padding: 2%;
	position: absolute;
	display: inline-block;
	float: left;
	width: 70%;
	left: 16%;
	top:-10%;
	border: 1px solid gray;
	margin: 0 auto;
	text-align: left;
	background-color: rgba(178, 178,178, .95);
	z-index: 999;
}
.BookText h2 {
	margin: 0;
	padding: 0;
	font-family: brandon-grotesque, sans-serif;
	color: rgba(74,74,74,1.00);
	display: block;
	margin-right: 0%;
	margin-bottom: 1em;
	font-size: 1.5em;
	line-height: 1em;
	font-weight: 300;
	color: white;
	text-shadow: none;
	text-transform: uppercase;
	clear: none;
}
.BookText p {
	text-shadow:none;
	font-size: 80%;
	line-height: 150%;
}
#Articles {
	min-height: 550px;
	padding-bottom: 25px;
	background-color:#fff;
}
.articleList {
	/*min-height: 600px;  to keep articles from jumping around when using page navi*/
	padding-left: 3.369176%;
	width: 100%;
	clear: both;
}
.articleList .articleBlock {
	float: left;
	width: 33%;
	padding-right: 3.3%;
	padding-bottom: 2%;
	clear: none;
	height: 200px;
}
.articleBlock .articleTitle {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	margin: 0 0 2% 0;
}
.articleBlock .excerpt {
	font-size: 75%;
	color: rgba(136,136,136,1.00);
	line-height: 1.4em;
	margin-bottom: 1.2em;
}
.articleBlock .source {
	font-size: 70%;
	color: rgba(136,136,136,1.00);
	line-height: 1.4em;
	margin-bottom: 1.2em;
	text-transform: uppercase;
}

.fakeTable {
	display: table;
}
/*.fakeRow {
	display: table-row;
}*/
.article-col {
	width: 30.5%;
	margin-right:2%;
	display: inline-block;
	vertical-align: top;
}

.article-row {
	width: 100%;
	display: inline;
	clear: both;
}

.fakeCell {
	display: table-cell;
}


footer {
	display: block;
	padding: 12px;
	font-size: 0.7em;
	color: rgba(154,154,154,1.00);
	border-top: 0px solid black;
	line-height: 1.2em;
	margin: 0 20px;
}

.flag {
	width: 30px;
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transition: .2s;
	-webkit-transition: .2s;
	
}

.flag:hover  {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transition: .2s;
	-webkit-transition: .2s;
}

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

/*** Subscribe Form ***/
.form-inline .form-control {
width: 97%;
}

.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}

#Contact {
	height: auto;
	/*margin-bottom: 40px;*/
	background: #fff;
	text-align: left;
}

#Press {
	padding-bottom: 120px;
	background-image:url('../img/sarah-up.png');
	background-repeat: no-repeat;
	background-size: 100px 70px;
	background-position: center bottom;
	;
}

#Footer-SM {
	margin: 0 auto;
	text-align: left;
	/*padding-right: 10px;*/
}

.avail-versions {
	margin-top:5%;
}

.pressList {
	margin-left: 3.33%;
	margin-bottom: 40px;
}

.press-item{
	width:50%;
	display: inline;
	float: left;
	text-align: left;
}

.press-item p {
	font-size: 1.em;
	color: black;
	text-align:left;
}

.press-title {
	color: #000;
	font-family: brandon-grotesque, sans-serif;
	font-weight:400;
}

.events-list {
	margin-left: 3.369176%;
	margin-right: 3.369176%;
}

.events-list p {
	margin-bottom: 0px !important;
}

.event-item {
	display: block;
	width: 100%;
	min-height: 30px;
	border-bottom: 1px dotted gray;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.event-item p {
	margin-bottom: 1.3em;
}

.event-date {
	float: left;
	clear: none;
	display: block;
	width:26%;
	font-family: brandon-grotesque, sans-serif;
}

.event-date-top {
	font-size: .75em;
	text-align: center;
	font-weight: 400;
	line-height: .7;
}
.event-date-btm {
	font-size: 1.4em;
	text-align: center;
	font-weight:100;
	line-height:.9;
}

.event-loc {
	float: left;
	clear: none;
	display: inline;
	width:27%;
	font-family: brandon-grotesque, sans-serif;
	font-size: 16px;
}

.event-venue {
	float: left;
	clear: none;
	display: inline;
	width:27%;
	font-family: brandon-grotesque, sans-serif;
	font-size: 16px;
}

.event-type {
	float: left;
	clear: none;
	display: inline;
	width:15%;
	color: gray;
	text-align: center;
	font-family: brandon-grotesque, sans-serif;
	font-size: 90%;
}

.article-link {
	color: black !important;
	font-weight:400 !important;
}


.page-navi {
	clear:both;
}

.icon-calendar {
	font-size: 80%;
}


#About-Page-2, #About-Page-3, #About-Page-4 {
	display:none;
}


/* Cycle Slide Overrides */
.cycle-slide .cycle-slide-active {
	height:76px; !important;
}

/* =====================================

	jQuery Overrides
	
======================================== */
.ui-header-fixed {
	z-index: 100 !important; /*above main content, but below bookcontent popup and fancybox*/
}

.article-link.ui-link {
	color: black !important;
}

a.article-link.ui-link:hover{
	color: #000000 !important;
}

a.article-link.ui-link:hover .icon-link-ext {
	color: #000000 !important;
}

.ui-btn.ui-corner-all.ui-btn-inherit.ui-radio-on.ui-btn-active{
	background-color:gray !important;
	text-shadow: none;
	border-color: #ccc;
}

.ui-controlgroup, fieldset.ui-controlgroup {
	margin:  0 0 !important;
}


/* =====================================

	Video Thumbnails
	
======================================== */
.vid-thumbnail {
	max-width:30.5%;
	background:black;
	border:1px solid #838383;
	display:inline-block;
	padding:0px;
	margin-right:2%;
	margin-bottom:2%;
	position: relative;
	overflow: hidden;
	-webkit-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-moz-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-ms-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	-o-transition: left .4s ease-in-out, top .4s ease-in-out .4s;
	transition: left .4s ease-in-out, top .4s ease-in-out .4s;
}

.vid-container {
	margin-left: 3.36803%;
}

.vid-img {

}

.vid-thumbnail:hover .vid-overlay{
	bottom: 0px;
}

.vid-overlay {
	cursor: pointer;
	height:100%;
	width:100%;
    position: absolute; 
    background: rgba(0,0,0,0.75); 
    color: white; 
    padding: 4% 4%;
	margin-bottom:0px;
	margin-right:1px;
	/*bottom: -108px;*/
	bottom: -80%; /* to maintain position on resize */
	text-align: left;
	line-height:13px;
	font-weight:200 !important;
	font-size:14px !important;
	text-shadow: none !important;
	transition: .2s;
}

.book-overlay {
	height: auto;
	width:100%;
    position: absolute; 
    color: white; 
    padding: 5% 2%;
	margin-bottom:0px;
	margin-right:1px;
	bottom: -107%;
	text-align: center;
	line-height:11px;
	font-family: 'brandon-grotesque';
	font-weight:200 !important;
	font-size: .9em !important;
	text-shadow: none !important;
	transition: .2s;
}



.bookThumb:hover .book-overlay{
	bottom: 0px;
}

/*.vid-thumbnail:hover img {
	opacity:.8;
	transition: .2s;
}*/

.vid-thumbnail:hover .play-overlay {
	opacity: 1;
	transition: .2s;
}

.play-overlay {
	opacity:0;
	position: absolute;
	margin: 0 auto;
	top: 32%;
	left: 40%;
}

.magnifier {
	width: 22%;
	margin-top: 3%;
}

/* =====================================

	Subscribe
	
======================================== */
.subscribe-container {
	max-width:100%;
	background:url(../img/bio-bg.jpg);
	clear:both;
	padding:30px;
	margin:3.3%;
	border: 1px solid rgb(187, 187, 187);
}

.inputName {	
	font-family:brandon-grotesque, sans-serif;
	display: inline;
	width: 25%;
	cursor: auto;
}

.inputEmail {
	font-family:brandon-grotesque, sans-serif;
	display: inline;
	width: 25%;
	cursor: auto;
}

.signUp {
	background-color: #000000;
	font-family:brandon-grotesque, sans-serif;
	display: inline;
	width: 23%;
	height:49px !important;
	border: none;
	border-radius: 2px;
	color: white;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-0-transition: .2s;
}

.signUp:hover {
	background-color: #3B5FA8;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-0-transition: .2s;
}

.subAll {
	height: 50px;
	font-size: 18px;
	padding: 1%;
	font-family:brandon-grotesque, sans-serif;
}


/* =====================================

	Contact
	
======================================== */


.contact-all {
	height:30px;
	font-size:14px;
	margin-bottom:1%;
	
}
.contact-name {
	margin-top:-2%;
	width: 100%;
	padding: 1% 1% 1% 2%;
	font-family:brandon-grotesque, sans-serif;
}

.contact-email {
	width:100%;
	padding: 1% 1% 1% 2%;
	font-family:brandon-grotesque, sans-serif;
}

.contact-subject {
	width:100%;
	padding: 1% 1% 1% 2%;
	font-family:brandon-grotesque, sans-serif;
}

.contact-msg {
	width: 100%;
	padding: 1% 1% 24% 1%;
	font-size:14px;
	font-family:brandon-grotesque, sans-serif;
}

.contact-submit {
	border-radius:5px;
	width: 100%;
	height: 49px !important;
	border: 1px solid rgb(114, 114, 114);
	background-color: white;
	margin-top:2%;
	color: black;
	font-size: 18px;
	font-family: brandon-grotesque, sans-serif;
}

/* =====================================

	Modal Window
	
======================================== */
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0.1;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog:target {
	top:500px;
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.modal-header {
	position: relative;
	padding: 10px 0 0 20px;
	height:40px;
	background: #404040;
	text-shadow: none;
	font-weight: 100;
}
.modal-content {
	padding: 20px;
}

.modal-img {
	max-width: 230px;
	border: 1px solid #807D6D;
	margin-bottom: 10px;
}

/* =====================================

	bPopup Modal Window
	
======================================== */
#element_to_pop_up {
    background-color: #f4f5f6;
    border-radius:2px;
    color:#000;
    display:none; 
	/*width: 750px !important;*/
	width: 80% !important;
	margin-left: 10%;
	margin-right: 10%;
	min-height: 500px;
	box-shadow: 5px 5px 20px #000000;
	padding-bottom: 15px;
}

.b-close{
    cursor:pointer;
    position:absolute;
    right: 4px;
    top: 7px;
	font-weight: bold;
	text-shadow: none;
}

.close-box {
	background-color: #404040;
	color: white;
	height: 30px;
	width: 30px;
	float: right;
	position: absolute;
	top: 5px;
	right: 5px;
}

.icon-cancel {
	color: silver;
}

.close-box:hover {
	background-color: gray;
	color: white;
}

.close-box:hover .icon-cancel {
	color: white;
}

.content {
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width: 90%;
    min-height: 90%;
	margin: 5%;
}

.PopupContent {
	font-family: brandon-grotesque, sans-serif;
}

.PopupContent h2 {
	margin-top: 15px;
	font-weight: 400;
	font-size: 2em;
}

.PopupContent p {
	font-family: Open Sans, sans-serif;
	font-weight: 100;
}

.modal-left {
	width:230px;
	clear: none;
	display: inline;
	float: left;
}

.modal-right {
	font-size: .9em;
	max-width: 60%;
	display: inline;
	clear: none;
	float: left;
}

.modal-right a {
	text-decoration: underline;
	color: #000000;
}

.modal-title {
	font-family: brandon-grotesque, sans-serif;
	color: white;
	font-weight: 400;
	font-size: 1em;
}

.b-modal.__b-popup1__ {
	/*background: rgb(162,162,162) !important;*/
}

.book-content-quotes {
	font-size: 80%;
	font-weight: 400;
}

/* =====================================

	Sort & Buy Dropdown Buttons
	
======================================== */
.sort-dropdown {
	border-radius:2px;
	width:105px;
	vertical-align:top;
	float: right;
	text-align: left;
	border: 1px solid #ddd;
	font-family: sans-serif;
	font-weight:100;
	font-size: 13px;
}

.buy-dropdown {
	margin-bottom: 10px;
	font-family: Brandon-grotesque, sans-serif;
	text-transform: uppercase;
	float: left;
	width: 208px;
	border-radius:2px;
	vertical-align:top;
	text-align: left;
	border: 1px solid #ddd;
	font-family: sans-serif;
	font-weight:100;
	font-size: 13px;
	transition: .2s; -webkit-transition: .2s; -moz-transition: .2s; -ms-transition: .2s; -0-transition: .2s;	
}


.sort-dropdown ul, .buy-dropdown ul {
	margin: 0px !important;
	padding: 0px !important;
	position:relative;
	text-align: left;
	-webkit-padding-start: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-moz-padding-start: 0;
	-moz-margin-before: 0;
	-moz-margin-after: 0;
	-ms-padding-start: 0;
	-ms-margin-before: 0;
	-ms-margin-after: 0;
}
.sort-dropdown ul li, .buy-dropdown ul li {
	position:relative;
	list-style:none;
	cursor:pointer;
	text-align: center;
	z-index: 999;
}
.sort-dropdown ul li ul, .buy-dropdown ul li ul {
	border: 1px solid #ddd;
	position:absolute;
	left:0;
	right:0;
	-webkit-padding-start: 0px !important;
	text-align: left;
}
.sort-dropdown ul .clicker {
	position:relative;
	background: #f6f6f6;
	color: #333;
}

.buy-dropdown ul .clicker {
	font-family: brandon-grotesque, sans-serif;
	text-shadow: none;
	font-weight: 400 !important;
	text-decoration: none !important;
	position:relative;
	background: #fff;
	border: black
	color: #555 !important;
}

.sort-dropdown ul .clicker:hover, .buy-dropdown ul .active, .buy-dropdown ul li a:hover{
	background: #ddd;
}
.sort-dropdown img, .buy-dropdown img {
	position:absolute;
	top:9px;
	left:12px;
}
.sort-dropdown ul li a, .buy-dropdown ul li a {
	font-weight: 100 !important;
	display:block;
	padding:8px 0px 8px 0px;
	background:#FFF;
	color:#333 !important;
	text-decoration:none !important;
	transition: .2s; -webkit-transition: .2s; -moz-transition: .2s; -ms-transition: .2s; -0-transition: .2s;
}

.sort-dropdown ul li ul li, .buy-dropdown ul li ul li {
	text-align: center;
}

.sort-dropdown ul li ul li a, .buy-dropdown ul li ul li a {
	padding-left: 0;
}
	
.sort-dropdown ul li a:hover {
	background: #F2F2F2;
	transition: .2s; -webkit-transition: .2s; -moz-transition: .2s; -ms-transition: .2s; -0-transition: .2s;
}

/* buy button hover */
.buy-dropdown ul li a:hover {
	background-color: #eeeeee;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-0-transition: .2s;
}

.buy-dropdown ul li ul li a:hover {
	background-color: #ddd;
}

/* Fallbacks */
.sort-dropdown .no-js ul, .buy-dropdown .no-js ul {display:none;}
.sort-dropdown .no-js:hover ul, .buy-dropdown .no-js:hover ul {display:block;}

/* =====================================

	Sort & Buy Dropdown Buttons
	
======================================== */

.nav-container {
	width: 97%;
	clear: both;
	text-align: center;
}
.nav-container:hover {
	cursor: pointer;
}
.nav-controls {
	display: inline-block;
}

.nav-button {
	height: 33px;
	width: 36px;
	text-align: center;
	padding: 8px;
	background-color: #f6f6f6;
	border-top: 0px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #ddd;
	color: #000;
	text-shadow: 0 1px 0 #f3f3f3;
	float: left;
	clear: none;
	font-weight: bold;
	font-size: 12px;
}
.nav-active {
	background: #808080;
	text-shadow: none;
	color: white;
}
.nav-inactive:hover {
	background: #EDEDED;
}
.nav-left {
	border-radius: 4px 0 0 4px;
}
.nav-right {
	border-right: 1px solid;
	border-color: #000;
	border-radius: 0 4px 4px 0;
}	


/* =====================================

	Media Queries
	
======================================== */


@media only screen and (min-width: 1350px) {
	#hero {
		height: 700px;
	}
	.from-top {
		font-size:1.5em;
	}
}

@media only screen and (max-width: 1320px) {
	#hero {
		height: 565px;
	}
}

@media only screen and (max-width: 1075px) {
	#hero {
		height: 460px;
	}
}

@media only screen and (max-width: 880px) {
	#hero {
		height: 380px;
	}
}

@media only screen and (max-width: 740px) {
	#hero {
		height: 300px;
	}
}


/* To keep menu from wrapping */
@media only screen and (max-width: 780px) {
	#Menu li a, #Menu li a:link {
		font-size: 1.2em;
	}
}

@media only screen and (max-width: 768px) {
	.primaryContainer {
		max-width: 768px;
		width: 100%;
	}
	#Menu {
		display: none;
	}
	#MenuButton {
		float: right;
		display: block;
	}
	#MenuButton a {
		text-indent: -1000px;
		height: 49px;
		margin: 0;
		padding: 0;
		display: block;
		width: 50px;
		background-image: url(../img/lines.svg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 50% 50%;
	}
	#MenuButton a:hover {
		/*background-color: rgba(221,22,25,1.00);*/
	}
	#Quote {
		font-size: 135%;
		color: #333;
	}

	#hero {
		background-color: gray;
		background-image: url("../img/hero2.jpg");
		background-attachment: scroll;
	    -webkit-background-size: 100.89047241210938%;
	    background-size: 100.89047241210938%;
	    background-position: 100% 20%;
	    background-repeat: no-repeat no-repeat;
	}
	.SecTitle {
		margin-top: 23px;
		margin-left: 2.978516%;
		clear: none;
	}
	#BioPt1 {
		height: auto;
		width: 36.897786%;
		font-size: 80%;
		margin-top: 10px;
		margin-left: 3.367106%;
		clear: both;
	}
	#BioPt2 {
		margin-top: 10px;
		/*margin-left: 19.466146%;*/
		margin-left: 22%;
		clear: none;
		height: auto;
		width: 36.702474%;
		font-size: 80%;
	}
	.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	}
	
	.vid-overlay {
		font-size: 18px !important;
		line-height: 1.1;
		bottom: -83%;
	}
	
	.vid-thumbnail {
		display: block;
		clear: both;
		max-width:80%;
		margin-right:10%;
		margin-left: 8%;
		margin-bottom:1%;	
	}
	
	.event-item {
		/*width: 96.5%;*/
	}
	
	.event-item p {
		margin-bottom:.8em;
	}
	.event-date {
		margin: 0 auto;
		text-align:center;
		clear: both;
		display: block;
		width:97%;
	}
	
	.event-date {
		font-weight:bold;
	}
	.event-loc {
		margin: 0 auto;
		text-align:center;
		clear: both;
		display: block;
		width:97%;
	}

	.event-venue {
		margin: 0 auto;
		text-align:center;
		clear: both;
		display: block;
		width:97%;
	}

	.event-type {
		margin: 0 auto;
		text-align:center;
		clear: both;
		display: block;
		width:97%;
	}
	
	.press-list {
		
	}
	
	.press-item {
		display: block;
		text-align: center;
		clear: both;
		margin: 0 auto;
		width: 100%;
	}
	.footer-text {
		display: block;
		text-align: center;
		clear: both;
		margin: 0 auto;
		width: 100%;
	}
	.article-col {
		display:block;
		width:97%;
	}
	.events-list {
		/*line-height: .8;*/
	}
	.articleList .articleBlock {
		display: block;
		float: left;
		width: auto;
		padding-right: 2%;
		padding-bottom: 2%;
		height: auto;
	}
	.BookContent {
		text-align: center;
		text-align: -webkit-center;
	}
/*	.bookThumb {
		display: inline-block;
		margin: 5% 5% 5% 5%;
		min-width: 208px !important;
	}*/
	.bookThumb {
		width: 100%;
		color: #fff;
	}
	.book-thumb-container {
		display: inline-block;
		margin: 5% 5% 5% 5%;
		min-width: 208px !important;
	}
	.icon-calendar {
		display: none;
	}
	.modal-right {
		clear: both;
		width: 100%;
		max-width: 100%;
	}
	
	.inputName, .inputEmail, .signUp {
		width: 97%;
		margin-bottom: 5px;
	}

}

@media only screen and (max-width: 568px) {
	.primaryContainer {
		max-width: 568px;
		width: 100%;
	}
	#hero {
		background-image: url("../img/hero2.jpg");
	    background-attachment: scroll;
	    -webkit-background-size: 134.39%;
	    background-size: 134.39%;
	    background-position: 60.9% 20%;
	    background-repeat: no-repeat no-repeat;
	}
	#Quote {
		margin-top: 13px;
		margin-left: 3.372396%;
		clear: none;
		font-size: 100%;
		width: 44.583333%;
		color: #333;
	}
	.section {
		margin-top: 0px;
		margin-left: 0%;
		clear: none;
	}
	#Biography {
		padding-bottom: 208px;
		background-position: 0px 0%;
		background-repeat: no-repeat no-repeat;
	}
	#BioPt1 {
		margin-top: 17.5px;
		margin-left: 6.131712%;
		clear: both;
		height: auto;
		width: 87.733825%;
	}
	#BioPt2 {
		margin-right: 0%;
		margin-left: 6.131712%;
		width: 87.733825%;
		clear: both;
		height: auto;
	}
	.SecTitle {
		margin-top: 35px;
		margin-left: 25px;
		clear: none;
	}
	.articleList {
		display: block;
		width: 100%;
	}
	.articleList .articleBlock {

	}

	.videoBlock{
		display: block;
		float: left;
		width: auto;
		padding-right: 2%;
		padding-bottom: 2%;
	}
	.vid-thumbnail {
		display: block;
		clear: both;
		max-width:96%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom:1%;	
	}

	.subAll {
		width:100%;
		display:block;
	}

	.inputEmail {
		margin-top:3px;
		margin-bottom:5px;
	}

	#ContactL {
		width:93.5%;
	    padding: 0 0 30px 0;
	}

	#ContactR{
		width:93.5%;
	    padding: 0 0 30px 0;
		margin-left: 3.368%;
	}

	.vid-overlay {
		font-size: 18px !important;
		line-height: 1.1;
		bottom: -82%;
	}
	

}


@media only screen and (max-width: 480px) {
	
	.primaryContainer {
		max-width: 480px;
		width: 100%;
	}

	#hero {
		background-image: url("../img/hero2.jpg");
	    background-attachment: scroll;
	    -webkit-background-size: 146.09%;
	    background-size: 146.09%;
	    background-position: 50.2% 20%;
	    background-repeat: no-repeat no-repeat;
	}

	#Quote {
		margin-top: 8px;
		margin-left: 3.372396%;
		clear: none;
		font-size: 100%;
		width: 44.583333%;
		color:#333;
	}
	.SecTitle {
		height: auto;
		width: 70%;
	}
	#Biography {
		padding-bottom: 244px;
	}
	.BookText {
		position: absolute;
		margin: 0 auto;
	}
	.BookDescription {
		text-align: center;
		vertical-align: central;
		width: 93.555%;
	}
	.book-img {
		float: none;
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 300px;
		display: block;
		margin: 0 auto;
	}

	.book-overlay {
		width: 80%;
		margin-right:17%;
		margin-left: 10%;
	}

}


@media only screen and (max-width: 360px) {
	.primaryContainer {
		min-width: 320px;
		width: 100%;
	}
	#Quote {
		visibility: hidden;
		margin-top: -1000px;
		color:#333;
	}
	#hero {
		background-image: url("../img/hero2.jpg");
	    background-attachment: scroll;
	    -webkit-background-size: 181.79%;
	    background-size: 190%;
	    background-position: 100% 20%;
	    background-repeat: no-repeat no-repeat;
	}
	#TitleName {
		height: 100%;
		clear: none;
		width: 207.109375px;
		font-size: 135%;
		margin: 5px 0 0 2%;
	}
	.SecTitle {
		height: auto;
		width: 64.713542%;
		font-size: 120%;
		margin-top: 31px;
		margin-left: 6.132813%;
		clear: none;
	}
	#Biography {
		padding-bottom: 256px;
	}
	#BioPt1 {
		font-size: 78%;
		margin-top: 17.5px;
		margin-left: 6.124132%;
		clear: both;
	}
	#BioPt2 {
		font-size: 78%;
		margin-top: 16px;
		margin-left: 6.128472%;
		clear: both;
	}
}

/* Viewport settings for Windows 8 and Windows Phones */
@media screen and (max-width: 480px) {
 @-ms-viewport {
 width: 320px;
}
/*    @-webkit-viewport { width: 320px; }
    @-moz-viewport { width: 320px; }
    @-o-viewport { width: 320px; }
    @viewport { width: 320px; }
*/}

@media screen and (max-width: 568px) and (min-width: 480px) {
 @-ms-viewport {
 width: 480px;
}
/*    @-webkit-viewport { width: 480px; }
    @-moz-viewport { width: 480px; }
    @-o-viewport { width: 480px; }
    @viewport { width: 480px; }
*/}

@media screen and (max-width: 768px) and (min-width: 568px) {
 @-ms-viewport {
 
