/*
Theme Name: Republican Party of Texas
Description: Wordpress Theme Designed for Republican Party of Texas.
Author: Kristopher Ray Creative LLC.
Version: 1.0
*/

/*------------------------------------------------*/
/*-----------------[FONTS]------------------------*/
/*------------------------------------------------*/
@import url(fonts/font-awesome/font-awesome.min.css);
/*------------------------------------------------*/
/*-----------------[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 #f2f2f2;
}
body, input, textarea {
	color: #444444;
	font-family: 'proxima-nova', sans-serif;
	font-size: 16px;
	line-height: 1.4em;
}
a {
	color: #aa2727;
	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: 10px;
}
ul {
	margin-bottom:10px
}
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;
	font-size:0.6em
}
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: #005eb6;
	display: block;
}
input[type="text"], input[type="file"], input[type="email"], input[type="tel"], input.text, input.title, textarea, select {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-sizing: border-box;
	line-height: 1.4em;
	padding: 8px 12px;
	transition: all 0.3s ease 0s;
}
input[type="submit"], button, .button {
	background: #aa2727 none repeat scroll 0 0;
	border: medium none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 700;
	line-height: 1em;
	max-width: 100%;
	padding: 12px 18px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	width: auto;
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus, .button:hover {
	background:#222;
	color:#fff
}
.button.hollow {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 3px solid;
	color: #888;
	font-size: 1.2em;
	padding: 14px 48px;
}
.button.hollow:hover {
	color:#aa2727
}
.button.white {
	background-color:#fff;
	color:#aa2727
}
.button.white:hover {
	background-color:#111;
	color:#fff
}
.btn.button {
	margin-bottom: 10px;
	display: block;
	padding: 14px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.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 -15px;
	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: 15px;
	padding-left: 15px;
	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
}
.row > .grid4:nth-child(3n+1) {
 clear: both
}
/*------------------------------------------------*/
/*------------------[TYPOGRAPHY]------------------*/
/*------------------------------------------------*/
.blue {
	color:#173056
}
.grey {
	color:#7e7e7e;
}
.hide {
	display:none
}
.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;
}
.flexHalf {
	width: 50%;
}
.space10 {
	height:10px;
	clear:both
}
.space15 {
	height:15px;
	clear:both
}
.space20 {
	height:20px;
	clear:both
}
.space30 {
	height:30px;
	clear:both
}
.space40 {
	height:40px;
	clear:both
}
.space70 {
	height:70px;
	clear:both
}
.bannerTab {
	display: table;
	height: 100%;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 15px;
	table-layout: fixed;
	width: 100%;
}
.bannerCell {
	color:#fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.uppercase {
	text-transform:uppercase
}
.txtCenter {
	text-align:center
}
/*------------------------------------------------*/
/*--------------------[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: 1270px;
	padding-left:15px;
	padding-right:15px;
}
.wrapper.narrow {
	width: 780px;
}
.wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#container {
	width: 70%;
	float: left;
}
#sidebar {
	width: 30%;
	float: right;
	padding-left: 40px;
}
/*------------------------------------------------*/
/*----------------------[HEADER]------------------*/
/*------------------------------------------------*/
#headerArea {
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	position: relative;
}
#headerArea .wrapper {
	width: 1304px;
}
#headerTop {
	background:#f3f3f3;
	height: 29px;
	padding: 6px 0;
	position: relative;
}
#headerTopIn {
	color: #879099;
	padding-left: 105px;
}
#headerTopIn a {
	color: #879099;
}
#headerTopIn a:hover {
	color: #111;
}
#headerTopContacts {
	float: left;
	font-size: 0.9em;
	line-height: 1.1em;
}
#headerTopContacts ul {
	margin:0;
	padding:0;
	list-style:none
}
#headerTopContacts ul li {
	display: inline-block;
	margin-right: 8px;
	vertical-align:middle;
}
#headerTopContacts ul li span {
	font-weight:700
}
#headerSoial {
	float:right;
	line-height:.8em
}
#headerSoial ul {
	margin:0;
	padding:0;
	list-style:none
}
#headerSoial ul li {
	display:inline-block;
	vertical-align:top;
	margin-left:4px;
}
#header {
	padding: 8px 0 4px;
	position: relative;
	max-height: 64px;
}
#logo {
	float: left;
	margin-top: -34px;
	position: relative;
	z-index: 99;
}
#logo h1 {
	padding:0
}
#logo h1 a {
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-size: 86px 86px;
	display: block;
	height: 86px;
	text-indent: -9999px;
	width: 86px;
}
#navigation {
	float: left;
	font-family: "bebas-neue";
	font-weight:400;
	font-size: 1.4em;
	line-height: 1.2em;
	padding-left: 19px;
	padding-top: 9px;
	word-spacing: 2px;
	position:relative;
}
#navigation > ul.desktopMenu {
	margin:0;
	padding:0;
	list-style:none
}
#navigation > ul.desktopMenu > li {
	float: left;
	margin-right: 25px;
	position:relative;
}
#navigation > ul.desktopMenu > li > a {
	display:block;
	color:#5a5a5a
}
#navigation > ul.desktopMenu > li > a:hover {
	color:#aa2727
}
#navigation > ul.desktopMenu > li > ul {
	position: absolute;
	display:none;
	width: 180px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #f3f3f3;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	z-index:99
}
#navigation > ul.desktopMenu > li > ul > li {
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	position:relative;
}
#navigation > ul.desktopMenu > li > ul > li > a {
	display: block;
	padding: 5px 15px;
	font-size: 0.9em;
	color: #5a5a5a;
}
#navigation > ul.desktopMenu > li > ul > li > a:hover {
	background:rgba(0, 0, 0, 0.05);
	color:#aa2727
}
#headerDonations {
	float:right
}
.headerContribute {
	color: #5a5a5a;
	display: inline-block;
	font-family: "bebas-neue";
	font-weight:400;
	font-size: 1.3em;
	vertical-align: middle;
}
ul.donationLinks {
	display: inline-block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
ul.donationLinks li {
	float: left;
	margin-left: 5px;
}
ul.donationLinks li a {
	border: 5px solid #d06b6b;
	border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	height: 46px;
	line-height: 37px;
	text-align: center;
	width: 46px;
	background-color:#aa2727;
}
ul.donationLinks li a span {
	display: inline-block;
	font-size: 0.8em;
	margin-right: 1px;
	margin-top: -2px;
	vertical-align: top;
}
/*------------------------------------------------*/
/*-----------------[LANDING PAGES]----------------*/
/*------------------------------------------------*/
/*html.landing-column {
	height: inherit;
}
body.landing-column {
	height:inherit
}*/
body.landing-center #homeIntroSocial, body.landing-column #homeIntroSocial {
	padding: 25px 0 5px;
	width:100%;
}
body.landing-column #homeIntroSocial {
	position:absolute;
	left:0;
	top:0
}
body.landing-column .flexHalf {
	padding: 0 40px;
	padding-top:80px;
}
.flexHalf.right {
	background-color:rgba(10, 38, 76, .75)
}
.flexHalf.left {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
}
#landingArea {
	position:relative;
	width:100%
}
.landingColumn1 {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 40px 5% 120px;
	position: relative;
	text-align: center;
	width: 60%;
}
.landingColumn1.left #paidFor {
	border: 1px solid #fff;
	bottom: 42px;
	color: #fff;
	font-size: 0.85em;
	left: 4%;
	padding: 8px 10px;
	position: absolute;
	text-align: center;
	width: 92%;
}
.landingColumn2 {
	width:40%;
	padding: 30px 15px;
	background-color:#fff;
}
body.landing-center #logo, body.landing-column #logo {
	float: none;
	margin:0;
}
body.landing-center #logo h1 a, body.landing-column #logo h1 a {
	background-image: url("images/logo_landing.png");
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	display: block;
	height: 236px;
	margin: 0 auto;
	width: 235px;
}
body.landing-center #logo h1 a {
	-webkit-background-size: auto 100%;
	display: block;
	height: 145px;
	margin: 30px auto 0;
	width: 145px;
}
#logoTxt {
	margin-top:30px
}
#logoTxt img {
	display: block;
	margin:0 auto;
}
.landingTab {
	display: table;
	height: 100%;
	width: 100%;
}
.landingCell {
	display: table-cell;
	vertical-align: middle;
}
body.landing-center #main {
	padding: 20px 0 40px;
	position: relative;
}
body.landing-center #main-container {
	width:100%;
	background:#fff;
	display:block;
}
body.landing-center #main-container .grid12 {
	background: #fff;
	padding:30px 0;
}
body.landing-center #main-container .grid12 .landingFormArea {
	max-width:1200px;
	margin:0 auto;
	width:100%;
}
body.landing-center .continueSite {
	text-align:center !important;
	padding:20px 0 0 0;
}
body.landing-center .continueSite > a {
	color:#fff !important;
	font-size:1em !important;
}
body.landing-center #main .wrapper {
	width:900px
}
body.landing-center .splashContent {
	padding-top: 0px;
	text-align: center;
}
.splashContent .vidFrame {
	display:block
}
body.landing-center .splashHeadline, body.landing-column .splashHeadline {
	color: #fff;
	font-size: 5.1em;
	font-weight: 800;
	line-height: 1.05em;
	padding-bottom: 0.25em;
	padding-top: 0;
}
body.landing-center .splashSubHeadline, body.landing-column .splashSubHeadline {
	color: #fff;
	font-size: 1.5em;
	font-weight: 800;
	line-height: 1.2em;
	padding-bottom: 0.6em;
}
body.landing-center .splashDesc, body.landing-column .splashDesc {
	color:#fff;
	font-size: 1.3em;
	line-height: 1.25em;
	padding-top: 10px;
}
.splashDesc p {
	margin-bottom: 1.15em;
}
body.landing-center .landingFormArea {
	padding:0 10px
}
body.landing-column .landingFormArea {
	padding-top:40px;
}
body.landing-center #footer {
	background:none;
	padding:15px 0;
	padding-bottom:30px;
}
body.landing-center .continueSite {
	padding-bottom: 125px;
}
body.landing-column .continueSite {
	padding-bottom: 50px;
	padding-top: 40px;
	text-align: center;
}
body.landing-center .continueSite > a, body.landing-column .continueSite > a {
	color: #aa2727;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2em;
	word-spacing: 2px;
}
body.landing-center .continueSite > a:hover, body.landing-column .continueSite > a:hover {
	color:#111
}
.continueSite > a > span {
	background-color: #aa2727;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 0.7em;
	height: 28px;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	width: 28px;
}
body.landing-center .splashGform {
	margin: 0 auto;
	max-width: 100%;
	width: 640px;
}
body.landing-center .splashGform .emailfield, body.landing-column .splashGform .emailfield {
	width:65%
}
body.landing-center .splashGform .gform_footer, body.landing-column .splashGform .gform_footer {
	bottom: 13px;
	padding-left: 7px;
	position: absolute;
	right: 0;
	width: 35%;
}
body.landing-center .splashGform .gform_footer input[type="submit"], body.landing-column .splashGform .gform_footer input[type="submit"] {
	display:block;
	width:100%
}
.landingFormArea .splashSubHeadline {
	text-align:center;
	padding-bottom:20px
}
.landingContribute {
	padding-top: 2px;
}
.contribTitle {
	color: #fff;
	font-family: 'bebas-neue';
	font-size: 2.4em;
	line-height: 1.1em;
	padding-bottom: 10px;
	word-spacing: 2px;
	font-weight:400
}
.landingContribute ul.donationLinks li a {
	font-size: 2.2em;
	height: 82px;
	line-height: 76px;
	width: 82px;
}
.landingContribute ul.donationLinks li a span.other {
	font-size:0.55em;
	text-transform:uppercase;
	margin:0;
	line-height:70px;
}
.landingContribute ul.donationLinks li {
	margin:0 7px
}
#landingGform ul.gform_fields {
	margin:0;
	padding:0;
	list-style:none
}
#landingGform .gform_wrapper {
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: inline-block;
	padding: 8px;
	vertical-align: middle;
	width: 473px;
	max-width:100%;
}
#landingGform ul.gform_fields > li.gfield input[type="text"] {
	background:none;
	border: medium none;
	color: #000;
	display: block;
	font-size: 1.05em;
	width: 100%;
	word-spacing: 3px;
}
#landingGform ul.gform_fields > li.gfield input[type="text"]::-webkit-input-placeholder {
 text-transform:uppercase;
}
#landingGform ul.gform_fields > li.gfield input[type="text"]:-moz-placeholder {
 text-transform:uppercase;
}
#landingGform ul.gform_fields > li.gfield input[type="text"]::-moz-placeholder {
 text-transform:uppercase
}
#landingGform ul.gform_fields > li.gfield input[type="text"]:-ms-input-placeholder {
 text-transform:uppercase;
}
#landingGform form {
	display: block;
	padding-right: 135px;
	position: relative;
}
#landingGform .gform_footer {
	position:absolute;
	right:0;
	top:0
}
#landingGform .gform_footer input[type="submit"] {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 1em;
	padding: 7px 9px;
	width: 125px;
	line-height:1.5em
}
#landingGform .gfield_description.validation_message {
	position: absolute;
	color: red;
	bottom: -9px;
	font-size: .9em;
}
#landingGform .gform_confirmation_message {
	color:#fff;
	padding-top:5px
}
/*------------------------------------------------*/
/*------------------------[PAGE]------------------*/
/*------------------------------------------------*/
#main {
	border-bottom: 10px solid #fff;
	padding: 27px 0 50px;
}
body.page-template-default #main {
	padding-top:20px
}
#pageBanner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	height: 141px;
	background-image:url(images/pageBanner.jpg);
}
.bannerTitle {
	color: #fff;
	font-family: "bebas-neue";
	font-size: 4em;
	letter-spacing: 1px;
	padding: 0;
	text-transform: uppercase;
	font-weight:400;
}
#pageMenu {
	padding-bottom: 22px;
	position: relative;
	text-align: center;
}
#pageMenu ul {
	margin:0;
	padding:0;
	list-style:none
}
#pageMenu ul li {
	display:inline-block;
	margin:2px 4px;
}
#pageMenu ul li a {
	background: #aa2727 none repeat scroll 0 0;
	border-radius: 8px;
	color: white;
	display: block;
	font-size: 1.1em;
	font-weight: 700;
	padding: 14px 22px;
	text-transform: uppercase;
	word-spacing: 2px;
}
#textBlocksNav {
	font-family: bebas-neue;
	font-size: 1.45em;
	line-height: 0.8em;
	padding-bottom: 40px;
	position: relative;
	word-spacing: 1px;
	font-weight:400
}
#textBlocksNav ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height: 0.8em;
}
#textBlocksNav ul li {
	border-right: 2px solid #7a7a7a;
	display: inline-block;
	margin-bottom: 7px;
	margin-right: 15px;
	margin-top: 2px;
	padding-right: 21px;
}
#textBlocksNav ul li:last-child {
	border-right:none;
margin-right:-;
	padding-right:0
}
#textBlocksNav ul li a {
	color:#7a7a7a;
	display: block;
}
#textBlocksNav ul li a:hover {
	color:#aa2727;
}
.textBlockTitle {
	color: #636363;
	font-size: 2.7em;
	font-weight: 700;
	padding-bottom: 0.24em;
}
.pageTxtArea p, .pageTxtArea ul {
	line-height: 1.3em;
	margin-bottom: 1.05em;
}
ul.textBlockLinks {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
ul.textBlockLinks li {
	display: block;
	padding-bottom: 12px;
	position: relative;
}
ul.textBlockLinks li a {
	display:inline-block;
}
ul.textBlockLinks li a .fa {
	display: inline-block;
	width: 22px;
}
#textBlocks > .textBlockBx {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 25px;
	padding-bottom: 12px;
}
#textBlocks > .textBlockBx:last-child {
	border-bottom: medium none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/*------------------------------------------------*/
/*------------------------[NEWS]------------------*/
/*------------------------------------------------*/
.postArea {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	background-color:#fff;
}
.postAreaImg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	height: 292px;
	width: 100%;
}
.postAreaIn {
	padding: 30px 25px 20px;
}
.postDetailDate {
	font-size: 0.95em;
	letter-spacing: 0;
	line-height: 1.25em;
	padding-bottom: 14px;
	text-transform: uppercase;
	word-spacing: 2px;
}
.pageTitle {
	color: #636363;
	font-size: 2.7em;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 0.15em;
}
.pageTitle a {
	color: #636363;
}
.pageTitle a:hover {
	color:#aa2727
}
#textBlocksNav.blogCategoryLinks {
	padding-bottom:25px
}
.blogpostItem {
	margin-bottom: 35px;
}
.postAreaCat {
	font-family: "bebas-neue";
	font-size: 1.7em;
	line-height: 1em;
	padding-bottom: 0.15em;
	text-transform: uppercase;
	word-spacing: 1px;
	font-weight:400
}
.postArchMeta {
	color: #393939;
	float: left;
	font-size: 1.05em;
	padding-top: 10px;
}
.postArchMeta a {
	color: #393939;
}
.postArchMeta a:hover {
	color:#aa2727
}
.newsmoreBtn {
	float:right
}
.postContent {
	padding-top: 35px;
}
#postsNavigation {
	margin-top: 45px;
	position: relative;
}
.prevPosts {
	float:left
}
.nextPosts {
	float:right
}
.prevPosts a, .nextPosts a {
	border: 3px solid rgba(103, 103, 103, 0.28);
	border-radius: 10px;
	color: #888888;
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	padding: 13px 35px;
	text-transform: uppercase;
}
.prevPosts a:hover, .nextPosts a:hover {
	color:#aa2727;
	border-color:#aa2727
}
/*------------------------------------------------*/
/*---------------------[HOMEPAGE]-----------------*/
/*------------------------------------------------*/
body.page-template-tpl-home {
}
body.page-template-tpl-home #pageBanner {
	border-bottom: 10px solid #fff;
	height: auto;
}
body.page-template-tpl-home #pageBanner .bannerTab {
	float: right;
	height: 548px;
	max-width: 100%;
	padding: 0 6%;
	width: 684px;
}
body.page-template-tpl-home #pageBanner .bannerTab .bannerCell {
	padding: 38px 0 80px;
	position:relative;
}
.homeBannerLogo > img {
	display: block;
	margin: 0 auto;
}
.homeBannerLogo {
	padding-bottom: 20px;
}
.bannerDesc {
	width:100%;
	max-width:100%
}
.bannerDesc > p {
	font-size: 1.55em;
	line-height: 1.3em;
	margin-bottom: 0.65em;
}
.homeBannerBtn .button {
	font-size: 1.2em;
	padding: 18px 38px;
}
#scrollDown {
	bottom: 13px;
	font-size: 0.6em;
	font-weight: 700;
	line-height: 1.2em;
	padding-top: 58px;
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	z-index:80
}
#scrollDown .fa {
	display: inline-block;
	font-size: 4.4em;
	margin-top: 7px;
}
#scrollDown a {
	color:#fff
}
#scrollDown a:hover {
	color:#aa2727
}
body.page-template-tpl-home #footerTopWidget {
	margin-bottom:0
}
#featuredNews .postAreaImg {
	height: 197px;
}
#featuredNews .grid6:first-child .postAreaIn {
	padding: 22px 30px 20px;
}
#featuredNews .pageTitle {
	color: #393939;
	font-size: 1.8em;
	padding-bottom: 0.3em;
}
#featuredNews .pageTitle a {
	color:#393939
}
#featuredNews .pageTitle a:hover {
	color:#aa2727
}
#featuredNews .grid6:last-child .postAreaIn {
	padding: 17px 25px 20px;
}
#featuredNews .grid6:last-child .featuredPostBx {
	margin-bottom:20px
}
#moreNews {
	padding-top: 7px;
	text-align: center;
}
#section-home-2.section {
	padding: 85px 0;
}
.sectionTxtTitle {
	color: #696969;
	font-family: bebas-neue;
	font-size: 3.1em;
	padding-bottom: 0.36em;
	word-spacing: 1px;
	font-weight:400
}
.sectionBigBtn {
	padding-left: 0;
	padding-top: 15px;
}
.sectionBigBtn .button {
	font-size: 1.25em;
	padding: 18px 38px;
}
/*------------------------------------------------*/
/*---------------------[SECTIONS]-----------------*/
/*------------------------------------------------*/
.section {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 32px 0;
}
.sectionTitle {
	color: #808080;
	font-family: bebas-neue;
	font-size: 2.25em;
	padding-bottom: 0.7em;
	text-align: center;
	text-transform: uppercase;
	font-weight:400
}
.sectionTitle > img {
	display: inline-block;
	margin-right: 16px;
	vertical-align: middle;
}
#section-home-1 {
	padding-top: 85px;
	padding-bottom: 90px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5) inset; -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5) inset; -moz-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.5) inset;
}
#section-home-1 .wrapper {
	text-align: center;
	width: 1100px;
	max-width:100%;
}
.homeSectionTitle {
	font-family: bebas-neue;
	font-size: 3.34em;
	padding-bottom: 0.45em;
}
#section-home-1 p {
	font-size: 1.42em;
	line-height: 1.65em;
	margin-bottom: 1.4em;
}
.featuredContentBtn .button {
	font-weight: 400;
	padding: 22px 58px;
	font-size: 1.35em;
}
/*------------------------------------------------*/
/*-----------------[GRAVITY FORMS]----------------*/
/*------------------------------------------------*/
ul.gform_fields {
	margin:0;
	padding:0;
	list-style:none
}
.gform_footer img {
	position:absolute
}
#main .gform_confirmation_message {
	text-align: center;
	color: #aa2727;
	font-weight: 700;
	padding-bottom: 10px;
	font-size: 1.2em;
}
/*------------------------------------------------*/
/*--------------[ELECTED OFFICIALS]---------------*/
/*------------------------------------------------*/
body.page-template-tpl-eofficials #main {
	padding-top:20px;
	padding-bottom:20px
}
body.page-template-tpl-eofficials #main .wrapper {
	width: 1040px;
}
#officeFilters {
	color: #000;
	font-size: 1.1em;
	padding-bottom: 35px;
	text-align: center;
}
#officeFiltersdropdown {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #565656;
	display: inline-block;
	font-family: proxima-nova;
	font-size: 1em;
	font-weight: 700;
	margin-left: 12px;
	max-width: 100%;
	padding: 13px 15px;
	vertical-align: middle;
	width: 350px;
}
#officialsContainer.row {
	margin:0 -12px
}
#officialsContainer.row .grid4 {
	padding-bottom: 32px;
	padding-left: 12px;
	padding-right: 12px;
	width:33%;
}
.officialBoxIn {
	background: #fff none repeat scroll 0 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	padding: 20px 23px 16px;
	position: relative;
}
.officialImg {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	float:left;
	height: 65px;
	overflow: hidden;
	width: 65px;
}
.officialImg img {
	display: block;
}
.officialTxt {
	color: #636363;
	margin-left: 80px;
	word-wrap: break-word;
}
.officialCategory {
	font-family: bebas-neue;
	font-size: 1.1em;
	line-height: 1.1em;
	padding-bottom: 2px;
	text-transform: uppercase;
	word-spacing: 1px;
	font-weight:400
}
.officialName {
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 0;
	word-spacing: 2px;
}
/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
#main ul.gform_fields {
	margin: 0 -15px;
	position: relative;
	padding:0;
	list-style:none
}
#main ul.gform_fields:after, #main ul.gform_fields:before {
	content: " ";
	display: table;
	clear: both;
}
#main ul.gform_fields > li.gfield {
	/* float: left; */
	min-height: 1px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%; 
}
	
#main ul.gform_fields > li.gfield.full {
	width:100%
}

#main ul.gform_fields > li.gfield.half {
	width:50%;
}
	
#main ul.gform_fields > li.gfield input[type="text"], #main ul.gform_fields > li.gfield input[type="file"], #main ul.gform_fields > li.gfield select {
	display:block;
	width:100%
}
#main ul.gform_fields > li.gfield textarea {
	display:block;
	width:100%;
	height:100px
}
#main ul.gform_fields > li.gfield span.name_first {
	display:block;
	float:left;
	width:50%;
	padding-right:15px
}
#main ul.gform_fields > li.gfield span.name_last {
	display:block;
	float:right;
	width:50%;
	padding-left:15px
}
.gfield_description.validation_message {
	position: absolute;
	color: red;
}
.ginput_complex:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.ginput_complex label {
	font-size:.8em;
	line-height:1.2em
}
#main .gfield_required {
	color: #a9363f;
	display: inline-block;
	margin-left: 2px;
}
#main label.gfield_label {
	display: inline-block;
	padding-bottom: 2px;
}
.validation_error {
	display: none;
}
#main .gfield_description.validation_message {
	color: #a9363f;
	font-size: 0.8em;
	line-height: 1em;
	position: absolute;
}
/*------------------------------------------------*/
/*---------------[CONTRIBUTE PAGE]----------------*/
/*------------------------------------------------*/
body.page-id-186 #main .wrapper, body.page-id-312 #main .wrapper {
	width: 1180px;
}
body.page-id-186 #main .wrapper .entry.postArea, body.page-id-312 #main .wrapper .entry.postArea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
/*------------------------------------------------*/ 
/*------------------------[TEAM]------------------*/
/*------------------------------------------------*/
body.page-id-380 #main .wrapper.narrow {
	width:1200px
}
.team-member {
	text-align: center;
	margin-bottom: 20px;
}
.team-member .photo {
	width: 200px;
	border-radius: 100px;
}
.team-member .title {
	color: #de4839;
	padding-top:20px;
	padding-bottom:10px;
}
/*------------------------------------------------*/ 
/*------------------------[SPEAKERS]--------------*/
/*------------------------------------------------*/
.speakerImg {
	width: 160px;
	height: 190px;
	float: right;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 2px rgba(0, 0, 0, 0.3);
	margin-bottom: 10px;
}
.speakerTitle {
	color: #aa2727;
	font-size: 2.8em;
	font-weight: 700;
	font-family: Bebas-neue;
	padding-bottom: 5px;
}
.speakerDesig {
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.2em;
	padding-bottom: 5px;
	color: #636363;
}
.speakerBio {
	padding-top: 20px;
}
/*------------------------------------------------*/ 
/*-------------[LEADERSHIP DIRECTORY]-------------*/
/*------------------------------------------------*/
.row.leadersDirectory .officialBoxIn {
	height:100%
}
.row.leadersDirectory .officialBox.grid6 {
	padding-bottom:20px
}
#main.column3.leaderGroups .wrapper{width:1270px}
#main.column3.leaderGroups .leadersDirectory .grid4{padding-bottom:30px}
#officialsContainer.row.leadersDirectory .grid4 {
	padding-bottom:25px
}
.leaderImg {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	float: left;
}
.leaderTxt {
	margin-left: 160px;
}
.officialBoxIn.noLeaderImg .leaderTxt {
	margin-left: 0px;
}
.leaderTitle {
	font-family: bebas-neue;
	color: #aa2727;
	font-size: 1.9em;
	font-weight: 400;
	padding-bottom: 0px;
}
.leaderSubTitle {
	font-weight: 700;
	color: #636363;
	font-size: 1.1em;
	line-height: 1em;
	padding-bottom: 8px;
	padding-top: 2px;
}
.leaderSocial {
	padding-top:5px
}
.leaderSocial a {
	margin-right:6px;
	font-size:1.2em
}
.leaderSocial .fa-facebook-square {
	color:#3B5998
}
.leaderSocial .fa-twitter-square {
	color:#1DA1F2
}
#main.leaderGroups .row.leadersDirectory.flex {
	flex-wrap: wrap;
}
.leaderGroup {
	padding-top:5px;
	padding-bottom: 10px;
}
.leaderGroupTitle {
	text-align: center;
	color: #000;
	font-family: bebas-neue;
	font-weight: 400;
	font-size: 2.5em;
	padding-bottom: .4em;
	padding-top: .4em;
}
#main.leaderGroups .wrapper {
	width:900px;
	max-width:100%;
	margin:0 auto
}
.leaderContacts {
	padding-top: 12px;
	font-size: .95em;
	line-height: 1.3em;
}
/*------------------------------------------------*/ 
/*------------------[COUNTY CHAIRS]---------------*/
/*------------------------------------------------*/
.countyChairs.flex {
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
}
.countyChairs .officialBox {
	padding-bottom:30px
}
.countyChairs .officialBoxIn {
	width:100%
}
#countyFilters {
	padding-top: 12px;
	padding-bottom: 35px;
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
	line-height: .8em;
}
#countyFilters ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#countyFilters ul li {
	display: inline-block;
	padding-left: 12px;
	padding-right: 15px;
	border-right: solid 1px #000;
}
#countyFilters ul li:last-child {
	border-right:none
}
#countyFilters ul li a {
	color:#000
}
#countyFilters ul li a:hover {
	color: #aa2727;
}

/*------------------------------------------------*/ 
/*-----------------[Archive Sidebar]--------------*/
/*------------------------------------------------*/
.widget-archive{padding: 0 0 40px 0; width: 100%;}
.widget-archive ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget-archive li {margin: 0; padding: 0;}
.widget-archive li a{ border-left: 1px solid #d6d7d7; padding: 5px 0 3px 10px; margin: 0 0 0 55px; display: block;}
li.archive-year{float: left; padding: 5px 0 3px 10px; color:#ed1a1c; margin-top:15px;}
ul > li.archive-year:first-child{margin-top:0} 
ul > li.archive-year:first-child + li{margin-top:0}
li.archive-year + li{margin-top:15px}
li.archive-year a {
	color: #636363;
	margin: 0;
	border: 0px;
	padding: 0;
	font-family: bebas-neue;
	font-size: 1.2em;
}
#achiveSidebar {
	padding: 30px 20px;
}
#sidebar .widget-title {
	color: #7a7a7a;
	display: block;
	font-family: bebas-neue;
	font-size: 1.45em;
	line-height: 0.8em;
	padding-bottom: 25px;
	position: relative;
	word-spacing: 1px;
	font-weight: 400;
	margin-top: 2px;
	margin-bottom: 7px;
	text-align: center;
}
/*------------------------------------------------*/ 
/*------------------------[FOOTER]----------------*/
/*------------------------------------------------*/
#footerSignup {
	background: #713232 none repeat scroll 0 0;
	padding: 18px 0 17px;
	position: relative;
	text-align: center;
}
#footerSignup .gform_heading {
	display: inline-block;
	margin-right: 33px;
	vertical-align: middle;
}
#footerSignup .gform_title {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
	padding:0;
	color:#fff;
}
#footerSignup .gform_wrapper {
	display:inline-block;
	vertical-align:middle
}
#footerSignup ul.gform_fields {
	margin:0;
	padding:0;
	list-style:none
}
#footerSignup .gform_wrapper {
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: inline-block;
	padding: 8px;
	vertical-align: middle;
	width: 473px;
	max-width:100%;
}
#footerSignup ul.gform_fields > li.gfield input[type="text"] {
	background:none;
	border: medium none;
	color: #000;
	display: block;
	font-size: 1.05em;
	width: 100%;
	word-spacing: 3px;
}
#footerSignup ul.gform_fields > li.gfield input[type="text"]::-webkit-input-placeholder {
 text-transform:uppercase;
}
#footerSignup ul.gform_fields > li.gfield input[type="text"]:-moz-placeholder {
 text-transform:uppercase;
}
#footerSignup ul.gform_fields > li.gfield input[type="text"]::-moz-placeholder {
 text-transform:uppercase
}
#footerSignup ul.gform_fields > li.gfield input[type="text"]:-ms-input-placeholder {
 text-transform:uppercase;
}
#footerSignup form {
	display: block;
	padding-right: 135px;
	position: relative;
}
#footerSignup .gform_footer {
	position:absolute;
	right:0;
	top:0
}
#footerSignup .gform_footer input[type="submit"] {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 1em;
	padding: 7px 9px;
	width: 125px;
	line-height:1.5em
}
#footerSignup .gfield_description.validation_message {
	position: absolute;
	color: red;
	bottom: -9px;
	font-size: .9em;
}
#footerSignup .gform_confirmation_message {
	color:#fff;
	padding-top:5px
}
#footerTopWidget {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 20px;
	padding: 45px 0 38px;
	position: relative;
}
#footerTopWidget .wrapper {
	width: 1030px;
}
#footerQuickLinks {
	text-align:center
}
.fquickLinkImg {
	border: 5px solid rgba(103, 103, 103, 0.28);
	border-radius: 100%;
	height: 94px;
	margin: 0 auto;
	width: 94px;
	transition:300ms
}
.fquickLinkImg:hover {
	border-color:#aa2727;
}
.fquickLinkImg img {
	display:block
}
.fquickLinkTxt {
	color: #808080;
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.2em;
	padding-top: 30px;
	text-transform: uppercase;
}
.fquickLinkTxt a {
	color: #808080;
}
.fquickLinkTxt a:hover {
	color: #aa2727;
}
#footer {
	position:relative;
	background:#202639
}
#footer .wrapper {
	width: 1145px;
}
#footerWidgetsIn {
	border-bottom: 2px solid #fff;
	color: #fff;
	padding-bottom: 35px;
	padding-top: 50px;
}
#footerWidgets .widget-title {
	font-family: "bebas-neue";
	font-size: 1.7em;
	line-height: 1.2em;
	margin-bottom: 0.42em;
	padding-bottom: 0.48em;
	position: relative;
	text-transform: uppercase;
	color:#fff;
	font-weight:400
}
#footerWidgets .widget-title::after {
 border-bottom: 2px solid #fff;
 bottom: 0;
 content: "";
 left: 0;
 position: absolute;
 width: 45px;
}
.widget_nav_menu ul.menu {
	font-weight: 600;
	line-height: 1.46em;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.widget_nav_menu ul.menu a {
	color:#fff
}
.widget_nav_menu ul.menu a:hover {
	color:#aa2727
}
#copyrightArea {
	padding: 30px 0;
}
#copyrightLeft {
	float: left;
	padding-top: 5px;
}
#copyrightRight {
	float:right
}
#footerInfo table {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fff;
	font-size: 0.9em;
	line-height: 1.2em;
}
#footerInfo table td {
	background:none;
	padding:0px;
	text-align:right
}
#footerInfo table td:last-child {
	padding-left:35px
}
#copyrightMenu {
	position:relative;
	padding-bottom:4px;
}
#copyrightMenu ul {
	margin:0;
	padding:0;
	list-style:none
}
#copyrightMenu ul li {
	display:inline-block;
	margin-right:25px
}
#copyrightMenu ul li a {
	display:block;
	color:#fff;
	font-weight:700
}
#copyright {
	color: #fff;
	font-size: 0.7em;
	line-height: 1.4em;
	padding-bottom: 15px;
}
#footer #paidFor {
	border: 1px solid;
	color: #fff;
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 5px 12px;
}
#copyrightSearch {
	padding-top:25px;
}
#searchLable {
	display:inline-block;
	vertical-align:middle;
	font-family: "bebas-neue";
	font-size: 1.8em;
	line-height: 1.2em;
	margin:0;
	padding:0;
	list-style:none;
	color:#fff;
	font-weight:400;
	text-transform:uppercase
}
#copyrightSearchForm {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
#copyrightSearchForm form {
	width: 374px;
	height: 42px;
	max-width: 100%;
	border: solid 1px #fff;
	padding-right: 42px;
	position: relative;
}
#copyrightSearchForm #s {
	background: none;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 0.9em;
	padding: 10px 15px;
	display: block;
	width: 100%;
}
#copyrightSearchForm #searchsubmit {
	background: none;
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	padding: 0;
	text-align: center;
	width: 42px;
	font-size: 1.5em;
}
#bannerPopup {
	padding: 3px;
}
/*------------------------------------------------*/
/*----------[ISOTOPE CSS3 TRANSITIONS]------------*/
/*------------------------------------------------*/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:         top, left, opacity;
	transition-property:         transform, opacity;
}
.first-50, .last-50 {
	width: 50%;
	display: inline-block;
}
.email-70 {
	width:70%;
	display: inline-block;
}
.zip-30 {
	width:30%;
	display: inline-block;
}
.first-50 input, .last-50 input {
	width:100%;
}
.ptype_landing-template-default #landingGform .gform_footer {
	position: relative;
	right: 0;
	top: 0;
}
.ptype_landing-template-default .ginput_container input {
	border:1px solid #ccc !important;
}
.ptype_landing-template-default .gform_wrapper form {
	width:100%;
	padding:0 !important;
}
.ptype_landing-template-default .gfield {
	padding:5px !important;
}
.ptype_landing-template-default #landingGform .gform_footer input[type="submit"] {
	line-height: 1.5em !important;
	float: right !important;
	margin: 14px 5px !important;
}
body.ptype_landing-template-default .continueSite {
	padding-bottom: 30px;
	padding-top: 10px;
	text-align: right;
	padding-right: 10px;
}
body.ptype_landing-template-default .continueSite a {
	font-size:1.15em;
}
body.ptype_landing-template-default #landingGform .gform_wrapper {
	width:100%;
}
/*------------------------------------------------*/ 
/*------------------[SIGNUP POPUP]----------------*/
/*------------------------------------------------*/
#signupPop {
	display:none;
	width:820px;
	max-width:100%;
	background-color:#000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 auto
}
#signupTitle {
	height:234px;
	background-image:url(images/pageBanner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	font-family:proxima-nova;
	color:#fff;
	font-weight:700;
	font-size:3em;
	line-height:1.1em;
}
#btt{position:fixed; right:0; bottom:140px; display:none}
#btt a {
	display: block;
	font-family: bebas-neue;
	color: #fff;
	font-weight: 400;
	background: #313e61;
	font-size: 1.45em;
	border-radius: 5px 0 0 5px;
	padding: 14px 23px 12px;
}

/*------------ Begin Sticky header for exclusive content---------------------------------*/

#exclusive-content > .sticky-header {
	background-color: #fff;
}
/*-------------End sticky header for exclusive content-----------------------------------*/


/*------------- Begin styling for homepage popup form -----------------------------------*/

form.popup-form {
	padding: 0px 25px;
}
form.popup-form .gform_title {
	color: #d53d27;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
	padding-bottom: 10px;
}
form.popup-form .gform_description {
	padding-left: 30px;
    padding-right: 30px;
    display: block;
    text-align: center;
    font-size: 19px;
	margin-bottom: 15px;
}
form.popup-form .gfield_required, form.popup-form .ginput_complex label {
	display: none;
}
form.popup-form input[type="text"], form.popup-form input[type="submit"] {
	width: 100%;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 1px;
    border-width: 2px;
    margin: 5px 0px;
}
form.popup-form input[type="submit"]{
	margin-top: 15px;
    font-weight: 700;
}
.pum-container.pum-responsive img {
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.close-popup-text {
	width: fit-content;
    display: block;
    text-align: center;
    font-size: 14px;
    text-decoration: underline;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 35px !important;
}
form.popup-form .gfield_description.validation_message {
	margin-bottom: 10px;
    display: contents;
}
	
/*------------- End styling for homepage popup form -----------------------------------*/
