/*
    Theme Name: Heavybit Theme
    Theme URI: http://www.thechoppr.com/
    Description: Heavybit theme created by the Choppr.
    Version: 3.0
    Author: Krasen Slavov (modified by Allan Hendriks) 
    Author URI: http://www.thechoppr.com/
    Tags:
*/

.container {
	/*width: 1164px;*/
}

body {
	background: #2e2c2d;
	color: #bdb7af;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
}

	*,
	*:before,
	*:after {
/*
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    box-sizing: border-box;
*/	
	}

	a:focus,
	a:active,
	input:focus,
	button:focus,
	textarea:focus,
	select:focus,
	button:focus {
	    outline: none;
	    text-decoration: none;
	    color: #fff;
	}

	a::-moz-focus-inner,
	input::-moz-focus-inner,
	button::-moz-focus-inner,
	textarea::-moz-focus-inner,
	select::-moz-focus-inner {
	    border: 0;
	}

	strong {
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
	}

	.img-responsive {
		display: inline-block;
	}

	.text-white {
		color: #fff;
	}

		.text-white:hover {
			color: #ef9e36;
			text-decoration: none;
		}

/** PAGE HEADER container styles **/
.header {
	background: #464445;
}

	.header .container {
		position: relative;
	}

	.header .logo {
		position: absolute;
		left: 15px;
		top: 45px;
	}

		.mobile-logo {
			display: none;
		}

	.header .nav {
		width: 100%;		
	}

	.main-nav {
		margin: 0;
		padding: 0;
		text-align: right;
	}

	.main-nav li {
		display: inline-block;
		list-style-type: none;
		font-size: 16px;
		position: relative;
	}
    
    .main-nav li.top-nav.menu-item::after{
        padding: 0%;
        width: 100%;
        height: 3px;
        position: absolute;
        top: 100%;
        right: 0px;
        content: "";
        z-index: 99999999;
    }
    
	.main-nav ul {
		margin-bottom: 0px;
	}

	.main-nav a {
		display: inline-block;
		padding: 70px 20px 20px 20px;
		color: #bdb7af;
	}

	.main-nav a:hover {
		background: #2e2c2d;
		color: #fff;
		text-decoration: none;
	}

	.apply-nav a {
		display: inline-block;
		padding: 70px 20px 20px 20px;
		color: #faa435;
	}

	.apply-nav a:hover {
		background: #2e2c2d;
		text-decoration: none;
		color: #faa435;
	}

	.main-nav a.current {
	    color: #d4d0cb;
	    background: #2e2c2d;
	}

	.sub-menu {
		position: absolute;
		z-index: 8;
		width: 180px;
		top: 111px;
		left: calc(50% - 90px); /*more right 50% of the parent's width, and subtract 90px to center*/
		z-index: 9999;
		background: #3f3d3e;
		margin: 4px 0 0 0;
		padding: 0;
		-o-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
		box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
		display: none;
		-o-border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;

	}

		.sub-menu li {
			text-align: center;
			margin: 0;
			display: block;
			border-bottom: 1px solid #8e8983;
		}

		.sub-menu li:last-child {
			border-bottom: 0;
		}

		.sub-menu a {
			padding: 15px 15px 15px 15px;
			display: block;
		}

		.sub-menu li:first-child a {
			-o-border-top-left-radius: 4px;
			-moz-border-top-left-radius: 4px;
			-webkit-border-top-left-radius: 4px;
			border-top-left-radius: 4px;
			-o-border-top-right-radius: 4px;
			-moz-border-top-right-radius: 4px;
			-webkit-border-top-right-radius: 4px;
			border-top-right-radius: 4px;
		}

		.sub-menu li:last-child a {
			-o-border-bottom-left-radius: 4px;
			-moz-border-bottom-left-radius: 4px;
			-webkit-border-bottom-left-radius: 4px;
			border-bottom-left-radius: 4px;
			-o-border-bottom-right-radius: 4px;
			-moz-border-bottom-right-radius: 4px;
			-webkit-border-bottom-right-radiust: 4px;
			border-bottom-right-radius: 4px;
		}

		.main-nav .fa-caret-down {
			display: none;
			position: absolute;
			top: 103px;
			left: calc(50% - 13px);
			z-index: 10011;
			font-size: 40px;
			line-height: 28px;
			color: #2e2c2d;
		}

/** PAGE HEADLINE container styles **/
.headline {
	border-top: 2px solid #e89a36;
	margin-bottom: 40px;
	border-bottom: 1px solid #464445;
}

	.headline h1 {
		position: relative;
		color: #8e8983;
		font-size: 36px;
		font-weight: 300;
		margin: 0;
		padding: 20px 40px 20px 75px;
		background: url("assets/img/headline-orange-bullet.png") no-repeat 40px center;
	}

	.headline h1 em {
		font-style: normal;
	}


	.headline h1 a {
		color: #fff;
	}

	.headline h1 a:hover {
		text-decoration: none;
		color: #e89a36;
	}

	.headline span:before {
		content: "|";
		margin: 0 15px 0 15px;
		font-size: 24px;
		position: relative;
		top: -5px;
		display: inline-block;
	}

	.headline h1 small {
		font-family: "Source Sans Pro", sans-serif;
		font-weight: 300;
		color: #8e8983;
		position: relative;
		top: -3px;
	}

	.headline .share-nav {
		position: absolute;
		top: 0;
		right: 0;
	}

		.share-nav li {
			list-style-type: none;
			display: inline-block;
			text-align: center;
			font-size: 26px;
			line-height: 26px;
		}

		.share-nav a {
			/*color: #8e8983!important;*/
			background: #464445;
			display: inline-block;
			width: 42px;
			height: 40px;
			padding-top: 8px;
		}

		.share-nav span {
			text-transform: none !important;
		}

		.share-nav a:hover {
			background: #2e2c2d;
			color: #e89a36!important;
		}

	.headline-library {
		border-top: 2px solid #33a1bb;
	}

		.headline-library h1 {
			background-image: url("assets/img/headline-blue-bullet.png");
		}

		.headline-library h1 a:hover {
			color: #33a1bb;
		}

		.headline-library h1 a:hover span {
			color: #ffffff;
		}

		.headline-library .share-nav a:hover {
			color: #33a1bb;
		}

	.headline-events {
		border-top: 2px solid #77b461;
	}

		.headline-events h1 {
			background-image: url("assets/img/headline-green-bullet.png");
		}

		.headline-events h1 a:hover {
			color: #77b461;
		}

		.headline-events h1 a:hover span {
			color: #ffffff;
		}

		.headline-events .share-nav a:hover {
			color: #77b461;
		}

	.headline-library-single {
		margin-bottom: 0;
	}		

/** PAGE BODY container styles **/
.body {
	background: #464445;
	position: relative;
}

	.body-inner {
		background: #3f3d3e;	
		margin-bottom: 40px;	
	}

	.body-inner-library-single {
		margin-bottom: 0;
	}

		.section {
			padding: 0 40px 10px 40px;
		}

	/** BUTTON container styles **/
	.hb-button {
		color: #fff;
		font-size: 16px;
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
		display: block;
		-o-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		position: relative;
		letter-spacing: 2px;
		text-transform: uppercase;
		border-bottom: 0!important;
	}

		.hb-button-lg {
			padding: 20px 40px 20px 20px;
		}

		.hb-button-apply {
			width: 40%;
		}

		.hb-button-blue {
			background: #32acc9;
		}

			.hb-button-blue:hover {
				background: #329ca8;
				color: #fff;
				text-decoration: none;
			}

		.hb-button-green {
			background: #7dc165;
		}

			.hb-button-green:hover {
				background: #7db144;
				color: #fff;
				text-decoration: none;
			}

		.hb-button-orange {
			background: #faa435;
		}

			.hb-button-orange:hover {
				background: #fa9410;
				color: #fff;
				text-decoration: none;
			}

		.hb-button-dark-grey {
			color: #8e8983;
			background: #464445;			
			width: 260px;
			display: inline-block;
			text-align: left;
		}

			.hb-button-dark-grey:hover {
				color: #fff;
				background: #302e2f;
				text-decoration: none;
			}

		.hb-button i {
			position: absolute;
			top: 31%;
			right: 20px;
			font-size: 26px;
		}

	.episode-button {
		-o-border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 5px;
		display: inline-block!important;
		color: #fff;			
		font-size: 14px;
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
		letter-spacing: 2px;
		position: absolute!important;
		z-index: 11!important;
		top: 15px;
		left: 15px;
		background: rgba(0, 0, 0, 0.5)!important;
		height: auto!important;
	}	

	span.tag-button a,
	li.tag-button a,
	a.tag-button {
		border: 1px solid #8e8983;
		-o-border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 5px;
		display: inline-block!important;
		color: #8e8983!important;			
		font-size: 14px;
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		position: absolute;
		top: 15px;
		left: 15px;
	}

		span.tag-button a:hover,
		li.tag-button a:hover,
		a.tag-button:hover {
			color: #fff!important;
			border-color: #8e8983!important;
			background: #8e8983;
			text-decoration: none!important;
		}	

		a.tag-button-active {
			background: #34a2bc;
			color: #fff!important;
			border-color: #34a2bc!important;
		}	

	/** UPCOMING EVENTS container styles **/
	.upcoming-events {	
		margin-bottom: 30px;	
	}

		.upcoming-events h4 {
			margin: 0;
			font-size: 14px;
			letter-spacing: 2px;
			position: relative;
		}

		.upcoming-events h4 a {		
			background: #343233;
			border-left: 3px solid #2b292a;
			color: #faa435;
			display: block;
			padding: 15px;
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
		}

			.upcoming-events h4 a:hover,
			.upcoming-events h4:hover span {
				color: #fa9410;
				text-decoration: none;
			}

		.upcoming-events h4 span {
			position: absolute;
			top: 11px;
			right: 15px;
			color: #faa435;
			font-size: 18px;
		}

		.upcoming-events ul {
			margin: 0;		
			padding: 0;
		}

		.upcoming-events ul li {		
			list-style-type: none;
			border-bottom: 2px solid #3f3d3e;
			font-size: 14px;
			line-height: 22px;
			font-family: "Source Sans Pro", sans-serif;
		}

		.upcoming-events ul li small {
			color: #8e8983;
			letter-spacing: 2px;
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			font-size: 11px;
		}

		.upcoming-events ul li a {
			color: #d7d4cf;
			background: #464445;
			padding: 15px 15px 15px 15px;
			border-left: 3px solid #8e8983;
			display: block;
			min-height: 85px;
		}

		.upcoming-events ul li a:hover {
			background: #343233;
			border-color: #77b461;
			text-decoration: none;
		}			

	/** TESTIMONY container styles **/
	.testimony {
		background: #2e2c2d;
		padding: 20px 20px 30px 20px;
		margin-bottom: 20px;
	}

		.testimony h3 {
			font-family: "Source Sans Pro", sans-serif!important;
			font-weight: 300!important;
			text-transform: none!important;
			color: #fff;
			margin: 0!important;
		}

			.testimony h3 p {
				display: inline;
				position: relative;
				z-index: 10;				
			}

			.testimony h3 i {
				color: #3f3d3e;
				font-size: 32px;
				line-height: 24px;
				display: inline;
			}

			.testimony h3 i:last-child {
				top: 12px;
				position: relative;
			}


		.testimony blockquote {
			border: 0;
			padding: 0;
			margin: 0;
			font-size: 23px;
			line-height: 31px;
			position: relative;
		}

			.testimony blockquote:before {
				font-family: "FontAwesome";
				content: "\f10d";
				color: #464445;
				font-size: 38px;
				position: absolute;
				z-index: 0;
				top: -5px;				
				left: 0;
			}

			.testimony blockquote:after {
				font-family: "FontAwesome";
				content: "\f10e";
				color: #464445;
				font-size: 38px;
				vertical-align: bottom;
				position: relative;
				z-index: 0;	
				top: 10px;
				left: -15px;
			}

		.testimony p {
			margin: 0!important;
		}

		.testimony p em {
			font-size: 14px;
			font-weight: 700;
			color: #6b696a;
			margin: 10px 0 5px 0;
			display: block;
		}

		.testimony-more {
			margin: 0;
		}

		.testimony-more a {
			background: #282627;
			color: #faa435;
			display: block;
			padding: 15px;
			margin-bottom: 30px;
			letter-spacing: 2px;
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			font-size: 14px;
		}

			.testimony-more a:hover {
				color: #fa9410;
				text-decoration: none;
			}

		.testimony-main {
			margin-bottom: 0;
			height: 224px;
		}

		.testimony-main-2 {
			margin-bottom: 0;
			height: 343px;
		}		

	/** SEARCH container styles **/
	.search-cont {
		margin: 0 0 30px 0;
		position: relative;
	}

		.search-cont .search-text-field {
			border: 0;
			border-bottom: 1px solid #8e8983;
			border-radius: 0;
			width: 100%;
			background: transparent;
			padding: 10px 10px 10px 30px;
			font-style: italic;
			font-size: 18px;
		}

		.search-cont .fa-search {
			position: absolute;
			left: 0;
			top: 15px;
			color: #8e8983;
			font-size: 18px;
		}

	/** Algolia Search Styling **/
	.aa-dropdown-menu {
		font-family: "Source Sans Pro", sans-serif !important;
		background-color: #464445 !important;
		color: #fff !important;
    	font-size: 14px !important;
    	font-weight: 300 !important;
    	border-top-right-radius: 4px;
	}

	/** Result **/
	.aa-dropdown-menu a {
	    font-size: 16px !important;
	    font-weight: 300 !important;
	    color: #fff !important;
	}

	/** Result Headline **/
	.aa-dropdown-menu .aa-suggestion .suggestion-post-title {
		font-weight: 300 !important;
	}

	/** Result type header **/
	.aa-dropdown-menu .autocomplete-header-title {
		display: none !important;
	}

	/** Result container **/
	.aa-dropdown-menu .aa-suggestion.aa-cursor {
    	background-color: #343233 !important;
	}

	/** Result Sub-head **/
	.aa-dropdown-menu .aa-suggestion .suggestion-post-content {
		color: #bdb7af !important;
	}

	/** Hit word **/
	.aa-dropdown-menu .aa-suggestion em {
	    color: #fff !important;
	    font-weight: 300 !important;
	    background: none !important;
	}

	/** Hit word underline **/
	.aa-dropdown-menu .aa-suggestion .suggestion-post-content em {
    	box-shadow: inset 0 -2px 0 0 rgba(232,154,54,.8) !important;
	}

	/** NEWSLETTER container styles **/
	.newsletter-cont {
		background: #464445 url("assets/img/newsletter-back.png") no-repeat top left;
		padding: 15px;
		margin: 0 0 30px 0;
	}

		.newsletter-cont h4 {
			font-size: 26px;
			line-height: 28px;
			color: #bdb7af;
			margin-top: 0;
			margin-bottom: 15px;
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
		}

			.newsletter-cont h4 span {
				color: #fff;
			}

		.newsllter-form {
			margin: 0;
			padding: 0;
			position: relative;
			width: 100%;
		}

		.newsllter-form li {
			display: inline;
			list-style-type: none;
		}


		.newsllter-form .newsletter-text-field {
			background: #464445;
			border: 1px solid #faa435;
			color: #fff;
			font-style: italic;
			font-size: 14px;
			line-height: 14px;
			-o-border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			height: 40px;
			padding: 0px 50px 0 15px;
			width: 81%;
		}

			.newsllter-form .newsletter-text-field:focus {
				background: #464445;
			}

		.newsllter-form .newsletter-button {
			background: #faa435;
			border: 1px solid #faa435;
			color: #fff;
			font-size: 14px;
			line-height: 14px;
			padding: 0 15px 0 15px;
			-o-border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			height: 40px;
			position: absolute;
			top: 0;
			right: 0;
		}

/** HEAVYBIT ENTRY container styles **/

	.related {
		border-top: 4px solid #464445;
		padding-top: 40px;
	}

		.related h5 {
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			font-size: 14px;
			text-transform: uppercase;
			color: #8e8983;
			margin: 0 0 40px 0;
			letter-spacing: 2px;
		}

	.heavybit-entry {
		background-color: #464445;
		margin-bottom: 30px;
		position: relative;
	}

		.heavybit-entry:hover .heavybit-entry-content {
			background-color: #282627;
		}

		.heavybit-entry:hover .heavybit-entry-learn {
			background-color: #282627;
		}

		.heavybit-entry:hover .heavybit-entry-content-sm {
			background-color: rgba(40, 38, 39, 0.8)
		}

		.heavybit-entry-library img.placeholder {
			height: 269px;
			position: relative;
			z-index: -1;
		}

		.heavybit-entry-learn img.placeholder {
			height: 199px;
			position: relative;
			z-index: -1;
		}

			.heavybit-entry-content .heavybit-entry-learn {
				height: 220px;
			}

		.heavybit-entry a {
			background-size: cover;
			display: block;
			color: #fff;
			height: inherit;
			position: relative;
		}

		.heavybit-entry a:hover,
		.heavybit-entry a:hover h3,
		.heavybit-entry a:hover h4 {		
			text-decoration: none;
			color: #fff;
		}

		.heavybit-entry a:hover .heavybit-entry-content {
			text-decoration: none;
			color: #e89a36;
		}

		.secondary-icon {
			top: 5px;
			right: 5px;
			position: absolute;
			z-index: 9000;
			width: 45px;
			height: 45px;
		}

		.calendar-entry .heavybit-entry-img {
			border-bottom: 3px solid #77b461;
			position: relative;
		}


			.heavybit-entry-img .heavybit-entry-content-sm {
				position: absolute;
				width: 100%;
				bottom: 0;
				left: 0;
				background-color: rgba(40, 38, 39, 0.7);
			}

				.heavybit-entry-img .heavybit-entry-content-sm:hover {
					color: #fff!important;
				}

			.heavybit-entry-small .heavybit-entry-content {
				height: 100px;
			}

			.heavybit-entry-img-static .heavybit-entry-content {
				position: static;
				height: 170px;
			}

			.heavybit-entry-img-static .heavybit-entry-learn {
				position: static;
				height: 220px;
				background: #454446 url("assets/img/thin-arrow.png") no-repeat 95% center;
				background-size: 25px;
				padding: 15px;
			}

			.heavybit-entry-content:hover {
				/*background-color: rgba(52, 51, 50, 0.9);*/
			}	

		.heavybit-entry-content {
			background: #454446 url("assets/img/thin-arrow.png") no-repeat 95% center;
			background-size: 25px;
			padding: 15px;
			height: 100%;
		}

		.heavybit-entry-library {
			margin-bottom: 30px;
		}

			.heavybit-entry-library .heavybit-entry-content {
				border-top: 3px solid #33a1bb;
			}

			.heavybit-entry-library .heavybit-entry-learn {
				border-top: 3px solid #33a1bb;
			}

			.heavybit-entry-get-involved .heavybit-entry-content {
				border-top: 3px solid #77b461;
			}

		.heavybit-entry-content-sm {
			background-size: 15px;
			height: auto !important;
		}

		.event-sm{
			padding-top: 5px !important;
		}

			.heavybit-entry-content-sm h4 {
				margin: 0;
				/*padding-bottom: 20px;*/
			}

		.heavybit-entry p,
		.heavybit-entry h3 {			
			padding-right: 45px;
			color: #8e8983;
		}

		.heavybit-entry p {
			font-size: 16px;
			line-height: 22px;
		}

		.heavybit-entry h3 {
			font-family: "Source Sans Pro", sans-serif;
			font-weight: 300;
			font-size: 24px;
			margin: 0;
		}

		.heavybit-entry h4 {
			font-family: "Source Sans Pro", sans-serif;
			font-weight: 300;
			font-size: 20px;
			line-height: 22px;
			padding-right: 20px;
		}

		.heavybit-entry p.heavybit-date {
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			font-size: 11px;
			letter-spacing: 2px;
			margin-bottom: 0;
		}

		.heavybit-entry a h3 {
			color: #fff;
			margin-bottom: 4px;
		}	

		p.heavybit-entry-author {
			text-transform: uppercase;
			font-size: 15px;
			letter-spacing: 2px;
			line-height: 15px;
		}	

		.heavybit-entry .search-cont {
			background: #343233;
			padding: 40px 20px 40px 20px;
			margin: 0;
		}

			.heavybit-entry .search-cont .fa-search {
				font-size: 28px;
				top: 55px;
				left: 20px;
			}

			.heavybit-entry .search-cont .search-text-field {
				font-size: 28px;
				padding-left: 40px;
			}

		.heavybit-filter  {
			margin: 0;
			padding: 40px 20px 0 20px;
			background: #464445;
			height: 298px;
		}

			.heavybit-filter ul {
				margin: 0;
				padding: 0;
			}	

			.heavybit-filter li {
				list-style-type: none;
				display: inline-block;
				margin: 0 15px 15px 0;
			}	

			.heavybit-filter .tag-button {
				position: static;
			}

		.home-search {
			height: 348px !important;
			margin: 0;
			padding: 20px 20px 0 20px;
			background: #464445;
		}
			.home-search ul {
				margin: 0;
				padding: 0;
			}	

			.home-search li {
				list-style-type: none;
				display: inline-block;
				margin: 0 15px 15px 0;
			}	

			.home-search .tag-button {
				position: static;
			}

			.home-search h4 {
				padding-bottom: 20px !important;
			}

		.heavybit-entry .tags {
			position: absolute;
			top: 10px;
			left: 10px;
			z-index: 2;
		}

		.heavybit-entry .tags span.tag-button {
			position: relative;
			margin-right: 10px;
		}

		.heavybit-entry .tags span.tag-button a {
			position: static;
			padding-left: 25px;
			background: rgba(0, 0, 0, 0.4);
			color: #fff!important;
		}

			.heavybit-entry .tags span.tag-button a:hover,
			.heavybit-entry .tags span.tag-button a:hover i {
				background: #8e8983;
			}

		.heavybit-entry .tags span.tag-button i {
			position: absolute;
			left: 8px;
			top: 3px;
			color: #fff;
		}				

/** CONTENT/SIDEBAR container styles **/
.content {
	position: relative;
}

	.content h1 {
		font-size: 42px;
		font-weight: 300;
		color: #fff;
		margin: 0 0 20px 0;
	}

		.content h1 span {
			display: block;
			color: #32acc9;
			text-transform: uppercase;
			font-size: 16px;
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			margin-top: 5px;
		}

	.content h2 {
		font-family: "Montserrat", sans-serif;
		font-size: 28px;
		font-weight: 700;
		color: #fff;
		margin: 0 0 20px 0;
	}

	.content h3 {
		font-family: "Montserrat", sans-serif;
		font-size: 20px;
		font-weight: 700;
		color: #fff;
		margin: 0 0 20px 0;
	}

	.content h4 {
		font-family: "Montserrat", sans-serif;
		letter-spacing: 2px;
		font-size: 16px;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
		margin: 0 0 20px 0;
	}

	.content h5 {
		font-size: 24px;
		line-height: 32px;
		font-weight: 300;
		font-family: "Source Sans Pro", sans-serif;
		color: #fff;
		margin: 0 0 20px 0;
	}

	.content p {
		font-size: 20px;
		margin: 0 0 20px 0;
	}

	.content ul {
		font-size: 20px;
		margin: 0 0 20px 0;
		padding: 0 0 0 20px;
		list-style-type: none;
	}

	.content ul li {
		position: relative;
	}

	.content ul li:before {
		margin-right: 16px;
	   	content: counter(item);
	   	background: #32a9cb;
	   	border-radius: 100%;
	   	color: #fff;
	   	width: 4px;
	   	height: 4px;
	   	text-align: center;
	   	display: inline-block;
	   	font-size: 14px;
	   	position: relative;
	   	text-indent: -9999px;
	   	top: 6px;	
	}

	.content ol {
		font-size: 20px;
		margin: 0 0 20px 0;
		list-style-type: none;
	}

	.content ol li {
		counter-increment: item;
   		margin-bottom: 10px;
   		position: relative;
	}

	.content ol li:before {
		margin-right: 10px;
	   	content: counter(item);
	   	background: transparent;
	   	border-radius: 100%;
	   	color: #32a9cb;
	   	width: 22px;
	   	height: 22px;
	   	text-align: center;
	   	display: inline-block;
	   	font-size: 19px;
	   	position: absolute;
	   	left: -30px;
	   	top: 1px;
	}

	.content a {
		color: #fff;
		font-weight: 500;
		text-decoration: none;
		border-bottom: 2px solid #9d7139;
	}

	.content a:hover {
		text-decoration: none;
		border-bottom: 2px solid #faa435;
	}

	.content hr {
		border-top-color: #3f3d3e;
		border-top-width: 2px;
	}

	.content .white-text {
		color: #fff;
	}

	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		margin-bottom: 20px;		
	}

	iframe {
		width: 100%;
	}

	.video-container iframe, 
	.video-container object, 
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}		

	.podcast-index {
		min-height: 215px !important;
	}

.sidebar {
}	

#sidebar-scroll{
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}
	.sidebar-box {
		background: #464445;
		margin-bottom: 30px;
	}

	.sidebar-box ul {
		padding: 0;
		margin: 0;
	}

	.sidebar-box li {
		list-style-type: none;
		position: relative;
		min-height: 75px;
		width: 100%;
		vertical-align: middle;
		display: table;
	}

		.sidebar-box li a {
			height: 75px;
			width: 100%;
			vertical-align: middle;
			display: table-cell;
			border-bottom: 2px solid #3f3d3e;				
		}
    
    .sidebar-box div.col-xs-6{
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 11px;
    }
    
        .sidebar-box .col-xs-6 a.tall-button{
            padding: 5px 0px 5px 40px;
        }
    
	.sidebar-box img.slogo {
		background: #3f3d3e;
		padding: 10px;
	}

	.sidebar-box-upcoming-content {
		padding: 0!important;
	}

		.sidebar-box-upcoming-content li {
			border-bottom: 0px solid #3f3d3e;
			padding: 0;
			margin: 0;
			min-height: auto;
			height: auto;
		}

			.sidebar-box-upcoming-content li a {
				padding: 20px!important;
				display: block!important;
				min-height: auto!important;
				height: auto!important;
			}

			.sidebar-box-upcoming-content li:last-child {		
				border-bottom: 0;
				padding-bottom: 0;
			}

			.sidebar-box-upcoming-content li:last-child a {
				border-bottom: 0!important;
			}

	.sidebar-box-headline {
		border-top: 2px solid #2e2c2d;
		border-bottom: 2px solid #3f3d3e;
		font-size: 20px;
		line-height: 20px;		
		font-weight: 300;
		color: #8e8983;
	}

		.sidebar-box-headline span {
			padding: 20px;
			display: block;
		}

		.sidebar-box-headline a {
			color: #8e8983;
			background: url("assets/img/thin-arrow.png") no-repeat 90% center;
			background-size: 8px;
			padding: 20px;
			display: block;
		}

		.sidebar-box-headline a:hover {
			text-decoration: none;
			background-color: #2e2c2d;	
		}
    
    .sidebar-box .subscribe-button-small-text{
        margin-left: 13px;
    }
    
    .sidebar-box .subscribe-button-main-text{
        margin-left: 12px;
        max-width: 50px;
        display: block;
    }
    
    .sidebar-box .icon-background{
        height:32px;
        width: 32px;
        left: 10px;
    }
        
    .sidebar-box .social-icon{
            height: 32px;
            width: 32px;
            padding: 0px;
            margin-top: 7px;
    }
    
	.sidebar-box-content {
	}

		.sidebar-box-content li {
			position: relative;
			display: block;
		}

		.sidebar-box-content li img {
			position: absolute;
			top: 17px;
			left: 20px;
			z-index: 1;
		}

		.sidebar-box-content li a {
			color: #fff;
			padding: 17px 15px 15px 75px;
		}

		.sidebar-box-content span {
			display: block;
			color: #6b6762;
			font-size: 10px;
			line-height: 10px;
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			text-transform: uppercase;
			letter-spacing: 2px;
		}

		.sidebar-box-content h5 {
			color: #fff;
			font-size: 16px;
			line-height: 20px;
			margin: 0;		
			font-weight: 300;	
			background-color: #454446;		
			position: relative;
			z-index: 9;
			min-height: 45px;
		}

			.sidebar-box-content h5.item-no-link {
				padding: 16px 20px 10px 75px;
				background: transparent!important;
				display: block;
			}
            
            .sidebar-box-content .author-bio-credits{
                font-weight: 300;
                text-transform: none;
                font-family: "Source Sans Pro", sans-serif;
            }
            
			.sidebar-box-content h5.item-padding-left {
				padding-left: 10px;
			}

		.sidebar-box-content a:hover,
		.sidebar-box-content a:hover h5 {
			text-decoration: none;
			background-color: #2e2c2d;	
		}

	.sidebar-share-nav {
		text-align: center;
	}

		.sidebar-share-nav li {
			display: inline-block;
			width: auto;
			font-size: 20px;
			line-height: 16px;
			padding: 20px 2px 20px 2px;
			border-bottom: 0;
			min-height: auto;
		}

		.sidebar-share-nav a {
			background: #3f3d3e;
			width: 35px !important;
			height: 35px !important;
			min-height: auto;
			display: inline-block;
			padding: 2px 2px 0 2px!important;
		}

	.sidebar-outline-nav {		
		padding: 20px 0 0 10px;
	}

		.sidebar-outline-nav li {
			padding: 0 5px 5px 5px;
			cursor: pointer;
			position: relative;
			font-size: 16px;
			line-height: 24px;
			border: 0;
			width: 100%;
			height: 100%!important;
			min-height: 100%!important;
			display: block!important;
			vertical-align: auto!important;
		}

			.sidebar-outline-nav li li:hover {
				color: #eee;
			}

			.sidebar-outline-nav li li {
				font-size: 14px;
				line-height: 20px;
				margin-top: 5px;
				padding: 0 0 0 5px;
			}

			.sidebar-outline-nav ul ul {
				margin-left: 30px;
			}

		span.video_outline_time {
		    z-index: 9;
		    color: #d4cfc9;
		    display: none;
		    font-size: 9px;
		    font-weight: bold;
		    padding: 2px;
		    margin-right: 7px;
		    margin-left: -44px;
		    background: #3f3d3e!important;
		    -o-border-radius: 4px;
		    -moz-border-radius: 4px;
		    -webkit-border-radius: 4px;
		    border-radius: 4px;
		    white-space: nowrap;
		}
		

		.video-outline-wrap.stuck {
			width: 250px;
			margin-top:0 !important;
			max-width: 21%;
			/*width: 21%;*/
			position: fixed;
			top: 414px;
			z-index: 199;
			overflow-y: auto;
			overflow-x: hidden;

			scrollbar-3dlight-color: /*background:*/ rgba(0, 0, 0, 0.1);
		    scrollbar-arrow-color: /*background:*/ rgba(0, 0, 0, 0.3);
		    /*scrollbar-base-color:;*/
		    scrollbar-darkshadow-color: /*background:*/ rgba(0, 0, 0, 0.3);
		    /*scrollbar-face-color:;
		    scrollbar-highlight-color:;
		    scrollbar-shadow-color:*/
		}

			.video-outline-wrap.stuck::-webkit-scrollbar {
			 	width: 6px;
				height: 6px;
			}

			.video-outline-wrap.stuck::-webkit-scrollbar-track {
				background: rgba(0, 0, 0, 0.1);
			}

			.video-outline-wrap.stuck::-webkit-scrollbar-thumb {
			  	background: rgba(0, 0, 0, 0.3);
			}

			.video-outline-wrap.stuck .newsletter-cont {
				margin-bottom: 0;
			}

		.hb-download-button {
			border: 2px solid #8e8983;	
			padding: 10px!important;
			font-size: 12px;
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			display: block!important;	
			color: #8e8983;
			text-align: center;
			margin: 20px 20px 1px 20px;
			height: auto!important;
			min-height: auto!important;
		}

			.hb-download-button:hover {
				color: #fff;
				border-color: #fff;
				text-decoration: none;
			}

	.sidebar-podcast-episode-blurb {
		/*cursor: pointer;*/
		padding: 10px 10px 1px 10px;
		margin-bottom: 30px;
	}

/*	.sidebar-podcast-episode-blurb:hover {
		background: #2e2c2d;
	}*/

		.sidebar-podcast-episode-blurb .hb-podcast-episode-button {
			padding: 11px 0 11px 0px;
		}

		.sidebar-podcast-episode-blurb .hb-podcast-episode-button i {
			top: 3px;
			left: 5px;
		}

		.sidebar-podcast-episode-blurb .hb-overcast,
		.sidebar-podcast-episode-blurb .hb-overcast:hover {
			background-position: 5px center;
		}

		.hb-podcast-row {
			margin-bottom: 20px;
			margin-left: 0px;
			width: 99%;
			font-size: 13px;
			line-height: 18px;			
		}

		.hb-podcast-row-2 {
			padding: 20px;
			font-size: 13px;
			line-height: 18px;
			letter-spacing: 2px;
		}

		.hb-podcast-row .col-xs-12 {
			padding: 0 0 0 2px;
			margin-top: 2px;
            margin-bottom: 5px;
		}

		.sidebar-podcast-episode-blurb h5 {
			text-transform: uppercase;
			color: #fff;
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			color: #fff;
			margin: 0 0 10px 0;
		}

		.sidebar-podcast-episode-blurb p {
			margin: 0 0 10px 0!important;
		}

		.hb-podcast-episode-button {
			font-weight: 700;
			font-family: "Montserrat", sans-serif;
			color: #fff;
			border: 1px solid #8e8983;
			display: block;
			padding: 12px 0 12px 40px;
			position: relative;
            text-align: left;
            line-height: 15px;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			-o-border-radius: 10px;
		}

			.hb-podcast-episode-button:hover {
				color: #fff;
				border-color: #8e8983;
				background: #8e8983;
				text-decoration: none;
				opacity: 1;
			}

			.hb-podcast-episode-button i {
				position: absolute;
				left: 15px;
				top: 11px;
				font-size: 24px;
			}
            
            .icon-background{
                position: absolute;
                left: 12px;
                top: 5px;
                height: 42px;
                width: 42px;
                display: block;
            }
                .icon-background img {
                    border-radius: 9px;
                }               
               
            span.subscribe-button-small-text {
                font-weight: 300;
                font-size: 12px;
                margin-left: 68px;
            }
                
            span.subscribe-button-main-text{
                font-weight: 500;
                font-size: 15px; 
                margin-left: 68px;           
            }
/*     todo remove       
		.hb-overcast {
			background: url("assets/img/overcast-icon.png") no-repeat 10px center;
			background-size: 15px;
		}

			.hb-overcast:hover {
				background: #8e8983 url("assets/img/overcast-icon-hover.png") no-repeat 10px center;
				background-size: 15px;
				opacity: 1;
			}
*/
        .social-icon{
            padding: 0px;
            height: 42px;
            width: 42px;
        }
        
            .social-icon.rss-icon{
                box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
            }
/** HOME page/conainer styles **/

.heavybit-main {
	padding: 35px 0 0 0; /* todo if headers are messed up, this is why //cleanup */
    padding: 0;
	margin-bottom: 30px;
	position: relative;
}

	.main-icon {
		top: 30px;
		left: 30px;
		position: absolute;
		z-index: 9000;
	}

	.heavybit-main-content {
		padding-left: 50%;	
	}

	.heavybit-main-content h1 {
		font-weight: 300;
		margin-top: 5px;
	}	

	.heavybit-main-content p {
		margin-bottom: 0;
		color: #fff;
	}

	.heavybit-main a {
		height: 100%;
        width: 100%;
        color: #fff;
		background: url("assets/img/thin-arrow.png") no-repeat 95% 35%;
		padding-right: 25px;
        padding-top: 35px;		
		background-size: 25px;
		display: block;
	}

		.heavybit-main a:hover {
			opacity: 0.8;
			text-decoration: none;
		}

		.heavybit-main a:hover h1 {
			color: #faa435;
		}

	.heavybit-main-content {
		padding-right: 75px;
	}

		.heavybit-main-content a {
			color: #faa435;
		}

		p.heavybit-meta {
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			font-size: 14px;
			color: #8e8983;
			letter-spacing: 2px;
			text-transform: uppercase;
		}

		p.heavybit-date {
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			margin-bottom: 10px;
			font-size: 11px;
			color: #8e8983;
			letter-spacing: 2px;
			text-transform: uppercase;

		}

	h4.heavybit-main-headline {
		font-size: 32px;
		margin: 17px 0 0 0;
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
	}	

	.content-about .heavybit-main {
		border-top: 2px solid #e89a36;
	}

	.content-blog {
		padding-top: 20px;
	}

	.content-events {
		padding-top: 50px;
	}

	.content-blog .section {
		background: #3f3d3e;
		padding-top: 35px;
	}

	.content-blog .headline {
		background: #3f3d3e;
		margin-bottom: 0;
		padding: 0;
	}

	.content-events .headline {
		background: #3f3d3e;
		margin-bottom: 0;
		padding: 0;
	}	

		.content-blog .headline h1,
		.content-events .headline h1 {
			padding-top: 0;
			padding-bottom: 0;
		}

		.content-blog .headline a,
		.content-events .headline a {
			padding: 20px 40px 20px 0px;
			display: block;
		}

/** BLOG page/container styles **/
	.blog {		
	}

		.blog-entry {
			background: #464445;
			border-top: 2px solid #302e2f;
			margin-bottom: 30px;
			padding: 20px;
			position: relative;
			min-height: 250px;
		}

			.blog-entry:hover {
				background: #2e2c2d;
			}

		.blog-entry h3 {
			font-size: 24px;
			font-weight: 300;
			margin: 0 0 5px 0;
		}

			.blog-entry a {
				color: #fff;
			}

			.blog-entry a:hover {
				text-decoration: none;				
			}

		.blog-entry p {
			margin-bottom: 0;
		}

		.blog-entry .blog-entry-excerpt {
			font-size: 16px;
			color: #bdb7af;
		}

		.blog-entry-img {
		}

		.blog-entry-content {
		}

		.blog-entry-date {
			color: #8e8983;
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			font-size: 12px;
			letter-spacing: 2px;
			position: relative;
			top: -4px;
			text-transform: uppercase;
		}

		.blog-entry-author {
			font-size: 14px;
			color: #32acc9;
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			letter-spacing: 2px;
			text-transform: uppercase;
		}

		.blog-entry-date-2 {
			position: relative;
			margin-top: 30px;
			margin-bottom: 0;
			letter-spacing: 2px;
		}

			.blog-entry-date-2 .blog-entry-tags {
				position: absolute!important;
				top: -6px!important;
				right: -4px!important;
				left: auto!important;
			}

		.blog-entry-tags {
			font-size: 14px;
			line-height: 24px;
			color: #8e8983;	
			position: absolute;
			top: 35px;
			left: 35px;
		}

			.content .blog-entry-tags {
				margin-bottom: 20px;
				position: relative;
				top: 0;
				left: -20px;
			}

				.content .blog-entry-tags li {
					font-size: 14px;
				}

				.content .blog-entry-tags li:before {
					content: "";
					background: transparent;
				}

				.content .blog-entry-tags .tag-button .fa-tags {
					left: 36px;
				}

			.blog-entry-tags ul {
				margin: 0;
				padding: 0;
			}

			.blog-entry-tags .tag-button {
				position: relative;
				display: inline-block;
				list-style-type: none;
				margin-right: 5px;
			}	

			.blog-entry-tags .tag-button a {
				padding-left: 30px!important;
				position: static!important;
				color: #fff!important;
				background: rgba(0, 0, 0, 0.4);				
			}

			.blog-entry-tags .tag-button .fa-tags {
				color: #fff!important;
			}

				.blog-entry-tags .tag-button:hover .fa-tags {
					color: #fff!important;
				}

			.blog-entry-tags .tag-button .fa-tags {				
				position: absolute;
				top: 12px;
				left: 8px;	
			}	

			.section.blog .content strong {
				color: #fff;
			}

/** EVENTS page/container styles **/

	.events {	
		margin: 40px 0 40px 0;	
		background: url("assets/img/vertical-dotted-line.png") repeat-y 62px top;
	}

		.events-head {
			background: #3f3d3e;
		}

			.events-head-inner {
				position: relative;
			}

		.events-head-inner a {
			display: block;
		}

		.events-head-inner a:hover,
		.events-inner:hover {
			background: #2e2c2d url("assets/img/thin-arrow.png") no-repeat 93% center;			
			text-decoration: none;
			color: #fff;
		}

		.events-head h2 {	
			font-size: 30px;
			font-weight: 300;
			color: #fff;	
		}

		.events-head p {	
			color: #bdb7af;
			font-size: 18px;	
		}

		.events-inner {
			padding: 15px 60px 15px 15px;
			height: 350px;
			background: #464445 url("assets/img/thin-arrow.png") no-repeat 93% center;
		}

		.events-img {
			height: 350px;
			position: absolute;
			top: 0;
			left: 15px;
			z-index: 0;
		}

		.events-meta {	
			border-left: 4px solid #71a75d;	
		}

			.events-meta span {
				padding: 8px;
				color: #fff;
				display: inline-block;
				background: #7e7c7d;
				font-family: "Montserrat", sans-serif;
				font-weight: 500;
				letter-spacing: 2px;
				font-size: 12px;
				text-transform: uppercase;
			}

			.events-meta-time span {
				color: #b3b3b3;
			}

		.events-access {
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			letter-spacing: 2px;
			font-size: 12px;
			text-transform: uppercase;	
			color: #bdb7af;	
		}

			.events-access i,
			.events-access span {
				background: #343233;
				width: 25px;
				height: 25px;
				padding: 2px 0 0 6px;
				-o-border-radius: 30px;
				-moz-border-radius: 30px;
				-webkit-border-radius: 30px;
				border-radius: 30px;
				margin-right: 5px;
				display: inline-block;
				opacity: 0.5;
			}

			.events-access i {
				padding: 7px 0 0 9px;
			}

	.events-row {
		margin: 0;
		cursor: pointer;
		border-bottom: 2px solid #3f3d3e;
	}

		.events-row:hover .events-col {
			background: #2e2c2d;
		}

		.events-row:hover .fa-circle-o {
			color: #ccc;
		}

			.events-row:hover .events-col:first-child {
				background: transparent;
			}

		.events-row a {
			color: #b3b3b3;
			display: block;
		}

		.events-row h4 {
			font-size: 20px;
			font-weight: 300;
		}

		.events-row p {
			font-size: 16px;
		}

		.events-row .events-meta {
			border-left: 0;
			position: relative;
			left: -15px;
		}

			.events-row .events-meta span {
				background: #333132;
			}

			.events-row .events-meta-2 {
				color: #fff;
				left: 30px;
				position: relative;
				padding: 0;
				text-align: right;
				
			}

			.events-row .events-meta-2 span {
				background: #71a75d;	
				min-width: 120px;
				margin-right: 15px;
			}

			.events-row .events-meta-span {
				background: #71a75d!important;
				color: #fff!important;
				display: none;
			}

			.events-row .events-meta-2:before {
				font-family: "Glyphicons Halflings";
				content: "\e251";
				color: #71a75d;
				font-size: 34px;
				line-height: 0;
				display: inline;
				position: absolute;
				top: 16.5px;
				left: -13px;
			}

			.events-row .fa-circle-o {
				position: absolute;
				color: #8e8983;
				background: #3f3d3e;
				top: 7px;
				left: -30px;
				font-size: 18px;
			}

		.events-row .events-access {
			font-size: 12px;
		}

		.events-col {
			padding-top: 20px;
			padding-bottom: 20px;
			border-right: 1px solid #3f3d3e;
			min-height: 250px;
			background: #464445;
		}

			.events-col:first-child {
				background: transparent;
			}

		.events-logos {
			height: 180px;
			width: 100%;
			display: table;
			text-align: center;
		}

		.events-logo {
			display: table-cell;
			vertical-align: middle;
		}

		.events-arrow {
			background: url("assets/img/thin-arrow.png") no-repeat center center;
			display: block;
			height: 180px;
		}

	.events-foot {
		padding: 20px 80px 0 80px;
		border-top: 2px solid #464445;
	}

		.events-foot h3 {
			font-size: 28px;
			font-weight: 300;
			margin-bottom: 20px;
			text-align: center;
			color: #fff;
		}

		.events-foot p {
			font-size: 20px;
			margin: 0;
			color: #bdb7af;
			text-align: center;
		}

		.events-foot .program-headline-outer {
			width: 100%;
			display: table;
			border-bottom: 4px solid #3f3d3e;
		}

		.events-foot .program-headline h4 {
			height: 110px;
			vertical-align: middle;
			display: table-cell;
			width: 100%;
			margin: 0 0 5px 0;
			padding: 0 20px 0 20px;
		}

		.events-foot .program-content {
			min-height: 210px;
			padding: 10px 0 0 0;
		}

		.events-foot .program-content p {
			text-align: left;
			font-size: 14px;
		}

		.community-project {
			cursor: pointer;
		}

		.community-project:hover .program-content {
			background: #2e2c2d;
		}

/** EVENTS SINGLE page/container styles **/
	.event-single {		
	}

		.event-info {
			background: #464445;
			border-top: 2px solid #2e2c2d;
			margin: 0 0 30px 0;
			
		}

		.event-head {
			color: #8e8983;
			padding: 10px;
			text-align: center;
			text-transform: uppercase;
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			border-bottom: 2px solid #3f3d3e;
		}

		.event-detail {
			text-align: center;
			text-transform: uppercase;
			font-size: 18px;
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			padding: 0 20px 0 20px;
			height: 120px;
			display: table;
			width: 100%;
		}

			.event-detail img {
			}

			.event-detail-inner {
				width: 100%;
				display: table-cell;
				vertical-align: middle;
			}

		.event-detail a {
			color: #faa435!important;
			border-bottom: none!important;
		}			

/** MEMBERS page/container styles **/
	.members {		
	}

		.members h2 {
			font-size: 28px;
			font-weight: 300;
			color: #fff;
			margin: 0 0 20px 0;
		}

		.members p {
			font-size: 20px;
			margin: 0 0 20px 0;
		}

		.member-logo-outer {
			height: 140px;
			width: 100%;
			display: table;
			text-align: center;
			margin-bottom: 30px;
		}

		.member-logo-outer img {
			width: 80%!important;
		}

		a.member-logo {
			background: #464445;
			padding: 20px 0 20px 0;
			display: table-cell;
			vertical-align: middle;
			text-align: center;
		}	

		a.member-logo:hover {
			background: #2e2c2d;
		}	


/** PEOPLE page/container styles **/
	.people {		
	}

		.people h2 {
			font-size: 28px;
			font-weight: 300;
			color: #bdb7af;
			margin: 0 0 20px 0;
		}

		.people h5 {
			color: #fff;
			font-size: 14px;
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			margin: 5px 0 5px 0;
			text-transform: uppercase;
		}

		.people p {
			margin-bottom: 0;
		}

		.people p em {
			font-size: 16px;
			color: #8e8983;
			margin: 0 0 10px 0;
			display: inline-block;
		}

		.people .person-outer {
			position: relative;
			margin-bottom: 30px;
		}

		.people .person-img {
			position: absolute;
			top: 0;
			left: 0;
		}

		.people .person-bio {
			padding: 10px 10px 10px 130px;
			height: 210px;
			background: #464445;
		}	

			.people-heavybit-investors .person-bio {
				height: 250px;
			}

			.people-program-advisors .person-bio {
				height: 250px;
			}

			.people-heavybit-faculty .person-bio {
				height: 250px;
			}

/** PODCASTS page/container styles **/
	.podcast-main,
	.podcast-main-inner {
		padding: 0 40px 0 40px;		
	}

		.podcast-main a:hover,
		.podcast-main-inner a:hover {
			text-decoration: none;
		}

			.podcast-main a:hover h1,
			.podcast-main-inner a:hover h1 {
				color: #faa435;
			}

		.heavybit-podcast-content h1 {
			color: #fff;
			font-weight: 300;
			font-size: 42px;
		}

		.heavybit-podcast-content p {
			font-size: 18px;
			color: #fff;
		}

		.heavybit-podcast-content .heavybit-meta {
			background: #75bbcc;
			padding: 10px;
			margin-top: 40px;
			display: inline-block;
			border-left: 4px solid #faa435;
			font-size: 14px;
		}

		.heavybit-podcast-content p.heavybit-date {
			font-size: 14px;
			text-transform: uppercase;
			color: #fff!important;
			font-family: "Source Sans Pro", sans-serif!important;
		}

/** PODCAST SHOW page/container styles **/
	.podcast-show {
	}

		.podcast-show h2 {
			font-size: 24px;
			margin: 0;
			padding-left: 72px;
			font-family: "Source Sans Pro", sans-serif!important;
			font-weight: 300;
		}

			.podcast-show h2 a {
				color: #bdb7af;
			}

			.podcast-show h2 a:hover {
				text-decoration: none;
				color: #faa435;
			}

			.podcast-show h2 span {
				color: #8e8983;
				font-family: "Montserrat", sans-serif;
				font-weight: 700;
				font-size: 12px;
				letter-spacing: 2px;
				position: relative;
				top: -4px;
				text-transform: uppercase;
			}

		.podcast-show h3 {
			font-size: 24px;
			font-weight: 300;
			margin: 0 0 5px 0;
			color: #fff;
		}

			.podcast-show h3 a {
				color: #fff;	
			}

			.podcast-show h3 a:hover {
				text-decoration: none;
				color: #faa435;
			}

		.podcast-show p {
			font-size: 16px;
			margin: 0;
		}

		.podcast-show-entry {
			margin-bottom: 40px;
			background: #464445;
			position: relative;
		}

			.podcast-show-entry:hover {
				background-color: #2e2c2d;
			}

				.podcast-show-entry:hover .play-button {
					background: #464445;
					-o-border-radius: 100px;
					-moz-border-radius: 100px;
					-webkit-border-radius: 100px;
					border-radius: 100px;
				}

			.podcast-show-entry a {
				color: #fff;
			}

			.podcast-show-entry a:hover {
				text-decoration: none;
			}

			.podcast-show-entry a:hover h2 {
			}

		.podcast-show-head {
			border-top: 2px solid #302e2f;
			padding: 20px 20px 15px 20px;
			position: relative;
		}

		.podcast-show-excerpt {
			border-top: 2px solid #3f3d3e;
			padding: 20px;
		}

		.play-button {
			position: absolute;
			top: 20px;
			left: 20px;
		}

		.podcast-show-entry ul {
			margin: 0;
			padding: 0;
			position: absolute;
			z-index: 10;
			top: 30px;
			right: 35px;
		}

			.podcast-show-entry ul li {
				display: inline-block;
				margin-left: 15px;
				position: relative;
			}

			.podcast-show-entry li.tag-button a {
				position: static;
				padding-left: 25px
			}

			.podcast-show-entry li.tag-button i {
				position: absolute;
				top: 9px;
				left: 9px;
			}

			.podcast-show-entry li.tag-button:hover i {
				color: #fff!important;
			}

		.podcast-meta {
			font-size: 14px!important;
			margin-bottom: 10px!important;
		}

			.podcast-meta strong em,
			.podcast-meta em {
				color: #8e8983;
				text-transform: none;
				font-weight: 300;
				font-family: "Source Sans Pro", sans-serif;
				margin-right: 5px;
			}

			.podcast-meta strong {
				color: #32acc9;
				letter-spacing: 2px;
			}

/** PODCAST EPISODE SINGLE page/container styles **/

	.podcast-episode {		
	}

		.podcast-episode-outer {
			background: #464445;
			padding: 40px 0 1px 0;
			margin-bottom: 20px;
			border-top: 2px solid #2e2c2d;
		}

		.podcast-episode-inner {
			padding: 0 40px 0 40px;
		}

			.podcast-episode-inner strong {
				color: #fff;
			}

		.podcast-episode-inner h1 {
			font-size: 32px;
			margin: 0 0 5px 0;
		}

	.podcast-episode-player {		
		position: relative;
		z-index: 19999!important;
	}

		p.transcript-headline {
			border-top: 2px solid #3f3d3e;
			border-bottom: 2px solid #3f3d3e;
			padding: 20px 40px 20px 40px;
			font-size: 16px;
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			text-transform: uppercase;	
			color: #8e8983;	
			position: relative;	
			cursor: pointer;
			display: block;
		}

			.transcript-headline .fa {
				font-size: 28px;
				position: absolute;
				top: 20px;
				right: 40px;
			}

		p.transcript-meta {
			color: #8e8983;
			font-size: 18px;
		}

		.podcast-episode-transcript blockquote
		{
	    margin: 0 0 20px 0;
	    text-align: center;
	    border-left: 0;
	    padding: 20px 20px 25px 20px;
	   	font-style: normal;
	   	font-size: 18px;	
	   	line-height: 26px;    
	   	background: #2d2b2c;
		}

		.podcast-episode-transcript blockquote p
		{
			display: inline;
		}

		.podcast-episode-transcript blockquote:before
		{
			font-family: "FontAwesome";
			content: "\f10d";
			color: #464445;
			font-size: 28px;
			position: relative;
			top: 2px;
		}

		.podcast-episode-transcript blockquote:after
		{
			font-family: "FontAwesome";
			content: "\f10e";
			color: #464445;
			font-size: 28px;
			vertical-align: bottom;
			position: relative;
			bottom: -5px;
		}

/** PROGRAM page/container styles **/
	.program {		
	}

		.program h2 {	
			font-size: 28px;
			font-weight: 300;
			color: #fff;	
			margin: 0 0 20px 0;
		}

		.program h3 {		
			font-size: 22px;
			line-height: 30px;
			font-weight: 300;
			color: #bdb7af;
			margin: 0;
		}

		.program-main {	
			border-top: 12px solid #faa435;
			width: 85%;
			margin: -23px auto;
			background: #464445;
			position: relative;
			z-index: 999;
			-o-box-shadow: 0 0 10px #333;		
			-moz-box-shadow: 0 0 10px #333;		
			-webkit-box-shadow: 0 0 10px #333;		
			box-shadow: 0 0 10px #333;	
			padding: 40px 0 40px 0;		
		}

		.program-main-inner {
			margin-left: 40px;
			margin-right: 40px;
		}

			.program-main-inner h2 {
				font-size: 28px;
				font-weight: 300;
				color: #fff;
			}

			.program-main-inner h3 {
				font-size: 21px;
				font-weight: 300;
				color: #bdb7af;
			}

			.program-main-inner a {
				    color: #fff;
    				font-weight: 700;
    				text-decoration: none;
    				border-bottom: 2px solid #9d7139;
			}

			.program-main-inner a:hover {
				text-decoration: none;
   				border-bottom: 2px solid #faa435;
			}

		.program-numbers-outer {
			margin-top: 30px;
			margin-bottom: 30px;
		}

		.program-numbers-outer div {
			padding: 0;
		}

		.program-numbers {
			background: #3a3839;
		}

			.program-numbers-outer div:last-child {
				border-right: 0;
			}

			.program-numbers-outer div {
				border-right: 1px solid #444243;
			}

			.program-numbers h1 {
				background: 0;
				padding: 20px 0 20px 0;
				margin: 0;
				border-bottom: 0;
				color: #fa9410;
				font-weight: 300;
				font-size: 60px;
				line-height: 60px;
				position: relative;
				text-align: center;
			}

			.program-numbers h1 strong {
				color: #fff;
				font-family: "Montserrat", sans-serif;
				font-weight: 700;
				font-size: 14px;
				line-height: 18px;
				display: block;
			}

		.program-headline {
			position: relative;
			text-align: center;
			margin-top: 60px;
		}

			.program-headline h4 {
				background: #464445;
				color: #fff;
				margin-bottom: 5px;
				padding: 30px 20px 20px 20px;
				font-size: 20px;
				line-height: 28px;
				text-align: center;	
				font-family: "Montserrat", sans-serif;
				font-weight: 500;
				text-transform: uppercase;		
			}

			.program-headline i {
				position: absolute;
				top: -25px;
				width: 45px;
				height: 45px;
				line-height: 22px;
				padding-top: 7px;
				border: 5px solid #3f3d3e;
				text-align: center;
				left: 44%;
				background: #6b6762;
				color: #fff;
				font-style: normal;
				-o-border-radius: 35px;
				-moz-border-radius: 35px;
				-webkit-border-radius: 35px;
				border-radius: 35px;
			}

		.program-content {
			background: #464445;
		}

			.program-content p {
				margin-bottom: 0;
				padding: 15px 20px 0 20px;
				line-height: 24px;
				font-size: 16px;				
			}

			.program-content p.first-child {
				min-height: 190px;
			}

			.program-content p.second-child {
				min-height: 110px;
			}

			.program-content p:last-child {
				padding-bottom: 20px;
			}

			.program-link {
				position: relative;
			}

			.program-link img {
				position: relative;
				z-index: 19;
			}

			.program-link-img {
				background: url("assets/img/thin-arrow.png") no-repeat top center;
				background-size: 15px;
				width: 25px;
				height: 45px;
				position: absolute;
				z-index: 20;
				top: 0;
				right: 20px;
			}

/** VIDEO SINGLE page/container styles **/

	/** H2 Anchor Link Styling **/

	a.anchorjs-link {
			border-bottom: none !important;
		}
	
	.section.video {	
		padding-top: 420px;
	}

    .video-single {
        -webkit-transition: 0.5s linear;
        -moz-transition: 0.5s linear;
        -ms-transition: 0.5s linear;
        -o-transition: 0.5s linear;
        transition: 0.5s linear;
        
    }
		.main-video {
			background: #000;
			height: 374px;
		}

			.main-video:hover {
				cursor: pointer;
			}

		.main-video .container {
			position: relative;
		}

		.main-video a {
			color: #fff;
			border-bottom: 2px solid #9d7139;
		}

			.main-video a:hover {
				color: #fff;
				border-bottom: 2px solid #faa435;
				text-decoration: none;
			}

		.main-video img {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 89;
			padding: 0 15px 0 15px;
			width: 100%;
		}

		.main-video-content {
			left: 45%;
			width: 55%;
			right: 0;
			padding-right: 40px;
			padding-top: 10px;
			position: absolute;
			z-index: 99;
		}

		.main-video-content h1 {
			font-size: 42px;
			font-weight: 300;
			color: #fff;
			margin: 0;
		}

			.main-video-content h1 a {
				color: #fff;
			}

			.main-video-content h1 a:hover {
				text-decoration: none;
				/*video_*/
				color: #faa435;
			}

		.main-video-content span,
		.main-video-content span a {
			font-size: 14px;
			color: #32acc9;
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			letter-spacing: 2px;
			text-transform: uppercase;
		}

		.main-video-content p {
			font-size: 17px; /* 18px */
			line-height: 24px; /* 26px */
			color: #fff;
		}

		p.main-video-content-date {
			color: #8e8983;
			font-family: "Montserrat", sans-serif;
			font-weight: 700;
			font-size: 12px;
			letter-spacing: 2px;
			text-transform: uppercase;
			margin-bottom: 5px;
		}

		.main-video-content ul {
			padding: 0;
			margin: 0;
		}

			.main-video-content ul li {
				list-style-type: none;
				display: inline-block;
				margin-right: 15px;
				margin-top: 10px;
			}

		.main-video li.tag-button {
			position: relative;
		}

			.main-video li.tag-button a {
				position: static;
				padding-left: 28px;
				border: 1px solid #fff;
    			color: #fff!important;
			}

			.main-video li.tag-button a:hover {
				border: 1px solid #8e8983;
			}

			.main-video li.tag-button i {
				position: absolute;
				top: 9px;
				left: 9px;
			}

		.main-video-overlay-left {
		    display: block;
		    z-index: 97;
		    position: relative;
		    width: 25%;
		    right: 0;
		    text-align: left;
		    float: left;
		    color: #e3e1de;
		    height: 374px;
		    margin-top: 0px;
		    margin-left: -106px;
		    background: -webkit-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,1) 60%);
		    background: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1) 60%);
		    background: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1) 60%);
		    background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1) 60%);
		}

		.main-content-video-overlay {
			
			display: table;
            display: block; /* todo find out why this is display: table*/
            overflow: hidden;
			z-index: 97;
			position: absolute;
			right: 0;
			text-align: left;
			float: right;
			color: #e3e1de;
			height: 374px;
            margin-top: -374px;
			margin-right: -15px;
            cursor: pointer;
			background: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,1) 40%);
			background: -o-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,1) 40%);
			background: -moz-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,1) 40%);
			background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1) 40%);
		}
		
        .main-content-video-overlay.no-transition{
            -webkit-transition: none !important;
            -moz-transition: none !important;
            -ms-transition: none !important;
            -o-transition: none !important;
            transition: none !important;
            margin-top: 0px !important;
            top: 0px !important;
        }
        
        .main-content-video-overlay.new-position{
            margin-top: 0px !important;
            top: 0px !important;        
        }
        
        .main-video.video-wrapper,
        #video-container, .main-video-overlay-left,
        #video_content, .vjs-poster,
        #video-container .main-video-content {
            -webkit-transition: 0.5s linear; 
            -moz-transition: 0.5s linear; 
            -ms-transition: 0.5s linear; 
            -o-transition: 0.5s linear; 
            transition: 0.5s linear
        }

        section.main-video.video-wrapper.video-collapsed,
        #video-container.video-collapsed, .main-video-overlay-left.video-collapsed,
        .video-js#video_content.video-collapsed, .vjs-poster.video-collapsed {
            height: 100px !important;
        }        
        
        #video-container .main-video-content.video-collapsed {
            height: 100px !important;
            display: block;
            overflow: hidden;
            opacity: 0;
        }
        
		#video_content.vjs-has-started .vjs-poster,
		#video_content.vjs-playing + .main-content-video-overlay,
		#video_content.vjs-has-started + .main-content-video-overlay,
        #video_content.vjs-has-started ~ #collapse-video-button {display:none !important;}

        #collapse-video-button{
            border: 2px solid #8e8983;
            padding: 10px 30px;
            font-size: 12px;
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            display: inline-block !important;
            color: #8e8983;
            text-align: center;
            background-color: #2e2c2d;
            position: absolute;
            top: 20px;
            right: 30px;
            z-index: 999;
            -webkit-transition: 0.5s linear; 
            -moz-transition: 0.5s linear; 
            -ms-transition: 0.5s linear; 
            -o-transition: 0.5s linear; 
            transition: 0.5s linear;
        }

        #collapse-video-button.imitation-hover{
            color: #fff;
            border-color: #fff;
        }
        
        #collapse-video-button.video-collapsed{
            top: 30px;
        }
        
        #collapse-video-button-2{
            order: 1001;
            border: none;
            position: initial;
            padding: 0px;
            background-color: rgba(43, 51, 63, 0.1);
            color: #fff;
            font-weight: 100;
            font-size: 1em;
            line-height: 3em;
            font-family: Arial, Helvetica, sans-serif;
            width: auto;
            padding-left: 8px;
            padding-right: 16px;
            text-align: center;
        }
        
        #collapse-video-button-2:hover{
            text-shadow: 0em 0em 1em white;
        }
        
        /**USED AS A TARGET FOR MEDIA QUERIES**/
        #media-query-div{
            display: none;
            width: 1000px;
        }

/** CASE STUDY page/container styles **/

	.headline-case-study  {
		border-top: 2px solid #e89a36;
		margin-bottom: 0px;
		border-bottom: 1px solid #464445;
	}

section.case-study {

}

	section.case-study .content #et_builder_outer_content h1 {
		color: white;
	}

	section.case-study .content #et_builder_outer_content h2 {
		color: white;
	}

	section.case-study .content #et_builder_outer_content blockquote {
	    margin: 0 0 20px 0;
	    text-align: center;
	    border-left: none;
	    padding: 20px 20px 25px 20px !important;
	   	font-style: normal;
	   	font-size: 18px;
	   	line-height: 26px;
	   	background: #2d2b2c;
	}

	section.case-study .content #et_builder_outer_content blockquote p {
		display: inline;
	}

	section.case-study .content #et_builder_outer_content blockquote:before {
		font-family: "FontAwesome";
		content: "\f10d";
		color: #464445;
		font-size: 28px;
		position: relative;
		top: 2px;
	}

	section.case-study .content #et_builder_outer_content blockquote:after {
		font-family: "FontAwesome";
		content: "\f10e";
		color: #464445;
		font-size: 28px;
		vertical-align: bottom;
		position: relative;
		bottom: -5px;
	}
	
	section.case-study .content #et_builder_outer_content p:last-of-type {
		padding-bottom: 1em;
	}


/** DEVGUILD and WHEELHOUSE container styles **/

	.et_divi_builder #et_builder_outer_content .et_pb_module p a {
	color: #fff;
	font-weight: 700 !important;
	text-decoration: none !important;
	border-bottom: 2px solid #9d7139;
	padding-bottom: 0px !important;
	}

	.header-links h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #fff !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	border-bottom: 2px solid #9d7139 !important;
	padding-bottom: 0px !important;
	}

	.et_pb_section h1 {
	word-wrap: normal !important;
	}

	.et_pb_section h2 {
	word-wrap: normal !important;
	}

	.et_pb_section h3 {
	word-wrap: normal !important;
	}

	.et_pb_section h4 {
	word-wrap: normal !important;
	}

	.et_pb_section h5 {
	word-wrap: normal !important;
	}

	.et_pb_section h6 {
	word-wrap: normal !important;
	}

	.et_pb_section p {
	word-wrap: normal !important;
	}

	.et_pb_section strong {
	word-wrap: normal !important;
	}

		

/** PAGE FOOTER container styles **/
.footer {
	background: #2e2c2d;
}

	.foot-nav {
		padding: 40px 0 40px 0;
		background: url("assets/img/heavybit-hex.png") no-repeat center center;
		background-size: auto 125px;
	}

	.foot-nav ul {
		margin: 0 45px 0 0;
		padding: 0;
		float: left;
	}

		.foot-nav ul.pull-right {
			margin: 0;
		}

	.foot-nav li {
		list-style-type: none;
		font-size: 16px;
		margin: 0 0 5px 0;
	}

	.foot-nav a {
		color: #bdb7af;
	}	

	.foot-nav li:first-child a {
		color: #fff;
	}

	.foot-nav a:hover,		
	.foot-nav a:focus,
	.foot-nav a:active {
		color: #fff;
		text-decoration: none;
	}

.scroll-top {
	z-index: 999;
	position: fixed;
	right: 15px;
	bottom: 15px;
	font-size: 24px;
	display: none;
}

	.scroll-top a {
		background: rgba(0, 0, 0, 0.3);
		padding: 10px 20px 10px 20px;
		display: block;
		color: #fff;
		text-decoration: none;
	}

	.scroll-top a:hover {
		color: #faa435;
	}

/** SITE PLUGINS AND EXTERNAL WIDGETS styles **/	

.embeddable-job-widget-listing-meta { /* DEVCO Jobs */
	color: #6b6762;
	line-height: 12px;
}

	.embeddable-job-widget-listing-title {
		font-size: 16px;
		line-height: 20px;
		font-weight: 300;
	}

	.embeddable-job-widget-listing-meta span {
		display: inline;
	}	

	.embeddable-job-widget-listing-job-type,
	.embeddable-job-widget-listing-job-location {
		display: none!important;
	}

.powerpress_links { /* POWEPRESS Player */
	text-indent: -9999px;
}

	.powerpress_links .powerpress_link_d {
		position: absolute;
		top: 12px;
		right: 20px;
		font-size: 0;
		line-height: 0;
		display: block;
		text-indent: 9999px;
		background: url("assets/img/podcast-player-download-btn.png") no-repeat top left;
		width: 36px;
		height: 32px;
	}

	.powerpress_links a,
	.powerpress_links a:hover {
		border: 0;
	}
	
.mejs-container, 
.mejs-embed, 
.mejs-embed body, 
.mejs-container .mejs-controls { /* PODCAST Player */
	background: #464445!important;	
	right: 20px!important;
	top: 8px;
	width: 100%!important;
}

.mejs-container .mejs-controls .mejs-time {
	width: 61px !important;
}

.mejs-controls .mejs-button button {
	margin-left: 0px !important;
}

.mejs-container * {
	font-family: "Montserrat", sans-serif !important;
}

	a.mejs-horizontal-volume-slider,
	a.mejs-horizontal-volume-slider:hover {
		border: 0!important;
	}

	.mejs-controls .mejs-pause button {
		background: url("assets/img/podcast-player-play-btn.png") no-repeat top left!important;
		width: 53px!important;
		height: 53px!important;
		top: -20px;
		outline: none !important;	
	}

	.mejs-controls .mejs-play button {
		background: url("assets/img/podcast-player-start-btn.png") no-repeat top left!important;
		width: 53px!important;
		height: 53px!important;
		top: -20px;
		outline: none !important;	
	}

	.mejs-controls .mejs-mute button {
		background: url("assets/img/podcast-player-audio-btn.png") no-repeat top left!important;
		width: 50px!important;
		height: 35px!important;
		top: -10px;
		left: -40px;
		outline: none !important;
	}

	.mejs-controls .mejs-unmute button {
		background: url("assets/img/podcast-player-mute-btn.png") no-repeat top left!important;
		width: 50px!important;
		height: 35px!important;
		top: -10px;
		left: -40px;
		outline: none !important;
	}
	 
	.mejs-controls .mejs-time-rail .mejs-time-total {
		background: #2e2c2d !important;
	}
	 
	.mejs-controls .mejs-time-rail .mejs-time-current {
		background: #31869a !important;
	}
	 
	.mejs-controls .mejs-time-rail .mejs-time-loaded {
		background: #2e2c2d !important;
	}

	.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
		background: #918881!important;
	}

	.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
		background: #2d2b2c!important
	}

	.mejs-controls .mejs-currenttime-container {
		color: #9e9d9b!important;
		font-size: 14px!important;
		font-family: "Source Sans Pro", sans-serif!important;
		margin: 0 10px 0 45px!important;
		outline: none !important;
	}

	.mejs-controls .mejs-duration-container {
		color: #9e9d9b!important;
		font-size: 14px!important;
		font-family: "Source Sans Pro", sans-serif!important;
		margin: 0 45px 0 10px!important;
		outline: none !important;
	}

.vjs-control-bar { /* VIDEO Player */
    z-index: 1;
}

	#video-container {
		position: relative;
	}

	.section-video-player {
		position: absolute;	
		top: 82px;
		left: 0;
		width: 100%;
		z-index: 199;
	}

		.section-video-player.stuck {
			position: fixed;
			top: 0;
		}
	
	
	.video-js,
	.video-js .vjs-poster {
		background-position: 5% 0% !important;
	    background-size:  100% ;
	    position: absolute;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    background-color: #000;
	    z-index: 90;
	    height: 374px;
		width: 100%;
	}

/*	.video-js .vjs-tech {
		height:	auto !important;
	}*/
	
	.vjs-using-native-controls .vjs-poster {display:block;}
	
	.video-js #player-endcard #related-content {
	    position: absolute;
	    margin-top: 10%;
	}

	.video-js #player-endcard #related-content img {
	    width: 25%;
	    border: 2px solid #494949;
	    padding: 0px;
	    opacity: 0.8;
	    margin: 0px 25px;
	}

	.video-js #player-endcard #related-content img:hover {
	    opacity: 1.0;
	}

	#video-container .vjs-default-skin .vjs-big-play-button {
		left: 20%;
		top: 40%;
		margin: -41px 0 0 -41px;
		width: 5em;
		height: 5em;
		opacity: 0;
		z-index: 1000;
		position: absolute;
		background-color: #f4f4f4;
		border: 0px;
		-webkit-border-radius: 4.6em;
		-moz-border-radius: .8em;
		-o-border-radius: 2.6em;
		border-radius: 2.6em;
		-webkit-box-shadow:none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	
	#video-container .vjs-default-skin .vjs-big-play-button {
		left: 20%;
		top: 40%;
		margin: -41px 0 0 -41px;
		width: 5em;
		height: 5em;
		opacity: 0.4;
		background-color: #f4f4f4;
		border: 0px;
		z-index: 1000;
		-webkit-border-radius: 4.6em;
		-moz-border-radius: .8em;
		-o-border-radius: 2.6em;
		border-radius: 2.6em;
		-webkit-box-shadow:none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}

    #video-container .vjs-big-play-button .vjs-icon-placeholder{
        display: none !important;
    }

/*	#video-container:hover .vjs-default-skin .vjs-big-play-button {
		opacity: 0.8;
	}*/

    #video-container.imitation-hover .vjs-default-skin .vjs-big-play-button{
        opacity: 0.8;
    }

	#video-container:hover .vjs-default-skin .vjs-big-play-button,
	#video-container:hover .vjs-default-skin .vjs-big-play-button:focus {
		border: 0px;
		background-color: #fff;
		-webkit-box-shadow:none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
    
	#video-container .vjs-default-skin .vjs-big-play-button:before,
	#video-container:hover .vjs-default-skin .vjs-big-play-button:before {
        background: url(assets/img/play-button-video.png)/*"\25B6""\e001"*/ no-repeat center;
        background-size: 70px;
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        -webkit-transition: 0.3s linear; 
        -moz-transition: 0.3s linear; 
        -ms-transition: 0.3s linear; 
        -o-transition: 0.3s linear; 
        transition: 0.3s linear
	}
    
    #video-container .vjs-default-skin .vjs-big-play-button.video-collapsed:before,
    #video-container:hover .vjs-default-skin .vjs-big-play-button.video-collapsed:before {
        background-size: 33px;
	}

	#video-container .vjs-default-skin .vjs-load-progress {
		background-color: #2d2b2c;
	}

	#video-container .vjs-default-skin .vjs-slider {
		background-color: #2d2b2c;
	}

	#video-container .vjs-default-skin .vjs-play-progress, 
	#video-container .vjs-default-skin .vjs-volume-level {
		background-color: #faa435;
		background-image: none;
	}
	
	/* make the adjustments required for the video.js upgrade to 5.10.7 */
	.video-js .vjs-play-control {/*order:1000;*/}
	.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {/*order:999;*/}
	
	.video-js .vjs-playback-rate .vjs-playback-rate-value {
		display: inline-block !important;
		order: 995;
		font-size: 1em;
		line-height: 3em;
	}

	.vjs-menu li {
		font-size: 1em !important;
	}
	.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {
		display:inline-block !important;
		order:996;
	}

	.video-js .vjs-time-divider {
		display:inline-block !important;
		padding-left:.1em !important;
		padding-right:.1em !important;
		min-width: 0em !important;
		order: 997;
	}
	
	.video-js .vjs-duration, .vjs-no-flex .vjs-duration {
		order:998;
		display:inline-block !important;
	}

	.video-js .vjs-remaining-time, .vjs-no-flex .vjs-remaining-time {
		display:none;
	}

	.video-js .vjs-fullscreen-control {
		order:999;
	}
	
	/* change fadeout time of control UI */
	/*.vjs-fade-out { 
		-webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear; 
		-moz-transition: visibility 0s linear 0.5s,opacity 0.5s linear; 
		-ms-transition: visibility 0s linear 0.5s,opacity 0.5s linear; 
		-o-transition: visibility 0s linear 0.5s,opacity 0.5s linear; 
		transition: visibility 0s linear 0.5s,opacity 0.5s linear }
	
	
	
	.vjs-default-skin.vjs-user-inactive .vjs-control-bar {
		display: block;
		visibility: hidden;
		opacity: 0;
		
		-webkit-transition: visibility 1.5s, opacity 1.5s;
		 -moz-transition: visibility 1.5s, opacity 1.5s;
		  -ms-transition: visibility 1.5s, opacity 1.5s;
		   -o-transition: visibility 1.5s, opacity 1.5s;
			  transition: visibility 1.5s, opacity 1.5s;
	}*/	

	.vjs-seek-handle, 
	.vjs-slider-handle {
		display: none;
	}	

	.video-mobile-button {
		z-index: 99;
		position: absolute;
		top: -17px;
		left: 15px;
	}

		.video-mobile-button span {
			background-color: #bdb7af;
		}

		.video-mobile-button:hover span {
			background-color: #faa435;
		}

		#current_time,
		#future_time {
	            position: absolute;
		    z-index: 95;
		    color: #8e8983;
		    display: block;
		    float: right;
		    font-size: 14px;
		    padding: 5px 5px 5px 20px;
		    width: 91px;		
		    right: -105px!important;	    
		    margin-top: -13px;
		    -moz-border-radius: 3px;
		    -webkit-border-radius: 3px;
		    -o-border-radius: 3px;
		    border-radius: 3px;
		    font-family: "Montserrat", sans-serif;
		}

		#future_time:hover {
		    background-color: #2e2c2d;
		    color: #f3f3f3;
		}

	#current_time {
	    background: url("assets/img/transcript-caret-active.png") no-repeat 5px center;
	    background-size: 10px 18px;
	    z-index: 198;
	    right: -105px!important;
	}

	#future_time {
	    background: #2e2c2d url("assets/img/transcript-caret.png") no-repeat 5px center;
	    background-size: 10px 18px;
	}	


	#transcript blockquote,
	.blog blockquote {
	    margin: 0 0 20px 0;
	    text-align: center;
	    border-left: 0;
	    padding: 20px 20px 25px 20px;
	   	font-style: normal;
	   	font-size: 18px;	
	   	line-height: 26px;    
	   	background: #2d2b2c;
	}

		#transcript blockquote p,
		.blog blockquote p {
			display: inline;
		}

		#transcript blockquote:before,
		.blog blockquote:before {
			font-family: "FontAwesome";
			content: "\f10d";
			color: #464445;
			font-size: 28px;
			position: relative;
			top: 2px;
		}

		#transcript blockquote:after,
		.blog blockquote:after {
			font-family: "FontAwesome";
			content: "\f10e";
			color: #464445;
			font-size: 28px;
			vertical-align: bottom;
			position: relative;
			bottom: -5px;
		}

	#transcript h2,
	#transcript h3 {
		text-transform: none;
	}

	#transcript {
		position: relative;
	}

	#transcript,
	#transcript p,
	#transcript p span,
	#transcript span,
	#transcript span a,
	#transcript a {
	    cursor: pointer;
	}	

#infscr-loading img { 
	display: none!important; 
}

/** WordPress Core **/

	.alignnone {
	    margin: 5px 20px 20px 0;
	}

	.aligncenter, div.aligncenter {
	    display:block;
	    margin: 5px auto 5px auto;
	}

	.alignright {
	    float:right;
	    margin: 5px 0 20px 20px;
	}

	.alignleft {
	    float:left;
	    margin: 5px 20px 20px 0;
	}

	.aligncenter {
	    display: block;
	    margin: 5px auto 5px auto;
	}

	a img.alignright {
	    float:right;
	    margin: 5px 0 20px 20px;
	}

	a img.alignnone {
	    margin: 5px 20px 20px 0;
	}

	a img.alignleft {
	    float:left;
	    margin: 5px 20px 20px 0;
	}

	a img.aligncenter {
	    display: block;
	    margin-left: auto;
	    margin-right: auto
	}

	.wp-caption {
	    background: #fff;
	    border: 1px solid #f0f0f0;
	    max-width: 96%; /* Image does not overflow the content area */
	    padding: 5px 3px 10px;
	    text-align: center;
	}

	.wp-caption.alignnone {
	    margin: 5px 20px 20px 0;
	}

	.wp-caption.alignleft {
	    margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright {
	    margin: 5px 0 20px 20px;
	}

	.wp-caption img {
	    border: 0 none;
	    height: auto;
	    margin:0;
	    max-width: 98.5%;
	    padding:0;
	    width: auto;
	}

	.wp-caption p.wp-caption-text {
	    font-size:11px;
	    line-height:17px;
	    margin:0;
	    padding:0 4px 5px;
	}


/** Divi Builder Styles **/

/* General */

.content ul.et_pb_counters li:before {
	display: none;
}

.content .et_pb_text ul li:before {
	display: none;
}

.content ul.et_social_icons_container li:before {
	display: none;
}

/* Desktop and up */

@media screen and (min-width: 993px) and (max-width: 1200px) {
.et_divi_builder .content-col {
	width: 100%;
}

body.page-template-tpl-blog .col-xs-9.content-col {
	width: 70%;
}

body.page-template-tpl-podcastshow .col-xs-9.content-col {
	width: 70%;
}

body.single .content-col {
width: 70%;
}

}	


/***************
videojs podcast player styles
****************/

/**CONTAINER STYLES**/
#podcast-episode-player-container{
    height: 100px;
    font-family: "Montserrat", sans-serif !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

#podcast-episode-player-container #podcast-audio-player{
    height: 60px;
    background: #464445;
}

/**CONTROLBAR STYLES**/
#podcast-episode-player-container .vjs-control-bar{
    height: 100%;
    background: #464445;
}

#podcast-episode-player-container ul.vjs-menu-content{
    overflow: hidden;
}

#podcast-episode-player-container li.vjs-menu-content{
    margin-right: initial;
    content: none;
}

#podcast-episode-player-container .vjs-menu-item::before{
    content: none;
}

#podcast-episode-player-container button.vjs-play-control.vjs-control{
    width: 60px;
    margin-right: 5px;
}

#podcast-episode-player-container button.vjs-play-control .vjs-icon-placeholder{
    display: none;
}

#podcast-episode-player-container button.vjs-play-control.vjs-control{
    background: url(assets/img/podcast-player-start-btn.png) no-repeat top left;
}

#podcast-episode-player-container button.vjs-playing{
    background: url(assets/img/podcast-player-play-btn.png) no-repeat top left!important;
}

/**VOLUME BUTTON STYLES**/
#podcast-episode-player-container .vjs-volume-panel.vjs-control{
    width: 120px;
    margin-top: 12px;
    margin-left: 12px;
}

#podcast-episode-player-container .vjs-volume-control .vjs-volume-bar{
    height: 8px;
    background-color: #2e2c2d;
}

#podcast-episode-player-container .vjs-volume-control .vjs-volume-bar .vjs-volume-level{
    height: 8px;
}

/*remove the default volume icon*/
#podcast-episode-player-container .vjs-mute-control .vjs-icon-placeholder{
    display: none;
}

/*add the new volume icon*/
#podcast-episode-player-container .vjs-mute-control{
    background: url(assets/img/podcast-player-audio-btn.png) no-repeat top left!important;
    width: 55px;
}

/*add the new mute icon*/
#podcast-episode-player-container .vjs-mute-control.vjs-vol-0{
    background: url(assets/img/podcast-player-mute-btn.png) no-repeat top left!important;
}


/**VOLUME SLIDER STYLES**/
#podcast-episode-player-container .vjs-volume-control{
    opacity: 1;
    width: 60px;
}

#podcast-episode-player-container .vjs-volume-control.vjs-volume-horizontal .vjs-volume-level{
    width: 60px;
}

#podcast-episode-player-container .vjs-volume-level{
    background-color: #bdb7af;
}

#podcast-episode-player-container .vjs-slider-horizontal .vjs-volume-level::before{
    content: none;
}

/**PROGRESS SLIDER STYLES**/
#podcast-episode-player-container .vjs-progress-holder{
    height: 10px;
    background-color: #2e2c2d;
    margin: 0px;
}

#podcast-episode-player-container .vjs-play-progress::before{
    content: none;
}

#podcast-episode-player-container .vjs-load-progress{
    height: 10px;
    background-color: #626262;
}

#podcast-episode-player-container .vjs-load-progress > div{
    display: none !important;
}

#podcast-episode-player-container .vjs-play-progress{
    background-color: #31869a !important;
    height: 10px;
}

#podcast-episode-player-container .vjs-mouse-display{
    z-index: 9999999;
}

#podcast-episode-player-container .vjs-mouse-display .vjs-time-tooltip{
    font-family: "Montserrat", sans-serif !important;
    color: #bdb7af;
    background-color: #2e2c2d;
    font-size: 12px !important;
}

#podcast-episode-player-container .vjs-play-progress .vjs-time-tooltip{
    font-family: "Montserrat", sans-serif !important;
    color: #2e2c2d;
    background-color: #bdb7af;
    font-size: 12px !important;
}

/**SPEED ADJUSTER STYLES**/
#podcast-episode-player-container .vjs-playback-rate.vjs-menu-button{
    margin-top: 14px;
    margin-right: 10px;
    height: 27px;
    text-shadow: none;
}

#podcast-episode-player-container .vjs-playback-rate .vjs-menu{
    bottom: -104px;
}

#podcast-episode-player-container .vjs-playback-rate ul.vjs-menu-content{
    background-color: #2e2c2d;
}

#podcast-episode-player-container .vjs-playback-rate .vjs-playback-rate-value{
    line-height: 2;
}

#podcast-episode-player-container .vjs-playback-rate li.vjs-menu-item,
#podcast-episode-player-container .vjs-playback-rate .vjs-playback-rate-value{
    font-family: "Montserrat", sans-serif !important;
    color: #9e9d9b;
    font-size: 14px !important;
}

#podcast-episode-player-container span.vjs-control-text{
    display: none;
}                                        

/**PLAYER TIME STYLES**/
#podcast-episode-player-container .vjs-current-time-display{
    font-family: "Montserrat", sans-serif !important;
    color: #9e9d9b;
    font-size: 14px;
    margin-top: 14px;
    width: 60px;
    padding-left: 0px;
}

#podcast-episode-player-container .vjs-duration-display{
    font-family: "Montserrat", sans-serif !important;
    color: #9e9d9b;
    font-size: 14px;
    margin-top: 14px;
}

/**CHANGE THE PLAYER LAYOUT**/
#podcast-episode-player-container button.vjs-play-control{
    order: 1;
}

#podcast-episode-player-container .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal{
    order: 5;
}

#podcast-episode-player-container div.vjs-current-time{
    order: 2;
}

#podcast-episode-player-container div.vjs-duration{
   order: 4;
}

#podcast-episode-player-container div.vjs-progress-control{
    order: 3;
}

#podcast-episode-player-container div.vjs-playback-rate{
    order: 6;
}

/**DOWNLOAD LINK**/
#podcast-episode-player-container #download-podcast-link{
    background: url("assets/img/podcast-player-download-btn.png") no-repeat top left;
    border: none;
    width: 40px;
    margin-top: 8px;
}

/**HAVE THE SPEED CHANGER ALWAYS DISPLAY**/
.vjs-playback-rate.vjs-menu-button.vjs-menu-button-popup.vjs-control.vjs-button.vjs-hidden{
    display: block !important;
}

/**********************************************************************************************************************/
/******************************************** Algolia Autocomplete ****************************************************/
/**********************************************************************************************************************/

.aa-dropdown-menu {
	z-index: 99999999 !important;
}

.aa-dropdown-menu .autocomplete-footer .autocomplete-footer-branding {
	padding: 0 14px;
	margin-top: 10px;
}

.aa-dropdown-menu .autocomplete-footer .algolia-powered-by-link img {
	height: 32px;
}

.aa-dropdown-menu .aa-suggestion:empty {
	padding: 0 !important;
}

/**********************************************************************************************************************/
/******************************************* Algolia Instantsearch ****************************************************/
/**********************************************************************************************************************/

.search .body-inner {
	padding-bottom: 15px;
}

.search .no-results {
	padding: 40px 0;
	font-size: 20px;
}

.searchbox-container {
	margin: -10px 30px 30px 30px;
}

.searchbox-container .input-group {
	width: 100%;
}

.searchbox-container .input-group .ais-search-box .ais-search-box {
	border: 1px solid #c1855f;
	border-radius: 50px;
	width: 88%;
	position: relative;
	height: 40px;
	float: left;
}

.searchbox-container .input-group .ais-search-box span .ais-search-box--powered-by {
	color: #888;
	float: right;
	line-height: 40px;
}

.searchbox-container .input-group .ais-search-box span .ais-search-box--powered-by a {
	color: #ebe0bf;
	font-size: 16px;
	text-transform: lowercase;
}

.searchbox-container .input-group i {
	position: absolute;
	top: 8px;
	left: 12px;
	color: #33a1bb;
	font-size: 24px;
}

.searchbox-container .input-group input {
	background: none;
	border: 0;
	padding-left: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
}

.searchbox-container .input-group input:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.section.search {
	background: #444243;
	border-top: 1px solid #464445;
	padding: 0 15px;
	margin: 0 15px 15px;
}

/* Sidebar */
.search-sidebar {
	background: #444243;
	padding: 50px 0;
	width: 210px;
	float: left;
}

.search-sidebar ul {
	list-style-type: none;
	padding: 0;
}

.search-sidebar ul li {
	padding: 10px 20px;
	font-size: 17px;
	cursor: pointer;
}

.search-sidebar ul li:hover,
.search-sidebar ul li.active {
	background: #535252;
}

/* Items Container*/
.search .scroll-container {
	float: right;
	width: 900px;
	min-height: 500px;
	background: #3f3d3e;
}

/* Stats */
#stats {
	background: #413f40;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #464445;
	padding: 0 20px;
}

/* Hits */
.hits .ais-hits--item,
.hits .ais-infinite-hits--item {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #464445;
	padding: 15px 20px;
	display: block;
}

.hits a.ais-hits--item {
	border: 0;
}

/*.hits .ais-hits--item:last-child {*/
/*border: 0;*/
/*}*/

.hits .ais-hits--item:hover {
	background-color:  #535252;
}

.hits .ais-hits--item .media-heading {
	color: #fff;
	border-bottom: 2px solid #9d7139;
	display: inline-block;
}

.hits .ais-hits--item:hover .media-heading {
	border-bottom: 2px solid #faa435;
}

.hits .ais-hits--item .media-left {
	padding-right: 0;
}

.hits .ais-hits--item .media-left img {
	width: auto;
	height: auto;
	max-width: none;
	max-height: 85px;
	margin-right: 20px;
}

.hits .ais-hits--item .media-body h4 {
	/*margin-top: 8px;*/
}

.hits .ais-hits--item .media-body .content {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hits .ais-hits--item .media-body .content p {
	color: #fff;
}

.hits .ais-hits--item .media-body p {
	display: inline;
	padding-right: 15px;
	font-size: 14px;
	color: #888;
}

.ais-infinite-hits__empty {
	padding: 50px 0;
	font-size: 18px;
}

.search-sidebar .nav.nav-list input {
	display: none;
}

.search-sidebar .nav.nav-list .ais-menu--item {
	display: block;
}

.search-sidebar .nav.nav-list .ais-menu--item,
.search-sidebar .ais-clear-all {
	padding: 10px 20px;
	font-size: 17px;
	cursor: pointer;
	position: relative;
	height: 49px;
}

.search-sidebar #all .ais-clear-all--body,
.search-sidebar .nav.nav-list .ais-menu--item .ais-menu--label,
.search-sidebar #jobs {
	padding-left: 35px;
	height: 49px;
}

.search-sidebar #all .ais-clear-all--body:before,
.search-sidebar .nav.nav-list .ais-menu--item .Blog:before,
.search-sidebar .nav.nav-list .ais-menu--item .Podcasts:before,
.search-sidebar .nav.nav-list .ais-menu--item .Video:before,
.search-sidebar .nav.nav-list .ais-menu--item .Events:before,
.search-sidebar #jobs li:before {
	content: ' ';
	position: absolute;
	top: 15px;
	left: 20px;
	width: 17px;
	height: 17px;
}

.search-sidebar .nav.nav-list .ais-menu--item .Blog:before {
	background: url("assets/img/search-page/Blog.png") no-repeat;
	background-size: contain;
}

.search-sidebar .nav.nav-list .ais-menu--item .Podcasts:before {
	background: url("assets/img/search-page/Audio.png") no-repeat;
	background-size: contain;
}

.search-sidebar .nav.nav-list .ais-menu--item .Video:before {
	background: url("assets/img/search-page/Video.png") no-repeat;
	background-size: contain;
}

.search-sidebar .nav.nav-list .ais-menu--item .Events:before {
	background: url("assets/img/search-page/Event.png") no-repeat;
	background-size: contain;
}

.search-sidebar #all .ais-clear-all--body:before {
	background: url("assets/img/search-page/all-library-items.png") no-repeat;
	background-size: contain;
	top: 12px;
	left: 17px;
	width: 20px;
	height: 20px;
}

.search-sidebar #jobs li:before {
	background: url("assets/img/search-page/Jobs.png") no-repeat;
	background-size: contain;
}

.search-sidebar .nav.nav-list .ais-menu--item .ais-menu--label {
	cursor: pointer;
}

.search-sidebar .nav.nav-list .ais-menu--item label {
	font-weight: normal;
}

.search-sidebar .nav.nav-list .ais-menu--item .ais-menu--count {
	display: none;
}

.search-sidebar #all:hover,
.search-sidebar .nav.nav-list .ais-menu--item.active,
.search-sidebar .ais-clear-all.active,
.search-sidebar #jobs.active,
.search-sidebar #jobs:hover,
.search-sidebar .nav.nav-list .ais-menu--item:hover {
	background: #535252;
}

.search-sidebar .ais-clear-all--link {
	color: #bdb7af;
}

.search-sidebar .ais-clear-all--link:hover {
	color: #bdb7af;
	text-decoration: none;
}

.search-sidebar #jobs {
	position: relative;
	margin-top: 30px;
	border-top: 1px solid #555;
}

.jobs-separator {
	padding: 5px 40px;
	border-top: 2px solid;
	border-bottom: 2px solid;
	font-size: 15px;
	/*margin-left: 15px;*/
	border-color: #8e8983;
	background: #444243;
}

/* Pagination */
#pagination {
	margin-bottom: 25px;
}

.ais-pagination .ais-pagination--link {
	background: transparent;
	color: #8e8983;
	border: 2px solid #8e8983;
	padding: 10px!important;
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	display: block!important;
	text-align: center;
	height: 40px;
	width: 40px;
}

.ais-pagination .ais-pagination--link:hover,
.ais-pagination li.active .ais-pagination--link {
	text-decoration: none;
	background-color: #2e2c2d;
	color: #fff;
	border-color: #fff;
}

.ais-pagination li:first-child .ais-pagination--link,
.ais-pagination li:last-child .ais-pagination--link {
	border-radius: 0;
}

@media screen and (max-width: 1200px) {
	.search-sidebar {
		width: 28%;
	}

	.search .scroll-container {
		width: 72%;
	}
}

@media screen and (max-width: 1080px) {
	.searchbox-container .input-group .ais-search-box .ais-search-box {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.searchbox-container {
		margin: 30px;
	}

	.search-sidebar {
		width: 100%;
		float: none;
	}

	.search .scroll-container {
		width: 100%;
		float: none;
	}

	.hits .ais-hits--item {
		padding: 10px 0px;
	}

	.media-body, .media-left, .media-right {
		display: block;
		width: 100%;
	}

	.hits .ais-hits--item .media-left {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 480px) {
	.searchbox-container .input-group .ais-search-box span .ais-search-box--powered-by {
		width: 100%;
		text-align: center;
	}

	.ais-pagination li.ais-pagination--item.ais-pagination--item__page {
		display: none;
	}
}