a.scstandard-button.greenbutton {
    background-color: #00B288 !important;
    border-color: #008258 !important;
    background-image: none !important;
    -webkit-box-shadow: #00B288 1px 1px 2px !important;
    -moz-box-shadow: #00B288 1px 1px 2px !important;
    box-shadow: #00B288 1px 1px 2px !important;
}
a.scstandard-button.greenbutton:hover {
    background-color: #008258 !important;
    border-color: #005238 !important;
    background-image: none !important;
    -webkit-box-shadow: #008258 1px 1px 2px !important;
    -moz-box-shadow: #008258 1px 1px 2px !important;
    box-shadow: #008258 1px 1px 2px !important;    
}

/*This was to fix a change in AddThis. 2015.02.06 */
.field-name-sharing-code a.fa {
width: 25px !important;
}
.section-sierra .field-name-sharing-code .addthis_button_facebook, .section-sierra .field-name-sharing-code .addthis_button_twitter, .section-sierra .field-name-sharing-code .addthis_button_email {
width: 19px !important;
}
.field-name-facebook-comments, .field-name-facebook-comments-original {
clear: left;
}
/*This is for IMCE wysiwig*/
.clearAll { clear: both; }

/* google search */
.cse .gsc-control-cse, .gsc-control-cse { padding: 0;}
.gsc-control-cse table, .gsc-control-searchbox-only table { margin-top: 0; margin-bottom: 0; }
.gsc-control-cse form tbody, .gsc-control-searchbox-only form tbody { border-top: 0; border: 0; }
.cse .gsc-control-cse, .gsc-control-cse, .gsc-control-searchbox-only { padding: 0; }
.gsc-control-cse TABLE TD, .gsc-control-searchbox-only TABLE TD {
    padding: 0;
}
.gsc-control-cse TABLE TD.gsib_a {
    padding: 1px 6px 0 !important
}
.gsc-table-result {
    margin-left: 8px !important
}


/*This is a fix for jumplink spacing with fixed header*/
a[name]:before {
  display: inline-block;
  content: " ";
  margin-top: -120px;
  height: 120px;
  width:1px /* this might solve the blocking problem */
  visibility: hidden;
  pointer-events: none;
  
}  
 
