/*
Theme Name: Colorado
Description: Wordpress Theme Designed for Colorado.
Version: 1.2
*/

/*------------------------------------------------*/
/*-----------------[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 {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0;
}

.a-hover-top:hover {
	text-decoration:underline;
	color:blue;
}

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 #dcdcdc;
}
body, input, textarea {
	color: #0f0f0f;
	font-family: "proxima-nova", sans-serif;
	font-size: 18px;
	line-height: 1.25em;
}
a {
	color: #a33e3e;
	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: normal;
	line-height: 1em;
	padding-bottom: 8px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	margin-bottom: 15px;
}
ul {
	margin-bottom:15px
}
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: 30px 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: #a33e3e;
	display: block;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input.text, input.title, textarea, select {
	background-color: #ffffff;
	border: 5px solid #d7d7d7;
	font-family: "proxima-nova";
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	padding: 10px 15px;
	transition: all 0.3s ease 0s;
}
select {
	padding: 8px 15px;
}
input[type=text]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#6ea5dc;
}
input[type="submit"], button, .button {
	background: none repeat scroll 0 0 #a33e3e;
	border: 5px solid #8f3636;
	color: #fff;
	font-family: "bebas-neue";
	font-size: 28px;
	margin: 0;
	text-transform: uppercase;
	vertical-align: top;
	transition:300ms;
	line-height:40px;
	cursor:pointer;
	display:inline-block;
	padding:0 25px;
}
.button.big {
	font-size: 36px;
	padding: 5px 35px;
}
input[type="submit"]:hover, button:hover, input[type="submit"]:focus, button:focus, .button:hover {
	background:#333;
	color:#fff;
	border-color:#222
}
.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
}
.floatLeft {
	float:left
}
.floatRight {
	float: right;
}
.icon {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}
.black {
	color: #000000 !important;
}
.red {
	color: #db151f
}
.blue {
	color: #a33e3e
}
.text-muted {
	color: #999999;
}
.separator {
	clear:both;
	padding:5px
}
.highlight {
	background: none repeat scroll 0 0 #a33e3e;
	border-radius: 2px;
	color: #FFFFFF;
	padding: 0 7px;
}
.divider {
	border-top: 1px dotted #AEAEAE;
	clear: both;
	margin-top: 35px;
	padding-bottom: 45px;
	position: relative;
}
.dropcap {
	background-color: #a33e3e;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 28px;
	font-weight: 300;
	height: 36px;
	line-height: 36px;
	margin-right: 10px;
	margin-top: 6px;
	position: relative;
	text-align: center;
	width: 36px;
}
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;
}
ul.none {
	margin:0;
	padding:0;
	list-style:none
}
ul.points, ul.points ul {
	list-style:none;
	margin-left:0;
	padding:0
}
ul.points li {
	padding-left: 15px;
	position: relative;
}
ul.points li:before {
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 4px;
}
ul.checklist, ul.checklist ul {
	list-style:none;
	margin-left:0;
	padding:0
}
ul.checklist li {
	padding-left: 18px;
	position: relative;
}
ul.checklist li:before {
	content: "\f00c";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 7px;
}
ul.inline, ol.inline {
	list-style: none outside none;
	margin-left: 0;
}
ul.inline > li, ol.inline > li {
	padding-left: 0;
	padding-right: 0;
	display:inline-block;
}
.title {
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 10px;
}
.title a {
	color:#0f0f0f
}
.title a:hover {
	color:#a33e3e
}
.bxFrame {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	padding: 0.4%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*------------------------------------------------*/
/*--------------------[COLUMNS]-------------------*/
/*------------------------------------------------*/
.col, .col2, .col3, .col4, .col5, .col6 {
	float: left;
	margin-right: 3%;
}
.cols .last, .col:last-child, .col.last, .col2:last-child, .col3:last-child, .col4:last-child, .col5:last-child, .col6:last-child, .cols3 .col:last-child {
	margin-right:0 !important;
}
.col, .col2 {
	width: 48.5%;
}
.cols3 .col, .col3 {
	width: 31.33%;
} /* 3 equal width columns */
.cols4 .col, .col4 {
	width:23.5%;
} /* 4 equal width columns */
.cols5 .col, .col5 {
	width:18.4%;
} /* 5 equal width columns */
.cols6 .col, .col6 {
	width:15%;
} /* 6 equal width columns */
/*------------------------------------------------*/
/*--------------------[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]------------------*/
/*------------------------------------------------*/
#webArea {
	background: none repeat scroll 0 0 #fff;
	margin: 0 auto;
	max-width: 1625px;
}
.wrapper {
	margin: 0 auto;
	max-width: 100%;
	padding: 0 15px;
	position: relative;
	width: 1405px;
}
.wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#main {
	padding: 50px 0;
}
#main .headerTitle {
	color: #0f0f0f;
	padding-bottom: 40px;
}
.container {
	float: left;
	width: 64%;
}
#container.fullwidth {
	float:none;
	width:100%
}
.sidebar {
	float: right;
	width: 32%;
}
/*------------------------------------------------*/
/*---------------------[HEADER]-------------------*/
/*------------------------------------------------*/
#header {
	padding: 20px 0;
	position: relative;
	text-align:center;
}
#logo {
	display: block;
	z-index: 10;
}
#logo h1 {
	padding:0;
}
#logo h1 a {
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-size:94px 70px;
	-webkit-background-size:94px 70px;
	display: block;
	height: 70px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 94px;
}
#navigation {
	height: 70px;
	padding: 15px 0;
	position: relative;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	padding-left: 30px;
}

@media(max-width:740px){
	#navigation ul {
	padding-left: 0px;
}
}
#navigation ul li {
	display:inline-block;
	margin:0 15px;
	position:relative
}
#navigation ul li a {
	color: #535353;
	display: block;
	font-family: "bebas-neue";
	font-size: 24px;
	padding: 8px 0;
}
#navigation ul li:hover > a {
	color:#a33e3e
}
#navigation ul li > ul {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: -15px;
	position: absolute;
	text-align: left;
	width: 180px;
	z-index: 99;
	padding:0;
}
#navigation ul li > ul > li {
	display: block;
	margin: 0;
	border-bottom: solid 1px #eee;
}
#navigation ul li > ul > li > a {
	display: block;
	font-family: "proxima-nova";
	font-size: 16px;
	line-height: 1.2em;
	padding: 8px 15px;
}
#navigation ul li.current_page_item > a, #navigation ul li.current-menu-item > a, #navigation ul li.current_page_parent > a {
	color:#a33e3e
}
/* Navbar un-fix 
 #navigation > ul > li:nth-child(4) {
margin-left:150px
}
#logo {
	left: 50%;
	margin-left: -47px;
	position: absolute;
}
#header {
	height: 110px;
}
.headerDonations {
	bottom: -50px;
}

/* END unfix */

/* NavBar Fix 7/22/20 */
#navigation > ul > li:nth-child(4) {
    margin-left: unset !important;
}
#logo {
    position: relative !important;
	margin-left:unset !important;
	left: unset !important;
}
#header {
    height: 11em !important;
}
.headerDonations {
    bottom: -3.3em !important;
}
/* End NavBar Fix 7/22/20 */

/*------------------------------------------------*/
/*---------------[HEADER ELEMENTS]----------------*/
/*------------------------------------------------*/
.headerLogin {
	border-bottom: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-radius: 0 0 4px 4px;
	border-right: 1px solid #b2b2b2;
	color: #535353;
	display: block;
	font-size: 14px;
	line-height: 1em;
	padding: 8px 20px;
	position: absolute;
	right: 15px;
	top: -20px;
}
.headerLogin:hover {
	color:#fff;
	background:#a33e3e
}
ul.socialHeader {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10%;
	top: 23px;
}
ul.socialHeader li {
	display:inline-block;
	margin:0 2px
}
ul.socialHeader li a {
	color: #a6a6a6;
	display: block;
	font-size: 22px;
}
ul.socialHeader li a:hover {
	color:#a33e3e
}
.headerDonations {
	position: absolute;
	right: 15px;
	z-index: 99;
}
.headerDonations a {
	background-color: #a33e3e;
	border: 5px solid #BFBFC1;
	color: #ffffff;
	font-family: "bebas-neue";
	font-size: 1.666em;
	line-height: 40px;
	height: 50px;
	text-align: center;
	padding: 0 8px;
	display: inline-block;
	vertical-align: top;
}
.headerDonations a:hover{
		border-color:#8f3636
}
.headerDonations a.registerLinkHeader {
	background-color: #fff;
	color: #964743;
	margin-right: 5px;
}
.donationTitle {
	background-color:#a33e3e;
	border: 5px solid #c1c1c1;
	border-color: #8f3636;
	color: #ffffff;
	font-family: "bebas-neue";
	font-size: 26px;
	line-height: 40px;
	height: 50px;
	text-align: center;
	padding: 10;
}
ul.donationLinks {
	margin:0;
	padding:5;
	list-style:none
}
ul.donationLinks li {
	float:left
}
ul.donationLinks li a {
	background: none repeat scroll 0 0 #cfcfcf;
	border: 5px solid #c1c1c1;
	color: #fff;
	display: block;
	font-family: "bebas-neue";
	font-size: 26px;
	height: 50px;
	line-height: 40px;
	text-align: center;
	width: 50px;
}
ul.donationLinks li.donate5 a {
	background-color:#466b94;
	border-color:#3f5873
}
ul.donationLinks li.donate15 a {
	background-color:#a33e3e;
	border-color:#8f3636
}
ul.donationLinks li.donate25 a {
	background-color:#e09d3d;
	border-color:#b58143
}
ul.donationLinks li a:hover {
	background:#a6a6a6 !important;
	border-color:#949494 !important
}
/*------------------------------------------------*/
/*---------------[HOMEPAGE SLIDER]----------------*/
/*------------------------------------------------*/

#homeSlider {
	position:relative;
	width:100%
}
.splashSlider {
	width:100%;
	position:relative
}
.splashSlider .splashArea {
	position:relative;
	width:100%;
	display:none
}
.splashSlider .splashArea:first-child {
	display:block
}
.splashSlider .splashArea img {
	display:block;
	-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */ 
}
.homeSliderContent {
	background: none repeat scroll 0 0 rgba(14, 28, 50, 0.74);
	height: 100%;
	left: 0;
	padding: 40px;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 50;
}
.homeSliderContentTab {
	display: table;
	height: 100%;
	width: 100%;
}
.homeSliderContentCell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color:#fff;
}
.twitterBar {
	display: inline-block;
	font-size: 40px;
	margin-bottom: 10px;
	position: relative;
}
.twitterBar:before {
	border-top: 1px solid #fff;
	content: "";
	height: 0;
	left: -65px;
	position: absolute;
	top: 50%;
	width: 50px;
}
.twitterBar:after {
	border-top: 1px solid #fff;
	content: "";
	height: 0;
	right: -62px;
	position: absolute;
	top: 50%;
	width: 50px;
}
.homeSliderContent .headerTitle {
	font-size: 82px;
	padding-bottom: 30px;
}
.homeSliderContent .pageSubTitle {
	padding-bottom:30px;
	padding-top:0
}
.sliderForm {
	margin: 0 auto;
	max-width: 100%;
	width: 400px;
}
.sliderForm ul.gform_fields li {
	margin-bottom: 10px;
	padding: 0;
}
.sliderForm .oneThirdSubmit .gform_footer {
	bottom: 10px;
	padding-left: 10px;
	position: absolute;
	right: 0;
	width: 25%;
}
.gform_footer img {
	position:absolute
}
.sliderForm .oneThirdSubmit .gform_footer input[type="submit"] {
	display: block;
	line-height: 42px;
	width: 100%;
}
.sliderForm .validation_message {
	right:0;
	bottom:0
}
#homePaging {
	font-size: 16px;
	line-height: 1em;
	margin-top: 20px;
}
ol.homeSplash-control-nav {
	margin:0;
	padding:0;
	list-style:none
}
ol.homeSplash-control-nav li {
	display: inline-block;
	margin: 0 3px;
}
ol.homeSplash-control-nav li a {
	display:block;
	cursor:pointer;
	width:16px;
	height:16px;
	text-indent:-9999px;
	background:#747c77
}
ol.homeSplash-control-nav li a.homeSplash-active {
	background:#e1e1e1
}

#homeSliderBulletin {
	height: 100%;
	right: 0;
	padding: 8.8% 4.2% 8% 4.9%;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 50;
}
#homeSliderBulletinFlex {
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column; position:relative
}
#homeSliderBulletinTop {
	flex-grow: 1;

}
#homeSliderBulletinTop .nano-content{
	padding-top: 26px;
	padding-bottom: 15px;
	padding-left: 25px;
	padding-right: 25px;
	background: #fff;
}
#homeSliderBulletinTop:after{
	content:''; position:absolute; width:100%; height:20%; left:0; bottom:0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#homeSliderBulletinTop .bulletinTitle{border-bottom: 1px solid #C6C6C6; padding-bottom:0.28em}
#homeSliderBulletinBot {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	background: #fff; position:relative; padding-top:10px;
}
.bullteinSummary {
	line-height: 1.47em;
	font-size: 0.888em;
	color: #000000;
	padding-top: 20px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 15px;
}
/*------------------------------------------------*/
/*--------------------[HOME PAGE]-----------------*/
/*------------------------------------------------*/
.featuredTag {
	color: #727272;
	font-size: 14px;
	line-height: 1em;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.featuredPostArea {
	border: 2px solid #e4e4e4;
	margin-bottom: 25px;
	position: relative;
}
.featuredThumb {
	float:left
}
.featuredThumb img {
	display:block;
}
.featuredPostTxt {
	margin-left: 265px;
	padding: 25px;
}
.linkBlock {
	border-bottom: 1px solid #e4e4e4;
	display: block;
	position: relative;
}
.linkBlock a {
	color: #949191;
	display: table;
	font-family: "bebas-neue";
	font-size: 36px;
	padding-left: 45px;
	padding-right: 20px;
	width: 100%;
}
.linkBlock a:hover {
	color:#a33e3e
}
.linkImg {
	display: table-cell;
	height: 90px;
	vertical-align: middle;
	width: 62px;
}
.linkBoxTxt {
	display: table-cell;
	min-height: 90px;
	padding-left: 15px;
	vertical-align: middle;
}
#socialPostsCol {
	position:relative
}
#socialPostsCol .col {
	overflow:hidden;
	position:relative
}
#socialPostsCol .col img {
	display:block
}
.socialPostArea {
	height:260px;
	background:#eee
}
.socialPostOverlay {
	background: none repeat scroll 0 0 rgba(14, 28, 50, 0.74);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	opacity:0;
	transition:500ms
}
.socialPostArea:hover .socialPostOverlay {
	opacity:1
}
.socialPostArea .icon {
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
	width:68px;
	height:68px
}
.socialPostArea.socialNewsPost .icon {
	background:url(images/iconSocialPostNews.png);
}
.socialPostTitle {
	bottom: 0;
	font-size: 20px;
	padding: 10px 12px;
	position: absolute;
	color:#fff
}
.socialPostArea a {
	color:#fff;
	display:block
}
.socialPostArea.socialFacebookPost {
	background-color:#3B5998;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	-webkit-background-size:cover;
}
.socialPostArea.socialFacebookPost .icon {
	background:url(images/iconSocialPostFacebook.png)
}
.socialPostArea.socialTwitterPost {
	background-color:#00ACED;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	-webkit-background-size:cover;
}
.socialPostArea.socialTwitterPost .icon {
	background:url(images/iconSocialPostTwitter.png)
}
/*------------------------------------------------*/
/*-----------------[STANDARD PAGE]----------------*/
/*------------------------------------------------*/
#pageHeader {
	padding: 60px 0;
	position: relative;
	background-image:url(images/header-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	-webkit-background-size:cover;
}
.headerOverlay {
	background: none repeat scroll 0 0 rgba(14, 28, 50, 0.74);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#pageHeader .wrapper {
	position: relative;
	z-index: 1;
}
.headerTitle {
	color: #fff;
	font-family: "bebas-neue";
	font-size: 40px;
	padding: 0;
}
.pageSubTitle {
	color: #fff;
	font-weight: normal;
	padding-bottom: 0;
	padding-top: 10px;
}
.headerTitleArea {
	padding-right: 325px;
}
.headerSearch {
	height: 50px;
	position: absolute;
	right: 15px;
	top: 0;
	width: 310px;
}
.headerSearch input[type="text"] {
	float: left;
	font-size: 18px;
	height: 50px;
	width: 70%;
}
.headerSearch input[type="submit"] {
	float: right;
	height: 50px;
	padding: 0;
	width: 28%;
}
/*------------------------------------------------*/
/*-----------------------[BLOG]-------------------*/
/*------------------------------------------------*/
.newsPageHeader {
	text-align:center
}
.newsPageHeader .headerTitleArea {
	float:none;
	padding:0
}
.newsPageHeader .headerTitleArea .headerTitle {
	font-size:60px
}
.newsPageHeader .headerTitleArea .pageSubTitle {
	padding-top:30px
}
.newsPageHeader .headerSearch {
	height: auto;
	padding-top: 50px;
	position: relative;
	right: inherit;
	top: inherit;
	width: 100%;
}
.newsPageHeader .headerSearch .pageSubTitle {
	display: inline-block;
	padding-right: 30px;
	padding-top: 0;
	vertical-align: middle;
}
.newsPageHeader .headerSearch form {
	display:inline-block;
	width:310px;
	vertical-align:middle
}
.blogpostItem.col {
	border: 2px solid #e4e4e4;
	margin-bottom: 40px;
	min-height: 590px;
}
.postThumb {
	position:relative
}
.postThumb img {
	width:100%;
	display:block;
	margin:auto
}
.blogPostItemInner {
	padding: 25px;
}
.postItemLink {
	font-size: 18px;
	text-decoration: underline;
}
.postSummary {
	font-size: 18px;
	padding-bottom: 15px;
}
#blogNavigation {
	text-align:center
}
/*------------------------------------------------*/
/*-----------------------[POST]-------------------*/
/*------------------------------------------------*/
.singlePostThumb {
	padding-bottom:40px
}
.singlePostThumb img {
	display:block
}
.postCategory {
	padding-bottom: 20px;
	font-size: 14px;
	line-height:1.1em;
	text-transform:uppercase
}
.postCategory > a {
	color: #727272;
}
.postCategory > a:hover {
	color:#a33e3e
}
.postTitle {
	font-size: 25px;
	padding-bottom: 12px;
}
.postTitle a {
	color:#0f0f0f
}
.postTitle a:hover {
	color:#a33e3e
}
.postdate {
	font-style: italic;
	padding-bottom: 12px;
}
ul.categoryList {
	margin:0;
	padding:0;
	list-style:none
}
ul.categoryList li {
	display: inline-block;
	margin-right: 10px;
	padding-right: 35px;
	position: relative;
}
ul.categoryList li:before {
	content: "/";
	position: absolute;
	right: 0;
}
ul.categoryList li:last-child {
	padding-right:0;
	margin-right:0
}
ul.categoryList li:last-child:before {
	display:none
}
ul.categoryList li a {
	color:#fff
}
ul.categoryList li a:hover {
	color:#e09d3d
}
ul.categoryList li.current-cat a {
	color:#e09d3d
}
/*------------------------------------------------*/
/*---------------------[SIDEBAR]------------------*/
/*------------------------------------------------*/
#sidebar .widget-container {
	margin-bottom: 35px;
}
.widget-title {
	color: #949191;
	font-family: "bebas-neue";
	font-size: 30px;
	margin-bottom: 30px;
	padding-bottom: 25px;
	position: relative;
}
.widget-title:before {
	content:'';
	height:0;
	width:70px;
	position:absolute;
	left:0;
	bottom:0;
	border-bottom:solid 1px #949191
}
.widget-title span {
	display: inline-block;
	font-family: "proxima-nova";
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5em;
	margin-left: 5px;
	vertical-align: bottom;
}
.widget-title span a {
	text-decoration:underline
}
.widgetBox {
	border: 2px solid #e4e4e4;
	padding: 25px;
}
ul.sidebarNewsPosts {
	margin:0;
	padding:0;
	list-style:none
}
.sidebarNewsPosts > li {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}
.sidebarNewsPosts > li:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0
}
.sidebarPostTitle {
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 5px;
}
.sidebarPostTitle > a {
	color: #0f0f0f;
}
.sidebarPostTitle > a:hover {
	color: #a33e3e;
}
.sidebarPostDate {
	font-style: italic;
}
.sidebarPostLink {
	text-decoration: underline;
}
/*------------------------------------------------*/
/*---------------[LEFT SIDEBAR PAGE]--------------*/
/*------------------------------------------------*/
.leftSidebar .container {
	float:right
}
.leftSidebar .sidebar {
	float:left
}
.sidebarTxt {
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 20px;
}
ul.shareLabels {
	list-style: none outside none;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: 288px;
}
ul.shareLabels li {
	display: block;
	margin-bottom: 10px;
}
ul.shareLabels li a {
	background: none repeat scroll 0 0 #bfbfbf;
	border: 5px solid #adadad;
	color: #fff;
	display: block;
	font-family: "bebas-neue";
	font-size: 30px;
	height: 60px;
	line-height: 50px;
}
ul.shareLabels li a:hover {
	background-color:#444 !important;
	border-color:#333 !important
}
ul.shareLabels li.facebook a {
	background:#405d9a;
	border-color:#304d89
}
ul.shareLabels li.twitter a {
	background:#55acee;
	border-color:#4797d4
}
ul.shareLabels li a i {
	font-size: 28px;
	margin: 0 10px 0 18px;
	vertical-align: middle;
	width: 30px;
}
/*------------------------------------------------*/
/*-----------------[GRAVITY FORMS]----------------*/
/*------------------------------------------------*/
.gform_wrapper {
	position:relative
}
.gform_wrapper form {
	position:relative
}
ul.gform_fields, .gfield_checkbox {
	padding:0;
	list-style:none;
	margin:0;
}
ul.gform_fields:after, .gfield_checkbox:after, .ginput_complex:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
ul.gform_fields li {
	float: left;
	margin-bottom: 18px;
	padding: 0 9px;
	position: relative;
	width: 50%;
}
ul.gform_fields li.fullwidth {
	float:none;
	clear:both;
	width:100%
}
ul.gform_fields li.fieldthree {
	width: 33.33%;
}
ul.gform_fields li.gfield.fieldthwothird, ul.gform_fields li.gfield.fieldtwothird {
	width: 75%;
}
ul.gform_fields li input[type="text"], ul.gform_fields li select {
	height: 54px;
	width: 100%;
}
span.ginput_left {
	float: left;
	padding-right: 9px;
	width: 50%;
}
span.ginput_right {
	float:right;
	width:50%;
	padding-left:9px;
}
.gplaceholder .hidelabel .gfield_label {
	display:none
}
.sliderForm .gplaceholder label.gfield_label {
	display:none
}
.gplaceholder select {
	color:#777
}
.gplaceholder select option {
	color:#0f0f0f
}
.gplaceholder select option:first-child {
	color:#777
}
.gfield_label {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
}
ul.gfield_checkbox li {
	padding:0
}
ul.gfield_checkbox li {
	margin-bottom: 2px;
	padding: 0 10px 0 0;
}
ul.gfield_checkbox li input[type="checkbox"] {
	margin: 0 10px 0 0;
	position: relative;
	top: 1px;
}
.oneThirdSubmit .gform_footer {
	bottom: 20px;
	position: absolute;
	right: 9px;
}
.validation_error {
	display:none
}
.validation_message {
	background: none repeat scroll 0 0 #d7d7d7;
	border-radius: 2px 0 0;
	bottom: 2px;
	color: #800000;
	font-size: 12px;
	line-height: 1em;
	padding: 5px;
	position: absolute;
	right: 11px;
}
.gfield_label + .gfield_description {
	display: inline-block;
	font-size: 20px;
	margin-left: 5px;
}
.fullwidthOptions ul.gfield_checkbox li {
	float:none;
	width:100%
}
.boldcheckbox .gfield_checkbox label {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
}
/*------------------------------------------------*/
/*--------------------[CANDIDATES]-----------------*/
/*------------------------------------------------*/
#raceFilters {
	border-bottom: 1px solid #bfbfbf;
	color: #828282;
	font-size: 20px;
	padding: 35px 0;
	position: relative;
	text-align: center;
}
#raceFilters select {
	color: #777;
	margin-left: 15px;
	width: 400px;
}
#candidatesContainer {
	position:relative;
	width:100%
}
.candidateBox.col {
	width:33%;
	margin-right:0;
	margin-bottom:35px;
	padding:0 18px
}
.candidateBoxIn {
	border: 2px solid #e4e4e4;
	padding: 20px;
	min-height:200px;
}
.running {
	color: #727272;
	font-size: 14px;
	font-weight: 700;
	margin-top: -10px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
.candidateImg {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	float: left;
	overflow: hidden;
	width: 100px;
}
.candidateImg img {
	display:block
}
.candidateName {
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 10px;
}
.candidateTxt {
	margin-left: 120px;
	word-wrap: break-word;
}
/*------------------------------------------------*/
/*----------[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;
}
/*------------------------------------------------*/
/*------------------[ORGANIZATIONS]---------------*/
/*------------------------------------------------*/
.boxedArea {
	border: 2px solid #e4e4e4;
	padding: 25px;
}
.col.organizationBx {
	margin-bottom: 40px;
	min-height: 310px;
}
.oragnizationFooter {
	color: #333;
	line-height: 1.4em;
}
.organizationfbLink {
	padding-top: 10px;
}
/*------------------------------------------------*/
/*----------------[CLUBS DIRECTORY]---------------*/
/*------------------------------------------------*/
.clubDirectoryHeader {
	text-align:center
}
.clubDirectoryHeader .headerTitleArea {
	padding-right: 0;
}
.clubDirectoryHeader .headerTitle {
	font-size:60px
}
.clubDirectoryHeader .pageSubTitle {
	padding-top:30px
}
#clubsCountyFilter {
	padding-top: 40px;
}
#clubsCountyFilter select {
	color: #5b5b5b;
	font-size: 24px;
	max-width: 100%;
	width: 560px;
}
#clubContainer .container {
	position:relative
}
#clubContainer .container:after {
	border-right: 1px solid #a4a4a4;
	content: "";
	height: 100%;
	left: -30px;
	position: absolute;
	top: 0;
	width: 0;
}
/*------------------------------------------------*/
/*--------------------[BLANK PAGES]---------------*/
/*------------------------------------------------*/
.blankPage {
	height: 100%;
}
body.page-template-tpl-blankpage-php p {
	margin:0;
}
body.page-template-tpl-blankpage-php iframe {
	border: medium none;
	display: block;
	margin: 0;
	min-height: 940px;
	width: 100%;
}

/*------------------------------------------------*/
/*--------------------[BULLETINS]-----------------*/
/*------------------------------------------------*/
#pageHeader.bulletinHeader{ background-image:none; background-color:#313A50; padding:45px 0}
.bulletinHeader .headerTitleArea{float:none; width:100%; padding:0;}
.bulletinHeader .headerTitle {
	font-size: 4.722em;
	text-align: center;
}
#main.bulletinMain {
	padding:67px 0
}
#main.bulletinMain .wrapper {
	width: 1158px;
}
#bulletinPosts{}
.bulletinPost {
	border: 2px solid #D9D9D9;
	padding: 30px 51px 19px 51px;
	margin-bottom: 43px;
}
.bulletinTitle {
	font-family: "bebas-neue";
	line-height: 1em;
	font-size: 2.444em;
	text-align: center;
	color: #6A6A6A;
	text-transform: uppercase;
	padding-bottom: 0.6em;
}
.bulletinTxt {
	color: #000;
	line-height: 1.45em;
}
.bulletinTxt p{
	margin-bottom:1.4em;
}
.bulletinTxt hr {
	background: #c6c6c6;
	margin: 1.4em 0 1.6em;
}
.wp-pagenavi {
	padding-top: 2.55em;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	margin: 0 5px;
	border: 5px solid #BFBFC1;
	font-family: "bebas-neue";
	font-size: 1.666em;
	color: #696969;
	line-height: 40px;
	width: 50px;
	background-color:transparent
}
.wp-pagenavi a:hover, .wp-pagenavi span.current{ color:#fff; background-color:#964743}
/*------------------------------------------------*/
/*---------------[FOOTER WIDGET AREA]-------------*/
/*------------------------------------------------*/
#footerWidgetArea {
	background: none repeat scroll 0 0 #e8e8e8;
	padding: 20px 0;
}
#footerWidgetArea .linkBlock {
	border-bottom: medium none;
	float: left;
	width: 33.33%;
}
/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
#footer {
	background: none repeat scroll 0 0 #f6f6f6;
	color: #3d3d3d;
	padding: 45px 0;
}
#footer .container {
	width: 66%;
}
#logoFooter {
	float:left
}
#logoFooter a {
	background: url("images/logo.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 82px;
	text-indent: -9999px;
	width: 110px;
}
#footerLeftArea {
	float:left;
	padding-left:40px;
}
ul.footermenu {
	margin:0;
	padding:0;
	list-style:none
}
ul.footermenu li {
	display: inline-block;
	margin: 0 25px 0 0;
	position: relative;
}
ul.footermenu li:last-child, ul.footermenu li.last {
	margin-right:0
}
ul.footermenu li a {
	color: #535353;
	display: block;
	font-family: "bebas-neue";
	font-size: 24px;
}
ul.footermenu li:hover a {
	color:#a33e3e
}
ul.footermenu li.current_page_item a, ul.footermenu li.current-menu-item a {
	color:#a33e3e
}
#copyrightArea {
	border: 1px solid #8a8a8a;
	font-size: 13px;
	line-height: 1.1em;
	margin-top: 12px;
	max-width: 100%;
	padding: 5px 10px;
	width: 360px;
}
#footerAddress {
	margin-bottom: 10px;
	max-width: 100%;
	width: 380px;
}
ul.copyrightmenu {
	font-size: 12px;
	line-height: 1em;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
ul.copyrightmenu li {
	border-right: 1px solid #3d3d3d;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
}
ul.copyrightmenu li:last-child {
	border-right:none;
	padding-right:0;
	margin-right:0
}
ul.copyrightmenu li a {
	color:#3d3d3d
}

/*------------------------------------------------*/
/*------------------[NANO SCROLLING]--------------*/
/*------------------------------------------------*/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 6px;
  right      : 8px;
  top        : 5%;
  bottom     : 0;
  visibility : visible; /* Target only IE7 and IE8 with this hack */
  opacity    : 1;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
  height:80%
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}