/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, 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, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select{
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font-family: 'Open Sans';
		font-weight: 300;
		font-size: 16px;
		line-height: 24px;
		color:#404040;
		overflow-x:hidden;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
		-webkit-text-size-adjust: 100%;
 }
 html {
		overflow-x:hidden; 
	height:100%;
}
/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #101010;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		margin-left: -2px;
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #B2272C; }
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { font-weight: inherit; color: #000; }
	h1 { font-size: 40px; line-height:40px;text-transform:uppercase;font-weight: 700; }
	h2 { font-size: 29px; line-height:29px;text-transform:uppercase;font-weight: 500;}
	h3 { font-size: 27px; line-height: 30px;text-transform:uppercase;font-weight: 400;}
	h4 { font-size: 22px; line-height: 27px;text-transform:uppercase;font-weight: 400;}
	h5 { font-size: 20px; line-height: 20px;text-transform:uppercase;font-weight: 800;}
	h6 { font-size: 16px; line-height: 20px;text-transform:none;font-weight: 700;}

h3, h4, h5, h6 {
margin-bottom: 15px;
}
#footernav h6 {
margin-bottom: 2px;
}
.white {
color: #fff !important;
}
.black {
color: #000;
}
a.black, a:visited.black {
color: #000;
}
.left {
text-align: left;
}
.center {
text-align: center;
}
.smaller, .smaller p {
font-size: 12px;
line-height: 14px;
}
#homefeature {
font-weight: 400;
}

#gear1 p {
font-family: 'Open Sans';
font-weight: 600;
}
#gear1 p a {
font-weight: 600;
}

	p {
	padding-bottom: 10px;
	}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: 700;}
	small { font-size: 75%; }
	
	.button strong {
font-weight: 700;
}
	


/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #323a3d; border-width: 1px 0 0; clear: both; margin:0 10px 0 10px; height: 0; position:relative;}


/* #Links
================================================== */
	a, a:visited { color: #c62129; text-decoration: none; }
	a:hover, a:focus { color: #333; text-decoration: underline;}
	p a, p a:visited { line-height: inherit; text-decoration: none;}
	a:focus{
	outline:none;
	}
a.button {
color: #fff;
}
a:visited.button {
color: #fff;
}
a.redlinkonblack,a:visited.redlinkonblack { 
text-decoration: none;
color: #c62129;
}
a:hover.redlinkonblack,a:focus.redlinkonblack { 
text-decoration: underline;
color: #fff;
}
#footernav .blacklink {
color: #000;
}
#footernav a:visited.blacklink  {
color: #000;
}
#footernav a,#footernav a:visited { 
text-decoration: none;
color: #c62129;
padding-bottom: 5px;
}
#footernav a:hover, #footernav a:focus { 
text-decoration: underline;
color: #333;
}
#elecresources a, #elecresources a:visited {
color: #fff;
}
#elecresources a:hover, #elecresources a:focus {
color: #c62129;
}
a:hover.toggle2, a:hover.getinvolvedpromos, .getinvolvedpromos:hover {
text-decoration: none !important;
}

/* #Lists
================================================== */
	ul, ol { }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 20px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; margin-bottom: 10px; }
	ul ul, ul ol,
	ol ol, ol ul { font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li {  }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }	
	ul.disc li {
    margin-left: 15px;
    padding-bottom: 10px;
    padding-left: 10px;}
	li {line-height: 20px;}
	
/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	background: #B2272C;	
	margin-top: 20px;
	margin-bottom: 20px;
	border:none;
	  color: #fff;
	  display: inline-block;
	  font-size: 16px;
	  cursor: pointer;
	  line-height: normal;
	  padding: 5px 25px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out; 
	/*width:100%;*/
	border-bottom: 1px solid #fff;
	font-weight: 500;
	border-radius: 0;
	font-weight: 700;
	text-transform: uppercase;
	}
	
	.button.smaller {
	margin-top: 5px;
	padding: 3px 10px;
	font-size: 13px;
	margin-bottom: 5px;
	}
	.button.smaller.kc-center {
	margin-left: 90px;
	}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {	
	  color: #B2272C;
	background:#292929;
	border-bottom: 1px solid #B2272C;
	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {	
	  color: #B2272C;}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}
	
input {
-webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    appearance: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 39px;
width: 100%;
margin: 0;
padding: 6px 8px;
color:#404040;
border: 1px solid #bebebe;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
font-size: 15px;
z-index: 3;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
input, textarea {
    /*font: 15px/16px;*/
	font-family: 'Open Sans';
	font-weight: lighter;
    background-color: #fff;
    color:#404040;
}
textarea {
border: 1px solid #bebebe;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
font-size: 15px;
padding: 6px 8px;
}

.fake-select-wrap > select {
    -moz-appearance: none;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
   	font-family: 'Open Sans';
	font-weight: lighter;
}
.fake-select-wrap > .fake-select.large {
    height: 40px;
    line-height: 40px;
    margin: 2px;
    padding: 0 0 0 10px;
    text-align: left;
    color: #404040;
	font-family: 'Open Sans';
	font-weight: lighter;
    font-size: 15px;
    /*line-height: 22px;*/
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.fake-select-wrap > .fake-select {
    -moz-appearance: none;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    color: #404040;
    font-family: 'Open Sans';
	font-weight: lighter;
    font-size: 15px;
    /*line-height: 22px;*/
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    /*height: 31px;
    -moz-height: 36px;*/
    margin: 0;
    padding: 6px 0px 6px 8px;
    position: relative;
    vertical-align: bottom;
    width: 100%;
}

.fake-select-wrap:after {
    background: url("../images/select-arrow.png") no-repeat scroll right center / 9px 13px rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    right: 8px;
    top: 0;
    width: 9px;
    text-align: right;
}
.fake-select-wrap {
    position: relative;
    color: #404040;
    font-family: 'OpenSans-Light-webfont';
    font-size: 15px;
    /*line-height: 22px;*/
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    }
.statedropdown {
    margin-left: 50px !important;
    margin-top: 10px !important;
}
.fake-checkbox-wrap {
  display: inline-block;
  position: relative;
  margin: 0 6px 0 0;
  vertical-align: bottom; }
  .fake-checkbox-wrap > .fake-checkbox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background-color: #fafafa;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f6f6f6));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    background-image: linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
    border: 1px solid #a4acb0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .fake-checkbox-wrap > .fake-checkbox.checked {
      position: relative;
      padding-right: 18px;
      padding-right: 0; }
      .fake-checkbox-wrap > .fake-checkbox.checked:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        right: -4px;
        width: 18px;
        height: 100%;
        background: no-repeat right center;
        background-image: url("../images/checkbox-icon.png");
        background-size: 18px 15px; }
  .fake-checkbox-wrap > input {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

/* convio forms and button overrides */
table tr td input {
margin: 10px 0 0 0;
width: 100%;
}

form table tr td .Button {
margin: 25px 0 50px 0;
width: 150px;
}
form table td .Explicit {
display: none;
}
form table td label .Explicit {
display: inline !important;
}
table.statedeadlines {
margin-bottom: 25px;
}
table.statedeadlines tr td {
padding: 10px;
}
table.statedeadlines {
background-color: #eeeeee;
width: 100%;
border-width: 1px;
border-style: solid;
border-color: #000000;
}
table.statedeadlines .columnheaders {
color: #fff;
background-color: #444;
font-weight: 700;
vertical-align: middle;
}
table.statedeadlines tr {
border-bottom: 1px solid #000;
}
table.statedeadlines tr td {
border-right: 1px solid #000;
}
.AutoOptInWarningMessage {
    font-size: 12px;
    line-height: 17px;
    margin-top: 15px;
}
	
/* #Images
================================================== */






/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
::selection {
	background: rgba(0,0,0,.2); /* Safari */
	}
::-moz-selection {
	background: rgba(0,0,0,.2); /* Firefox */
}

