/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */


.node { /* Node wrapper */
}

.preview .node { /* Preview of the content before submitting new or updated content */
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node .node-title { /* Node title */
}

.node .user-picture { /* The picture of the node author */
}

.node .submitted { /* The "posted by" information */
}

.node .content { /* Node's content wrapper */
}

.node ul.links { /* Node links. See also the ul.links declaration in the pages.css. */
}

.node-promoted { /* A node that has been promoted to the front page */
}

.node-sticky { /* A sticky node (displayed before others in a list) */
}

.node-by-viewer { /* A node created by the current user */
}

.node-teaser { /* A node displayed as teaser */
  background: #ffffff;
  border-top: 6px solid #97c5ca;
  width:290px;
  background: none repeat scroll 0 0 white;
  height: 340px;
  min-width: 290px;
  -webkit-box-shadow: 0 8px 6px -6px #A3A3A3;
  -moz-box-shadow: 0 8px 6px -6px #A3A3A3;
  box-shadow: 0 8px 6px -6px #A3A3A3;
    margin-bottom: 6px;
}



.node-teaser .node-title{
    min-height: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 125%;
}

.node-teaser .node-title a{

    text-decoration: none;
}

.node-teaser .field-tagline{

    font-family: 'proxima_nova_rgregular';
}

.node-teaser .date-wrapper,
.view-mode-grid_teaser .date-wrapper{

    color: #b0b2b9;
    font-size: 128%;
    font-family: 'PT Sans Narrow';
    text-transform: uppercase;
    font-weight: bold;
}

.node-teaser .news-type{

    color: #b0b2b9;
    font-size: 128%;
    font-family: 'PT Sans Narrow';
    text-transform: uppercase;
    font-weight: bold;
    display: none;
}

/**
 * "Restricted" nodes displayed to non-members.
 */
.view-mode-restricted .restricted {
  font-family: 'proxima_nova_rgregular', sans-serif;
  padding-top: 1em;
  text-transform: uppercase;

}

.view-mode-restricted .restricted strong{
    font-size: 128%;
}



.view-mode-restricted .restricted strong {
  display: block;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  margin-bottom: 1em;
}

.view-mode-restricted .restricted a{
  display: inline-block;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 1.214em;
  font-weight: bold;
  line-height: 1em;
  margin: 0 1em;
  padding: 0 0 15px 0;
}
.view-mode-restricted .restricted a.join{
  font-size: 164%;
}

.join-button{

    display: inline-block;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 164%;
    font-weight: bold;
    line-height: 1em;
    padding: 0 0 15px 0;
    background: url(../images/headling_blue.png) no-repeat bottom right;
    margin-left: 0;
    text-decoration: none;
    float: right;
}

.join-button span{

    display: inline-block;
    padding: 15px 40px;
    text-decoration: inherit;
}


.view-mode-restricted .restricted a span{
  display: inline-block;
  padding: 15px 40px;
  text-decoration: inherit;
}

.view-mode-restricted .restricted a.join:link,
.view-mode-restricted .restricted a.join:visited{
  background: url(../images/headling_blue.png) no-repeat bottom right;
  margin-left: 0;
  text-decoration: none;
}

.view-mode-restricted .restricted a.join:active,
.view-mode-restricted .restricted a.join:focus,
.view-mode-restricted .restricted a.join:hover {
  text-decoration: underline;
}

.view-mode-restricted .restricted a.join span,
.join-button span{
  background: #86B9BE;
  color: white;
}

.view-mode-restricted .restricted a:link.login,
.view-mode-restricted .restricted a:visited.login {
  color: #383737;
  text-decoration: underline !important;
}
.view-mode-restricted .restricted a.login span {
  display: inline;
  padding-left: 0;
  padding-right: 0;
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */

.page-node article > .date-wrapper,
.page-node.node-type-event .field-event-date{

    color:#a4a6ac;
    font-family: 'PT Sans Narrow';
    font-size: 129%;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.page-node.node-type-media-release h1.title,
.page-node.node-type-news-item h1.title,
.page-node.node-type-event h1.title{

    margin-bottom: 0;
}

.page-node.node-type-media-release article.view-mode-restricted,
.page-node.node-type-news-item article.view-mode-restricted,
.page-node.node-type-event article.view-mode-restricted{

    margin-top: 30px;
}

.node-page { /* Page content node */
}

.node-article { /* Article content node */
}

.node-unpublished { /* Unpublished nodes */
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished { /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.lt-ie8 .node-unpublished p.unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}


/**
 * Nodes of type Fancy Page.
 */
.node-type-page-fancy {
}

.node-type-page-fancy .title span{
  background: #da1715;
  color: #ffffff;
  display: inline-block;
  line-height: 41px;
  padding: 0 1em;
  text-transform: uppercase;
  vertical-align: middle;
}

.node-type-page-fancy .title span:after {
  content: ".";
  background: url(../images/icon-user.png) no-repeat center center;
  display: inline-block;
  height: 38px;
  margin: 0 0 0 1ex ;
  min-width: 22px;
  text-indent: -9999em;
}

.node-type-page-fancy #page-title {
  background-image: url(../images/heading-flag-left.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  line-height: 1em;
  padding: 0 0 12px 0;
}


/*
 * Style the Our Leaders view and the nodes that it displays.
 */

/*
.view-our-leaders h3.views-title {
  background: url(../images/heading-flag.png) no-repeat top right;
  float: right;
  padding-bottom: 12px;
  padding-right: 15px;
  position: relative;
  right: -15px;
  margin: 3em 0 -12px 0;
}

.view-our-leaders h3.views-title span {
  background: #da1715 url(../images/heading-flag.png) top right;
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 1ex 1em;
}

.view-our-leaders .views-row {
  clear: both;
}

.view-staff-directory .view-content {
  border-bottom: 1px solid #b0bebf;
}

.node-staff-profile ,
.node-leader-profile {
  position: relative;
  padding: 0 0 0 178px;
  margin: 0 0 1.5em 0;
  height: auto !important;
  height: 170px;
  min-height: 170px;
}

.node-staff-profile {
  background: none;
  border-top: 1px solid #b0bebf;
  padding: 1.5em 0 0 178px;
}

.node-staff-profile .inline ,
.node-leader-profile .inline {
  clear: right;
}

.node-staff-profile .field-profile-name ,
.node-staff-profile .field-profile-title ,
.node-leader-profile .field-profile-name ,
.node-leader-profile .field-profile-title {
  margin: 0;
}

.node-staff-profile .field-profile-photograph ,
.node-leader-profile .field-profile-photograph {
  position: absolute;
  top: 0;
  left: 0;
}

.node-staff-profile .field-profile-photograph {
  top: 1.5em;
}

.node-staff-profile .field-profile-address ,
.node-leader-profile .field-profile-address {
  font-style: normal;
}

.node-staff-profile .field-profile-address div ,
.node-leader-profile .field-profile-address div {
  display: inline;
}

.node-staff-profile .field-profile-address div:after ,
.node-leader-profile .field-profile-address div:after {
  content: " ";
}

*/

/**
 * Leader Profile Listing
 */

article.node-leader-profile.view-mode-listing_teaser{

    background: white;
    border-top: 6px solid #97C5CA;
    position: relative;
}

article.node-leader-profile.view-mode-listing_teaser .field-profile-photograph img{

    display: block;
}

article.node-leader-profile.view-mode-listing_teaser .field-profile-photograph{

    float: left;
    margin-right: 45px;
}

article.node-leader-profile.view-mode-listing_teaser .listing-teaser-content{

    overflow: hidden;

    padding-top: 20px;
    padding-bottom: 20px;
}

article.node-leader-profile.view-mode-listing_teaser .listing-teaser-content .field-profile-name{

    font-family: 'PT Sans Narrow';
    font-size: 142%;
    margin: 0;
}

article.node-leader-profile.view-mode-listing_teaser .listing-teaser-content .field-profile-title{

    font-family: 'proxima_nova_rgregular';
    font-size: 114%;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: none;
    font-weight: normal;
}

article.node-leader-profile.view-mode-listing_teaser .listing-teaser-content .field-profile-email a{

    color:#383737;
    text-decoration: none;
}

article.node-leader-profile.view-mode-listing_teaser .listing-teaser-content .field-label{

    font-family: 'proxima_novasemibold';
}

article.node-leader-profile.view-mode-listing_teaser .listing-teaser-content .street-block{

   float:left;
}

article.node-leader-profile.view-mode-listing_teaser .listing-teaser-content{

    font-family: 'proxima_nova_rgregular';
}

.view-our-leaders h3.views-title{
    background: url(../images/heading-flag.png) no-repeat top right;
    color: #ffffff;
    display: block;
    margin: 0;
    padding-bottom: 15px;
    padding-right: 15px;
    position: absolute;
    right: -15px;
    top: -40px;
    font-size: 143%;

}

.view-our-leaders h3.views-title span{
    background: #da1715;
    padding: 10px;
    display: block;
    padding-left: 35px;
    padding-right: 35px;
}

.view-our-leaders .views-row{
    clear: both;
}

.view-our-leaders .view-content{
    margin-top:50px;
}

.view-our-leaders .views-title{
    float:right;
    margin:0;
}

.view-our-leaders .group{

    position: relative;
    margin-bottom: 80px;
}

.view-our-leaders .field-profile-twitter{

    text-indent: -99999px;
    background: url('../images/twitter_leader_icon.png') no-repeat;
    float: right;
    margin-left: 36px;
    margin-top: 4px;
}

.view-our-leaders .field-profile-twitter:hover{

    background: url('../images/twitter_leader_icon_hover.png') no-repeat;
}

.view-our-leaders .field-profile-twitter a{

    width: 18px;
    height: 15px;
    display: block;
}

.view-our-leaders .field-profile-facebook{

    text-indent: -99999px;
    background: url('../images/facebook_leader_icon.png') no-repeat;
    float: right;
    margin-left: 36px;
}

.view-our-leaders .field-profile-facebook:hover{

    background: url('../images/facebook_leader_icon_hover.png') no-repeat;
}

.view-our-leaders .field-profile-facebook a{

    width: 10px;
    height: 19px;
    display: block;
}


.view-our-leaders .field_email_icon{

    text-indent: -99999px;
    background: url('../images/email_leader_icon.png') no-repeat;
    float: right;
    margin-left: 36px;
    margin-top: 4px;
}

.view-our-leaders .field_email_icon:hover{

    background: url('../images/email_leader_icon_hover.png') no-repeat;
}

.view-our-leaders .field_email_icon a{

    width: 20px;
    height: 15px;
    display: block;
}


/**
 * Location nodes
 */
.node-location.node-teaser {
  border-top: none;
  background: none;
  height: auto;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  width: 300px;
  margin-right: 49px;
}

.col-last .node-location.node-teaser {
  margin-right: 0;

}

.node-location.node-teaser .teaser-content {
  height: auto;
}

.node-location.node-teaser .address div {
  display: inline;
}

.node-location.node-teaser .node-title {
  min-height: 1em;
  padding: 0;
  margin: 0 0 1.4em 0;
}

.node-location.node-teaser .field-label {
  font-family: "proxima_novasemibold", sans-serif;
  text-transform: lowercase;
  padding: 0;
}

.node-location.node-teaser .person {
  font-size: 1.1428em;
  margin-bottom: 0.625em;
}

.node-location.node-teaser .contact,
.node-location.node-teaser .address
 {
  margin-bottom: 2.1428em;
}

.node-location.node-teaser .person a,
.node-location.node-teaser .contact a {
  text-transform: none;
}

.node-location.node-teaser .field-email a {
  color: inherit;
  text-decoration: none;
}

.node-location.node-teaser .field-email a:link,
.node-location.node-teaser .field-email a:visited {
  text-decoration: none;
}

.node-location.node-teaser .field-email a:active,
.node-location.node-teaser .field-email a:focus,
.node-location.node-teaser .field-email a:hover {
  text-decoration: underline;
}

.node-location.node-teaser a.map {
  background: url(../images/icon-marker.png) no-repeat left top;
  font-size: 1.142em;
  padding-left: 28px;
  min-height: 23px;
  line-height: 23px;
  display: block;
}
.node-location.node-teaser a.map:link,
.node-location.node-teaser a.map:visited {
  color: inherit;
  text-decoration: underline;
}
.node-location.node-teaser a.map:active,
.node-location.node-teaser a.map:focus,
.node-location.node-teaser a.map:hover {
}

.node-location h3.field-label {
  margin-bottom: 0;
  text-transform: lowercase;
}


article.node-member-story.view-mode-quote a{

    color: white;
    text-decoration: none;
}

article.node-member-story.view-mode-quote a:hover{


}