@charset "UTF-8";

/* elements */

html, div, map, dt, isindex, form {  
    display: block; 
	margin: 0;
	padding: 0;
}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address { 
    display: block;  
}

body {
	margin: 0;
	padding: 0;
	background: var(--body-bkgd-color);
	font-family: var(--font-family);
}

h1 {
	margin-bottom: 0px;
	font-size: 350%;
	color: var(--black-color);
	font-family: var(--font-family-header);
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 110%;
	text-align: center;
    text-shadow: 0 0 14px rgba(255,255,255,0.2);
	z-index: 99;
}

h2 {
	margin-top: 0px;
	font-size: 150%;
	color: var(--black-color);
	font-family: var(--font-family-header);
    font-weight: 600;
    letter-spacing: 0.02em;
	text-align: center;
    text-shadow: 0 0 9px rgba(255,255,255,0.1);
	z-index: 99;
}

h3 {
	margin: 18px 0 0 0;
	font-family: var(--font-family-header);
    font-weight: 500;
	font-size: 60px;
	text-align: center;
	color: var(--black-color);
}

h6 {
	margin: 8px 0;
    font-size: 1em;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-align: left;
	color: var(--white-color);
}

.clearfix {
    overflow: auto;
    display: block;
    content: "";
    clear: both;
}

topBar {
	position: fixed;
    display: block;
	margin: 0;
	padding: 0;
	top: 0;
	width: 100%;
	height: 54px;
	background: var(--topBar-bkgd-color);
	color: var(--white-color);
	z-index: 999999;
}

menuBar {
	position: fixed;
    display: block; 
	margin: 0;
	padding: 0;
	top: 0;
	width: 100%;
	height: 90px;
	background: var(--menuBar-bkgd-color);
	color: var(--white-color);
	z-index: 9999999;
}

header {
	margin: 0;
	padding: 0;
	height: 800px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonials {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 540px;
	background-color: var(--primary-color);
	overflow: hidden;
}

.endorsement {
	font-family: var(--font-family-header);
	font-weight: 300;
	font-size: 1em;
	text-align: left;
    line-height: 1.5em;
	color: var(--white-color);
}

.authorLine {
	font-family: var(--font-family-header);
	font-weight: 400;
	color: var(--white-color);
}

.authorTitle {
    font-style: italic;
	font-weight: 200;
}

.authorCompany {
    font-size: .7em;
    text-transform: uppercase;
}

.valign {
    top: 50%;
}

footer {
	margin: 0;
	padding: 0 0 15px 0;
	min-height:150px;
	background: var(--footer-bkgd-color);
	font-family: var(--font-family-header);
	font-weight: 400;
	font-size: 0.9em;
	letter-spacing: .05em;
	line-height: 1.8em;
	color: var(--white-color);
}

/* ids */

#latest {
	float: left;
	margin: 18px 30px;
	height: 18px;
	color: var(--white-color);
	font-weight: 300;
}

#logo {
	float: left;
	margin: 22px;
	width: 300px;
	height: 44px;
	background: url(../../images/logo/logo_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

#buttonBar {
	float: right;
	margin: 9px 30px;
}

#navMenu {
	float: right;
	margin: 25px 30px 0px 0px;
	height: 30px;
	color: var(--white-color);
    font-family: var(--font-family-header);
	font-size: 1.1em;
	font-weight: 500;
}

/* tables */

#tableContainer {
	position: relative;
	margin: 0;
	padding: 0;
	border: .25em #ddd solid;
	border-radius: .25em;
	background: var(--white-color);
	z-index: 9;
}

#tableHeader {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	background: var(--grey-color);
}

#tableBody {
	position: relative;
	margin: 0;
	padding: 0;
	background: var(--white-color);
}

/* navigation */

.navMenu {
	text-transform: uppercase;
    letter-spacing: 0.02em;
	z-index: 99999999;
}

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

.navMenu li {
	float: left;
    margin-left:9px;
	padding: 6px 9px;
    background: rgba(255,255,255,0);
    border: 1px solid rgba(255,255,255,0);
	border-radius: 6px;
	cursor: pointer;
}
/*
.navMenu li:nth-child(3):hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,0);
}
*/
.navMenu li:last-child:hover {
    border: 1px solid rgba(255,255,255,0);
}

.navMenu li:hover, .navMenu li:focus, .navMenu li:active {
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,1);
}

.navMenu ul li ul li:last-child {
	position: relative;
}

.navMenu li a {
	display: block;
	text-decoration: none;
	color: var(--white-color);
	cursor: pointer;
}

.navMenu li ul {
    display: none;
    position: absolute;
    margin: 7px 0 0 -10px;
    padding: 0;
    width: inherit;
    z-index: 999999999;
}

.navMenu li:hover ul, .navMenu li:focus ul, .navMenu li:active ul {
    display: grid;
}

.navMenu li ul li {
    display: grid;
    margin: 0;
	padding: 6px 10px;
    width: 100%;
    white-space: nowrap;
    background: rgba(0,0,0,0.3);
    border-left: 1px solid rgba(255,255,255,1);
    border-right: 1px solid rgba(255,255,255,1);
    border-radius: 0;
    text-align: center;
    z-index: 9999999999;
}

.navMenu li ul li:hover {
    margin-left:0;
    background: rgba(255,255,255,1);
    border-radius: 0;
    color: var(--black-color);
    z-index: 9999999999;
}

.navMenu li ul li:last-child {
    border-bottom: 1px solid rgba(255,255,255,1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.navMenu li ul li:last-child:hover {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.navMenu li ul li a {
    display: block;
    text-decoration: none;
    color: var(--white-color);
    cursor: pointer;
}

.navMenu li ul li a:hover {
    color: var(--black-color);
}

.navIcon {
    display: none;
}

/* classes */

.topButton {
    text-transform: uppercase;
}

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

.topButton li {
	float: left;
	margin-left: 6px;
	padding: 10px 12px;
	min-width: 14px;
	font-size: 14px;
	background: rgba(0,0,0,0.3);
	border-radius: 6px;
	color: var(--white-color);
	cursor: pointer;
}

.topButton li:hover, .topButton li:focus, .topButton li:active {
	background: rgba(0,0,0,0.6);
}

.search {
	padding-right: 36px;
}

.searchButton {
	
}

.headerText {
    position: absolute;
    margin: 0 auto;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
	width: 50%;
    z-index: 1;
}

.signBox {
    padding: 0px 18px 18px 18px;
    background-color: var(--white-trans);
    border: 2px solid var(--primary-color);
    box-shadow: 0 0 0 12px var(--white-trans);
}

.headerHomepage {
	margin: 36px 0;
}

.btn-free {
    margin: 0px auto 18px auto;
    padding: 6px 0 0 0;
    width: 180px;
    height: 32px;
	background: rgba(111,37,40,1.0);
    border: 2px solid rgba(255,255,255,1.0);
    border-radius: .3em;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    color: rgba(255,255,255,1.0);
    cursor: pointer;
}

.btn-free:hover {
	color: rgba(111,37,40,1.0);
	background: rgba(255,255,255,1.0);
    border: 2px solid rgba(111,37,40,1.0);
    text-shadow: rgb(255, 255, 255) 0px 0px 9px;
}

.logoHorse {
    margin: 0 auto;
	width: 36px;
	height: 34px;
	background: url(../../images/logo/logo_horse_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.storyLogo {
    margin: 0 auto 18px auto;
	width: 36px;
	height: 36px;
	background: url(../../images/logo/logo_square.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#homeVideo {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

#stage {
}

.stageBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
	width:90%;
}

button {
	
}

.btn {
	display: inline-block;
	font-weight: 300;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	background: rgba(0,0,0,0.0);
	border: 1px solid rgba(0,0,0,0.0);
	padding: 3px 9px 3px 9px;
	font-size: 12px;
	border-radius: 3px;
	cursor: pointer;
}

.btn-info {
	border: 1px solid var(--topBar-bkgd-color);
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
	color: var(--white-color);
	background: var(--topBar-bkgd-color);
}

.btn-continue {
	margin: 0 auto;
	padding: 9px 3px;
	width: 36px;
	border: 1px solid var(--white-color);
	border-radius: 3px;
	color: var(--white-color);
	text-align: center;
	cursor: pointer;
}

.btn-continue:hover, .btn-continue:focus, .btn-continue:active {
	background: rgba(255,255,255,0.3);
}

.btn-donate {
	margin: 9px auto;
	padding: 12px 12px 0 12px;
    font-family: var(--font-family-header);
    font-weight: 500;
	font-size: 1.2em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
	background: rgba(0,0,0,0);
	border: 1px solid rgba(255,255,255,1.0);
	border-radius: 6px;
	color: var(--white-color);
	cursor: pointer;
	width: 70px;
	height: 30px;
}

.btn-donate:hover, .btn-donate:focus, .btn-donate:active {
	background: rgba(255,255,255,1.0);
	border: 1px solid rgba(255,255,255,1.0);
	color: var(--black-color);
}

.btn-donate a {
	color: var(--white-color);
	text-decoration: none;
}

.btn-donate a:hover {
	color: var(--black-color);
}

.txt-donate {
    font-size: 3em;
    font-weight: 500;
}

.bar-donate {
	margin: 0 auto;
	min-width: 320px;
	max-width: 800px;
}

.bar-donate ul {
	list-style: none;
	margin: 16px 0;
	padding: 0;    
}

.bar-donate li {
	float: left;
    margin: 0;
    padding: 0;
    width: 160px;
    font-family: var(--font-family-header);
    font-weight: 300;
	font-size: .6em;
}

.white {
	color: var(--white-color);
	text-decoration: none;
}

.latest {
	padding-left: 18px;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.outerGlow {
	text-shadow: 0 0 9px #000000, 0 0 9px #000000;
}

.screenBlack {
	background: rgba(0,0,0,0.1);
}

.articleImage {
	height: 180px;
	width: 100%;
	overflow: hidden;
	border: 1px solid var(--black-color);
	background: var(--grey-color);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.articleImageTop {
	height: 360px;
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.articleHeader {
    margin: 18px 0 9px 0;
    padding: 0;
	width: 100%;
    height: 2em;
    border-radius: 0.2em;
    background: rgba(0,0,0,0.3);
    cursor: pointer;
}

.articleHeader:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

#btn-show {
    float: right;
    padding: 6px 18px;
    cursor: pointer;
}

.articleTitle {
	float: left;
    padding-left: 18px;
	font-family: var(--font-family-header);
	font-weight: 700;
	font-size: 1.5em;
}

.byLine {
	float: right;
	padding-top: 6px;
	color: var(--drk-grey-color);
	font-size: 9px;
}

.articleDesc {
    padding:0 24px;
	width: calc(100%-48px);
	font-weight: 300;
	font-size: 1.25em;
	text-align: left;
	line-height: 1.5em;
	overflow: hidden;
}

.articleCont {
	width: 100%;
	font-size: 14px;
	font-style: italic;
	text-align: right;
}

.exp-company {
    margin: -12px 0 24px 0;
    padding-left:36px;
	font-family: var(--font-family-header);
    font-size:100%;
    font-weight:500;
    font-style: italic;
}

.blog-desc {
	font-family: var(--font-family-header);
    font-size:150%;
    font-weight:700;
}

.blog-date {
    margin-left: 48px;
	font-family: var(--font-family-header);
    font-size:80%;
    font-weight:500;
    font-style: italic;
    color: var(--grey-color);
}

.blog-info {
    margin: 24px 0 12px 0;
    padding-left:36px;
	font-family: var(--font-family);
    font-size:100%;
    font-weight:500;
    font-style: italic;
}

.blog-cont {
    margin: 0 0 24px 0;
	font-family: var(--font-family-header);
    font-size:80%;
    font-weight:700;
    font-style: italic;
    text-transform: uppercase;
    text-align: right;
    color: var(--primary-color);
}

.user-label {
	padding: 16px 18px 0 18px;
	height: 38px;
	overflow: hidden;
	color: var(--grey-color);
	text-transform: capitalize;
	font-size: 12pt;
	font-weight: 300;
	letter-spacing: .05em;
	cursor: pointer;
}

.user-label:hover, .user-label:focus, .user-label:active {
	background: var(--header-bkgd-hover-color);
}

.notification-button {
	position: absolute;
	margin: -24px 0 0 21px;
	padding: 2px 4px;
	font-family: var(--font-family);
	font-size: 9px;
	font-weight: 700;
	border-radius: 7px;
	background: var(--red-color);
	overflow: hidden;
	color: var(--white-color);
}

.maxHeight40 {
	max-height: calc(100% - 122px);
}

.scrollX {
	overflow-x: hidden;
	overflow-y: scroll;
}

.scrollNone {
	overflow-x: hidden;
	overflow-y: hidden;
}
	
.mobile360 { 
	display: none;
}
	
.mobile360plus { 
	display: block;
}
	
.mobile320 {
	display: block;
}

.hideElement {
	display: none;
}

/* Flow Elements */

.row {
	margin: 0 auto;
    padding: 36px 0;
	width: 960px;
}

.column {
	float: left;
	padding: 12px;
	width: 296px;
}

.column2 {
	float: left;
	padding: 12px;
	width: 616px;
}

.colCount4 {
	column-count: 4;
}

.fullWidth {
	margin: 24px 0;
	padding: 0;
	width: 100%;
}

.topSpace {
	margin: 144px 0 0 0;
	padding: 0;
	width: 100%;
}

.story p {
	margin-left: 12px;
	margin-right: 12px;
    font-size: 1.2em;
    line-height: 1.8em;
}

.catFooter a {
	color: var(--white-color);
	text-decoration: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Store Elements */

#cartBox {
	float: right;
	position: fixed;
	top: 12px;
	right: 12px;
	margin: 0;
	padding: 9px;
	width: 282px;
	background: rgba(255,255,255,0.9);
	color: var(--black-color);
	border-radius: 6px;
	z-index: 999999999;
}

.cartRow {
	margin: 0;
	padding: 1px 0 0 0;
	width: 100%;
	height: 18px;
	font-size: 14px;
}

.cartCol {
	float: left;
	padding: 0;
	width: 20%;
}

#cartBox ul {
	list-style: none;
}

#cartBox li {
	float: left;
}

#cartBox i {
	cursor: pointer;
}

.closeBox {
	margin: 0;
	padding: 0;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

.cartHeader {
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .25em;
	color: var(--white-color);
	background: var(--topBar-bkgd-color);
	text-align: center;
}

.hiddenDiv {
	display: none;
}

.visibleDiv {
	display: inline-block;
}

.right {
	text-align: right;
}

.footer-column {
    column-count: 3;
}

/* Responsive */

@media only screen and (max-width : 800px) {
	
	body { cursor: pointer; }
	
	#latest {
		display: none;
	}
	
	#buttonBar {
		margin: 9px 12px;
	}
	
	.hideButton {
		display: none;
	}

	header {
		height: 900px;
	}

    .headerText {
	    width: 80%;
    }

    .signBox {
        padding: 0px 18px 18px 18px;
    }

	.stageBox {
    	top: 50%;
	}
	
	#next {
		margin-top: -96px;
	}
	
	.row {
		min-width: 320px;
		max-width: 100%;
	}
	
	.header-label {
		display: none;
	}
	
	.header-logoff {
	 	padding-left: 0;	
	}

	h6 {
		font-weight: 300;
		letter-spacing: 0.1em;
	}

	#navMenu {
        margin-top: 24px;
        margin-right: 16px;
		width: 16px;
		cursor: pointer;
        font-family: var(--font-family-header);
	}

	#navMenu:hover ul, #navMenu:focus ul, #navMenu:active ul {
		display: block;
	}
	
	donateBar {
		height: 108px;
	}
	
	.bar-donate {
		height: 108px;
	}
	
	.btn-donate {
		float: none;
		margin: 0 auto;
	}

	/* navigation */

	.navMenu {
		text-transform: uppercase;
		z-index: 99999999;
	}

	.navMenu ul {
		display: none;
		list-style: none;
        margin-top: -4px;
		margin-left: -90px;
		margin-right: -16px;
		padding: 0;
	}

	.navMenu li {
		float: right;
		padding: 6px 9px;
		width: 100%;
		border-right: 0;
		border-radius: 0;
		background: rgba(0,0,0,0.6);
		text-align: right;
		cursor: pointer;
	}

	.navMenu li:first-child {
		border-top-left-radius: 6px;
	}

	.navMenu li:nth-child(3) {
		border-bottom-left-radius: 6px;
	}

	.navMenu li:last-child {
        display: none;
	}

	.navMenu li:hover, .navMenu li:focus, .navMenu li:active {
		background: rgba(0,0,0,0.8);
		border-right: 0;
	}

	.navMenu ul li ul li:last-child {
		position: relative;
	}
	
	.navMenu li a {
		display: block;
		text-decoration: none;
		color: var(--white-color);
		cursor: pointer;
	}

	.navMenu li ul {
		display: none;
		position: absolute;
		margin-top: -54px;
		z-index: 999999999;
	}

	.navMenu li:hover ul, .navMenu li:focus ul, .navMenu li:active ul {
		display: block;
	}
	
	.navMenu li ul li {
		float: left;
		z-index: 9999999999;
	}

	.navMenu li ul li a {
		display: block;
		text-decoration: none;
		color: var(--grey-color);
		cursor: pointer;
	}
	
	.navIcon {
		display: block;
		margin: 7px 9px;
	}
	
}

@media only screen and (max-width : 480px) {
	
	body { cursor: pointer; }

	h1 {
		font-size: 220%;
	}

	h2 {
		font-size: 120%;
	}

	h3 {
		font-size: 180%;
	}

	header {
		height: 660px;
	}

    .headerText {
	    width: 80%;
    }
    
    menubar {
        height: 80px;
    }
	
	#next {
		display: none;
	}
    
    #logo {
        width: 240px;
        height: 36px;
    }

	.stageBox {
    	top: 30%;
	}

	.articleImageTop {
		height: 240px;
	}

    .articleTitle {
        margin-top: 7px;
	    font-size: 0.9em;
    }

    .articleDesc {
	    font-size: 1.0em;
    }
    
    .story p {
        font-size: 1em;
    }
	
	.row {
		width: 320px;
	}
    
    .testimonials {
        height: 960px;
    }
	
	.mobile360 { 
		display: block;
	}
	
	.mobile360plus { 
		display: none;
	}

	.column2 {
		float: left;
		padding: 12px;
		width: 296px;
	}

	.colCount4 {
		column-count: 2;
	}

    .footer-column {
        column-count: 2;
        width: 94%;
    }
	
}

@media only screen and (max-width : 320px) {
	
	.row {
		width: 280px;
	}

    .footer-column {
        column-count: 1;
    }
	
}

@media only screen and (max-height : 320px) {
	
	.mobile320 {
		display: none;
	}
	
}