/* Vendor Imports
--------------------------------------------- */
/* variables
--------------------------------------------- */
/* resets and source imports
--------------------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format('eot'), url("../fonts/icons.woff") format('woff'), url("../fonts/icons.ttf") format('truetype'), url("../fonts/icons.svg#icons") format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: "icons";
}
.icon:before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down:before {
  content: "\E001";
}
.icon-ello:before {
  content: "\E002";
}
.icon-facebook:before {
  content: "\E003";
}
.icon-linkedin:before {
  content: "\E004";
}
.icon-medium:before {
  content: "\E005";
}
.icon-pinterest:before {
  content: "\E006";
}
.icon-play-button:before {
  content: "\E007";
}
.icon-plus:before {
  content: "\E008";
}
.icon-slideshare:before {
  content: "\E009";
}
.icon-tumblr:before {
  content: "\E00A";
}
.icon-twitter:before {
  content: "\E00B";
}
.icon-vimeo:before {
  content: "\E00C";
}
.icon-youtube:before {
  content: "\E00D";
}

.instagram-icon {
  display: inline-block;
  overflow: visible;
  position:relative;
  line-height: 1.1em;
  font-size:1em;
}

.instagram-icon span{
  background: url("../images/instagram-icon.svg") no-repeat center center;
  background-size: 98%;
  display: block;
  width:1.1em;
  height:1.1em;
  position:relative;
  top:.05em;
}


html,
body {
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #A13137;
  text-decoration: none;
  -webkit-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
p {
  margin: 0 0 20px;
}
strong {
  font-weight: bold;
}
small {
  font-weight: 300;
  font-size: 0.875rem;
}
.no-flicker {
  -webkit-transform: translate3d(0, 0, 0);
}
.hide-text {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}
.relative,
.home .book,
.page-homepage .book {
  position: relative;
}
.absolute {
  position: absolute;
}
.upcase {
  text-transform: uppercase;
}
.inline-block {
  display: inline-block;
}
.display-block,
.home .book,
.page-homepage .book {
  display: block;
}
.text-center {
  text-align: center;
}
.overflow-hidden {
  overflow: hidden;
}
.button-reset,
.filter-button {
  border: 0;
  padding: 0;
  cursor: pointer;
  overflow: visible;
  background: none;
}
.filter-button:hover{color: #A13137;}
.filter-button.active{font-weight:bold;}

.button-reset::-moz-focus-inner,
.filter-button::-moz-focus-inner {
  border: none;
  padding: 0;
}
.image-replace {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.js .js-hidden {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.no-mobile {
  display: none;
}
@media screen and (min-width: 800px) {
  .no-mobile {
    display: block;
  }
}
.mobile-only {
  display: block;
}
@media screen and (min-width: 800px) {
  .mobile-only {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .f-left {
    float: left;
  }
}
@media screen and (min-width: 800px) {
  .f-right {
    float: right;
  }
}
.mobile-center {
  text-align: center;
}
@media screen and (min-width: 800px) {
  .mobile-center {
    text-align: left;
  }
}

.page-wrapper{
	opacity:.999999
	-webkit-transition: opacity 0.5s;
       -moz-transition: opacity 0.5s;
	     -o-transition: opacity 0.5s;
            transition: opacity 0.5s;
} 
.page-wrapper.hidden {opacity:0;} 

.homepage-slides .vertically-center.overlay-wrapper{
  	position: absolute;
  	bottom:0px;
  /* 	max-width:600px; */
  }

.homepage-slides .overlay-inner {
  	border-top: 1px solid #000;
  	border-bottom: 1px solid #000;
/*
	border-top: 1px dotted rgba(61,60,68,0.25);
	border-bottom: 1px dotted rgba(61,60,68,0.25);
*/
  	padding-top:20px;
  	padding-bottom:20px;
}
  

.top-line {border-top:1px solid #000;}
.testimonials .feature-lead{
	/* border-bottom:1px solid #000; */
	max-width:none;
}

.testimonials .testimonial-inner {max-width:700px;margin:auto; padding:40px;}

.testimonials q,
.testimonials q p {font-family: "Lato", sans-serif;	font-size: .9rem;font-weight:normal;}
.testimonials-title {text-align: center;}


q, blockquote{display:block; quotes:"\201C" "\201D" "\2018" "\2019"}

.hanging-quotes q:before,
blockquote:before{content:open-quote; margin-left:-0.65em;}

.hanging-quotes q:after, 
blockquote:after{content:close-quote; margin-left:0em; font-weight:700;}

.testimonials q:before,
.testimonials blockquote:before{margin-left:-0.35em; font-weight:normal;}

.testimonials q:after,
.testimonials blockquote:after{font-weight:normal;}


@media screen and (min-width: 800px) {
  .vertically-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .homepage-slides .overlay-wrapper {
  	margin:0px 40px;
  	/* display:none; */
  }
  .homepage-slides .vertically-center.right-align{
  	right:0px;
  }
}
@media screen and (min-width: 600px) {
	.testimonials q, .testimonials q p { 
    	font-size:1.1rem;
  	}
}

@media screen and (max-width: 600px) {
	.testimonials q, 
	.testimonials q p { 
    	line-height:1.4rem;
  	}
}



.no-quotes q:before,
.no-quotes q:after {content:'';}

q:before,
q p,
blockquote:before,
blockquote p{
	display:inline; 
	}

q + cite,
blockquote + cite{display:block;font-style:normal; font-weight:normal;margin-top:10px;margin-left:15px;font-weight:300;}

q + cite:before,
blockquote + cite:before{content:"— "; margin-left:-15px;}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.red {
  color: #A13137;
  font-weight: bold;
}
p.red {
  font-weight: normal;
}
.pampas {
  background: #f4eeec;
}
.section {
  padding: 40px 0;
}
.clear-header,
.container.clear-header,
.hero {
  margin-top: 52px;
}
.page-about #main .container,
.page-uber #main .container,
.footer .container {
  max-width: 700px;
}
.footer .container .social-links a {
  font-size: 20px;
  margin-right: 1em;
}
.footer .container .social-links a:hover {
  color: #b2373d;
}

.contacts a.subscribe-box{
   margin-top: 14px;
   margin-bottom: 18px;
}

/*
.page-about .portrait {
 	margin:0px 20px 13px 0px;
 	float:left;
 	max-width:206px;
}
*/

.page-about .portrait,
.page-uber .portrait {
    /* margin: 80px 0 40px; */
    margin: 0px 0px 13px 20px;
    float: right;
    max-width: 206px;
}

.page-about .biography,
.page-uber .biography {
  padding-bottom: 40px;
 /*  margin-top:100px; */
}
.article-header {
  border-bottom: 1px dotted rgba(61,60,68,0.25);
  margin-bottom: 20px;
}
a.read-more {
  font-weight: bold;
  color: #3d3c44;
}
a.read-more:hover {
  color: #A13137;
}
.article .post-thumbnail.circle {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  text-align:center;
}
.article .post-thumbnail.circle img {
  /* border-radius: 50%; */
  margin: auto;
}
.article.slick-slide {
  text-align: left;
  padding: 40px 20px;
  position: relative;
}

@media screen and (max-width:800px){
	.article.slick-slide {
	  padding: 40px 40px;
	}
}
.article.slick-slide:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: -1px;
  border-right: 1px solid #3d3c44;
  padding-bottom: 9999px;
}
.filter-articles {
  background: #fff;
  text-align: center;
  padding: 8px;
  /* height: 54px; */
  min-height:54px;
  border-top: 1px solid #3d3c44;
  border-bottom: 1px solid #3d3c44;
  position: relative;
}
.filter-articles.above {
  z-index: 999;
}
@media screen and (min-width: 800px) {
  .filter-articles.affix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
}
@media screen and (min-width: 1000px) {
  .admin-bar .filter-articles.affix {
    top: 30px;
  }
}
.filter-button {
  padding: 4px 15px;
  text-transform: lowercase;
  /* letter-spacing: 2px; */ /*removed because of primary menu item numbers now*/
 /*  border-right: 1px dotted rgba(61,60,68,0.3); */
}
@media screen and (max-width: 600px){
  .filter-button {
	padding: 4px 7px;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size:.7rem;
	padding-top:11px;
  }
}
.filter-button:focus {
  outline: 0;
}
.filter-button.active {
  color: #A13137;
}
.filter-button:last-child {
  border-right: none;
}
.book-section {
  border-top: 3px solid #3d3c44;
}
.book-section:first-child {
  border-top: none;
}
.book-section .attribution {
 /*  color: #A13137; */
  /* font-weight: 300; */
}
.book-section .article-header h3 {
  margin-top: 0;
}
.book-section .article-header h3 a {
  color: #3d3c44;
}
.book-section .article-header h3 a:hover {
  color: #A13137;
}
.book-section__header {
  text-align: center;
  max-width: 940px;
  padding: 0 20px;
  margin: 100px auto 50px;
  overflow: hidden;
}
.book-section__header .book-cover img {
  max-height: 70vh;
  width: auto;
}

.thumb-list{
	clear:both;
	text-align:center;	    
	padding-bottom: 20px;
    border-top: 1px solid #000;
    margin-top: 20px;
    padding-top:20px;}

.thumb-list ul{
	list-style: none;
	padding:0;
	margin:0;

}
.thumb-list li{
	display:inline-block;
	margin-right:10px;
	margin-left:10px;
	width:120px;
	height:120px;
}

.other-editions.thumb-list li{
	width:105px;
	height:auto;
	margin-right:10px;
	margin-left:10px;
}

.thumb-list a,
.thumb-list span {width:120px;height:120px;display:block;}

.other-editions.thumb-list a{
	width:105px;
	height:auto;
}

.thumb-list p {text-align:center;}
.other-editions-intro p{max-width:700px;margin:0px auto 20px auto;text-align:left;}

.logos.thumb-list{border-top: 1px dotted rgba(61,60,68,0.25);margin-left:20px; margin-right:20px;}
.page-template-articles-press .logos.thumb-list{margin-left:0px; margin-right:0px;}

.logos.thumb-list ul{/* display:table;  */margin:0 auto;text-align:center;}
.logos.thumb-list ul li{display:inline-block; padding:0px;margin-left:20px;margin-right:20px}
.logos.thumb-list ul li a,
.logos.thumb-list ul li span{opacity:.6;cursor:default;}
/* .logos.thumb-list ul li a:hover{opacity:.7;} */

.other-editions.thumb-list a{height:auto;}
/* .other-editions.thumb-list a img{display:block;} */

@media screen and (max-width: 600px) {
	.logos.thumb-list ul li{
		padding-left:0px;
		padding-right:0px;
		width:80px;height:80px;
	}
	.thumb-list a,
	.thumb-list span {
		width:80px;
		height:80px;}
		
	.other-editions.thumb-list li,
	.other-editions.thumb-list a{
		width:80px;
		height:auto;
	}
}



@media screen and (min-width: 800px) {
  .book-section__header .book-cover {
    float: left;
    width: 35%;
    max-height: 90vh;
  }
}
.book-section__header .book-info {
  text-align: left;
}
@media screen and (min-width: 800px) {
  .book-section__header .book-info {
    float: left;
    width: 64%;
    padding-left: 24px;
  }
}

.book-section__header .book-info .book-tagline {
  font-size: 33px;
  line-height: 1.4;
  margin-bottom: 20px;
}
/*
.book-section__header .book-info p {
  line-height: 1.7;
}
*/
.book-section__header .book-info .pre-order-links {
  margin: 0 0 20px 0;
  text-align: center;
}
@media screen and (max-width:800px){
	.book-section__header .book-info .pre-order-links {
		margin: 0 auto;
	}
}

.book-slider {
  border-bottom: 1px solid #3d3c44;
}
.book-slide {
  text-align: left;
  padding: 40px 20px;
  position: relative;
}
.book-slide:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: -1px;
  border-right: 1px solid #3d3c44;
  padding-bottom: 9999px;
}
.book-description {
  background: #f4eeec;
  padding: 100px 0;
}
.book-description .container {
  max-width: 700px;
}
.spaced {letter-spacing: 2px;}

a.link-box {
  display: block;
  max-width: 70%;
  text-transform: uppercase;
  font-size: 0.84375rem;
  line-height: 1.875rem;
  padding: 0 0.9375rem;
  border: 2px solid #A13137;
  font-weight: bold;
  margin: 0 auto 1em;
  letter-spacing: 2px;
  text-align:center;
}
@media screen and (min-width: 800px) {
  a.link-box {
    display: inline-block;
    margin: 0;
  }
  a.link-box.middle {
    border-right: none;
    border-left: none;
  }
  a.link-box:hover {
    background: #A13137;
    color: #fff;
  }
  a.link-box.bottom {
    border-top: none;
  }
}
.pre-order-links {
  position: relative;
  margin-bottom: 2.5em;
  max-width: 600px;
  margin: auto auto 1em;
  padding-top: 1em;
  left: -1px;
}

@media screen and (min-width: 800px) {
  .pre-order-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pre-order-links a {
    -webkit-flex-basis: 33.33%;
    -ms-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .pre-order-links a.link-box {
    margin-right: -2px;
    margin-bottom: -2px;
  }
}
.social-links--row {
  border-top: 1px solid #3d3c44;
  border-bottom: 1px solid #3d3c44;
  padding: 1.5em 0;
  margin-bottom: 1em;
}
.social-links--row a {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
}
@media screen and (min-width: 800px) {
  .social-links--row {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto 1.5em;
  }
  .social-links--row a:hover {
    color: #b2373d;
  }
}

.contacts {
  padding-bottom: 3em;
}
.contacts p {
  font-size: 0.8125rem;
}
.header {
  padding: 1em 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  height: 54px;
  border-bottom: 1px solid #3d3c44;
  -webkit-transition: height 400ms cubic-bezier(1, 0, 0, 1);
  transition: height 400ms cubic-bezier(1, 0, 0, 1);
}
.header.open {
  height: 100%;
  overflow-y: auto;
}
@media screen and (min-width: 1000px) {
  .admin-bar .header {
    top: 30px;
  }
}
.admin-bar #wpadminbar {
  display: none !important;
}
@media screen and (min-width: 1000px) {
  .admin-bar #wpadminbar {
    display: block !important;
  }
}
.header .title {
  position: absolute;
  left: 1em;
  font-weight: bold;
  z-index: 1000;
  letter-spacing:1px;
}
.header .social-links {
  text-align: center;
}
@media screen and (min-width: 800px) {
  .header .social-links {
    text-align: left;
    position: absolute;
    top: 0;
    right: 1em;
    z-index: 1000;
  }
}
.header .social-links a {
  margin: 0 8px;
}
.header .social-links a:hover {
  color: #b2373d;
}
@media screen and (max-width: 800px) {
  .header .social-links a {
    margin: 0 15px;
    font-size: 1.5rem;
    display: inline-block;
  }
  .book-info .red,
  .red.upcase.spaced {
  	text-align:center;
  	display:block;
  }
}

.hero {
  position: relative;
  padding: 1em 0;
  /* border-bottom: 1px solid #3d3c44; */
}

.hero.homepage-slides{padding-top:0px;}

.section-background {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -50;
}
@media screen and (min-width: 800px) {
  .hero {
    height: 100%;
  }
}
.home,
.page-homepage  {
  text-align: center;
}

.page-template-homepage-2016 .articles-menu{border-top: 1px solid #000;}
/* .page-template-homepage-2016  */.logos-intro {text-align:center;}
.page-template-articles-press .logos-intro {text-align:left;}

.home .container .lead,
.page-homepage .container .lead  {
  max-width: 860px;
}

.page-template-homepage-2016 .homepage-slides .slick-list,
.page-template-homepage-2016 .homepage-slides .slick-track,
.page-template-homepage-2016 .homepage-slides .single-slide{
	min-height:100vh;
}

.home .book,
.page-homepage .book {
  margin: 1em auto;
}
.home .book img,
.page-homepage .book img {
  max-height: 60vh;
  width: auto;
}
.home .book img,
.page-homepage .book img {
  -webkit-box-shadow: 0 0 1.5em #91827d;
  box-shadow: 0 0 1.5em #91827d;
}
.home .icon-arrow-down,
.page-homepage .icon-arrow-down {
  font-size: 2em;
}

.horizontal-scroll {
  background: #fff;
}
@media screen and (min-width: 800px) {
  .horizontal-scroll {
    padding-right: 20px;
    padding-left: 19px;
  }  
}

.horizontal-scroll > div {
  display: inline-block;
  position: relative;
  white-space: normal;
  vertical-align: top;
  padding: 0 20px 40px 20px;
  width: 100%;
  text-align:left;
}
.horizontal-scroll > div:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 0;
  left: 0;
  border-right: 1px solid #3d3c44;
  padding-bottom: 99999px;
}
.horizontal-scroll > div h3 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
  padding-bottom: 20px;
}
.horizontal-scroll > div h3 a {
  color: #3d3c44;
}
.horizontal-scroll > div h3 a:hover {
  color: #A13137;
}
.horizontal-scroll > div p.article-subtitle {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}
.horizontal-scroll > div p {
  font-size: 13px;
  line-height: 1.6;
}
.horizontal-scroll > div p.fancy {
  font-size: 17px;
  margin-bottom: 10px;
}
.horizontal-scroll > .article .article-footer {
  font-size: 13px;
  padding-top: 20px;
  border-top: 1px dotted rgba(61,60,68,0.25);
}
.horizontal-scroll .slick-dots {
  display: none !important;
}
.menu {
  display: block;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 50px 0;
}
@media screen and (min-width: 800px) {
  .menu {
    display: inline-block;
    position: absolute;
    padding: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
  }
}
.menu li {
  display: block;
}
@media screen and (min-width: 800px) {
  .menu li {
    display: inline-block;
   /*  border-right: 1px solid #000; */
    font-size: 0;
  }
  .menu li:last-of-type {
    border-right: none;
  }
}
.menu li > a {
  font-size: 0.9375rem;
  display: block;
  color: #000;
  padding: 1em;
  text-transform:lowercase;
  /* letter-spacing:2px; */ /*removed because of primary menu item numbers now*/
  letter-spacing:1px;
}
@media screen and (max-width: 800px) {
  .menu li > a {
    padding: 1.5rem 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 800px) {
  .menu li > a {
    padding: 0 0.75em;
  }
}
.menu li > a:hover {
  color: #A13137;
}
.menu li.current-menu-item a {
  font-weight: bold;
}
.toggle-menu {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: 5px;
  z-index: 25;
  text-align: center;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-animation: blinkBackground 4s infinite;
  animation: blinkBackground 4s infinite;
  cursor: pointer;
}
@media screen and (min-width: 800px) {
  .toggle-menu {
    display: none;
  }
}
.toggle-menu:hover {
  -webkit-animation: none;
  animation: none;
}
.toggle-menu.close {
  -webkit-animation: none;
  animation: none;
}
.toggle-menu.close .line {
  background-color: transparent;
}
.toggle-menu.close .line:before {
  -webkit-transform: translateY(8px) rotateZ(-45deg);
  -ms-transform: translateY(8px) rotateZ(-45deg);
  transform: translateY(8px) rotateZ(-45deg);
}
.toggle-menu.close .line:after {
  -webkit-transform: translateY(-8px) rotateZ(45deg);
  -ms-transform: translateY(-8px) rotateZ(45deg);
  transform: translateY(-8px) rotateZ(45deg);
}
.toggle-menu .line {
  display: inline-block;
  width: 25px;
  height: 4px;
  background: #000;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  top: 4px;
  vertical-align: bottom;
}
.toggle-menu .line:before {
  top: -8px;
}
.toggle-menu .line:after {
  top: 8px;
}
.toggle-menu .line:before,
.toggle-menu .line:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 25px;
  height: 4px;
  background: #000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  left: 0;
}
@-webkit-keyframes blinkBackground {
  0%, 45%, 55%, 65%, 100% {
    background: none;
  }
  50%, 60% {
    background: #ddd;
  }
}
@keyframes blinkBackground {
  0%, 45%, 55%, 65%, 100% {
    background: none;
  }
  50%, 60% {
    background: #ddd;
  }
}
.quotes {
 /*  border-top: 1px solid #3d3c44; */
  padding: 1.5em 0 1.5em 0;
}
.quote {
  margin-bottom: 3.875em;
  text-align: left;
  font-size: 13px;
}
.quote p{font-weight: bold;}
.quote p.quote-attribution {
  margin-top:8px;
  color:#9E9DA1;
  font-weight:normal;
}
.quote .attribution {
 /*  font-weight: bold; */
 font-size: 11px;
 text-transform: uppercase;

}
.attribution-subtitle {
  font-size: 11px;
  /* font-size: 0.7375rem; */
}
.quote p {
  margin-top: 0;
}
.quote p:first-child {
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .quotes {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 2.5em;
    -moz-column-gap: 2.5em;
    column-gap: 2.5em;
    max-width: 800px;
    margin: auto;
  }
  .quote {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
  }
}
.single #main .container,
#main .container.custom-page{
  max-width: 700px;
  margin-top: 125px;
  background: #fff;
  padding: 30px;
}

.articles-list-wrapper{
	width: 49.5%;
	float:left;
}

	@media screen and (max-width: 560px) {
		.articles-list-wrapper{
			width: auto;
			float:none;
		}
	}
.articles-list {
	list-style: none;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-right:30px;
}	

.articles-list-wrapper h3{margin-bottom:10px;}

.articles-list .article-title {
	margin-bottom:16px;
}



/*
#main .container.custom-page{
	  margin-top: 52px;
}
*/

@media screen and (min-width: 1000px) {
  .single #main .container,
  #main .container.custom-page {
    padding: 30px 50px;
  }
}
.single #main .container.transparent,
#main .container.transparent.custom-page {
  background: rgba(255,255,255,0.95);
}
.single h1.title,
.video-title h2,
.page-template-society h1.title,
.page-template-articles-press h1.title {
  line-height: 1.2;
  padding-bottom: 20px;
  margin: 15px 0 20px;
  border-bottom: 1px solid #000;
  font-size: 33px;
}
.single .container.article,
.page-template-society .container.article,
.page-template-articles-press .container.article {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 125px;
}

.book-description .container p,
.biography p,
.biography li,
.pampas .container p,
.video-title p {
  font-size: 13px;
  font-weight: normal;
}

.biography li {margin-bottom:10px;font-weight: 500;}
.biography h1 {margin:1.87em 0 0.2em 0;}

.single #main .article-subtitle,
.page-template-society #main .article-subtitle,
.page-template-articles-press #main .article-subtitle{
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight:normal;
  border-bottom: 1px solid #3d3c44;
}

.single #main .article h2,
.single #main .article h3, 
.single #main .article h4,
.page-template-society #main .article h2,
.page-template-society #main .article h3, 
.page-template-society #main .article h4,
p.event-date,
p.book-tagline-subhead {
	font-family: 'Lato';
	font-size: 20px;
	line-height: 1.3;
	font-weight: normal;
}

.article-author {
  font-weight: bold;
  font-size: 15px;
}
.article-thumbnail {
  display: block;
  vertical-align: top;
  margin-bottom: 20px;
}
.fullscreen-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
  z-index: -50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
@media screen and (max-width: 800px) {
  .fullscreen-background {
    display: none !important;
  }
}
.slick-slider {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after {
  clear: both;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0px;
}
[dir="rtl"] .slick-prev:before {
  content: ">";
}
[dir="rtl"] .slick-next {
  left: 0px;
  right: auto;
}
[dir="rtl"] .slick-next:before {
  content: ">";
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  /* height: 20px; */
  height:100%;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: rgba(255,255,255, .95);
  color: #000;
  /* top: 50%; */
  top:0px;
/*   margin-top: -10px; */
  margin-top:0px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev{ border-right:1px solid #000;}
.slick-next{ border-left:1px solid #000;}

.featured-videos .slick-prev,
.featured-videos .slick-next{
	display:none !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
 /*  background: transparent; */
  /* color: transparent; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0px;
}
.slick-prev:before {
  content: "<";
}
.slick-next {
  right: 0px;
}
.slick-next:before {
  content: ">";
}
.slick-dots {
/*   border-top: 1px solid #3d3c44; */
  margin: 0;
  position: relative;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  padding: 15px 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #3d3c44;
}
.slick-dots li.slick-active button {
  background: #3d3c44;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.video-thumbs{
	width:100%;
	height:calc(100vh - 52px);
	margin-top:52px;
}
.video-thumbs a{
	display:block;
	float:left;
	width:33.33333%;
	height:50%;
	cursor:pointer; 
	font-family: SybariteLarge, serif; 
	font-size:33px;
	line-height:1.25;
	font-weight:bold;
	overflow:hidden;
}
.video-thumbs a span.video-source{	
	display:table;
	text-align:center;
	width:100.2%;
	height:100.2%;
	border:none;
	padding:0px;
}
.video-source.hide{
	opacity:0;
	-webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition:  all linear .2s;
}
.video-source.show{
	opacity:1;
	-webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition:  all linear .2s;
}

.video-thumbs a span.source-inner{
	display:table-cell;
	vertical-align: middle;
	color:#3d3c44;
	padding:40px;
	margin:40px;
	background-color:rgba(255,255,255,.8);
}

/*
@media screen and (max-width:1000px){
	.video-thumbs{
		display:none;
	}
}
@media screen and (min-width:1000px){
	.videos-wrapper{
		display:none;
	}
}
*/

.video-slide {
  /* border-bottom: 1px solid #3d3c44; */
  padding-top:24px;
}
.video-caption {
  padding: 40px 15px 24px 0;
}
@media screen and (min-width: 1000px) {
  .video-caption {
    float: left;
    width: 35%;
  }
}
@media screen and (min-width: 1000px) {
  .video-player {
    float: right;
    width: 64%;
    padding-top:40px;
  }
}
.video-source {
  border-bottom: 1px solid #3d3c44;
  padding-bottom: 20px;
}
.video-placeholder {
  position: relative;
  display: block;
  height: 372px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50%;
}
.active-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.play-button {
  width: 80px;
  height: 80px;
  position: relative;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-transform: opacity 0.3s linear;
  -ms-transform: opacity 0.3s linear;
  transform: opacity 0.3s linear;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.play-button g {
  fill: #fff;
}
.play-button:hover {
  -ms-filter: none;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.loader {
  width: 40px;
  height: 40px;
  position: relative;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.play-path {
  -webkit-transition: stroke-dashoffset 3s ease-in-out;
  transition: stroke-dashoffset 3s ease-in-out;
}
.events {
  text-align: center;
}
.event h2,
.event p {
  margin: 0 auto;
  max-width: 600px;
}
.event {
  padding: 20px;
  border-bottom: 1px solid rgba(61,60,68,0.5);
}
p.event-list__title {
  line-height: 40px;
  /* border-top: 1px solid #3d3c44; */
  /* border-bottom: 1px solid #3d3c44; */
  margin: 0;
}

.booking-columns .column{margin:60px 20px;text-align:center;}
.booking-columns h3{font-size:20px; font-weight: normal; font-family: "Lato", sans-serif;}
.upcoming-event a {
  color: #3d3c44;
}
.upcoming-event:hover {
  -webkit-box-shadow: inset 0 0 0 3px #3d3c44;
  box-shadow: inset 0 0 0 3px #3d3c44;
  border-color: #3d3c44;
}

.past-events-inner {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    clear:both;
}
.past-event {
/*   background: #f4eeec; */
  background:#FFF;
  border:none;
  display:inline-block;
}
.past-event h2,
.past-event p {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  font-size:1.1rem;
}

.past-event h2{
	font-family: 'Lato', sans-serif;
	font-weight:normal;
}
.past-event p {
  font-size:.9rem;
}

/*
@import url("http://fonts.googleapis.com/css?family=Nunito:300,700");

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito-Regular'), url(http://fonts.gstatic.com/s/nunito/v7/6TbRXKWJjpj6V2v_WyRbMX-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
*/

/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(http://fonts.gstatic.com/s/lato/v11/IY9HZVvI1cMoAHxvl0w9LVKPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(http://fonts.gstatic.com/s/lato/v11/22JRxvfANxSmnAhzbFH8PlKPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v11/8qcEw_nrk_5HEcCpYdJu8BTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v11/MDadn8DQ_3oT6kvnUq_2rxTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(http://fonts.gstatic.com/s/lato/v11/rZPI2gHXi8zxUjnybc2ZQFKPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(http://fonts.gstatic.com/s/lato/v11/MgNNr5y1C_tIEuLEmicLm1KPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
  font-family: 'SybariteLarge';
  src: url("../fonts/2C7A67_0_0.eot");
  src: url("../fonts/2C7A67_0_0.eot?#iefix") format('embedded-opentype'), url("../fonts/2C7A67_0_0.woff2") format('woff2'), url("../fonts/2C7A67_0_0.woff") format('woff'), url("../fonts/2C7A67_0_0.ttf") format('truetype');
}
body {
  color: #3d3c44;
  font-size: 0.9375rem;
  line-height: 1.5;
  padding-bottom: 3em;
  font-family: 'Lato', sans-serif;
}
p {font-family: 'Lato', sans-serif; font-weight:normal;}
.fancy,
h2,
h3,
h4,
.lead,
.lead--medium,
.book-description p:first-child strong:first-child,
.biography p:first-child strong:first-child,
q,
q p {
  font-family: SybariteLarge, serif;
}
h2,
h3,
q,
q p {
  font-size: 1.4375rem;
}

q:before,
q:after,
q p,
blockquote:before,
blockquote:after,
blockquote p{
	font-size: 24px;
    line-height: 1.25;
    font-weight:bold;
}


.testimonial-inner q:before,
.testimonial-inner q:after,
.testimonial-inner q p {
	/*
font-size: 24px;
    line-height: 1.25;
    font-weight:300;
    font-family: 'Lato', sans-serif;
*/
}
 
h4 {
  font-size: 16px;
  margin: 0;
}
.lead {
  font-size: 1.5rem;
  max-width: 500px;
  margin: 0 auto 1.5em;
  line-height: 1.3;
}
@media screen and (min-width: 800px) {
  .lead {
    /* font-size: 1.5625rem; */
    font-size:2.06rem;
  }
}
.lead--medium {
  font-size: 1.25rem;
  max-width: 25em;
  margin: 4.375em auto 1.25em;
  letter-spacing: 1px;
}
p.section-title {
  line-height: 35px;
  font-weight: bold;
  margin: 0;
  color:#FFF;
  background-color:#A13137;/* old red: 9b3035*/
  text-transform:uppercase;
  letter-spacing: 2px;
}
.book-description p:first-child strong:first-child,
.biography p:first-child strong:first-child {
  font-size: 23px;
  line-height: 1;
}
.container {
  position: relative;
  max-width: 68.75em;
  padding: 0 1.5em;
  margin: auto;
}

.book-section__header .book-info .book-tagline {
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

.book-section__header .book-info p {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #3d3c44;
}
.book-section__header .book-info p.red {
	border-bottom: none;
}

.page-about #main,
.page-uber #main{
	padding-top:54px;
}
.footer .social-links{margin-top:2px;}
/* .footer .container .social-links a:last-child{ margin-right:0px;} */

.footer .container .social-links a.icon-pinterest,
.footer .container .social-links p.built-by a{margin-right:0px;}

.footer .container .social-links .mailing-address,
.footer .container .social-links .built-by{
	margin-top:17px;
	margin-bottom:0px;
}
.footer .social-links .built-by a{
	font-size:11px;
}

/*
.contacts {text-align:left;}
.contacts p{margin-bottom:7px;text-align:left;}

*/
/*
@media screen and (max-width: 800px) {
  .contacts,
  .contacts p {text-align:center;}
}
*/

.contacts {text-align:center;}
.contacts p{margin-bottom:7px;text-align:center;}


@media screen and (max-width:400px){
   .portrait img {width:117px;}
}

/*** FEATURE ADDITIONS ***/
.feature-lead {

	text-align: left;
	background-color: rgba(255,255,255, .9);
	padding: 30px 50px;
}

@media screen and (min-width: 800px) {
	.feature-lead {
		max-width: 600px;
	}
}

.feature-lead.slide-overlay{padding:50px;}

.feature-lead .feature-source{font-size:13px;}
.feature-lead h2{font-size:2.06rem; border-bottom:1px solid #000;padding-bottom:5px}
.feature-lead .feature-description p{font-size:17px;font-weight:400;line-height: 1.6;}
.feature-lead .link-box{font-family: 'Lato', sans-serif;}

@media screen and (max-width: 600px) {
	.feature-lead.slide-overlay{padding:20px;}
	
	q:before, q:after, q p, q, body q p, blockquote:before, blockquote:after, blockquote p {
    	font-size: 16px;
    	line-height: 1.25;
   		font-weight: bold;
	}
	cite {font-size:12px;}
	q + cite:before,
	blockquote + cite:before{ margin-left:-12px;}
/* 	.overlay */
}

.clear {clear:both;}


/****** MODAL OVERLAY ******/

.modal-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.25s, opacity 0.25s linear;
/*
	-webkit-transition: opacity 0.5s;
       -moz-transition: opacity 0.5s;
	     -o-transition: opacity 0.5s;
            transition: opacity 0.5s;
*/
}
.modal-bg.show {
	visibility: visible;
	opacity: 0.99999;
	transition-delay: 0s;
}
	
.modal-wrap {
	display: table-cell;
	vertical-align: middle;
	max-width: 720px; /* this should match .modal */
}

.modal {
	position: relative;
	display: block;
	max-width: 720px;
	background: #FFF;
	/* color: #fff; */
	margin: 0 auto;
}
.modal-close {
	position: absolute;
/*
	top: 18px;
	right: 18px;
*/
	top: 14px;
	right: 10px;
	cursor: pointer;
	display: block;
	width: 30px;
	height: 30px;
	padding: 6px;
	z-index: 99;
}

.modal-close span {
	display: block;
	width: 26px;
	height: 3px;
	background: #fff;
	-webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
	     -o-transition: all 0.5s;
            transition: all 0.5s;
	-webkit-transform: rotate(225deg);
	   -moz-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		 -o-transform: rotate(225deg);
			transform: rotate(225deg);
	-webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
	        backface-visibility: hidden;
	margin-left: -5px;
	margin-top: 5px;
}
.modal-close span + span {
	opacity: 1;
	-webkit-transform: rotate(-225deg);
	   -moz-transform: rotate(-225deg);
		-ms-transform: rotate(-225deg);
		 -o-transform: rotate(-225deg);
			transform: rotate(-225deg);
	-webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
	        backface-visibility: hidden;	
	margin-top: -3px;
}
.modal-close.dark span{
	background: #000;
}

@media screen and (min-width:784px){
   .slick-dots {display:none !important;}
}

/*
@media screen and (max-width:1000px){
	.video-thumbs{
		display:none;
	}
}
@media screen and (min-width:1000px){
	.videos-wrapper{
		display:none;
	}
}
*/


@media screen and (max-width:784px){
   .modal-bg {
		position:relative;
		top:auto;
		right: auto;
		bottom: auto;
		left: auto;
		z-index:0;
		display: block;
		width: 100%;
		height: auto;
		background: #FFF;
		opacity: 1;
		visibility: visible;
		opacity: 1
		transition: none;
		margin:auto;
	}
	.modal-wrap {
	display: block;
	}
	#modal-close{display:none;}
	.video-thumbs{display:none;}
}


/**** PACE LOADER ****/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #A13137;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}


/**** BG LOADER ****/
.hero {}

.cssload-container {
  width: 100%;
  height:calc(100vh - 52px);  
  text-align: center;
  position: absolute;
  z-index: -2; }

.cssload-speeding-wheel {
  width: 47px;
  height: 47px;
  margin: 0 auto;
  border: 3px solid #A13137;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 1025ms infinite linear;
  -o-animation: cssload-spin 1025ms infinite linear;
  -ms-animation: cssload-spin 1025ms infinite linear;
  -webkit-animation: cssload-spin 1025ms infinite linear;
  -moz-animation: cssload-spin 1025ms infinite linear;
  position: absolute;
  top: 50%;
  /* 	bottom:50%; */
  left: 0;
  right: 0; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }