@import url(https://fonts.googleapis.com/css?family=Open+Sans:light,300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Satisfy);



@import url("colors/color-red.css");


@-webkit-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-moz-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-ms-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-o-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}


/* #Navigation
================================================== */


#menu-wrap{
    position: fixed;
	padding-bottom:10px;
	width:100%;
	z-index:1000;
	top:0;
	left:0;
	border-bottom: 1px solid #FFFFFF;
}


/*for all others*/
.menu-back {
	background: none repeat scroll 0 0 rgba(40, 40, 40, 1.00);
}
/*for home/about/etc*/
.menu-home-back {
	background: none repeat scroll 0 0 rgba(30, 30, 30, 0.7);
}

.cbp-af-header {
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
	background: none repeat scroll 0 0 rgba(40, 40, 40, 1.00);
}
.cbp-af-header.cbp-af-header-shrink .logo{
	width:180px;
	height:58px;
	background:url('../images/logo.png') no-repeat center center;
	background-size:180px 58px;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
	margin-top:1px;
	margin-bottom:0;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
	background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child { 
	background:none;
}
ul.slimmenu li ul li a {
    color: #000;
}
ul.slimmenu li ul li a:hover {
}
ul.slimmenu li ul li { 
	background-image: none;
	padding-left:0;
	background-color: #fff;
}
ul.slimmenu li ul {
background-color: #fff;
box-shadow: 0 0 15px rgba(0,0,0,0.5);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 0;
list-style-type: none;    
padding-left: 15px;
padding-right: 15px;
}

.logo {
	position:absolute;
	width:200px;
	height:65px;
	z-index:10000;
	left:10px;
	top:10px;
	background:url('../images/logo.png') no-repeat center center;
	background-size:200px 65px;
}

.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 59%;
    width: 50px;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    color: #ccc;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 9px 7px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;

    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #040404;
    color: #FFF;
}
.collapse-button .icon-bar {
    background-color: #FFFFFF;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    margin: 5px 0;
    width: 36px;
}

ul.slimmenu {
	padding-top:10px;
	padding-right:10px;
	text-align:right;
	margin-top:13px;
	margin-bottom:10px;
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
	background:url('../images/line.png') 0 14px no-repeat;
	background-size:15px 10px;
	padding-left:20px;
}
ul.slimmenu > li {}
ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
    display: block;
    color: #fff;
    padding: 10px 0px;
	cursor:pointer;
    margin: 0px 2px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	text-transform:uppercase;
    border-bottom:1px solid rgba(0,0,0,0);
    font-size: 16px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
ul.slimmenu li a:hover {
    text-decoration: none;
/*background-color: #efefef;*/
color: #B2272C;
background-size: 10px;
background-position: left center;
background-repeat: no-repeat;
padding-left: 15px;
background-image: url('../images/small-star.png');
}

/*red register to vote link in header*/
ul.slimmenu li a.redtext {
color: #B2272C;
}
ul.slimmenu li a:hover.redtext {
color: #fff;
}

ul.slimmenu li:first-child {
	background:none;
}

ul.slimmenu li .sub-collapser {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
	display:none;
}
ul.slimmenu li .sub-collapser > i {
	display:none;
}

ul.slimmenu li ul a {
    font-size: 12px;
}
ul.slimmenu li ul li:first-child { 
	background:none;
	background-color: #fff;
}
ul.slimmenu li ul li {
	background-image: none;
	padding-left:0;
	display: block;
	background-color: #fff;
	}
ul.slimmenu li > ul {
    display: none;
    position: absolute;
	text-align:left;
    left: 0;
    top: 100%;
    z-index: 999;
    /*width: 150%;*/
    width: 190px;
    background-color: #fff;
    padding-bottom: 10px;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}
ul.slimmenu.collapsed {
	padding:0;
	margin:0;
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none;
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
/*ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}*/
ul.slimmenu.collapsed li > ul {
    display: none;
    float: right;
    padding: 10px;
    position: relative;
    text-align: left;
}
.sub-collapser {
display: none;
}


/* #about-us
================================================== */

#aboutheader {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 102px;
    position: relative;
    width: 100%;
    z-index: 2;
    padding-bottom: 350px;
}


.parallax-about {
	background: url('../images/header-about-us.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;
}

#getinvolvedheader {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 350px;
    padding-top: 102px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.parallaxgetinvolved {
    background: url("../images/get-involved-v1.jpg");
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-position: top center;
    background-repeat: repeat;
    background-attachment:fixed;
    background-size: 100%;
}

.social-team{ 
	position:absolute;
	left:20px;
	bottom:20px;
	z-index:5;
}
.team-social li {
	margin:0 auto;
    list-style: none;
	text-align:center; 
    display: inline-block;
	cursor:pointer;
	width:30px;
	height:16px;
}
.team-social li.icon-team a {
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 16px;
	margin:0 auto;
	text-align:center;
	padding-right:15px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.team-social li:last-child.icon-team a{
	padding-right:0;
}
.team-social li:hover{
}
.team-social li:hover.icon-team a{
	opacity:.6; 
}

.sample.quickfacts {
float: right; width: 440px; margin-left: 50px; margin-bottom: 40px;
}



/* tables
================================================== */

.widgettable {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #cccccc;

	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
	
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
	
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
	
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
}.widgettable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.widgettable tr:last-child td:last-child {
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px;
}
.widgettable table tr:first-child td:first-child {
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	border-top-left-radius:6px;
}
.widgettable table tr:first-child td:last-child {
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	border-top-right-radius:6px;
}.widgettable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px;
}.widgettable tr:hover td{
	
}
.widgettable tr:nth-child(odd){ background-color:#f7f7f7; }
.widgettable tr:nth-child(even)    { background-color:#ffffff; }.widgettable td{
	vertical-align:middle;	
	border:1px solid #cccccc;
	border-width:0px 1px 1px 0px;
	padding:8px;
	font-size:16px;
	font-weight:normal;
	color:#000000;
}.widgettable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.widgettable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.widgettable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.widgettable tr:first-child td{
		background:-o-linear-gradient(bottom, #b2272c 5%, #b2272c 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b2272c), color-stop(1, #b2272c) );
	background:-moz-linear-gradient( center top, #b2272c 5%, #b2272c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b2272c", endColorstr="#b2272c");	background: -o-linear-gradient(top,#b2272c,b2272c);
	background-color:#b2272c;
	border:0px solid #cccccc;
	border-width:0px 0px 1px 1px;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
}
.widgettable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #b2272c 5%, #b2272c 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b2272c), color-stop(1, #b2272c) );
	background:-moz-linear-gradient( center top, #b2272c 5%, #b2272c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b2272c", endColorstr="#b2272c");	background: -o-linear-gradient(top,#b2272c,b2272c);

	background-color:#b2272c;
}
.widgettable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.widgettable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
.widgettable h5 {
    margin-bottom: 0px;
}
.ovrthumbs {
width: 280px;
height: auto;
margin: 0 auto 15px auto;
}



/* #artist boxes
================================================== */

#artist1 {
width: 200px;
height: 240px;
background: url('../images/artists/ll-cool-j.jpg') no-repeat center top;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom: 30px;
}
#artist2 {
width: 200px;
height: 240px;
background: url('../images/artists/mary-lambert.jpg') no-repeat center top;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom: 30px;
}
#artist3 {
width: 200px;
height: 240px;
background: url('../images/artists/pharrell.jpg') no-repeat center top;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom: 30px;
}
#artist4 {
width: 200px;
height: 240px;
background: url('../images/artists/christina.jpg') no-repeat center top;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom: 30px;
}
#artist5 {
width: 200px;
height: 240px;
background: url('../images/artists/jack-johnson.jpg') no-repeat center top;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-top: 30px;
}
#artist6 {
width: 200px;
height: 240px;
background: url('../images/artists/nick-cannon.jpg') no-repeat center top;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-top: 30px;
}
#artist7 {
width: 200px;
height: 240px;
background: url('../images/artists/kesha.jpg') no-repeat center top;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-top: 30px;
}
#artist8 {
width: 200px;
height: 240px;
background: url('../images/artists/john-legend.jpg') no-repeat center top;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-top: 30px;
}
#artist9 {
    background: url("../images/artists/beastie-boys.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 210px;
    margin-top: 2px;
    width: 275px;
}
#artist10 {
    background: url("../images/artists/censorship.jpg") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 210px;
    margin-top: 2px;
    width: 275px;
}
#artist11 {
    background: url("../images/artists/m5.jpg") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 210px;
    margin-top: 2px;
    width: 275px;
}


.artistspacing p {
line-height: 18px;
}

#volunteer1 {
    background: url("../images/volunteers/volunteer-1.jpg") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 210px;
    margin-top: 2px;
    width: 200px;
}
#volunteer2 {
    background: url("../images/volunteers/volunteer-2.jpg") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 210px;
    margin-top: 2px;
    width: 200px;
}
#volunteer3 {
    background: url("../images/volunteers/volunteer-3.jpg") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 210px;
    margin-top: 2px;
width: 200px;
    
}
#volunteer4 {
    background: url("../images/volunteers/volunteer-4.jpg") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 210px;
    margin-top: 2px;
width: 200px;
}
#volunteer5 {
    background: url("../images/volunteers/volunteer-5.jpg") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 210px;
    margin-top: 2px;
width: 200px;
}
#volunteer6 {
    background: url("../images/volunteers/volunteer-6.jpg") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    border-radius: 10px;
    height: 210px;
    margin-top: 2px;
width: 200px;
}





/* #Home
================================================== */

#home{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:102px;
	z-index:2;
}
#homefeature {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:280px;
	z-index:2;
}
.feature {
background: none repeat scroll 0 0 rgba(30, 30, 30, 0.8);
padding: 20px;
color: #fff;
font-family: 'Open Sans';
text-align: center;
border-radius: 10px;
}
#homefeature .container .columns {
margin-left: 0;
margin-right: 0;
}
.feature.drop {
margin-top: 100px;
}
#homefeature .container .offset-by-half {
    padding-left: 20px;
}
.button.join {
margin: 0 0 30px 20px;
}
.kc-item-image-thumb iframe {
    display: block;
    width: 260px;
    height: 170px;
}
.kc-wrap iframe {
    display: block;
    width: 260px;
    height: 170px;
}
.kc-wrap ul li {
    font-size: 12px;
}
.kc-wrap ul.disc {
    list-style: disc inside none;
    margin-bottom: 0px;
}




.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}


.just_pattern { 
	background-image: url(../images/pattern.png); 
	position: absolute; 
	opacity: 0.4; 
	left: 0px;
	top: 0px;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%; 
	z-index: 1; 
}

.scroll-btn {
	position: absolute;
	font-family: 'OpenSans-Light-webfont';
	font-size: 10px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	bottom:30px;
	left:50%;
	margin-left:-30px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	width: 60px;
	height:40px;
	background:url('../images/arrow-down.png') no-repeat center bottom;
	background-size:30px 16px;
	z-index: 3900;
	opacity:.8;
} 
.scroll-btn {
    -webkit-animation: arrows 3.8s infinite;
    -webkit-animation-delay: 1s;
    animation: arrows 3.8s infinite;
    animation-delay: 1s;
}
  @keyframes arrows {
    0% { bottom:30px; }
    10% { bottom:40px; }
    20% { bottom:30px; }
    30% { bottom:40px; }
    40% { bottom:20px; }
    50% { bottom:40px; }
    60% { bottom:30px; }
    70% { bottom:40px; }
    80% { bottom:20px; }
    90% { bottom:40px; }
    100% { bottom:30px; }
  }
  @-webkit-keyframes arrows {
    0% { bottom:30px; }
    10% { bottom:40px; }
    20% { bottom:30px; }
    30% { bottom:40px; }
    40% { bottom:20px; }
    50% { bottom:40px; }
    60% { bottom:30px; }
    70% { bottom:40px; }
    80% { bottom:20px; }
    90% { bottom:40px; }
    100% { bottom:30px; }
  }

  
.socialicons img {
margin-right: 10px;
border: none;
}
  
  
  

/* #About
================================================== */

#homeabout, #jobs, #getinvolved {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	background:#f2f2f2;
	overflow:hidden;
	padding-top:50px;
	padding-bottom:80px;
}
#about .container .column, #about .container .columns, #jobs .container .column, #jobs .container .columns, #homeabout .container .column, #homeabout .container .columns {
/*margin-left: 0px;*/
margin-top: 20px;
}
#homeabout .container .email, #homeabout .container .zip {
margin-left: 0;
}

#about h6 {
	text-align:left;
	padding-bottom:25px;
}
#homeabout h6 {
	text-align:left;
	padding-bottom:25px;
}
.head-subtext {
	text-align:center;
	padding-top:30px;
	padding-bottom:40px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size: 17px;
	line-height:22px;
	color:#737373;
}
/*.tight {
    line-height: 22px;
    padding-bottom: 15px;
    padding-top: 10px;
}*/
.tight {
    line-height: 22px;
    padding-bottom: 35px;
    padding-top: 0;
}
.show {
	opacity: 1;
}

.hide {
	opacity: 0;
}
#history {
padding-top:50px;
/*padding-bottom: 70px;*/
}


#v4Breadcrumb {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 20px;
    margin-left: auto;
    margin-top: 0;
    padding: 0;
    text-align: center;
}
  
#jobsindex #jobs {
background-color: #fff !important;
}
  
 
/* #Sep sections
================================================== */ 
#sep {
	position: relative; 
	/*margin: 50px auto;*/ 
	width: 100%;
	overflow:hidden;
	padding-top:80px;
	padding-bottom:100px;
} 
#sep1 {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-bottom:170px;
}
.z-index{
	z-index:5;
} 

/*#notopbs {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    padding-bottom: 350px;
    padding-top: 102px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}*/
#notopbs {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 102px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}
#notopbs #maptop {
    padding-bottom: 0px;
    padding-top: 55px;
}



/* #limelight section
================================================== */ 
#limelight {
background: url('../images/large-star-2.png') no-repeat center top;
margin: -50px 0 100px 0;
text-align: center;
padding: 120px 0 0 0;
position: relative;
z-index: 3;
}
#limelight2 {
background: url('../images/large-star-2.png') no-repeat center top;
margin: -50px 0 100px 0;
text-align: center;
padding: 120px 0 0 0;
position: relative;
}
#limelight3 {
background: url('../images/large-star-3.png') no-repeat center top;
margin: -50px 0 100px 0;
text-align: center;
padding: 120px 0 0 0;
position: relative;
}
#limelight4 {
    background: url("../images/rtv-limelight-logo.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    margin: -55px 0 80px;
    padding: 120px 0 0;
    position: relative;
    z-index: 2;
}
#limelight5 {
background: url('../images/large-star.png') no-repeat center top;
margin: -50px 0 100px 0;
text-align: center;
padding: 120px 0 0 0;
position: relative;
z-index: 2;
}

#about {
margin: -50px 0 0;
padding: 120px 0 80px;
position: relative;
width: 100%;
z-index: 2;

background-color: #f2f2f2;
background: url('../images/rtv-limelight-logo.png') center top no-repeat;

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: url('../images/rtv-limelight-logo.png') center top no-repeat, -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(242,242,242,1) 25%, rgba(226,226,226,1) 100%);
background: url('../images/rtv-limelight-logo.png') center top no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(242,242,242,1)), color-stop(100%,rgba(226,226,226,1)));
background: url('../images/rtv-limelight-logo.png') center top no-repeat, -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(242,242,242,1) 25%,rgba(226,226,226,1) 100%);
background: url('../images/rtv-limelight-logo.png') center top no-repeat, -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(242,242,242,1) 25%,rgba(226,226,226,1) 100%);
background: url('../images/rtv-limelight-logo.png') center top no-repeat, -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(242,242,242,1) 25%,rgba(226,226,226,1) 100%);
background: url('../images/rtv-limelight-logo.png') center top no-repeat, linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(242,242,242,1) 25%,rgba(226,226,226,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e2e2e2',GradientType=0 );

}


/* images inside item wrapper in carousel*/
.kc-item img {
/*position:absolute;*/
pointer-events: none;   /* Make images non-selectable. */
width: 100%;             /* Make images expand to wrapper size (used in 2d modes). */
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.kc-item-image-thumb {
float: left;
width: 250px !important;
margin: 10px 15px 25px 10px;
}

/*.communicate {
    float: left;
    margin: 10px 25px 25px 10px;
    width: 220px !important;
    max-height: 170px;
}*/

.communicate {
    float: left;
    margin: 10px 25px 25px 10px;
    max-height: 170px;
    width: 220px !important;
    height: 170px;
    border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
#tumblrimage p:first-child {
width: 100%;
height: auto;
display: inline;
}
#tumblrimage img {
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
width: 100%;
}
#tumblrimage p {
display: none;
}
.kc-wrap p {
    font-size: 13px;
    line-height: 17px;
    padding-bottom: 10px;
}

/* #gear section
================================================== */ 
 
#gear1 {
    color: #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    padding: 45px 0;
    position: relative;
    width: 100%;
}
.gearthumb {
width: 100px;
border: none;
}

/*moves button down*/
#gear1 .button {
margin-top: 105px;
}
#gear1 .seven.columns {
margin-left: 0;
}
.indent {
margin-left: 15px;
}


#press {
margin: 30px auto;
}



.facts-wrap{
	position: relative; 
	width: 100%;
	margin:0 auto;
	text-align:center;
}
.facts-wrap h6{
	padding-top:15px;
	color:#fff;
}
.facts-line{
	position: absolute; 
	width: 1px;
	background:#fff;
	opacity:.2;
	right:-10px;
	top:30px;
	bottom:30px;
	z-index:20;
}
.facts-wrap-num{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	/*font-size: 80px;*/
	font-size: 115px;
	line-height:80px;
	text-shadow: 0px -2px 0px rgba(51,51,51,.1),
                  0px 2px 3px rgba(102,102,102,.1);
	width:100%;
	text-align:center;
	opacity:.9;
} 

 
 
.parallax {
background: url("../images/parallax/1.jpg") no-repeat scroll center center / cover  rgba(0, 0, 0, 0);
	/*background: url('../images/parallax/1.jpg') repeat fixed;*/
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}




.just_pattern1 { 
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0,0,0,0.01)), to(rgba(0,0,0,.9)));
	background: -webkit-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: -moz-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: -ms-radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	background: radial-gradient(circle, rgba(0,0,0,0.01), rgba(0,0,0,.9));
	position: absolute; 
	left: 0px;
	top: 0px;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%; 
	z-index: 2; 
}

/*election center specific*/

.statejumpform {
    display: none;
}





/* #get involved section
================================================== */
#getinvolvedpromo {
padding: 15px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-color: teal;
}

#countdown_dashboard {
    height: 110px;
    margin: 0 auto;
    width: 390px;
}
.dash.weeks_dash {
    margin-left: 0;
}


#attendevent {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 50px;
    position: relative;
    width: 100%;
    background: #ffffff;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTVlNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e5e5 100%);
background: -o-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e5e5 100%);
background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5e5e5 100%);
background: radial-gradient(ellipse at center,  #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
}


/* faq sections
================================================== */
.sample {
border:1px solid #ccc;
background:#efefef;
padding: 20px 30px 10px 30px;
border-radius: 6px;
}
.sample h2 {
    border-bottom: 1px solid #CCCCCC;
    float: r;
    margin: 10px 0;
    padding-bottom: 25px;
}
.spacer {
    height: 50px;
}
dl {
font-size:1.1em;
line-height:165%;
margin-bottom: 20px;
}
dl,dt,dd{padding:0;margin:0}
.faqs {
padding-top: 0px;
}
.faqs dt {
font-weight: bold;
background: url('../images/q.png') 0 10px no-repeat;
padding: 5px 0 15px 30px;
position: relative;
color: #C72226;
}
.faqs dt:hover{cursor:pointer}
.faqs dd {
background: url('../images/a.png') no-repeat scroll 30px 5px rgba(0, 0, 0, 0);
padding: 0 0 20px 60px;
position: relative;
color: #333;
}
.faqs .hover {
color: #000;
text-decoration:underline;
}
#registeringtovote, #votercards, #absentee, #updatemyinfo, #electionday, #voterregtool {
padding-top: 70px;
}

/* #dclass
================================================== */
.dclassimage {
border-radius: 6px;
width: 400px;
height: auto;
}

#dclasspromo table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

/*select#cons_state {
height: 39px;
line-height: 39px;
}*/
#dclasspromo .Button {
    width: 200px !important;
}
#dclasspromo .fake-select-wrap {
    color: #404040;
    font-family: 'OpenSans-Light-webfont';
    font-size: 15px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    width: 100%;
    min-width: 130px;
}
#dclasspromo .fake-select-wrap > .fake-select {
    -moz-appearance: none;
    background-color: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    box-sizing: border-box;
    color: #404040;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: lighter;
    height: 39px;
    margin: 10px 0 0;
    padding: 6px 0 6px 8px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    vertical-align: bottom;
    width: 100%;
}
#dclasspromo div.form-row {
    float: left;
    margin-bottom: 4px;
    margin-right: 16px;
    margin-top: 4px;
}
#dclasspromo select {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
vertical-align: bottom;
}
#dclasspromo form table td .Explicit {
    margin: 10px 0;
    display: inline;
}

/*additional elec center resources*/
/* #services
================================================== */

#elecresources {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:50px;
	padding-bottom:70px;
	z-index:2;
	color: #fff;
	font-family: 'Open Sans';
    font-weight: 600;
    background: #dbdbdb;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #dbdbdb 0%, #f2f2f2 33%, #f2f2f2 71%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(33%,#f2f2f2), color-stop(71%,#f2f2f2), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #dbdbdb 0%,#f2f2f2 33%,#f2f2f2 71%,#ffffff 100%);
background: -o-linear-gradient(top,  #dbdbdb 0%,#f2f2f2 33%,#f2f2f2 71%,#ffffff 100%);
background: -ms-linear-gradient(top,  #dbdbdb 0%,#f2f2f2 33%,#f2f2f2 71%,#ffffff 100%);
background: linear-gradient(to bottom,  #dbdbdb 0%,#f2f2f2 33%,#f2f2f2 71%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ffffff',GradientType=0 );
}

#elecresources h6 {
    color: #FFFFFF;
    display: inline;
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    padding-left: 15px;
    text-align: center;
    text-transform: uppercase;
}
#elecresources a:hover {
color: #B2272C;
text-decoration: none;
}
.last-elecresources {
	position: relative; 
	margin: 0 auto;
	padding:20px;
	background-color: slategray;
	/*background-image:url('../images/qud1.png');
	background-repeat:no-repeat;
	background-position:top right;*/
	overflow:hidden;
	z-index:2;
	cursor:pointer;
	-webkit-transition: background-image .35s ease-in-out;
	-moz-transition: background-image .35s ease-in-out;
	-ms-transition: background-image .35s ease-in-out;
	-o-transition: background-image .35s ease-in-out;
	transition: background-image .35s ease-in-out;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-align: center;
}


#upcoming p a:hover {
    color: white;
    text-decoration: underline;
}
.last-elecresources:hover{
	/*background-image:url('../images/qud2.png');*/
	background-color: #9CACBC;
}
.last-elecresources h6 {
	position:relative;
	display:inline-block;
	padding-left:15px;
	text-align:left;
	padding-bottom:25px;
}
.last-elecresources p {
	text-align: left;
	padding-top: 15px;
}
.icon-left1 {
	position:relative;
	display:inline-block;
	font-family: 'FontAwesome';
	line-height:32px;
	font-size:22px;
	text-align:left;
	z-index:6;
	width:22px;
	height:32px;
} 
.last-elecresources1 {
	position: relative; 
	margin: 0 auto;
	padding:20px;
	background-color: slategray;
	/*background-image:url('../images/qud.png');
	background-repeat:no-repeat;
	background-position:top left;*/
	overflow:hidden;
	text-align:right;
	z-index:2;
	cursor:pointer;
	-webkit-transition: background-image .35s ease-in-out;
	-moz-transition: background-image .35s ease-in-out;
	-ms-transition: background-image .35s ease-in-out;
	-o-transition: background-image .35s ease-in-out;
	transition: background-image .35s ease-in-out;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-align: center;
}
.last-elecresources1:hover{
	/*background-image:url('../images/qud2.png');*/
	background-color: #9CACBC;
}
.last-elecresources1 h6 {
	position:relative;
	display:inline-block;
	padding-right:15px;
	text-align:right;
	padding-bottom:25px;
}
.last-elecresources1 p{
	text-align: left;
	padding-top: 15px;
}
.icon-right1{
	position:relative;
	display:inline-block;
	font-family: 'FontAwesome';
	line-height:32px;
	font-size:22px;
	text-align:right;
	z-index:6;
	width:22px;
	height:32px;
}

.getinvolvedpromos {
    background-color: slategray;
    cursor: pointer;
    height: 340px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    position: relative;
    transition: background-image 0.35s ease-in-out 0s;
    z-index: 2;
    display: table-cell;
    vertical-align: middle;
    width: 260px;
    -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.getinvolvedpromos h3 {
margin: 15px 0;
}
.getinvolvedpromos p {
color: #fff;
}
/*.getinvolvedpromos a:hover  {
	color: #C72226;
}*/

.getinvolvedpromos:hover {
	background-color: #9CACBC;
	color: #000;
}


/*.getinvolvedpromos p:hover, h3:hover.getinvolvedpromos {
	color: #C72226;
}*/

.icon-larger {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 45px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    z-index: 6;
}

.ovrtoolsthumb {
margin: 0 auto 15px auto;
width: 595px;
height: auto;
}
.widgetthumbsamples {
    height: auto;
    margin: 5px 0 15px;
    width: 370px;
}


/*getinvolved input fields for signup*/

.ge-name {
width: 180px; display: inline; margin-right: 10px;
box-shadow: 0 0 4px #000000;
}
.ge-phone {
width: 125px; display: inline;
box-shadow: 0 0 4px #000000;
}
.ge-email {
margin-top: 25px; width: 250px; display: inline; margin-right: 10px;
box-shadow: 0 0 4px #000000;
}
.ge-zip {
margin-top: 25px; width: 105px; display: inline;
box-shadow: 0 0 4px #000000;
}
.ge-submit {
margin-left: 0; margin-top: 25px; width: 200px; display: inline;
box-shadow: 0 0 4px #000000;
}
.button.join.ge-submit {
    margin: 25px 0 30px 20px;
}


/*getinvolved input fields for spread the word signup*/

.stw-name {
width: 200px; display: inline; margin-right: 10px; margin-top: 25px;
}
.stw-email {
margin-top: 25px; width: 250px; display: inline; margin-right: 10px;
}
.stw-zip {
margin-top: 25px; width: 100px; display: inline;
}
.stw-submit {
margin-left: 0; margin-top: 25px; width: 200px; display: inline;
}
.button.join.stw-submit {
    margin: 25px 0 10px 20px;
}

/*#tumblrspreadthewordfeed {
margin-top: 25px;
margin-bottom: 25px;
overflow-x: hidden;
padding: 15px;
border: 1px solid #e8e8e8;
border-radius: 6px;
height: 285px;
width: 98%;
overflow: auto;
text-align: left;
}*/

#tumblrspreadthewordfeed {
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    height: 620px;
    margin-bottom: 25px;
    margin-top: 25px;
    overflow: auto;
    padding: 15px;
    text-align: left;
    width: 98%;
}


/* #election center state specific
================================================== */

#electioninfowrapper {
}
#upcoming #electiontitle {
display: none;
}
#upcoming {
background-color: #3B3B3B;
padding: 15px 15px 5px 15px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color: #fff;
margin-bottom: 30px;
}
#upcoming h5 {
margin: 5px 15px 15px 5px;
}
#upcoming p {
font-weight: bolder;
}
.electionreminders {
    background-color: #E9E9E9;
    border-radius: 6px;
    color: #000000;
    margin-bottom: 30px;
    padding: 25px 15px 15px;
}
.electionreminders #electiondescription {
    margin: 0;
}
.electionreminders .req {
    margin: 0;
    padding: 0;
    text-indent: 0;
    width: 1px;
}
.electionreminders table tr td p {
    font-size: 14px;
    white-space: nowrap;
}
.electionreminders table tr td input {
    margin-left: 10px;
    width: 90%;
}
.electionreminders form table tr td .Button {
    margin: 25px 0 50px;
    width: 150px;
}
.electionreminders .AutoOptInWarningMessage {
display: none;
}

#electiontitle {
font-family: 'Open Sans', sans-serif;
text-align: left;
margin-left: -2px;
padding: 15px;
color: #fff;
font-size: 20px;
line-height: 20px;
text-transform:uppercase;
font-weight: 800;
margin: 0px 0 15px 0;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #f9f9f9;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  #f9f9f9 0%, #ededed 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f9f9f9), color-stop(100%,#ededed));
background: -webkit-linear-gradient(-45deg,  #f9f9f9 0%,#ededed 100%);
background: -o-linear-gradient(-45deg,  #f9f9f9 0%,#ededed 100%);
background: -ms-linear-gradient(-45deg,  #f9f9f9 0%,#ededed 100%);
background: linear-gradient(135deg,  #f9f9f9 0%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ededed',GradientType=1 );
border: 1px solid #e0e0e0;
}
#electiontitle:hover {
color: #000;
background-color: #fff;
}

#electiondescription {
display: none;
    margin: 0 15px 15px 15px;
}
/*used in hiding and showing content - get involved sharing download*/
#description, #description2, #description3, #description4 {
display: none;
}

#upcoming #electiondescription {
display: block;
}
#when {
}
#where {
}
#registering {
}
#early {
}
#identification {
}
#moved {
}
#military_overseas {
}
#felony {
}
#materials {
}
#electionsep {
}
#electionshare {
text-align: center;
margin: 0 auto 30px auto;
}
#electiondescription ul {
list-style-type: disc;
list-style-position:inside;
margin: 0 10px 15px 20px;
}
#electiondescription li {
margin: 0 0 10px 0;
}


/*press page*/
.promobox1 {
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 25px;
    width: 100%;
background: #f0f0f0;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f0f0f0 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top,  #f0f0f0 0%,#e5e5e5 100%);
background: -o-linear-gradient(top,  #f0f0f0 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top,  #f0f0f0 0%,#e5e5e5 100%);
background: linear-gradient(to bottom,  #f0f0f0 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e5e5e5',GradientType=0 );
}

.newslogo {
float: left; 
margin-right: 20px;
width: 52px;
margin-bottom: 25px;
border: 1px solid #ccc;
border-radius: 4px;
padding: 4px;
height: 52px;
}
.newslogo img {
width: 52px;
height: auto;
}
.newsclip {
    clear: both;
    display: block;
    margin-bottom: 20px;
}
.newsclip p {
}
/*convio pagination fixes*/
td.pg-prev {
    padding-right: 15px;
}
td.pg-next {
    padding-left: 15px;
}
td.pg-page, td.pg-curr {
    padding-right: 7px;
}
td.pg-items {
    padding-right: 10px;
}
.pressreleaseitems p {
padding-bottom: 25px;
}

.electionreminders .old-school td fieldset {
display: block !important;
margin: 0;
padding: 0;
top: -25px;
position: relative;
}

.electionreminders .Button {
margin: 0;
padding: 0;
top: -45px;
position: relative;
}

.showthisonsmall {
display: none;
}

.showthisonmedium {
display: none;
}





@media only screen and (min-width: 1930px) { .parallax { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
 
@media only screen and (max-width: 959px) {
	.parallax { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax1 {
	background: url('../images/parallax/2.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;
}
.parallax-ec {
	background: url('../images/elec-go-vote.jpg') repeat fixed;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;
	background-size: cover;
	background-position: top center;
}




@media only screen and (min-width: 1930px) { .parallax1 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax1 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
 
 
 .parallax {
background: url('../images/parallax/1.jpg') no-repeat scroll center center / cover rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.parallax2 {
	background: url('../images/parallax/3.jpg') repeat fixed;
	background-size: cover;
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0;
	bottom: 0;
	z-index: -1;
	width:100%;  
}
.parallax3 {
    background: url("../images/1rtv.jpg") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.parallax4 {
    background: url("../images/store-2.jpg") repeat fixed 0 0 / cover rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.solidfeaturebg {
    background: none repeat scroll 0 0 rgba(30, 30, 30, 0.7);
    border-top: none;
    bottom: 0;
    display: inline;
    height: 130px;
    left: 0;
    margin-top: 75%;
    position: absolute;
    right: 0;
    /*top: 80%;*/
    z-index: 4;
}

@media only screen and (min-width: 1930px) { .parallax2 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
 .parallax2, .parallax3, .parallax4  {
 background-size: cover;
 background-attachment: scroll;
 background-position: top center!important;
 }
.parallax-about {
background-size: cover; background-attachment: scroll; background-position: center 80px !important;
}
}
/*end ipad landscape*/


@media only screen and (max-width: 959px) {
	.parallax2, .parallax3, .parallax4, .parallax-about  { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}


 
/* #footer
================================================== */

#footer{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	background:#fff;
	padding-top:60px;
	padding-bottom:35px;
}
#footer .back-top {
	position: absolute; 
	cursor:pointer;
	top:-10px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:40px;
	font-family: 'FontAwesome';
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	text-align:center;
	z-index:10000;	
	font-size: 22px;
	line-height: 40px;
	background:#f2f2f2;
	-webkit-box-shadow: 0 -5px 15px -5px #000;
	-moz-box-shadow: 0 -5px 15px -5px #000;
	box-shadow: 0 -5px 15px -5px #000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#footer .back-top:hover{
	background:#fff;
	-webkit-box-shadow: 0 -5px 5px -5px #000;
	-moz-box-shadow: 0 -5px 5px -5px #000;
	box-shadow: 0 -5px 5px -5px #000;
}
#footer p{
	text-transform:uppercase;
	font-size: 12px;
	line-height:22px;
	text-align:center;
	padding-bottom:5px;
}  






@media only screen and (min-width: 1930px) { .parallax8 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax8 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax8 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}



iframe{ 
	/*width:100%;*/
	/*height:auto;*/
	display:block;
}



@media only screen and (min-width: 1930px) { .parallax9 { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.parallax9 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
	.parallax9 { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}





/* #footernav
================================================== */

#footernav {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	background:#f2f2f2;
	padding-top:50px;
	padding-bottom:70px;
	z-index:2;
	border-top: 1px solid #333;
	border-bottom: 30px solid #333;
} 

#footernav h6 {
	text-align: left;
	padding-bottom:15px;
}

/*soc icons*/
#footernav .container .two-thirds.column {
text-align: right;
}


 
 
/* #Media Queries
================================================== */


@media only screen and (max-width: 800px) {
h1 { font-size: 28px; line-height:28px; }

.logo{
	width:180px;
	height:58px;
	left:10px;
	top:10px;
	background:url('../images/logo.png') no-repeat center center;
	background-size:180px 58px;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	width:180px;
	height:58px;
	left:10px;
	top:10px;
	background:url('../images/logo.png') no-repeat center center;
	background-size:180px 58px;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
    border-bottom:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
    border-bottom:none;
	background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
	background:none;
}
ul.slimmenu li a {
    border-bottom:none;
    padding-right: 10px;
}
ul.slimmenu li a:hover {
    border-bottom:none;
	background:none;
	background-color: #444;
	background-image: url('../images/small-star.png');
background-size: 10px;
background-position: 15px center;
background-repeat: no-repeat;
padding-left: 15px;
}
ul.slimmenu li {
	/*background:none;*/
	padding-left: 0;
}
ul.slimmenu li > ul {
    /*width: 100%;*/
    width: 190px;
	text-align:right;
}
ul.slimmenu {
    background-color: #333333;
    margin-bottom: 10px;
    margin-top: 24px !important;
    padding-right: 10px;
    text-align: right;
}
.container .seven.columns {
    width: 300px;
}
#homeabout .container .offset-by-two {
margin-left: 0;
padding-left: 0;
}

#homeabout .container .seven.columns {
    width: 350px;
}
#homefeature {
padding-top: 110px;
margin-left: 0;
}
#homefeature img {
display: none;
}
#homefeature .four {
padding-top: 0;
margin-bottom: 20px;
margin-top: 0;
}
#homefeature .seven {
margin: 0 0 20px 0;
}
#elecresources h6 {
    font-size: 17px;
    line-height: 17px;
}
#getinvolvedheader {
    padding-bottom: 190px;
    padding-top: 102px;
}
#aboutheader {
    padding-bottom: 190px;
    padding-top: 102px;
}
/*getinvolved input fields for signup*/

.ge-name {
width: 180px; display: inline; margin-right: 10px;
box-shadow: 2px 2px 10px #000000;
}
.ge-phone {
width: 120px; display: inline;
box-shadow: 2px 2px 2px #000000;
margin-top: 25px;
}
.ge-email {
margin-top: 25px; width: 250px; display: inline; margin-right: 10px;
box-shadow: 2px 2px 2px #000000;
}
.ge-zip {
margin-top: 25px; width: 100px; display: inline;
box-shadow: 2px 2px 2px #000000;
}
.ge-submit {
margin-left: 0; margin-top: 25px; width: 200px; display: inline;
box-shadow: 2px 2px 2px #000000;
}
.button.join.ge-submit {
    margin: 25px 0 30px 20px;
}
}


@media only screen and (min-width: 785px) and (max-width: 815px) {
#homefeature .four {
margin-top: 100px;
}
ul.slimmenu li > ul {
    /*width: 100%;*/
    width: 190px;
	text-align:right;
}
.electionreminders table tr td p {
    font-size: 14px;
    white-space: normal;
}
#elecresources h6 {
    font-size: 17px;
    line-height: 17px;
}
#getinvolvedheader {
    padding-bottom: 190px;
    padding-top: 102px;
}
#aboutheader {
    padding-bottom: 190px;
    padding-top: 102px;
}
}


@media only screen and (min-width: 960px) and (max-width: 1199px) {
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
ul.slimmenu li a {
    border-bottom:none;
    padding-right: 10px;
}
ul.slimmenu li a:hover {
    border-bottom:none;
	background:none;
	/*background-color: #444;*/
background-image: url('../images/small-star.png');
background-size: 10px;
background-position: left center;
background-repeat: no-repeat;
padding-left: 15px;
}
ul.slimmenu li {
	background:none;
	padding-left: 0;
}
ul.slimenu li ul {
	background-color: #fff;
	}
ul.slimmenu li > ul {
    /*width: 100%;*/
    width: 190px;
	text-align: left;
	background-color: #fff;
}
ul.slimmenu li a {
    font-size: 13px;
}
/*ul.slimmenu {
    background-color: #333333;
    margin-bottom: 10px;
    margin-top: 24px !important;
    padding-right: 10px;
    text-align: right;
}*/
#homefeature .container .seven.columns {
    width: 300px;
}
.container .seven.columns {
    width: 350px;
}
#homefeature {
    padding-top: 180px;
}
#homefeature .four {
    margin-top: 70px !important;
}
.statedropdown {
    margin-left: 40px !important;
    margin-top: 10px !important;
}
.container .offset-by-two {
    padding-left: 25px;
}
#gear1 .button {
    margin-top: 0;
}
#gear1 .two.columns {
    margin-left: 0;
    width: 100px;
}
#homeabout .seven .columns .offset-by-two, #about .seven .columns .offset-by-two {
margin-left: 0;
}
/* carousel stuff */
.kc-nav-wrap {
    top: 300px;
}
.statejumpform {
    display: block;
    margin: 25px auto 0;
    width: 400px;
}

#map_base {
display: none;
}
.electionreminders table tr td p {
    font-size: 14px;
    white-space: normal;
}
#elecresources h6 {
    font-size: 17px;
    line-height: 17px;
}
#getinvolvedheader {
    padding-bottom: 190px;
    padding-top: 102px;
}
#aboutheader {
    padding-bottom: 190px;
    padding-top: 102px;
}
#limelight2 .container .four.columns {
    width: 170px !important;
}
.parallaxgetinvolved {
    background: url("../images/get-involved-v1.jpg") repeat scroll center 50px / 86% auto rgba(0, 0, 0, 0);
}
.parallax-about {
    background: url("../images/header-about-us.jpg") repeat scroll center 25px / 130% auto rgba(0, 0, 0, 0);
}
#artist1, #artist2, #artist3, #artist4, #artist5, #artist6, #artist7, #artist8, #volunteer1, #volunteer2, #volunteer3, #volunteer4, #volunteer5, #volunteer6 {
    background-size: cover;
    border-radius: 5px;
    height: 150px;
    margin-bottom: 15px;
    width: 160px;
}
#artist9, #artist10, #artist11 {
    height: 210px;
    width: 210px;
}
.dclassimage {
    border-radius: 6px;
    height: auto;
    width: 350px;
}
.container .offset-by-one {
    padding-left: 10px;
}

.hidethisonsmall {
display: none;
}
.showthisonmedium {
display: inline;
}
#history h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}
#history .six .columns {
width: 330px;
}
#history .nine .columns .offset-by-one {
padding: 15px;
width: 350px;
}
.parallax {
    background-position: center -85px !important;
}
#about .container .offset-by-two, #homeabout .container .offset-by-two {
margin-left: 35px;
padding-left: 0;
}
.getinvolvedpromos {
  padding: 10px;
}
}

/*end pad*/





@media only screen and (min-width: 480px) and (max-width: 767px) {
#notopbs {
    padding-top: 120px;
}
ul.slimmenu.collapsed ul.slimmenu li a:hover {
    border-bottom:none;
	background:none;
	background-color: #444;
background-image: url('../images/small-star.png');
background-size: 10px;
background-position: 15px center;
background-repeat: no-repeat;
padding-left: 15px;
}
ul.slimmenu.collapsed ul.slimmenu li {
	background:none;
}
#homefeature .container .seven.columns {
    /*width: 300px;*/
    width: 420px;
}
#homefeature .container .offset-by-half {
    padding-left: 0;
}
.statedropdown {
    margin-left: 0px !important;
    margin-top: 10px !important;
}
#homeabout .seven .columns .offset-by-two, #about .seven .columns .offset-by-two {
margin-left: 0;
}
#homeabout, #jobs {
    padding-top: 20px;
}
#homefeature .button {
margin-top: 0;
}
.feature {
    background-color: rgba(0,0,0,0.75);
}
.solidfeaturebg {
    height: 0px;
}
#gear1 .button {
    margin-top: 0;
}
#gear1 .two.columns {
width: 100px;
}
#homeabout .seven .columns, #about .seven .columns {
width: 350px;
}
/*soc icons*/
#footernav .container .two-thirds.column {
    text-align: center;
}
/* carousel stuff */
.kc-nav-wrap {
    top: 200px;
}
.statejumpform {
display: inline;
}
#map_base {
display: none;
}
.electionreminders table tr td p {
    font-size: 14px;
    white-space: normal;
}
#getinvolvedheader {
    padding-bottom: 100px;
    padding-top: 100px;
}
/*#aboutheader {
    padding-bottom: 100px;
    padding-top: 100px;
}*/
.parallaxgetinvolved {
    background: url("../images/get-involved-v1.jpg") repeat scroll center 50px / 100% auto rgba(0, 0, 0, 0);
}
.parallax-about {
    background: url("../images/header-about-us.jpg") repeat scroll center 50px / 100% auto rgba(0, 0, 0, 0);
}

.parallax3 {
    background: url("../images/1rtv-small.jpg") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}

#limelight2 .container .four.columns {
    width: 105px !important;
}
#artist1, #artist2, #artist3, #artist4, #artist5, #artist6, #artist7, #artist8, #volunteer1, #volunteer2, #volunteer3, #volunteer4, #volunteer5, #volunteer6 {
    background-size: cover;
    border-radius: 5px;
    height: 100px;
    margin-bottom: 10px;
    width: 95px;
}
.ovrtoolsthumb {
    height: auto;
    margin: 0 auto 15px;
    width: 350px;
}
.hidethisonsmall {
display: none;
}
.showthisonmedium {
display: inline;
}
.showthisonsmall {
display: none;
}
}




@media only screen and (min-width: 320px) and (max-width: 479px) {
#notopbs {
    padding-top: 50px;
}
h1 {
    font-size: 26px !important;
    font-weight: 700;
    line-height: 28px !important;
    text-transform: uppercase;
}
h2 {
    font-size: 26px;
}
ul.slimmenu li {
	background:none;
}
#homefeature .container .offset-by-half {
    padding-left: 0;
}
#homefeature .container .columns {
    margin-left: 0;
    margin-right: 0;
    width: 260px;
}
#homefeature .firstname, #homefeature .lastname {
display: none;
}
#homefeature .button {
margin-top: 0;
margin-bottom: 10px;
}
#homefeature p {
padding-bottom: 0px;
font-size: 13px;
}
#sep {
    padding-bottom: 65px;
    padding-top: 65px;
}
.feature {
    background-color: rgba(0,0,0,0.75);
}
.solidfeaturebg {
    height: 0px;
}
.statedropdown {
    margin-left: 0px !important;
    margin-top: 10px !important;
}
.fake-select-wrap {
    width: 97%;
    margin-bottom: 10px;
}
#homeabout .seven .columns .offset-by-two, #about .seven .columns .offset-by-two {
margin-left: 0;
}
#homeabout .seven .columns, #about .seven .columns {
width: 300px;
}
#homeabout .container .seven.columns, #about .container .seven.columns {
    width: 300px;
}
#homeabout, #jobs, #getinvolved {
    padding-top: 20px;
}
/*#about, #jobs, #getinvolved {
    padding-top: 20px;
}*/
.container .offset-by-one, .container .offset-by-half, .container .offset-by-three, .container .offset-by-four {
padding-left: 0px;
}
.parallax3 {
    background: url("../images/1rtv-small.jpg") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}
#gear1 .button {
    margin-top: 0;
}
#gear1 .two.columns {
width: 100px;
}
#gear1 .indent {
    margin-left: 0;
}
.button.join {
    margin: 0 0 30px;
}
/*soc icons*/
#footernav .container .two-thirds.column {
    text-align: center;
}
/* carousel stuff */
.kc-nav-wrap {
    top: 315px;
}
.kc-wrap {
    margin-top: 190px;
}
.kc-item-image-thumb {
    margin: 5px 0 15px 5px;
    text-align: center;
    width: 240px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.kc-item {
    position: absolute;
    /* These sizes are from the examples - change as appropriate */
    width: 250px;
    height: 400px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 80%;
}
.button.smaller.kc-center {
    margin-left: 0px;
}
.button.smaller {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 15px;
}
#limelight,#limelight2,#limelight3,#limelight4,#limelight5 {
    margin: -50px 0 100px;
    padding: 120px 0 140px;
}
#footernav {
font-size: 115%;
line-height: 150%;
}
.head-subtext {
    padding-bottom: 10px;
}


/*convio  fixes*/

.old-school td {
display: table-row;
}
.old-school td tr label {
display: table-row;
width: 100%;
margin: 0;
}
.old-school tr td input {
width: 280px;
display: table-row;
margin: 0;
}
.old-school textarea {
width: 280px;
}
.old-school p {
padding-bottom: 0;
}
.old-school td.req {
text-align: left;
}
.old-school .fake-select-wrap {
    width: 280px;
}
table.statedeadlines td {
display: table-row;
}
table.statedeadlines tr {
padding: 10px;
border-bottom: 1px solid #333333;
}
table.statedeadlines tr td {
border-right: none;
}
table.statedeadlines tr td {
display: block;
}
.columnheaders {
display: none;
}
.statejumpform {
display: inline;
}
#map_base {
display: none;
}
.noheaderimage {
    padding: 15px 0 0 0;
}
#getinvolvedheader {
    padding-bottom: 100px;
    padding-top: 100px;
}
#aboutheader {
    padding-bottom: 100px;
    padding-top: 100px;
}
.parallaxgetinvolved {
    background: url("../images/get-involved-v1.jpg") repeat scroll center 50px / 100% auto rgba(0, 0, 0, 0);
}
.parallax-about {
    background: url("../images/header-about-us-small.jpg") no-repeat fixed center center / 250% auto rgba(0, 0, 0, 0);
}
#limelight2 .container .four.columns {
    width: 75px !important;
}
#limelight4 .container .four.columns {
    width: 75px !important;
}
#artist1, #artist2, #artist3, #artist4, #artist5, #artist6, #artist7, #artist8, #volunteer1, #volunteer2, #volunteer3, #volunteer4, #volunteer5, #volunteer6 {
    background-size: cover;
    border-radius: 5px;
    height: 90px;
    margin-bottom: 10px;
    width: 75px;
}
/*getinvolved input fields for signup*/

.ge-name {
box-shadow: 2px 2px 10px #000000;
margin-top: 25px; width: 300px; display: block;
}
.ge-phone {
box-shadow: 2px 2px 2px #000000;
margin-top: 25px; width: 300px; display: block;
}
.ge-email {
margin-top: 25px; width: 300px; display: block;
box-shadow: 2px 2px 2px #000000;
}
.ge-zip {
margin-top: 25px; width: 300px; display: block;
box-shadow: 2px 2px 2px #000000;
}
.ge-submit {
margin-top: 25px; width: 300px; display: block;
box-shadow: 2px 2px 2px #000000;
}
.button.join.ge-submit {
    margin: 25px 0 30px 0px;
}
.getinvolvedpromos {
    height: 100%;
}
/*getinvolved input fields for spread the word signup*/

.stw-name {
width: 300px; display: block;
}
.stw-email {
width: 300px; display: block;
}
.stw-zip {
width: 300px; display: block;
}
.stw-submit {
width: 300px; display: block;
}
.button.join.stw-submit {
    margin: 25px 0 10px 0px;
}
#tumblrspreadthewordfeed {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    height: 285px;
    margin-bottom: 25px;
    margin-top: 25px;
    overflow: auto;
    padding: 15px;
    text-align: left;
    width: 270px;
}
.dclassimage {
    width: 300px;
}
.ovrtoolsthumb {
    height: auto;
    margin: 0 auto 15px;
    width: 300px;
}
.widgetthumbsamples {
width: 300px;
height: auto;
}
.widgettable td {
    font-size: 12px;
    line-height: 14px;
    padding: 6px;
}
.countdown {
display: none;
}
td.pg-items {
    clear: both;
    display: table-column-group;
    width: 300px;
}
.newslogo {
display: none;
}
#results .box {
    border: none;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.widgettable tr:first-child td {
    font-size: 12px;
}
.widgettable h5 {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
}
#limelight2, #limelight3, #limelight4, #limelight5 {
    margin: -50px 0 100px;
    padding: 100px 0 0;
}
#homeabout, #jobs, #getinvolved {
    padding-bottom: 50px;
}
.hidethisonsmall {
display: none;
}
.showthisonsmall {
display: inline;
}
.kc-wrap iframe {
    display: block;
    height: 170px;
    width: 240px;
}
.sample.quickfacts {
    float: none;
    margin-bottom: 25px;
    margin-left: 0;
    padding: 10px;
    width: 280px;
}
}





@media only screen and (max-width: 319px) {
#notopbs {
    padding-top: 100px;
}
h1 {
    font-size: 26px !important;
    font-weight: 700;
    line-height: 30px !important;
    text-transform: uppercase;
}
h2 {
    font-size: 26px;
}
#homeabout h4 {
    font-size: 23px;
}
ul.slimmenu li {
	background:none;
}
#homefeature .container .offset-by-half {
    padding-left: 0;
}
#homefeature .container .columns {
    margin-left: 0;
    margin-right: 0;
    width: 260px;
}
#homefeature .firstname, #homefeature .lastname {
display: none;
}
#homefeature .button {
margin-top: 0;
margin-bottom: 10px;
}
#homefeature p {
padding-bottom: 0px;
font-size: 13px;
}
.feature {
    background-color: rgba(0,0,0,0.75);
}
.solidfeaturebg {
    height: 0px;
}
.statedropdown {
    margin-left: 0px !important;
    margin-top: 10px !important;
}
.fake-select-wrap {
    width: 97%;
    margin-bottom: 10px;
}
#homeabout .container .offset-by-two, #about .container .offset-by-two, .offset-by-half {
margin-left: 0;
}
#homeabout, #jobs {
    padding-top: 20px;
}
/*#about, #jobs {
    padding-top: 20px;
}*/
#homeabout .container .seven.columns, #about .container .seven.columns {
    width: 280px;
}
.container .offset-by-one {
padding-left: 0px;
}
.container .offset-by-four {
    padding-left: 0;
}
#gear1 .button {
    margin-top: 0;
}
#gear1 .two.columns {
width: 100px;
}
#gear1 .indent {
    margin-left: 0;
}
.button.join {
    margin: 0 0 30px;
}
/*soc icons*/
#footernav .container .two-thirds.column {
    text-align: center;
}
/* carousel stuff */
.kc-nav-wrap {
    top: 315px;
}
.kc-wrap {
    margin-top: 190px;
}
.kc-item-image-thumb {
    margin: 5px 0 15px 5px;
    text-align: center;
    width: 240px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.kc-item {
    position: absolute;
    /* These sizes are from the examples - change as appropriate */
    width: 250px;
    height: 400px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 80%;
}
.button.smaller.kc-center {
    margin-left: 0px;
}
.button.smaller {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 15px;
}
#limelight,#limelight2 {
    margin: -50px 0 100px;
    padding: 120px 0 140px;
}
#footernav {
font-size: 115%;
line-height: 150%;
}
.head-subtext {
    padding-bottom: 10px;
}
/*convio form fixes*/
.old-school td {
display: table-row;
}
.old-school td tr label {
display: table-row;
width: 100%;
margin: 0;
}
.old-school tr td input {
width: 280px;
display: table-row;
margin: 0;
}
.old-school textarea {
width: 280px;
}
.old-school p {
padding-bottom: 0;
}
.old-school td.req {
text-align: left;
}
.old-school .fake-select-wrap {
    width: 280px;
}
table.statedeadlines td {
display: table-row;
}
table.statedeadlines tr {
padding: 10px;
border-bottom: 1px solid #333333;
}
table.statedeadlines tr td {
display: block;
}
table.statedeadlines tr td {
border-right: none;
}
.columnheaders {
display: none;
}
.statejumpform {
display: inline;
}
#map_base {
display: none;
}
.noheaderimage {
    padding: 15px 0;
}
#getinvolvedheader {
    padding-bottom: 100px;
    padding-top: 100px;
}
#aboutheader {
    padding-bottom: 100px;
    padding-top: 100px;
}
.parallaxgetinvolved {
    background: url("../images/get-involved-v1.jpg") repeat scroll center 50px / 100% auto rgba(0, 0, 0, 0);
}
.parallax-about {
    background: url("../images/header-about-us-small.jpg") no-repeat fixed center center / 250% auto rgba(0, 0, 0, 0);
}
#limelight2 .container .four.columns {
    width: 75px !important;
}
#limelight4 .container .four.columns {
    width: 75px !important;
}
#artist1, #artist2, #artist3, #artist4, #artist5, #artist6, #artist7, #artist8, #volunteer1, #volunteer2, #volunteer3, #volunteer4, #volunteer5, #volunteer6 {
    background-size: cover;
    border-radius: 5px;
    height: 90px;
    margin-bottom: 10px;
    width: 75px;
}
.getinvolvedpromos {
    height: 100%;
}
.dclassimage {
    width: 300px;
}
.ovrtoolsthumb {
    height: auto;
    margin: 0 auto 15px;
    width: 300px;
}
.widgetthumbsamples {
width: 300px;
height: auto;
}
.widgettable td {
    font-size: 12px;
    line-height: 14px;
    padding: 6px;
}
.countdown {
display: none;
}
.newslogo {
display: none;
}
#results .box {
    border: none;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.widgettable tr:first-child td {
    font-size: 12px;
}
.widgettable h5 {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
}
#limelight2, #limelight3, #limelight4, #limelight5 {
    margin: -50px 0 100px;
    padding: 100px 0 0;
}
#homeabout, #jobs, #getinvolved {
    padding-bottom: 50px;
}
.hidethisonsmall {
display: none;
}
.showthisonsmall {
display: inline;
}
.kc-wrap iframe {
    display: block;
    height: 170px;
    width: 240px;
}
.sample.quickfacts {
    float: none;
    margin-bottom: 25px;
    margin-left: 0;
    padding: 10px;
    width: 280px;
}
}



/* #Font-Face
================================================== */

@font-face {
    font-family: 'OpenSans-Light-webfont';
    src: url('https://fonts.googleapis.com/css?family=Open+Sans:light,300italic,400italic,600italic,700italic,800italic,400,300,600,700,800');
    font-weight: normal;
    font-style: normal;
}
