/*!
 * Hillary's America Footnotes
 * Developed by Abbson Studios
 */


/* Notes: 
 * 
 * Hillary's America pink = #FB2FCF
 * 
 * 
 * 
 */





/**
 * Generic styling
 */

html {
	position: relative;
}

body {
	position: relative;
	min-height: 100vh;
	color: #FFFFFF;
	font-family: 'Avenir-Medium', 'Avenir', Arial, sans-serif;
	background: #000000;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}

.clearfix {
	clear: both;
}

.btn-pink {
	display: inline-block;
	padding: 1rem 3rem;
	background: #FB2FCF;
	color: #FFF;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.btn-pink:hover {
	color: #FFF;
}

#background-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: -1;
}





/**
 * Page Header
 */

header, .site-header {
	padding-bottom: 3rem;
}

.menu-link-pink a, .menu-link-pink a:hover,
a.menu-link-pink, a.menu-link-pink:hover {
	color: #fb2fcf !important;
	font-weight: bold;
}

.header-menu, .header-upperbar, .header-image, .header-cta {
	z-index: 5;
}

.header-menu, .header-menu.navbar {
	z-index: 50;
	text-transform: uppercase;
	margin-bottom: -1px;
	border: none;
	border-radius: 0;
	background-image: none;
	background-color: #000;
	/*background-color: rgba(0,0,0,0.6);*/
	color: #FFFFFF;
	font-size: 1.3rem;
	min-height: 40px;
}
.header-menu.navbar.navbar-fixed-top .navbar-collapse {
	max-height: 100%;
	max-height: 100vh;
}
.header-menu.navbar .navbar-brand {
	color: #FFFFFF;
}
.header-menu.navbar .navbar-nav>li>a {
	color: #FFFFFF;
	text-shadow: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-image {
	width: 100%;
	max-width: 600px;
	height: auto;
	margin-top: 3rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3rem;
	padding-left: 3rem;
	padding-right: 3rem;
}

.site-logo {
	
}





/**
 * Page Body
 */

.chapters {
	/*overflow: hidden;*/
	position: relative;
	margin-left:auto;
	margin-right:auto;
	padding: 0 4rem;
	/*border-left: 4px solid #FB2FCF;*/
	width: 100%;
	max-width: 640px;
}
.chapters:before {
	display: none;
	content: " ";
	position: absolute;
	height: 100%;
	width: 5px;
	background: #FB2FCF;
	left: 0;
	top: 0;
}
/* Supposed to be an arrow at the end of the timeline
.chapters:after { 
	display: none;
	content: " ";
	position: absolute;
	height: 10px;
	width: 4px;
	background: #FB2FCF;
	left: 10px;
	bottom: 0;
}
*/

.chapter {
	margin-bottom: 5rem;
	position: relative;
	border-radius: 5px;
	background: #FFF;
	color: #111;
}
.chapter:before {
	display: none;
	content: " ";
	height: 21px;
	width: 21px;
	border-radius: 50%;
	background: #FB2FCF;
	position: absolute;
	top: 0px;
	left: -48px;
}
.chapter:after {
	display: none;
	content: " ";
	width: 0; 
	height: 0; 
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent; 
	border-right: 20px solid #FFFFFF;
	position: absolute;
	top: 50%;
	left: -20px;
}
.chapter:last-child {
	margin-bottom: 0;
}

.chapter .collapse-control,
.chapter .collapse-control:visited {
	display: block;
	overflow: auto;
	color: #111;
	text-decoration: none;
	cursor: pointer;
}
.chapter .collapse-control:hover,
.chapter .collapse-control:active {
	text-decoration: none;
}

.chapter-thumbnail {
	padding: 2rem;
}
.chapter-content {
	font-size: 1.4rem;
	padding: 0 2rem 2rem;
}
.chapter.has_thumbnail .chapter-content {
	
}

.chapter-title {
	font-family: 'heroic_condensedbold', Arial, sans-serif;
	text-transform: uppercase;
}
.chapter-title h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 3em;
}

.chapter-desc {
	padding-top: 1rem;
}

.chapter-more {
	margin-top: 1rem;
	text-align: center;
}

.chapter-topics {
	margin-top: 1rem;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #CCC;
}


.topic {
	position: relative;
	padding: 2rem;
	font-size: 0;
}

.topic-thumbnail {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
}
.topic-content {
	font-size: 1.4rem;
	padding: 0 1em;
	vertical-align: middle;
}
.topic.has_thumbnail .topic-content {
	width: 70%;
	display: inline-block;
}

.topic-title {
	font-family: 'heroic_condensedbold', Arial, sans-serif;
	text-transform: uppercase;
}
.topic-title h3 {
	font-size: 3em;
	margin-top: 0;
	margin-bottom: 0;
}
.topic-desc {
	
}

.topic-events {
	font-size: 1.4rem;
}


.event {
	position: relative;
	padding: 1rem 0;
}

.event-content {
	
}


.event-title {
	text-transform: uppercase;
}
.event-title h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3;
}

.event-quotes {
	
}

.quote {
	margin-bottom: 3rem;
}
.quote:last-child {
	margin-bottom: 0;
}
.quote-text {
	font-style: italic;
}
.quote-minutes {
	
}
.quote-minutes h5 {
	text-transform: uppercase;
}

.quote-sources h5 {
	text-transform: uppercase;
}
.quote-source {
	word-wrap: break-word;
}

.quote table {
	
}
.quote table thead {
	font-weight: bold;
	line-height: 1.4em;
}
.quote table thead td {
	vertical-align: top;
}
.quote table tr {
	
}
.quote table td {
	padding: 5px;
}





/**
 * Page Footer
 */

footer, .site-footer {
	overflow: auto;
	margin-top: 5rem;
	padding: 1.5rem;
	background: #000;
	color: #FFF;
	text-align: center;
}

.site-footer a {
	color: #FFF;
	text-decoration: none;
}
.site-footer a:hover {
	text-decoration: underline;
}

.site-footer .social-icons {
	text-align: center;
}
.site-footer .social-icon {
	color: #FFF;
	text-decoration: none;
	font-size: 5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.site-footer .social-icon:hover {
	color: #FAFAFA;
	text-decoration: none;
}

.site-footer .footer-logos {
	
}
.site-footer .footer-logos img {
	height: auto;
	width: 30%;
	margin: 0 1%;
	display: inline-block;
}
.site-footer .footer-logos img.logo-qualityflix {
	width: 20%;
}





/**
 * Right-based scrollnav
 */

.scrollnav {
	display: none;
	position: fixed;
	top: 50%;
	right: 20px;
	transform: translateY(-235px);
	/*transform: translateY(-50%);*//* Causes issues in IE */
}

.scrollnav-item {
	display: block;
	position: relative;
	margin: 0.6em 0;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #FFF;
	line-height: 1.8em;
	font-size: 12px;
	color: #000;
	transition: all 0.5s;
}
.scrollnav-item:hover {
	text-decoration: none;
}
.scrollnav-item.active {
	background-color: #FB2FCF;
}

.scrollnav-itemtitle {
	display: none;
	opacity: 0;
	background-color: #FB2FCF;
	position: absolute;
	top: 50%;
	left: -205px;
	transform: translateY(-50%);
	width: 200px;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
}





/**
 * Media Queries
 */

/** max-width before min-width **/
/* col-md */
@media (max-width: 1199px) {
	
}



/* col-sm */
@media (max-width: 991px) {
	.header-menu, .header-menu.navbar {
		font-size: 1.4rem;
	}
	.header-menu.navbar .navbar-nav .dropdown .dropdown-toggle {
		display: none;
	}
	.header-menu.navbar .navbar-nav .dropdown-menu {
		position: static;
		float: none;
		display: block;
		width: auto;
		margin:0;
		padding:0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		font-size: 1.4rem;
	}
	.header-menu.navbar.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		color: #EEEEEE;
		padding: 10px 15px;
	}
}



/* col-xs */
@media (max-width: 767px) {
	
}





/** min-width after max-width **/
/* col-sm breakpoint */
@media (min-width: 768px) {
	
}



/* col-md breakpoint */
@media (min-width: 992px) {
	body{
		background-image: url('../images/backgrounds/stage-bg-forweb.jpg');
	}
	
	
	.header-upperbar {
		height: 0;
		overflow: visible;
	}
	.header-upperleft {
		text-align: left;
		margin-bottom: 0;
	}
	.page-header .social-icons {
		text-align: right;
	}
	.header-image {
		margin-top: 0rem;
	}
	
	.header-menu .navbar-header {
		display: none;
	}
	body.admin-bar .navbar-fixed-top {
		top: 32px;
	}
	.header-menu .navbar-nav {
		float: none;
		text-align: center;
	}
	.header-menu .navbar-nav>li {
		float: none;
		display: inline-block;
	}
	
	
	.site-footer .footer-logos {
		height: 4rem;
	}
	.site-footer .footer-logos img, .site-footer .footer-logos img.logo-qualityflix {
		height: 100%;
		width: auto;
		margin: 0 2rem;
	}
	
	
	.scrollnav {
		display: block;
	}
}



/* col-lg breakpoint */
@media (min-width: 1200px) {
	
}





/** print styles **/
@media print {
	
}





/** Fix navbar breaking when at col-sm or larger **/
@media (max-width: 991px) {
	.nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before {
		display: table !important;
		content: " ";
	}
	
	
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
}