@charset "UTF-8";
/* WEST INITIATIVE STYLESHEET June, 04 2012. BY MJD INTERACTIVE AGENCY.
*/
/* ------------------ STYLESHEET RESETS ------------------- */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
html {
  min-height: 100%;
  margin-bottom: 1px;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*drupal system resets*/
.block ul {
  margin: 0;
  padding: 0;
}
.block p {
/*margin:0;*/
}
.taxonomy {
  display: none;
}
#skip {
  display:none;
}
iframe html {
  min-height: auto;
  height: auto;
  margin: 0;
}
/* ---------------------- FONT STACK 
font-family:'HelveticaNeueW01-Thin';
font-family:'HelveticaNeueW01-57Cn';
font-family:'HelveticaNeueW01-77BdCn 692722';
font-family:'Linotype Univers W01 Cn';
font-family:'LinotypeUniversW01-Bold 723691';
font-family:'LinotypeUniversW01-Bold 723697';
font-family:'Univers LT W01 45 Light';
font-family:'Founders Caslon W01 Pst';
--------------------------- */
/* Links */

a:link, a:visited {
  color: #0085b5;
  text-decoration: none;
}
a:hover, a:active {
  color: #666; /* #007DB1; */
  text-decoration: none;
}
li a.active {
  color: #0085b5; /* #007DB1; */
  text-decoration: none;
}
/* Titles. */

h1, h2, h3, h4, h5, h6 {
  line-height: normal;
  font-weight:normal;
}
h1 {
}
h1.title {
  display: none;
}
h2 {
  font-size: 28px;
  color:#007DB1;
  font-family: 'Linotype Univers W01 Cn';
  line-height:28px;
  margin:0 0 10px 0;
}
  h2.block-title {
    font-family:'HelveticaNeueW01-57Cn';
    background: none repeat scroll 0 0 #BF2E1A;
    color: #FFFFFF;
    font-size: 24px;
    line-height:24px;
    display: inline;
    padding: 5px 10px 1px 10px;
  }
h3 {
  font-family:'Founders Caslon W01 Pst';
  color: #007DB1;
  font-size: 22px;
  line-height:26px;
}
h4 {
}
h5 {
}
h6 {
}
/* Paragraph styles. */

p {
  margin: 0 0 16px 0;
  line-height:18px;
}
/* List styles. */

ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}
ul ul ul ul {
  list-style-type: circle;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: decimal;
}
#content-area .content ul {
  margin: 0 0 12px 25px;
  list-style: disc;
  line-height: 16px;
}
#content-area .content ul li {
  padding: 0 0 0 0px;
}
#content-area .content ul li.blog_usernames_blog {
  padding: 0 10px;
  font-weight: bold;
}
#content-area .content ul li.comment-add {
  float: right;
  display: none;
}
#content-area .content ul ul {
  margin: 0 0 0 25px;
}
#content-area .content ol {
  margin: 0 0 12px 25px;
  list-style:  decimal;
  line-height:16px;
}
#content-area .content ol li {
  padding: 0 0 0 0;
}
#content-area .content ol ol {
  margin: 0 0 0 25px;
  list-style: lower-alpha;
}
/* Abbreviation. */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}
/* clear classes */
.clearleft, .clearl, .cleft {
  clear: left;
}
.clearright, .clearr, .cright {
  clear: right;
}
.clear, .clearboth, .clearall {
  clear: both;
}
/* Float classes */
.floatleft, .fleft, .floatl {
  float: left;
  margin: 0 10px 5px 0;
}
.floatright, .fright, .floatr {
  float: right;
  margin: 0 0 5px 10px;
}
/* bug fix with views 2 edit links. */

div.view div.views-admin-links {
  width: auto;
}
/* Rollover edit links for blocks. */

div.block {
  position: relative;
}
div.block .edit {
  display: none;
  position: absolute;
  right: -20px;
  top: -5px;
  z-index: 40;
  padding: 3px 8px 0;
  font-size: 10px;
  line-height: 16px;
  background-color: white;
  border: 1px solid #cccccc;
  /*let's get fancy! */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 0 1px 3px #888888;
  -webkit-box-shadow: -1px 1px 2px #666666;
}
div.block .edit a {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
div.block:hover .edit {
  display: block;
}
/* Console, style from slate theme. */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}
div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}
div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}
.form-item {
  margin: 0;
}
/* ------------------------------------------------------ WEST HEALTH INITIATIVES STYLING --------------------------------------- */
  /* ---------------------------------------LAYOUT----------------------------------------- */
body {
  color: #333333;
  font: 13px/1.5em "Helvetica Neue",helvetica,Arial,sans-serif;
  letter-spacing: 0.03em;
  margin: 0;
}
#page {
  margin: 0;
}
#main {
  width: auto;
  height:auto;
}
#header {
  background: url("../images/pngs/bg-nav-default.png") no-repeat scroll center bottom transparent;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
#header #header-region {
  height: auto;
  margin: 0 auto;
  width: 980px;
}
.breadcrumb {
  width: auto;
  height: 30px;
  padding:0;
  line-height:30px;
  color: #5f6062;
  text-transform:uppercase;
  font-size:10px;
}
.breadcrumb a {
  color: #5f6062; 
}
#content-area {
  position: relative; 
}

#content {
  /*float: left;*/
  width: 100%;
  margin-right: -100%;
  padding: 0;
}
#content-inner {
  margin: 0 auto;
  width: 980px;
}
.body-right #block-system-main .field-name-field-embed-video-or-image {
  display: block;
  float: left;
  min-height: 400px;
  width: 625px;
  background: url(../images/pngs/bg-content-divider.png) no-repeat right top;
  margin: 0 10px 0 0;
}
.field-name-field-embed-video-or-image p {
	margin:0 0 0 0;
}

.body-right #block-system-main .group_body {
  display: block;
  float: left;
  height: auto;
  padding: 20px 0 0 0;
  width: 340px;
}
  .body-right #block-system-main .group_body p {
    line-height:22px;
  }

#block-views-middle_text-block {
  width: auto;
  height:auto;
  clear: both;
}

#content-two-col {
  width: auto;
  height: auto;
  clear: both;  
}
#left {
  width: 500px;
  height:auto;
  overflow: hidden;
  float: left;  
}

#right {
  width: 480px;
  height:auto;
  overflow: hidden;
  float: left;  
}
.sidebar {
  float: left;
}
#sidebar-second {
  float: right;
}
#footer {
  float: none;
  clear: both;
  background-image: url("../images/pngs/bg-footer.png");
  background-repeat: no-repeat;
  background-position: center top;
  height: 70px;
  width: 100%;
  margin:60px 0 0 0;
}
  .region-footer {
    height: auto;
    margin: 0 auto;
    width: 980px;
  }

#logo {
    display: block;
    float: left;
    height: auto;
    margin: 0 auto;
    padding: 15px 0;
    width: 370px;
}
/* --------- SEARCH BAR ------------- */
#block-search-form {
  float:right;
  top:30px;
  margin:0 10px 0 0;
}
#search-block-form #edit-actions {
  position:absolute;
  right:5px;
  top:5px;
}
  #edit-search-block-form--2 {
    height:25px;
    width:160px;
  }
/* ------------------------- MAIN MENU ---------------------- */
  #block-system-main-menu {
    float:right;
    margin:30px 0 0 0;
    padding:0 20px 0 0;
    position:relative;
  }
    #block-system-main-menu .content li {
    float: left;
    height: 25px;
    padding: 0;
    margin: 0 5px;
    width: 25px;
    /*overflow:hidden;
    text-indent:-9999px;*/
    list-style:none;
    }
       #block-system-main-menu .content li:hover {
          opacity:0.8;
        }
      #block-system-main-menu .content li.mid-218 {
        border:1px solid #ff3333;
        margin:-4px -1px 0 0;
        padding:4px;
      }
        #block-system-main-menu .content li.mid-218:hover {
          opacity:1;
        }
      #block-system-main-menu .content li a {
        float: left;
        height: 25px;
        padding: 0 0 0 0;
        width: 25px;
        background-repeat:no-repeat;
        background-position:0 0;
      }
        #block-system-main-menu .content li a span {
        position:absolute;
        top:-9000px;
        right:5px;
        }

      li.mid-218 a {background:#BF2E1A;} 
      li.mid-493 a {background:#009999;}
      li.mid-494 a {background:#7D4199;}
      li.mid-495 a {background:#65B561;}
      li.mid-496 a {background:#FF9933;}

      #block-system-main-menu .content li.mid-218 a span {
          top:30px;
          text-transform:uppercase;
          color:#666;
          font-size:13px;
        }

  #block-system-main-menu h2.block-title {
    display:none;
  }
/* ------------------------- HEADER MENU ---------------------- */
  ul.menu {
  border: medium none;
  list-style: none outside none;
  text-align: left;
  }
  #block-menu-menu-initiative-menu {
  background: url("../images/pngs/bg-header-divider.png") no-repeat scroll left 2px transparent;
  clear: both;
  margin:0 0 0 70px;
  }
    #block-menu-menu-initiative-menu h2.block-title {
      display:none;
    }
    #block-menu-menu-initiative-menu .content li {
      background: url("../images/pngs/bg-header-divider.png") no-repeat scroll right 2px transparent;
      display: block;
      float: left;
      height: 60px;
      margin: 0;
      padding: 0;
      width: 120px;
    }
      #block-menu-menu-initiative-menu .content li a {
        display: block;
        font-family: 'HelveticaNeueW01-57Cn','Arial Narrow',"Helvetica Neue",helvetica,arial;
        font-size: 18px;
        height: 19px;
        line-height: normal;
        margin: 0;
        padding: 16px 0;
        text-align: center;
        width: 120px;
        color:#666666;
      }
        li.mid-453 a {
          /*padding:8px 0 16px !important;
          width:115px !important;*/

        }
        #block-menu-menu-initiative-menu .content li a:hover {
          color:#007DB1;
        }
        #block-menu-menu-initiative-menu .content li a.active {
          color: #007DB1 !important;
        }
/* ------------------------- FOOTER MENU ---------------------- */
#block-menu_block-1 {
    display: block;
    float: left;
    padding: 25px 0 15px;
    width: 745px;
}
#block-menu_block-1 .content .menu li {
    border-right: 2px solid #666666;
    display: block;
    float: left;
    font-size: 11px;
    height: auto;
    line-height: 11px;
    margin: 0;
    padding: 0 5px;
    text-transform: uppercase;
    width: auto;
}
  #block-menu_block-1 .content .menu li.last {
    border:none;
  }
  #block-menu_block-1 .content .menu li a {
    color:#666666;
  }
  .block-menu-block h2.block-title {
    display:none;
  }
    /* ---------- TWITTER FOOTER LINK ------------- */
  #block-block-5 {
    display: block;
    float: right;
    padding: 15px 0 0 0;
    width:195px;
  }
    #block-block-5 p {
    color: #666666;
    display: block;
    font-family: 'LinotypeUniversW01-Bold 723697';
    font-size: 12px;
    line-height: 22px;
    padding: 5px 5px 0 0;
    width:195px;

  }
    #block-block-5 p a {
    background: url(../images/pngs/twitter-button.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 19px;
    text-indent: -9999em;
    width: 120px;
    float:right;
}
    #block-block-5 p a:hover {
      background-position:0 -21px;
    }
  /* ------------ FOOTER COPYRIGHT ---------------- */
  #block-block-1 {
    color: #666666;
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    width: 450px;
  } 
  /* ------------- LEGAL/PRIVACY MENU ---------------- */
    #block-menu-menu-legal-menu {
      display: block;
      float: right;
      clear:right;
    }
      #block-menu-menu-legal-menu h2.block-title {
        display:none;
      }
      #block-menu-menu-legal-menu .content .menu li {
        border-right: 2px solid #666666;
        display: block;
        float: left;
        font-size: 10px;
        height: auto;
        line-height: 10px;
        margin: 0;
        padding: 0 5px;
        text-transform: uppercase;
        width: auto;
      }
        #block-menu-menu-legal-menu .content .menu li.last{border:none;}
        #block-menu-menu-legal-menu .content .menu li a {color:#666;}
  /* ----------------------- INITIATIVE HOME PAGE -------------------------------- */
  /*----------------------------------------- INITIATIVE SLIDESHOW */
  #slideshow .region-slideshow {
    width:100%;
    position:relative;
  }
    #block-views-homepage_slider-block_2 {
      width:1050px;
      height:630px;
      margin:0 auto;

    }
      #views_slideshow_cycle_main_homepage_slider-block_2 {
        margin:0 auto;
        width:980px;
      }
        #views_slideshow_cycle_main_homepage_slider-block_2 .views-row {
          position:relative;
        }
          #views_slideshow_cycle_main_homepage_slider-block_2 .views-row .views-field-field-tag-line-1 {
            position:absolute;
            right:25px;
            width:270px;
            top:105px;
          }
            #views_slideshow_cycle_main_homepage_slider-block_2 .views-row .views-field-field-tag-line-1 h3 {
              color:#FFF;
              padding:0 0 10px 0;
            }
              #views_slideshow_cycle_main_homepage_slider-block_2 .views-row .views-field-field-tag-line-1 p {
                color:#FFF;
                font-size:16px;
                line-height:22px;
              }
          #views_slideshow_cycle_main_homepage_slider-block_2 .views-row .views-field-field-more-link {
            position:absolute;
            right:65px;
            /*width:162px*/;
            bottom:65px;
          }
            #views_slideshow_cycle_main_homepage_slider-block_2 .views-row .views-field-field-more-link a {
              display:block;
              height:37px;
              width:122px;
              background-image:url(../images/pngs/learn-more.png);
              background-repeat:no-repeat;
              background-position:-20px 0;
              text-indent:-9999px;
              overflow:hidden;
            }
              #views_slideshow_cycle_main_homepage_slider-block_2 .views-row .views-field-field-more-link a:hover {
                background-position:-20px -37px;
              }
        #block-views-homepage_slider-block_2 .view-footer {
          width:980px;
          margin-left:-489px;
          position:absolute;
          left:50%;
          bottom:45px;
          z-index:20;
        }
    /* ---------------------------------------- SLIDESHOW CONTROLS */
    .view-homepage-slider .views-slideshow-controls-top {
      position:absolute;
      top:30%;
      width:100%;
      z-index:5;
    }
      #views_slideshow_controls_text_previous_homepage_slider-block_2 {
        float:left;
      }
        #views_slideshow_controls_text_previous_homepage_slider-block_2 a {
          background-image: url("../images/pngs/slide-prev-btn.png");
          background-position: 0 0;
          background-repeat: no-repeat;
          display:block;
          height:49px;
          width:29px;
          text-indent:-9999px;
          overflow:hidden;
        }
          #views_slideshow_controls_text_previous_homepage_slider-block_2 a:hover {
            background-position:0 -50px;
          }
      #views_slideshow_controls_text_pause_homepage_slider-block_2{
        display:none;
      }
      #views_slideshow_controls_text_next_homepage_slider-block_2 {
        float:right;
      }
        #views_slideshow_controls_text_next_homepage_slider-block_2 a {
          background-image: url("../images/pngs/slide-next-btn.png");
          background-position: 0 0;
          background-repeat: no-repeat;
          display:block;
          height:49px;
          width:29px;
          text-indent:-9999px;
          overflow:hidden;
        }
          #views_slideshow_controls_text_next_homepage_slider-block_2 a:hover {
            background-position:0 -50px;
          }
    /* --------------------------------------------- SLIDESHOW PAGER / MENU LINKS */
     /* -- SITE SELECTOR --- */
  .view-homepage-slider .views-slideshow-controls-bottom {
      /*position:absolute;*/
      bottom:0px;
      width:978px;
      z-index:20;
      margin-left:-493px;
      position:absolute;
      left:50%;
    }
    .view-homepage-slider .views-slideshow-pager-field-item {
      height:238px;
      width:237px;
      float:left;
      margin:0 10px 0 0;
    }
      #views_slideshow_pager_field_item_bottom_homepage_slider-block_2_0 {
        display:none;
      }
        #views_slideshow_pager_field_item_bottom_homepage_slider-block_2_1 {margin:0 10px 0 0;}
          #views_slideshow_pager_field_item_bottom_homepage_slider-block_2_1 a {
            background-image:url(../images/pngs/institute-blocks.png);
          }
           
        #views_slideshow_pager_field_item_bottom_homepage_slider-block_2_2 {margin:0 10px 0 0;}
          #views_slideshow_pager_field_item_bottom_homepage_slider-block_2_2 a {
            background-image:url(../images/pngs/policy-blocks.png);
          }

        #views_slideshow_pager_field_item_bottom_homepage_slider-block_2_3 {margin:0 10px 0 0;}
          #views_slideshow_pager_field_item_bottom_homepage_slider-block_2_3 a {
            background-image:url(../images/pngs/invest-blocks.png);
          }

        #views_slideshow_pager_field_item_bottom_homepage_slider-block_2_4 {margin:0 0 0 0;}
          #views_slideshow_pager_field_item_bottom_homepage_slider-block_2_4 a {
            background-image:url(../images/pngs/incubator-blocks.png);
          }

      .view-homepage-slider .views-slideshow-pager-field-item a {
        display:block;
        height:222px;
        width:244px;
        background-repeat:no-repeat;
        background-position:0 0;
        text-indent:-999px;
        overflow:hidden;
      }
        .view-homepage-slider .views-slideshow-pager-field-item a:hover {
          opacity:0.8;
          filter: alpha(opacity = 80);  
          -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
         
        }
        #widget_pager_bottom_homepage_slider-block_2 .active a {
          background-position:-243px 1px !important;
        }

 /* -- SITE SELECTOR --- */
/*  #block-views-site_selector-block {
    margin:30px 0;
  }
    .view-site-selector .views-row {
      height:238px;
      width:237px;
      float:left;
      margin:0 10px 0 0;
    }
      .view-site-selector .views-row-last {
        margin:0;
      }
      .view-site-selector .views-row .views-field-title a {
        display:block;
        height:238px;
        width:237px;
        background-repeat:no-repeat;
        background-position:0 0;
        text-indent:-999px;
        overflow:hidden;
      }
        .view-site-selector .views-row .views-field-title a:hover {
          opacity:0.8;
          filter: alpha(opacity = 80);  
          -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

        }
        .view-site-selector .views-row-1 .views-field-title a {
          background-image:url(../images/pngs/institute-box.png);
        }
        .view-site-selector .views-row-2 .views-field-title a {
          background-image:url(../images/pngs/policy-box.png);
        }
        .view-site-selector .views-row-3 .views-field-title a {
          background-image:url(../images/pngs/invest-box.png);
        }
        .view-site-selector .views-row-4 .views-field-title a {
          background-image:url(../images/pngs/incubator-box.png);
        }*/
/*.page-node-37 .field-name-field-title-image {
  padding:0 0 0 445px;
  background-image: url(../images/pngs/welcome-west.png);
  background-repeat:no-repeat;
  background-position:0 0;
  display:block;
  height:150px;
  margin:35px 0 0 0;
}
  .page-node-37 .field-name-field-title-image h3 {
    padding:40px 0 0 0;
    line-height:30px;
    font-family: 'Univers LT W01 45 Light';
    font-size: 30px;
  }*/
  /*------------------------------------- HOMEPAGE LATEST WEST HEALTH NEWS BLOCK */
  #block-block-23 p img {
    float:left;
    margin: 0 30px 0 10px;
  }
  #block-block-23 h4 {
    float:left;
    width:625px;
    padding:5px 0;
  }

/* --------------------------- WHO WE ARE PAGE -------------------------------- */
.node-type-who-we-are #block-views-middle_text_block-block {
  width:600px;
  float:left;
  padding:25px 0 0 0;
}
  /* --- About Mary & Gary West --- */
  #block-block-8 {
  display: block;
  float: right;
  height: auto;
  padding: 25px 0 0 0;
  width: 340px;
  }
  #block-block-8 .content{
    width: 100%;
    border-top: 5px solid #BF2E1A;
    padding: 15px 0 0 0;
    position:relative;
  }

  #read-their-story a {
    float: right;
    font-family: 'HelveticaNeueW01-57Cn','Arial Narrow',"Helvetica Neue", helvetica, arial;
    background-image: url("../images/pngs/more-info-round.png");
    background-position: right 1px;
    background-repeat: no-repeat;
    display:block;
    height:16px;
    padding: 0 20px 0 0;
    /*margin: 0 10px 0 0;*/
    color:#666;
  }

  #read-their-story a:hover {
    background-position: right -15px;
  }

  #story {
    width: 318px;
    height:230px;
    padding:10px;
    border: 1px solid #ccc;
    background-color: #fff;
    position:absolute;
    top: 0;
    left:0;
    z-index:300;
    overflow:auto;
  }

  #block-block-8 .btn-close {
    background-image: url("../images/pngs/close-box-round.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      cursor: pointer;
      font-size: 0;
      height: 23px;
      left: 165px;
      position: absolute;
      text-indent: -9999em;
      top: 242px;
      width: 25px;
    z-index:301;
  } /* --- END ABOUT MARY AND GARY WEST BLOCK ---- */

/* ---------- idea series ---------------- */
#block-block-38 {width:600px;}
#block-block-38 {padding: 10px 0 25px 0;clear: none;}
#block-block-39 {margin: 15px 0 0 0;width: 325px;height: 300px;float: right;}

#block-block-39 .content, #block-block-40 .content {border-top: 5px solid #BF2E1A;}

#block-block-40 {float: right;width: 520px;height: 400px;}

#block-554 .content, #block-40 {border-top: 5px solid #BF2E1A;}

/* ---------- end idea series ------------ */

/* ---------- web form ------------------- */
#block-webform-client-block-554 {
	margin:0px 0 0 0;
	padding:0 0 0 0px;
	width:355px;
	float:left;
}
#block-webform-client-block-554 .content{
	border-top:5px solid #BF2E1A;
}
		
#webform-client-form-554 #webform-component-left, #webform-client-form-554 #webform-component-right {
	float:left;
	padding:0 10px 0 0;
}
#webform-client-form-554 label {
	color: #5F6062;
	font-family: 'Linotype Univers W01 Cn','Arial Narrow',"Helvetica Neue",helvetica,arial;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
#edit-submitted-first-name, #edit-submitted-last-name, #edit-submitted-email{
	background-color: #EDEDED;
	border: 1px solid #CCCCCC;
	height: 25px;
	width: 350px;
	margin: 10px 0 10px 0;
}

#webform-client-form-554 #webform-component-header-markup{
	margin-top:15px;
}

#webform-client-form-554 #edit-submit {
	background-color: transparent;
	background-image: url("../images/pngs/btn-submit.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	float: left;
	clear:both;
	font-size: 0;
	height: 41px;
	margin: 0 20px 0 0;
	text-indent: -9999em;
	width: 127px;
}
#webform-client-form-554 #edit-submit:hover {opacity:0.8;}

/* ---------- end web form -------------- */


  /* --- LEADERSHIP --- */
    #block-views-leadership-block_7 {
      clear:both;
      height:550px;
    }
      #block-views-leadership-block_7 .view-leadership .views-row .views-field-body {
        padding: 30px 20px 235px 275px !important;
        background-position:200px 35px !important;
      }
      #block-views-leadership-block_7 .view-leadership .views-row .views-field-nothing-1 .btn-close {
        top:545px !important;
      }
/* ----------------------------- OUR FOCUS MAIN PAGE -------------------------- */
  /* --- MIDDLE TEXT BLOCK STYLING --- */
  .node-type-our-focus #block-views-middle_text_block-block {
    margin:30px 0;
  }
  #block-views-our_network_preview-block_1 {
    clear:both;
  }
    #block-views-our_network_preview-block_1 .content {
      border-top:5px solid #BF2E1A;
      padding: 10px 0 0;
    }
     #block-views-our_network_preview-block_1 .view-our-network-preview .views-row-3 .views-field-title, #block-views-our_network_preview-block_1 .view-our-network-preview .views-row-4 .views-field-title {
          padding:20px 0 0 0;
        }
/* ------------------------- OUR FOCUS DETAIL PAGES -------------------------- */
.node-type-our-focus-detail-pages #block-system-main {
    margin: 0 0 30px 0;  
  }
  .node-type-our-focus-detail-pages #block-views-middle_text_block-block {
    margin:75px 0;
    float:right;
    width:48%;
  }
    /* --- PUBLICATIONS & NEWS CONTENT --- */
    #block-views-publications-block_1 {
      margin:50px 0 30px 0;
      float:left;
      width:49%;
      clear:left;
    }
      #block-views-publications-block_1 .content {
        border-top:5px solid #BF2E1A;
        padding:20px 0 0 0;
      }
    #block-views-publications-block {
      margin:50px 0 30px 0;
      float:left;
      width:49%;
      clear:left;
    }
      #block-views-publications-block .content {
        border-top:5px solid #BF2E1A;
        padding:20px 0 0 0;
      }
    #block-views-publications-block_2 {
      margin:50px 0 30px 0;
      float:left;
      width:49%;
      clear:left;
    }
      #block-views-publications-block_2 .content {
        border-top:5px solid #BF2E1A;
        padding:20px 0 0 0;
      }
    #block-views-publications-block_3 {
      margin:50px 0 30px 0;
      float:left;
      width:49%;
      clear:left;
    }
      #block-views-publications-block_3 .content {
        border-top:5px solid #BF2E1A;
        padding:20px 0 0 0;
      }
     .view-publications .views-row {
      width: auto;
      height:75px;
      background-image:url(../images/pngs/news-date-bkg.png);
      background-repeat:no-repeat;
      background-position: 10px 15px;
      border-bottom:1px solid #ececec;
      position:relative;
    }
      #block-views-publications-block .content, #block-views-publications-block_1 .content, #block-views-publications-block_2 .content, #block-views-publications-block_3 .content {
        height:400px;
        overflow-y:auto;
        overflow-x:hidden;
        position:relative;
      }

.view-publications .views-row .views-field-field-date-1, .view-publications .views-row .views-field-field-date {
  width: 45px;
  color: #fff;
  text-align:center;
}
.view-publications .views-row .views-field-field-date-1 {
  padding: 0 20px 0 12px;
  font-family: 'HelveticaNeueW01-57Cn','Arial Narrow',"Helvetica Neue", helvetica, arial;
  font-size: 24px;
  position:absolute;
  top: 40px;  
  left: 0;
}
.view-publications .views-row .views-field-field-date {
  padding: 0 20px 0 12px;
  font-family:'HelveticaNeueW01-77BdCn 692722';
  font-size: 17px;
  position: absolute;
  top: 20px;
  left: 0;
}
.view-publications .views-row .views-field-title, .view-publications .views-row .views-field-view-node, .view-publications .views-row .views-field-field-news-link {
  width: 355px;
  float:right;
  font-family:'HelveticaNeueW01-77BdCn 692722';
  line-height: 16px;
  font-size: 16px;
}
  .view-publications .views-row .views-field-field-news-file {
    width:355px;
    float:right;
    line-height:16px;
  }
.view-publications .views-row .views-field-title {
  padding: 15px 0 0 0;
  color: #666;
}
.view-publications .views-row .views-field-view-node a,  .view-publications .views-row .views-field-field-news-link a {
  text-transform:uppercase;
  height: 14px;
  font-size:14px;
  background-image:url(../images/pngs/arrows-666.png);
  background-repeat:no-repeat;
  background-position:right 2px;
  padding: 0 20px 0 0;
  line-height:14px;
  display:inline-block;
  color:#666;
}
.view-publications .views-row .views-field-field-news-link a:hover, .view-publications .views-row .views-field-field-news-file a:hover {
  background-position: right -13px;
  color:#007DB1;
}
  /* ---- VIDEO BLOCK --- */
  #block-views-our_focus_details_videos-block {
    width:480px;
    float:left;
  }
    #block-views-our_focus_details_videos-block .content {
      padding:20px 0 0 0;
      border-top:5px solid #BF2E1A;
      height:310px;
    }
     .view-our-focus-details-videos p.video-title {
      color: #007DB1;
      font-family: 'HelveticaNeueW01-57Cn','Arial Narrow',Arial,sans-serif;
      font-size: 18px;
      text-transform: uppercase;
      margin:0 0 5px 0;
    }
  /* --- RELATED INNOVATIONS BLOCK --- */
  #block-views-related_innovations-block {
    width:480px;
    float:right;
  }
    #block-views-related_innovations-block .content {
      padding:20px 0 0 0;
      border-top:5px solid #BF2E1A;
      height:310px;
      overflow-y:auto;
      overflow-x:hidden;
    }
  #block-views-related_innovations-block_1 {
    width:480px;
    float:right;
  }
    #block-views-related_innovations-block_1 .content {
      padding:20px 0 0 0;
      border-top:5px solid #BF2E1A;
      height:310px;
      overflow-y:auto;
      overflow-x:hidden;
    }
  #block-views-related_innovations-block_2 {
    width:480px;
    float:right;
  }
    #block-views-related_innovations-block_2 .content {
      padding:20px 0 0 0;
      border-top:5px solid #BF2E1A;
      height:310px;
      overflow-y:auto;
      overflow-x:hidden;
    }
  #block-views-related_innovations-block_3 {
    width:480px;
    float:right;
  }
    #block-views-related_innovations-block_3 .content {
      padding:20px 0 0 0;
      border-top:5px solid #BF2E1A;
      height:310px;
      overflow-y:auto;
      overflow-x:hidden;
    }
  .view-related-innovations .views-field-title {
    color: #007DB1;
    font-family: 'HelveticaNeueW01-57Cn','Arial Narrow',Arial,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin:0 0 5px 0;
  }
    
/* ----------------------------- OUR NETWORK MAIN ----------------------------------------- */
#block-views-our_network_preview-block {
    clear:both;
    margin:30px 0 0 0;
  }
    #block-views-our_network_preview-block .content {
      border-top:5px solid #BF2E1A;
      padding: 10px 0 0;
    }
      .view-our-network-preview .view-content {
        width:885px;
        margin:0 auto;
      }
      .view-our-network-preview .views-row {
        width:210px;
        float:left;
        padding:10px 5px 0 5px;
      }
        #block-views-our_network_preview-block .view-our-network-preview .views-row-1 .views-field-title {
          padding:20px 0 0 0;
        }
        .view-our-network-preview .views-field-title {
          color: #007DB1;
            font-family: 'HelveticaNeueW01-57Cn','Arial Narrow',Arial,sans-serif;
            font-size: 18px;
            text-align:center;
            text-transform: uppercase;
            margin:0 0 5px 0;
        }
         .view-our-network-preview .views-field-view-node {
            background-image: url("../images/pngs/more-info-round.png");
              background-position: right 1px;
              background-repeat: no-repeat;
              display: block;
              float: right;
              font-family: 'HelveticaNeueW01-57Cn','Arial Narrow',Arial,sans-serif;
              font-size: 16px;
              height: 17px;
              margin: 10px 0 0;
              padding: 0 20px 0 0;
              text-transform: uppercase;
          }
            .view-our-network-preview .views-field-view-node:hover {
              background-position:right -15px;
            }
  /* ------------------- OUR NETWORK DETAIL PAGES ------------------------ */
    /* --- MEDICAL ADVISORY BOARD --- */
  .field-name-field-title-image p.title-mad {
    font-size:24px;
    text-transform:uppercase;
    font-family:'Linotype Univers W01 Cn';
    color:#BF2E1A;
  }
  /* -- LEADERSHIP STYLES --- */
  .view-leadership {
  border-top: 5px solid #BF2E1A;
  padding: 30px 0 0 20px;
  position:relative;
}

.view-leadership .views-row {
  width: 458px;
  height:91px;
  background-image:url(../images/pngs/bio-bkg.png);
  float: left;
  margin: 0 0 20px 0;
}

.view-leadership .views-row-odd {
  margin-right: 20px; 
}
.view-leadership .views-row .views-field-field-employee-name, .view-leadership .views-row .views-field-field-degree {
  width: 196px;
  height:auto;
  text-align:center;
  font-size: 20px;
  text-transform:uppercase;
  color: #007db1; 
  float: left;
  line-height:22px;
  padding: 5px 0 0 0;
  font-family:'HelveticaNeueW01-77BdCn 692722';
}
.view-leadership .views-row .views-field-field-degree {
  padding: 0;
}

.view-leadership .views-row .views-field-field-position {
  width: 220px;
  height: 58px;
  padding: 0 0 0 40px;
  float: right;
  color: #BF2E1A;
  font-size:17px;
  font-weight:bold;
}


.view-leadership .views-row .views-field-nothing {
  width: 458px; 
  text-align: right;
}

.view-leadership .views-row .views-field-nothing .btn-more{
  width: 16px;
  height:15px;
  background-image:url(../images/pngs/more-info-round.png);
  background-position:0 0;
  display:inline-block;
  text-indent:-9999em;
  line-height:none;
  font-size:0;
  margin: 5px 5px 0 0;
  
}

.view-leadership .views-row .views-field-nothing .btn-more:hover{
  background-position:0 -16px;
}

.view-leadership .views-row .views-field-body {
  width: 683px;
  height: 290px;
  padding:30px 20px 60px 275px;
  border: 1px solid #cccccc;
  border-top: none;
  background-color: #fff;
  background-image: url(../images/pngs/bio-pop-bkg.png);
  background-repeat:no-repeat;
  background-position:200px center;
  position: absolute;
  top: 0;
  left: 0;
  z-index:200;
  
}

.view-leadership .views-row .views-field-field-bio-image {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index:201;
  
} 
.view-leadership .views-row .views-field-field-bio-image img{
  border: 1px solid #ccc;
}
.view-leadership .views-row .views-field-field-employee-name-1 {
  font-size: 20px;
  text-transform:uppercase;
  color: #007db1; 
  line-height:22px;
  font-family:'HelveticaNeueW01-77BdCn 692722';
  position: absolute;
  top: 255px;
  left: 20px;
  z-index:202;
  width:190px;
}

.view-leadership .views-row .views-field-field-degree-1 {
  font-size: 20px;
  text-transform:uppercase;
  color: #007db1; 
  line-height:22px;
  font-family:'HelveticaNeueW01-77BdCn 692722';
  z-index:203;
  position: absolute;
  top: 282px;
  left: 20px;
}

.view-leadership .views-row .views-field-field-position-1 {
  width: 190px;
  color: #BF2E1A;
  font-size:17px;
  font-weight:bold;
  position: absolute;
  top: 300px;
  left: 20px;
  z-index:204;
}

.view-leadership .views-row .views-field-field-degree-1 + .views-field-title-1 {
  top: 304px;
}

.view-leadership .views-row .views-field-nothing-1 .btn-close{
  position: absolute;
  top: 370px;
  left: 490px;
  z-index:205;
  width: 25px;
  height: 23px;
  background-image:url('../images/pngs/close-box-round.png');
  background-repeat:no-repeat;
  background-position:0 0;
  text-indent:-9999em;
  font-size: 0;
  line-height: none;
  cursor:pointer;
}

.view-leadership .views-row .views-field-nothing-1 .btn-close:hover{
  background-position: 0 -24px;
}
.view-leadership .views-row .views-field-body p {
  margin-left:0 !important;
  line-height:16px;
}
/* ----- Fixing Steven Pearson because his name is too long */
          #block-views-leadership-block_5 .view-leadership .views-row-2 .views-field-field-employee-name-1 {
            top:235px;
          }
  /* --- WEST WIRELESS HEALTH COUNCIL --- */
  .field-name-field-title-image p.title-wwhc {
    font-size:24px;
    text-transform:uppercase;
    font-family:'Linotype Univers W01 Cn';
    color:#BF2E1A;
  }
  #block-views-executive_committee-block {
    margin:30px 0;
  }
    #block-views-executive_committee-block .content {
      border-top:5px solid #BF2E1A;
      padding:15px 0 0 0;
    }
      .view-executive-committee .view-content {
        height:255px;
        overflow-y:auto;
        position:relative;
        padding:0 0 0 55px;
      }
      .view-executive-committee .views-row {
        width:450px;
        float:left;
        padding:0 0 10px 0;
        height:75px;
      }
        .view-executive-committee .views-field-title {
          font-family:'HelveticaNeueW01-77BdCn 692722';
          font-size:18px;
          color:#007DB1;
          text-transform:uppercase;
        }
        .view-executive-committee .views-field-field-job-position {
          font-family:'HelveticaNeueW01-57Cn';
          font-size:16px;
          color:#BF2E1A;
        }
        .view-executive-committee .views-field-field-location {
          font-family:'HelveticaNeueW01-57Cn';
          font-size:16px;
          color:#666;
        }
    /* --- WWHC QUICKTABS INSTANCE --- */
    #block-quicktabs-wwhc_news_contact_us {
      margin:30px 0 0 0;
    }
    #quicktabs-wwhc_news_contact_us ul.quicktabs-tabs {
      border-bottom:5px solid #BF2E1A;
      margin:0;
      padding:0 0 3px 0;
    }
      /* --- CHROME UL HEIGHT HACK --- */
      @media screen and (-webkit-min-device-pixel-ratio:0) { #quicktabs-wwhc_news_contact_us ul.quicktabs-tabs{padding: 0 0 2px 0;} }

      #quicktabs-wwhc_news_contact_us ul.quicktabs-tabs li {
        padding:0;
        margin:0;
      }
      #quicktabs-wwhc_news_contact_us ul.quicktabs-tabs li a {
        font-size:24px;
        line-height:24px;
        color:#BF2E1A;
        font-family:'HelveticaNeueW01-57Cn';
        padding:5px 10px;
      }
        #quicktabs-wwhc_news_contact_us ul.quicktabs-tabs li.active a {
          /*border-top:5px solid #BF2E1A;*/
          border-left:5px solid #BF2E1A;
          border-right:5px solid #BF2E1A;
          /*border-bottom:5px solid #FFFFFF;*/
          background:#BF2E1A;
          color:#FFF;
          padding:5px;
        }
    /* --- WWHC CONTACT FORM --- */
    #block-webform-client-block-194 {
      margin:20px 0 0 0;
      padding:0 0 0 340px;
      background-image:url(../images/pngs/wwhc-contact.png);
      background-repeat:no-repeat;
      background-position:75px 0;
    }
      #webform-client-form-194 #webform-component-left, #webform-client-form-194 #webform-component-right {
        float:left;
        width:255px;
        padding:0 10px 0 0;
      }
      #webform-client-form-194 label {
        color: #5F6062;
        font-family: 'Linotype Univers W01 Cn','Arial Narrow',"Helvetica Neue",helvetica,arial;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
      }
        #edit-submitted-left-first-name, #edit-submitted-left-last-name, #edit-submitted-left-email, #edit-submitted-left-phone-number, #edit-submitted-right-company-affiliation {
          background-color: #EDEDED;
          border: 1px solid #CCCCCC;
          height: 25px;
          width: 250px;
          margin: 0 0 10px 0;
        }
        #edit-submitted-right-question-or-comment {
          background-color: #EDEDED;
          border: 1px solid #CCCCCC;
          margin:0 0 10px 0;
          width:250px;
          height:85px; 
        }
    #edit-submitted-right-how-did-you-hear-about-the-council {
      background-color: #EDEDED;
      /*background-image:url(../images/pngs/select-dropdown.png);*/
      background-position: 0 0;
      background-repeat: no-repeat;
      border: 1px solid #CCCCCC;
      cursor: pointer;
      height:25px;
      width:250px;
    }
    #webform-client-form-194 #edit-submit {
      background-color: transparent;
      background-image: url("../images/pngs/btn-submit.png");
      background-position: 0 0;
      background-repeat: no-repeat;
      border: medium none;
      cursor: pointer;
      float: left;
      clear:both;
      font-size: 0;
      height: 41px;
      margin: 0 20px 0 0;
      text-indent: -9999em;
      width: 127px;
    }
  #webform-client-form-194 #edit-submit:hover {
    opacity:0.8;
  }

 /* --- WWHC NEWS & EVENTS BLOCK --- */
    .view-news-block .views-row {
      width: auto;
      height:100px;
      background-image:url(../images/pngs/news-date-bkg.png);
      background-repeat:no-repeat;
      background-position: 10px 15px;
      border-bottom:1px solid #ececec;
      position:relative;
    }
      #block-views-news_block-block_5  .content {
        height:287px;
        overflow-y:auto;
        position:relative;
      }
      #block-views-news_block-block_5 .view-news-block .views-row {
        width:430px;
        margin:0 0 0 55px;
        float:left;
      }
.view-news-block .views-row .views-field-field-date-1, .view-news-block .views-row .views-field-field-date {
  width: 45px;
  color: #fff;
  text-align:center;
}
.view-news-block .views-row .views-field-field-date-1 {
  padding: 0 20px 0 12px;
  font-family: 'HelveticaNeueW01-57Cn','Arial Narrow',"Helvetica Neue", helvetica, arial;
  font-size: 24px;
  position:absolute;
  top: 40px;  
  left: 0;
}
.view-news-block .views-row .views-field-field-date {
  padding: 0 20px 0 12px;
  font-family:'HelveticaNeueW01-77BdCn 692722';
  font-size: 17px;
  position: absolute;
  top: 20px;
  left: 0;
}
.view-news-block .views-row .views-field-title, .view-news-block .views-row .views-field-view-node, .view-news-block .views-row .views-field-field-news-link {
  width: 355px;
  float:right;
  font-family:'HelveticaNeueW01-77BdCn 692722';
  line-height: 16px;
  font-size: 16px;
}
  .view-news-block .views-row .views-field-field-news-file {
    width:355px;
    float:right;
    line-height:16px;
  }
.view-news-block .views-row .views-field-title {
  padding: 15px 0 0 0;
  color: #666;
}
.view-news-block .views-row .views-field-view-node a,  .view-news-block .views-row .views-field-field-news-link a {
  text-transform:uppercase;
  height: 14px;
  font-size:14px;
  background-image:url(../images/pngs/arrows-666.png);
  background-repeat:no-repeat;
  background-position:right 2px;
  padding: 0 20px 0 0;
  line-height:14px;
  display:inline-block;
  color:#666;
}
  .view-news-block .views-row .views-field-field-news-file a {

  }
.view-news-block .views-row .views-field-field-news-link a:hover, .view-news-block .views-row .views-field-field-news-file a:hover {
  background-position: right -13px;
  color:#007DB1;
}

.view-news-block .views-row .views-field-field-news-file img { 
}
  /* --- CLINICAL SYSTEMS INNOVATION COLLABORATIVE --- */
  .field-name-field-title-image p.title-csic {
    font-size:26px;
    text-transform:uppercase;
    font-family:'Linotype Univers W01 Cn';
    color:#BF2E1A;
  }
    .field-name-field-title-image p.title-csic span {
      font-size:53px;
      line-height:50px;
    }
  #block-views-executive_committee-block_1 {
    margin:30px 0;
  }
    #block-views-executive_committee-block_1 .content {
      border-top:5px solid #BF2E1A;
      padding:15px 0 0 0;
    }
  /* --- AFFILIATES & COLLABORATORS --- */
  .field-name-field-title-image p.title-ac {
    font-size:28px;
    text-transform:uppercase;
    font-family:'Linotype Univers W01 Cn';
    color:#BF2E1A;
  }
   #block-views-affiliates_partners-block_1 {
    height:475px;
  }

  .view-affiliates-partners {
    border-top: 5px solid #CCC;
    padding: 30px 0 0 20px;
    position:relative;
    margin:20px 0 0 0;
  }

.view-affiliates-partners .views-row {
  width: 458px;
  height:91px;
  background-image:url(../images/pngs/affiliate-bkg.png);
  float: left;
  margin: 0 0 20px 0;
}

.view-affiliates-partners .views-row-odd {
  margin-right: 20px; 
}
.view-affiliates-partners .views-row .views-field-title {
  width: 375px;
  height:auto;
  text-align:center;
  font-size: 20px;
  text-transform:uppercase;
  color: #007db1; 
  margin:0 auto;
  line-height:22px;
  padding: 0 0 0 0;
  font-family:'HelveticaNeueW01-77BdCn 692722';
}


.view-affiliates-partners .views-row .views-field-nothing {
  width: 458px; 
  text-align: right;
}

.view-affiliates-partners .views-row .views-field-nothing .btn-more{
  width: 16px;
  height:15px;
  background-image:url(../images/pngs/more-info-round.png);
  background-position:0 0;
  display:inline-block;
  text-indent:-9999em;
  line-height:none;
  font-size:0;
  margin: 5px 5px 0 0;
  
}

.view-affiliates-partners .views-row .views-field-nothing .btn-more:hover{
  background-position:0 -16px;
}

.view-affiliates-partners .views-row .views-field-body {
  width: 603px;
  height: 385px;
  padding:30px 20px 60px 355px;
  border: 1px solid #cccccc;
  border-top: none;
  background-color: #fff;
  background-image: url(../images/pngs/bio-pop-bkg.png);
  background-repeat:no-repeat;
  background-position:320px 31px;
  position: absolute;
  top: 0;
  left: 0;
  z-index:200;
  
}

.view-affiliates-partners .views-row .views-field-field-partner-image {
  position: absolute;
  top: 30px;
  left: 15px;
  z-index:201;
} 
.view-affiliates-partners .views-row .views-field-field-bio-image img{
  border: 1px solid #ccc;
}

.view-affiliates-partners .views-row .views-field-field-degree-1 + .views-field-title-1 {
  top: 304px;
}

.view-affiliates-partners .views-row .views-field-nothing-1 .btn-close{
  position: absolute;
  top: 464px;
  left: 490px;
  z-index:205;
  width: 25px;
  height: 23px;
  background-image:url('../images/pngs/close-box-round.png');
  background-repeat:no-repeat;
  background-position:0 0;
  text-indent:-9999em;
  font-size: 0;
  line-height: none;
  cursor:pointer;
}

.view-affiliates-partners .views-row .views-field-nothing-1 .btn-close:hover{
  background-position: 0 -24px;
}
.view-affiliates-partners .views-row .views-field-body p {
  margin-left:0 !important;
  line-height:16px;
}
/* ------------------------------- NEWS & EVENTS --------------------------------------- */
  #block-views-news_block-block_2 .content {
    height:395px;
    overflow:auto;
    position:relative;
  }
/* QUICKTABS */
#block-quicktabs-initiative_twitter_news {
  width: 435px;
  height: auto;
  float: right;
  margin: 50px 0 20px 45px;
  position:relative;
}
#quicktabs-initiative_twitter_news ul.quicktabs-tabs {
  width: 435px;
  height:37px;
  margin: 0 !important;
  position:absolute;
  border-bottom: 5px solid #BF2E1A;
  right: 0;
  top: -12px;
  z-index:300;
}
#quicktabs-initiative_twitter_news ul.quicktabs-tabs li {
  height:42px;
  width:43px;
  float: right;
  padding:0;
  margin:0;
}
#quicktabs-initiative_twitter_news ul.quicktabs-tabs li a {
  display: block;
  height: 42px;
  width: 43px;
  text-indent: -9999em;
  position: absolute;
  background-repeat: no-repeat;
}
 a#quicktabs-tab-initiative_twitter_news-1 {
  background: url("../images/jpgs/btn-homepage-tabs.jpg") no-repeat scroll -43px -42px transparent;
}
 li.active a#quicktabs-tab-initiative_twitter_news-1 {
  background: url("../images/jpgs/btn-homepage-tabs.jpg") no-repeat scroll 0 -42px transparent;
}
 a#quicktabs-tab-initiative_twitter_news-0 {
  background: url("../images/jpgs/btn-homepage-tabs.jpg") no-repeat scroll -43px 0 transparent;
}
 li.active a#quicktabs-tab-initiative_twitter_news-0 {
  background: url("../images/jpgs/btn-homepage-tabs.jpg") no-repeat scroll 0 0 transparent;
}
  #block-block-25 {
    clear:both;
    float:right;
    width:175px;
  }
    #block-block-25 p {margin:0;}
    #block-block-25 a.news-more {
      background-image: url("../images/pngs/more-info-round.png");
      background-position: right 0px;
      background-repeat: no-repeat;
      display: block;
      float: right;
      font-family: 'HelveticaNeueW01-57Cn','Arial Narrow',Arial,sans-serif;
      font-size: 16px;
      height: 16px;
      width:auto;
      margin: 10px 0 0;
      padding: 0 20px 0 0;
      text-transform: uppercase;
    }
      #block-block-25 a.news-more:hover {
        background-position: right -16px;
      }
  /* ------ FEATURED EVENT BLOCK ---- */
#block-views-feat_events-block_2 {
  float:left;
  width:480px;
  margin:50px 0 0 0;
}

#block-views-feat_events-block_2 .views-field-body {
  display: block !important;
}
#block-views-feat_events-block_2 .content {
  border-top: 5px solid #BF2E1A;
  /*border-bottom: 1px solid #CCC;*/
    height: 380px;
    padding: 5px 0 15px;
    width: 480px; 
    overflow-y: auto;
    overflow-x:hidden;
    position:relative;
}

.view-feat-events .views-field-field-event-image  {
  display: block;
  float: left;
  height: auto;
  width: 375px;
  margin-right: 25px;
  margin-bottom: 10px;
  margin-left: 45px;
}

.view-feat-events  .views-field-body .field-content h3 {
  margin: 10px !important;
  position: relative;
  float: left;
}

.view-feat-events .views-field-body .field-content h3 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.view-feat-events .views-field-body .field-content p {
  margin-left: 10px;
  line-height: 22px;
  float:left;
  clear:left;
  width:94%;
} 
/* ---------------------------------- CONTACT US -------------------------------------------- */

#block-webform-client-block-44 {
 /* background:url(../images/pngs/contact-west.png);
  background-repeat:no-repeat;
  background-position:540px 0; */
}
#webform-client-form-44 {
  width: 450px;
  height: 380px;
  overflow: hidden;
  padding:30px 20px;
  background-color:#007db1;
  
}
#webform-client-form-44 .form-item {
  width: auto;
  height: auto;
  clear:both; 
  padding: 0 0 15px 0;
}
#webform-client-form-44 label {
  width: 115px;
  height:auto;
  display:block;
  float:left;
  text-align:right;
  color: #fff;
  text-transform:uppercase;
  font-size:20px;
  font-family:'Linotype Univers W01 Cn';
  font-weight:normal;
  padding: 0 15px 0 0;
}
#webform-client-form-44 label span {
  display: none;  
}

#webform-client-form-44 .form-text{
  width:278px;
  height: 20px;
  border: none;
  margin: 0;
  font-family:'Founders Caslon W01 Pst';
  color:#999999;
  font-size:20px;
  padding:11px;
}
#webform-client-form-44 textarea {
  width: 300px;
  height:135px;
  font-family:'Founders Caslon W01 Pst';
  color:#999999;
  font-size:20px;
  padding: 11px;
  border: none;
  overflow:hidden;
  float:left; 
}
/*IE hacks yay*/
@media \0screen {
  #webform-client-form-44 textarea {

  padding: 0px;
  
}
}

*+html #webform-client-form-44 textarea {
  padding: 0px;
}

#webform-client-form-44 #webform-component-confidential-statement {
  color: #FFFFFF;
    padding: 15px 0 0;
}

#webform-client-form-44 #edit-submit {
  width: 127px;
  height:41px;
  background-image:url(../images/pngs/btn-submit.png);
  background-repeat:no-repeat;
  background-position: 0 0;
  background-color:transparent;
  line-height:none;
  border: none;
  font-size:0;
  text-indent:-9999em;  
  float: right;
  margin: 0 20px 0 0;
  cursor:pointer;
}

#webform-client-form-44 #edit-submit:hover {
  opacity:.8;
  filter:alpha(opacity=80); /* For IE8 and earlier */
}

.node-type-contact-us .field-name-body {
  width: 490px;
  height:auto;
  text-align:center;
}

.node-type-contact-us  #phone, .node-type-contact-us  #email, .node-type-contact-us  #address, .node-type-contact-us  #orgName {
  color: #5f6062;
  text-transform: uppercase;
  font-family:'Linotype Univers W01 Cn';
  font-size:17px;
  line-height:18px;
  padding-top:20px;
  letter-spacing:normal;
}

.node-type-contact-us  #phone {
  float: right;  
}

.node-type-contact-us  #email {
  float: right; 
}

.node-type-contact-us  #address {
  clear: both;
  text-align:right;
}

.node-type-contact-us #orgName{
float: left;
color: #007db1 !important;
}
/* -------------------------------- CAREERS PAGE -------------------------------------- */
.node-type-careers-pages .group_body {
  margin:30px 0;
  height:160px;
}
.node-type-careers-pages .field-name-field-title-image {
	padding:30px 0px 50px 40px;
	background-image:url(../images/pngs/bg-content-divider.png);
	background-repeat:no-repeat;
	background-position:right 0;
	font-size:32px;
	text-transform:uppercase;
	color:#007DB1;
	width:275px;
	float:left;
	width:260px;
}
.field-name-field-title-image span.careers {
	font-family:'Linotype Univers W01 Cn';
	line-height:32px;
}
.field-name-field-title-image span.mission {
	font-family:'LinotypeUniversW01-Bold 723691';
	line-height:32px;
	font-weight:bold;
}
.node-type-careers-pages .field-name-body {
	float:left;
	width:610px;
	margin:10px 0 0 40px;
}
.node-type-careers-pages .field-name-body h3 {
	padding:0 0 15px 0;
}
/* Updated Careers Page Styles ------------------ */
/* ---------------------------------------------- */
.node-type-careers-pages #node-27 .node-inner .group_body {
  margin:0;
  height:auto;
}
#node-27 .node-inner .field-name-field-embed-video-or-image .field-item > p {
	display: block;
	overflow: hidden;
	position: relative;
	width: 570px;
	height: 395px;
}
#node-27 .node-inner .field-name-field-embed-video-or-image .field-item > p img {
	width: auto;
	height: 395px;
	position: absolute;
	left: -150px;
}
.node-type-careers-pages #node-27 .node-inner .field-name-field-title-image {
	padding:0;
	background-image:none;
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:30px;
	text-transform:uppercase;
	color:#007DB1;
	width:340px;
	float:left;
}
.node-type-careers-pages #node-27 .node-inner .field-name-body {
	float:left;
	width:340px;
	margin:0;
}
.node-type-careers-pages #node-27 .node-inner .field-name-body h3 {
	padding:0;
}

/* -------------------------------------- CULTURE/PEOPLE/CHARGE QUICKTABS */
#block-quicktabs-careers_quicktabs {
	width:378px;
	float:right;
	padding:26px 0 0 20px;
}
  
#quicktabs-careers_quicktabs ul.quicktabs-tabs {
	border-bottom:5px solid #BF2E1A;
	margin:0;
	padding:0 0 30px 0;
	width:100%;
}
#quicktabs-careers_quicktabs ul.quicktabs-tabs li {
	margin:0;
	width:32% !important;
	float:left;
	font-size:24px;
	line-height:24px;
}
	
#quicktabs-careers_quicktabs ul.quicktabs-tabs li.first {margin:0 1% 0 0;}
#quicktabs-careers_quicktabs ul.quicktabs-tabs li.last {margin:0 0 0 1%;}
#quicktabs-careers_quicktabs ul.quicktabs-tabs li a {
	color:#BF2E1A;
	font-family:'HelveticaNeueW01-57Cn';
	padding:5px;
}

#quicktabs-careers_quicktabs ul.quicktabs-tabs li.active a {
	background:#BF2E1A;
	color:#FFF;
}
#quicktabs-container-careers_quicktabs {
	padding:20px 0 0 0;
}

/* Careers : New Bottom Area ------- */
/* Careers Iframe Block */
.node-type-careers-pages #block-block-26 {
	width:100%;
	float:left;
	padding:21px 0 0 0;
}
.node-type-careers-pages #block-block-26 .content {
	padding:20px 0 0 0;
	border-top:5px solid #BF2E1A;
	background-color:#f7f7f7;
}
.node-type-careers-pages #block-block-26 form {
	overflow-x:auto !important;
}
/* Our Culture Block */
.node-type-careers-pages #block-block-27 {
	width: 58%;
	float: left;
	padding: 21px 0 0 0;
	margin-right: 29px;
}
.node-type-careers-pages #block-block-27 .content {
	padding:20px 0 0 0;
	border-top:5px solid #BF2E1A;
}
/* Our Values Block */
.node-type-careers-pages #block-block-33 {
	width:39%;
	float:left;
	padding:21px 0 0 0;
}
.node-type-careers-pages #block-block-33 .content {
	padding:20px 0 0 0;
	border-top:5px solid #BF2E1A;
}

/* --- CHROME UL WIDTH HACK --- */
  @media screen and (-webkit-min-device-pixel-ratio:0) { #quicktabs-careers_quicktabs ul.quicktabs-tabs{padding: 0 2px 30px 0;} }
  /* IE 7/8/9 UL WIDTH & FONT HACK */
  #quicktabs-careers_quicktabs ul.quicktabs-tabs {padding: 0 0px 30px 0\0/;} /* IE 9 */
  #quicktabs-careers_quicktabs ul.quicktabs-tabs li {font-size:24px\0/;} /* IE 9 & 8 */
  #quicktabs-careers_quicktabs ul.quicktabs-tabs li {*font-size:23px;} /* IE 7 */
  #quicktabs-careers_quicktabs ul.quicktabs-tabs {padding: 0 0 29px 0\9;} /* IE 8 */
  #quicktabs-careers_quicktabs ul.quicktabs-tabs {*padding: 0 0 0 0;} /* IE 7 */
  #quicktabs-careers_quicktabs ul.quicktabs-tabs li {*padding: 5px 1px 0 1px;} /* --IE 7 & END IE HACKS */
  /* -------------------------------------------- LIFE AT WEST SLIDESHOW */
  #block-views-life_at_west_slideshow-block {
    clear:both;
  }
    #block-views-life_at_west_slideshow-block .content {
      border-top:5px solid #BF2E1A;
      padding:20px 0 0 0;
    }
    #views_slideshow_cycle_main_life_at_west_slideshow-block {
      padding:0 0 0 40px;
    }
    .view-life-at-west-slideshow .views-row {
      width:210px;
      padding:0 10px;
      float:left;
    }
      .view-life-at-west-slideshow .views-row-first {
        padding-left:0;
      }
      .view-life-at-west-slideshow .views-row-last {
        padding-right:0;
      }
    /* ------------- SLIDESHOW CONTROLS */
    .view-life-at-west-slideshow .views-slideshow-controls-top {
      position:absolute;
      top:95px;
      width:100%;
    }
      #views_slideshow_controls_text_previous_life_at_west_slideshow-block {
        float:left;
      }
        #views_slideshow_controls_text_previous_life_at_west_slideshow-block a {
          background-image: url("../images/pngs/btn-slider-previous.png");
          background-position: 0 0;
          background-repeat: no-repeat;
          display:block;
          height:31px;
          width:31px;
          text-indent:-9999px;
          overflow:hidden;
        }
          #views_slideshow_controls_text_previous_life_at_west_slideshow-block a:hover {
            background-position:0 -31px;
          }
      #views_slideshow_controls_text_pause_life_at_west_slideshow-block {
        display:none;
      }
      #views_slideshow_controls_text_next_life_at_west_slideshow-block {
        float:right;
      }
        #views_slideshow_controls_text_next_life_at_west_slideshow-block a {
          background-image: url("../images/pngs/btn-slider-next.png");
          background-position: 0 0;
          background-repeat: no-repeat;
          display:block;
          height:31px;
          width:31px;
          text-indent:-9999px;
          overflow:hidden;
        }
          #views_slideshow_controls_text_next_life_at_west_slideshow-block a:hover {
            background-position:0 -31px;
          }
/* ----- THEME KEY DUPLICATE MENU HIDES ---------- */
#block-menu-menu-institute-menu, #block-menu-menu-policy-menu, #block-menu-menu-incubator-menu, #block-menu-menu-investment-menu {
  display:none;
}
#block-menu_block-2, #block-menu_block-3, #block-menu_block-4, #block-menu_block-5 {
  display:none;
}
/* ------------- NEWS DETAIL PAGES STYLING ---------------- */
.back-button {
  display:block;
  margin:50px 0 0 0;
  width:240px;
  float:left;
}
  .back-button a {
    text-transform: uppercase;
    font-family:'HelveticaNeueW01-57Cn';
    font-size:18px;
    line-height:18px;
    display:block;
    height:15px;
    width:200px;
    background-image:url(../images/pngs/arrows-777.png);
    background-repeat:no-repeat;
    background-position:0 3px;
    padding:0 0 0 15px;
  }
    .back-button a:hover {
      background-position:0 -12px;
    }
.node-type-news #block-system-main .node-inner .content {
  float:left;
  width:685px;
  padding:0 0 0 40px;
  border-left: 5px solid #CCC;
}

/* ------------------------------------------- NEWS ARCHIVE LISTING PAGE */
#block-views-58d04d1e47fa7b2f4707891ad555ae4b {
  width:660px;
  float:left;
  padding:0 55px 0 0;
  background-image:url(../images/pngs/news-archive-bkg.png);
  background-repeat:no-repeat;
  background-position:right 10px;
}
  #block-views-58d04d1e47fa7b2f4707891ad555ae4b .content {
    border-top:5px solid #BF2E1A;
    padding:0 0 0 0;
  }
  .view-initiative-news-full-paged .view-filters {
    position:absolute;
    top:-3px;
    right:50px;
  }
    #edit-field-date-value-wrapper {
      width:210px;
    }
      #edit-field-date-value-wrapper label {
        float:left;
        font-size:20px;
        color:#BF2E1A;
        font-family:'Linotype Univers W01 Cn';
        padding:0 10px 0 0;
      }
      #edit-field-date-value-wrapper .views-widget {
        float:left;
        width:30px;
      }
      #edit-field-date-value-value-wrapper select {
        margin:2px 0 0 0;
      }
.view-initiative-news-full-paged .views-row {
  padding:18px 0;
  border-bottom:1px solid #CCC;
}
  .view-initiative-news-full-paged .views-field-field-date {
    font-size:14px;
    color:#666;
    font-family:'HelveticaNeueW01-77BdCn 692722';
  }
  .view-initiative-news-full-paged .views-field-title {
    font-size:16px;
    color:#007DB1;
    font-family:'HelveticaNeueW01-77BdCn 692722';
    padding:2px 0;
  }
  .view-initiative-news-full-paged .views-field-field-news-link {
    font-size:14px;
    color:#666;
    font-family:'HelveticaNeueW01-77BdCn 692722';
    text-transform:uppercase;
    background-image:url(../images/pngs/arrows-666.png);
    background-repeat:no-repeat;
    background-position:right 4px;
    width:85px;
  }

    .view-initiative-news-full-paged .views-field-field-news-link:hover {
      background-position:right -11px;
    }
  /* ----------------- BOTTOM CONTROLS PAGER */
  .view-initiative-news-full-paged .item-list ul.pager {
    margin:15px 0 0 0 !important;
    width:100%;
  }
  .view-initiative-news-full-paged li.pager-last, .view-initiative-news-full-paged li.pager-first {display:none;}
  .view-initiative-news-full-paged li.pager-next a {
    display:inline-block;
    width:16px;
    height:16px;
    background-image:url(../images/pngs/page-next.png);
    background-repeat:no-repeat;
    background-position:0 0;
    text-indent:-9999px;
    overflow:hidden;
  }
    .view-initiative-news-full-paged li.pager-next a:hover {
      opacity:0.7;
    }
  .view-initiative-news-full-paged li.pager-previous a {
    display:inline-block;
    width:16px;
    height:16px;
    background-image:url(../images/pngs/page-prev.png);
    background-repeat:no-repeat;
    background-position:0 0;
    text-indent:-9999px;
    overflow:hidden;
  }
    .view-initiative-news-full-paged li.pager-previous a:hover {
      opacity:0.7;
    }
  /* ---------------- TWITTER BLOCK ON NEWS ARCHIVE PAGE */
  #block-block-29 {
    float:left;
    padding:0 0 0 25px;
  }
    #block-block-29 .content {
      border-top:5px solid #BF2E1A;
      padding:10px 0 0 0;
    }

/* ------------------------------------------- INTERNET EXPLORER 7/8/9 HACKS */
p {
  *margin:0 0 14px 0;
}
.view-affiliates-partners .views-row-4 .views-field-title {
  padding:0\9;
  position:relative;
  top:-10px\9;
}
/* --------------------------------------------------------- 404 ERROR PAGE */
.page-node-453 .breadcrumb {
  display:none;
}
.page-node-453 .field-name-field-title-image {
  text-align:center;
  margin:30px 0 15px 0;
}
#block-views-west_wire-block li.node-readmore.first.last a, li.node-readmore.first a {
  float: left;
  color:white;
  background-color: steelblue;
  padding: 5px 16px;
  border-radius: 3px;
}

.page-node-695 .node-inner .back-button {
  display:none;
}

.page-node-695 .node-inner {
  clear: both;
}

.page-node-695 .sharethis-buttons {
  display: none;
}
.page-node-695 .node-inner img {
float: left;
padding-right: 22px;
margin-bottom: 22px;
}

#block-menu-menu-initiative-menu {
/*margin: 0 0 0 70px;*/
margin: 0 0 0 9px;
}

/*.node-type-blog-post #block-system-main .node-inner .content {
  float:left;
  width:685px;
  padding:0 0 0 40px;
  border-left: 5px solid #CCC;
}*/

/* New Custom Styles ------------------------ */
/* ------------------------------------------ */
#block-views-3_column_bottom_area-block {
	margin-top:21px;
}
#block-views-3_column_bottom_area-block img {
	max-width:100%
}
#block-views-3_column_bottom_area-block .block-inner > .content {
	border-top: solid 5px #BF2E1A;
}
#node-971 .node-inner > h2:first-child {
	display:none;
}
#node-971 .node-inner .content {
	padding: 20px 0 0;
	overflow:hidden;
}
#node-971 .node-inner .content .field-name-field-embed-video-or-image,
#node-971 .node-inner .content .field-group-div {
	float:left;
}
#node-971 .node-inner .content .field-name-field-embed-video-or-image {
	width:33%;
}
#node-971 .node-inner .content .field-group-div {
	width:67%;
	overflow:hidden;
}
#node-971 .node-inner .content .field-name-field-embed-video-or-image .field-items {
	padding-right: 10px;
}
#node-971 .node-inner .content .field-group-div .field-name-field-title-image {
	float:left;
	width:50%;
}
#node-971 .node-inner .content .field-group-div .field-name-body {
	float:left;
	width:50%;
}
#node-971 .node-inner .content .field-group-div .field-name-field-title-image .field-items {
	padding:0 10px;
}
#node-971 .node-inner .content .field-group-div .field-name-body .field-items {
	padding-left:10px;
}