@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700);

html, body {
	font-family: 'Open Sans',sans-serif;
}

.navbar-form input, .form-inline input {
	width:auto;
}
/*
.navbar-wrapper {
	height: 68px;
}
*/
.nav-wrapper {
    height: 60px;
}

.navbar {
    margin-bottom:0;
}

.navbar.subnav {
  margin:0;
  top: 0px;
  z-index: 1020;
  background-color: rgb(247,247,247); 
  border-bottom: 1px solid #E1E1E1;
  padding: 0px 0px 0px 0px;
  border-radius: 0;
}

.subnav.fixed {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index:10;
}

.subnav .ion-ios-search {
    border-right: 1px solid #E1E1E1;
    color: #ee3b3b;
    float: left;
    font-size: 25px;
    padding-right: 20px;
    cursor: pointer;
}



.pager.subnav-pager > a {
    float: left;
    font-size: 12px;
    line-height: 35px;
    margin-left: 50px;
    text-transform: uppercase;
}

.pager.subnav-pager > a:first-child {
	margin-left: 20px !important;
}

.pager.subnav-pager > a:hover, .pager.subnav-pager > a.selected, .social a:hover, .highlight .social a:hover {
	color: #ee3b3b;
}

.social {
    float: right;
}

.social a {
    font-size: 20px;
    line-height: 34px;
    padding-left: 15px;
}

.alm-btn-wrap {
    display: block;
    float: left;
    height: 80px;
    margin-top: 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

button#load-more {
    background: #fff !important;
    border: 0 none !important;
    color: #000;
    cursor: pointer;
    font: 500 20px/40px "Open Sans",Helvetica,Arial,sans-serif !important;
    letter-spacing: 2px;
    margin: 10px 0 0 15px;
    outline: 2px solid #000;
    overflow: hidden;
    padding: 10px 100px !important;
    text-decoration: none;
    text-transform: uppercase; 
}

/* Search Form */

#searchform {
    display: inline-block;
    float: left;
    left: 25px;
    position: relative;
    width: auto;
    display: none;
}

#searchform .form-control {
    border-radius: 0;
}

#searchform .btn {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    min-width: auto;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 99999999;
    width: 20px;
    height: 33px;
}

#searchform .ion-ios-search {
    border: 0 none;
    padding: 0;
}

/* ******** */

.jumbotron {
	margin-bottom: 0;
	text-align: center;
	background-color: #505050;
}

.jumbotron h1 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 60px;
	color: #fff;
}

.jumbotron p {
	font-weight: 300;
	color: #fff;
	margin: 30px auto;
}

.jumbotron .social {
    float: none;
}

.jumbotron .social a {
    color: inherit;
    padding: 0 7px;
}

.jumbotron .social a:hover {
    color: #ee3b3b;
}

.highlight {
	background-position: 0 0px, center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	max-height: 600px;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	height: 500px;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
}

.highlight .container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.highlight .btn {
    border-radius: 0;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 5px;
    min-width: 300px;
    padding: 15px 10px;
    position: relative;
    text-transform: uppercase;
}

.highlight p {
    font-size: 22px;
    font-weight: 300;
}

.highlight a, .ebook a {
    color: #fff;
    text-decoration: none;
}

.highlight h2 {
    font-size: 48px;
    line-height: 54px;
    font-family: 'Playfair Display', serif;
	font-weight: 400;
}

.highlight .author {
    /*display: block;*/
    display: inline;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.btn.btn-clear {
    border: 2px solid #fff;
    font-size: 14px;
    min-width: 0;
    padding: 5px;
}

.btn.btn-clear:hover {
	color: inherit;
}

.author {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.author > a {
    color: #ee3b3b !important;
}

.container.articles, .container.article {
    margin: 50px auto;
}

.articles img {
	width: 100%;
	/*padding-bottom: 15px;*/
}

.articles a, .articles a:hover {
    color: #000;
    font-size: 26px;
    text-decoration: none;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
}

.articles a h2, .articles a h2:hover {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
    font-family: "Playfair Display",sans-serif;
    font-weight: 400;
}

.articles .author, .articles .author a {
    font-size: 18px;
    line-height: 40px;
}

.articles .btn.btn-clear {
    border: 1px solid #000;
    font-size: 10px;
    letter-spacing: 2px;
    padding: 5px;
}

.container.ebook {
	padding: 50px;
	margin: 50px auto;
	border-bottom: 1px solid #E1E1E1;
	border-top: 1px solid #E1E1E1;
}

.ebook img {
	width: 100%;
	padding-bottom: 15px;
}

.ebook .btn.btn-clear {
    border: 1px solid #000;
    color: #000;
    font-size: 10px;
    min-width: 0;
    padding: 5px;
}

.ebook h2 {
	font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: #000;
    font-family: "Playfair Display",sans-serif;
}

.ebook p {
    font-size: 24px;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
}

.form-control:focus {
	border-color: #ee3b3b;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(238,59,59, 0.6);
	
}

.col-sm-4.col-md-4 {
	/*min-height: 600px;*/
}

.equal{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

#equalheight {
    overflow: hidden; 
}

.alm-reveal {
    float: left;
}

/* SEARCH ************/

.search h1, .category h1 {
    border-bottom: 1px solid #e6e6e7;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
}

/* ARTICLE **********/

.article a {
	color: #ee3b3b;
	text-decoration: none;
}

.article p {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.article h2 {
	font-size: 36px;
}

.article blockquote p {
    font-size: 18px;
    line-height: 24px;
}

.highlight .social {
	float: left;
	display: block;
	width: 100%;
}

.highlight .social a {
    font-size: 30px;
    padding-right: 15px;
    padding-left: 0;
    line-height: normal;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.mktoForm .mktoLabel > label[for="Subscribed_to_Newsletter__c"] {
   display: block !important;
}

p img {
    width: 100%;
    height: auto;
}

img.alignnone {
	width: 100%;
	height: auto;
}

img.aligncenter {
    text-align: center;
    margin: 0 auto;
    display: block;
}

/****** MARKETO *******/

form#mktoForm_1001 .mktoFormRow .mktoFormCol {
	margin: auto ;
	float: none !important;
}

.mktoForm label[for=subscribed] {
	display: block !important;
	color: #848484;
	line-height: 10px;
}

input[type=checkbox]
{
  -webkit-appearance:checkbox !important;
}

input#subscribed {
    width: auto !important;
}

.article p img {
    width: auto;
    max-width: 100%;
}

 .full-width {
 	width: 100vw !important;
    position: relative;
    margin: 15px auto;
    padding-right: 0 !important;
    max-width: 100vw !important;
    float: left;
    left: calc(-50vw + 50%);
 }

/** FORM **/
.form h2 {
	font-size: 42px;
    line-height: 48px;
    text-align: center;
    margin: 0;
    font-family: 'Playfair Display', serif;
}

.form h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    margin: 15px 0 50px 0;
    font-family: "Roboto",sans-serif;
}

@media (max-width: 667px) {

	.pager.subnav-pager > a {
		margin-left: 40px;
	}
	/*
	.navbar-wrapper {
		height: 80px;
	}
	*/
	.nav-wrapper {
		height: 75px;
	}
	.highlight h2 {
    	font-size: 40px;
    	line-height: 50px;
    }
    .highlight p {
    	font-size: 18px;
    }
	.subnav.fixed {
		top: 80px;
	}
	.highlight {
	    transform: none !important;
	    top: 0 !important;
	    height: 600px;
	}
	.btn.btn-red {
		width: 100%;
		min-width: 0;
	}
	.container.ebook {
		padding: 50px 0;
	}
	#searchform {
		width: 80%;
	}
	#searchform .form-control, div.input-group {
		width: 100%;
	}
	h2 {
	    font-size: 34px;
	    line-height: 42px;
	}
	.highlight h2 {
	    font-size: 34px;
	    line-height: 42px;
	}
	.highlight p {
		font-size: 16px;
		line-height: 22px;
	}
	.subnav.social {
		display: none;
	}
	form#mktoForm_1001 .mktoFormRow .mktoFormCol {
		margin: 0;
	}
	
}