/* style.css */

/* 
fka gold:
#fd7a2b
new hover gold:
#e47911
*/

body {
    background-image: url(../img/stripe-not-front-110.png);
    background-repeat: repeat-x;
    background-color: #fff;
}
body.front {
    background-image: url(../img/stripe-front-110.png);
}
body.logged-in {
  background-image: none;
}


header#navbar {
  background: transparent;
  border: 0px solid #000;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

header#navbar #navbar-collapse {
  padding: 0;
}


.lm-site-name {
  float: left;
  background-color: #ec2f33;
}

.lm-site-name a.navbar-brand {
  background-image: url('../img/logo-white-bg.png');
  background-position: right center;
  text-indent: -9999px;
  margin: 0 !important;
}

.lm-site-slogan {
  float: left;
  background: #ec2f33; /* red */
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

.region-header {
  position: relative;
}


/* get help menu item */
#block-block-24 {
  position: absolute;
  right: 202px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
}

#block-block-24 a.get-help {
  font-size: 14px;
  padding: 18px 0 0 0;
  margin: 0;
  color: #ffffff;
  background-image: url(../img/help-button.png);
  width: 218px;
  height: 56px;
  text-align: center;
  display: block;
}
#block-block-24 a.get-help:hover,
#block-block-24 a.get-help:focus {
    color: #fde583;
    text-decoration: none;
}

/* programs menu */
aside.col-sm-3 {
  position: absolute;
  right: 0;
  height: 100%;
  background-image: url('../img/programs-menu-bkg-6500.png');
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  padding: 0;
}

#block-superfish-2 {
  float: right;
  padding: 4px 0 0 40px;
}

#block-superfish-2 h2.block-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding: 17px 0;
  background-color: #f0f1f1;
  margin: 0;
}

#block-superfish-2 .sf-menu.sf-style-default li {
  background: transparent;
  border-top: 5px solid #ec2f33;
}
#block-superfish-2 .sf-menu.sf-style-default li:last-child {
  border-bottom: 5px solid #ec2f33;
}

#block-superfish-2 .sf-menu.sf-style-default li a {
  border: 0px solid #000;
  padding: 16px 0;
  color: #4e4d4d !important; /* gray */
  line-height: 1.8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

#block-menu-block-2 {
  float: right;
  width: 200px;
}
#block-menu-block-2 h2.block-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px 0;
  background-color: #f0f1f1;
  margin: 0;
}
#block-menu-block-2 li {
  background: transparent;
  border-top: 5px solid #ec2f33;
}

/* the last link needs to be treated differently.
 * originally just needed to add one last border.
 * now it is a donate button with very different treatment.

#block-menu-block-2 ul li:last-child {
  border-bottom: 5px solid #ec2f33;
}
#block-menu-block-2 ul ul li:last-child {
  border-bottom: none;
}
*/

#block-menu-block-2 ul li.menu-mlid-2044 a {
  text-align: center;
  background-color: rgba(241,241,241,.5);
  margin-top: 25px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  width: 100%;
  border: 1px solid #ec2f33;
  color: #ec2f33 !important;
}
#block-menu-block-2 ul li.menu-mlid-2044 a:hover {
  border: 1px solid #e47911;
  color: #e47911 !important;
  background-color: transparent;
  background-color: rgba(255,255,255,.5);
}
body.page-civicrm #block-menu-block-2 ul li.menu-mlid-2044 a{
  display: none;
}
#civicrm-footer {
  display: none;
}
#crm-container {
  padding: 24px 0 48px 0;
}
#crm-container #printer-friendly {
  display: none;
}
#block-menu-block-2 li a {
  border: 0px solid #000;
  padding: 16px 0;
  color: #4e4d4d !important; 
  line-height: 1.8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

#block-menu-block-2 li a:hover {
  color: #e47911 !important; 
}
#block-menu-block-2 li li {
  border-top: none;
}
#block-menu-block-2 li li a {
  padding: 8px 0 8px 16px;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
#block-menu-block-2 li ul {
  margin: -8px 0 8px 0;
}
#block-menu-block-2 li li:first-child a {
}
#block-menu-block-2 li li:last-child a {
}



.col-sm-3 {
    z-index: 1;
}
.col-sm-9 {
  z-index: 2;
  padding: 0 0 0 5%;
  min-height: 555px;
  margin: 100px 0 0 0;
  width: 74%;
}
.front .col-sm-9 {
  margin: 0;
}

/* footer */
footer.footer {
  background: #ec2f33;
  padding-top: 0;
  padding-bottom: 0;
  width: 100% !important;
  z-index: 1;
  position: absolute;
  margin: 0;
  padding: 0 0 0 5%;
}

footer.footer .region-footer {
  width: 100%;
  margin: 0px auto;
  float: none;
}

footer.footer a {
  color: #fde583; /* yellow */
}
footer.footer a:hover {
  color: #ffd837;
  text-decoration: none;
}

footer.footer div.footer-tri-column-wrapper {
  float: left;
  width: 33%;
  height: 222px;
}

footer.footer div.footer-tri-column-wrapper:before {
}

footer.footer ul {
  list-style: none;
  padding: 30px 0 0 0;
  margin: 0;
  color: #fff;
}

footer.footer ul li {
  line-height: 1.8;
}

/* footer.footer ul li a {
  line-height: 1.8;
} */

footer.footer div.footer-right-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px 0 0 10%;
  background-image: url(../img/footer.png);
  background-position: left center;
  height: 222px;
  background-size: cover;
}

footer.footer .footer-right-wrapper p {
  
}

footer.footer .footer-right-wrapper ul {
  padding: 0;
}


.container {
  width: auto !important;
}

/* styling for fields not otherwise styled and for fields with labels */
body {
  font-size: 21px;
}
.field .field-label {
    font-weight: normal;
    margin-right: 3px;
}
.field-label-above,
.field-label-inline {
  margin: 16px 0;
}
.field-type-entityreference.field-label-inline .field-item {
  display: inline-block;
}
.field-type-entityreference.field-label-inline .field-item:after {
  content: "|";
  padding: 0 5px;
}
.field-type-entityreference.field-label-inline .field-item:last-child:after {
  content: "";
  padding: 0;
}
/* if body now has a font size need and exception for navs */
.block-superfish {
  font-size: 14px;
}

/* sharethis */
.stButton .stLarge {
  background-image: url(../img/sharethis-64.png) !important;
  opacity: 0.5;
  height: 20px !important;
  width: 20px !important;
  margin: 40px 0 80px 0;
  background-position: 0 !important;
}
.stButton .stLarge:after {
  content: 'Share';
  font-size: 18px;
  text-transform: uppercase;
  margin: 2px 0 0 28px;
  display: inline-block;
}
/* style amicus brief descritption similar to h3 */
.node-legal-cases .field-name-field-description p {
    font-size: 34px;
    font-weight: 200;
    line-height: 1.4;
    margin: 24px 0 24px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 18px;
    width: 98%;
    clear: both;
}
/* style resource kit download link similar to bold button */
.field-type-file span.file a {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.0;
    padding: 12px 24px;
    margin: 0 0 36px 0;
    border: 1px solid #d3984c;
    color: #d3984c;
    display: inline-block;
    font-size: 20px;
}
.field-type-file span.file a:hover {
    color: #ee2c29;
    text-decoration: none;
    border-color: #ee2c29;
}
.field-type-file span.file img,
.field-type-file span.file span.file-size{
  display: none;
}

/* moved from article.style */


.breadcrumb {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 35px; /*****/
}
.breadcrumb li {
    display: block;
}
.breadcrumb li:nth-child(1){
    display: block;
}
.breadcrumb li:nth-child(1) a {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4d4d4d;
}
.breadcrumb li:nth-child(1) a:focus,
.breadcrumb li:nth-child(1) a:hover {
    text-decoration: none;
    color: #c57c1e;
    color: #e47911;
}
.breadcrumb li:nth-child(2) a {
    font-size: 23px;
    font-weight: 700;
    color: #ec2f33;
    letter-spacing: 1.5px;
    display: block;
    margin: 0px 0 0 0;
}
.breadcrumb li:nth-child(3) a {
    font-size: 30px;
    font-weight: 300;
    color: #4d4d4d;
    letter-spacing: 1.5px;
    display: block;
    margin: 1px 0 0 0;
}
.breadcrumb li:nth-child(3) a:focus,
.breadcrumb li:nth-child(3) a:hover,
.breadcrumb li:nth-child(2) a:focus,
.breadcrumb li:nth-child(2) a:hover {
    text-decoration: none;
    color: #c57c1e;
    color: #e47911;
}
.breadcrumb > li:before {
    content: "" !important;
    padding: 0 !important;
}
.page-header {
    padding: 0px;
    /* 48px margin moved from below breadcrumb to above page header */
    margin: 0px 0 32px 0;
    border-bottom: none;
    font-size: 52px;
    line-height: 1.3;
    color: #4e4d4d;
}

/* 
 * top level pages have no breadcrumbs so adding extra margin to compensate 
*/
.page-node-54 h1.page-header,
.page-node-55 h1.page-header,
.page-node-17 h1.page-header,
.page-node-1553 h1.page-header,
.page-node-53 h1.page-header {
    /*
    margin: 100px 0 24px 0;
    */
}
/* 
 * program pages get a fancy red ribbon style for h1
 * and remove breadcrumbs plus extra margin to compensate 
*/
.page-node-1560 h1.page-header,
.page-node-1405 h1.page-header,
.page-node-1562 h1.page-header,
.page-node-1561 h1.page-header,
.page-node-73 h1.page-header {
    margin: 0px 0 38px -20%;
    font-size: 38px;
    line-height: 1.2;
    padding: 12px 50px 13px 20%;
    width: auto;
    background-color: #ec2f33;
    position: relative;
    clear: both;
    color: #ffffff;
    display: inline-block;
}
.page-node-1560 h1.page-header::after,
.page-node-1405 h1.page-header::after,
.page-node-1562 h1.page-header::after,
.page-node-1561 h1.page-header::after,
.page-node-73 h1.page-header::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 71px 25px 0 0;
    border-color: #ec2f33 transparent transparent transparent;
}
.page-node-1560 ol.breadcrumb,
.page-node-1405 ol.breadcrumb,
.page-node-1562 ol.breadcrumb,
.page-node-1561 ol.breadcrumb,
.page-node-73 ol.breadcrumb {
    display: none;
}





article#node-1570 ul {
  list-style: none;
}
article#node-1570 li img {
  margin: 8px;
  opacity: 1;
}
article#node-1570 li a:hover img {
  opacity: 0.8;
}

/* on the smallest screens we need a differnet page header, but it should be hidden until then */
header#page-header {
  display: none;
}

/* superfish */

.sf-menu.sf-style-default li {
  background: transparent;
}

.sf-menu.sf-style-default li a {
  border: 0px solid #000;
}
.sf-menu li#menu-1960-1 {
  display: none;
}
#block-superfish-1 {
  background: #fbf1d8; /* beige */
  padding: 0 0 0 5%;
  float: left;
}
#block-superfish-1 #superfish-1 {
  background: #fbf1d8;
  margin: 0 0 0 -21px;
}
#block-superfish-1 #superfish-1 li a {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 21px;
}
#block-superfish-1 #superfish-1 li li a {
  text-transform: none;
  letter-spacing: 0px;
  line-height: 1.3;
}
#block-superfish-1 #superfish-1 > li.active-trail {
  background-color: #fde583;  
}
.sf-menu li.sfHover > ul,
.sf-menu li:hover > ul {
  top: 58px;
}

/*************************/

.sf-menu.sf-style-default li:hover,
.sf-menu.sf-style-default li.sfHover,
.sf-menu.sf-style-default a:focus,
.sf-menu.sf-style-default a:hover,
.sf-menu.sf-style-default a:active,
.sf-menu.sf-style-default span.nolink:hover {
  background-color: #fde583;
  text-decoration: none;
}
.sf-menu.sf-style-default li li {
  background: #fbf1d8;
}
.sf-menu.sf-style-default li,
.sf-menu.sf-style-default.sf-navbar {
  background: #fbf1d8;
}
.sf-menu.sf-style-default li li li {
  background: #fbf1d8;
  border-left: #fff solid 2px;
}
div.sf-accordion-toggle.sf-style-default a {
  background: #fbf1d8;
}

.field-name-field-position,
.field-name-field-date {
  margin-bottom: 18px;
}
.field-name-field-image {
  float: left;
  margin: 6px 24px 18px 0;
}
#block-menu-block-3 {
  display: none;
  /* this is the alternate menu for small screens and should be hidden otherwise */
}
#block-block-30 {
  display: none;
  /* this is the alternate donate button for small screens and should be hidden otherwise */
}

/****************************/

#crm-container pre {
  white-space: normal;
  word-break: normal;
  word-wrap: normal;
}
#crm-container.crm-public .label {
    padding-top: 6px;
    font-size: 16px;
    color: black;
    text-align: right;
    white-space: normal;
    word-break: normal;
    word-wrap: normal;
    width: 30%;
}
#crm-container.crm-public .price-field-amount {
    padding-top: 6px;
    font-size: 16px;
    color: black;
}
.crm-container .crm-section .content {
    margin-left: 30%;
}
#crm-container.crm-public .calc-value, #crm-container.crm-public .content {
    font-size: 16px;
}
.crm-container h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
    width: 98%;
    background: transparent;

}
.select2-container .select2-choice {
    height: auto;
}
.crm-container a.button, .crm-container a.button:link, .crm-container a.button:visited, .crm-container input.crm-form-submit, .crm-container .ui-dialog-buttonset .ui-button, .crm-container input[type=button], .crm-container .crm-button {
    text-shadow: none;
    background-image: none;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    margin: 0 6px 0 0;
    padding: 2px 6px;
    text-decoration: none;
    border: none;
}
.crm-container .crm-button, 
.crm-container a.button, 
.crm-container a.button:link, 
.crm-container input.crm-form-submit, 
.crm-container input[type=button] {
  background-image: none;
  background-color: #ec2f33;
  border: none;
  text-shadow: none;
  border-radius: 0;
      padding: 10px 40px;
  clear: right;
  margin-bottom: 24px;
  text-transform: uppercase;

}

.crm-container .crm-button:hover, 
.crm-container a.button:hover, 
.crm-container a.button:link:hover, 
.crm-container input.crm-form-submit:hover, 
.crm-container input[type=button]:hover {
    color: #fde583;
    background-color: #d40704;
}


.fa-check:before {
    content: "";
}
.crm-container .crm-button.crm-i-button input[type="button"], 
.crm-container .crm-button.crm-i-button input.crm-form-submit {
      padding: 10px 40px;
}
.crm-container #footer_text {
  clear: both;
}


/* fancy donation amount buttons */
#crm-container .contribution_amount-section  .price-set-row {
    display: inline-block;
}

#crm-container .contribution_amount-section .price-set-row label {
    font-size: 20px;
    color: #FFF;
    background: #ec2f33;
    padding: 10px 20px !important;
    margin-right: 10px;
    display: inline-block;
}
#crm-container .contribution_amount-section  .price-set-row .crm-price-amount-label-separator,
#crm-container .contribution_amount-section  .price-set-row .crm-price-amount-amount {
  display: none;
}
#crm-container .contribution_amount-section  .price-set-row .crm-price-amount-label {
  color: #fff;
  font-weight: normal;
}
#crm-container .contribution_amount-section  .price-set-row .highlight .crm-price-amount-label,
#crm-container .contribution_amount-section  .price-set-row .crm-price-amount-label:hover {
    color: #fde583;
}

#crm-container .contribution_amount-content {
  margin: 22px 0;
}


#crm-container .contribution_amount-section .price-set-row label:hover,
#crm-container .contribution_amount-section .price-set-row .highlight label {
    font-weight: normal;
    color: #fde583;
    background-color: #d40704;
    text-decoration: none;
}

.crm-container .contribution_amount-section input,
.crm-container .contribution_amount-section .label {
  display: none;
}
.crm-container .crm-section .contribution_amount-content {
    margin-left: 0;
}