body {
	width: 100%;
	height: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #666;
	background-color: #fff;
}
html {
	width: 100%;
	height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 16px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
h1, h2, h3 {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.25em;
}
h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	line-height: 1.25em;
}
i.fa-file-text {
	padding-left: 0.3em;
	padding-right: 0.2em;
}
p.tags {
	text-transform: uppercase;
	font-weight: bold;
	color: #888;
}
p.tags span.tag {
	color: hsl(171, 65%, 26%);
	background-color: #eee;
	padding: 2px 6px;
	margin-right: 0.15em;
	margin-left: 0.25em;
}
p.tags span.tag:hover {
	background-color: #176e61;
	color: white;
}
p, .story li {
	margin: 0 0 1.25em;
	font-size: 1.1em;
	line-height: 1.6em;
}
figure img {
	width: 100%;
}
.section-heading p {
	font-size: 1em;
}
/*.section-heading h2 {
  margin-bottom: 0.25em;
  }*/
  .row.letters h3 {
  	margin-bottom: 12px;
  }
  .row.letters p {
  	font-size: 1em;
  }
  p.lead {
  	font-weight: 600;
  }
/*a {
  color: #28c3ab;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  }*/

  a:hover,
  a:focus {
  	text-decoration: none;
  	/*color: #176e61;*/
  }
  .light {
  	font-weight: 400;
  }
  .navbar {
  	margin-bottom: 0;
  	border-bottom: 1px solid rgba(255, 255, 255, .3);
  }
  .navbar-brand {
  	font-weight: bold;
  	height: 40px;
  	padding: 5px 15px;
  	font-size: 18px;
  	line-height: 1em;
  }
  .navbar-brand img {
  	width: 40px;
  	height: 40px;
  	display: inline;
  	vertical-align: middle;
  }
  .navbar-brand h1 {
  	color: #fff;
  	font-size: 20px;
  	line-height: 40px;
  	display: inline;
  	margin-left: 12px;
  	vertical-align: middle;
  	text-shadow: 1px 1px 2px #444;
  }
  .navbar-brand:focus {
  	outline: 0;
  }
  .nav.navbar-nav {
  	background-color: rgba(255, 255, 255, .4);
  }
  .navbar-custom.top-nav-collapse .nav.navbar-nav {
  	background-color: rgba(0, 0, 0, 0);
  }
  .navbar-custom ul.nav li a {
  	font-size: 12px;
  	letter-spacing: 1px;
  	color: #444;
  	text-transform: uppercase;
  	font-weight: bold;
  }
  .navbar-custom.top-nav-collapse ul.nav li a {
  	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
  	color: #fff;
  }
  .navbar-custom ul.nav ul.dropdown-menu {
  	border-radius: 0;
  }
  .navbar-custom ul.nav ul.dropdown-menu li {
  	border-bottom: 1px solid #f5f5f5;
  }
  .navbar-custom ul.nav ul.dropdown-menu li:last-child {
  	border-bottom: none;
  }
  .navbar-custom ul.nav ul.dropdown-menu li a {
  	padding: 10px 20px;
  }
  .navbar-custom ul.nav ul.dropdown-menu li a:hover {
  	background: #fefefe;
  }
  .navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
  	color: #666;
  }
  .navbar-custom .nav li a {
  	-webkit-transition: background .3s ease-in-out;
  	-moz-transition: background .3s ease-in-out;
  	transition: background .3s ease-in-out;
  }
  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus,
  .navbar-custom .nav li.active {
  	outline: 0;
  	background-color: rgba(255, 255, 255, .2);
  }
  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li a:focus,
  .navbar-custom .nav li.active {
  	outline: 0;
  	background-color: rgba(255, 255, 255, .2);
  }
  .navbar-toggle {
  	padding: 4px 6px;
  	font-size: 14px;
  	color: #fff;
  }
  .navbar-toggle:focus,
  .navbar-toggle:active {
  	outline: 0;
  }

/* ===========================
--- Navbar - AG-specific
============================ */
a.navbar-brand img {
	width: 40px;
	height: 40px;
	display: inline;
	vertical-align: middle;
}
a.navbar-brand h1 {
	display: inline;
	margin-left: 12px;
	vertical-align: middle;
	text-shadow: 1px 1px 2px #444;
}

/* loader */

#preloader {
	background: #fff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
#loaderInner {
	background: #fff url(../img/spinner.gif) center center no-repeat;
	height: 60px;
	left: 50%;
	margin: -50px 0 0 -50px;
	position: absolute;
	top: 50%;
	width: 60px;
}
@keyframes boxSpin {
	0% {
		transform: translate(-10px, 0px);
	}
	25% {
		transform: translate(10px, 10px);
	}
	50% {
		transform: translate(10px, -10px);
	}
	75% {
		transform: translate(-10px, -10px);
	}
	100% {
		transform: translate(-10px, 10px);
	}
}
@keyframes shadowSpin {
	0% {
		box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
	}
	25% {
		box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
	}
	50% {
		box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
	}
	75% {
		box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
	}
	100% {
		box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
	}
}
#load {
	z-index: 9999;
	background-color: #FF4136;
	opacity: .75;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	margin: -5px auto 0;
	left: 0;
	right: 0;
	border-radius: 0;
	border: 5px solid #FF4136;
	box-shadow: 10px 0 #39CCCC, 10px 0 #01FF70;
	animation: shadowSpin 1s ease-in-out infinite;
}

/* ===========================
--- Misc
============================ */
hr {
	margin-top: 10px;
}


/* ===========================
--- Margins
============================ */
.marginbot-0 {
	margin-bottom: 0!important;
}
.marginbot-10 {
	margin-bottom: 10px!important;
}
.marginbot-20 {
	margin-bottom: 20px!important;
}
.marginbot-30 {
	margin-bottom: 30px!important;
}
.marginbot-40 {
	margin-bottom: 40px!important;
}
.marginbot-50 {
	margin-bottom: 50px!important;
}

/* ===========================
--- General sections
============================ */
.home-section {
	padding-top: 16px;
	padding-bottom: 16px;
	display: block;
	position: relative;
	z-index: 120;
}
.index.home-section {
	/*padding-top: 110px;*/
	/*padding-bottom: 110px;*/
	padding-top: 50px;
	padding-bottom: 50px;
}
.home-section h5 {
	line-height: 1.25em;
}
.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}
/* --- section bg var --- */

.bg-white {
	background: #fff;
}
.bg-gray {
	background: #f8f8f8;
}
.bg-dark {
	background: #575757;
}
/* --- section color var --- */

.text-light {
	color: #fff;
}


/* ===========================
--- Letter groups
============================ */
.ltr-wrap {
	margin-bottom: 2em;
}
.letter-box h4 {
	margin-bottom: 0em;
}
.home-section a:hover,
.home-section a:focus {
	color: #176e61;
}
.ltr-wrap p.read, .letter-box p.read {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #777;
	line-height: 2em;
	text-transform: uppercase;
	white-space: nowrap;
}
.ltr-wrap p.read>i.fa,
.letter-box p.read>i.fa {
	vertical-align: top;
}
.ltr-wrap p.read>i.fa:after,
.letter-box p.read>i.fa:after {
	vertical-align: top;
}
#content.letters figure.ltr {
	width: 100%;
}
#content.letters figure.ltr img {
	width: 80%;
	box-shadow: 0 0 2px #ddd;
}
#content.letters figure.ltr figcaption {
	width: 96%;
	padding: 1em 2%;
	text-align: center;
	line-height: 20px;
}
#content.letters figure.ltr figcaption span.date {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #777;
	padding-bottom: 0.25em;
}
#content.letters figure.ltr figcaption span.re {
	display: block;
	font-weight: bold;
	color: #444;
	font-size: 1.15em;
	padding-bottom: 0.25em;
	width: 96%;
	margin: 0 auto;
	line-height: 20px;
}
#content.letters figure.ltr figcaption span.comment {
	display: block;
	color: #444;
	text-overflow: ellipsis;
	text-align: left;
	width: 92%;
	margin: 0 auto;
}
#content.letters div.ltr-wrap:nth-child(5),
#content.letters div.ltr-wrap:nth-child(9),
#content.letters div.ltr-wrap:nth-child(13),
#content.letters div.ltr-wrap:nth-child(17),
#content.letters div.ltr-wrap:nth-child(21),
#content.letters div.ltr-wrap:nth-child(25) {
	clear: left;
}
/* ===========================
--- Intro
============================ */
#intro {
	padding: 30% 0 0;
	width: 100%;
	position: relative;
	background: url(../images/alex-gibney-cia.jpg) no-repeat top center;
	background-size: cover;
	/*background-size: 100%;*/;
	transition-duration: 1.5s;
}
#intro a {
	text-decoration: none;
}
#intro.half-height {
	width: 100%;
	position: relative;
	background: url(../images/alex-gibney-cia-trim.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 25%;
	min-height: 30%;
}
#intro.half-height .slogan {
	text-align: center;
	position: absolute;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#intro.half-height .slogan h2 {
	margin-bottom: .5em;
}
#intro.half-height .page-scroll {
	display: none!important;
}
#intro .page-scroll {
	text-align: center;
}
#intro .slogan {
	text-align: center;
}
#intro .slogan h2 {
	margin-bottom: .5em;
	color: #fff;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	/*font-family: Lato, sans-serif;*/
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}
#intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}
.brand-heading {
	font-size: 40px;
}
.intro-text { /* comment this please, seems unused */
	font-size: 18px;
}
.play-button-overlay:after {
	position: absolute;
	content: url(../images/play-button.png);
	transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	/*top: calc(50% - 54px);*/
	/*left: calc(50% - 54px);*/
	left: 50%;
	margin-left: -54px;
	top: 50%;
	margin-top: -54px;
	cursor: pointer;
	pointer-events: none;
	opacity: 0.7;
}
.play-button-overlay:hover:after {
	opacity: 0.9;
}


/* VIDEO STYLES */

#video-trailer {
	display: none;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	transition-duration: 2s;
	top: 90px;
}
/*		/ *max-height: 74% !important;* /
		/ *height: 33%;* /
		/ *right: 2%;* /
		/ *border: 2px ridge #222;* /
		/ *border: 2px solid #111;* /
}
/*
#video-trailer .close-button {
	position: absolute;
	left: calc(50% - 0.5em);
	top: -1.4em;
	color: #ddd;
	text-shadow: 0 0 2px #000;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 3em;
	z-index: 2000;
	padding: 0 10px;
	cursor: pointer;
}
@media (min-width: 1025px) {
	#video-trailer .close-button {
		display: none;
	}
}
*/

@media (max-width: 480px) and (orientation: portrait) {
	#video-trailer {
		display: block;
		top: initial;
		bottom: initial;
		padding-top: 1em;
		padding-bottom: 1em;
		background-color: black;
		position: relative;
		width: 100%;
	}
}
@media (max-width: 480px) and (orientation: landscape) {
	#video-trailer {
		display: block;
		top: initial;
		bottom: initial;
		padding-top: 1em;
		padding-bottom: 1em;
		background-color: black;
		position: relative;
		width: 100%;
	}
}
/*@media (min-width: 481px) and (max-width: 800px) {
	#video-trailer {
		display: block;
		top: initial;
		bottom: initial;
		padding-top: 1em;
		padding-bottom: 50%;
		background-color: black;
		position: relative;
		width: 100%;
	}
}
*/
@media (min-width: 481px) and (max-width: 1300px) {
	#video-trailer {
		width: 88%;
	}
}
@media (min-width: 1301px) {
	#video-trailer {
		width: 1140px !important;
	}
}

/* wrapping div */
#featured-video-link-mobile {
	display: none;
}
@media (max-width: 480px) {
	#featured-video-link-mobile {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	#featured-video-link-mobile p {
		/*background-color: #080808;*/
		/*color: white;*/
		font-size: 1.25em;
		padding: 0.25em 1em;
		margin-top: 1.25em;
	}
	#featured-video-link-mobile p strong {
		color: #9e1a33;
	}
/*	#blog {
		padding-top: 0;
	}
	*/
}

#featured-video-link {
	display: none;
}
@media (min-width: 481px) {
	#featured-video-link {
		cursor: pointer;
		position: absolute;
		bottom: 3%;
		right: 2%;
		width: 33%;
		background-color: black;
		color: white;
		padding: 7px 20px;
		border: 1px solid #666;
	}
	#featured-video-link p {
		margin: 0;
	}
	#featured-video-link p strong {
		color: #9e1a33;
	}

}

#video-trailer div.video-js {
	position: relative;
	width: 100% !important;
	height: 100% !important;
}
#video-trailer video {
	position: relative;
}
#video-trailer figcaption
{
	background-color: #080808;
	color: white;
	font-size: 1.25em;
	padding: 0.25em 1em;
}
#video-trailer figcaption strong {
	color: #9e1a33;
}


/* ===========================
--- Home Page
============================ */
.section-heading h2,
.section-heading h3 {
	text-align: center;
}
.section-heading p {
	text-align: justify;
}
.letter-icon {
	margin: 0 2.5em 1em;
}

/* ===========================
--- About
============================ */
.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}
.team h5 {
	margin-bottom: 10px;
}
.team p.subtitle {
	margin-bottom: 10px;
}
.avatar {
	margin-bottom: 20px;
}
.team-social {
	margin-left: 0;
	padding-left: 0;
}
.team-social {
	text-align: center;
}
.team-social li {
	display: inline-block;
	margin: 0!important;
	padding: 0;
}
.team-social a {
	margin: 0;
	padding: 0;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #3bbec0;
	color: #fff;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.team-social a i {
	text-align: center;
	margin: 0;
	padding: 0;
}
.team-social .social-facebook a {
	background: #3873ae;
}
.team-social .social-twitter a {
	background: #62c6f8;
}
.team-social .social-dribble a {
	background: #d74980;
}
.team-social .social-deviantart a {
	background: #8da356;
}
.team-social .social-google a {
	background: #000;
}
.team-social .social-vimeo a {
	background: #51a6d3;
}
.team-social .social-facebook a:hover {
	background: #4893ce;
}
.team-social .social-twitter a:hover {
	background: #82e6ff;
}
.team-social .social-dribble a:hover {
	background: #f769a0;
}
.team-social .social-deviantart a:hover {
	background: #adc376;
}
.team-social .social-google a:hover {
	background: #333;
}
.team-social .social-vimeo a:hover {
	background: #71c6f3;
}


/* ===========================
--- Contact
============================ */
form#contact-form .form-group label {
	text-align: left!important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,
form#contact-form select,
form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
}
form#contact-form input:focus,
form#contact-form select:focus,
form#contact-form textarea:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
	background-color: #fefefe;
	border: 1px solid #eee;
	border-radius: 0;
}
.widget-contact {
	text-align: left;
}
.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}
.company-social {
	text-align: left;
}
.company-social li {
	display: inline-block;
	margin: 0!important;
	padding: 0;
}
.company-social a {
	margin: 0;
	padding: 0;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #3bbec0;
	color: #fff;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.company-social a i {
	text-align: center;
	margin: 0;
	padding: 0;
}
.company-social .social-facebook a {
	background: #3873ae;
}
.company-social .social-twitter a {
	background: #62c6f8;
}
.company-social .social-dribble a {
	background: #d74980;
}
.company-social .social-deviantart a {
	background: #8da356;
}
.company-social .social-google a {
	background: #000;
}
.company-social .social-vimeo a {
	background: #51a6d3;
}
.company-social .social-facebook a:hover {
	background: #4893ce;
}
.company-social .social-twitter a:hover {
	background: #82e6ff;
}
.company-social .social-dribble a:hover {
	background: #f769a0;
}
.company-social .social-deviantart a:hover {
	background: #adc376;
}
.company-social .social-google a:hover {
	background: #333;
}
.company-social .social-vimeo a:hover {
	background: #71c6f3;
}

/* ==========================
Parallax
============================= */
#parallax1 {
	background-image: url(../img/parallax/1.jpg);
}
#parallax1:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: .7;
	z-index: -1;
}
#parallax2 {
	background-image: url(../img/parallax/2.jpg);
}
#parallax2:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: .7;
	z-index: -1;
}

/* ===========================
--- Elements
============================ */
.btn {
	border-radius: 0;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	font-weight: normal;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 8px;
	margin-bottom: 7px;
	padding: 7px 16px;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 40px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.btn-circle.btn-dark {
	border: 2px solid #666;
	color: #666;
}
.btn-circle:hover,
.btn-circle:focus {
	outline: 0;
	color: #fff;
	background: rgba(255, 255, 255, .1);
}
.btn-circle.btn-dark:hover,
.btn-circle.btn-dark:focus {
	outline: 0;
	color: #999;
	background: #fff;
}
.btn-circle.btn-dark:hover i,
.btn-circle.btn-dark:focus i {
	color: #999;
}
.page-scroll .btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.page-scroll .btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
	0 {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-moz-keyframes pulse {
	0 {
		-moz-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-moz-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}
#text {
	color: #fff;
	background: #fc0;
}
#map {
	height: 500px;
}
.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
	color: #fff;
	background-color: #666;
	border-color: #666;
}
.btn-default:hover,
.btn-default:focus {
	border: 1px solid #28c3ab;
	outline: 0;
	color: #000;
	background-color: #28c3ab;
}
.btn-huge {
	padding: 25px;
	font-size: 26px;
}
.banner-social-buttons {
	margin-top: 0;
}

/* ===========================
--- Media queries
============================ */
@media(min-width:767px) {
	.navbar {
		padding: 20px 0;
		border-bottom: 0;
		letter-spacing: 1px;
		background: 0 0;
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
	}
	.top-nav-collapse {
		padding: 0;
		background-color: #000;
	}
	.navbar-custom.top-nav-collapse {
		border-bottom: 1px solid rgba(255, 255, 255, .3);
	}
	.brand-heading {
		font-size: 100px;
	}
	.intro-text {
		font-size: 25px;
	}
}
@media (max-width: 768px) {
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	.boxed-grey {
		margin-bottom: 30px;
	}
}
@media (max-width: 480px) {
	.navbar-custom .nav.navbar-nav {
		background-color: rgba(255, 255, 255, .4);
	}
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	.tp-banner-container {
		padding-top: 40px;
	}
	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 0px;
		margin-bottom: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
}

/* ===========================
--- Custom styles below
============================ */
@media(min-width: 767px) {
	#intro.full-height {
		height: 100%;
		/*padding: 0;*/
	}
}
.story .lead {
	text-align: center;
}
ul.navbar-nav>li {
	margin-bottom: 0;
}
.ad-intro-image {
	width: 40%;
	margin: 0 auto 1.5em;
}
.footnotes {
	/*display: block;*/;
}
.footnotes a {
	/*display: block;*/

	text-decoration: none
	/*color: hsl(0, 0%, 40%) !important;*/;
}
.footnotes:hover a {
	/*color: hsl(171, 60%, 25%) !important;*/;
}
.footnotes a:hover {
	/*color: hsl(171, 60%, 25%) !important;*/;
}
.hbo-letter {
	margin-bottom: 2em;
}
.hbo-letter h1 {
	font-size: 30px;
	line-height: 1.25em;
	margin-top: .25em;
	margin-bottom: 1em;
}
.hbo-letter h1 span.re {
	font-size: .9em;
}
.hbo-letter h2 {
	font-size: 20px;
	line-height: 1.25em;
}

@media (max-width: 520px) {
	#intro {
		/*padding: 0;*/
		position: relative;
		/*height: 0 !important;*/
		padding-top: 40% !important;

	}
	#content {
		padding-top: 0;
	}
	#content h1 {
		margin-top: .05em;
		font-size: 1.8em;
		line-height: 1.25em;
		margin-bottom: .5em;
	}
	#content h2 {
		font-size: 1.5em;
		line-height: 1.25em;
	}
	.navbar-brand img {
		display: none!important;
	}
	.navbar h1 {
		font-size: .8em;
	}
	#intro .slogan h2 {
		font-size: 1.65em;
		line-height: 1.15em;
	}
	#intro .slogan h4 {
		font-size: 18px;
		line-height: 1.25em;
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
	.home-section h5 {
		font-size: 9.5px;
	}
	footer .row ul li {
		font-size: 0.6em;
	}
	.section-heading h2 {
		font-size: 1.75em;
	}
}
#content.article .story p,
#content.article .story li {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 1.25em;
}
/* generic letters styles */

.csi-masthead-logo {
	margin: 15px auto;
	width: 85%;
}
.masthead img,
.csi-masthead-logo img {
	width: 100%;
}
.ytvideo {
	width: 100%;
	height: 422px;
}
.highlightme {
	background-color: #fffec0;
}
a.footnote {
	vertical-align: top;
	position: relative;
	top: -.5em;
	font-size: .75em;
}
.hbo-letter .footnotes,
.letter .footnotes,
.blog .footnotes {
	font-size: .85em;
	padding-left: 1em;
	padding-right: 1em;
}
.hbo-letter .footnotes p {
	text-indent: 0;
}

/* ===========================
--- Content: General;
============================ */
#content.article .row.headline .column {
	padding: 1em 3em 1em 1em;
}
.hbo-reverse-callout-block {
	border-radius: 8px;
	color: rgb(255, 254, 192);
}
a:hover>p {
	/*text-decoration: underline;*/
	color: #176e61;
}
#content .column.share {
	font-size: 2em; text-align: right;
}
.story span.blanked {
	background-color: #888;
	color: #888;
}

#page-top .atss {
	top: 33%;
}

.blogpost {
	margin-bottom: 2.5em;
}
.blogpost .date-snippet {
	text-align: right;
}
.blogpost .date {
	color: #888;
	font-size: 0.75em;
	text-transform: uppercase;
	text-align: right;
}
.blogpost .post {
	padding-bottom: 1em;
	border-bottom: 1px ridge #ddd;
}
.blogpost .post .re {
	color: #888;
	margin-bottom: 0.5em;
}
#blogpost.index .blogpost .post .re {
	font-size: 24px;
	text-align: center;
  color: #888;
  margin-bottom: 0.5em;
}
.blogpost .date-snippet img {
	width: 77px;
	height: 77px;
}
.blogpost .post .read-article,
.blogpost .post .call-to-action {
	width: 60%;
	margin: 0 auto 2em;
	text-align: center;
}
.blogpost .post .read-article p,
.blogpost .post .call-to-action p {
	font-size: 1.25em;
	font-weight: bold;
}
.blogpost .post .read-article img,
.blogpost .post .call-to-action img {
	width: 100%;
	box-shadow: 0px 0px 4px #ddd;
	padding: 0.4em 0.6em;
}



/* ===========================
--- Home Page: Letters;
============================ */
div.letter-box div.letter-desc {
	text-align: left;
	width: 95%;
	padding-left: 20px;
}
div.letter-box div.letter-icon img {
	width: 100%;
}
/* ===========================
--- Content: Intro;
============================ */
.row.headline .column {
	padding: 1em 3em 0em 1em;
}
.row.intro {
	padding-bottom: 1em;
}
.row.intro .column {
	font-size: 0.95em;
	padding: 0 4em;
}
.row.intro .column p:last-child {
	margin-bottom: 0;
}

/* ===========================
--- Content: White Papers;
============================ */
.white-paper h2 {
	font-size: 1.6em;
	margin-top: 2em;
	margin-bottom: 1em;
}
/* ===========================
--- Content: Articles;
============================ */
.he-is-a-propagandist .article-header img {
	width: 100%;
}
h1 {
	color: #666;
	margin-bottom: 0.5em;
}
h1 span {
	display: block;
}
figure~h1.headline {
	margin-top: 0.25em;
}
h1.headline span.extra {
	font-size: 1.75em;
	line-height: 6rem;
}
h1.headline span.section {
	font-size: 0.86em;
	line-height: 5rem;
	/*margin-bottom: 1.25rem;*/
}
h1.headline span.sub {
	font-size: 0.667em;
	line-height: 4rem;
}
h1.headline span.main {
	font-size: 1em;
	line-height: 4rem;
}
h1.he-is-a-propagandist>span.main {
	font-size: 0.86em;
}
.row.content {
	margin-top: 1em;
}
.he-is-a-propagandist .article-title .subtitle {
	padding-top: 0;
	margin-bottom: .75em;
}
.he-is-a-propagandist .article {
	margin: 0;
}
.he-is-a-propagandist .footnotes {
	padding: 1.5em 1.5% 0;
	border-top: 1px solid #ddd;
	margin: 1.5em 0;
}

/* ===========================
--- Content: Video;
============================ */
#content.video .row.intro {
	margin-top: 0.25em;
	margin-bottom: 1.75em;
}
.video-section .comment,
.about-section .comment {
	margin-top: 1em;
	margin-bottom: 2em;
}
.video-section .comment h3,
.about-section .comment h3 {
	margin-top: 1em;
	margin-bottom: 0.25em;
}
.video-section .comment h4,
.about-section .comment h4 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
.video-section .comment p,
.about-section .comment p {
	font-size: 1.05em;
	line-height: 1.5em;
	margin-bottom: 0.25em;
}
#content.about .story .about {
	margin-top: 1em;
	margin-bottom: 2em;
	padding-left: 2.5em;
}
#content.about .story .about h3 {
	font-family: 'Lato', sans-serif;
	text-indent: -1.2em;
	padding-bottom: 0.25em;
}
#content.about .story .comment h4 {
	font-family: 'Lato', sans-serif;
}
section.transcript {
	padding-top: 1em;
}
section.transcript .transcript-per-se p {
	font-family: Courier, monospace;
	padding-left: 0.5em;
	margin-bottom: 0.75em;
	font-size: 1.5rem;
	line-height: 1.5em;
}
.video-intro {
	margin-top: 0;
	margin-bottom: 2em;
}
.video-intro p:last-child {
	margin-bottom: 0;
}
.origin {
	margin-top: 3em;
	margin-bottom: 3em;
}
.origin h4 {
	margin-bottom: 1rem;
}
.origin li {
	margin-bottom: 0;
	font-weight: bold;
}
/* ===========================
--- Content: Letters;
============================ */
#content.letter .row.intro {
	margin-top: 1em;
	margin-bottom: 1em;
}
#letters .incentive {
	font-size: 1.25em;
	font-weight: bold;
	padding-top: 1.25em;
	padding-bottom: 1em;
	padding-left: 8%;
	padding-right: 8%;
	text-transform: uppercase;
}
#letters .incentive a {
	color: #176e61;
}
.letterhead {
	text-align: center;
	max-width: 70%;
}
.letter-body .copyto {
	padding-left: 2em;
	padding-right: 0;
}
.letter-body .copyto p:not(:first-child) {
	text-indent: 0;
}
.letter-body .copyto p:first-child {
	text-indent: -24px;
}
.church-of-scientology-in-germany .letter-body {
	font-family: Montserrat, sans-serif;
	font-size: .92em;
}
.church-of-scientology-in-germany .letter-body h2 {
	font-family: Montserrat, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	padding-right: 3em;
}
/* ===========================
--- Letters
============================ */
.hbo-letter {
	padding-top: .75em;
	/*padding-bottom: 1em;*/;
}
.hbo-letter > h3:first-child {
	text-align: center;
}
.hbo-letter > i.fa {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#content .hbo-letter h1 {
	line-height: .92em;
	text-align: center;
}
.hbo-letter h1 span.title,
.hbo-letter h1 span.headline,
.blog h1 span.title,
.blog h1 span.headline,
.letter h1 span.title,
.letter h1 span.headline {
	font-size: 28px;
	line-height: 1.4em;
}
.letter h1 span.re,
.blog h1 span.re,
.hbo-letter h1 span.re {
	display: block;
	font-size: .65em;
	line-height: 1.4em;
	padding-top: .4em;
	color: #888;
}
.letter h1 span.date,
.blog h1 span.date,
.hbo-letter h1 span.date {
	font-size: .4em;
	line-height: .4em;
	color: #888;
	display: none;
}

.post p.author {
	display: block;
	font-size: 1.15em;
	font-style: italic;
	line-height: 1.4em;
	padding-top: .4em;
	color: #666;
}
.post p.author span[itemprop="name"] {
	font-weight: bold;
	color: #444;
}


/* Font for the main content area (story) */
.letter .story p,
.letter .story li {
	font-size: 1.05em;
	margin: 0;
	text-indent: 0;
	line-height: 1.6em;
	padding-bottom: 1em;
}
.blog p.highlightme:last-of-type,
.letter p.highlightme:last-of-type,
.hbo-letter p.highlightme:last-of-type {
	padding-bottom: 0;
}
.letter .with-indents p,
.blog .with-indents p,
.hbo-letter .with-indents p {
	text-indent: 2em;
}

.hbo-letters ul {
	list-style: disc outside;
	padding-left: 5em;
	padding-right: 4.5em;
}
.hbo-letter .masthead {
	text-align: center;
	margin-bottom: 1em;
	padding-left: .5em;
	padding-right: .5em;
}
.hbo-letter .masthead > img {
	width: 100%;
}
.hbo-letter .letterhead > img,
.hbo-letter img.letterhead {
	width: 100%;
}
.hbo-letter .letter-border,
.blog .letter-border,
.letter .letter-border {
	box-shadow: 0 0 8px #ddd;
	padding: 1.5em .5em 2em;
}
.hbo-letter .story,
.letter .story {
	/*margin: 2.5em 0;*/
	font-size: 16px;
}
.hbo-letter p strong,
.hbo-letter h2 {
	/*font-family: Lato, sans-serif;*/
	font-size: 1.05em;
	font-weight: bold;
	margin-top: .75em;
	margin-bottom: .25em;
	padding-bottom: 1em;
}
.hbo-letter p.addressee,
.hbo-letter p.appeal {
	text-indent: 0;
}
.hbo-letter p.date {
	padding-right: 8%;
	text-align: right;
}
.hbo-letter p.re {
	padding-left: 20%;
	padding-right: 0;
	padding-top: 1em;
	padding-bottom: 1.5em;
	text-indent: -30px;
}
.hbo-letter p.date {
	padding-right: 8%;
	text-align: right;
}
.hbo-letter p.quote {
	padding-left: 4em;
	padding-right: 3.25em;
	font-style: italic;
	text-indent: 0;
}
.hbo-letter ul p.quote {
	padding-top: 1em;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.letter-body {
	text-align: left;
	font-family: Georgia, serif;
	padding-left: 5%;
	padding-right: 5%;
}
.letter-body .letterhead {
	padding-bottom: 1em;
}
.letter-body .signature {
	padding-left: 45%;
}
.letter-body div.signature {
	padding-top: 2em;
	padding-bottom: 2em;
}
.letter-body div.signature p.signature {
	padding-left: 0;
}
.footnotes {
	text-align: left;
	border-top: 1px solid #ddd;
	padding-top: 1em;
}
.read-all-letters {
	text-align: left;
}

#content #article-body {
	text-align: left;
	font-family: Georgia, serif;
}
#content .footnotes {
	text-align: left;
	border-top: 1px solid #ddd;
	padding-top: 1em;
}
/*#content .article-body p {
  padding-left: 5%;
  padding-right: 5%;
}
*/

/* ===========================
--- Menu
============================ */
ul.alexgibneypropaganda_com-letters-gibney>li.leaf {
	cursor: pointer;
	text-indent: -10px;
	padding-left: 10px;
}
ul.alexgibneypropaganda_com-letters-gibney>li.leaf.expanded {
	cursor: pointer;
	text-indent: -12px;
	padding-left: 10px;
}
ul.alexgibneypropaganda_com-letters-gibney>li.leaf>ul {
	text-indent: initial;
	padding-left: initial;
}
ul.alexgibneypropaganda_com-letters-gibney>li.leaf:before {
	content: "▸ ";
}
ul.alexgibneypropaganda_com-letters-gibney>li.leaf.expanded:before {
	content: "▾ ";
}
ul.level-1.hbo-sources>li.leaf {
	cursor: pointer;
	text-indent: -10px;
	padding-left: 10px;
}
ul.level-1.hbo-sources>li.leaf.expanded {
	cursor: pointer;
	text-indent: -11px;
	padding-left: 10px;
}
ul.level-1.hbo-sources>li.leaf>ul {
	text-indent: initial;
	padding-left: initial;
}
ul.level-1.hbo-sources>li.leaf:before {
	content: "▸ ";
}
ul.level-1.hbo-sources>li.leaf.expanded:before {
	content: "▾ ";
}


/* TRANSFORM AND COLORS */
/* top level menu is uppercased */
ul.menu-list.top>li>span.title,
ul.menu-list.top>li>a>span.title,
ul.menu-list.hbo-sources>li>span.title,
ul.menu-list.hbo-sources>li>a>span.title {
	text-transform: uppercase;
	font-weight: bold;
}
/* its immediate children (level 1 and below) are not */
ul.menu-list.top>li>ul {
	text-transform: initial;
	font-weight: initial;
}
/*.white-paper ul.menu-list.top>li>ul>li {
  text-transform: uppercase;
  font-weight: bold;
}
*/
/* Date */
ul.menu-list a > span.date {
	display: block;
	text-transform: uppercase;
	color: #176e61;
}
/* Drop the background on hover for menus */
ul.menu-list>li>a:hover,
ul.menu-list>li>a:focus {
	background: none;
}

/* PADDING AND MARGIN */
/* ul>li>ul */
ul.menu-list.top {
	padding-top: 0;
	margin-bottom: 2.5em;
}
.nav.menu-list>li>a {
	padding: 0;
}
/* for letters only */
.letter ul.menu-list>li>a {
	padding: 5px 5px 5px 10px;
}
.letter ul.menu-list>li {
	padding-top: 16px;
}
.letter ul.menu-list>li:first-of-type,
.letter ul.menu-list>li>ul>li {
	padding-top: initial;
}
.about ul.top.menu-list>li>ul>li>a {
	padding: 5px 0px;
}
.about ul.top.menu-list>li>ul>li>a {
	padding-left: 10px;
	line-height: 1.4em;
	padding-bottom: 9px;
}
ul.top.menu-list>li>ul.hbo-sources {
	/*  padding-left: 10px;*/
}
ul.top.menu-list>li>ul.hbo-sources>li {
	padding-top: 12px;
}
ul.top.menu-list>li>ul.hbo-sources>li>ul {
	margin-top: 4px;
}
ul.top.menu-list>li>ul.hbo-sources>li>ul>li>a {
	padding: 5px 0px;
}
ul.top.menu-list>li>ul.hbo-sources>li>ul>li>a {
	padding-left: 10px;
}

/* FONT SIZE */
ul.menu-list a > span {
	font-size: 11px;
}
ul.menu-list.top>li {
	font-size: 15px;
}
/* for letters only */
/* level one */
.letter ul.menu-list.top>li>ul>li {
	font-size: 13px;
}
.about ul.menu-list.top>li {
	font-size: 15px;
}
.white-paper ul.top.menu-list>li,
.video ul.top.menu-list>li {
	font-size: 15px;
}
.white-paper ul.top.menu-list>li>ul>li,
.video ul.top.menu-list>li>ul>li {
	font-size: 13px;
}

/* BORDERS AND LINES */
ul.top>li>ul {
	border-left: 1px solid #ddd;
}
ul.top>li>ul li>a {
	border-left: 2px solid #fff;
}
ul.top>li>ul li>a:hover {
	border-left: 2px solid #bbb;
}
ul.top>li>ul li>a.active {
	border-left: 4px solid #bbb;
	/*color: #176e61;*/
	font-weight: bold;
	background-color: #f4f6f5;
}

.white-paper ul.top>li>ul,
.video ul.top>li>ul {
	border-left: none;
}
.white-paper ul.top>li>ul>li>ul,
.video ul.top>li>ul>li>ul {
	border-left: 1px solid #ddd;
}
.white-paper ul.top>li>ul li>a,
.video ul.top>li>ul li>a {
	border-left: 2px solid #fff;
}
.white-paper ul.top>li>ul li>a:hover,
.video ul.top>li>ul li>a:hover {
	border-left: 2px solid #bbb;
}
.white-paper ul.top>li>ul li>a.active,
.video ul.top>li>ul li>a.active {
	border-left: 4px solid #bbb;
	/*color: #176e61;*/
	font-weight: bold;
	background-color: #f4f6f5;
}

/* ===========================
--- Front Page
============================ */
#content .about.intro,
#content .about-intro,
{
	margin: 0 0 2em;
	padding: 0.4em 2.5em;
}
#content .about.intro p:last-child,
#content .about-intro p:last-child {
	margin-bottom: 0;
}
#content .ad {
	box-shadow: 0 0 8px #ddd;
	padding: 2.5em 5%;
	background-color: hsl(48, 100%, 99%);
	margin-bottom: 3em;
}

#content .committment {
	background-color: #333;
	color: white;
	border-radius: 5px;
	padding: 1.1em 1.4em;
	font-size: 1.25em;
}
/* ===========================
--- Footer
============================ */
footer a:hover, footer a:focus {
	color: white;
}
footer {
	text-align: center;
	padding: 50px 0;
}
footer p {
	color: #f8f8f8;
}
footer .links {
	color: #ddd;
	text-transform: uppercase;
	font-weight: bold;
	/*font-size: 1em;*/;
}
footer .links a {
	color: #ddd;
}
footer .links a:hover {
	color: #fff
	/*text-decoration: none;*/;
}
footer .follow-social {
	color: #ddd;
	padding: 56px 15% 8px;
	font-size: 1.75em;
}
footer .follow-social h4 {
	margin-bottom: .5em;
}
footer .follow-ag,
footer .follow-lw {
	color: #ddd;
	padding: 40px 15% 8px;
	font-size: 1.75em;
}
footer .follow-ag h4,
footer .follow-lw h4 {
	margin-bottom: .5em;
}
footer .follow-social i {
	padding: 0 .5em;
}
footer .follow-social i:hover {
	color: #fff;
	/*text-decoration: underline;*/
}
footer ul {
	padding-left: 0;
}
footer ul li {
	font-size: .75em;
	display: inline-block;
	padding: 0 .5em;
	margin-bottom: 0;
}
footer ul a {
	color: #ddd;
}
footer ul a:hover {
	color: #fff;
	text-decoration: none;
}
.addthis_sharing_toolbox .at-share-tbx-element .at-share-btn {
	float: right;
	clear: both;
	margin-bottom: 4px;
}

.thumb-image {
	width: 100%;
	margin-bottom: 1.25em;
}
@media (min-width: 768px) {
	.thumb-image {
		width: 55%;
		float: right;
		margin-left: 1em;
	}
}
#content h2.re,
.index.home-section h2.re {
	color: #888;
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 17px;
}
@media (max-width: 767px) {
	.visible-xs.date-snippet {
		width: 17%;
		min-width: 79px;
		float: left;
		margin-right: 0.75em;
	}
}
@media (max-width: 520px) {
	#content h2.re,
	.index.home-section h2.re {
		font-size: 17px;
		text-align: left;
	}
}
@media (min-width: 521px) and (max-width: 767px) {
	#content h2.re,
	.index.home-section h2.re {
		font-size: 20px;
		text-align: left;
	}
}
@media (min-width: 768px) {
	#content h2.re,
	.index.home-section h2.re {
		font-size: 24px;
	}
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 1.25em;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

