/*
Theme Name: CJ Pearson
Description: Wordpress Theme Designed for CJ Pearson.
Author: Drogin Group
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[FONTS]------------------------*/
/*------------------------------------------------*/
@import url(fonts/font-awesome/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i);
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
:before, :after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
html, body {
	height: 100%;
}
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0;
}
ol {
	margin:0 0 10px 1.5em
}
ul {
	margin:0 0 10px 1.5em
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
body {
	background: none repeat scroll 0 0 #FFFFFF;
}
body, input, textarea {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4em;
	font-size: 20px;
	color: #262626;
}
a {
	color: #B72927;
	outline: medium none;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
a:hover {
	color:  #000;
}
.clear {
	clear: both;
}
img {
	max-width:100%;
	height:auto
}
iframe {
	max-width: 100%;
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1em;
	padding-bottom: 0.5em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.17em;
}
h4 {
	font-size: 1.12em;
}
h5 {
	font-size: .83em;
}
h6 {
	font-size: .75em;
}
p {
	margin-bottom: 1.35em;
}
ul {
	margin-bottom: 1.35em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
ins {
	text-decoration: none;
}
pre {
	background-color: #F5F5F5;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 9.5px;
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
hr {
	background: none repeat scroll 0 0 #D8D8D8;
	border: medium none;
	clear: both;
	height: 1px;
	margin: 12px 0;
}
blockquote {
	border-left: 5px solid #EEEEEE;
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
blockquote p {
	display:inline;
	line-height:inherit;
	font-weight:400;
}
blockquote p:before, blockquote p:after {
	display:inline-block;
	font-family:FontAwesome;
	opacity:0.5;
	font-size:13px;
}
blockquote p:before {
	content:'\f10d';
	margin-right:5px;
	vertical-align:11px;
}
blockquote p:after {
	content:'\f10e';
	margin-left:5px;
	vertical-align:7px;
}
blockquote cite {
	color: #B72927;
	display: block;
}
input[type="text"], input[type="email"], input[type="tel"], input.text, input.title, textarea, select {
	background-color: #fff;
	border: 2px solid #DEDEDE;
	padding: 10px 13px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	font-size: 1.2em;
	line-height: 1.365em;
	color: #000;
	font-weight: 400;
}
input[type=text]:focus, input[type="email"]:focus, input[type="tel"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#bbb;
}
input[type="submit"], button, .button {
	background: none repeat scroll 0 0 #B72927;
	color: #FFFFFF;
	display: inline-block;
	max-width: 100%;
	padding: 8px 35px 8px;
	text-align: center;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	width: auto;
	cursor: pointer;
	border: none;
	font-family: "bebas-neue", sans-serif;
	line-height: 1.3em;
	font-size: 1.5em;
	font-weight: 400;
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus, .button:hover {
	background:#222;
	color:#fff
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
.screen-reader-text {
	text-indent:-9999px;
	display:none
}
table {
	background: none repeat scroll 0 0 #EEEEEE;
	border-collapse: separate;
}
table th {
	background: none repeat scroll 0 0 #F6F6F6;
	font-weight: 700;
	padding: 5px 10px;
	text-align: left;
}
table td {
	background: #fff;
	padding: 5px 10px;
}
/*------------------------------------------------*/
/*----------------------[GRIDS]-------------------*/
/*------------------------------------------------*/
.row {
	margin: 0 -10px;
	position: relative;
}
.row:after, .row:before {
	content: " ";
	display: table;
	clear: both;
}
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.grid12 {
	width: 100%
}
.grid11 {
	width: 91.66666667%
}
.grid10 {
	width: 83.33333333%
}
.grid9 {
	width: 75%
}
.grid8 {
	width: 66.66666667%
}
.grid7 {
	width: 58.33333333%
}
.grid6 {
	width: 50%
}
.grid5 {
	width: 41.66666667%
}
.grid4 {
	width: 33.33333333%
}
.grid3 {
	width: 25%
}
.grid2 {
	width: 16.66666667%
}
.grid1 {
	width: 8.33333333%
}
.row > .grid3:nth-child(4n+1) {
 clear: both
}
.row > .grid6:nth-child(2n+1) {
 clear: both
}
/*------------------------------------------------*/
/*-------------------[TYPOGRAPHY]-----------------*/
/*------------------------------------------------*/
.block {
	display:block
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flex.reverse {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.space10 {
	clear:both;
	height:10px;
	display: block;
}
.space15 {
	clear:both;
	height:15px;
	display: block;
}
.space20 {
	clear: both;
	height: 20px;
	display: block;
}
.space30 {
	clear:both;
	height:30px;
	display: block;
}
.space40 {
	clear:both;
	height:40px;
	display: block;
}
.space50 {
	clear:both;
	height:50px;
	display: block;
}
#searchsubmit {
	font-family:FontAwesome
}
/*------------------------------------------------*/
/*--------------------[IMAGES]--------------------*/
/*------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 6px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
/*------------------------------------------------*/
/*-------------------[STRUCTURE]------------------*/
/*------------------------------------------------*/
.wrapper {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 1210px;
	padding-left:15px;
	padding-right:15px;
}
.wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*------------------------------------------------*/
/*---------------------[HEADER]-------------------*/
/*------------------------------------------------*/
#header {
	position: relative;
	background: #fff;
	z-index:9;
	border-left:solid 20px #fff;
	border-right:solid 20px #fff;
	border-top:solid 20px #fff
}
#header .wrapper {
	width: 100%;
	padding: 0;
	height:51px;
}
#logo {
	float: left;
	width: 118px;
	position: relative;
	top: 10px;
	margin-left: 15px;
}
#logo img {
	display:block
}
#headerRight {
	float:right
}
#navigation {
	float:right
}
#toggle-menu {
	color: #666;
	cursor: pointer;
	font-size: 1.15em;
	font-weight: 700;
	line-height: 50px;
	position: relative;
}
#toggle-menu::after {
 content: "\f0c9";
 display: inline-block;
 font-family: FontAwesome;
 font-style: normal;
 font-weight: normal;
 margin-left: 14px;
 position: relative;
 top: 0px;
 width: 50px;
 height: 50px;
 vertical-align: top;
 font-size: 1.21em;
 text-align: center;
 background: #B72927;
 color: #fff;
 text-indent: 1px;
}
#toggle-menu:hover {
	color: #B72927;
}
#navigation ul.desktopMenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: 200px;
	right: 0;
	background: #B72927;
	display:none;
	z-index:99
}
#navigation ul.desktopMenu > li {
	display:block;
	border-bottom:solid 1px rgba(255, 255, 255, 0.1)
}
#navigation ul.desktopMenu > li > a {
	display: block;
	color: #fff;
	padding: 8px 15px 10px;
	font-size: 0.9em;
	line-height: 1em;
}
#navigation ul.desktopMenu > li > a:hover {
	background:rgba(0, 0, 0, 0.1);
}
#headerSocial {
	float: left;
	padding-right: 39px;
	padding-top: 12px;
}
#headerSocial a {
	font-size: 1.45em;
	line-height: 1em;
	display: inline-block;
	margin-left: 12px;
	color: #666;
}
#headerSocial a:hover {
	color: #B72927;
}
/*------------------------------------------------*/
/*-----------------[STANDARD PAGE]----------------*/
/*------------------------------------------------*/	
#pageBanner {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding-top: 100px;
	padding-bottom: 51px;
	border: solid 20px #fff;
}
.bannerTab {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}
.bannerCell {
	display: table-cell;
	vertical-align:middle;
	text-align: center;
}
#pageBanner .bannerCell {
	vertical-align:top;
	text-align:left
}
.bannerTxtBx {
	width: 49%;
}
.bannerTitle {
	font-family: "bebas-neue", sans-serif;
	line-height: 0.81em;
	font-size: 4.1em;
	text-align: center;
	color: #666666;
	padding-bottom: 0.22em;
	font-weight:400;
}
.bannerSubTitle {
	font-style: normal;
	font-weight: 300;
	line-height: 1.4em;
	font-size: 1.5em;
	text-align: center;
	padding-bottom: 0.5em;
}
.bannerTxt {
}
#main {
	padding-top: 58px;
	padding-bottom: 68px;
	background-color: #F3F3F3;
	border-bottom: solid 20px #fff;
	border-left: solid 20px #fff;
	border-right: solid 20px #fff;
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
.gform_wrapper {
	position:relative
}
ul.gform_fields {
	margin: 0 -6px;
	position: relative;
	padding:0;
	list-style:none;
}
ul.gform_fields:after, ul.gform_fields:before {
	content: " ";
	display: table;
	clear: both;
}
ul.gform_fields > li.gfield {
	position: relative;
	min-height: 1px;
	padding-right: 6px;
	padding-left: 6px;
	float: left;
	width:50%;
	padding-bottom:12px;
	position:relative
}
.gplaceholder .gfield_label {
	display:none
}
ul.gform_fields > li.gfield.joinFname {
	width: 23.5%;
}
ul.gform_fields > li.gfield.joinLname {
	width: 23.5%;
}
ul.gform_fields > li.gfield.joinEmail {
	width:38%
}
ul.gform_fields > li.gfield.joinZip {
	width:15%
}
ul.gform_fields > li.gfield.onethird {
	width:33.33%
}
ul.gform_fields > li.gfield.fullwidth {
	width:100%
}
ul.gform_fields > li.gfield input[type="text"] {
	width:100%
}
ul.gform_fields > li.gfield textarea {
	width:100%;
	height:120px;
}
.gform_footer img {
	position:absolute
}
.validation_error {
	display: none;
}
.gfield_description.validation_message {
	color: red;
	font-size: 0.7em;
	line-height: 1em;
	position: absolute;
}
ul.sub-list {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0 10px;
	width: 50%;
}
ul.sub-list label {
	color: #434343;
	font-size: 0.9em;
}
ul.gform_fields > li.gfield.volunteercheckboxes {
	border: 2px solid #cacaca;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 25px;
	padding: 15px 20px;
}
ul.gform_fields > li.gfield.volunteerphone {
	width:30%
}
ul.gform_fields > li.gfield.volunteerzip {
	width:20%
}
ul.gform_fields > li.gfield.volunteercheckboxes {
	border: 2px solid #cacaca;
	border-radius: 4px;
	padding: 15px 20px;
}
.gfield_label {
	color: #7e7e7e;
	display: block;
	font-size: 1em;
	font-weight: 700;
	padding-bottom: 8px;
}
.errorMessages {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*------------------------------------------------*/
/*-----------------[JOIN MOVEMENT]----------------*/
/*------------------------------------------------*/	
#joinmovement {
	position:relative;
	background: #F3F3F3;
}
#joinmovement .gform_heading {
	float: left;
	width: 24%;
	background: #3F69A9;
}
#joinmovement .gform_title {
	font-family: "bebas-neue", sans-serif;
	line-height: 100px;
	font-size: 2em;
	text-align: center;
	color: #FFFFFF;
	padding: 0 15px;
	font-weight: 400;
}
#joinmovement .gform_body {
	float: left;
	width: 62.8%;
	padding-left: 20px;
	padding-right: 12px;
	padding-top: 23px;
}
#joinmovement .gform_footer {
	float: right;
	padding-right: 20px;
	width: 13.2%;
	padding-top: 23px;
}
#joinmovement .gform_footer input[type="submit"] {
	display:block;
	width:100%;
	padding-left:5px;
	padding-right:5px
}
ul.gform_fields > li.gfield.movementName {
	width: 38%;
}
ul.gform_fields > li.gfield.movementEmail {
	width: 43%;
}
ul.gform_fields > li.gfield.movementZip {
	width:19%
}
/*------------------------------------------------*/
/*------------------[GET INVOLVED]----------------*/
/*------------------------------------------------*/
#getinvolved {
	border: solid 20px #fff;
	padding-top: 7px;
}
#getinvolved .wrapper {
	width: 1050px;
}
#getInvlvdTitle {
	font-family: "bebas-neue", sans-serif;
	line-height: 1em;
	font-size: 2.25em;
	text-align: center;
	color: #666666;
	padding-bottom: 0.5em;
	font-weight:400
}
#facebookWidget {
	width: 50%;
	padding-right: 10px;
}
#facebookWidgetIn {
	background-color: #f6f7f9;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
}
#twitterWidget {
	width: 50%;
	padding-left: 10px;
}
#twitterWidgetIn {
	padding: 34px;
	color:#fff;
	background-color:#B72927
}
#twitterWidgetIn a{color:#fff}
#twitterWidgetIn a:hover{color:#111}
#twitterWidgetTop {
	padding-bottom: 18px;
}
#twitterWidgetTop .fa {
	font-size: 3.85em;
	float: left;
	line-height: 0.8em;
	margin-top: -3px;
}
#twitterWidgetTop a {
	float: right;
	border: 2px solid #fff;
	font-family: "bebas-neue", sans-serif;
	color: #fff;
	margin-top: 5px;
	display: block;
	font-weight: 400;
	padding: 4px 14px 5px;
	background-color: transparent;
	font-weight: 400;
}
#twitterWidgetTop a:hover {
	background-color:#fff;
	color: #B72927;
}
#tweetsCycle {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tweetsCycle > li{padding:0.6em 0}
/*------------------------------------------------*/
/*----------------------[SECTIONS]----------------*/
/*------------------------------------------------*/
#sections {
	border-left: solid 20px #fff;
	border-right: solid 20px #fff;
}
.section {
	border-bottom: solid 20px #fff;
	padding-top: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
}
.section.sectionFeaturedIn {
	padding-top: 15px;
	padding-bottom: 25px;
	background: #fff;
}
.section.sectionFeaturedIn .wrapper {
	padding-left:0;
	padding-right:0;
	width:100%
}
.featuredInTitle {
	text-align: center;
	font-weight: 300;
	color: #262626;
	font-size: 1.25em;
	padding-bottom: 1.55em;
}
#logoSlider {
}
ul#foo5 {
	margin:0;
	padding:0;
	list-style:none
}
ul#foo5 li {
	float: left;
	padding: 0 30px;
}
.clientBx .bannerTab {
	height:140px
}
.sectionTitle {
	font-family: "bebas-neue", sans-serif;
	font-weight: 400;
	line-height: 1em;
	font-size: 3em;
	text-align: center;
	color: #666666;
	padding-bottom: 0.4em;
	line-height:0.816em
}
.section.sectionMeetNightmare {
	padding-top: 78px;
	padding-bottom: 40px;
}
#testimonialsTitle {
	text-align: center;
	font-family: "bebas-neue", sans-serif;
	line-height: 0.822em;
	font-size: 2.25em;
	text-align: center;
	font-weight:400;
	padding-bottom:1em;
}
.section.sectionTestimonials {
	padding-top: 60px;
	padding-bottom: 24px;
}
#testimonialSlider {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 26px;
}
#testimonialSlider ul.slides {
	margin:0;
	padding:0;
	list-style:none
}
#testimonialSlider ul.slides > li {
	display:none
}
#testimonialSlider ul.slides > li:first-child {
	display:block
}
.testimonialTxt {
	font-weight: 300;
	line-height: 1.4em;
	font-size: 2em;
	text-align: center;
}
.testimonialName {
	font-family: "bebas-neue", sans-serif;
	line-height: 0.82em;
	font-size: 2.5em;
	font-weight: 400;
	padding-top: 0.6em;
}
.testimonialTitle {
	font-size: 1.15em;
	padding-top: 0.75em;
}
#testimonialSlider .flex-control-nav.flex-control-paging {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 84px;
	height: auto;
}
#testimonialSlider .flex-control-nav.flex-control-paging li {
	display: inline-block;
	margin: 0 8px;
	vertical-align: top;
}
#testimonialSlider .flex-control-nav.flex-control-paging li a {
	display:block;
	text-indent:-9999px;
	width:15px;
	height:15px;
	background: rgba(255, 255, 255, 0.4);
	cursor:pointer
}
#testimonialSlider .flex-control-nav.flex-control-paging li a.flex-active {
	background:#fff
}
/*------------------------------------------------*/
/*------------------[TAKE ACTION]-----------------*/
/*------------------------------------------------*/
body.page-template-tpl-takeaction {
}
body.page-template-tpl-takeaction #pageBanner {
	padding-top: 90px;
	padding-bottom: 73px;
}
body.page-template-tpl-takeaction #pageBanner .bannerTxt {
	font-size: 1.05em;
	text-align: center;
	font-weight: 400;
	padding-top: 4px;
}
.section.movementSection {
	padding-top: 76px;
	padding-bottom: 76px;
}
.movementDesc {
	line-height: 1.411em;
	font-size: 0.85em;
	font-weight: 400;
}
.movementBtn {
	padding-top: 24px;
	text-align: center;
}
/*------------------------------------------------*/
/*----------------------[CONTACT]-----------------*/
/*------------------------------------------------*/
body.page-template-tpl-contact {
}
body.page-template-tpl-contact #pageBanner {
	background-position: center top;
	padding-top: 90px;
	padding-bottom: 84px;
}
#contactFrm {
	background: #E0E0E0;
	padding: 5.5% 9%;
	margin-top: 24px;
}
#contactFrm ul.gform_fields > li.gfield {
	padding-bottom:8px
}
#contactFrm ul.gform_fields > li.gfield textarea {
	height: 165px;
}
#contactFrm .gform_footer {
	text-align:center;
	padding-top:5px
}
 #contactFrm ::-webkit-input-placeholder {
text-align:center
}
#contactFrm ::-moz-placeholder {
 text-align:center
}
#contactFrm :-ms-input-placeholder {
text-align:center
}
#contactFrm :-moz-placeholder {
text-align:center
}
/*------------------------------------------------*/
/*-----------------------[HOME]-------------------*/
/*------------------------------------------------*/
body.home {
}
body.home #header {
	position:absolute;
	background:none;
	width:100%
}
body.home #header #logo {
	display:none
}
body.home #pageBanner {
	padding-top: 40px;
	padding-bottom: 40px;
	min-height:650px; background-position:center top;
}
body.home #pageBanner .bannerCell {
	vertical-align:middle;
	text-align: center;
}
body.home #pageBanner .bannerTxtBx {
	width: 545px;
	max-width: 50%;
}
body.home #pageBanner #homeLogo {
	padding-bottom: 30px;
}
body.home #pageBanner #homeLogo img{
	width:260px;
}

body.home #pageBanner .bannerSubTitle {
	line-height: 1.4em;
	font-size: 1.25em;
	font-weight: 400;
	padding-top: 0px;
}
.homebannerBtn {
	padding-top: 14px;
	text-align: center;
}
.homebannerBtn > a {
	display: inline-block;
	font-family: "bebas-neue", sans-serif;
	border: 3px solid #666;
	line-height: 37px;
	font-size: 26px;
	text-align: center;
	color: #666666;
	font-weight: 400;
	padding: 5px 26px;
	background-color:transparent
}
.homebannerBtn > a:hover {
	color:#fff;
	background-color:#666666
}
#section-home-1.sectionFeaturedIn {
	padding-top: 30px;
	padding-bottom: 10px;
}
.sectionTagline {
	line-height: 1.4em;
	font-size: 1.5em;
	text-align: center;
	padding: 0 20px;
	padding-bottom: 0.5em;
}
.sectionTitle.big {
	line-height: 0.814em;
	font-size: 3.5em;
	padding-bottom: 0.25em;
}
.section.sectionHomeMeet {
	padding-top: 93px;
	padding-bottom: 90px;
}
/*------------------------------------------------*/
/*----------------[FEATURED CONTENT]--------------*/
/*------------------------------------------------*/
.section.sectionFeaturedContent {
	padding-top: 21px;
	padding-bottom: 2px;
	background:#fff
}
.section.sectionFeaturedContent .wrapper {
	width: 100%;
	padding: 0;
}
#featuredContentArea {
	position:relative;
	padding: 0 32px;
}
#prev3, #next3 {
	display: block !important;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
	background-color: #B72927;
	color: #fff;
	font-size: 1.4em;
	position: absolute;
	left: -20px;
	top: 50%;
	z-index: 99;
	margin-top: -26px;
}
#prev3:hover, #next3:hover {
	background-color:#666
}
#next3 {
	right:-20px;
	left:inherit
}
.section.sectionFeaturedContent .sectionTitle {
	line-height: 0.822em;
	font-size: 2.25em;
	padding-bottom: 19px;
}
#featuredContent {
	position:relative
}
#featuredContent ul {
	margin:0;
	padding:0;
	list-style:none
}
#featuredContent ul li {
	width:33.33%;
	float:left
}
.ftrdCntntItem {
	border-left: solid 10px #fff;
	border-right: solid 10px #fff;
	width: 100%;
	height: 251px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}
.ftrdCntntItemBx {
	width: 100%;
	position: relative;
}
.ftrdCntntGrad {
	background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 49.82%);
	position: relative;
	z-index: 9;
	width: 100%;
}
.ftrdCntntItemBxIn {
	width: 100%;
	padding: 0 18px 22px;
	left: 0;
	color: #fff;
	align-self: flex-end;
	z-index: 9;
}
.ftrdCntntImg {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	filter: grayscale(100%);
	transition:300ms;
}
.ftrdCntntItemBx:hover .ftrdCntntImg {
	-webkit-filter: grayscale(10%); /* Chrome, Safari, Opera */
	filter: grayscale(10%);
}
.ftrdCntntLink {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	z-index:10;
}
.ftrdCntntType {
	padding-left: 10px;
	font-family: "bebas-neue", sans-serif;
	font-weight: 400;
	line-height: 47px;
	font-size: 0.95em;
	text-align: right;
	align-self: flex-end;
	margin-bottom: -5px;
}
.ftrdCntntType .fa.fa-play-circle {
	font-size: 2.473em;
	vertical-align: middle;
	margin-left: 9px;
}
.ftrdCntntTitle {
	align-self: flex-end;
	width: 50%;
	flex-grow: 1;
	line-height: 0.833em;
	font-weight:400;
	font-size: 1.8em;
	font-family: "bebas-neue", sans-serif;
}
#ftrdItemWidthHolder {
	width:33.33%
}
/*------------------------------------------------*/
/*---------------[MEDIA/BLOG/NEWS]----------------*/
/*------------------------------------------------*/
#main.archiveMain {
	background: none;
	padding-top: 90px;
	padding-bottom: 2px;
	background:#fff;
}
#blogposts {
	padding-top: 14px;
}
#blogposts .grid6 {
	padding-bottom:20px;
}
.blogpostItem .ftrdCntntItem {
	border-left:none;
	border-right:none;
	height:322px
}
.blogpostItem .ftrdCntntItemBxIn {
	padding: 0 35px 25px;
}
#postNav {
	padding-top: 4px;
	text-align: center;
}
.pnavi {
	display:inline-block
}
.nextPost {
	float:left
}
.prevPost {
	float:right
}
.nextPost, .prevPost {
	width: 163px;
	min-height:1px;
}
.nextPost a, .prevPost a {
	display: block;
	font-family: "bebas-neue", sans-serif; font-weight:400;
	line-height: 1.367em;
	font-size: 1.5em;
	text-align: center;
	background-color: #969696;
	color: #fff;
	padding: 7px 5px;
	display:block;
	width:100%;
}
.nextPost a:hover, .prevPost a:hover {
	background-color:#B72927
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	line-height: 1.367em;
	font-size: 1.5em;
	padding: 7px 5px;
	font-family: "bebas-neue", sans-serif;
	font-weight: 400;
	background-color: transparent;
	width: 55px;
	text-align: center; margin:0 2px; vertical-align:top;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color:#fff;
	background-color:#B72927
}

#main.singleMain {
	background: none;
	padding-top: 105px;
	padding-bottom: 2px;
}
.singleCat {
	line-height: 1.4em;
	font-size: 0.85em;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.singleCat a{color:#666}
.singleCat a:hover{color:#B72927}
.postTitle {
	font-family: "bebas-neue", sans-serif;
	line-height: 0.815em;
	font-size: 3.25em;
	font-weight: 400;
	color: #666666;
	padding-bottom: 0.2em;
}
.postMeta{
		line-height: 1.4em;
	font-size: 0.85em;
	text-transform: uppercase;
	padding-bottom: 10px;
	color:#666;
}
.postHeader {
	padding: 0 3px;
	padding-bottom: 18px;
}
#sidebar{width:362px; padding-left:20px;}
#sidebarIn{
	background: #F3F3F3;
}
#container{width:50%; flex-grow:1}
#singleBanner {
	margin-bottom: 1.3em;
}
#singleThumb {
	padding-bottom: 54.25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#postArea .entry {
	line-height: 1.57em;
	font-size: 0.95em;
}
#postArea .entry p{
	margin-bottom:1.6em
}
#postNav.singlePostNav {
	padding-top: 74px;
}
.widget-title {
	font-family: "bebas-neue", sans-serif;
	font-weight: 400;
	line-height: 1.1em;
	font-size: 1.5em;
	text-align: center;
	color: #FFFFFF;
	padding: 9px 10px 11px;
	background-color: #3F69A9;
}
#sidebarFeatured {
	padding: 14px 16px;
}
.sideBrCat {
	line-height: 1.35em;
	font-size: 0.7em;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 3px;
}
.sideBrTitle {
	font-family: "bebas-neue", sans-serif;
	font-weight: 400;
	line-height: 0.833em;
	font-size: 1.8em;
	padding-bottom: 0.35em;
}
.sideBrCat a, .sideBrTitle a{
	color:#666;
}
.sideBrCat a:hover, .sideBrTitle a:hover{
	color:#B72927;
}
.sideBrftrdType{
	font-family: "bebas-neue", sans-serif;
line-height: 1em;
font-size: 0.95em;
opacity: 0.7;
}
.sideBrftrdType .fa {
	margin-left: 3px;
	font-size: 1.2em;
	vertical-align: middle;
}
.sidebarFtrdItem {
	padding-bottom: 26px;
}
/*------------------------------------------------*/
/*----------------------[FOOTER]------------------*/
/*------------------------------------------------*/
#footer {
	text-align: center;
	padding-top: 14px;
	padding-bottom: 50px;
	position:relative;
	border:solid 20px #fff;
	color:#666;
	background:#fff;
}
#footer a {
	color:#969696;
}
#footer a:hover {
	color: #B72927;
}
#footerSocial {
	padding-top:30px
}
#footerSocial a {
	display: inline-block;
	margin: 0 8px;
	font-size: 2.15em;
}
#footerNav {
	padding-top: 33px;
}
#footerNav ul {
	margin:0;
	padding:0;
	list-style:none
}
#footerNav ul > li {
	display: inline-block;
	margin: 0 14px;
}
#footerNav ul > li:first-child{margin-left:0}
#footerNav ul > li:last-child{margin-right:0}
#footerNav ul li a {
	font-size: 1.1em;
	font-weight: 700;
	line-height: 1em;
	display: inline-block;
}
#footerNav ul li.contrbtLink a {
	color: #B72927;
}
#copyright {
	font-size: 0.45em;
	padding-top: 30px;
}