/* Fonts */
@font-face {
    font-family: 'CallunaRegular';
    src: url('/fonts/Calluna-Regular/calluna-regular.eot');
    src: url('/fonts/Calluna-Regular/calluna-regular.eot') format('embedded-opentype'),
         url('/fonts/Calluna-Regular/calluna-regular.woff') format('woff'),
         url('/fonts/Calluna-Regular/calluna-regular.ttf') format('truetype'),
         url('/fonts/Calluna-Regular/calluna-regular.svg#CallunaRegular') format('svg');
}

@font-face {
    font-family: 'MontserratBold';
    src: url('/fonts/Montserrat-Bold/montserrat-bold.eot');
    src: url('/fonts/Montserrat-Bold/montserrat-bold.eot') format('embedded-opentype'),
         url('/fonts/Montserrat-Bold/montserrat-bold.woff') format('woff'),
         url('/fonts/Montserrat-Bold/montserrat-bold.ttf') format('truetype'),
         url('/fonts/Montserrat-Bold/montserrat-bold.svg#MontserratBold') format('svg');
}

@font-face {
    font-family: 'MontserratRegular';
    src: url('/fonts/Montserrat-Regular/montserrat-regular.eot');
    src: url('/fonts/Montserrat-Regular/montserrat-regular.eot') format('embedded-opentype'),
         url('/fonts/Montserrat-Regular/montserrat-regular.woff') format('woff'),
         url('/fonts/Montserrat-Regular/montserrat-regular.ttf') format('truetype'),
         url('/fonts/Montserrat-Regular/montserrat-regular.svg#MontserratRegular') format('svg');
}

@font-face {
  font-family: 'mm-icons';
  src: url("/fonts/social-icons/mmf-icons.eot?42357536");
  src: url("/fonts/social-icons/mmf-icons.eot?42357536#iefix") format("embedded-opentype"), 
       url("/fonts/social-icons/mmf-icons.woff?42357536") format("woff"), 
       url("/fonts/social-icons/mmf-icons.ttf?42357536") format("truetype"), 
       url("/fonts/social-icons/mmf-icons.svg?42357536#mmf-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'mmf-icons';
    src: url('../font/mmf-icons.svg?42357536#mmf-icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  color: #bbb;
  cursor: pointer;
  font-family: "mm-icons";
  font-style: normal;
  font-size: 23px;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1.33em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-twitter {
  /* '' */
}
.icon-twitter:hover:before, .icon-twitter:active:before {
  color: #55acee;
}
.icon-twitter:before {
  content: '\e802';
}

.icon-facebook {
  /* '' */
}
.icon-facebook:hover:before, .icon-facebook:active:before {
  color: #3b5998;
}
.icon-facebook:before {
  content: '\e800';
}

.icon-googleplus {
  /* '' */
}
.icon-googleplus:hover:before, .icon-googleplus:active:before {
  color: #dd4b39;
}
.icon-googleplus:before {
  content: '\e801';
}

body{
	background-color: #fff; 
	color: #40474f;
	margin: 0;
	font-family: "calluna";
	line-height:24px;
	text-shadow:0 0 1px transparent;
	text-rendering: optimizeLegibility;
	width: 100%;
}
strong{
	font-weight: 600;
}
#wrapper-home br {
  clear: both;
}

body a{
  text-decoration:none;
  font-family: "calluna";
  line-height:24px;
  text-shadow:0 0 1px transparent;
  text-rendering: optimizeLegibility;
  width: 100%;
  color:#205db0;
  cursor: pointer;
}

body img{border:0;}

body a:hover{color:#0068f5;}

#wrapper{
  padding-bottom: 30px;
  margin: 0 auto;
  width: 1045px;
}

/* Simple Toast CSS Grid */
/* https://github.com/daneden/Toast */

.grid {
  margin-left: -3%;
  max-width: 105%;
}

.unit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-left: 3%;
  margin-right: -.25em;
  /* Clearfix */
  overflow: hidden;
  *overflow: visible;
}

  .unit.demo {
    background-color: #fff8eb;
    height: 48px;
    height: 3rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }

.unit.border-light {
  border: solid 1px #dddddd;
}

.span-grid {
  width: 97%;
}

.one-of-one { width: 97%; }

.one-of-two { width: 47%; }

.one-of-three { width: 30.36%; }
.two-of-three { width: 63.666666666%; }

.one-of-four { width: 22.05%; }
.three-of-four { width: 72%; }

.one-of-five { width: 13.07%; }
.two-of-five { width: 37%; }
.three-of-five { width: 57%; }
.four-of-five { width: 77%; }

/* Clearfix */
#wrapper:after,
.bookline-11:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

#wrapper-home{
  margin: 0 auto;
  width: 1200px;
}

/* nav */
#navcontain{
background-position: 0px 67px;
background-repeat: repeat-x;
height:70px;
position: relative;
z-index: 20;
}
.below-nav{
  width : 100%;
  min-width: 1200px;
  height : 1px;
  background-color : #DDDDDD;
  z-index : -10;
  position : relative;
  top : -1px;
}
#logo{
background-image: url(//d1n7uaols2rlea.cloudfront.net/images/home/logo.png);
background-position: 0px 2px;
background-repeat: no-repeat;
width:204px;
height:66px;
float:left;
}

nav {
	width:1145px;
	margin:0 auto;
	font-family:"proxima-nova";
  color:#2e3c4f;
  position:relative;
  text-transform:uppercase;
  font-size:13px;
  font-weight:600;
}

.logo{margin-right:10px;}

.navrule {border: 0;width: 87%;color: #5b6575;background-color: #5b6575;height: 1px;float:left;margin:0;padding:0;margin: 5px 0 0 0;
  position: relative;}
.navrule1 {border: 0;width: 80%;color: #5b6575;background-color: #5b6575;height: 1px;float:left;margin:0;padding:0;margin: 5px 0 0 0;
  position: relative;}

nav ul ul {
  display: none;
 }

nav ul li:hover > ul {
  display: block;
}

nav ul {
  z-index: 999999;
  padding: 0 20px;
  margin-top:0px;
  list-style: none;
  position: relative;
  display: inline-table;
}

nav ul li.active {
  background-color: rgb(238,238,238);
}

nav ul:after {
  content: ""; 
  clear: both; 
  display: block;
}

nav ul li {
  float: left;
  height:69px;
}

nav ul li:hover {background-color:rgba(50,64,82,0.96);}

nav ul li:hover a {
  color: #fff;
}

nav ul li a {
 display: block; /*padding: 25px 40px;*/
 color: #757575; text-decoration: none;
 padding-top: 22px;
 padding-left: 20px;
 padding-right: 20px;
 font-family: "proxima-nova";
 color: #2e3c4f;
}

nav ul ul {
  background-color: rgba(50,64,82,0.96); border-radius: 0px; padding: 0;
  position: absolute; top: 100%;
}

nav ul ul li {
  float: none; 
  /*border-top: 1px solid #6b727c;
  border-bottom: 1px solid #575f6a; position: relative;*/
  width: 315px;
  height: 30px;
}

nav ul ul li a {
  /*padding: 15px 40px;*/
  color: #fff;
  padding-top: 0px;
  font-family: "calluna";
  font-weight: 400;
  font-size: 14px;
  text-transform: none !important;
}	

nav ul ul li a:hover {
}

nav ul ul ul {
  position: absolute; left: 100%; top:0;
}


/*home page */
#homecontent {
  clear: both;
  height: 337px;
}

#homecell{
background-image: url(//d1n7uaols2rlea.cloudfront.net/images/home/home-cell-bg.jpg);
background-position: -18px 20px;
background-repeat: no-repeat;
width:100%;
height:666px;
position: relative;
top: -45px;
}

.homeslide {
  width: 1200px !important;
  height: 430px !important;
}

.homeslide1 {
  width: 599px !important;
  height: 430px !important;
  float: right;
  position: relative;
  top: -8px;
  right: 35px;
}
.container{

}

#home-static-image {
  background-image: url(//d1n7uaols2rlea.cloudfront.net/images/home/mm-1.png);
  width: 498px;
  height:332px;
  float: left;
  margin-top: 5px;
  margin-left: 50px
}

#home-static-text{
  width: 514px;
  float: left;
  margin-top: -10px;
  margin-left: 40px;
}

#home-static-text p {
  color: #666666;
}

#home-static-text h1 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  font-family: "proxima-nova";
  color: #2E3D4F;
  margin-bottom: 20px;
}

#hero1{
/* background-image: url(//d1n7uaols2rlea.cloudfront.net/images/home/heroimage1.png);
background-repeat: no-repeat;
background-position:100px 31px; */
width: 100%;
height: 604px;
}

.right {
  text-align: right;
}

#upcoming-events {
  background-color: #f2f2f2;
  color: #333;
  margin-bottom: 50px;
  padding: 20px 75px 40px;
  z-index: 99;
}

#upcoming-events .red {
  background-size: 10px;
  display: inline;
  font: 16px/1.4 "MontserratRegular";
  padding-right: 15px;
  padding-top: 2px;
  text-transform: uppercase;
}

#upcoming-events h1,
#home-blog-previews h1, 
#home-static-text h1 {
  font: 22px/1.4 "MontserratRegular";
  padding-bottom: 12px;
  text-transform: uppercase;
  color: #2b3c4f;
}

#upcoming-events .month {

  display: block;
  font: 20px/1 "MontserratRegular";
  text-transform: uppercase;
}

#upcoming-events .day {
  display: block;
  font: 48px/1 "MontserratRegular";  
}

#upcoming-events .event-title {
  color: #333;
  display: block;
  font: 16px/1.4 "MontserratRegular";
  text-transform: uppercase;
}

#upcoming-events .event-location {
  color: #666;
  font-size: 16px;
}

.events-view {
  display: block;
  color: #ad1515;
  font-weight: 400;
  font-size: 16px;
  font: 16px/1 "MontserratRegular";
  background-size: 7px;
  text-decoration: underline;
  text-transform: uppercase;
}

.events-view:hover {
  color: #ad1515;
}

#home-blog-previews {
  width: 1060px;
  height: 265px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.blog-boxes {
  background-color: #333;
  background-size: cover;
  background-position: center center;
  height: 265px;
  overflow: hidden;
  float: left;
  position: relative;
  width: 24.8%;
}

.blog-box-bottom {
  position: absolute;
  height: 85px;
  margin-top: 97px;
  width: 245px;
  z-index: 4;
  padding: 10px;
  line-height: 16px;
  background-color: rgba(18,32,48,0.9);
  left: 0;
  -webkit-transform: translate(0, 115px);
  -moz-transform: translate(0, 115px);
  -o-transform: translate(0, 115px);
  transform: translate(0, 115px);
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  -moz-transition: -moz-transform 500ms ease-in-out;
  -o-transition: -o-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
}

.blog-box-bottom:hover {
  -webkit-transform: translate(0, 85px);
  -moz-transform: translate(0, 85px);
  -o-transform: translate(0, 85px);
  transform: translate(0, 85px);
  /*bottom: 0;*/
}

.blog-link {
  color: #6bb9e5;
  text-decoration: none;
  display: block;
  font-weight: 400;
  padding-top: 10px;
  font: 14px "calluna";
}

.blog-link:hover {
  color: #6bb9e5;
}

.homeblogs {
  margin-right: 50px;
  width: 290px;
}

.homeblogimg {
  width:290px;
  height:180px;
  overflow:hidden;
  margin-top:7px;
}

.blog-title {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-family: "MontserratRegular";
  font-size: 13px;
  line-height: 17px;
}

.blog-title:hover {
  color: #fff;
}

#blog-list-content {
  width:550px;
  margin: 0 30px 60px 0;
}

.list-blog-entry {
  min-height: 150px;
  padding-left: 180px;
  position: relative;
}

.list-blog-title {
  color: #205db0;
  font-family: "CallunaRegular";
  font-size: 18px;
  line-height: 22px;
  padding-top: 15px;
}

.list-blog-date {
  color: #333;
  font-family: "CallunaRegular";
  font-size: 16px;
  padding-top: 5px;
}

.list-blog-excerpt {
  color: #666;
  font-family: "CallunaRegular";
  font-size: 14px;
}

.list-blog-excerpt a {
  position: absolute;
  top: 20px;
  left: 0;
}

.list-blog-excerpt img {
  max-height: 150px;
}

#speak-infobar img {
 
}

#single-blog-post {
  width: 550px;
  margin-right: 30px;
  margin-bottom: 60px;
}

.social-share {
  position: relative;
  text-align: right;
  float: right;
}

.entry {
  width: 560px;
}

.entry h4 {
  color: #333;
  font-family: "CallunaRegular";
  font-size: 28px;
  line-height: 36px;
  margin: 0;
  padding-right: 10px;
  width: 520px;
}

.entry div.social-share {
  position: relative;
  max-width: 6%;
  text-align: right;
  float: right;
}

.entry div.social-share span {
  cursor: pointer;
}

.entry div.social-share.sticky {
  margin-bottom: 16px;
  margin-left: 525px;
  max-width: 35px;
  position: fixed;
  top: 5px;
}

.entry div.social-share.sticky span {
  cursor: pointer;
}

.entry p {
  font-family: "CallunaRegular";
  color: #333;
  width: 525px;
  padding-top: 10px;
}

.entry img {
  max-width: 525px;
}

#respond h3 {
  color: #333;
  font-family: "calluna";
  font-size: 28px;
  font-weight: 300;
}

#homedyn {
  position: relative;
  clear: both;
  margin: 0 auto 40px auto;
}

#homedyn h1 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  font-family: "proxima-nova";
  color: #2E3D4F;
  margin-bottom: 20px;
}

#homedyn h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  font-family: "proxima-nova";
  color: #2e3c4f;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 20px;
}

#homedyn p {
  font-size: 14px;
  color: #666666;
  margin: 0;
}

#homedyn a {
  color: #a91111;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

#homeevents li{list-style:none;}

#homevideo{
/* z-index: 999999;
 position:relative;
 bottom:-266px;
 left:76px;*/
 float:left;
}

#container {
}

.videoframe {
  position:relative;
  top:171px;
  left:79px;
  border:0;
  box-shadow:0px 5px 15px rgba(0,0,0,0.3);
}

.hero3 {
background:url(//d1n7uaols2rlea.cloudfront.net/images/home/heroimage3-1.png);
background-position:74px 54px;
background-repeat: no-repeat;
}

#slides {
  max-height: 655px;
}

.slidesjs-pagination{
  position:relative;
  left:27px;
  top:-252px;
}

.slidesjs-pagination-item{
  float:left;
  list-style:none;
  width:267px;
  height:210px;

}

.slidesjs-pagination-item a{
  width:267px;
  height:210px;

  /*box-shadow: 3px 2px 4px #888888;*/
}

.slidesjs-pagination-item a.active{

  /*box-shadow: 1px 2px 6px #888888;*/
}

.slidesjs-pagination-item a.active{

  */box-shadow: 1px 2px 6px #888888;*/
}

.slidesjs-pagination-item a[data-slidesjs-item='0']{
background-image: url(//d1n7uaols2rlea.cloudfront.net/images/home/heronav-0.png);
background-repeat: no-repeat;
display:block;
text-indent: -9999px;
}

.slidesjs-pagination-item a[data-slidesjs-item='0'].active{
background-image: url(//d1n7uaols2rlea.cloudfront.net/images/home/heronav-0-active.png);
}

.slidesjs-pagination-item a[data-slidesjs-item='1']{
background-image: url(//d1n7uaols2rlea.cloudfront.net/images/home/heronav-1.png);
background-repeat: no-repeat;
display:block;
text-indent: -9999px;
}

.slidesjs-pagination-item a[data-slidesjs-item='1'].active{
background-image: url(//d1n7uaols2rlea.cloudfront.net/images/home/heronav-1-active.png);
}

.slidesjs-pagination-item a[data-slidesjs-item='2']{
  background-image: url(//d1n7uaols2rlea.cloudfront.net/images/home/heronav-2.png);
  background-repeat: no-repeat;
  display:block;
  text-indent: -9999px;
}

.slidesjs-pagination-item a[data-slidesjs-item='2'].active{
  background-image: url(//d1n7uaols2rlea.cloudfront.net/images/home/heronav-2-active.png);
}

.slidesjs-pagination-item a[data-slidesjs-item='3']{
  background-image: url(//d1n7uaols2rlea.cloudfront.net/images/home/heronav-3.png);
  background-repeat: no-repeat;
  display:block;
  text-indent: -9999px;
}

.slidesjs-pagination-item a[data-slidesjs-item='3'].active{
  background-image: url(//d1n7uaols2rlea.cloudfront.net/images/home/heronav-3-active.png);
}

/* books and movies */
.books{
  float:left;
  display:block;
  width:506px;
}

.books p{
  margin:0 0 10px 0;
}

.books-e{
  float:left;
  display:block;
  width:506px;
  position:relative;
  top:-45px;
}

#breadcrumb-wrap {
 font-family: "proxima-nova";
 font-size:12px;
 font-weight:600;
 text-transform:uppercase;
 margin-top:10px;
}

#breadcrumb-wrap a {
  font-family: "proxima-nova";
  text-decoration:none;
  color:#666;
  font-weight:300;
}

#books-top-left{
  width:480px !important;
  margin-right:30px;
  height:400px;
}

#books-top-left h3{
  font-size:50px;
  margin-bottom:15px;
}

#books-top-left p{
  font-size:20px;
  line-height:30px;
  text-shadow:0 0 1px transparent;
  text-rendering: optimizeLegibility;
  color: #2E3D4F;
}

#edsel-top-left p{
  font-size:16px;
  line-height:24px;
  text-shadow:0 0 1px transparent;
  text-rendering: optimizeLegibility;
  color: #2E3D4F;
}

#books-top-right{
  float:right;
  width:348px;
}

#books-top-right-order{
  float:right;
  width:232px;
}

#heroes-top-right{width:348px;}

#heroes-top-right img{
  position:relative;
  top:8px;
}

#edsel-top-right img{
  position:relative;
  top:8px;
  left:20px;
}

.book-title{
  font-style:italic;
  font-weight:normal;
}

#books-main-content-left{margin-right:25px;}

#books-main-content-right{
}

#books-main-content p{
}

#books-bottom-left{
  margin-right:30px;
  margin-bottom:30px;
}

#books-bottom-right{margin-bottom:30px;}

#books-top-wrapper{
  width:1200px;
  height:400px;
  background-repeat:no-repeat;
  background-position:425px 0px;
}

#book-container{
  background-position:10px 10px;
  background-repeat:no-repeat;
  height: 311px;
  display: table-cell;
  width: 1024px;
  position: relative;
} 

#book-container div{
  float:left;
  width:480px;
} 

.readanexcerpt {
  display: block;
  font-size:16px;
  color: #A91111;
  text-decoration:none;
  font-weight:400;
  background: url(//d1n7uaols2rlea.cloudfront.net/images/common/li-red.png) no-repeat left 6px;
  background-size: 7px;
  padding-left: 12px;
}

#bio-infobar .readanexcerpt {
  font-size: 14px;
}

.readanexcerpt:hover {
  color: #eb0707;
}

#book-container a{text-decoration:none;}

.learnmore {
	float:right;
	position:relative;
	top:45px;
}

.redlink{
}

.list {
	display: inline-block;
  width: 49.5%;
  margin-left: 0;
  padding-left: 0;
  vertical-align: top;
}

.list li{
	color:#000;
	font-size:13px;
	list-style:none;
	width: 100%;
}

.list img{
  width:20px;
  height:auto;
  padding-right: 3px !important;
  position: relative;
  top: 5px;
}

#sharethis, 
.sharethis {
  bottom:0px;
  margin-top: 14px;
  position:relative;
}

.bookline {
  border: 0;width: 100%;color: #dddddd;background-color: #dddddd;height: 1px;float:left;
}

.mon-head{
 font-family: "proxima-nova";
 font-size:18px;
 font-weight:600;
 text-transform:uppercase;
 color:#516279;
}

.books h3{
  font-size:18px;
  color:#ad1515;
  margin:0 0 10px 0;
  font-weight:300;
}

.accolades {
  font-size:14px;
  color: #A91111;
  text-decoration:none;
  font-weight:400;
  line-height:20px;
}

/* lightbox */
#lightbox {
  position:fixed; /* keeps the lightbox window in the current viewport */
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url(//d1n7uaols2rlea.cloudfront.net/images/books-movies/overlay.png) repeat;
  text-align:center;
  z-index:9999;
}

#lightbox1 {
  position:fixed; /* keeps the lightbox window in the current viewport */
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url(//d1n7uaols2rlea.cloudfront.net/images/books-movies/overlay.png) repeat;
  text-align:center;
  z-index:9999;
}

#lightbox2 {
  position:fixed; /* keeps the lightbox window in the current viewport */
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url(//d1n7uaols2rlea.cloudfront.net/images/books-movies/overlay.png) repeat;
  text-align:center;
  z-index:9999;
}

#lightbox3 {
  position:fixed; /* keeps the lightbox window in the current viewport */
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url(//d1n7uaols2rlea.cloudfront.net/images/books-movies/overlay.png) repeat;
  text-align:center;
  z-index:9999;
}

#buybook{background:#fff; width:501px; height:434px;margin:auto;position:relative;top:100px; padding:0px;text-align:left;}

.unseen{visibility:hidden;}

.seen{visibility:visible;}

.bookshops{
  float: left;
  width:249px;
  height:90px;
  border-style:solid;
  border-color:#ccc;
  border-right-width:1px;
  border-bottom-width:1px;
  border-top-width:0px;
  border-left-width:0px;
}

.bookshopsr{
  float: right;
  width:250px;
  height:90px;
  border-style:solid;
  border-color:#ccc;
  border-top-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  border-bottom-width:1px;
}

.bookshopstop{
  float: left;
  width:100%;
  height:70px;
  border-style:solid;
  border-color:#ccc;
  border-top-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  border-bottom-width:1px;
}

.buybuy{
  position:relative;
  top:25px;
  left:25px;
  font-family: "proxima-nova";
  font-size:18px;
  font-weight:700;
  text-transform:uppercase;
}

.bookshopsbot{
  float: left;
  width:250px;
  height:90px;
  border-style:solid;
  border-color:#ccc;
  border-top-width:0px;
  border-left-width:0px;
  border-right-width:1px;
  border-bottom-width:0px;

}
.x{float:right;position:relative;top:10px;right:10px;}
#amazon img{position:relative;top:12px;left:30px;}
#barnes img{position:relative;top:12px;left:30px;}
#indie img{position:relative;top:12px;left:30px;}
#powells img{position:relative;top:12px;left:43px;}
#ibooks img{position:relative;top:27px;left:38px;}
#google img{position:relative;top:24px;left:33px;}
#kobo img{position:relative;top:21px;left:68px;}
#nww2m img{position:relative;top:13px;left:90px;}

/* bios */

#bio-content img{
  float:left;
  padding-right:20px;
}

#bio-content{
  width:550px;
  margin-right:30px;
  margin-bottom:60px;
}

#contact-content{
  width:550px;
  margin-right:30px;
  margin-bottom:60px;
}

#contact-content input{
  width:400px;
  font-family:"proxima-nova";
  color: #485b72;

}

#contact-content p{
  margin-left:70px;
  margin-top:0px;
  width:400px;
}

#contact-content div{
  margin-left:70px;
  font-family:"proxima-nova";
}

.contactsubmit {
background: url(//d1n7uaols2rlea.cloudfront.net/images/about/submit.png)  no-repeat; border: none;
width:200px !important;
margin-top:20px;
height:53px;
}

.contactsubmit:hover {
background: url(//d1n7uaols2rlea.cloudfront.net/images/about/submit-hover.png)  no-repeat; border: none;
}

#contact-content h3{margin-bottom:0px;}

#contact-content textarea{
  width:400px;
  font-family:"proxima-nova";
  color: #485b72;
}

#contact-content select{
  width:400px;
  font-family:"proxima-nova";
  color: #485b72;
  font-size:14px;
}

#speak-content{
  width:550px;
  margin-right:30px;
  margin-bottom:60px;
}
#speak-content img{

}
#bio-infobar{
  width:230px;
  margin-right:20px;
}

#speak-infobar{
  width:230px;
  margin-right:20px;
}

#speak-infobar h4,
#speak-content #page-content h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  color: #2e3c4f;
  margin-top: 0px;
  margin-bottom: 10px;
}

#bio-infobar h2{
  margin:0px;
  font-size: 32px; 
  line-height:32px; 
  font-weight: 300;
  color:#2e3c4f;
}

#bio-infobar img{width:37px;}

#bio-infobar h4{
  font-size:22px;
  font-weight: 400;
  line-height:30px;
  color:#2e3c4f;
  margin-top:0px;
  margin-bottom:10px;

}

.lifespan {
  font-family:"proxima-nova";
  font-weight: 300; 
  font-size:14px;
  line-height:20px;
  color:#2e3c4f;
  margin:0px;
  margin-bottom:0px
}

#bio-content p{margin-top:0px;}

#generalorder{width:310px;}

.lefty {float:left;}

.heroline{
  margin-top:30px;
  margin-bottom:10px;
  background-color:#dddddd;
  height:1px;
  border:0 none;
}

.preview-view{
 width:209px;
 height:250px;
 overflow:hidden;
 float:left;
}

.preview-view img{
  position:relative;
  top:-200px;
  left:-100px;
}

.blurb{
  height:120px;
  font-family: "proxima-nova";
  font-size:13px;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  background-color:rgba(50,64,82,0.9);
  position:relative;
  bottom:-206px;
  padding: 5px 10px 10px 10px;
  font-weight:600; 
  line-height:16px;
}

.blurb-si{
  height:120px;
  font-family: "proxima-nova";
  font-size:13px;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  background-color:rgba(50,64,82,0.9);
  position:relative;
  bottom:-165px;
  padding: 5px 10px 10px 10px;
  font-weight:600; 
  line-height:16px;
}

.blurb-up{bottom:-128px;}

.galleryBox a{
  color:#fff;
  text-decoration:none;
}

.docsh2{text-transform:uppercase;}

/*footer */
#footcontain {
  background-color: #2e3c4f;
  width:100%;
}

#footer {
  padding: 35px 0;
  color:#fff;
  font-size: 13px;
  background-color: #2e3c4f;
  width:100%;
  height: 325px;
  margin: 0 auto;
  width: 1200px;
}

#footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  color: #9ebce5;
}

#footer ul{padding:0px;}

#footer li{list-style:none;}

#footer h2{
  text-transform:uppercase;
  font-family:"proxima-nova";
  margin:0;
  font-size: 14px;
  font-weight:600;
}

#foot-home{
  float:left;
  width:195px;
  margin-left:80px;
  margin-top:35px;
}

#foot-edu{
  float:left;
  width:146px;
  margin-left:25px;
  margin-top:25px;
}

#foot-heroes{
  float:left;
  width:148px;
  margin-left:25px;
  margin-top:25px;
}

#foot-speaking{
  float: left;
  width: 148px;
  margin-left: 25px;
  margin-top: 25px;
}

#foot-about{
  float:left;
  width:120px;
  margin-left:25px;
  margin-top:25px;
}

.vertcent{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height:300px;
}

.vertcent-edselized{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height:380px;
}

.red {
  text-decoration:none;
  color: #ad1515;
  font-weight: 400;
}

a.red {
  display: block;
  font-size: 16px;
  background: url(//d1n7uaols2rlea.cloudfront.net/images/common/li-red.png) no-repeat left 6px;
  background-size: 7px;
  padding-left: 12px;
}

img.arrows {
  height: 10px;
  width: 10px;
  padding-left: 5px;
}

a.red-view {
  display: block;
  color: #ad1515;
  font-weight: 400;
  font-size: 16px;
  font: 16px/1 "MontserratRegular";
  background-size: 7px;
  text-decoration: underline;
}

a.red-view:hover {
  color: #eb0707;
  font-weight: 400;
}

a.red:hover {
  text-decoration:none;
  color: #eb0707;
  font-weight: 400;
}

#bio-infobar a.red {
  font-size: 14px;
  line-height : 18px;
  padding-bottom: 10px;
}

h3.red a.red {
  background: none;
  font-size: 18px;
  padding-left: 0;
}

.bookline-1 {
  border: 0;
  width: 100%;
  color: #dddddd;
  background-color: #dddddd;
  height: 1px;
  float:left;
}

.bookline-11 {
  border: 0;
  width: 100%;
  color: #dddddd;
  background-color: #dddddd;
  height: 1px;
  margin-bottom:15px;
}

.bookline-edsel {
  border: 0;width: 100%;
  color: #dddddd;
  background-color: #dddddd;
  height: 1px;
  float:left;
  position:relative;
  top:-50px;
  margin-top: 0;
}

/*  lesson plans */

.lesson-plan-list {
  list-style: none;
}

.lesson-plan-list .clear {
  clear: both;
}

.lesson-plan-list h3 {margin-top:0;}

.lesson-plan-list > div {
  display:block;
  margin-bottom: 20px;
}

.lesson-plan-list > div img {
  float: left;
  margin-right: 15px;
}

.lesson-plan-list > div > div {
  width: 430px;
  float: left;
}


/* events */

#event-date {
  width:145px;
  margin-right:15px;
}

#event-title {
  width:240px;
  margin-right:15px;
}

#event-location {width:135px;}

#speak-infobar p{
}

#edsel-top-wrapper{
  width:1200px;
  height:400px;
  background-repeat:no-repeat;
  background-position:425px 0px;
  position:relative;
  top:-50px;
}

.st_fblike_hcount {
  width:88px;
  float:left;
}

#genorder{margin-bottom:20px;}

#f-tab{
 position: fixed;
 z-index:100;
 top:70px;
 right:0px;
}

.subblurb {
  color:#ffffff; font-family: "calluna"; font-size:14px; font-weight:300;  line-height:20px;  text-transform:none;
}

#foot-tfweet {
  float: left;
  width: 167px;
  margin-left: 52px;
  margin-top: 36px;
}
.spartan{
  float:left;
  width:275px;
}

.newsletter{
  background-color: #f6f6f0;
  width:194px;
}

.nlimage {
  background-image: url(//d1n7uaols2rlea.cloudfront.net/images/about/newsletter-img.png);
  width:176px;
  height:197px;
  margin: 0 auto;
  top: 20px;
  display: block;
  position: relative;
}

.nlform{
  width:168px;
  margin: 40px auto;
  text-transform: uppercase;
  font-family: "proxima-nova";
  font-weight: 700;
  font-size: 15px;
}

.nlform hr{
  background-color: #485b72;
  border: 0;
  height: 1px;
  color: #485b72;
  margin: 0 0 15px 0;
}
.nlform input{
	margin:0 0 10px 0;
}
.newsletter-form-labels{font-size:12px;}
.shift{
  position:relative;
  left:-3px;
}
.length,
input[type='text'].length , 
input[type='password'].length {
  width:158px;
  height:20px;
}
.plinks{
  clear:both;
  margin:0 0 10px 0;
}
.cast{
  position:relative;
  right:259px;
}

.title {font-size:14px;}

.center {
  text-align: center;
}

.left