html, body {
	max-width: 100%;
	overflow-x: hidden;
}

body {
	background-color: #000;
	font-family: 'Roboto', 'Helvetica', sans-serif;
}

#body {
	padding-top: 70px;
}

#body .container,
#body .container-fluid {
	max-width: 1860px;
}

#body .edge-to-edge {
	max-width: none;
}

#map {
	display: none;
}

#main {
	background-color: #eee;
	/*padding-bottom: 5px;*/
}

/* navbar */
.navbar {
	border-color: inherit;
	background-image: none;
	-webkit-background-image: none;
	background-color: transparent;
	/*background-color: rgba(0, 0, 0, 0.9);*/
	/*background-image: rgba(0, 0, 0, 0.9);*/
	background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0.65));
}

.navbar .container {
	background-color: none;
	background: none;
	background-image: none;
	-webkit-background-image: none;
}

.navbar-nav.navbar-left {
	font-size: 1em;
	text-transform: uppercase;
}

@media(max-width: 991px) {
	.navbar-nav.navbar-left {
		font-size: 0.85em;
	}
}

.navbar-nav.navbar-left li {
	overflow: hidden;
}

.home {
	/*border: #eee 1px solid;*/
	margin-right: 10px;
}

.navbar-nav.navbar-left .home>a {
	color: #3366ff;
	text-shadow: none;
	font-size: 1.5em;
	line-height: 1.5em;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-nav>li>a {
	color: #999;
}

.navbar-default .navbar-nav>li>a.glyphter {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 0em;
}

.navbar-default .navbar-nav>li>a.amz {
	font-size: 6.5em;
	margin-top: -0.105em;
	margin-bottom: -0.2em;
}

.navbar-default .navbar-nav>li>a.bn {
	/*font-size: 8.5em;
	margin-top: -0.25em;
	margin-bottom: -0.3em;*/
	font-size: 4em;
	margin-top: 0.05em;
	margin-bottom: -0.05em;
}

.navbar-default .navbar-nav>li>a.bam {
	font-size: 4.5em;
	margin-top: -0em;
	margin-bottom: -0.1em;
}

.navbar-default .navbar-nav>li>a.kobo {
	font-size: 4em;
	margin-top: 0.05em;
	margin-bottom: -0.05em;
}

.navbar-default .navbar-nav>li>a.bookshout {
	font-size: 4em;
	margin-top: 0.05em;
	margin-bottom: -0.05em;
}

#booktrack-rect {
	width: 0px;
}
svg.mobile {
	width: 0px;
	display: none;
}

@media(max-width: 767px) {
	#booktrack-rect {
		width: auto;
		display: initial;
	}
	#booktrack-square {
		display: none;
	}
	svg.mobile {
		width: auto;
		display: initial;
	}
	svg.desktop {
		display: none;
	}
}


.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav>li>a:hover {
	color: #eee;
}

.halfnav {
	width: 45%;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 3%;
}

button.halfnav {
	margin-left: 4%;
}

.sample {
	text-align: center;
}

.navbar-default .navbar-nav>li.sample>a {
	font-size: 1.5em;
	line-height: 1em;
	color: #eee;
	padding-top: 10px;
	padding-bottom: 5px;
	/*text-shadow: 2px 2px #000;*/
}

.navbar-default .navbar-nav>li.sample>a:hover {
	/*color: #ddd;*/
	/*color: #FFE5E5;*/
	/*text-shadow: 3px 3px #000;*/
	color: #ffcc33;
}

.circle {
	background: #FF4400;
	/*background: linear-gradient(direction, color-stop1, color-stop2, ...);*/
	background: -webkit-linear-gradient(left, transparent, #FF4400);
    background: -o-linear-gradient(right, transparent, #FF4400);
    background: -moz-linear-gradient(right, transparent, #FF4400);
    background: linear-gradient(to right, transparent, #FF4400 70%, #FF4400);
	border-radius: 50%;
	width: 270px;
	height: 270px;
	position: absolute;
	bottom: -2em;
	left: 50%;
	margin-left: -135px;
}

.circle-blue {
	background: #3366ff;
	background: -webkit-linear-gradient(left, transparent, #3366ff);
    background: -o-linear-gradient(right, transparent, #3366ff);
    background: -moz-linear-gradient(right, transparent, #3366ff);
    background: linear-gradient(to right, transparent, #3366ff 70%, #3366ff);
}

.navbar-header a.sample-small {
	background-color: rgb(180,10,10);
	color: #eee;
	border-color: rgb(180,10,10);
	font-size: 1.2em;
	line-height: 1em;
}

.navbar-header button.navbar-toggle {
	border-color: rgb(180,10,10);
	color: #eee;
	font-size: 1.2em;
	line-height: 1em;
}

.navbar-header a.sample-small.dkblue {
	background-color: #2549B8;
	border-color: #2549B8;
}

.navbar-header button.navbar-toggle.dkblue {
	border-color: #2549B8;	
}

/* be a hero */
#be-hero,
#be-hero-thin {
	position: relative;
	padding-top: 50px;
	background-color: #000;
	color: #eee;

	background: url(/img/terl-marching.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	/*background-attachment: fixed;*/
}

#be-hero:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0) 80%, rgba(0,0,0,0.75));
}

#be-hero-text {
	margin: 50px;
	text-align: center;
	position: static;
}

#be-hero-text h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

@media(max-width: 767px) {
	/*#be-hero {
		margin-top: 50px;
	}*/
	.be-hero-thin #be-hero-text {
		margin-top: 100px;
	}
    .be-hero-thin#be-hero:before {
    	background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0) 20%,rgba(0,0,0,0.4)40%,rgba(0,0,0,0.75)60%,rgba(0,0,0,0.95));
	}
}

#main-title {
	margin-bottom: 20px;
}

#vidcontainer #main-title {
	margin-bottom: 0px;
}

.blue {
	color: #3366ff;
}

.blue button {
	color: #3366ff;
}

.blue button:hover {
	color: #eee;
}

.gold {
	color: #ffcc33;
}

.gold a {
	color: inherit;
}

.gold a:hover {
	color: #eee;
}

.gray {
	color: #999;
}

img.responsive {
	width: 100%;
}

.corner-overlay {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #eee;
	text-align: right;
}

.corner-overlay li:hover {
	color: #ffcc33;
}

.share-list li:hover {
	/*color: #999;*/
	color: #ffcc33;
}

.share-list {
	font-size: 2em;
	padding-left: 0px;
}

@media(max-width: 350px) {
	.share-list {
		font-size: 1.5em;
	}
}

.share-list li {
	display: inline-block;
	margin-right: 0.75em;
}

.share-list li a {
	cursor: pointer;
	color: inherit;
}

.middle-title {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 2em;
}

/* hero2 */

.be-hero2 {
	position: relative;
	/*padding-top: 50px;*/
	background-color: #000;
	color: #eee;
}

#body .be-hero2 > .container.bg {
	padding-top: 50px;
	background: url(/img/terl-marching.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right top;
	max-width: 1024px;
}

.be-hero2 .hero-text {
	margin: 100px;
	text-align: center;
	position: static;
}

@media(max-width:768px){
	#body .be-hero2 > .container.bg > .row {
		background: -webkit-linear-gradient(top, rgba(0,0,0,0),rgba(0,0,0,0) 20%,rgba(0,0,0,0.4)30%,rgba(0,0,0,0.75)60%,rgba(0,0,0,0.95));
	    background: -o-linear-gradient(bottom, rgba(0,0,0,0),rgba(0,0,0,0) 20%,rgba(0,0,0,0.4)30%,rgba(0,0,0,0.75)60%,rgba(0,0,0,0.95));
	    background: -moz-linear-gradient(bottom, rgba(0,0,0,0),rgba(0,0,0,0) 20%,rgba(0,0,0,0.4)30%,rgba(0,0,0,0.75)60%,rgba(0,0,0,0.95));
	    background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0) 20%,rgba(0,0,0,0.4)30%,rgba(0,0,0,0.75)60%,rgba(0,0,0,0.95));
	}
}

@media(max-width: 568px) {
	#body .be-hero2 > .container.bg {
		background-position: center top;
	}

	.be-hero2 .hero-text {
		margin: 100px 50px 100px 50px;
	}
}

@media(max-width: 480px) {
	.be-hero2 .hero-text {
		margin: 85px 25px 100px 25px;
	}
}

/* split-ctas */
.combo-button {
	color: #eee;
	fill: #eee;
	cursor: pointer;
}

.combo-button:hover {
	/*color: #eee6BD;*/
	/*fill: #eee6BD;*/
	/*color: #999;
	fill: #999;*/
	color: #ffcc33;
	fill: #ffcc33;
}

.combo-button img,
.vid-panel img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.combo-button:hover img,
.vid-panel:hover img {
	-webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.owl-carousel .vid-panel > div {
	visibility: hidden;
}
.owl-carousel .owl-item.active .vid-panel > div {
	visibility: visible;
}

/* calls to action */
.bold-cta {
	text-align: center;
	background-color: #000;
	border-left: #3366ff 3px solid;
	height: 100%;
}

.bold-cta span {
	display: inline-block;
	font-size: 3em;
	line-height: 0.9em;
	/*height: 100%;*/
}

@media (min-width: 768px) and (max-width: 992px) {
	.bold-cta span {
		font-size: 2em;
	}
}

@media (max-width: 480px) {
	.bold-cta span {
		font-size: 2em;
	}
}

#book-icon {
	width: 100%;
	padding-left: 20px;	
	padding-right: 20px;
}

#audio-icon {
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* videos */
.vid-panel {
	margin-top: 2em;
	overflow: hidden;
	cursor: pointer;
}

.vid-panel > div {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	color: #eee;
	pointer-events: none;
}

.vid-panel > div > div {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.vid-panel h3 {
	margin-bottom: 0px;
	font-size: 1.25em;
}

.vid-panel:hover h3 {
	/*color: #eee;*/
	color: #ffcc33;
	/*color: #3366ff;*/
}

.vid-panel h4 {
	/*color: #3366ff;*/
	/*color: #ffcc33;*/
	color: #eee;
}

.vid-panel:hover h4 {
	/*color: #eee;*/
	color: #ffcc33;
}

.owl-carousel .owl-item img {
	-webkit-backface-visibility: hidden;
}

.owl-nav {
	position: absolute;
	top: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	color: #eee;
	font-size: 3em;
	pointer-events: none;
}

.owl-prev, .owl-next {
	position: absolute;
	height: 100%;
	width: 30px;
	top: 0px;
	bottom: 0px;
	display: table;
	pointer-events: auto;
}

.owl-prev:hover, .owl-next:hover {
	color: #ffcc33;
}

.owl-prev {
	left: 3px;
}

.owl-next {
	right: 23px;
}

.arrow-left, .arrow-right {
	display: table-cell;
	vertical-align: middle;
}

.arrow-left:hover img, 
.arrow-left:active img,
.arrow-left:focus img,
.arrow-right:hover img,
.arrow-right:active img,
.arrow-right:focus img {
	opacity: 0.5;
}

/* footer */
footer.page-footer .container-fluid {
	background-color: #000;
	color: #eee;
	margin-top: 5px;
}

footer.page-footer .share-list {
	line-height: 3em;
}

/* utilities */
.thin {
	font-weight: 300;
}

.row.no-gutter {
  /*margin-left: 0;
  margin-right: 0;*/
}

.row.no-gutter > [class*='col-']:not(:first-child),
.row.no-gutter > [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.row.same-height {
	overflow: hidden;
}

.row.same-height [class*='col-'] {
	padding-bottom: 50px;
	margin-bottom: -50px;
}
/*.row.same-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.row.same-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}*/

.dummy-container {
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	.full-containers .container {
		width: auto;
	}
}

.shadow {
	box-shadow: 0px 5px 5px #888888;
}

.mt1 {
	margin-top: 1em;
}

.mt2 {
	margin-top: 2em;
}

.mb1 {
	margin-top: 1em;
}

.mb2 {
	margin-bottom: 2em;
}

.pl20 {
	padding-left: 20px;
}

.pr20 {
	padding-right: 20px;
}

.pl10 {
	padding-left: 10px;
}

.pr10 {
	padding-right: 10px;
}

.nowrap {
	white-space: nowrap;
}

.pt75 {
	padding-top: 75px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

/*.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}*/

@media(max-width: 480px) {
	.hidden-xxs {
		display: none;
	}
}

.zoomer img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s;
    -webkit-transform: scale(1.00);
    -ms-transform: scale(1.00);
    transform: scale(1.00);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.zoomer:hover img {
	-webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.no-overflow {
	overflow: hidden;
}

.white-text {
	color: #eee;
	border-color: #eee;
}

.white-text a {
	color: #eee;
	cursor: pointer;
}

.white-text a:hover,
.white-text a:active,
.white-text a:focus {
	text-decoration: none;
}

a.whitelink {
	color: #eee;
}

a.whitelink:hover,
a.whitelink:active,
a.whitelink:focus {
	color: #eee;
	text-decoration: underline;
}

.upper {
	text-transform: uppercase;
}

/* vendor icons */
.vendor {
	list-style: none;
	font-size: 1em;
	padding-left: 5px;
	overflow: hidden;
}

.vendor li {
	display: block;
	float: left;
	/*margin: 0px;*/
	margin-bottom: 0px;
	margin-right: 0.75em;
}

.vendor li a {
	color: #3366ff;
}

.vendor li a:hover,
.vendor li a:active,
.vendor li a:focus {
	color: #777;
}

.vendor {
	/*padding-top: 0px;
	padding-bottom: 0px;*/
	line-height: 0em;
}

.vendor .amz {
	font-size: 2.5em;
	/*margin-top: -3.0em;*/
	/*margin-top: -3em;*/
	/*margin-bottom: -0.2em;*/
}

.vendor li.amz {
	/*margin-top: -1em;*/
}

.vendor li.bn {
	margin-top: -0.6em;
	/*padding-top: 1em;*/
	/*margin-top: -2em;*/
	/*margin-bottom: -0.3em;*/
}

.vendor .bn {
	font-size: 3em;
}

.vendor .bn span {
	margin-top: -1em;
	padding-top: 1em;
}

.vendor .bam {
	font-size: 2.2em;
	margin-top: 0.2em;
	/*margin-top: -2em;*/
	/*margin-bottom: -0.1em;*/
}

.vendor .kobo {
	font-size: 2.1em;
	margin-top: 0.3em;
	/*margin-top: -2em;
	margin-bottom: -0.05em;*/
}

.copyright {
	text-decoration: none;
}

.copyright a {
	color: #eee;
}

/* video container stuff */
.full-width-16x9 {
	width: 100%;
	position: relative;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
}

.full-width-inner {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* text keep-together */
.be {
	white-space: nowrap;
}

/* buylist on homepage */
.buylist {
	/*width: 100%;*/
	padding-left: 0px;
	margin-bottom: 0px;
	margin-right: -15px;
	margin-left: -15px;
}
.buylist li {
	display: inline-block;
	width: 12%;
	font-size: 55px;
	vertical-align: middle;
}
.buylist li.svg svg {
	height: 0.75em;
	line-height: 0.75em;
	margin-bottom: 0.1em;
	overflow: visible;
}
@media (max-width: 480px) {
	.buylist li {
		font-size: 35px;
	}
}
@media (max-width: 320px) {
	.buylist li {
		font-size: 25px;
	}
}
.buylist li a {
	color: #3366ff;
	fill: #3366ff;
}
.buylist .bnsquare {
	font-size: 0.9em;
}
.buylist .amz {
	font-size: 1.1em;
}

/* blog */
body #main .blog-container,
body #main .blog-stripe.container {
	max-width: 1024px;
}
.blog-stripe.container {
	margin-left: auto;
	margin-right: auto;
}
.blog-container {
	position: relative;
}
.blog-main {
	background-color: #e8e8e8;
	width: 100%;
	padding-right: 256px;
	float: left;
}
@media (min-width: 769px) {
	.blog-main {
		min-height: 1650px;
	}
}
.blog-main .js-editable-body > * {
	margin-bottom: 20px;
}
.article-hero p,
.article-hero h1,
.article-hero h2,
.article-hero h3,
.article-hero .share,
.article-hero .tag-list,
.blog-main .js-editable-body,
#editable_body_holder,
.blog-main footer p,
.blog-main footer .tag-list,
.blog-main footer .share
 {
	padding-left: 45px;
	padding-right: 45px;
	margin-bottom: 20px;
}
@media(max-width: 568px) {
	.article-hero p,
	.article-hero h1,
	.article-hero h2,
	.article-hero h3,
	.article-hero .share,
	.article-hero .tag-list,
	.blog-main .js-editable-body,
	#editable_body_holder
	.blog-main footer p,
	.blog-main footer .tag-list,
	.blog-main footer .share {
		padding-left: 12px;
		padding-right: 12px;
	}
}
.blog-sidebar {
	background-color: #dadada;
	width: 256px;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.blog-main {
		padding-right: 0px;
	}
	.blog-sidebar {
		position: static;
		width: 100%;
		background-color: #e8e8e8;
	}
}

.blog-sidebar .byline,
.blog-sidebar .share,
.blog-sidebar .related
 {
	margin-top: 30px;
}

.blog-sidebar .byline,
.blog-sidebar .share,
.blog-sidebar nav.categories,
.blog-sidebar .related
{
	padding-left: 20px;
	padding-right: 20px;
}
@media(max-width: 768px) {
	.blog-sidebar .byline,
	.blog-sidebar .share,
	.blog-sidebar nav.categories,
	.blog-sidebar .related {
		padding-left: 45px;
		padding-right: 45px;
	}
	.blog-sidebar .share {
		margin-top: 0px;
	}
	.blog-sidebar .byline > div {
		display: inline;
	}
}

@media(max-width: 568px) {
	.blog-sidebar .byline,
	.blog-sidebar .share,
	.blog-sidebar nav.categories,
	.blog-sidebar .related {
		padding-left: 12px;
		padding-right: 12px;
	}
}

.blog-sidebar .share,
.article-hero .share {
	min-height: 39px;
}

.blog-sidebar nav.categories {
	margin-top: 0px;
}

.blog-sidebar h2 {
	font-size: 1.7rem;
	font-weight: bold;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	padding-top: 5px;
	padding-bottom: 5px;
}

nav.categories ul {
	list-style: none;
	padding-left: 0px;
}

nav.categories a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 8px;
	color: inherit;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}

nav.categories a:hover {
	background: #e8e8e8;
    /*color: #3273C5;	*/
    color: #2549B8;
    text-decoration: none;
}

.blog-sidebar .related {
	font-size: 1em;
}

.blog-sidebar .related ul {
	list-style: none;
	padding-left: 0px;
}

.blog-sidebar .related li {
	margin-top: 20px;
}

.blog-sidebar .related a {
	cursor: pointer;
	color: inherit;
}

.blog-sidebar .related a:hover {
	text-decoration: none;
}

.blog-sidebar .related .caption {
	margin-top: 10px;
}

@media(max-width: 768px) {
	.blog-sidebar .related ul {
		margin-left: -5px;
		margin-right: -5px;
	}
	.blog-sidebar .related li {
		float: left;
		display: inline-block;
		width: 25%;
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 0px;
		font-size: 0.7em;
		margin-bottom: 20px;
	}
}
@media(max-width:568px) {
	.blog-sidebar .related li {
		width: 50%;
	}
}

@supports (-webkit-line-clamp: 1)
{
	@media(min-width: 769px) {
		.blog-sidebar .related .caption
		{
			max-height: 120px;
			display            : block;
			display            : -webkit-box;
			-webkit-box-orient : vertical;
			-webkit-line-clamp : 5;
			position           : relative;
			overflow           : hidden;
			text-overflow      : ellipsis;
		}
	}
}

.article-hero {
	text-transform: uppercase;
	color: #999;
	margin-bottom: 20px;
}

.article-hero a {
	color: #2549B8;
}

.article-hero a:hover,
.article-hero a:active {
	/*color: #eee;*/
	/*text-decoration: none;*/
}

.article-hero .category-date {
	margin-top: 30px;
}

.article-hero h1 {
	color: #000;
	font-size: 1.8em;
	font-weight: bold;
}

.article-hero h2 {
	font-size: 1.5em;
}
@media(max-width: 568px) {
	.article-hero h1 {
		font-size: 1.5em;
	}
	.article-hero h2 {
		font-size: 1.2em;
	}
}

.article-hero p.bottomline {
	margin-bottom: 5px;
}
.bottomline strong {
	color: #000;
}
.bottomline:after {
	content: ' ';
	display: block;
	width: 100%;
	border-bottom: 1px dotted #aaa;
}

.article-hero .aspect-container {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.article-hero .aspect-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* general blog structure */
body #main .be-container {
	max-width: 1024px;
	position: relative;
}
.be-mainpanel {
	width: 100%;
	padding-right: 256px;
	float: left;
}
.be-sidebar {
	width: 256px;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}

.be-sidebar h2 {
	font-size: 1.7rem;
	font-weight: bold;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 10px;
}

@media (max-width: 768px) {
	.be-mainpanel {
		padding-right: 0px;
	}
	.be-sidebar {
		position: static;
		width: 100%;
	}
	.be-sidebar h2 {
		margin-right: 20px;
	}
}

/* listing stuff */
ul.text-story-listing {
	padding-left: 0px;
}
ul.text-story-listing li {
	list-style: none;
	padding-left: 10px;
	margin-top: 20px;
	border-left: 1px solid #0066ff;
}

ul.text-story-listing h5 {
	color: #000;
}
.white-text ul.text-story-listing h5 {
	color: #eee;
}

ul.text-story-listing a {
	color: #0066ff;	
	cursor: pointer;
}

ul.text-story-listing a span {
	color: #0066ff;
}

.white-text ul.text-story-listing a:hover,
.white-text ul.text-story-listing a:active,
.white-text ul.text-story-listing a:focus {
	color: #ffcc33;
	text-decoration: none;
}

.white-text ul.text-story-listing a:hover *,
.white-text ul.text-story-listing a:active *,
.white-text ul.text-story-listing a:focus * {
	color: #ffcc33;
}

.category-date {
	color: #777;
	text-transform: uppercase;
}

.category-date > span,
.category-date > span a {
	color: #0066ff;
}

.category-date > span a:hover,
.category-date > span a:active,
.category-date > span a:focus {
	color: #eee;
}

.listing-byline {
	text-transform: uppercase;
}

ul.main-article-listing {
	padding-left: 0px;
}

ul.main-article-listing li {
	list-style: none;
	padding-bottom: 25px;
}

ul.main-article-listing li .listing-text {
	background: -webkit-linear-gradient(left, transparent, #2549B8);
    background: -o-linear-gradient(right, transparent, #2549B8);
    background: -moz-linear-gradient(right, transparent, #2549B8);
    background: linear-gradient(to right, transparent, #2549B8);
	padding: 20px 10px 10px 10px;
}

ul.main-article-listing img {
	background-color: #000;
}

ul.main-article-listing h2 {
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 1.75em;
	margin-bottom: 5px;
}

ul.main-article-listing h3 {
	font-size: 1.3em;
	margin-top: 5px;
	margin-bottom: 50px;
	/*color: #ddd;*/
}

@media(max-width: 768px) {
	ul.main-article-listing h2 {
		font-size: 1.25em;
	}
	ul.main-article-listing h3 {
		font-size: 1em;
		margin-bottom: 30px;
	}
}

ul.main-article-listing .listing-text > a:hover,
ul.main-article-listing .listing-text > a:active,
ul.main-article-listing .listing-text > a:focus {
	color: #ffcc33;
}

@media(min-width: 769px) {
	ul.main-article-listing {
		padding-right: 20px;
	}
}

/* editable overrides */
.editable-preset-cropper img {
    width: 100%;
}

/* sticky left social */
.sticky-left {
	position: fixed;
	background-color: #000;
	color: #eee;
	top: 100px;
	left: 0;
	z-index: 100;
	text-align: center;
	/*border: 1px dotted #eee;
	border-left: none;*/
}

.sticky-left ul {
	padding: 10px;
	padding-left: 8px;
	margin: 0px;
}

.sticky-left li {
	display: block;
	margin: 0px;
}

/* blog feature stripe in the hero */
#hero-blog-feature-stripe {
	/*background-color: red;*/
	position: absolute;
	/*bottom: 1.5em;*/
	bottom: 5%;
	right: 0;
	width: 100%;
	/*height: 100%*/;
}

#hero-blog-feature-stripe .container {
	/*background-color: blue;*/
	text-align: right;
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
}

#hero-blog-feature-stripe .content {
	/*background-color: purple;*/
	display: inline-block;
	height: 100%;
	padding-right: 0.75em;
	position: relative;
}

#hero-blog-feature-stripe .img-wrapper {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}

#hero-blog-feature-stripe img {
	width: 4em;
	height: 4em;
	/*margin: 0.5em;*/
}

#hero-blog-feature-stripe h4 {
	display: inline-block;
	font-size: 1em;
	max-width: 20em;
	margin-right: 0.5em;
	vertical-align: middle;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#hero-blog-feature-stripe .fader {
	position: absolute;
	height: 100%;
	left: 0;
	width: 40em;
	background: -webkit-linear-gradient(left, #2549B8, transparent);
    background: -o-linear-gradient(right, #2549B8, transparent);
    background: -moz-linear-gradient(right, #2549B8, transparent);
    background: linear-gradient(to right, #2549B8, transparent);
}

#hero-blog-feature-stripe a {
	display: inline-block;
	/*padding: 0.5em 0em 0.5em 0.5em;*/
}

#hero-blog-feature-stripe a:hover,
#hero-blog-feature-stripe a:active,
#hero-blog-feature-stripe a:focus {
	color: #ffcc33;
}

#hero-blog-feature-stripe .rel {
	position: relative;
}

@media(min-width: 992px) {
	#hero-blog-feature-stripe {
		font-size: 1.25em;
	}
}

@media(min-width: 1200px) {
	#hero-blog-feature-stripe {
		font-size: 1.75em;
	}
}

/*@media(min-width: 1500px) {
	#hero-blog-feature-stripe {
		font-size: 2.25em;
	}
}

@media(min-width: 2000px) {
	#hero-blog-feature-stripe {
		font-size: 2.75em;
	}
}*/

/* blog feature stripe in mobile */
#blog-mobile-stripe {
	margin-bottom: 3em;
}

#blog-mobile-stripe [class*="col-"] {
	padding-left: 0px;
	padding-right: 0px;
	background: -webkit-linear-gradient(left, #2549B8, #000);
    background: -o-linear-gradient(right, #2549B8, #000);
    background: -moz-linear-gradient(right, #2549B8, #000);
    background: linear-gradient(to right, #2549B8, #000);
}

#blog-mobile-stripe .img-wrapper {
	overflow: hidden;
	/*margin: 1em;*/
}

#blog-mobile-stripe .outer-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	border-right: 3px solid #3366ff;
}

#blog-mobile-stripe .thumb {
	width: 100%;
	/*width: 10em;
	height: 10em;*/
}

#blog-mobile-stripe h4 {
	display: inline-block;
	vertical-align: middle;
	width: 64%;
	padding-right: 1em;
	padding-left: 1em;
}

#blog-mobile-stripe a {
	width: 100%;
	display: block;
}

#blog-mobile-stripe a:hover,
#blog-mobile-stripe a:active,
#blog-mobile-stripe a:focus {
	color: #ffcc33;
}

#blog-mobile-stripe .arrow-right {
	display: inline-block;
	vertical-align: middle;
	padding-right: 1em;
	width: 9%;
}

#blog-mobile-stripe .arrow-right img {
	width: 100%;
}

@media(max-width: 480px) {
	#blog-mobile-stripe {
		font-size: 0.75em;
	}
}

@media(max-width: 320px) {
	#blog-mobile-stripe {
		font-size: 0.5em;
	}
}

/* tag list */
.tag-list {
	text-transform: uppercase;
}

.tag-list ul {
	display: inline;
	padding-left: 0px;
}

.tag-list li {
	display: inline;
	list-style: none;
}

.tag-list a {
	color: #2549B8;
	cursor: pointer;
}

.navbar-nav>li.svg svg,
.navbar-nav>li.svg img {
	font-size: 56px;
	height: 1em;
	fill: #999;
	padding-top: 14px;
	padding-bottom: 6px;
	/*height: 100%;
	width: auto;*/
}

@media(max-width: 991px) {
	.navbar-nav>li.svg svg {
		padding-top: 10px;
		padding-bottom: 12px;
	}
}

.navbar-nav>li.svg a {
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar-nav>li.svg:hover svg {
	fill: #eee;
}

@media (max-width: 1200px) {
	#navbar-collapse-main .navbar-left>li>a {
		padding-left: 12px;
		padding-right: 12px;
	}
}

.medium-insert-images.medium-insert-images-grid {
	width: 31%;
}
