/* Theme Name: MEIC 2014 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Asap', sans-serif;
	color: #43484e;
	background: #fff;
}
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;
}

.clearfloat:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfloat {
    display: inline-block;
}
.clearfloat {
    display: block;
}
.wrapper {
    width: 1000px;
    margin: auto;
}

.header {
    background: #255E83;
    padding: 10px 0;
}

.headerLeft {
    float: left;
    width: 225px;
}

.headerLeft .logo:hover {
     opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}
.headerCenter {
    float: left;
    width: 575px;
}

.headerCenter h1 {
    color: #fff; 
    font-size: 28px;
    margin: 20px 0 5px 0;
}

.headerCenter h1 a {
    color: #fff;
    text-decoration: none;
}

.headerCenter h1 a:hover {
     opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}
.headerCenter h2 {
    color: #A7B246;
    font-size: 23px;
}

.headerRight {
    float: right;
    margin-top: 10px;
    width: 175px;
}

.header ul#menu-social-media-navigation li,
.footer ul#menu-social-media-navigation-1 li {
    float:left;
}

.header ul#menu-social-media-navigation li a,
.footer ul#menu-social-media-navigation-1 li a {
    margin-left: 3px;
}

.header ul#menu-social-media-navigation li a:hover,
.footer ul#menu-social-media-navigation-1 li a:hover {
     opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

.header ul#menu-social-media-navigation li.Facebook a,
.footer ul#menu-social-media-navigation-1 li.Facebook a {
    background: url('images/facebook-icon.png') top center no-repeat;
    width: 32px;
    height: 32px;
    text-indent:-9999px;
    display: block;
}
.header ul#menu-social-media-navigation li.Twitter a,
.footer ul#menu-social-media-navigation-1 li.Twitter a {
    background: url('images/twitter-icon.png') top center no-repeat;
    width: 32px;
    height: 32px;
    text-indent:-9999px;
    display: block;
}
.header ul#menu-social-media-navigation li.RSS a,
.footer ul#menu-social-media-navigation-1 li.RSS a {
    background: url('images/rss-icon.png') top center no-repeat;
    width: 32px;
    height: 32px;
    text-indent:-9999px;
    display: block;
}
.header ul#menu-social-media-navigation li.YouTube a,
.footer ul#menu-social-media-navigation-1 li.YouTube a  {
    background: url('images/youtube-icon.png') top center no-repeat;
    width: 32px;
    height: 32px;
    text-indent:-9999px;
    display: block;
}
.header ul#menu-social-media-navigation li.LinkedIn a,
.footer ul#menu-social-media-navigation-1 li.LinkedIn a {
    background: url('images/linkedin-icon.png') top center no-repeat;
    width: 32px;
    height: 32px;
    text-indent:-9999px;
    display: block;
}

.menu-social-media-navigation-container {
    margin-bottom: 10px;
    display: block;
    height: 32px;
}

.searchBar {
    margin-left: 3px;
}


/*Clearing Floats*/
.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}    
/* Form wrapper styling */
.form-wrapper {
    width: 172px;
    background: #EEEEEE;
    background: rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}

/* Form text input */

.form-wrapper input {
    width: 100px;
    height: 30px;
    padding: 0 0 0 10px;
    float: left;   
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #EEEEEE;
    border-radius: 3px 0 0 3px;     
   -moz-appearance:none;
   -webkit-appearance:none;
   
}

.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}   

/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 62px;
    color: #fff;
    text-transform: uppercase;
    background: #A7B23E;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}  

.form-wrapper button:hover{    
    background: #203E52;
}  

.form-wrapper button:active,
.form-wrapper button:focus{  
    background: #c42f2f;
    outline: 0;  
}

.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #A7B23E transparent;
    top: 7px;
    left: -6px;
}

.form-wrapper button:hover:before{
    border-right-color: #203E52;
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: #203E52;
}     

.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}  

.navigation {
	z-index: 100;
	}

.navigation .menu {
	background:#2D7CB7;
	padding:0;
	margin:0;
	list-style-type:none;
	height:30px;
	border-left: 1px solid #255E83;
}
.navigation .menu li { 
    float:left; 
}

.navigation .menu li a {
	text-align:center;
	width: 165px;
	display:block;
	color:#fff;
	text-decoration:none;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 0;
    border-right: 1px solid #255E83;
}

.navigation .menu li#menu-item-1664 {
    background: #798E34;
}

.navigation .menu li#menu-item-1664.current-menu-ancestor {
    background: #AEBB32;
}

/* Submenu */
.navigation .menu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
    -webkit-box-shadow: 0 5px 5px 0 #9E9E9E;
    box-shadow: 0 5px 5px 0 #9E9E9E;
}
.navigation .menu li:hover { 
    position:relative; 
    background:#A7B23E; 
}
.navigation .menu li:hover ul {
	left:0px;
	top:30px;
	background:#A7B23E;
	padding:0px;
}
.navigation .menu li:hover ul li a {
	padding:10px 5px;
	display:block;
	width:154px;
	background-color:#A7B23E;
    border-right: none;
    border-left: none;
}
.navigation .menu li:hover ul {
    border-bottom: none;
}
.navigation .menu li:hover ul li a:hover { 
    background:#255E83;
}

.navigation .menu li.current-menu-item,
.navigation .menu li.current-menu-ancestor {
    background: #AEBB32;
}

.navigation {
    background: #2D7CB7;
}
.navigation .wrapper {
    width: 997px;
}

.footer {
    margin: 50px auto;
    display: block;
    padding: 100px 0;
}
    
.footer .footerInfo {
    font-size: 14px;
    color: #2D7CB7;
    line-height: 20px;
    width: 750px;
    float: left;
}

.footer .footerInfo a {
    text-decoration:none;
    color: #2D7CB7;
}

.footer .footerInfo a.brown {
    color: #975028 !important;
}

.footer .footerInfo a:hover {
    text-decoration: underline;
}

b,
strong {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

.footer .footerSocial {
    width: 175px;
    float: right;
    text-align:center;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    color: #2D7CB7;
}

.mainContent {
    float: left;
    width: 725px;
    margin-top: 25px;
}

.mainContent.fullWidth {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.sidebar {
    float:left;
    width: 275px;
    margin:25px 0;

}
.shadow {
    -webkit-box-shadow: 0 0 10px 0 #CCCCCC;
    box-shadow: 0 0 10px 0 #CCCCCC;
}

.slides {
    width: 700px;
    height: 340px;
    margin: 0;
}

.meicWho {
    margin: 0 25px 25px 0;
    width: 205px;
    height: 500px;
    padding: 235px 10px 10px 10px;
}

.getInvolved {
    margin: 0 25px 25px 0;
    width: 225px;
    background: #AEB1C0;
}

.homePageNews {
    margin: 0 25px 25px 0;
    width: 400px;
    background: #BCC79A;
    padding: 25px;
    height: 945px;
    overflow: hidden;
}

.homePageLeft {
    width:250px;
    float: left;
}

.homePageRight {
    width: 475px;
    float: left;
}

.homePageNews h1 {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.homePageNews h2 {
    font-size: 20px;
    margin-bottom: 15px;    
}

.interiorPageNavigation ul li.current-menu-item a {
    color: #000;
}

.interiorPageNavigation {
    background: #AEBB32;
    width: 997px;
    height: 43px;
    font-size: 13px;
    line-height: 13px;
    margin: 0 auto;
}

.interiorPageNavigation ul li {
    float: left;

}

.interiorPageNavigation ul li a {
    text-decoration: none;
    color: #fff;
    padding: 15px;
    font-size: 13px;
    display: inline-block;
}

.interiorPageNavigation ul li a:hover {
    color: #000;
}

.interiorPageNavigation.twoNavs ul li.current-page-ancestor a,
.interiorPageNavigation.twoNavs ul li.current-menu-item a,
.interiorPageNavigation.currentCategory ul li.menu-item-1587 a {
    color: #000;
    text-shadow: 0 0 3px #fff;
    background: #DEE68C;
}

.secondInteriorPageNavigation ul li.current-menu-item a {
    color: #fff;
    text-shadow: 0 0 3px #000;
}

.secondInteriorPageNavigation {
    background: #DEE68C;
    width: 997px;
    height: 43px;
    font-size: 13px;
    line-height: 13px;
    margin: 0 auto;
}

.secondInteriorPageNavigation ul li {
    float: left;

}

.secondInteriorPageNavigation ul li a {
    text-decoration: none;
    color: #000;
    padding: 15px;
    font-size: 13px;
    display: inline-block;
}

.secondInteriorPageNavigation ul li a:hover {
    color: #fff;
}


/* Main Content Formatting */

.mainContent p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 20px;
    text-align: justify
}

.mainContent img.alignleft {
    float: left;
    margin: 0 25px 25px 0;
    -webkit-box-shadow: 0 0 10px 0 #CCCCCC;
    box-shadow: 0 0 10px 0 #CCCCCC;
}

.mainContent img.alignright {
    float: right;
    margin: 0 0 25px 25px;
    -webkit-box-shadow: 0 0 10px 0 #CCCCCC;
    box-shadow: 0 0 10px 0 #CCCCCC;
}

.mainContent .wp-caption.alignleft {
    float: left;
    margin: 0 25px 25px 0;
    -webkit-box-shadow: 0 0 10px 0 #CCCCCC;
    box-shadow: 0 0 10px 0 #CCCCCC;
    background: #EFEFEF;
    padding: 20px;
}

.mainContent .wp-caption.alignright {
    float: right;
    margin: 0 0 25px 25px;
    -webkit-box-shadow: 0 0 10px 0 #CCCCCC;
    box-shadow: 0 0 10px 0 #CCCCCC;
    background: #EFEFEF;
    padding: 20px;
}

.mainContent p.wp-caption-text {
    text-align: center !important;
    font-size: 12px !important;
    margin: 10px 0 !important;
}

.mainContent img.aligncenter {
    float: none;
    margin: 25px auto;
    display: block;
    -webkit-box-shadow: 0 0 10px 0 #CCCCCC;
    box-shadow: 0 0 10px 0 #CCCCCC;
}

.mainContent .wp-caption.aligncenter {
    float: none;
    margin: 25px auto;
    display: block;
    -webkit-box-shadow: 0 0 10px 0 #CCCCCC;
    box-shadow: 0 0 10px 0 #CCCCCC;
    background: #EFEFEF;
    padding: 20px 0;
    width: 100%;
}

.mainContent .wp-caption.aligncenter {
    text-align: center;
}

.mainContent h1 {
    font-size: 30px;
    color: #00355F;
    margin-bottom: 20px;
    font-weight: bold;
}

.mainContent h2 {
    font-size: 25px;
    color: #00355F;
    margin-bottom: 20px;
    font-weight: bold;
}

.mainContent h3 {
    font-size: 20px;
    color: #00355F;
    margin-bottom: 20px;
    font-weight: bold;
}

.mainContent h4 {
    font-size: 20px;
    color: #227AB8;
    margin-bottom: 20px;
    font-weight: bold;
}

.mainContent h5 {
    font-size: 20px;
    color: #798F2D;
    margin-bottom: 20px;
    font-weight: bold;
}

.mainContent h6 {
    font-size: 20px;
    color: #995023;
    margin-bottom: 20px;
    font-weight: bold;
}

h6.legislative {
    margin-bottom: 0px;
}


.mainContent ul,
.mainContent ol {
    margin: 0 20px;
}

.mainContent ul li,
.mainContent ol li {
    margin: 0 0 5px 10px;
    padding: 0 0 5px 10px;
    font-size: 14px;
    line-height: 150%;
}

.mainContent ul li {
    list-style: disc;
}

.mainContent blockquote {
    margin: 50px auto;
    display: block;
    padding: 25px 25px 5px 25px;
    color: #fff;
    background: #255E83;
    -webkit-box-shadow: 0 0 10px 0 #CCCCCC;
    box-shadow: 0 0 10px 0 #CCCCCC;
}

.mainContent a {
    color: #995023;
    text-decoration: none;
}

.mainContent a:hover {
    color: #00355F;
    text-decoration: underline;
}

.mainContent input.wpcf7-text {
    width: 500px;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ccc;
}

.mainContent textarea.wpcf7-form-control {
    width: 500px;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ccc;
	font-family: 'Asap', sans-serif;
}

.mainContent input.wpcf7-submit {
    width: 250px;
    padding: 10px;
    font-size: 25px;
    border: 1px solid #666;
    background: #ccc;
    color: #000;
}


.mainContent input.wpcf7-submit:hover {
      border: 1px solid #ccc;
    background: #666;
    color: #fff;  
}

.belowContent {
    margin-top: 50px;
}

.contentPad {
    padding-right: 50px;
}

/* Iconize 0.5 */

/* websites (pictures and movies) */
a[href *="youtube.com/watch?"], a[href *="sevenload.com/videos/"], a[href *="metacafe.com/watch/"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_film.gif) no-repeat center right;
}

a[href *="flickr.com/photos/"], a[href *="zooomr.com"], a[href *="imageshack.us"], a[href *="bubbleshare.com"], a[href *="sevenload.com/bilder/"] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_pic.gif) no-repeat center right;
}

/* extensions */

a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_doc.gif) no-repeat center right;
}

a[href$='.txt'] {
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_txt.gif) no-repeat center right;
}

a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_xls.gif) no-repeat center right;
}

a[href$='.rss'], a[href$='.atom'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_feed.gif) no-repeat center right;
}

a[href$='.opml'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_opml.gif) no-repeat center right;
}

a[href$='.phps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_phps.gif) no-repeat center right;
}

a[href$='.phps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_phps.gif) no-repeat center right;
}

a[href$='.torrent'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_torrent.gif) no-repeat center right;
}

a[href$='.vcard'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_vcard.gif) no-repeat center right;
}

a[href$='.exe'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_exe.gif) no-repeat center right;
}

a[href$='.dmg'], a[href$='.app'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_dmg.gif) no-repeat center right;
}

a[href$='.pps'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_pps.gif) no-repeat center right;
}

a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_pdf.gif) no-repeat center right;
}

a[href$='.xpi'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_plugin.gif) no-repeat center right;
}

a[href$='.fla'], a[href$='.swf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_flash.gif) no-repeat center right;
}

a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_archive.gif) no-repeat center right;
}

a[href$='.ical'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_ical.gif) no-repeat center right;
}

a[href$='.css'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_css.gif) no-repeat center right;
}

a[href$='.ttf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icons/icon_ttf.gif) no-repeat center right;
}
/* email */
a[href ^="mailto:"] {
	padding: 5px 0 5px 20px;
    background: transparent url(images/icons/icon_mailto.gif) no-repeat center left;
}

.mainContent hr {
 border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 50px 0;
}

a.donateButtonSidebar {
    width: 275px;
    padding: 15px 0;
    color: #fff;
    background: #975028;
    font-size: 30px;
    display: block;
    text-align:center;
    margin: 20px auto;
    -webkit-box-shadow: 0 0 10px 0 #CCCCCC;
    box-shadow: 0 0 10px 0 #CCCCCC;
}

a.donateButtonSidebar:hover {
    background: #AEBB32;
    text-decoration: none;
    color: #fff;
}

address {
    font-style: italic;
}

.signupTable td {
    padding: 10px;
}

.signupTable input {
    width: 400px;
    padding: 10px;
    border: 1px solid #ccc;
}

input.submitButton {
    margin-left: 180px;
    padding: 15px;
    color: #fff;
    background: #975028;
    font-size: 20px;
    display: block;
    border: 1px solid #ccc;
    text-align:center;
    -webkit-box-shadow: 0 0 10px 0 #CCCCCC;
    box-shadow: 0 0 10px 0 #CCCCCC;    
}

input.submitButton:hover {
    background: #AEBB32;
    cursor: pointer;
}


a.readMore {
    padding: 15px 30px;
    width: 150px;
    color: #fff;
    background: #975028;
    font-size: 14px;
    display: block;
    text-align:center;
    -webkit-box-shadow: 0 0 10px 0 #CCCCCC;
    box-shadow: 0 0 10px 0 #CCCCCC;
}

a.readMore:hover {
    background: #AEBB32;
    text-decoration: none;
    color: #fff;
}

.postListing {
    margin-bottom: 50px;
    display: block;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 10px;
}

.metaData {
    font-size: 12px;
}

.metaData .right {
    float: right;
}

.metaData .left {
    float: left;
}

.postContent.media img {
    padding: 5px;
    background: #fff;
}

.contentPad.downToEarth {
    padding-top: 175px;
    background: url('images/downToEarth.png') top left no-repeat;
}

.contentPad.capitolMonitor {
    padding-top: 160px;
    background: url('images/capitolMonitor.png') top left no-repeat;
}

.categoryDescription {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.blogHeader {
    background: url('images/blogHeader.png') top center;
    height: 150px;
    width: 997px;
    margin: 0 auto;
}

.storeItem {
    margin-bottom: 25px;
    display: block;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 25px;
    }
    
.storeItem .right {
    float: right;
    width: 300px;
    margin-left: 25px;
}

.storeItem .left {
    float: right;
    width: 350px;
}


img.alignleft.thumbImage {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;    
}

img.alignright.thumbImage {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;    
}

img.aligncenter.thumbImage {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;    
}

.storeItem .right img {
    -webkit-box-shadow: 0 0 10px 0 #CCCCCC;
    box-shadow: 0 0 10px 0 #CCCCCC;
}

.storeItem .price {
    color: #2D7CB7;
    font-weight: bold;
}

.storeItem table td {
    padding: 10px;
}

.payPalCode {
    margin-top: 25px;
}

.widget {
    margin-bottom: 25px;
    z-index: -2;
}

.widget.purple {
    background: #ADB1C0;
    padding: 15px;
    width: 245px;
    z-index: -2;
}

.widget.blue {
    background: #92BDDA;
    padding: 15px;
}
.widget.green {
    background: #BCC697;
    padding: 15px;
    width: 245px;
}


.widget p {
    margin-bottom: 15px;
    line-height: 150%;
}

.widget h3.widgettitle {
    font-size: 25px;
    margin-bottom: 15px;
}

.widget.blue h3.widgettitle,
.widget.blue a {
    color: #00355F;
    text-decoration: none;
}

input.signupBox {
    border: 1px solid #5B6381;
    padding: 5px;
    margin-bottom: 5px;
    float: left;
    height: 20px;
    width: 195px;
}

input.signupBox.zip {
    width: 127px;
    margin-right: 5px;
    margin-bottom: 20px;
}

input.signupButton {
    border: 1px solid #5B6381;
    background: #227AB8;
    color: #fff;
    margin: 0px;
    float: left;
    height: 32px;
    display: block;
    width: 61px;
}

h3.signupBoxHeading {
    color: #5B6381;
    font-size: 23px !important;
    margin-bottom: 0px;
    padding: 6px 0px;
    font-weight: normal;
    cursor:pointer;
    background: url('images/signup.png') no-repeat right center;
    outline: none;
}


input.signupBox {
    border-top: 1px solid #5B6381;
    border-bottom: 1px solid #5B6381;
    border-left: 1px solid #5B6381;
    border-right: 1px solid #5B6381;
    padding: 5px;
    margin-bottom: 5px;
    float: left;
    height: 20px;
    width: 233px;
}

input.signupBox.zip {
    width: 165px;
    margin-right: 5px;
    margin-bottom: 20px;
}

input.signupButton {
    border: 1px solid #5B6381;
    background: #227AB8;
    color: #fff;
    margin: 0px;
    float: left;
    height: 32px;
    display: block;
    width: 61px;
}

a.donateButtonSidebarWidget {
    padding: 20px 20px 20px 20px;
    display: block;
    -webkit-box-shadow: 0px 0px 10px 0px #bababa;
    -moz-box-shadow: 0px 0px 10px 0px #bababa;
    box-shadow: 0px 0px 10px 0px #bababa;  
    background: #c10000;
    text-align: center;
    text-decoration: none;
     color: #fff;
     font-size: 25px;
     width: 235px;
     font-weight: normal;
}

a.donateButtonSidebarWidget:hover {
    background: #798F2D;
    color: #fff;
}

.signUpWidget {
    display: block;
    z-index: -2;
}


a.slideLink {
    color: #00355F;
    text-decoration: none;
}

a.slideLink:hover {
    text-decoration: none !important;
    opacity:0.7 !important;
    filter:alpha(opacity=70) !important; /* For IE8 and earlier */
}  

.whoTitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    color: #995023
} 

.meicWho h6 {
    margin-bottom: 5px;
}

.smallWho {
    font-size: 10px;
    font-style: italic;
    margin-bottom: 15px;
}

.meicWho p {
    text-align: left;
    font-size: 13px;
}

.homePageLatest img {
display: none;
}

.homePageNews h2 a {
    font-weight: normal;
    font-size: 20px;
    text-decoration: none;
    line-height: 25px;
}
.homePageNews h2 {
    margin-bottom: 10px;
}

.homePageNews .postedOn {
    text-align: right;
    font-size: 12px;
    color: #798F2D;
    text-transform: uppercase;
    margin-bottom: 37px;
}

.homePageLatest p {
    margin-bottom: 0px;
}

.menu-main-navigation-container {
    z-index: 100;
}

.widget.green h3 {
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

.widget h4 {
    float: right;
    font-size: 25px;
    margin-bottom: 15px;
    width: 130px;
    text-align: left;
    line-height: 130%;
}

.widget img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.widget.green a {
    color: #666;
}

li.tag-post-item {
    margin-bottom: 10px !important;  
}

.pagination .left {
    float: left;
}

.pagination .right {
    float: right;
}

.BillTrackerPetition {
    float: right;
    margin: 0 0 25px 25px;
}

.mobileNav {
    display: none;
    z-index: 9999;
}

.mobileNav ul li,
.mobileNav nav.wrap {
	z-index: 9999;
	}
.mobileInteriorPageNavigation {
    display: none;
}

.mobileSecondInteriorPageNavigation {
    display: none;
}

img.notMobile {
    margin-top: 5px !important;
}

.js-masonry,
.sidebar,
.accordion,
.widget.purple {
    z-index; -2;
}

a.theSlideMessage {
    height: 340px;
    width: 700px;
    display: block;
    padding-top: 250px;
}

a.theSlideMessage p {
    color: #00355F;
    line-height: 30px;
    font-size: 20px !important;  
    height: 50px;
    background: url('images/white.png');
    display: block;
    padding: 20px;
}

.banner { z-index: 2; position: relative; overflow: auto; }
    .banner li { list-style: none; }
        .banner ul li { float: left; }

.slideWrapper {
    width: 700px;
    height: 340px;
    overflow: hidden;
    margin: 0 25px 25px 0;
    z-index: 1;    
}

.theSlide ul {
    margin: 0px;
}

.theSlide ul li {
    list-style-type:none;
    margin: 0px;
    height: 340px;
    padding: 0px;    
    }

.dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  text-align: center;
}

.dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
  padding: 0 !important;
}

.dots li.active {
  background: #fff;
  opacity: 1;
}


ol.dots li.dot {
    background: #000
}

.sub-menu {
    z-index: 100;
}

ul.sidebarBillsList li {
	margin-bottom: 15px;	
	}
	
ul.sidebarBillsList li a {
	text-decoration: none;
	color: #995023;
}

ul.sidebarBillsList li a:hover {
	color: #00355f;
	}
	
.sidebarBills h3 {
	font-size: 23px;
	margin-bottom: 20px;

	}
	
.legislatorOnline,
.scoreCard {
	color: #00355f !important;
}

.mainContent h6.scoreCards {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 5px;
	}

.legislatorOnline:after {
	content: "\00a0\25BA";
	}

ul#menu-legislative-sorting li a {
	text-decoration: none !important;
	color: #00355f;
	}
	
ul#menu-legislative-sorting li a:hover {
	text-decoration: underline !important;
	color: #995023;
	}
	
.legislatorList {
	margin-bottom: 50px;
	}

.legislatorSorting ul li {
	margin: 10px 0;
	text-transform: uppercase;
}

.legislatorSorting ul li ul {
	margin: 10px;
	}

.legislatorSorting ul li ul  li {
	text-transform: capitalize !important;
}
.mainContent ul.committeeList {
	margin: 0px 0 15px 0;
	}
.mainContent ul.committeeList li {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	}