.contact-item--phone a {
    color: white;
}
.contact-item--phone a:hover {
    opacity: .80;
}
.menu-section--phone {
    line-height: 23px;
}

.donation-intro {
    font-weight: 500;
    letter-spacing: .03em;
}

@media (min-width: 1199px) {
  .intro-link {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {

  .banner-item--title br {
    display: none;
  }

}
a img:hover {
  opacity: .85;
}

.sponsor-list {
  padding-top: 15px;
}
.sponsor-list ul {
  font-size: .80em;
}
.sponsor-list li {
  padding-right: 5px;
}

@media (min-width: 769px) {
  .sponsor-list li:before {
    position: absolute;
    top: 13px;
    left: 0;
    width: 6px;
    height: 6px;
    pointer-events: none;
    content: "";
    background-color: #2c2c2c;
    border-radius: 50%;
  }
}
@media (max-width: 769px) {
  .intro-title span {
    display: inline;
  }
}

/*TOP BAR*/
@media (min-width: 1024px) and (max-width: 1599px) {
  .toolbar-button.i1 a, .toolbar-button.i2 a {
    font-size: 0.75rem;
  }
  .toolbar-button.i3 a {
    font-size: 0.75rem;
  }
  .toolbar-button.i2 a {
    width: 20px;
  }
  .toolbar-button a {
    height: 50px;
  }
  .toolbar-button a:before {
    width: 20px;
    height: 20px;
  }
} 

/*BANNER*/

@media (min-width: 1024px) and (max-width: 1199px) {
  .banner-item--title {
    font-size: 2.6rem;
    line-height: 1.1;
  }
  .banner-item--summary {
    font-size: 1rem;
  }
  .banner-item--group {
    padding-top: 125px;
  }

}

@media (max-width: 700px) {

  .banner-item--summary {
    margin-top: 15px;
    font-family: "adobe-garamond-pro", serif;
    font-size: 1rem;
    line-height: 1.4em;
  }
}

/*@media (min-width: 1200px) and (max-width: 1599px) {
  .banner-item--image {
    width: 50%;
    min-height: 600px;
  }
  .banner-item--image img {
    max-width: 500px;
  }
  .banner-item--group {
    width:50%;
    padding: 150px 70px 50px;
  }
  }*/

  @media (min-width: 1200px) and (max-width: 1599px) {
    .donation-button a {
      padding: 16px 18px 14px;
    }
    .header-menu {
      font-size: 1.05rem;
    }
    .banner-item--group {
      width: 50%;
      padding: 110px 70px 50px;
    }

    .banner-item--image {
      width: 50%;
      min-height: 500px;
    }

  }

/*  @media (max-width: 1599px) and (min-width: 1350px) {

.banner-item--group {
    width: 50%;
    padding: 110px 70px 50px;
}

.banner-item--image {
    width: 50%;
    min-height: 555px;
}
.banner-item--summary {
  font-size: 1.2rem;
  padding-right: 30px;
  font-weight: 400;
}

.banner-item--title {
    font-size: 2.85rem;
}
}*/

@media (min-width: 1600px) {
  .banner-item--group {
    width:50%;
    padding: 100px 70px 50px 90px;
  }
  .banner-item--title {
    font-size: 3.5rem;
  }
  .banner-item--summary {
    font-size: 1.25rem;
    padding-right: 30px;
    font-weight: 400;
  }
  .banner-item--image {
    width: 50%;
    max-height: 700px;
  }
}

@media (max-width: 768px) {
  .banner-item--button a {
    width: 100%;
    text-align: center;
  }
  br.smhide {
    display: none;
  }
}

@media (max-width: 1599px) and (min-width: 1200px) {
  .header-logo img {
    height: 75px;
  }
  .header-menu {
    font-size: .90rem;
  }

  .donation-intro {
    margin-right: 30px;
    font-size: 1.60rem;
  }
}

.toolbar-button.i1 a:before, .toolbar-button.i3 a:before {
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

@media (min-width: 1024px) {
  .donation-button a {
    height: 50px;
    font-size: 1rem;
  }

  .donation {
    padding: 60px 0;
  }
}


.menu {
  top: 100px;
  padding: 30px 0;
}

.menu {
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;

}
.nav {
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
}


.editor {
  font-size: 1.25rem;
  
}

@media (min-width: 1024px) {
  .editor {
    width: 93%;
  }

}
.editor img {
  margin-bottom: 30px;
}


.accordion-item--header {
  position: relative;
  padding: 30px 70px 25px 0;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #2e2b34;
  cursor: pointer;
}
.accordion-item--header:before {
  top: 38px;
  right: 20px;
  width: 30px;
  height: 4px;
  -webkit-transition: transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.accordion-item--header:after {
  top: 26px;
  right: 33px;
  width: 4px;
  height: 30px;
  opacity: 1;
  -webkit-transition: transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
.accordion-item--body {
  display: none;
  padding: 20px 65px 40px 25px;
}
.accordion-item.active {
  border-bottom-color: #4879f4;
}
.accordion-item.active .accordion-item--header:after {
 transform: rotate(180deg);
}
.accordion-item.active .accordion-item--header:before {
 transform: rotate(180deg);
}
.accordion-item.active .accordion-item--body {
  display: block;
}

.banner:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), color-stop(75%, rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 75%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 75%);
}

.menu:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), color-stop(75%, rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 75%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 75%);
}
@media (min-width: 830px) {
  .banner.subpage .banner-title {
    font-size: 2.5rem;
    /*padding: 25px 40px;*/
  }
}
.editor li {
  line-height: 1.2;
  padding-bottom: 8px;
}

.editor h1 {
  line-height: 1.25em;
}

@media (max-width: 767px) {
  .banner.subpage .banner-title {
    /*width: 380px;*/
    font-size: 1.2rem;
    padding: 15px;
  }
  .editor h1 {
    line-height: 1.1;
  }
}
/*.banner.subpage .banner-title {
        padding: 25px;
        }*/

        @media (min-width: 1200px) {
          .header {
            padding: 25px 0;
          }
        }
        .editor .accordion-item--header {
          font-size: 1.25rem;
          line-height: 1.2;
          font-family: "museo-sans", sans-serif;
          font-weight: 600;
        }
        .editor .accordion {
          margin-top: 40px;
        }
        .accordion-item--header:before {
          width: 20px;
        }
        .accordion-item--header:after {
          top: 30px;
          right: 28px;
          height: 20px;
        }

        .editor h4 {
          margin-bottom: 1em;
          font-size: .9em;
          line-height: 1.5em;
        }


        .petpoint-container {
          position: relative;
          padding-bottom: 5rem;
          min-height: 700px;
          padding-top: 35px;
          display: block;
          height: 0;
          overflow: hidden;
          margin-bottom: 25px;
          margin-left: -10px;
          overflow-y: scroll;
          -webkit-overflow-scrolling: touch;
        }
        .petpoint-container iframe {
          position: absolute;
          top:0;
          left: 0;
          width: 100%;
          height: 100%;
          border: none;
          overflow-y: scroll;
          -webkit-overflow-scrolling: touch;

        }

        .border {

          border-radius: 10px;
          border: 4px solid #f7f5f1;
          padding: 25px;
        }

        .sponsor-item--title em {
          display: block;
          font-style: normal;
          font-size: 13px;
          text-transform: uppercase;
          letter-spacing: 1px;
          opacity: .64;
          line-height: 1.5em;

        }
        h4.sponsor-item--title {
          font-size: 1.1em;
        }

        .accordion-item--body {
          padding: 20px 50px 40px 25px;
        }

        .menu.active {
          border-bottom: #4883e7 solid 2px;
        }

        .banner-item--summary {
          font-size: 1.17rem;
        }

        @media (max-width: 767px) {
          .banner-item--title {
            font-size: 2.1rem;
          }
          .banner-item--summary {
            font-size: 1rem;
          }

          .banner-title {
            font-weight: 700;
          }
        }

        .accordion {
          border-top: none;
        }
        .accordion-item {
          border-bottom: none;
        }
        .editor .accordion-item--header{
          padding-left: 20px;
          border: none;
        }
        .accordion-item.active .accordion-item--header {
          border: none;

        }
        .accordion-item{
          margin-top: -3px;
          border-radius: 10px;
          border: #f7f5f1 solid 3px !important;
        }
        .banner.subpage .banner-title {
          box-shadow: 0 6px 12px rgba(0, 0, 0, .10), 0 10px 40px rgba(0, 0, 0, 0.10);
        }

        .banner-title {
          margin: 0;
          padding: 0.5em 0.75em;
          font-weight: 500;
          line-height: 1;
          text-align: center;
          background-color: rgba(255,255,255,0.7);;
          color: #3362d9;
          text-transform: uppercase;
        }

        .grecaptcha-badge {
          display: none;
        }

        .toolbar-form--toggle, .cc {
          /*height: 70px;*/
          font-weight: 700;
          -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
        }
        .toolbar-form--toggle, .cc {
          border-radius: 2.5em;
        }
        .toolbar-form--toggle, .cc {
          text-transform: uppercase;
          background-color: #3362d9;
        }
        .toolbar-form--toggle:hover, .cc:hover {
          background-color: #4879f4;
        }
        .toolbar-form--toggle, .cc {
          padding: 0 35px;
        }
        a.cc {
         display: inline-block;
         padding:25px;
         color: white;
         font-size: .8em;
       }

       /* xs */
       @media (max-width: 600px) {

        .adoption-gallery {
          display: none;
        }
        .mission-list {
          margin-bottom: 50px;
        }
        
      }

      /* xs */
      @media (max-width: 767px) {
        .cc {
          height: 60px;
        }
        .cc {
          /*width: 275px;*/
          padding: 0;
          padding: 25px;
        }
        
      }

      /* lg */
      @media (min-width: 1200px) and (max-width: 1599px) {
        .cc {
          height: 60px;
        }
        .cc {
          padding: 0 30px;
        }

      }

      /* xl */
      @media (min-width: 1600px) {
        .cc {
          height: 80px;
        }
        .cc {
          padding: 0 40px;
        }

      }

      @media (max-width: 1599px) and (min-width: 1200px) {
        .donation-intro {
          font-size: 1.80rem;
        }

      }

.toolbar-info--item {
    padding-right: 25px;
    line-height: 15px;
}

.toolbar-info--item em {
    color: #f3c54a;
    text-transform: uppercase;
    letter-spacing: 1px;
}



