﻿/* 
 * Place your override styles here.
 * 
 * To completely override an existing stylesheet, such as core.css or pagelayout.css, copy it into this
 * directory and then modify it.  That will override the original.
 */
 
/* 
 ADMIN*/


html {

}

#content {
  min-height:800px;
  *height:800px;
}

.hide {display:none;}

.logo {
  position:relative;
  top:-12px;
}

div.attribute-image{ margin: 0;}


a.active-edit .inline-edit-icon {
  background-position: 0 0;
}

.image-replace {
  direction: ltr;
  text-indent: -9000px;
  display: block;
  background-repeat: no-repeat;
  
}

.logged-in {
  margin-top: 30px;
}
 
.logged-in #toolbar {
  display:block;
}

.logged-in .fixed{
  top:30px;
}

nav, section, footer, aside {
  display: block;
}


@font-face {
  font-family: 'BitterBold';
  src: url('Bitter-Bold-webfont.eot');
  src: url('Bitter-Bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('Bitter-Bold-webfont.woff') format('woff'),
       url('Bitter-Bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
 
@font-face {
  font-family: 'DejaVuSansBook';
  src: url('DejaVuSans-webfont.eot');
  src: url('DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'),
       url('DejaVuSans-webfont.woff') format('woff'),
       url('DejaVuSans-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
 
 @font-face {
  font-family: 'DejaVuSansCondensed';
  src: url('DejaVuSansCondensed-webfont.eot');
  src: url('DejaVuSansCondensed-webfont.eot?#iefix') format('embedded-opentype'),
       url('DejaVuSansCondensed-webfont.woff') format('woff'),
       url('DejaVuSansCondensed-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: DejaVuSansBook;
  background: #bcbcbc url('https://afl.salsalabs.com/o/4007/c/575/images/background-collage.jpg') no-repeat center top ;
  font-size:1em;
  line-height: 1.5;
  color: #000;
  width: 100%;
}


.layout-full, #header, .footer{
  text-align: left;
  background:#fff;
}

 #layout, #loginNav, .selectLabel {
  font-size: .84em;
  line-height: 1.5;
}
 
  p {
  line-height: 1.5;
  }
  
  

.bd {
  overflow: hidden;
/*  text-align: center;*/
}


/*FORMS, INPUTS*/

.input, input {
  height: 18px;
}


.submit {
   width:75px;
   height: 25px;
   background: transparent;
   position: relative;
   top:8px;
 
}


 input.box, input, textarea.box {
  border:1px solid #dddddd;
  border-top:2px solid #777777;
  border-right: 1px solid #777777;
  border-radius:3px; 
}

input:focus, input.box:focus, textarea.box:focus {
  background: #f2f9fd;
  -moz-box-shadow: 0px 0px 8px #5796ff;
  -webkit-box-shadow: 0px 0px 8px #5796ff;
  box-shadow: 0px 0px 8px #5796ff;
}

.required {
  color:#C90D0D;
}

.required-body {
  font-style: italic;
  
}

div.pagenavigator {
  margin-top: 3em;
}

.pages .current, .pages .other, .next, .previous {
  display: inline-block;
  border: 1px solid #d0d0d0;
  line-height: .8em;
  padding: 3px;
}



.pages .current {
  background: #999;
  color:#fff;
}

.btn {
/*  display: block;*/
/*  width:auto;*/
/*  padding:2px 3px;*/
/*  text-align: center;*/
  display: inline-block;
  padding: 4px 10px 4px;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active, .btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  color: rgba(0, 0, 0, 0.5);
  outline: 0;
}


.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.all-caps {
  text-transform: uppercase;
}


.attribute-intro p, .attribute-intro .sub-heading, .url-jobs-apply .attribute-body p{
  font-family:DejaVuSansCondensed;
  color:#072d55;
  font-size: 19px;
}

 .main-quote p{
  color:#21497e;
  font-size: 24px;
  line-height: 1.2;
  background: url(../images/divider-jobs.png) no-repeat center top;
  padding-top:34px;
}

.attribute-intro .sub-heading {
  font-size: 36px;
  position: relative;
  left: 100px;
  top:-23px;
  margin-bottom: 0;
}
 
.light p, .light a, .image-homepage_testimonial .attribute-quote, .light a:visited {
  color: #fff;
  font-family:DejaVuSansCondensed;
}


.footer p, .footer-nav {
  font-size: 12px;
  margin:0;
  
}

.footer .vcard {
  text-align: right;
}

.vcard p{
  padding-right: 10px;
}

.footer .inline {
  margin: 0;
  padding:0;
}

.strong {
  font-weight: bold;
  letter-spacing: .03em;
}

.pub-date {
  font-style: italic;
 color: #666;
 margin-top: 0;
  
}
/*
HEADER
*/

.logo {
  padding-left: 6px;
}
#header {
  background: #fff url(https://afl.salsalabs.com/o/4007/c/575/images/header-bg-1.png) no-repeat 260px 66px;
  position: relative;
}



#header nav {
    height:82px;
    background:url(https://afl.salsalabs.com/o/4007/c/575/images/main-nav-bg.png) no-repeat center 0 ;
    width: 985px;
    position: absolute;
    top: 174px;
    left: -12px;
    z-index: 3;
}

nav ul li {
  background: none;
}



#mainNav li.navGroup a {
  color: #000055;
  text-transform: none;
}

.layout-sidebar-left #subNav {
  padding: 0;
  margin:0 0 0 0px;
}


#ada508 {
  display: none;
}

.inline, .inline li {
  display: inline-block;
  zoom:1;
  *display: inline;
}

#header-action {
  position: absolute;
  top:51px;
  right:68px;
}
#header-action .attribute-body{
  text-align: right;
}

#header-action h3  {
  padding: 5px 10px;
  background: #fff;
  color:#000;
  font-size: 24px;
  text-align: center;
  
}

#header-action span {
 position: relative;
 line-height: 0;
 top: -.15em;
}



/*
SITE HEADERS*/
h1, h2, h3, h4 {font-family: Bitterbold; letter-spacing: .05em;}

h1{font-size:34px;}
h2 {font-size:24px;}
h3, .block-title a{
  font-size:18px;
  color: #555555;
  line-height: 1.2;
}
h4{font-size:16px;}
h5{font-size:14px;font-weight: normal;}
h6{font-size:13px;}



.h-type2 {
  margin-bottom: 0px;
}

 .view-teaser h3, .view-teaser h4 {
  font-family: DejavuSansBook;
  margin: 0;
}

/*
LINKS*/
a {
  color:#c90d0d;
  text-decoration: none;
}


a:focus, a:hover {text-decoration: underline; color:#c90d0d;}
a:visited{color:#c90d0d;}

.light a:hover, .light a:focus {color:#f0f0f0;}



.attribute-links{
  padding:0;
  
}

.headerlink, .sub-navigation a {color:#000;}

.headerlink:visited{color:#000;}

#header-action .inner a{
  font-size: 16px;
}

#header-action .inner a:hover {
  color:#000;
}

.sub-navigation a, .primary-nav, .superPanel li a {
  display: block;
  padding:3px 5px;
}

.sub-navigation a {
  padding:2px 5px;
}

.breadcrumbs, .breadcrumbs li {
  padding:0;
}

.shadow {
-webkit-box-shadow: 2px 2px 4px rgba(38, 50, 50, 0.5);
-moz-box-shadow:    2px 2px 4px rgba(38, 50, 50, 0.5);
box-shadow:         2px 2px 4px rgba(38, 50, 50, 0.5);
}
.rounded {
border-radius: 6px;
}


ul#mainNav {
  margin-top: 2px;
  margin-left: 3px;
}

#mainNav li {
  height: 70px;
  padding: 0px 1px 0px 0px;
  background:url(https://afl.salsalabs.com/o/4007/c/575/images/nav-menu-divider.png) no-repeat right 2px; 
}

#mainNav li.first {
  padding-left: 0px;
}


.tnav-take_action {
  text-align: center;
}


.sf-menu .primary-nav {
  padding: 0px 16px;
  height: 70px;
  line-height:70px;
  color:#fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-family: BitterBold, serif;
  font-size: 1.05em;
  margin-right: 0px;
  text-align: center;
}

.sf-menu .tnav-take_action .primary-nav, .sf-menu .tnav-press .primary-nav {
 width: 100px;
 line-height: 17px;
 padding-top: 14px;
 height: 56px;
 
}

#mainNav .view-nav-item, #mainNav .navGroup  {
  height: auto;
  background-image: none;
}

.sf-menu .primary-nav:visited, .footer-nav, .footer-nav:hover, .footer-nav:visited {color:#fff;}

.primary-nav:hover, .headerlink:hover {text-decoration: none;}

.primary-nav:hover{
  background: url(https://afl.salsalabs.com/o/4007/c/575/images/nav-menu-hover.png);
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:	0;
	top:	70px; /* match top ul list item height */
	z-index:	99;
}

.superPanel .view-nav-item a {
  padding:3px 10px;
}

#mainNav .view-nav-item a:hover {
  text-decoration: none;
  background: #c90d0d;
  color:#fff;
}

.sf-menu ul {
  width: 20em;
}

.superPanel {
  padding:5px 0px;
  background:url(https://afl.salsalabs.com/o/4007/c/575/images/dropdown-menu-bg.png) repeat-x top;
  -moz-box-shadow: 3px 5px 8px #3d3d3d;
  -webkit-box-shadow: 3px 5px 8px #3d3d3d;
  box-shadow: 3px 5px 8px #3d3d3d;
}

input#searchtext {
  width:175px;
  height: 30px;
  background-image: none;
  -moz-box-shadow:  inset 3px 5px 8px #3d3d3d;
  -webkit-box-shadow: inset 3px 5px 8px #3d3d3d;
  box-shadow: inset 3px 5px 8px #3d3d3d;
  border-radius:0;
  border: 0;
  background-color: dadfe6;
}

#search-box {
  position: relative;
  top:19px;
  left:38px;
  width: 220px;
}

#mainNav .search-form {
  background-image:none;
}
.search-form input.button {
  position: relative;
  left:-28px;
  top:4px;
}
/*
HOMEPAGE*/


 .attribute-links .button .block-link{
   display:block;
   padding:10px;
   -webkit-box-shadow: 3px 3px 2px 1px #666;
-moz-box-shadow: 3px 3px 2px 1px #666;
box-shadow: 3px 3px 2px 1px #666; 
  border-radius: 6px;
 }
 

.block-view-main_story1 .block-node {
  padding: 16px 0  0 255px;
}


.block-view-main_story1 .block-link{
  font-weight: bold;
  color:#123d9f;
 }
  
 .block-view-main_story1 .plainlist {
   position: relative;
   font-size: 1.1em;
  
 }
 
 

.block-view-main_story1 .block-title{
  color:#000;
  font-size: 32px;
  line-height: 1.2;
 }

 .block-view-main_story1 .button {
 position: absolute;
 right:15px;
 top:3px;
}

.block-view-main_story1 .button .block-link, .apply-now {
  font-size: 24px;
  letter-spacing: .03em;
  font-family:BitterBold;
  color: #ffffff;
  background: #123d9f;
}

.apply-now:visited {
  color:#ffffff;
}

.block-view-main_story1 .button .block-link:hover {
   text-decoration: none;
   color: #FFF;
   background: #184bc2;
    -webkit-box-shadow: 1px 1px 1px 1px #666;
-moz-box-shadow: 1px 1px 1px 1px #666;
box-shadow: 1px 1px 1px 1px #666;
 }



.block-type-manual3items .block-node {
  width: 33%;
  float:left;
  height: 135px;
  overflow: hidden;
 }

.block-type-manual3items .attribute-image {
  text-align: center;
  margin:10px 0px 0px;
 }
 
 
.block-type-manual3items .attribute-image img {
     -webkit-box-shadow: 4px 2px 8px rgba(38, 50, 50, 0.7);
-moz-box-shadow:    4px 2px 8px rgba(38, 50, 50, 0.7);
box-shadow:         4px 2px 8px rgba(38, 50, 50, 0.7);
 }
.blocks .block-type-manual3items .bd{
  padding: 5px 15px;
}

.bottom-content .colLeft, .bottom-content .colRight{
  width: 50%;
} 




.secondary-content .plainlist ul li, .secondary-content .attribute-links{
  display: inline;
}

.secondary-content .plainlist{
  margin:0;
  padding:0;
  text-align: right;
  
}

.zone .view-sidebar-testimonial .attribute-image {
  height: 160px;
}


.zone .testimonial .attribute-quote {
  background: url(../images/quote-bg.png) no-repeat;
  position: absolute;
  width: 175px;
  height: 203px;
  top:-27px;
  right: -22px;
}

.image-homepage_testimonial .attribute-quote .inner {
  padding: 10px 17px;
  overflow: hidden;
}

.image-homepage_testimonial .attribute-quote p {
/* font-size:.9em;*/
 line-height: 1.1;
}

.zone .testimonial .bd {
  overflow:visible;
}

.zone .bg-alpha {
  background:transparent;
  filter: none;
  border: 0;
}
.image-homepage_testimonial .testimonial-info {
  text-align: right;
  padding-right: 10px;
}


#poll-block {
  background: url(../images/poll-bg.png) no-repeat 5px 0;
  border: 0;
}

#poll-block .top {
  font-weight: bold;
  color:#fff;
  letter-spacing: .04em;
  margin-bottom: 23px;
  padding:0 10px
}
.poll form {
  padding-top: 15px;
}
.poll .submit{
  position: static;
}


.top .banner {
  padding: 5px;
  color:#fff;
  background: #123d9f;
  width:200px;
  text-align: center;
  position: relative;
  right:-19px;
}

.button-row {
  text-align: right;
  margin-top: 8px;
 
}

 .submit,  .button-row .button {
  color:#fff;
  padding: 5px;
  width: auto;
  height: auto;
  border:0;
  margin-right: 15px;
  font-size: 16px;
  background-image: none;
  background: rgb(201,13,13); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(201,13,13) 0%, rgb(201,13,13) 34%, rgb(155,10,10) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(201,13,13)), color-stop(34%,rgb(201,13,13)), color-stop(100%,rgb(155,10,10))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(201,13,13) 0%,rgb(201,13,13) 34%,rgb(155,10,10) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(201,13,13) 0%,rgb(201,13,13) 34%,rgb(155,10,10) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(201,13,13) 0%,rgb(201,13,13) 34%,rgb(155,10,10) 100%); /* IE10+ */
background: linear-gradient(top,  rgb(201,13,13) 0%,rgb(201,13,13) 34%,rgb(155,10,10) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c90d0d', endColorstr='#9b0a0a',GradientType=0 ); /* IE6-9 */

}

.poll .submit:hover, .url-jobs-apply .button-row .button:hover {
  background-color: #555;
}


/*
CONTENT BACKGROUNDS
*/
#main-container {
  background-repeat: no-repeat;
  background-position: right top;
}

.url-issues-healthcare #main-container{
  background-image: url(../images/issues-healthcare-bg.png);
}

.url-actions #main-container{
  background-image: url(../images/action-page-bg.png);

}


/*
FACEBOOK*/
#facebook-block {
  background: url(../images/full-page-divider.png) no-repeat center top;
  margin-bottom: 0;
  padding:18px 0 15px;
}

#facebook-block .inner {
  padding: 0 10px; 
}

/*
LISTS*/

.main li,  ul.list-children li {
  background: url(../images/bullet.png) no-repeat left 6px; 
}

.page-sidebar ul.list-children {
  padding-left: 10px;
}

.plainlist  li {
  background-image: none;
  list-style-image: none;
}



ol.simpleList li{list-style-type: decimal; margin-left:40px;}
/* standard list */
ul.simpleList li{list-style-type:disc; margin-left:40px;}

ul.image-list li, .view-line-news_item{
  background:url(../images/bullet.png)left 5px no-repeat;
  padding-left: 15px;
}



/*
 BLOCKS
 */
 
 .blocks{
  margin: 5px;
  position: relative;
}

#sidebar-right .blocks {
  margin-right: 0;
}

#sidebar-left .blocks {
  margin-left: 0;
}

.blocks .view-sidebar, .blocks .bd {
  padding:8px ;
}



.blocks .class-video_stream, .blocks .profile .bd {
  padding:0 0 15px 0;
}

/*.attribute-name, .attribute-title {
  text-align: right;
}*/

.view-sidebar .class-video_stream, .view-sidebar .class-employee_profile .attribute-image{
  text-align: center;
}
.inner {
  position: relative;
}


.blocks .view-sidebar-sidebar_block {
 border-bottom: 2px #dcdcdc solid;
}

.blocks .view-sidebar-sidebar_block:last-child {
  border-bottom: 0;
}

/*.page-sidebar .view-sidebar {
  margin-bottom: 20px;
}*/

/*.page-sidebar .view-sidebar, .main-street-blog {
  border-bottom: 2px solid #c1deed;     
  background: rgb(255,255,255);  Old browsers 
background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(243,248,251) 61%, rgb(237,245,250) 100%);  FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(61%,rgb(243,248,251)), color-stop(100%,rgb(237,245,250)));  Chrome,Safari4+ 
background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,248,251) 61%,rgb(237,245,250) 100%);  Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,248,251) 61%,rgb(237,245,250) 100%);  Opera 11.10+ 
background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,248,251) 61%,rgb(237,245,250) 100%);  IE10+ 
background: linear-gradient(top,  rgb(255,255,255) 0%,rgb(243,248,251) 61%,rgb(237,245,250) 100%);  W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edf5fa',GradientType=0 );  IE6-9 

}*/


.page-sidebar .blocks, .block-type-manual3items .block-node, #layout div.feedback {
border-bottom: 2px #dcdcdc solid;
border-right:  1px #dcdcdc solid;
background: #ededed;
}
.bg-beta {
background: rgb(165,165,165); /* Old browsers */
background: -moz-linear-gradient(top, rgb(165,165,165) 1%, rgb(216,214,216) 3%, rgb(252,255,254) 37%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(165,165,165)), color-stop(3%,rgb(216,214,216)), color-stop(37%,rgb(252,255,254))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(165,165,165) 1%,rgb(216,214,216) 3%,rgb(252,255,254) 37%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(165,165,165) 1%,rgb(216,214,216) 3%,rgb(252,255,254) 37%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(165,165,165) 1%,rgb(216,214,216) 3%,rgb(252,255,254) 37%); /* IE10+ */
background: linear-gradient(top, rgb(165,165,165) 1%,rgb(216,214,216) 3%,rgb(252,255,254) 37%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a5a5', endColorstr='#fcfffe',GradientType=0 ); /* IE6-9 */
}

#sidebar-left .blocks {
  background: transparent;
  border: 0;
}


/*
TESTIMONIAL


*/


.image-sidebar_testimonial .attribute-image {
  float:left;
  margin: 14px 10px 0px 0px;
 
}


.attribute-quote p  {
  position: relative;
}


.attribute-quote span {
  background: url(../images/quotes-bg.png)no-repeat -25px 0;
  height: 28px;
  width: 27px;
  display:inline-block;
  line-height: 0;
  position:absolute;
  vertical-align: baseline;
  right:0;
  top:90%;
  
 
}
 
 .testimonial-info {
   text-align: right;
 }
 


/*Join Now Banner*/

#join-wa-banner { 
  width: 998px;
  height: 73px;
  background:url(https://afl.salsalabs.com/o/4007/c/575/images/joinnow-banner-bg.png) no-repeat center -1px;
  margin-left: -17px;
  
}

.addthis_toolbox {
  position: absolute;
  right:15px;
  top:15px;
}



.fixed{
  position: fixed;
  z-index: 200;
  top:0px;
}

.banner {
  margin-top: 0;
}


#join-wa-form {
  position: absolute;
  top: 3px;
  left:21px;
}

#join-wa-form  .submit {
  border:0;
  padding: 0;
}
.take-action {
  background: url(../images/action-bg.png) no-repeat center top;
  width: 618px;
  margin-bottom: .5em;
  -webkit-box-shadow: 3px 3px 2px 1px #666;
-moz-box-shadow: 3px 3px 2px 1px #666;
box-shadow: 3px 3px 2px 1px #666;
}

.take-action .inner {
  padding:10px 8px;
}

.take-action .block-title {
  margin-right: 10px;
  padding:5px;
  background: #fff;
}

.take-action .block-link {
  color:#072D55;
  font-weight: bold;
}
.bg-full {
  background-repeat: no-repeat;
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);  /*IE6, IE7*/
  clip: rect(1px 1px 1px 1px 1px);
}


/*TAKE ACTION*/

.page-sidebar .node-blocks-get_involved {
  background:url(../images/action-sidebar-bg.png) no-repeat center bottom;
  filter:none;
}

.node-blocks-get_involved .plainlist {
  padding-left: 15px;
}

.node-blocks-get_involved .plainlist li {
  background: url(../images/check.png) no-repeat left top;
  padding-left: 18px;
}


/*
MAIN STREET*/

.main-street-blog .image-replace {
  background-image: url(../images/mainstreet-header.png);
  width: 241px;
  height: 51px;
}

.main-street-blog .date {
  font-size: 14px;
  font-family: DejaVuSansCondensed;
  text-transform: uppercase;
  font-weight: 500;

}

.morelink {
  text-align: right;
  font-weight: bold;
  margin-right: 5px;
}

.main-street-blog .title {
  font-style: italic; 
}

.main-street-blog .body p {
  margin: 0;
}

.blog-item {
  margin-bottom: 10px;
}



/*JOBS*/

.apply {
margin:15px 0;
}
.apply-now {
  width: 40%;
  margin:10px auto;
}

.main .node-jobs .attribute-body {
  padding-left: 124px;
  padding-bottom: 10px;
  background: url(../images/jobs-main-bg.png) no-repeat -37px -24px;
  min-height: 255px;
  *height:255px;
}

select {
  font-size: 13px;
}

.node-jobs .btn {
  text-align: left;
}

.node-jobs .btn, .apply-now {
  margin-bottom: 30px;
  font-weight: bold;
  text-shadow:0 0 0;
  border-color: #999999 #999999 #555555;
  letter-spacing: .05em;
  background: rgb(55,107,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(55,107,211) 2%, rgb(18,61,159) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(55,107,211)), color-stop(100%,rgb(18,61,159))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(55,107,211) 2%,rgb(18,61,159) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(55,107,211) 2%,rgb(18,61,159) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(55,107,211) 2%,rgb(18,61,159) 100%); /* IE10+ */
background: linear-gradient(top,  rgb(55,107,211) 2%,rgb(18,61,159) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#376bd3', endColorstr='#123d9f',GradientType=0 ); /* IE6-9 */
}

.apply-now {
  padding:8px 10px 12px;
  margin-left: 114px;
}

.apply-now:hover, .node-jobs .btn:hover{
 background: rgb(55,107,211); /* Old browsers */
 background-position: 0 -15px;
}

.node-jobs .btn, .node-jobs h5 {
  font-weight: bold;
  color: #fff;
}

.class-job_opening .attribute-intro {
  display: none;
}

.url-jobs section.list-children .view-teaser-job_opening {
  padding:5px 0 0 10px;
}

.view-sidebar-employee_profile .attribute-name, .view-sidebar-employee_profile .attribute-title {
  text-align: right;
  padding-right: 1px;
}

/*JOBS APPLY FORM*/


.url-jobs-apply .form-row {
  margin-bottom: 15px;
}

.url-jobs-apply .node-jobs-apply label {
  color:#555555;
}



.url-jobs-apply .form {
  margin-bottom: 25px;
}

.url-jobs-apply .survey-choices input[type="checkbox"] {
  margin-right: 10px;
}

.url-jobs-apply .error-msg {
  color:#C90D0D;
  font-weight: bold;
  text-align: right;
  padding-left: 130px;
}
/*
FOOTER*/


.footer .colLeft{
  width:57%
}

.footer .colRight{
  width: 43%;
}

#footerHolder {
  margin: 0 auto;
  width:977px;
  height:100px;
  background: url(https://afl.salsalabs.com/o/4007/c/575/images/footer-bg.png) no-repeat 0 top;
  clear: both;
}

.footer .nav ul li {
  padding-left: 11px;
}

/*Image replacement for Help us Help you */
 .node-blocks-help-us-help-you h3{
   text-indent: -9000px;
   background: url(../images/helpus-header.png) no-repeat 0px 0px;
   height: 45px;
}
  

/*PRess*/

.url-press .list-children ul.list-children a{
  color:#555555;
}

.attribute-publish-date p {
  margin-top: 0;
}

.view-teaser ul.list-children {
  padding-left:15px;
}

.news-item {
  margin-bottom:0;
}



/*section */.list-children .view-teaser {
  border-bottom: 1px dotted #999;
  padding:.5em 0 1em .5em; 
}

/*section */.list-children .view-teaser:last-child {
  border-bottom: 0;
  
}


.view-full-news_item .attribute-featured {
  display:none;
}

/*
GALLERY
==============================================*/

.view-full-image .attribute-image {
  text-align: center;
} 

.gallery-thumbnails {
  width: 750px;
  margin: 0 auto;
}

.view-full-gallery {
  position: relative;
}

.gallery-link  {
  width:36px;
  height:58px;  
  display:block;
  position:absolute;
  background: url('../images/btn-gallery-sprite.png')no-repeat;
  text-indent:-9000px;
  top: -250px;
}

.navigation {
  position: relative;
}

.prev-link {
  left:34px;
}

.prev-link:hover {
  background-position:0 -120px ;
}


.next-link {
  background-position: -36px 0;
  right:39px;
}

.next-link:hover {
  background-position: -36px -119px ;
}

.gallery-thumbnails img {
  border: 1px #777777 solid;
}

.selected img {
  opacity:0.4;
  filter:Alpha(opacity=40);
}

.gallery-thumbnails img:hover {
  opacity:0.7;
  filter:Alpha(opacity=70);
}

.view-full-image div.attribute-image img {
  padding: 5px;
  background: #000;
}

.info-hover {
  position: absolute;
  bottom:0px;
  left:0;
  background-color:#000;
  background-color: rgba(0,0,0, 0.5);
  color:#FFF;
}

.info-hover .inner {
  padding:10px 10px 15px;
}

.view-full-image .attribute-image {
  position:relative
}

#image-information  {
  text-align: left;
}

.picture-number {
  text-align: center;
  font-weight: bold;
  padding: 5px 0 8px;
}
.info-hover h3 {
  font-family: DejaVuSansBook;
  margin-bottom: 0;
  color:#fff;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.info-hover .attribute-about-credit {
  font-style: italic;
  text-align: right;
}

.info-btn {
  display: block;
  position: absolute;
  z-index: 3;
  width: 25px;
  height: 25px;
  cursor: pointer;
  color: #fff;
  background-color:#000;
  text-align: center;
  line-height: 25px;
}

.info-btn.active {
  background-color: rgba(0,0,0, 1);
}


.url-press-multimedia #zone-main {
  width: 505px;
}

 #zone-main .class-image .attribute-image{
   width: 100%;
  text-align: center;
}

#zone-right {
  margin-top: 38px;
  width: 370px;
  border-bottom: 2px #dcdcdc solid;
border-right:  1px #dcdcdc solid;
}

#zone-right h5 {
  margin-bottom: 0;
}

#zone-right .block-node {
  padding: 10px 15px 10px;
border-bottom: 1px dotted #999;
background-color: #EDEDED;
}

#zone-right .block-node:last-child {
  border-bottom:0;
}
.view-all-link {
  text-align: right;
}



.node-membership-join select {
  width: 186px;
}

.node-membership-join .attribute-body {
  font-size: .8em;
}

/*
************************
Action Page
*************************** */
.view-teaser .attribute-image img{
  float: left;
  border: 1px solid #bfbfbf !important;
  padding:3px;
  margin: 0 5px 5px 0;
  background-color: #fff;
}

.class-ad_action .btn {
  color: #123d9f;
  font-weight: bold;
}





/*
************************
Search Page
*************************** */
#search_results h3 {
  font-family: DejaVuSansBook;
}

#layout div#search_results {
  float:none;
  margin-top: 20px;
  width: 100%;
}

#search_results .view{
  border-bottom: 1px dotted #999;
  padding:5px 0;
}

#search_results .view:last-child {
  border: 0;
}

#search_results .attribute-image {
  float: left;
  margin-right: 4px;
}


.content-search  input.button {
    background-color: #C90D0D;
    background-image: none;
    border: 0 none;
    color: #FFFFFF;
    font-size: 16px;
    height: auto;
    margin-right: 15px;
    padding: 5px;
    width: auto;
  }

  
  /*
************************
States
*************************** */
  #state-list {
    width:680px;
    padding:0;
    margin: 0 0 0 186px;
  }
  #state-list li {
    background-image:none;
    width:20%;
    display:inline-block;
    text-align: center;
    padding:0;  
  }
  
  
  #usmap-key {
    border: 1px solid #DCDCDC;
    width: 190px;
    position: absolute;
    top:33px;
    right:82px;
  }
  
  #usmap-key .category  {
    padding:2px 5px;
  }
  .category span {
    display:inline-block;
    background:rgb(61,117,255);
    height: 10px;
    width: 10px;
  }
  
  .active span {
    background:rgb(255,189,31);
  }
  
  .offices span {
    background:rgb(255,128,18);
  }
  

  

  .view-full-listing_page .view-listitem-us_state a:hover {
    text-decoration: none;
    background: #ddd;
    
  }
  
  .view-full-us_state .view-homepage img {
    background-color: #000;
    padding:3px;
  }
  
  .view-full-us_state .list-children {
    width: 435px;
    background: #ededed;
  }
  
.view-homepage-ad_action {
  border-bottom: 1px solid #555555;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
  
  .view-homepage-ad_action .attribute-image {
    width: 330px;
  }
  
  .view-homepage-ad_action .attribute-links {
    margin:0px;
    margin-top: 2em;
  }
  
.ad-info{
    width: 290px;
  }
  
  .super-activist {
    width: 175px;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    
  }
  
  .page-sidebar .view-teaser-state_office {
    padding-left: 8px;
  }
 
  
/*  .view-homepage {
    padding-bottom:20px;
    margin-bottom: 10px;
    background: url(../images/divider-1.png) no-repeat  center bottom;
  }*/
  
  .view-sidebar input.box {
    width: 92%;
  }
  
  /* Salsa Style */
 .salsa #layout  fieldset {
    border:0;
    padding-bottom:50px !important;
  }
  
  .salsa  fieldset {
   background:url('/o/4007/c/575/images/form-bg-2.png') no-repeat left bottom;
  }
  
  #donation_amount  {
  background:url('/o/4007/c/575/images/form-bg-1.png') no-repeat left top;
  }
  
 .salsa legend {
  display:none;
 } 
 
  .salsa label {
    font-size:16px;
}
  
.formRow {
  padding-left:10px;
  margin-bottom:15px;
}
 
 #recurrence  {
 position:relative;
 height:68px;
 top:7px;
 }
 
 .one_time, .recurring {
  position:absolute;
  top:-5px;
 }

 .recurring {
  left:0px;
 }
 
  .one_time {
  left:464px;
 }
 


 #recurrence label, #recurrence .link-help, #recurrence .link-help:hover, #recurrence .link-help:visited  {
  color:#fff;
 }
 
 #recurring_options  label{
  color:#000;
} 
 
 #recurring_options  {
  display:block;
  margin-top:15px;
  position:absolute;
  top:24px;
 }
 
.inputID-4 {
  clear:left;
}

#recurring_options .formRow {
float:none;
}

.salsa .selectLabel {
  font-size:.84em;
}





 /*IE7 and IE8 Style Fixes*/
  
.ie7 #header nav, .ie8 #header nav  {
  top:170px !important;
}

.ie7 #zone-middle .block-node .view-sidebar-sidebar_block, .ie8 #zone-middle .block-node .view-sidebar-sidebar_block {
  border-bottom:0 !important;
}

.ie7 .breadcrumbs li {
  padding-right: 4px;
}

.ie7 .superPanel {
    z-index: 110;
}

.ie7 body {
  position: relative;
  z-index: 1;
}

.ie7 #header {
  z-index: 2;
}

.ie7 #header nav {
  z-index:1;
}
.ie7 #layout {
    position: relative;
    z-index: 1;
  }

  .ie7 #join-wa-banner {
    z-index:2;
  }
  
  .ie7 #main-nav {
    z-index:1;
  }

.ie7 #join-wa-banner input {
  margin:0px 3px;
}

.ie7 .footer section {
  position: absolute;
  top:10px;
}


.ie7 .take-action .block-link {
  margin-top: -15px;
}
.ie7 .vcard {
  right: 0;
}

ie7 .footer-nav {
  left: 0;
}

.ie7 {
  overflow-y:scroll; 
}

/*.ie7 .url-press-multimedia .zone.colLeft */

.ie7 .url-press-multimedia .zone.colRight {
  float:none;
   overflow:hidden;
  *overflow:visible;
  zoom:1;
}


.ie7 #facebook-block{
  clear: both;
}

.ie7 .node-press-multimedia-galleries .view-teaser-gallery {
  clear:both;
}

.ie7 .apply-now:hover, ie8 .apply-now:hover, ie9 .apply-now:hover {
  color:#fff;
}

.ie8 .footer .nav, .ie7 .footer .nav {
  margin: 0; 
}

.firstname-login, .email-login {
  position: relative;
}

.ie8 .form-join .error, .ie7 .form-join .error {
  background: #fff;
  position: absolute;
  left:0;
  top:25px;
  color:#FF0000;
  font-weight: bold;
 }

 .ie8 .form-join .error {
   display: block;
   padding: 0 4px;
 }
 
 

.ie8 #header nav, .ie7 #header nav{
  top:162px;
}

.ie7 #sidebar-left .blocks .view-sidebar-sidebar_block {
  border-bottom: 0;
}


.footer-nav, .vcard {
  margin: 15px 0px;
}

.vard {
  padding-right: 10px;
}