/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
@import url("https://use.typekit.net/sfc1ttc.css");
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

p {
  margin-bottom: 20px;
  margin-top: 20px; }

p + img {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-top: 20px; }

h1 {
  color: #7a1b9d;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
  margin-top: 35px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 50px; } }

h2 {
  color: #7a1b9d;
  font-size: 30px;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 25px;
  margin-top: 30px; }

h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 25px;
  margin-top: 30px; }

h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 25px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    h4 {
      font-size: 22px; } }

h5 {
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 25px;
  margin-top: 30px; }

h6 {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 25px;
  margin-top: 30px; }

p {
  font-size: 17px;
  line-height: 150%; }
  @media (min-width: 768px) {
    p {
      font-size: 17px; } }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, img + h1, img + h2, img + h3, img + h4, img + h5, img + h6 {
  clear: both; }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.field-collection-item-field-accordion-content .field-name-field-accordion-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 25px;
  margin-top: 30px;
  background: #00a6b6;
  border-top: 1px dotted #FFD533;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 40px;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative; }
  .field-collection-item-field-accordion-content .field-name-field-accordion-title:before {
    border-bottom: 9px solid transparent;
    border-left: 9px solid #fff;
    border-top: 9px solid transparent;
    content: '';
    display: block;
    height: 0;
    width: 0;
    left: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.field-collection-item-field-accordion-content .field-name-field-accordion-text {
  display: none; }

.field-collection-item-field-accordion-content.active .field-name-field-accordion-title:before {
  -webkit-transform: rotate(90deg) translateX(-8px) translateY(3px);
          transform: rotate(90deg) translateX(-8px) translateY(3px); }

.field-collection-item-field-accordion-content.active .field-name-field-accordion-text {
  display: block;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px dotted #FFD533;
  border-right: 1px dotted #FFD533; }
  .field-collection-item-field-accordion-content.active .field-name-field-accordion-text:after {
    content: '';
    clear: both;
    display: table; }

html {
  background: #3C3A3D; }

body {
  background-color: #f2f2f2;
  color: #404040;
  font-weight: 300;
  line-height: 150%;
  margin: 0;
  position: relative;
  font-family: museo-sans-rounded,Arial,sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

div {
  font-size: 17px; }

.page {
  overflow-x: hidden; }

body.dragging {
  touch-action: none;
  -ms-touch-action: none; }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.submit-button {
  background: #7a1b9d;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  transition: background .5s ease-out, color .25s; }
  .submit-button input {
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px; }
  @media (min-width: 748px) {
    .submit-button input {
      padding-left: 20px;
      padding-right: 20px; } }
  .submit-button:before {
    border: 1px solid #7a1b9d;
    border-radius: 50px;
    content: '';
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 100%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: none; }
  .submit-button:hover {
    background: #FFD533;
    color: #7a1b9d; }
  .submit-button:hover:before {
    border-color: transparent;
    -webkit-transform: scale(2);
            transform: scale(2);
    transition: border-color .35s, -webkit-transform .5s ease-out;
    transition: border-color .35s, transform .5s ease-out;
    transition: border-color .35s, transform .5s ease-out, -webkit-transform .5s ease-out; }
  .submit-button:focus {
    border: 1px solid #7a1b9d;
    outline: none; }
  .submit-button:after {
    content: none; }

input.form-submit,
.button {
  background: #7a1b9d;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  position: relative;
  text-decoration: none;
  transition: background .5s ease-out, color .25s; }
  @media (min-width: 748px) {
    input.form-submit,
    .button {
      padding-left: 20px;
      padding-right: 20px; } }
  input.form-submit:before,
  .button:before {
    border: 1px solid #7a1b9d;
    border-radius: 50px;
    content: '';
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 100%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: none; }
  input.form-submit:hover,
  .button:hover {
    background: #FFD533;
    color: #7a1b9d; }
  input.form-submit:hover:before,
  .button:hover:before {
    border-color: transparent;
    -webkit-transform: scale(2);
            transform: scale(2);
    transition: border-color .35s, -webkit-transform .5s ease-out;
    transition: border-color .35s, transform .5s ease-out;
    transition: border-color .35s, transform .5s ease-out, -webkit-transform .5s ease-out; }
  input.form-submit:focus,
  .button:focus {
    border: 1px solid #7a1b9d;
    outline: none; }
  input.form-submit:after,
  .button:after {
    content: none; }

.button.big {
  display: inline-bock;
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px; }

.submit-button input {
  background: none;
  color: #7a1b9d;
  cursor: pointer;
  border: 0;
  outline: none;
  position: relative; }

.submit-button:hover input {
  color: #fff; }

@media (min-width: 900px) {
  .submit-button,
  .button {
    font-size: 18px; } }

#main-content {
  padding-left: 6%;
  padding-right: 6%; }
  @media (min-width: 768px) {
    #main-content {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1000px) {
    #main-content {
      padding-left: 100px;
      padding-right: 100px; } }
  #main-content .field-name-body ul {
    font-size: 17px; }

body:not(.front) .page {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  background-color: #fff; }
  body:not(.front) .page:after {
    content: '';
    clear: both;
    display: table; }

article {
  margin-bottom: 50px; }

article footer {
  font-style: italic;
  margin-bottom: 15px; }

.field-type-image + .field-type-text-with-summary {
  margin-top: 15px; }

#pullTab {
  position: absolute;
  z-index: 101;
  font-size: 14px;
  top: 20px;
  left: -81px;
  width: 60px;
  background-color: #00a6b6;
  padding: 5px 0 5px 20px;
  border-radius: 50px 0 0 50px;
  border: solid 1px #FFD533;
  border-right: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  color: #fff; }
  #pullTab img {
    vertical-align: middle; }
  #pullTab .less {
    display: none; }
  #pullTab .more {
    display: block; }
  #pullTab span {
    transition: all 0.5s ease; }
  #pullTab:hover, #pullTab:focus, #pullTab:active {
    background-color: #7a1b9d;
    color: white; }
  #pullTab.active {
    left: 0;
    padding: 5px 10px;
    border-radius: 0 50px 50px 0;
    border: solid 1px #FFD533;
    border-left: 0;
    background-color: #7a1b9d; }
    #pullTab.active:hover, #pullTab.active:focus, #pullTab.active:active {
      background-color: #7a1b9d; }
    #pullTab.active .less {
      display: block; }
    #pullTab.active .more {
      display: none; }

.pullTabOpen #main-content {
  opacity: 0.5; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.one-sidebar .sidebar-second {
  position: relative;
  box-sizing: border-box;
  background-image: url(../img/dotted-border-tb.png);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), 85%, #404040);
  background-position: 0 0;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background: #00a6b6; }
  @media (max-width: 767px) {
    .one-sidebar .sidebar-second {
      padding: 0;
      position: absolute;
      width: 2px;
      top: 81px;
      right: 0;
      z-index: 99;
      background-color: #00a6b6;
      transition: all 0.5s ease;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      border-left: solid 2px #FFD533; }
      .one-sidebar .sidebar-second .inner {
        padding: 0;
        width: 0px;
        position: relative;
        overflow-x: hidden; }
      .one-sidebar .sidebar-second.open {
        right: 0;
        width: 320px;
        padding: 40px 20px 20px; }
        .one-sidebar .sidebar-second.open .inner {
          width: 100%;
          opacity: 0;
          /* make things invisible upon start */
          -webkit-animation: fadeIn ease-in 1;
          animation: fadeIn ease-in 1;
          -webkit-animation-fill-mode: forwards;
          /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
          animation-fill-mode: forwards;
          -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
          -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s; }
          .one-sidebar .sidebar-second.open .inner nav.block.block-menu-block.block-menu-block-2 a {
            color: #fff; } }
  @media (min-width: 768px) {
    .one-sidebar .sidebar-second {
      background-image: url(../img/dotted-border-lr.png);
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), 85%, #404040);
      background-position: 0 0;
      background-size: 1px 5px;
      background-repeat: repeat-y;
      background-color: transparent;
      box-sizing: border-box;
      margin-top: 100px;
      padding-left: 20px;
      padding-right: 50px; }
      .one-sidebar .sidebar-second #pullTab {
        display: none;
        height: 0;
        width: 0;
        overflow: hidden; } }
  @media (min-width: 1000px) {
    .one-sidebar .sidebar-second {
      padding-right: 100px;
      width: 30%; } }

@media (min-width: 768px) {
  .one-sidebar .sidebar-second {
    float: left;
    width: 30%; }
  .one-sidebar #main-content {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 70%; } }

@media (min-width: 960px) {
  .one-sidebar .sidebar-second {
    width: 30%; }
  .one-sidebar #main-content {
    width: 70%; } }

.page-node-2255 .block-views-investigations-block .item-list {
  float: left;
  width: 50%; }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.block-hsu-contact-hsu-contact {
  background: #7a1b9d;
  box-sizing: border-box;
  bottom: 0;
  display: none;
  left: 0;
  padding-top: 10px;
  position: absolute;
  top: 81px;
  width: 100%;
  z-index: 1000; }
  .block-hsu-contact-hsu-contact.open {
    display: block; }

.block-hsu-contact-hsu-contact div.contextual-links-wrapper {
  top: 15px; }

.block-hsu-contact-hsu-contact h2:nth-of-type(1) {
  display: none; }

.block-hsu-contact-hsu-contact h4 {
  margin-bottom: 15px;
  margin-top: 15px; }

.hsu-contact-info {
  background: #7a1b9d;
  max-height: 300px; }

#contact-flipper-location {
  background-image: url(../img/contact-flipper-location.png);
  background-position: 50% 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  float: left;
  font-size: 20px;
  line-height: 115%;
  padding-top: 40px;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  width: 50%; }

#contact-flipper-location:after {
  background-image: url(../img/dotted-border-lr.png);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), 85%, white);
  background-position: 100% 0;
  background-size: 1px 5px;
  background-repeat: repeat-y;
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 5px; }

#contact-flipper-phone {
  background-image: url(../img/contact-flipper-phone.png);
  background-position: 50% 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  float: left;
  font-size: 20px;
  line-height: 115%;
  margin-bottom: 10px;
  padding-top: 40px;
  text-align: center;
  width: 50%; }

#contact-flipper-location a,
#contact-flipper-phone a {
  display: inline-block;
  color: #fff; }

#contact-flipper-hours {
  border-top: 2px solid #fff;
  margin-bottom: 0%;
  margin-top: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
  background-color: #00a6b6;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  clear: both;
  color: #fff;
  position: relative;
  width: 100%; }
  #contact-flipper-hours:after {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

#contact-flipper-hours .box-content {
  color: #fff;
  margin-left: 6%;
  margin-right: 6%;
  position: relative;
  z-index: 1;
  -webkit-transform: skew(0deg, 5deg);
          transform: skew(0deg, 5deg);
  /* Standard syntax */
  background-image: url(../img/contact-flipper-hours.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-bottom: 50px;
  padding-top: 20px;
  text-align: center; }

#hours-receiving,
#hours-adoption {
  box-sizing: border-box;
  float: left;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
  width: 50%; }

#hours-receiving {
  padding-right: 2.5%; }

#hours-adoption {
  padding-left: 2.5%; }

#hours-receiving-content,
#hours-adoption-content {
  margin-left: auto;
  margin-right: auto;
  width: 130px; }

#hours-receiving:after {
  background-image: url(../img/dotted-border-lr.png);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), 85%, #404040);
  background-position: 100% 0;
  background-size: 1px 5px;
  background-repeat: repeat-y;
  content: '';
  bottom: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 20px;
  width: 1px; }

#hours-receiving em {
  clear: both;
  display: block; }

#hours-receiving-content h4,
#hours-adoption-content h4,
#hours-receiving em {
  text-align: center; }

#contact-flipper .button {
  background: #FFD533;
  color: #404040;
  display: block;
  left: 50%;
  position: absolute;
  top: 187px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
  #contact-flipper .button a {
    color: #fff; }
  #contact-flipper .button:hover {
    background: #7a1b9d;
    color: #fff; }

#hours-clinic {
  box-sizing: border-box;
  clear: both;
  padding-top: 40px;
  position: relative;
  text-align: left; }
  #hours-clinic:after {
    content: '';
    clear: both;
    display: table; }

#hours-clinic:before {
  background-image: url(../img/dotted-border-tb.png);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), 85%, #404040);
  background-position: 0 0;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 20px; }

#hours-clinic-content {
  margin-left: auto;
  margin-right: auto;
  width: 230px; }
  #hours-clinic-content:after {
    content: '';
    clear: both;
    display: table; }

#hours-clinic h4 {
  float: left; }

#hours-clinic em {
  float: left;
  margin-left: 20px;
  position: relative;
  top: 18px; }

#hours-clinic ~ a:not(.button) {
  position: relative;
  top: 30px; }

.block-hsu-contact-hsu-contact days {
  clear: left;
  float: left;
  width: 85px; }

.block-hsu-contact-hsu-contact hours {
  float: left; }

@media (min-width: 400px) {
  #hours-adoption .button {
    font-size: 16px !important;
    width: 100px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  #hours-receiving,
  #hours-adoption {
    padding-left: 5%;
    padding-right: 5%; }
  #hours-receiving-content,
  #hours-adoption-content {
    width: 150px; }
  #hours-receiving-content h4,
  #hours-adoption-content h4,
  #hours-receiving em {
    text-align: left; }
  .block-hsu-contact-hsu-contact days {
    width: 100px; } }

@media (min-width: 768px) {
  #contact-flipper-phone,
  #contact-flipper-location {
    font-size: 24px; }
  .block-hsu-contact-hsu-contact {
    bottom: auto;
    max-width: 550px; }
  #hours-receiving,
  #hours-adoption {
    padding-left: 10%;
    padding-right: 10%; } }

@media (min-width: 1050px) {
  #contact-icon {
    margin-left: -30px;
    left: 96%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .block-hsu-contact-hsu-contact {
    left: auto;
    right: 0; } }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

#admin-menu {
  display: none; }

html body.admin-menu {
  margin-top: 0 !important; }

ul.primary {
  border-bottom: 0;
  margin: 0;
  padding: 5px;
  background-color: #404040; }

ul.primary li {
  padding: 0;
  margin: 0; }

ul.primary li a {
  background: transparent;
  color: #FFD533;
  border: 0;
  outline: 0;
  padding: 5px;
  display: inline-block; }
  ul.primary li a.active {
    background: transparent;
    border: 0; }
    ul.primary li a.active:after {
      right: 0; }

ul.primary li a:hover {
  background: transparent; }

ul.action-links {
  padding: 10px;
  margin: 0;
  background-color: rgba(64, 64, 64, 0.5);
  border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px; }

ul.action-links li {
  list-style: none;
  display: inline-block; }
  ul.action-links li a {
    padding: 3px 10px;
    background: #7a1b9d;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    position: relative;
    text-decoration: none;
    transition: background .5s ease-out, color .25s; }
    ul.action-links li a input {
      padding-bottom: 7px;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 7px; }
    @media (min-width: 748px) {
      ul.action-links li a input {
        padding-left: 20px;
        padding-right: 20px; } }
    ul.action-links li a:before {
      border: 1px solid #7a1b9d;
      border-radius: 50px;
      content: '';
      display: block;
      height: 100%;
      left: -1px;
      position: absolute;
      top: -1px;
      width: 100%;
      -webkit-transform-origin: 50%;
              transform-origin: 50%;
      -webkit-transform: scale(1);
              transform: scale(1);
      transition: none; }
    ul.action-links li a:hover {
      background: #FFD533;
      color: #7a1b9d; }
    ul.action-links li a:hover:before {
      border-color: transparent;
      -webkit-transform: scale(2);
              transform: scale(2);
      transition: border-color .35s, -webkit-transform .5s ease-out;
      transition: border-color .35s, transform .5s ease-out;
      transition: border-color .35s, transform .5s ease-out, -webkit-transform .5s ease-out; }
    ul.action-links li a:focus {
      border: 1px solid #7a1b9d;
      outline: none; }
    ul.action-links li a:after {
      content: none; }

.maintenance-page {
  min-height: 1000px;
  padding: 40px; }

.node-unpublished {
  background: transparent; }

/*
nav.tabs{
    transform:rotate(-5deg) translateY(15px);
}
*/
/*contextual base...*/
/**
 * @file
 * Styling for contextual links behaviour and structure.
 */
/**
 * Contextual links behaviour.
 */
.contextual-links-wrapper,
.contextual-links-trigger,
.contextual-links {
  display: none !important; }

html.js .contextual-links-wrapper,
.contextual-links-region:hover .contextual-links-trigger,
.contextual-links-active .contextual-links-trigger,
.contextual-links-active .contextual-links {
  display: block !important; }

/**
 * Contextual links structure.
 */
.contextual-links-region {
  outline: none;
  position: relative; }

.contextual-links-wrapper {
  position: absolute;
  z-index: 999;
  right: 5px;
  /* LTR */
  top: 2px; }

.contextual-links-trigger {
  overflow: hidden;
  text-align: right;
  /* LTR */ }

@media (min-width: 700px) {
  html body.admin-menu {
    margin-top: 29px !important; }
  #admin-menu {
    display: block; } }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

legend {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 25px;
  margin-top: 30px; }

fieldset {
  border: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: relative; }

.form-required {
  color: #404040; }

.form-required label:after {
  color: #7a1b9d;
  content: "*";
  font-size: 35px;
  line-height: 0;
  padding-left: 5px;
  position: relative;
  top: 31px; }

label {
  display: inline-block; }

form label {
  color: #404040;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative; }
  form label.required:after {
    content: '*';
    color: #7a1b9d;
    font-size: 35px;
    position: absolute;
    top: 2px;
    left: 100%;
    margin-left: 10px; }

.form-item {
  margin-bottom: 10px; }

.form-item label {
  font-weight: 600; }

.form-item .form-item label {
  font-weight: 400; }

input[type="checkbox"], input[type="radio"] {
  display: inline-block; }

input[type="password"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  outline: none; }

input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  font-size: 15px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  background-color: #fff; }

.form-textarea-wrapper textarea {
  border-radius: 30px; }

.resizable-textarea .grippie {
  background-color: transparent;
  border: 0; }

#edit-date select, .container-inline select {
  display: inline-block;
  margin-right: 10px; }

fieldset.collapsible legend {
  margin-left: -15px; }

.submit-button + #edit-cancel {
  margin-left: 10px; }

.webform-container-inline div.form-item select {
  display: inline; }

input.webform-calendar {
  vertical-aligssn: middle; }

.submit-button input.webform-submit {
  color: #fff; }

.submit-button input {
  color: #fff; }

#commerce-stripe-cardonfile-create-form .form-item-credit-card-cardonfile-instance-default {
  display: none; }

#user-register-form .form-item input {
  margin-bottom: 5px; }

#user-register-form .form-item label {
  margin-bottom: 0; }

#user-register-form .error {
  color: #ffcc33;
  font-weight: bold; }

#user-register-form .ok {
  color: #0FFF25;
  font-weight: bold; }

@media (min-width: 500px) {
  input[type="email"],
  input[type="password"],
  input[type="text"],
  input[type="tel"],
  select,
  textarea {
    width: auto; } }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*footer*/
body:after {
  background: #3C3A3D;
  bottom: 0;
  content: '';
  display: block;
  height: 200px;
  position: absolute;
  width: 100%;
  z-index: 0; }

.page ~ footer {
  border-top: 2px solid #fff;
  margin-bottom: 0%;
  margin-top: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
  background: #3C3A3D;
  margin-top: 10%;
  position: relative;
  z-index: 1; }
  .page ~ footer:after {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.block-gtranslate-gtranslate select {
  text-align: center;
  margin-top: 30px;
  width: 100%; }

.front .page ~ footer {
  margin-top: -10%; }

.front .page {
  overflow: hidden; }

.page ~ footer .footer-content {
  color: #fff;
  margin-left: 6%;
  margin-right: 6%;
  position: relative;
  z-index: 1;
  -webkit-transform: skew(0deg, 5deg);
          transform: skew(0deg, 5deg);
  /* Standard syntax */
  clear: both;
  background: #3C3A3D;
  border-top: 1px solid #FFD533; }
  .page ~ footer .footer-content a {
    color: #fff; }

.block-gtranslate {
  text-align: -webkit-center;
  margin-left: auto;
  margin-right: auto; }

.footer-social-media {
  text-align: center; }

.footer-social-media a {
  background: #7a1b9d;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  position: relative;
  text-decoration: none;
  transition: background .5s ease-out, color .25s;
  background: transparent;
  height: 30px;
  padding-bottom: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 10px !important;
  width: 30px; }
  @media (min-width: 748px) {
    .footer-social-media a {
      padding-left: 20px;
      padding-right: 20px; } }
  .footer-social-media a:before {
    border: 1px solid #7a1b9d;
    border-radius: 50px;
    content: '';
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 100%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: none; }
  .footer-social-media a:hover {
    background: #FFD533;
    color: #7a1b9d; }
  .footer-social-media a:hover:before {
    border-color: transparent;
    -webkit-transform: scale(2);
            transform: scale(2);
    transition: border-color .35s, -webkit-transform .5s ease-out;
    transition: border-color .35s, transform .5s ease-out;
    transition: border-color .35s, transform .5s ease-out, -webkit-transform .5s ease-out; }
  .footer-social-media a:focus {
    border: 1px solid #7a1b9d;
    outline: none; }
  .footer-social-media a:after {
    content: none; }
  .footer-social-media a:before {
    border: 1px solid #FFD533; }
  .footer-social-media a + a {
    margin-left: 8px; }
  .footer-social-media a:hover {
    background: transparent; }

.footer-social-media a img {
  width: 100%; }

.page ~ footer h2 {
  font-size: 20px !important;
  color: #ffd533;
  text-align: left !important;
  font-weight: 400 !important;
  margin-top: 15px !important; }

.page ~ footer .block-menu-menu-footer {
  background: #3C3A3D;
  margin: 15px;
  min-height: 0; }

.page ~ footer .block-menu-menu-footer ul {
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  text-align: center; }

.page ~ footer #masquerade-block-1 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 265px; }

.footer-content li ~ li {
  display: inline;
  font-size: 80%;
  list-style-type: none; }

.footer-content li ~ li + li:before {
  color: #FFD533;
  content: '|';
  margin-left: 5px;
  margin-right: 5px; }

.block-search-form {
  padding-bottom: 50px; }

.form-item-search-block-form {
  position: relative; }

footer input#edit-search-block-form--2 {
  border-radius: 2em;
  border: 0px;
  padding: 10px;
  width: 90%;
  position: absolute; }

footer .submit-button {
  position: absolute;
  padding: 5px;
  right: 0px; }

footer .submit-button input {
  padding: 5px; }

footer .form-actions {
  position: relative; }

.page ~ footer .footer-nav {
  color: #fff;
  margin-left: 6%;
  margin-right: 6%;
  position: relative;
  z-index: 1;
  -webkit-transform: skew(0deg, 5deg);
          transform: skew(0deg, 5deg);
  /* Standard syntax */
  padding-top: 50px; }
  .page ~ footer .footer-nav a {
    font-size: 0.9em;
    color: white; }

.footer-nav .region {
  box-sizing: border-box;
  padding: 0px 10px;
  width: 100%; }

.footer-nav .region ul {
  padding: 0px; }
  .footer-nav .region ul li {
    list-style: none;
    padding: 1px 0px; }

.footer-nav .region a:link:hover {
  color: #fff; }

@media (min-width: 768px) {
  .footer-nav .region {
    width: 50%;
    float: left; } }

@media (min-width: 1000px) {
  .footer-nav .region {
    width: 25%;
    float: left; } }

header {
  background: #fff;
  border-bottom: 1px solid #CCC;
  color: #000;
  height: 80px; }

header:after {
  background-image: linear-gradient(top, rgba(51, 103, 102, 0.4) 0, rgba(51, 103, 102, 0) 100%);
  content: '';
  display: block;
  height: 15px;
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: 2; }

header h1 {
  display: none; }

.header-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  display: block;
  position: relative; }

/*logo*/
.siteinfo {
  left: 50%;
  max-width: 130px;
  position: absolute;
  top: 12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999; }

.siteinfo img {
  width: 100%;
  position: relative;
  right: 10px; }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.field-name-field-gallery-images .field-item {
  display: inline-block; }

.image-frame {
  border: 3px solid #FFD533;
  border-radius: 100px;
  display: block;
  overflow: hidden;
  height: 200px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s ease-out;
  overflow: hidden;
  height: 100px;
  width: 100px;
  transition: all .5s ease-out; }
  .image-frame:hover {
    border-radius: 0; }
  .image-frame img {
    height: auto;
    left: 50%;
    position: relative;
    width: 150%;
    -webkit-transform: translateX(-50%) translateY(-2%);
            transform: translateX(-50%) translateY(-2%); }
  .image-frame:hover {
    border-radius: 0; }
  .image-frame img {
    height: auto;
    left: 50%;
    max-width: 220px;
    position: relative;
    width: 150%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

picture img {
  height: auto;
  max-width: 100%;
  width: 100%; }

.image-large_right,
.image-medium_right,
.image-large_left,
.image-medium_left {
  display: block;
  height: auto !important;
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 100%; }

.image-medium {
  height: auto;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
  width: 100%; }

.image-large {
  height: auto;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
  width: 100%; }

.image-responsive,
.image-full_size,
.image-inline_test {
  height: auto;
  max-width: 100%; }

@media (min-width: 768px) {
  .image-large_right,
  .image-medium_right {
    float: right; }
  .image-large_left,
  .image-medium_left {
    float: left; }
  .image-large_left {
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    width: auto; }
  .image-medium_left {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    width: auto; }
  .image-large_right {
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
    width: auto; }
  .image-medium_right {
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    width: auto; } }

table,
.views-table {
  width: 100%; }

table {
  margin-bottom: 50px;
  margin-top: 50px; }

th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
  padding-right: 0;
  padding-top: 10px;
  background-color: #e2e2e2; }

tbody {
  border: 0; }

td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px; }

td.active {
  background: none; }

td p {
  margin: 0; }
  td p + p {
    margin-top: 20px; }

tr.even, tr.odd {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px; }

tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1); }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

ul li.collapsed,
ul li.expanded {
  list-style-image: none;
  list-style-type: none;
  position: relative; }

ul li.collapsed > a:before,
ul li.expanded > a:before {
  content: '';
  display: block;
  height: 0;
  left: -17px;
  position: absolute;
  top: 5px;
  width: 0;
  transition: all .25s ease-out; }

ul li.collapsed > a:before {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  border-top: 5px solid transparent; }

ul li.expanded > a:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff; }

/*sub menu block*/
#main-content .block-menu-block-1 {
  padding: 10px;
  background: rgba(0, 0, 0, 0.125);
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px; }

#main-content .block-menu-block-1 h2 {
  cursor: pointer;
  font-size: 25px;
  margin: 0;
  padding-left: 30px;
  position: relative; }

#main-content .block-menu-block-1 h2:before {
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  content: '';
  display: block;
  height: 5px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 15px; }

#main-content .block-menu-block-1 h2:after {
  border-bottom: 3px solid #fff;
  content: '';
  height: 5px;
  left: 5px;
  position: absolute;
  top: 16px;
  width: 15px; }

#main-content .block-menu-block-1 ul {
  display: none;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 0;
  padding-top: 0; }

#main-content .block-menu-block-1.active ul {
  display: block; }

#main-content .block-menu-block-1 ul ul {
  background: none;
  padding: 0;
  margin-left: 20px; }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

a, li a {
  color: #00a6b6;
  position: relative;
  text-decoration: none; }
  a:after, li a:after {
    background: #7a1b9d;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    right: 100%;
    transition: all .5s ease-out; }
  a.active, a:link, a:visited, a:hover, a:active, a:focus, li a.active, li a:link, li a:visited, li a:hover, li a:active, li a:focus {
    color: #00a6b6;
    text-decoration: none; }
  a:hover:after, a:active:after, a:focus:after, li a:hover:after, li a:active:after, li a:focus:after {
    right: 0; }

.siteinfo a:after {
  content: none; }

ul.links.inline, ul.inline.node-readmore {
  display: block;
  text-align: right;
  width: 100%; }

a.more {
  float: right; }

.img-link:after {
  content: none; }

.marker {
  color: #D98BD8; }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*priority nav*/
.block-menu-menu-priority {
  display: none; }

/*nav*/
header .navigation {
  display: none; }

header .navigation.open {
  background-color: none;
  bottom: 0;
  box-sizing: border-box;
  display: block;
  left: 0;
  position: absolute;
  top: 65px;
  right: 0;
  width: 100%;
  z-index: 999; }

header .navigation h2 {
  display: none; }

header .navigation ul {
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  background: #7a1b9d; }

header .navigation li {
  list-style-type: none;
  margin-bottom: 10px;
  margin-left: 60px;
  margin-top: 20px;
  padding: 0;
  text-align: left; }
  header .navigation li.active-trail, header .navigation li.expanded, header .navigation li.collapsed {
    list-style-image: none; }

header .navigation nav > .menu > li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
  margin-right: 60px; }

header .navigation .menu .menu li {
  margin-bottom: 3px;
  margin-top: 3px; }

header .navigation li.toggle {
  position: relative; }
  header .navigation li.toggle:before {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #FFD533;
    border-top: 10px solid transparent;
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    right: 0px; }

header .navigation li.toggle ul {
  display: none; }

header .navigation li.toggle.expand:before {
  border-bottom: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFD533;
  content: '';
  display: block;
  height: 0;
  width: 0; }

header .navigation li.toggle.expand ul {
  display: block; }

header .navigation a {
  font-size: 20px;
  text-decoration: none;
  color: #fff; }
  header .navigation a:hover {
    color: #FFD533; }
    header .navigation a:hover:after {
      background: #FFD533; }

header .navigation .menu .menu a {
  font-size: 15px; }

/*hamburger*/
#hamburger {
  cursor: pointer;
  height: 35px;
  position: absolute;
  padding-top: 8px;
  right: 2%;
  top: 32px;
  width: 35px; }

#hamburger:before {
  content: 'MENU';
  position: absolute;
  color: #7a1b9d;
  font-size: 12px;
  top: -22px; }

#hamburger-icon, #hamburger-icon:before, #hamburger-icon:after {
  background: #6d0b9e;
  cursor: pointer;
  display: block;
  height: 7px;
  position: absolute;
  width: 100%;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  transition: all 0.25s cubic-bezier(0.5, -0.5, 0.5, 1.5); }

#hamburger-icon:before {
  content: '';
  position: absolute;
  top: -11px; }

#hamburger-icon:after {
  bottom: -11px;
  content: '';
  position: absolute; }

#hamburger.open #hamburger-icon {
  background: #fff;
  -webkit-transform: translateY(6px);
          transform: translateY(6px); }

#hamburger.open #hamburger-icon:before {
  -webkit-transform: rotate(-45deg) translateY(0) translateX(0);
          transform: rotate(-45deg) translateY(0) translateX(0);
  top: -9px; }

#hamburger.open #hamburger-icon:after {
  -webkit-transform: rotate(45deg) translateY(-234%) translateX(-34%);
          transform: rotate(45deg) translateY(-234%) translateX(-34%);
  left: -2px; }

@media (min-width: 768px) {
  header .navigation {
    max-width: 550px; }
  header .navigation.open {
    border-top: 0;
    bottom: auto;
    left: auto;
    right: 0; }
  header .navigation.open:before {
    background-color: #7a1b9d;
    border-bottom: 2px solid #fff;
    bottom: -10px;
    content: '';
    display: block;
    -webkit-transform: skew(0, -5deg);
            transform: skew(0, -5deg);
    height: 50px;
    position: absolute;
    width: 100%;
    z-index: 0; } }

@media (min-width: 1050px) {
  .siteinfo {
    left: 30px;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .block-menu-menu-priority {
    background: none;
    display: block;
    left: 50%;
    position: absolute;
    top: 20px;
    font-weight: 500;
    width: 60%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .block-menu-menu-priority {
    display: block; }
  .block-menu-menu-priority h2 {
    display: none; }
  .block-menu-menu-priority ul {
    padding-left: 0;
    text-align: center;
    margin: 0; }
    .block-menu-menu-priority ul.menu li {
      margin: 0; }
  .block-menu-menu-priority li {
    list-style-type: none;
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 10px 15px; }
  .block-menu-menu-priority a, .block-menu-menu-priority a:link,
  .block-menu-menu-priority a:visited, .block-menu-menu-priority a:active,
  .block-menu-menu-priority li a, .block-menu-menu-priority li a:link,
  .block-menu-menu-priority li a:visited, .block-menu-menu-priority li a:active {
    color: #404040;
    font-size: 20px; }
    .block-menu-menu-priority a.active:before, .block-menu-menu-priority a:link.active:before,
    .block-menu-menu-priority a:visited.active:before, .block-menu-menu-priority a:active.active:before,
    .block-menu-menu-priority li a.active:before, .block-menu-menu-priority li a:link.active:before,
    .block-menu-menu-priority li a:visited.active:before, .block-menu-menu-priority li a:active.active:before {
      content: '';
      border-top: 8px solid #FFD533;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      left: 50%;
      margin-top: 7px;
      position: absolute;
      top: 85%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .block-menu-menu-priority a.active:after, .block-menu-menu-priority a:link.active:after,
    .block-menu-menu-priority a:visited.active:after, .block-menu-menu-priority a:active.active:after,
    .block-menu-menu-priority li a.active:after, .block-menu-menu-priority li a:link.active:after,
    .block-menu-menu-priority li a:visited.active:after, .block-menu-menu-priority li a:active.active:after {
      content: none; } }

@media (min-width: 1280px) {
  /*
     header .block-system-main-menu a{
        font-size:16px;
        font-weight:200;
     }

     header .block-system-main-menu li + li{
        margin-left:30px;
     }
    */ }

.block-menu-block-2 h2.title a {
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  display: block; }

.block-menu-block-2 ul.menu,
.block-menu-block-2 ul.menu li {
  margin: 0;
  padding: 0; }
  .block-menu-block-2 ul.menu ul,
  .block-menu-block-2 ul.menu li ul {
    padding-left: 20px; }

.block-menu-block-2 ul.menu li a {
  display: block;
  padding: 10px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
  font-size: 1.1em; }
  .block-menu-block-2 ul.menu li a.active, .block-menu-block-2 ul.menu li a.active-trail {
    font-weight: bold; }

.block-menu-block-2 ul.menu li.last a {
  border-bottom: none; }

.emailupdate {
  font-size: 15px;
  position: relative;
  top: -3px;
  color: #fff;
  border: 0px solid #FFD533; }

.nav-email {
  top: 18px;
  position: absolute;
  left: 3%;
  background: #FFD533;
  color: #fff;
  font-size: 13px;
  border-radius: 1em;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background 300ms; }
  .nav-email:hover {
    background: #7a1b9d; }
  .nav-email a {
    color: #fff; }
    .nav-email a:after {
      background: none; }
  .nav-email input#cons_first_name {
    float: left;
    margin-right: 10px;
    font-size: 15px;
    border: 1px solid #ccc; }
  .nav-email input#cons_last_name {
    float: left;
    margin-right: 10px;
    font-size: 15px;
    border: 1px solid #ccc; }
  .nav-email input#cons_email {
    float: left;
    margin-right: 10px;
    font-size: 15px;
    border: 1px solid #ccc; }

.block-gtranslate {
  position: absolute;
  top: 13px;
  right: 13%; }
  .block-gtranslate h2.title {
    font-size: 10px !important;
    margin: 6px !important; }

@media (min-width: 1050px) {
  .nav-email {
    left: inherit;
    right: 6.3%;
    font-size: 13px; }
  .block-gtranslate {
    top: 13px;
    right: 14.5%; } }

div#emailupdate {
  position: absolute;
  right: -200px;
  width: 300px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  z-index: 100;
  top: 60px;
  padding: 10px; }
  @media (min-width: 1050px) {
    div#emailupdate {
      right: 0;
      width: 650px; } }
  div#emailupdate .triangle {
    position: absolute;
    top: -17px;
    right: 237px;
    border-bottom: solid 30px #f2f2f2;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent; }
    @media (min-width: 1050px) {
      div#emailupdate .triangle {
        right: 35px; } }
  div#emailupdate p {
    font-size: 15px; }
  div#emailupdate .button {
    background-color: #7a1b9d;
    padding: 7px 30px; }
    div#emailupdate .button:hover {
      color: #FFD533; }

.item-list-pager {
  clear: both;
  height: 50px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px; }

.item-list-pager ul {
  margin: 0;
  padding: 0; }

.item-list-pager li {
  float: left;
  list-style-type: none; }

.item-list-pager li + li {
  margin-left: 10px; }

.vertical-tabs ul.vertical-tabs-list li {
  background: none;
  border: 1px solid #FFD533;
  border-collapse: collapse; }

.vertical-tabs ul.vertical-tabs-list li a {
  color: #FFD533; }
  .vertical-tabs ul.vertical-tabs-list li a:hover {
    text-decoration: none; }

.vertical-tabs ul.vertical-tabs-list li.selected a {
  color: #7a1b9d; }

.vertical-tabs ul.vertical-tabs-list li strong {
  font-weight: 200; }

.vertical-tabs .fieldset-wrapper {
  padding: 20px; }

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  25% {
    opacity: 0; }
  35% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2); }
  100% {
    opacity: 0; } }

@keyframes pulse {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  25% {
    opacity: 0; }
  35% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2); }
  100% {
    opacity: 0; } }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.front {
  background-image: none; }

body.front {
  background: #404040; }
  body.front a {
    color: #fff; }
  body.front a.button {
    color: #FFD533; }

.front h1 {
  display: none; }

.front #main-content {
  padding-left: 0;
  padding-right: 0; }

.front article {
  margin-bottom: 0; }

.front .box h2 {
  font-size: 45px;
  font-weight: 200;
  line-height: 115%;
  margin-bottom: 30px;
  margin-top: 15px;
  text-align: center; }
  @media (min-width: 900px) {
    .front .box h2 {
      font-size: 50px; } }

.front .page .box {
  min-height: 300px; }

.front .page #home-1 .box {
  min-height: auto;
  margin-bottom: 0;
  -webkit-backface-visibility: hidden; }
  .front .page #home-1 .box p {
    width: 80%;
    font-size: 1em; }
  .front .page #home-1 .box .days {
    font-weight: bold; }
  .front .page #home-1 .box h2 {
    color: white;
    font-weight: bold;
    border-bottom: 1px dashed;
    padding-bottom: 20px;
    margin-bottom: 10px; }
  .front .page #home-1 .box div {
    font-size: 20px; }
  .front .page #home-1 .box .times {
    font-size: 1em;
    text-align: center;
    margin: 0px 20%; }
  .front .page #home-1 .box .col-1 {
    text-align: center;
    height: 300px;
    border-bottom: 1px dashed;
    padding-bottom: 30px;
    width: 100%; }
    .front .page #home-1 .box .col-1 h4 {
      font-size: 1.7em;
      font-weight: normal;
      margin-bottom: 10px; }
    .front .page #home-1 .box .col-1 em {
      color: #FFD533; }
  .front .page #home-1 .box .col-2 {
    float: left;
    width: 100%;
    text-align: center; }
    .front .page #home-1 .box .col-2 h4 {
      font-size: 1.7em; }

.block-pets-saved-pets-saved.box,
.block-imageblock-2.box,
.block-views-featured-pets-block.box,
.block-block-11.box,
.block-imageblock-1.box {
  border-top: 2px solid #fff;
  margin-bottom: 0%;
  margin-top: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg); }
  .block-pets-saved-pets-saved.box:after,
  .block-imageblock-2.box:after,
  .block-views-featured-pets-block.box:after,
  .block-block-11.box:after,
  .block-imageblock-1.box:after {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .block-pets-saved-pets-saved.box:before,
  .block-imageblock-2.box:before,
  .block-views-featured-pets-block.box:before,
  .block-block-11.box:before,
  .block-imageblock-1.box:before {
    /*image bg*/
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%; }
  .block-pets-saved-pets-saved.box .box-content,
  .block-imageblock-2.box .box-content,
  .block-views-featured-pets-block.box .box-content,
  .block-block-11.box .box-content,
  .block-imageblock-1.box .box-content {
    color: #fff;
    margin-left: 6%;
    margin-right: 6%;
    position: relative;
    z-index: 1;
    -webkit-transform: skew(0deg, 5deg);
            transform: skew(0deg, 5deg);
    /* Standard syntax */ }

#home-1 {
  border-top: 2px solid #fff;
  margin-bottom: 0%;
  margin-top: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
  background: #00a6b6; }
  #home-1 h2.title {
    color: white; }
  #home-1:after {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  #home-1 .long-box-content {
    color: #fff;
    margin-left: 6%;
    margin-right: 6%;
    position: relative;
    z-index: 1;
    -webkit-transform: skew(0deg, 5deg);
            transform: skew(0deg, 5deg);
    /* Standard syntax */
    margin-left: auto;
    margin-right: auto;
    min-height: 700px; }

#home-2 .long-box-content {
  padding-top: 0% !important; }

#home-3 {
  background: #7a1b9d;
  color: #fff; }
  #home-3 .block-views-news-block-block .item-list ul li {
    font-size: 18px;
    font-weight: 400;
    list-style-type: none;
    margin-bottom: 25px;
    margin-left: 0; }
    #home-3 .block-views-news-block-block .item-list ul li img {
      border: 3px solid #FFD533;
      border-radius: 115px;
      display: block;
      overflow: hidden;
      float: right;
      margin-right: 15px;
      max-width: 150px;
      overflow: hidden;
      height: 150px; }
  #home-3 .view-header {
    padding-top: 20px; }
    #home-3 .view-header h2 {
      padding-top: 20px; }
  #home-3 .view-footer {
    position: relative;
    top: -30px;
    left: 20px; }

.block-block-11.box .box .box-content {
  -webkit-transform: none;
          transform: none; }

.block-pets-saved-pets-saved.box,
.block-imageblock-2.box,
.block-pets-saved-pets-saved.box:after,
.block-imageblock-2.box:after {
  background-image: url(../img/gradient-purple.png);
  background-repeat: repeat-x;
  background-size: 100%;
  background-image: linear-gradient(to bottom, rgba(122, 27, 157, 0.6) 0, rgba(122, 27, 157, 0.9) 100%); }

.block-imageblock-1.box,
.block-imageblock-1.box:after {
  background-color: rgba(51, 103, 102, 0.8);
  background-image: linear-gradient(to bottom, rgba(0, 166, 182, 0.6) 0, rgba(0, 166, 182, 0.9) 100%); }

.block-views-featured-pets-block.box:after {
  background: white; }

.block-block-11.box,
.block-block-11.box:after {
  background-color: rgba(60, 58, 61, 0.8);
  background-image: linear-gradient(to bottom, rgba(60, 58, 61, 0.6) 0, rgba(60, 58, 61, 0.9) 100%); }

.block-pets-saved-pets-saved.box:before {
  background-image: url(../img/help-tiny.jpg); }

.block-block-11.box:before {
  background-image: url(../img/donate-tiny.jpg);
  background-position: 50% 0; }

.block-imageblock-2.box:before {
  background-image: url(../img/clinic-tiny.jpg);
  background-position: 50% 0; }

.block-imageblock-1.box:before {
  background-image: url(../img/volunteer-tiny.jpg); }

/*volunteer and clinic*/
.block-imageblock .block-image img {
  border: 3px solid #FFD533;
  border-radius: 100px;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  max-width: 120px;
  overflow: hidden; }

.block-imageblock .block-image a:after {
  content: none; }

.block-imageblock-2.box, .block-imageblock-1.box {
  padding-bottom: 10%; }

.donate-block-onetime.open {
  background-color: #00a6b6;
  color: #fff; }

.long-box#home-4 {
  display: none; }

.long-box#home-2.box {
  background-color: white; }

@media (min-width: 400px) {
  .block-imageblock .block-image img {
    max-width: none; }
  .times {
    margin: 0px 15%; }
  .col-1 {
    border-bottom: 1px dashed;
    width: 100%;
    padding-bottom: 20px; }
  .col-2 {
    width: 100%; } }

@media (min-width: 768px) {
  .block-block-11.box .box {
    -webkit-transform: none;
            transform: none; }
  .front footer {
    margin-top: 5%; }
  .long-box#home-2:after,
  .long-box#home-3:after {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 0.93;
    position: absolute;
    right: 0;
    top: 0; }
  .long-box#home-3:after {
    background-image: url(../img/gradient-purple-teal.png);
    background-repeat: repeat-y;
    background-size: 100%;
    background-image: linear-gradient(to right, #7a1b9d 0, #00a6b6 100%); }
  .long-box#home-2,
  .long-box#home-3,
  .long-box#home-4 {
    border-top: 2px solid #fff;
    margin-bottom: 0%;
    margin-top: 0%;
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-transform: skew(0deg, -5deg);
            transform: skew(0deg, -5deg); }
    .long-box#home-2:after,
    .long-box#home-3:after,
    .long-box#home-4:after {
      content: '';
      clear: both;
      display: table; }
    .long-box#home-2:after,
    .long-box#home-3:after,
    .long-box#home-4:after {
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  #home-1 .long-box-content {
    -webkit-transform: skew(0deg, 0deg);
    transform: skew(0deg, 0deg);
    min-height: auto; }
    #home-1 .long-box-content .col-1 {
      border-right: 1px dashed;
      border-bottom: 0px !important;
      width: 50%; }
    #home-1 .long-box-content .col-2 {
      width: 48%; }
    #home-1 .long-box-content .times {
      margin: 0px 25%; }
  .front .page #home-1 .box {
    min-height: auto;
    margin-bottom: 0;
    -webkit-backface-visibility: hidden; }
    .front .page #home-1 .box p {
      width: 80%;
      font-size: 1.2em; }
    .front .page #home-1 .box .days {
      float: left;
      font-weight: bold; }
    .front .page #home-1 .box .hours {
      text-align: right; }
    .front .page #home-1 .box h2 {
      color: white;
      font-weight: bold;
      border-bottom: 1px dashed;
      padding-bottom: 20px;
      margin-bottom: 10px; }
    .front .page #home-1 .box div {
      font-size: 20px; }
    .front .page #home-1 .box .times {
      font-size: 1.2em;
      text-align: center;
      margin: 0px 20%; }
    .front .page #home-1 .box .col-1 {
      float: left;
      text-align: center;
      height: 300px;
      width: 50%; }
      .front .page #home-1 .box .col-1 h4 {
        font-size: 1.7em;
        font-weight: normal; }
      .front .page #home-1 .box .col-1 em {
        color: #FFD533; }
    .front .page #home-1 .box .col-2 {
      width: 48%;
      text-align: center; }
      .front .page #home-1 .box .col-2 h4 {
        font-size: 1.7em; }
  .long-box#home-2 {
    background-color: white;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px; }
  .long-box#home-2 .box {
    margin-top: 0%; }
    .long-box#home-2 .box h2 {
      color: #7a1b9d; }
  .long-box#home-1 {
    background: #00a6b6; }
  .long-box#home-3 {
    background-color: #404040;
    background-image: url(../img/volunteer-clinic-large.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px; }
  .long-box#home-4 {
    background-color: #2c152c;
    background-image: url(../img/news-large.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block; }
  .long-box#home-4 .long-box-content {
    padding-bottom: 5%; }
    .long-box#home-4 .long-box-content:after {
      content: '';
      clear: both;
      display: table; }
  .long-box#home-4:after {
    background-color: #7a1b9d;
    background-image: linear-gradient(to bottom, #7a1b9d 0, #2c152c 100%);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 0.93;
    position: absolute;
    right: 0;
    top: 0; }
  .long-box .box {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 1;
    -webkit-transform: skew(0deg, 5deg);
            transform: skew(0deg, 5deg);
    /* Standard syntax */
    background: none;
    border: 0;
    margin-bottom: 5%;
    padding-bottom: 0;
    padding-top: 0; }
  .long-box .box:before,
  .long-box .box:after {
    content: none; }
  .long-box .box .box-content {
    -webkit-transform: skew(0, 0);
            transform: skew(0, 0); }
  .block-pets-saved-pets-saved.box .box-content,
  .block-imageblock-2.box .box-content,
  .block-block-11.box .box-content,
  .block-imageblock-1.box .box-content,
  .block-views-news-block-block.box .box-content {
    margin-left: 35px;
    margin-right: 35px; }
  .block-views-featured-pets-block.box .box-content {
    padding-top: 5%; }
  .long-box-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px; }
  .long-box#home-3 .box,
  .long-box#home-4 .box {
    float: left; }
  .long-box#home-2 .box {
    width: 100%; }
  .long-box#home-3 .box {
    width: 50%; }
  .long-box#home-4 .box:nth-child(1) {
    margin-right: 3%;
    width: 100%; }
  .long-box#home-4 .box:nth-child(2) {
    box-sizing: border-box;
    padding-right: 6%;
    width: 30%; } }
  @media (min-width: 768px) and (min-width: 400px) {
    .long-box#home-4 .box:nth-child(2) {
      padding-right: 30px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .long-box#home-4 .box:nth-child(2) {
      padding-right: 50px; } }
  @media (min-width: 768px) and (min-width: 1000px) {
    .long-box#home-4 .box:nth-child(2) {
      padding-right: 100px; } }

@media (min-width: 768px) {
  /*clinic & volunteer & featured item*/
  .block-imageblock-1.box {
    background-image: url(../img/dotted-border-lr.png);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), 85%, #404040);
    background-position: 100% 0;
    background-size: 1px 5px;
    background-repeat: repeat-y;
    margin-top: 0; }
  .front .block-imageblock-2.box h2 {
    left: 25px;
    text-align: left;
    margin-top: 13%; }
  .block-imageblock-2 .block-image {
    float: right; }
  .block-imageblock-2 .block-image img {
    float: none;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
  .block-imageblock-2 .block-body {
    margin-top: 0;
    width: 100%; }
  .block-imageblock-2 .more,
  .block-imageblock-1 .more {
    float: left;
    color: #FFD533; }
  .long-box#home-3 .block-imageblock-2.box {
    float: right; }
  .front .block-views-success-story-block.box h2,
  .front .block-imageblock-4.box h2,
  .front .block-imageblock-1.box h2 {
    text-align: left; }
  .block-imageblock-4 .block-image,
  .block-imageblock-1 .block-image {
    float: right;
    width: 45%; }
  .block-imageblock-4 .block-image img,
  .block-imageblock-1 .block-image img {
    float: none; }
  .block-imageblock-1 .block-body {
    width: 100%; }
  .front .block-views-success-story-block.box h2,
  .front .block-imageblock-4.box h2 {
    font-size: 30px; }
  .block-imageblock-4 .block-body {
    width: 80%; }
  .block-imageblock-4 .block-image {
    float: none;
    width: 150px; }
    .block-imageblock-4 .block-image img {
      height: auto;
      width: 100%; }
  .block-views-success-story-block .image-frame {
    height: 150px;
    margin-bottom: 10px;
    width: 150px; }
    .block-views-success-story-block .image-frame a {
      background-position: 50%;
      background-size: cover;
      display: block;
      height: 100%;
      width: 100%; }
  /*news*/
  .front .block-views-news-block-block h2 {
    text-align: left; }
  .block-views-news-block-block.box {
    background-image: url(../img/dotted-border-lr.png);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), 85%, #404040);
    background-position: 100% 0;
    background-size: 1px 5px;
    background-repeat: repeat-y; }
  .block-views-news-block-block .item-list ul li {
    font-size: 18px;
    font-weight: 400;
    list-style-type: none;
    margin-bottom: 25px;
    margin-left: 0; }
    .block-views-news-block-block .item-list ul li img {
      border: 3px solid #FFD533;
      border-radius: 115px;
      display: block;
      overflow: hidden;
      float: right;
      margin-right: 15px;
      max-width: 120px;
      overflow: hidden;
      height: 115px; } }

@media (max-width: 767px) {
  .front .page #home-1 .box .col-2 {
    float: none; } }

@media (min-width: 900px) {
  .long-box#home-2 {
    min-height: 500px; } }

@media (min-width: 1000px) {
  .block-imageblock-2 .block-image {
    left: 30%; }
  .front .block-views-success-story-block.box h2,
  .front .block-imageblock-4.box h2 {
    font-size: 36px; } }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*help 10k*/
.block-pets-saved-pets-saved p {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center; }

.block-pets-saved-pets-saved .svg {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  width: 100%; }

.block-pets-saved-pets-saved .svg circle {
  stroke: #666;
  stroke-dashoffset: 0;
  stroke-width: 8px;
  transition: stroke-dashoffset 1s linear; }

.block-pets-saved-pets-saved .svg .bar {
  stroke: #FFD533; }

.block-pets-saved-pets-saved #radials:after {
  content: '';
  clear: both;
  display: table; }

.block-pets-saved-pets-saved .radial {
  display: block;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  position: relative;
  width: 49.5%; }

.block-pets-saved-pets-saved .svg-container {
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative; }

.block-pets-saved-pets-saved .svg-container:after {
  content: attr(data-pct);
  display: block;
  font-size: 45px;
  font-weight: 200;
  line-height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.block-pets-saved-pets-saved #cat-radial .svg-container {
  background-image: url(../img/dotted-border-lr.png);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), 85%, #404040);
  background-position: 100% 0;
  background-size: 1px 5px;
  background-repeat: repeat-y; }

.block-pets-saved-pets-saved .saved {
  font-style: italic;
  text-align: center; }

@media (min-width: 600px) {
  .block-pets-saved-pets-saved .svg {
    width: 100%; } }

@media (min-width: 768px) {
  .block-pets-saved-pets-saved.box {
    background-image: url(../img/dotted-border-lr.png);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), 85%, #404040);
    background-position: 100% 0;
    background-size: 1px 5px;
    background-repeat: repeat-y;
    margin-top: 0; }
  .block-pets-saved-pets-saved .radial {
    margin-left: 0px;
    width: 40%; }
  .block-pets-saved-pets-saved > p {
    font-size: 16px; }
  .block-pets-saved-pets-saved .saved {
    float: left;
    margin-left: 160px;
    margin-top: -140px; }
  .block-pets-saved-pets-saved .saved p {
    text-align: left; } }

@media (min-width: 860px) {
  .block-pets-saved-pets-saved .radial {
    margin-left: 30px;
    width: 40%; }
  .block-pets-saved-pets-saved .saved {
    float: left;
    margin-left: 215px;
    margin-top: -140px; } }

@media (min-width: 950px) {
  .front .block-pets-saved-pets-saved .box-content > h2 {
    text-align: left;
    max-width: 220px;
    width: 60%; }
  .front .block-pets-saved-pets-saved .box-content > p {
    text-align: left;
    width: 45%; }
  .block-pets-saved-pets-saved.box {
    min-height: 375px; }
  .block-pets-saved-pets-saved #radials {
    max-width: 250px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 56px;
    width: 50%; }
  .block-pets-saved-pets-saved .radial {
    float: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 250px;
    width: 100%; }
  .block-pets-saved-pets-saved .radial + .radial {
    margin-top: 20px; }
  .block-pets-saved-pets-saved .radial p,
  .block-pets-saved-pets-saved .radial .saved {
    display: inline-block; }
  .block-pets-saved-pets-saved .svg {
    max-width: 175px; }
  .block-pets-saved-pets-saved .svg circle {
    stroke: 5px; }
  .block-pets-saved-pets-saved #cat-radial .svg-container {
    background: none; }
  .block-pets-saved-pets-saved .svg-container:after {
    font-size: 55px; }
  .block-pets-saved-pets-saved .saved {
    float: none;
    margin-left: 0;
    margin-top: 0;
    width: 100%; }
  .block-pets-saved-pets-saved .saved p {
    text-align: center; } }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.block-views-featured-pets-block h3 {
  font-style: normal; }

.block-views-featured-pets-block .view-header {
  margin-bottom: 20px;
  text-align: center; }
  .block-views-featured-pets-block .view-header p {
    text-align: left;
    color: black;
    text-align: center; }
  .block-views-featured-pets-block .view-header a.button {
    background: #7a1b9d;
    color: white;
    border: 1px solid #7a1b9d;
    text-align: center;
    text-transform: capitalize; }
    .block-views-featured-pets-block .view-header a.button:hover {
      background: #FFD533;
      border: 1px solid #FFD533;
      color: #7a1b9d; }

.block-views-featured-pets-block .view-header .button {
  text-transform: lowercase;
  width: 130px;
  margin: 5px; }

.block-views-featured-pets-block .view-header .button + .button {
  margin-left: 13px; }

.block-views-featured-pets-block .owl-item {
  text-align: center; }

.block-views-featured-pets-block .owl-item .views-field-field-photo {
  border-radius: 200px;
  border: solid 2px #FFD533;
  overflow: hidden;
  transition: all 0.5s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 275px;
  margin: 0 auto; }
  .block-views-featured-pets-block .owl-item .views-field-field-photo img {
    height: auto;
    width: 122%;
    vertical-align: bottom; }
  .block-views-featured-pets-block .owl-item .views-field-field-photo:hover {
    border-radius: 0;
    overflow: hidden; }

.block-views-featured-pets-block .owl-carousel .owl-controls .owl-buttons div {
  background: none;
  border-radius: 0;
  color: transparent;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 38%;
  margin: 0; }

.block-views-featured-pets-block .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .block-views-featured-pets-block .owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #FFD533;
    border-top: 15px solid transparent;
    content: '';
    display: block;
    height: 0;
    width: 0;
    transition: all .25s ease-out; }
  .block-views-featured-pets-block .owl-carousel .owl-controls .owl-buttons div.owl-prev:hover:before {
    -webkit-transform: scale(1.35);
            transform: scale(1.35); }

.block-views-featured-pets-block .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 0;
  -webkit-transform: translateY(-50%) translateX(35%);
          transform: translateY(-50%) translateX(35%); }
  .block-views-featured-pets-block .owl-carousel .owl-controls .owl-buttons div.owl-next:before {
    border-bottom: 15px solid transparent;
    border-left: 15px solid #FFD533;
    border-top: 15px solid transparent;
    content: '';
    display: block;
    height: 0;
    width: 0;
    transition: all .25s ease-out; }
  .block-views-featured-pets-block .owl-carousel .owl-controls .owl-buttons div.owl-next:hover:before {
    -webkit-transform: scale(1.35);
            transform: scale(1.35); }

.block-views-featured-pets-block .owl-pagination {
  visibility: hidden; }

.block-views-featured-pets-block h3 {
  margin-bottom: 5px; }

.block-views-featured-pets-block h3 a {
  color: #7a1b9d;
  text-decoration: none;
  text-transform: uppercase; }

.block-views-featured-pets-block h3 ~ div {
  display: inline-block;
  text-transform: lowercase;
  color: black; }

.block-views-featured-pets-block h3 + div:before {
  content: "I am a ";
  color: black; }

.block-views-featured-pets-block h3 + div::first-letter {
  text-transform: uppercase; }

.subaru,
.macu {
  position: relative; }

.subaru:after {
  background-color: #fff;
  background-image: url(../img/subaru.png);
  background-size: 100%;
  border-radius: 110px;
  content: '';
  height: 100px;
  position: absolute;
  width: 130px;
  z-index: 100; }

.macu:after {
  background-color: #fff;
  background-image: url(../img/macu-logo.png);
  background-size: 100%;
  border-radius: 110px;
  content: '';
  height: 100px;
  position: absolute;
  width: 130px;
  z-index: 100; }

.mmiller:after {
  background-color: #fff;
  background-image: url(../img/mmiller-logo.png);
  background-size: 100%;
  border-radius: 110px;
  content: '';
  height: 100px;
  position: absolute;
  width: 130px;
  z-index: 100; }

.nwade:after {
  background-color: #fff;
  background-image: url(../img/nwade-logo.png);
  background-size: 100%;
  border-radius: 110px;
  content: '';
  height: 100px;
  position: absolute;
  width: 130px;
  z-index: 100; }

.dsmith:after {
  background-color: #fff;
  background-image: url(../img/dsmith-logo.png);
  background-size: 100%;
  border-radius: 110px;
  content: '';
  height: 100px;
  position: absolute;
  width: 130px;
  z-index: 100; }

.young:after {
  background-color: #fff;
  background-image: url(../img/young-logo.png);
  background-size: 100%;
  border-radius: 110px;
  content: '';
  height: 100px;
  position: absolute;
  width: 130px;
  z-index: 100; }

@media (max-width: 767px) {
  .subaru:after,
  .macu:after,
  .mmiller:after,
  .nwade:after,
  .dsmith:after,
  .young:after {
    bottom: 15%;
    border: 1px solid #00a6b6;
    right: 5%; }
  .block-views-featured-pets-block h2,
  .block-views-featured-pets-block .view-header {
    color: #7a1b9d; }
    .block-views-featured-pets-block h2 p,
    .block-views-featured-pets-block .view-header p {
      color: black; } }

@media (min-width: 768px) {
  .block-views-featured-pets-block .owl-item .views-field-field-photo {
    height: 300px;
    width: 300px; } }

@media (min-width: 900px) {
  .block-views-featured-pets-block h2,
  .block-views-featured-pets-block .view-header {
    width: 35%;
    color: #7a1b9d; }
    .block-views-featured-pets-block h2 p,
    .block-views-featured-pets-block .view-header p {
      text-align: left; }
  .front .block-views-featured-pets-block.box h2 {
    text-align: left; }
  .block-views-featured-pets-block .view-header .button {
    float: none;
    width: 70px;
    margin: 5px; }
  .block-views-featured-pets-block .view-header .button + .button {
    margin-left: 0;
    margin-top: 10px; }
  .block-views-featured-pets-block .owl-carousel {
    position: absolute;
    right: 0;
    top: 30px;
    width: 60%; }
  .block-views-featured-pets-block .owl-item .views-field-field-photo {
    margin-top: 25px; } }

@media (min-width: 768px) {
  .block-views-featured-pets-block .owl-item .views-field-field-photo {
    height: 363px;
    margin-top: 0;
    width: 420px; }
  .subaru:after,
  .macu:after,
  .mmiller:after,
  .nwade:after,
  .dsmith:after,
  .young:after {
    left: 65%;
    top: 250px;
    border: 1px solid #00a6b6; } }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.block-block-11:after {
  content: '';
  clear: both;
  display: table; }

.block-block-11 h2 {
  margin-bottom: 50px; }

.block-block-11 .block + .block h2 {
  display: none; }

.block-block-11 .block-webform-client-block-4655.box {
  margin-top: 100px;
  min-height: 100px; }

.block-block-11 .form-item:not(.webform-component--donation-type) .form-radios {
  display: none; }

#donation-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 135px;
  margin-top: 20px;
  max-width: 95%;
  position: relative; }

#donation-slider-items {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.donation-item {
  box-sizing: border-box;
  display: none;
  font-size: 20px;
  height: 50%;
  position: relative;
  text-align: center; }
  .donation-item:after {
    background: #fff;
    content: '';
    display: block;
    height: 25px;
    left: 100%;
    margin-left: -1px;
    position: absolute;
    width: 2px; }
  .donation-item.passed:after, .donation-item.active:after {
    background: #FFD533; }
  .donation-item:nth-child(odd):after {
    margin-top: -23px;
    top: 100%; }
  .donation-item:nth-child(even) {
    padding-top: 50px;
    top: 50%; }
    .donation-item:nth-child(even):after {
      top: 0; }
  @media (min-width: 600px) {
    .donation-item {
      font-size: 25px; } }

.donation-item span {
  left: 100%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.donation-item:nth-child(even) span {
  top: 0;
  margin-top: 35px; }

.donation-item.active span {
  background: #FFD533;
  color: #7a1b9d; }

#donation-slider.recurring .donation-item.recurring,
#donation-slider.donation .donation-item.donation {
  display: inline-block; }

.views-field-field-icon img {
  width: 100px; }

#donation-slider-track {
  height: 40px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

#donation-slider-track-progress,
#donation-slider-track:before {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%; }

#donation-slider-track:before {
  background: #fff;
  right: 0; }

#donation-slider-track-progress {
  background: #FFD533;
  width: 0;
  transition: all .5s ease-out; }

#donation-slider-thumb {
  background: #FFD533;
  border-radius: 50px;
  cursor: pointer;
  display: block;
  height: 40px;
  position: absolute;
  width: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  #donation-slider-thumb:before {
    border: 2px solid #FFD533;
    border-radius: 100px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-animation: pulse 2s ease-out infinite;
            animation: pulse 2s ease-out infinite; }

.donation-item.active {
  color: #7a1b9d; }

.block-block-11 #other-amount {
  display: none; }

.block-block-11 #other-amount.active {
  display: block;
  text-align: center; }

.block-block-11 #other-amount-input {
  display: inline-block;
  margin-left: 10px; }

form#donation-type {
  clear: both;
  padding-bottom: 30px;
  padding-top: 30px; }

form#donation-type input {
  margin-right: 5px; }

form#donation-type label + input {
  margin-left: 25px; }

.block-block-11 .donation-descriptions:before,
.block-block-11 .donation-descriptions {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: italic;
  margin: 0;
  padding: 0; }

.block-block-11 #donation-descriptions {
  width: 100%; }

.block-block-11 #donation-descriptions {
  font-size: 18px;
  line-height: 115%;
  margin-bottom: 30px;
  text-align: center; }
  .block-block-11 #donation-descriptions:before {
    content: "Drag the yellow circle to see the impact your donation will have on animals in need"; }
  .block-block-11 #donation-descriptions.active:before {
    content: none; }
  @media (min-width: 1000px) {
    .block-block-11 #donation-descriptions {
      font-size: 24px; } }

.front input.form-submit:before, .button:before {
  border: 1px solid #7a1b9d;
  color: #7a1b9d; }

.front #home-1 a.button {
  color: #fff;
  background-color: #7a1b9d; }
  .front #home-1 a.button:hover {
    background-color: #FFD533;
    color: #404040; }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.block-views-feature-slider-block .owl-carousel .owl-wrapper {
  background: #404040; }

.block-views-feature-slider-block .owl-carousel .views-field-field-feature-image
.block-views-feature-slider-block .owl-carousel .views-field-field-feature-image .field-content,
.block-views-feature-slider-block .owl-carousel .views-field-field-feature-image .field-content img {
  width: 100%; }

.block-views-feature-slider-block .owl-carousel .views-field-field-feature-image .field-content img {
  height: auto; }

.block-views-feature-slider-block .owl-carousel:after,
.block-views-feature-slider-block .owl-carousel .owl-item:after,
.block-views-feature-slider-block .owl-carousel .views-field-nothing:before {
  background: #404040;
  content: "";
  display: block;
  width: 100%; }

.block-views-feature-slider-block .owl-carousel:after,
.block-views-feature-slider-block .owl-carousel .owl-item:after {
  bottom: -80px;
  height: 80px;
  position: absolute;
  z-index: 0; }

.block-views-feature-slider-block .owl-carousel .owl-item {
  background: #404040; }

.block-views-feature-slider-block .owl-carousel .views-field-nothing {
  background: #404040;
  position: relative; }

.block-views-feature-slider-block .owl-carousel .views-field-nothing:before {
  border-top: 2px solid #fff;
  height: 100%;
  position: absolute;
  top: -55px;
  -webkit-transform: skew(0, -5deg);
          transform: skew(0, -5deg); }

.block-views-feature-slider-block .owl-carousel .slide-title {
  font-weight: 200;
  font-size: 8vw;
  line-height: 115%;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 10px;
  position: relative;
  color: #fff; }

.block-views-feature-slider-block .owl-carousel .views-field-nothing .field-content {
  display: block;
  padding-bottom: 10px;
  padding-left: 6%;
  padding-right: 6%;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 20px; }

.block-views-feature-slider-block .owl-carousel .more {
  float: none;
  color: #FFD533; }

.block-views-feature-slider-block .owl-carousel .owl-pagination {
  display: none; }

.block-views-feature-slider-block .owl-carousel .owl-controls .owl-buttons div {
  background: none;
  border-radius: 0;
  color: transparent;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 40%;
  margin: 0; }

.block-views-feature-slider-block .owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .block-views-feature-slider-block .owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
    border-bottom: 25px solid transparent;
    border-right: 25px solid #FFD533;
    border-top: 25px solid transparent;
    content: '';
    display: block;
    height: 0;
    width: 0;
    transition: all .25s ease-out; }
  .block-views-feature-slider-block .owl-carousel .owl-controls .owl-buttons div.owl-prev:hover:before {
    -webkit-transform: scale(1.35);
            transform: scale(1.35); }

.block-views-feature-slider-block .owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: 6%;
  -webkit-transform: translateY(-50%) translateX(35%);
          transform: translateY(-50%) translateX(35%); }
  .block-views-feature-slider-block .owl-carousel .owl-controls .owl-buttons div.owl-next:before {
    border-bottom: 25px solid transparent;
    border-left: 25px solid #FFD533;
    border-top: 25px solid transparent;
    content: '';
    display: block;
    height: 0;
    width: 0;
    transition: all .25s ease-out; }
  .block-views-feature-slider-block .owl-carousel .owl-controls .owl-buttons div.owl-next:hover:before {
    -webkit-transform: scale(1.35);
            transform: scale(1.35); }

.block-views-feature-slider-block .owl-carousel .more-link-container:after {
  content: '';
  clear: both;
  display: table; }

@media (min-width: 400px) {
  .block-views-feature-slider-block .owl-carousel .owl-controls .owl-buttons div.owl-prev {
    left: 30px; }
  .block-views-feature-slider-block .owl-carousel .owl-controls .owl-buttons div.owl-next {
    right: 30px; } }

@media (min-width: 768px) {
  .long-box#home-1 {
    margin-top: -12%;
    min-height: 500px; }
  .block-views-feature-slider-block .owl-carousel .owl-wrapper {
    background: transparent; }
  .block-views-feature-slider-block .owl-carousel .owl-item > div {
    padding-top: 47%;
    position: relative; }
  .block-views-feature-slider-block .owl-carousel .owl-item {
    background: none; }
  .block-views-feature-slider-block .owl-carousel .views-field-nothing {
    bottom: 0;
    right: 0;
    position: absolute;
    top: 0; }
  .block-views-feature-slider-block .owl-carousel:after,
  .block-views-feature-slider-block .owl-carousel .owl-item:after,
  .block-views-feature-slider-block .owl-carousel .views-field-nothing {
    box-sizing: border-box;
    width: 35%; }
  .block-views-feature-slider-block .owl-carousel .slide-title {
    font-size: 3.5vw;
    margin-top: 20%; }
  .block-views-feature-slider-block .owl-carousel .views-field-nothing .field-content {
    margin-right: 60px;
    text-align: left; }
  .block-views-feature-slider-block .owl-carousel .views-field.views-field-field-feature-image {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 35%;
    top: 0; }
  .block-views-feature-slider-block .owl-carousel .owl-controls .owl-buttons div.owl-prev {
    top: 50%; }
  .block-views-feature-slider-block .owl-carousel .owl-controls .owl-buttons div.owl-next {
    top: 50%; }
  .block-views-feature-slider-block .owl-carousel .edit-link {
    position: absolute;
    top: -10%; } }

@media (min-width: 1000px) {
  .block-views-feature-slider-block .owl-carousel .owl-item > div {
    padding-top: 46%; } }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*dotted border queries.  DO NOT ADD ANYTHING ELSE in here.*/
.page-adopt .page,
.page-adopt-dev .page
.page-pet-rehoming .page,
.page-foster .page,
.page-node-2275 .page {
  max-width: 100% !important; }

.page-adoption .item,
.page-adopt .item,
.page-adoption .item,
.page-adopt-dev .item,
.page-pet-rehoming .field-content .item,
.page-foster .field-content .item {
  margin: 20px 0 100px 0;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .page-adoption .item img,
  .page-adopt .item img,
  .page-adoption .item img,
  .page-adopt-dev .item img,
  .page-pet-rehoming .field-content .item img,
  .page-foster .field-content .item img {
    border-radius: 20px;
    border: solid 2px #FFD533;
    width: 175px;
    transition: all 0.5s ease-in-out;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    margin-bottom: 10px; }
    .page-adoption .item img:hover,
    .page-adopt .item img:hover,
    .page-adoption .item img:hover,
    .page-adopt-dev .item img:hover,
    .page-pet-rehoming .field-content .item img:hover,
    .page-foster .field-content .item img:hover {
      border-radius: 0; }
  @media (min-width: 500px) and (max-width: 767px) {
    .page-adoption .item,
    .page-adopt .item,
    .page-adoption .item,
    .page-adopt-dev .item,
    .page-pet-rehoming .field-content .item,
    .page-foster .field-content .item {
      width: 45%;
      border-right: dotted 1px #999; }
      .page-adoption .item:nth-child(even),
      .page-adopt .item:nth-child(even),
      .page-adoption .item:nth-child(even),
      .page-adopt-dev .item:nth-child(even),
      .page-pet-rehoming .field-content .item:nth-child(even),
      .page-foster .field-content .item:nth-child(even) {
        border-right: none; } }
  @media (min-width: 768px) and (max-width: 919px) {
    .page-adoption .item,
    .page-adopt .item,
    .page-adoption .item,
    .page-adopt-dev .item,
    .page-pet-rehoming .field-content .item,
    .page-foster .field-content .item {
      width: 32%;
      border-right: dotted 1px #999; }
      .page-adoption .item img,
      .page-adopt .item img,
      .page-adoption .item img,
      .page-adopt-dev .item img,
      .page-pet-rehoming .field-content .item img,
      .page-foster .field-content .item img {
        border-radius: 125px;
        height: 200px; }
      .page-adoption .item:nth-child(3n+3),
      .page-adopt .item:nth-child(3n+3),
      .page-adoption .item:nth-child(3n+3),
      .page-adopt-dev .item:nth-child(3n+3),
      .page-pet-rehoming .field-content .item:nth-child(3n+3),
      .page-foster .field-content .item:nth-child(3n+3) {
        border-right: none; } }
  @media (min-width: 920px) and (max-width: 1299px) {
    .page-adoption .item,
    .page-adopt .item,
    .page-adoption .item,
    .page-adopt-dev .item,
    .page-pet-rehoming .field-content .item,
    .page-foster .field-content .item {
      width: 32%;
      border-right: dotted 1px #999; }
      .page-adoption .item:nth-child(3n+3),
      .page-adopt .item:nth-child(3n+3),
      .page-adoption .item:nth-child(3n+3),
      .page-adopt-dev .item:nth-child(3n+3),
      .page-pet-rehoming .field-content .item:nth-child(3n+3),
      .page-foster .field-content .item:nth-child(3n+3) {
        border-right: none; } }
  @media (min-width: 1300px) {
    .page-adoption .item,
    .page-adopt .item,
    .page-adoption .item,
    .page-adopt-dev .item,
    .page-pet-rehoming .field-content .item,
    .page-foster .field-content .item {
      width: 24%;
      border-right: dotted 1px #999; }
      .page-adoption .item:nth-child(4n+4),
      .page-adopt .item:nth-child(4n+4),
      .page-adoption .item:nth-child(4n+4),
      .page-adopt-dev .item:nth-child(4n+4),
      .page-pet-rehoming .field-content .item:nth-child(4n+4),
      .page-foster .field-content .item:nth-child(4n+4) {
        border-right: none; } }

.block-views-foster-shelterluv-block-1 .field-content .item {
  margin: 20px 0 100px 0;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .block-views-foster-shelterluv-block-1 .field-content .item img {
    border-radius: 20px;
    border: solid 2px #FFD533;
    width: 175px;
    transition: all 0.5s ease-in-out;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    margin-bottom: 10px; }
    .block-views-foster-shelterluv-block-1 .field-content .item img:hover {
      border-radius: 0; }
  @media (min-width: 500px) and (max-width: 919px) {
    .block-views-foster-shelterluv-block-1 .field-content .item {
      width: 45%;
      float: left;
      border-right: dotted 1px #999; }
      .block-views-foster-shelterluv-block-1 .field-content .item:nth-child(even) {
        border-right: none; } }
  @media (min-width: 920px) {
    .block-views-foster-shelterluv-block-1 .field-content .item {
      width: 32%;
      float: left;
      border-right: dotted 1px #999; }
      .block-views-foster-shelterluv-block-1 .field-content .item:nth-child(3n+3) {
        border-right: none; } }

@media (min-width: 500px) and (max-width: 767px) {
  .page-pet-rehoming .item,
  .page-foster .item
.page-node-2275 .block-views-foster-shelterluv-block-1 .field-content .item {
    float: left;
    width: 45%;
    border-right: dotted 1px #999; }
    .page-pet-rehoming .item:nth-child(even),
    .page-foster .item
.page-node-2275 .block-views-foster-shelterluv-block-1 .field-content .item:nth-child(even) {
      border-right: none; } }

@media (min-width: 768px) and (max-width: 919px) {
  .page-pet-rehoming .item,
  .page-foster .item
.page-node-2275 .block-views-foster-shelterluv-block-1 .field-content .item {
    float: left;
    width: 32%;
    border-right: dotted 1px #999; }
    .page-pet-rehoming .item img,
    .page-foster .item
.page-node-2275 .block-views-foster-shelterluv-block-1 .field-content .item img {
      border-radius: 125px;
      height: 200px; }
    .page-pet-rehoming .item:nth-child(3n+3),
    .page-foster .item
.page-node-2275 .block-views-foster-shelterluv-block-1 .field-content .item:nth-child(3n+3) {
      border-right: none; } }

@media (min-width: 920px) and (max-width: 1299px) {
  .page-pet-rehoming .item,
  .page-foster .item
.page-node-2275 .block-views-foster-shelterluv-block-1 .field-content .item {
    float: left;
    width: 32%;
    border-right: dotted 1px #999; }
    .page-pet-rehoming .item:nth-child(3n+3),
    .page-foster .item
.page-node-2275 .block-views-foster-shelterluv-block-1 .field-content .item:nth-child(3n+3) {
      border-right: none; } }

@media (min-width: 1300px) {
  .page-pet-rehoming .item,
  .page-foster .item
.page-node-2275 .block-views-foster-shelterluv-block-1 .field-content .item {
    float: left;
    width: 24%;
    height: 350px;
    border-right: dotted 1px #999; }
    .page-pet-rehoming .item:nth-child(4n+4),
    .page-foster .item
.page-node-2275 .block-views-foster-shelterluv-block-1 .field-content .item:nth-child(4n+4) {
      border-right: none; } }

#filters {
  text-align: center; }

.block-facetapi {
  display: inline-block; }
  .block-facetapi select {
    margin: 10px 0px;
    -webkit-appearance: none;
    background-color: #7a1b9d;
    color: #fff;
    border: 1px solid #fff; }
  .block-facetapi .form-item {
    margin: 0; }
  .block-facetapi form {
    height: 60px;
    overflow: hidden; }
    .block-facetapi form ul {
      margin: 10px 5px;
      padding: 0; }

.block-block-8 {
  display: inline-block;
  overflow: hidden;
  margin: 10px 5px; }
  .block-block-8 a.reset {
    color: #FFD533;
    display: inline-block;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 15px;
    transition: all 0.25s ease-in-out;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
    .block-block-8 a.reset img {
      transition: all 0.25s ease-in-out;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
    .block-block-8 a.reset:hover img {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }

.block-facetapi form li,
.block-facetapi form li.leaf {
  list-style: none;
  list-style-image: none;
  border-radius: 100px;
  box-sizing: border-box;
  display: block;
  font-size: 15px;
  padding: 7px 16px;
  width: 100%;
  color: #FFD533;
  background-color: rgba(122, 27, 157, 0.2);
  border: 1px solid rgba(255, 213, 51, 0.5); }

a.facetapi-active {
  display: inline-block;
  height: 22px;
  width: 18px;
  overflow: hidden;
  text-indent: 9999px;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAA0lBMVEUAAAD/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TP/1TNDvXv8AAAARXRSTlMAAQIDBAUHCAkPERQYIiMkJicoKiwtMDQ1ODk8QklNT1BXZGZodXx/gouOmJqipqqrrbzAw8fIzM/R09ne4u3x8/X3+/1kUnIzAAAAsUlEQVQYGXXB6TZCYQBA0XMbJCUSmec5hahwM3/3vP8rucOq1R97k2tfTb7eH49rzDTGFpIzCpvBuWGJVDO4oA9EbzpaHqihtatuQ1e9ILo3WaPyqVPomToketigPDJVJzZzAJSfzHT4MbcCN+b2iM0cAZWxmQ49U6dEg3Wqr6bqdNVLuDO0WPrVKUSxPldv1bC6r+4AzeCCPpmt4NywRK4xsZCcR8y0r1++P4YnNf7xB1vYMhg+YHb/AAAAAElFTkSuQmCC) center center no-repeat transparent;
  background-size: 12px;
  transition: all 0.25s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }
  a.facetapi-active:after {
    display: none; }
  a.facetapi-active:hover, a.facetapi-active:focus, a.facetapi-active:active {
    background-size: 18px; }

.facetmask {
  background: rgba(0, 0, 0, 0.5) url(../img/loader-dog-yellow.gif) 50% 300px no-repeat;
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.facetactive {
  position: relative; }

.node-type-rehoming-pets .ds-2col-stacked-fluid > .group-right {
  float: right;
  width: 100%; }

.node-type-rehoming-pets .field-name-field-pet-photos .field-item {
  float: left; }

@media (min-width: 700px) {
  .node-type-rehoming-pets .ds-2col-stacked-fluid > .group-right {
    width: 50%; } }

.node-type-rehoming-pets .ds-2col-stacked-fluid > .group-footer {
  padding-top: 20px; }

.page-node-add-rehoming-pets .form-required label:after {
  font-size: 20px;
  top: 0px;
  color: white; }

.block-search-api-saved-searches {
  padding: 10px 40px 40px 40px;
  background-color: #7a1b9d;
  border-radius: 20px;
  color: #fff; }
  .block-search-api-saved-searches h2 {
    color: #fff; }
  .block-search-api-saved-searches .form-item-name,
  .block-search-api-saved-searches .form-item-mail {
    float: left;
    margin: 0 20px 0 0; }
  .block-search-api-saved-searches .submit-button {
    margin-top: 37px;
    background: #FFD533;
    color: #fff;
    border-color: #fff; }
  .block-search-api-saved-searches form label {
    color: #fff; }

.path-clinic {
  background-image: url("../img/clinic-page-tiny.jpg");
  background-position: 50% 200px;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media (min-width: 768px) {
    .path-clinic {
      background-image: url("../img/clinic-page-large.jpg");
      background-position: 50% 0; } }
  @media (min-width: 1300px) {
    .path-clinic {
      background-size: 1300px; } }

.path-get-involved-partnership-opportunities,
.pathone-donate,
.path-mail-donation,
.path-calendar,
.path-register-memorial-bricks,
.page-node-4655 {
  background-image: url("../img/donation-tiny.jpg");
  background-position: 50% 200px;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media (min-width: 768px) {
    .path-get-involved-partnership-opportunities,
    .pathone-donate,
    .path-mail-donation,
    .path-calendar,
    .path-register-memorial-bricks,
    .page-node-4655 {
      background-image: url("../img/donation-large.jpg");
      background-position: 50% 0; } }
  @media (min-width: 1300px) {
    .path-get-involved-partnership-opportunities,
    .pathone-donate,
    .path-mail-donation,
    .path-calendar,
    .path-register-memorial-bricks,
    .page-node-4655 {
      background-size: 1300px; } }

.page-node-4655 .webform-component-markup ul {
  background: rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  display: none;
  height: 150px;
  padding: 50px;
  position: relative; }
  .page-node-4655 .webform-component-markup ul:before {
    content: "Choose a donation amount to see the impact you can have on animals that need your help!";
    left: 50px;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .page-node-4655 .webform-component-markup ul.inactive {
    display: none; }
  .page-node-4655 .webform-component-markup ul.active:before {
    content: none; }
  @media (min-width: 1100px) {
    .page-node-4655 .webform-component-markup ul {
      float: right;
      margin-top: 45%;
      width: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

.page-node-4655 .webform-component-markup ul li {
  display: none;
  list-style-type: none;
  left: 50px;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.page-node-4655 .webform-component--other-amount {
  text-align: right;
  clear: left;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 0 40px 0; }
  .page-node-4655 .webform-component--other-amount input {
    display: inline-block;
    margin: 0 10px 10px 0; }

.field-name-body h2:last-child {
  display: none; }

.webform-component--donation {
  margin-bottom: 0; }
  .webform-component--donation .form-item {
    padding: 8px 10px 8px 20px;
    margin: 0 0 10px 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.15);
    box-sizing: border-box; }
    .webform-component--donation .form-item label {
      margin-bottom: 0; }
    .webform-component--donation .form-item:nth-child(even) {
      background-color: rgba(255, 255, 255, 0.1); }
    .webform-component--donation .form-item:nth-last-child(1) {
      background-color: rgba(255, 255, 255, 0.1);
      margin-bottom: 0;
      width: 100%;
      margin-right: 0;
      text-align: right; }
      .webform-component--donation .form-item:nth-last-child(1) label {
        font-weight: bold;
        margin-bottom: 12px; }

@media (min-width: 900px) {
  .webform-component--donation {
    margin-bottom: 40px; }
    .webform-component--donation .form-item {
      float: left;
      width: 49%;
      margin: 0 1% 10px 0; }
      .webform-component--donation .form-item:nth-child(even) {
        margin-right: 0;
        width: 50%; }
  page-node-4655 .webform-component--other-amount {
    clear: left;
    float: right;
    width: 50%;
    margin-left: 50%;
    background-color: rgba(255, 255, 255, 0.1); } }

@media (min-width: 768px) {
  .page-node-4655 .webform-component--donation-receipt--first-name,
  .page-node-4655 .webform-component--donation-receipt--last-name,
  .page-node-4655 .webform-component--donation-receipt--city,
  .page-node-4655 .webform-component--donation-receipt--state,
  .page-node-4655 .webform-component--donation-receipt--zip-code {
    display: inline-block;
    padding-right: 10px; } }

.field-name-field-campaign-code {
  display: none; }

ul.donation-chooser {
  margin: 0;
  padding: 0;
  text-align: center;
  border-bottom: solid 3px #FFD533; }
  ul.donation-chooser li {
    padding: 10px;
    margin: 0;
    list-style: none; }
  ul.donation-chooser button {
    color: #fff;
    font-weight: bold;
    border: solid 1px #fff;
    padding: 10px 20px 10px 37px;
    border-radius: 30px;
    background: #7a1b9d url(../img/fa-circle-thin_24_0_ffffff_none.png) 8px 50% no-repeat; }
    ul.donation-chooser button:hover, ul.donation-chooser button:focus, ul.donation-chooser button:active {
      color: #FFD533;
      border-color: #FFD533;
      background-image: url(../img/fa-circle-thin_24_0_ffd533_none.png); }
    ul.donation-chooser button.active {
      background-image: url(../img/fa-check-circle_24_0_581d58_none.png);
      color: #7a1b9d;
      background-color: #fff; }

.donate-block-onetime,
.donate-block-recurring,
.donate-block-custom {
  display: none; }
  .donate-block-onetime.open,
  .donate-block-recurring.open,
  .donate-block-custom.open {
    display: block; }
  .donate-block-onetime .view-header,
  .donate-block-recurring .view-header,
  .donate-block-custom .view-header {
    margin-bottom: 20px; }
  .donate-block-onetime .view-footer,
  .donate-block-recurring .view-footer,
  .donate-block-custom .view-footer {
    padding: 5px;
    text-align: center; }
  .donate-block-onetime .item,
  .donate-block-recurring .item,
  .donate-block-custom .item {
    padding: 15px;
    text-align: center;
    box-sizing: border-box; }
  .donate-block-onetime .views-field-add-to-cart-form,
  .donate-block-recurring .views-field-add-to-cart-form,
  .donate-block-custom .views-field-add-to-cart-form {
    padding: 10px 0; }
  .donate-block-onetime .attachment-after,
  .donate-block-recurring .attachment-after,
  .donate-block-custom .attachment-after {
    display: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: dashed 3px #7a1b9d; }
    .donate-block-onetime .attachment-after.open,
    .donate-block-recurring .attachment-after.open,
    .donate-block-custom .attachment-after.open {
      display: block;
      display: flex; }

#home-2 .long-box-content {
  padding-top: 15%; }

@media (min-width: 768px) {
  #home-2 .long-box-content {
    padding-top: 0; }
  .donate-block-onetime,
  .donate-block-recurring,
  .donate-block-custom {
    border-radius: 10px; }
    .donate-block-onetime .view-header,
    .donate-block-recurring .view-header,
    .donate-block-custom .view-header {
      border-radius: 10px 10px 0; } }

.donate-tab-custom {
  background-color: rgba(58, 14, 58, 0.5);
  border-radius: 0 0 10px 10px;
  padding: 10px; }

.commerce-cart-add-to-cart-form-5 .form-text {
  margin: 10px auto;
  text-align: center; }

.commerce-cart-add-to-cart-form-5 label.required:after {
  display: none; }

.donate-block-recurring .donate-less.hide,
.donate-block-recurring .donate-more.hide {
  display: none; }

@media (min-width: 500px) {
  ul.donation-chooser li {
    display: inline-block;
    padding: 20px 0;
    width: 40%; }
  .donate-block-onetime.open,
  .donate-block-recurring.open,
  .donate-block-custom.open {
    display: block;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around; }
  .donate-block-onetime .view-header,
  .donate-block-recurring .view-header,
  .donate-block-custom .view-header {
    flex: 1 0 100%; }
  .donate-block-onetime .item,
  .donate-block-recurring .item,
  .donate-block-custom .item {
    flex: 1 1 50%; }
  .donate-block-onetime .attachment-after.open,
  .donate-block-recurring .attachment-after.open,
  .donate-block-custom .attachment-after.open {
    display: block;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; } }

@media (min-width: 768px) {
  .donate-block-onetime .item,
  .donate-block-recurring .item,
  .donate-block-custom .item {
    flex: 1 1 25%; }
  .one-sidebar .donate-block-onetime .item,
  .one-sidebar .donate-block-recurring .item,
  .one-sidebar .donate-block-custom .item {
    flex: 1 1 50%; } }

@media (min-width: 960px) {
  .one-sidebar .donate-block-onetime .item,
  .one-sidebar .donate-block-recurring .item,
  .one-sidebar .donate-block-custom .item {
    flex: 1 1 25%; } }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.node-type-pet {
  background-color: #f2f2f2; }

.node-type-pet .breadcrumb {
  display: none; }

.node-type-pet .page {
  position: relative; }

.node-type-pet #main-content {
  position: relative;
  z-index: 1; }
  .node-type-pet #main-content:after {
    content: '';
    clear: both;
    display: table; }

.node-type-pet .group-left {
  width: 100%; }
  .node-type-pet .group-left .field-name-field-kennelstatus {
    padding-top: 20px;
    text-align: center; }

.node-type-pet .group-right {
  width: 100%;
  float: left; }

@media (min-width: 650px) {
  .node-type-pet .group-left {
    width: 50%;
    margin-top: 20px; }
  .node-type-pet .group-right {
    width: 50%;
    float: right; } }

.node-type-pet .views-field-field-photo-links,
.node-type-pet .views-field-field-photo-links-3,
.node-type-pet .views-field-field-photo-links-5 {
  margin: 5px;
  float: left; }
  .node-type-pet .views-field-field-photo-links img,
  .node-type-pet .views-field-field-photo-links-3 img,
  .node-type-pet .views-field-field-photo-links-5 img {
    border-radius: 1em;
    border: 1px solid #FFD533; }

.node-type-pet .cboxIframe img {
  max-width: 500px !important; }

.node-type-pet .countup {
  text-align: center;
  padding: 30px 0px; }
  .node-type-pet .countup span.title {
    color: #00a6b6;
    font-size: 3em; }
  .node-type-pet .countup span.days {
    font-size: 5em;
    color: #7a1b9d;
    font-weight: bold;
    line-height: 1em; }
  .node-type-pet .countup span.timeRefDays {
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold; }

.node-type-pet .page:after {
  bottom: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

.node-type-pet .a2a_kit a {
  background-color: #7a1b9d; }
  .node-type-pet .a2a_kit a:before {
    border: 1px solid #7a1b9d; }
  .node-type-pet .a2a_kit a:hover {
    background-color: #FFD533; }

.node-type-pet h1 {
  display: none; }

.node-type-pet h2 {
  color: #7a1b9d;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
  margin-top: 35px;
  text-transform: lowercase;
  text-align: left; }
  @media (min-width: 768px) {
    .node-type-pet h2 {
      font-size: 50px; } }
  .node-type-pet h2:first-letter {
    text-transform: uppercase; }

.node-type-pet .layout-top,
.node-type-pet .layout-stats {
  margin-left: -6%;
  margin-right: -6%; }

.node-type-pet .layout-top {
  position: relative; }

.node-type-pet .layout-top img {
  height: auto;
  width: 100%; }

.node-type-pet .layout-stats {
  border-top: 2px solid #fff;
  margin-bottom: 0%;
  margin-top: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -7%; }
  .node-type-pet .layout-stats:after {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .node-type-pet .layout-stats:before {
    bottom: -2px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }

.node-type-pet .layout-stats-content {
  color: #fff;
  margin-left: 6%;
  margin-right: 6%;
  position: relative;
  z-index: 1;
  -webkit-transform: skew(0deg, 5deg);
          transform: skew(0deg, 5deg);
  /* Standard syntax */ }

h2 + .field-type-number-integer {
  text-align: center; }

h2 + .field-type-number-integer label {
  display: inline-block; }

.field-name-field-mixed {
  display: none; }

.field-name-field-primary-breed.mixed:after {
  content: ' mix'; }

.pet-listing-buttons {
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center; }

.pet-listing-buttons .button + .button {
  margin-left: 10px; }

.pet-main {
  position: relative; }

.field-name-field-animal-updated {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase; }
  .field-name-field-animal-updated label {
    display: inline-block; }

.a2a_kit {
  display: inline-block;
  padding-bottom: 20px;
  text-align: center; }

.field-name-addtoany a:after {
  content: none; }

.a2a_kit a {
  background: #7a1b9d;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  position: relative;
  text-decoration: none;
  transition: background .5s ease-out, color .25s;
  color: #7a1b9d;
  padding: 8px !important;
  -webkit-transform: scale(0.85);
          transform: scale(0.85); }
  @media (min-width: 748px) {
    .a2a_kit a {
      padding-left: 20px;
      padding-right: 20px; } }
  .a2a_kit a:before {
    border: 1px solid #7a1b9d;
    border-radius: 50px;
    content: '';
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 100%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: none; }
  .a2a_kit a:hover {
    background: #FFD533;
    color: #7a1b9d; }
  .a2a_kit a:hover:before {
    border-color: transparent;
    -webkit-transform: scale(2);
            transform: scale(2);
    transition: border-color .35s, -webkit-transform .5s ease-out;
    transition: border-color .35s, transform .5s ease-out;
    transition: border-color .35s, transform .5s ease-out, -webkit-transform .5s ease-out; }
  .a2a_kit a:focus {
    border: 1px solid #7a1b9d;
    outline: none; }
  .a2a_kit a:after {
    content: none; }

.a2a_floating_style {
  background-color: rgba(88, 29, 88, 0.65) !important; }

.a2a_floating_style:after {
  content: none; }

.node-type-pet .field-name-field-pet-id label {
  display: inline-block;
  width: 50px; }

article.node-pet {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }

#play-video {
  border: 2px solid #FFD533;
  border-radius: 100px;
  bottom: 6%;
  cursor: pointer;
  height: 50px;
  left: 6%;
  position: absolute;
  width: 30px;
  z-index: 9999; }
  #play-video:after {
    border-bottom: 15px solid transparent;
    border-left: 15px solid #FFD533;
    border-top: 15px solid transparent;
    content: '';
    display: block;
    height: 0;
    width: 0;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-30%) translateY(-50%);
            transform: translateX(-30%) translateY(-50%); }
  #play-video:hover:after {
    border-left-color: #7a1b9d; }
  @media (min-width: 400px) {
    #play-video {
      left: 30px; } }
  @media (min-width: 600px) {
    #play-video {
      bottom: 0;
      left: 50%;
      -webkit-transform: translateY(50%) translateX(-50%);
              transform: translateY(50%) translateX(-50%); } }

body.video {
  overflow: hidden; }

body.video #main-content {
  z-index: 999999; }

body.video .field-name-field-video {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999; }

.field-name-field-video .close {
  cursor: pointer;
  color: #FFD533;
  font-size: 40px;
  font-weight: bold;
  height: 25px;
  left: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  z-index: 9999; }

.field-name-field-video iframe {
  top: 0; }

.node-type-pet .subaru:after {
  bottom: 3%;
  left: auto;
  right: 30px;
  top: auto; }

.node-type-pet .pet-listing-photo {
  border: solid 1px #FFD533;
  border-radius: 20px;
  overflow: hidden; }
  .node-type-pet .pet-listing-photo img {
    vertical-align: bottom;
    width: 100%;
    height: auto; }

@media (min-width: 400px) {
  .node-type-pet .layout-top,
  .node-type-pet .layout-stats {
    margin-left: -30px;
    margin-right: -30px; } }

@media (min-width: 600px) {
  .node-type-pet {
    background-color: #f2f2f2;
    background-position: 50% 57px;
    background-repeat: no-repeat;
    background-size: 100%; }
    .node-type-pet:before {
      content: '';
      height: 80%;
      position: absolute;
      left: 0;
      right: 0;
      top: 55px; }
    .node-type-pet .field-name-pet-listing-photo,
    .node-type-pet .field-name-field-url-to-image {
      margin-right: 20px;
      margin-bottom: 20px; }
      .node-type-pet .field-name-pet-listing-photo:after,
      .node-type-pet .field-name-field-url-to-image:after {
        content: '';
        clear: both;
        display: table; }
  .node-type-pet .subaru:after {
    bottom: -6%;
    left: 50%;
    right: 0;
    -webkit-transform: translateX(20%);
            transform: translateX(20%); }
  .node-type-pet .layout-top {
    margin-left: auto;
    margin-right: auto; }
  .node-type-pet .field-type-image {
    border: 3px solid #FFD533;
    border-radius: 100px;
    display: block;
    overflow: hidden;
    height: 300px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    transition: all .5s ease-out;
    border: 2px dotted #fff;
    border-radius: 300px;
    margin-bottom: 20px;
    margin-top: 20px; }
    .node-type-pet .field-type-image:hover {
      border-radius: 0; }
    .node-type-pet .field-type-image img {
      height: auto;
      left: 50%;
      position: relative;
      width: 150%;
      -webkit-transform: translateX(-50%) translateY(-2%);
              transform: translateX(-50%) translateY(-2%); }
    .node-type-pet .field-type-image:hover {
      border-radius: 300px; }
  .node-type-pet .layout-stats {
    background: transparent !important;
    border-top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
    margin-bottom: 1px;
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg); }
    .node-type-pet .layout-stats:before {
      content: none; }
  .node-type-pet .layout-stats-content {
    margin: 0;
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg); }
  .pet-main {
    clear: both; }
  html.lightbox:before {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: '';
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999; }
  #hillbilly-lightbox.active {
    display: block !important;
    left: 50%;
    max-width: 100%;
    position: fixed;
    top: 50%;
    z-index: 9999;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); } }

@media (min-width: 748px) {
  .node-type-pet .field-type-image {
    margin-top: 50px; }
  .node-type-pet .layout-top {
    float: left;
    margin-left: 0;
    margin-right: 0;
    max-width: 500px;
    width: 50%; }
  .node-type-pet .layout-stats {
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
    width: 50%;
    margin-bottom: 1px; } }

.node-type-pet .block-menu-block-2 ul.menu li.last {
  display: none; }

.block-views-pet-listing-suggested-block {
  padding: 30px;
  margin: 40px 0;
  box-sizing: border-box;
  text-align: center;
  border-radius: 20px;
  border: solid 2px #7a1b9d;
  background: #ccc; }
  .block-views-pet-listing-suggested-block .button {
    background: #7a1b9d;
    color: #fff; }
  .block-views-pet-listing-suggested-block img {
    width: 100%;
    height: auto;
    border: 1px solid #FFD533; }
  .block-views-pet-listing-suggested-block .row {
    display: inline-block;
    width: 32.33%; }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.page-events .breadcrumb {
  display: none; }

.page-events .hidden {
  display: none; }

.page-events .calendar-calendar .month-view table {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px; }

.page-events .page {
  min-height: 1000px; }

.page-events h1 {
  margin-bottom: 30px; }

.page-events .action-links,
.page-events .view-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  padding: 0;
  width: 87%; }

.page-events .view-header {
  text-align: center; }

.page-events .action-links {
  text-align: center; }

.page-events .action-links li {
  list-style-type: none; }

.page-events .action-links a {
  background: #7a1b9d;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  position: relative;
  text-decoration: none;
  transition: background .5s ease-out, color .25s; }
  @media (min-width: 748px) {
    .page-events .action-links a {
      padding-left: 20px;
      padding-right: 20px; } }
  .page-events .action-links a:before {
    border: 1px solid #7a1b9d;
    border-radius: 50px;
    content: '';
    display: block;
    height: 100%;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 100%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: none; }
  .page-events .action-links a:hover {
    background: #FFD533;
    color: #7a1b9d; }
  .page-events .action-links a:hover:before {
    border-color: transparent;
    -webkit-transform: scale(2);
            transform: scale(2);
    transition: border-color .35s, -webkit-transform .5s ease-out;
    transition: border-color .35s, transform .5s ease-out;
    transition: border-color .35s, transform .5s ease-out, -webkit-transform .5s ease-out; }
  .page-events .action-links a:focus {
    border: 1px solid #7a1b9d;
    outline: none; }
  .page-events .action-links a:after {
    content: none; }

.page-events .date-prev a,
.page-events .date-next a {
  background: none;
  border-radius: 0;
  color: transparent;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 0;
  margin: 0;
  bottom: 0;
  height: 30px;
  width: 15px;
  top: 0; }

.page-events .date-prev a {
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .page-events .date-prev a:before {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #FFD533;
    border-top: 15px solid transparent;
    content: '';
    display: block;
    height: 0;
    width: 0;
    transition: all .25s ease-out; }
  .page-events .date-prev a:hover:before {
    -webkit-transform: scale(1.35);
            transform: scale(1.35); }

.page-events .date-next a {
  right: 0;
  -webkit-transform: translateY(0) translateX(0);
          transform: translateY(0) translateX(0);
  -webkit-transform: translateX(50%);
          transform: translateX(50%); }
  .page-events .date-next a:before {
    border-bottom: 15px solid transparent;
    border-left: 15px solid #FFD533;
    border-top: 15px solid transparent;
    content: '';
    display: block;
    height: 0;
    width: 0;
    transition: all .25s ease-out; }
  .page-events .date-next a:hover:before {
    -webkit-transform: scale(1.35);
            transform: scale(1.35); }

.page-events .item-list .pager li {
  bottom: 0;
  height: 30px;
  margin: 0;
  padding: 0;
  width: 15px;
  top: 0; }

.date-heading h3 a {
  color: #7a1b9d;
  font-size: 30px;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 25px;
  margin-top: 30px; }

.page-events .pager a:after,
.date-heading h3 a:after {
  content: none; }

.date-nav div.date-heading h3 {
  font-style: normal;
  font-weight: 200; }

.calendar-calendar {
  margin-bottom: 50px; }

.calendar-calendar th.days {
  background: none;
  border: 0;
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 30px;
  padding-top: 10px; }

.page-events td {
  background: none;
  height: 70px;
  padding-top: 5px; }

.calendar-calendar tr,
.calendar-calendar tr td.today,
.calendar-calendar table.mini td.empty {
  background: none; }

.calendar-calendar .mini-day-on a {
  color: #404040;
  text-decoration: none !important; }

.calendar-calendar .mini-day-on a:hover {
  text-decoration: none; }

.calendar-calendar td {
  letter-spacing: 3px;
  position: relative; }

.calendar-calendar .mini-day-on,
.calendar-calendar a {
  bottom: 0;
  height: 70px;
  left: 0;
  position: absolute;
  right: 0;
  text-decoration: none !important;
  top: 0; }

.calendar-calendar a:after {
  content: none; }

.calendar-calendar .mini-day-on a:hover {
  text-decoration: none !important; }

.page-events .mini-day-on,
.page-events .mini-day-off {
  font-size: 20px;
  text-align: center; }

.page-events .dot {
  border-radius: 50px;
  height: 10px;
  position: absolute;
  width: 10px; }

.page-events #filter-volunteer,
.page-events .dot.dot-adoption-special,
.page-events .event-adoption-special {
  background: #ffd533; }

.page-events #filter-special-events,
.page-events .dot.dot-special-events,
.page-events .event-special-events {
  background: #55aaa6; }

.page-events #filter-classes,
.page-events .dot.dot-classes,
.page-events .event-classes {
  background: #e44be4; }

.page-events #filter-all {
  color: #FFD533;
  cursor: pointer;
  display: inline-block;
  color: #00a6b6;
  position: relative;
  text-decoration: none; }
  .page-events #filter-all:after {
    background: #7a1b9d;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    right: 100%;
    transition: all .5s ease-out; }
  .page-events #filter-all.active, .page-events #filter-all:link, .page-events #filter-all:visited, .page-events #filter-all:hover, .page-events #filter-all:active, .page-events #filter-all:focus {
    color: #00a6b6;
    text-decoration: none; }
  .page-events #filter-all:hover:after, .page-events #filter-all:active:after, .page-events #filter-all:focus:after {
    right: 0; }

/*filters*/
.page-events .filters {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%; }

.page-events .filter {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  width: 100%; }

.page-events #filter-all {
  text-align: center; }

.page-events .date-nav-wrapper {
  margin-top: 50px; }

/*dot placement*/
.calendar-calendar .dots-1 span.dot,
.calendar-calendar .dots-2 span.dot:nth-of-type(1),
.calendar-calendar .dots-2 span.dot:nth-of-type(2),
.calendar-calendar .dots-3 span.dot:nth-of-type(1),
.calendar-calendar .dots-3 span.dot:nth-of-type(2),
.calendar-calendar .dots-3 span.dot:nth-of-type(3) {
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.calendar-calendar .dots-2 span.dot:nth-of-type(1),
.calendar-calendar .dots-3 span.dot:nth-of-type(1) {
  margin-left: -13px; }

.calendar-calendar .dots-2 span.dot:nth-of-type(2),
.calendar-calendar .dots-3 span.dot:nth-of-type(2) {
  margin-left: 13px; }

.calendar-calendar.filtered .dots-2 span.dot:nth-of-type(1),
.calendar-calendar.filtered .dots-3 span.dot:nth-of-type(1),
.calendar-calendar.filtered .dots-2 span.dot:nth-of-type(2),
.calendar-calendar.filtered .dots-3 span.dot:nth-of-type(2) {
  margin-left: 0; }

/*events*/
#template.event {
  display: none; }

.page-events .day {
  background-image: url(../img/dotted-border-tb.png);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), 85%, #404040);
  background-position: 100% 0;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  padding-top: 60px;
  position: relative; }
  .page-events .day:after {
    content: '';
    clear: both;
    display: table; }

.page-events .event {
  box-sizing: border-box;
  height: auto;
  line-height: 150%;
  margin-bottom: 70px;
  padding-top: 50px;
  position: relative;
  width: 100%; }

.page-events .event:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.page-events .event-day {
  background: #7a1b9d;
  border: 2px dotted rgba(255, 255, 255, 0.5);
  border-radius: 300px;
  color: #fff;
  font-size: 30px;
  height: 60px;
  left: 50%;
  line-height: 60px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.page-events .filter,
.page-events .event-tag {
  font-weight: 600;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }

.page-events .event-tag {
  font-size: 15px;
  left: 0;
  line-height: 115%;
  position: absolute;
  right: 0;
  top: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px; }

.page-events .event-title {
  font-size: 22px;
  line-height: 125%; }

.page-events .event-details {
  display: inline-block;
  font-size: 18px;
  position: relative;
  vertical-align: middle;
  width: 100%; }

.page-events .event-details a.more {
  bottom: -20px;
  position: absolute;
  right: 0; }

.page-events td {
  height: 50px; }

.page-events #main-content {
  position: relative; }

@media (min-width: 550px) {
  .page-events .filter {
    margin-left: -4px;
    margin-bottom: -1px;
    padding-left: 5px;
    padding-right: 5px;
    width: 33.3333%; } }

@media (min-width: 768px) {
  .calendar-calendar th.days {
    padding-bottom: 50px; }
  .page-events .event-title {
    font-size: 30px;
    margin-bottom: 10px; }
  .calendar-calendar {
    margin-bottom: 0px;
    float: right;
    width: 30%; }
  .page-events .block-menu-block-7 {
    position: absolute;
    top: 700px;
    right: 15%; }
  .page-events .view-footer {
    width: 70%;
    box-sizing: border-box;
    padding-right: 30px; } }

.node-type-event .button {
  margin-bottom: 30px; }

.node-type-event .breadcrumb {
  display: none; }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.commerce-checkout-progress {
  display: none; }

.commerce-order-handler-area-order-total .commerce-price-formatted-components {
  width: 100%; }

.views-field-line-item-title {
  width: 40%; }

.views-field-quantity,
.views-field-commerce-unit-price,
.views-field-commerce-total {
  text-align: center;
  width: 20%; }

.commerce-price-formatted-components .component-total {
  font-size: 150%;
  text-align: center;
  width: 20%; }

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0; }

#edit-cart-contents legend {
  display: none; }

/*
.checkout-continue{
    @include button();
}*/
.page-checkout .button-operator {
  padding-left: 5px; }

.checkout-buttons .checkout-cancel, .checkout-buttons .checkout-back {
  color: #00a6b6;
  position: relative;
  text-decoration: none; }
  .checkout-buttons .checkout-cancel:after, .checkout-buttons .checkout-back:after {
    background: #7a1b9d;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    right: 100%;
    transition: all .5s ease-out; }
  .checkout-buttons .checkout-cancel.active, .checkout-buttons .checkout-cancel:link, .checkout-buttons .checkout-cancel:visited, .checkout-buttons .checkout-cancel:hover, .checkout-buttons .checkout-cancel:active, .checkout-buttons .checkout-cancel:focus, .checkout-buttons .checkout-back.active, .checkout-buttons .checkout-back:link, .checkout-buttons .checkout-back:visited, .checkout-buttons .checkout-back:hover, .checkout-buttons .checkout-back:active, .checkout-buttons .checkout-back:focus {
    color: #00a6b6;
    text-decoration: none; }
  .checkout-buttons .checkout-cancel:hover:after, .checkout-buttons .checkout-cancel:active:after, .checkout-buttons .checkout-cancel:focus:after, .checkout-buttons .checkout-back:hover:after, .checkout-buttons .checkout-back:active:after, .checkout-buttons .checkout-back:focus:after {
    right: 0; }

.page-store .store-item {
  background-image: url(../img/dotted-border-lr.png);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), 85%, #404040);
  background-position: 100% 0;
  background-size: 1px 5px;
  background-repeat: repeat-y;
  float: left;
  height: 375px;
  margin-bottom: 50px;
  margin-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  width: 40%;
  height: 275px; }

.page-store .store-item .photo-item {
  border: 3px solid #FFD533;
  border-radius: 100px;
  display: block;
  overflow: hidden;
  height: 200px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s ease-out;
  overflow: hidden;
  height: 100px;
  width: 100px;
  transition: all .5s ease-out;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .page-store .store-item .photo-item:hover {
    border-radius: 0; }
  .page-store .store-item .photo-item img {
    height: auto;
    left: 50%;
    position: relative;
    width: 150%;
    -webkit-transform: translateX(-50%) translateY(-2%);
            transform: translateX(-50%) translateY(-2%); }
  .page-store .store-item .photo-item:hover {
    border-radius: 0; }
  .page-store .store-item .photo-item img {
    height: auto;
    left: 50%;
    max-width: 220px;
    position: relative;
    width: 150%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .page-store .store-item .photo-item:focus {
    outline: none; }
  .page-store .store-item .photo-item:after {
    content: none; }

.page-store .views-exposed-form {
  text-align: center; }

.page-store .views-exposed-form * {
  display: inline-block; }

.page-store .views-exposed-widget {
  max-width: 100px; }

.page-store #edit-items-per-page {
  max-width: 65px; }

@media (min-width: 768px) {
  .page-store .store-item {
    padding-left: 3%;
    padding-right: 3%;
    width: 27%; }
  .commerce-checkout-progress {
    display: block; }
  .page-store .views-exposed-widget {
    max-width: none; } }

@media (min-width: 1024px) {
  .page-store .store-item {
    margin-top: 30px;
    padding-left: 2%;
    padding-right: 2%;
    width: 21%; }
  .store-items .store-item:nth-of-type(4n + 4) {
    background-image: none; }
  .page-store .store-item .photo-item {
    border-radius: 300px;
    height: 150px;
    width: 150px; } }

/*dotted border queries.  do not add anything else in here.*/
@media (min-width: 320px) and (max-width: 768px) {
  .page-store #main-content .store-item:nth-of-type(2n + 2) {
    background-image: none; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .page-store #main-content .store-item:nth-of-type(3n + 3) {
    background-image: none; } }

.page-store #main-content .store-item:last-child {
  background-image: none; }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

article.node-product {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }

.node-type-product h1 {
  display: none; }

.node-type-product h2 {
  color: #7a1b9d;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
  margin-top: 35px; }
  @media (min-width: 768px) {
    .node-type-product h2 {
      font-size: 50px; } }

.node-type-product .layout-top,
.node-type-product .layout-main {
  margin-left: -6%;
  margin-right: -6%; }

.node-type-product .layout-top {
  height: 300px;
  overflow: hidden;
  position: relative; }

.node-type-product .layout-top img {
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.node-type-product .layout-main {
  border-top: 2px solid #fff;
  margin-bottom: 0%;
  margin-top: 0%;
  padding-top: 5%;
  padding-bottom: 5%;
  -webkit-transform: skew(0deg, -5deg);
          transform: skew(0deg, -5deg);
  background-color: #7a1b9d;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -7%; }
  .node-type-product .layout-main:after {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.node-type-product .layout-main-content {
  color: #fff;
  margin-left: 6%;
  margin-right: 6%;
  position: relative;
  z-index: 1;
  -webkit-transform: skew(0deg, 5deg);
          transform: skew(0deg, 5deg);
  /* Standard syntax */ }

.node-type-product .layout-description {
  position: relative; }

.node-type-product .field-type-commerce-price {
  font-size: 36px;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: right; }

.node-type-product .field-type-commerce-product-reference {
  text-align: right; }

.node-type-product .field-name-field-product-category {
  margin-top: 20px; }

.node-type-product fieldset:after {
  background-image: url(../img/dotted-border-tb.png);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), 85%, #404040);
  background-position: 100% 0;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0; }

@media (min-width: 400px) {
  .node-type-product .layout-top,
  .node-type-product .layout-main {
    margin-left: -30px;
    margin-right: -30px; } }

@media (min-width: 600px) {
  .node-type-product .layout-top {
    height: auto;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    overflow: visible; }
  .node-type-product .field-type-image {
    border: 3px solid #FFD533;
    border-radius: 100px;
    display: block;
    overflow: hidden;
    height: 300px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    transition: all .5s ease-out;
    border: 2px dotted #fff;
    border-radius: 300px;
    margin-bottom: 20px;
    margin-top: 20px; }
    .node-type-product .field-type-image:hover {
      border-radius: 0; }
    .node-type-product .field-type-image img {
      height: auto;
      left: 50%;
      position: relative;
      width: 150%;
      -webkit-transform: translateX(-50%) translateY(-2%);
              transform: translateX(-50%) translateY(-2%); }
  .node-type-product .field-type-image img {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .node-type-product .layout-main {
    background-color: transparent;
    background-image: none !important;
    border-top: 0;
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0;
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg); }
    .node-type-product .layout-main:before {
      content: none; }
  .node-type-product .layout-main-content {
    margin: 0;
    -webkit-transform: skew(0deg, 0deg);
            transform: skew(0deg, 0deg); }
  .node-type-product .layout-main-content h2 {
    text-align: left; }
  .node-type-product .layout-description {
    clear: both; } }

/*
@media (min-width:748px){
    .node-type-product .layout-top{
        float:left;
        margin-left:0;
        margin-right:0;
        max-width:500px;
        width:50%;
    }

    .node-type-product .field-type-image{
        margin-top:50px;
    }

    .node-type-product .layout-main-content{
        float:left;
        width:50%;
    }
}
*/
.node-type-mailer .field-name-field-donation-link {
  text-align: center; }

/*helper mixins for border so I don't have to dick around with calling one so much*/
/*TODO:going to need to make imgs for these*/
a.button {
  color: #fff; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.page-cart .breadcrumb, .page-checkout .breadcrumb {
  display: none; }

.page-cart .cart-empty-page {
  padding-top: 30px; }

.page-checkout .order-info {
  margin-bottom: 50px; }

.page-user-orders th,
.page-cart th,
.page-checkout th {
  display: none; }

.page-user-orders tr,
.page-checkout tr,
.page-cart tr {
  display: block;
  padding-bottom: 10px;
  padding-top: 10px; }

.page-user-orders td,
.page-checkout td,
.page-cart td {
  border-bottom: 0;
  display: block;
  padding: 5px;
  text-align: left;
  width: 100%; }
  .page-user-orders td.views-field-edit-quantity,
  .page-checkout td.views-field-edit-quantity,
  .page-cart td.views-field-edit-quantity {
    padding-top: 15px; }

td.views-field-commerce-total,
td.views-field-commerce-unit-price {
  text-align: center; }

.views-field-quantity:before,
.views-field-edit-delete:before,
.views-field-edit-quantity:before,
.views-field-commerce-unit-price:before,
.views-field-commerce-total:before,
.views-field-line-item-title:before {
  display: inline-block;
  padding-left: 10px;
  width: 100px; }

td.views-field-edit-delete:before {
  content: "Delete: "; }

td.views-field-line-item-title:before {
  content: "Product: "; }

td.views-field-commerce-unit-price:before {
  content: "Price: "; }

td.views-field-commerce-total:before {
  content: "Total: "; }

td.views-field-quantity:before,
td.views-field-edit-quantity:before {
  content: "Quantity: "; }

.page-checkout .button-operator + .submit-button,
.page-cart .views-field-edit-delete .submit-button,
.page-cart .form-actions .submit-button:nth-child(1) {
  color: #00a6b6;
  position: relative;
  text-decoration: none;
  color: #fff;
  border: 0;
  background: none;
  font-weight: normal; }
  .page-checkout .button-operator + .submit-button:after,
  .page-cart .views-field-edit-delete .submit-button:after,
  .page-cart .form-actions .submit-button:nth-child(1):after {
    background: #7a1b9d;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    right: 100%;
    transition: all .5s ease-out; }
  .page-checkout .button-operator + .submit-button.active, .page-checkout .button-operator + .submit-button:link, .page-checkout .button-operator + .submit-button:visited, .page-checkout .button-operator + .submit-button:hover, .page-checkout .button-operator + .submit-button:active, .page-checkout .button-operator + .submit-button:focus,
  .page-cart .views-field-edit-delete .submit-button.active,
  .page-cart .views-field-edit-delete .submit-button:link,
  .page-cart .views-field-edit-delete .submit-button:visited,
  .page-cart .views-field-edit-delete .submit-button:hover,
  .page-cart .views-field-edit-delete .submit-button:active,
  .page-cart .views-field-edit-delete .submit-button:focus,
  .page-cart .form-actions .submit-button:nth-child(1).active,
  .page-cart .form-actions .submit-button:nth-child(1):link,
  .page-cart .form-actions .submit-button:nth-child(1):visited,
  .page-cart .form-actions .submit-button:nth-child(1):hover,
  .page-cart .form-actions .submit-button:nth-child(1):active,
  .page-cart .form-actions .submit-button:nth-child(1):focus {
    color: #00a6b6;
    text-decoration: none; }
  .page-checkout .button-operator + .submit-button:hover:after, .page-checkout .button-operator + .submit-button:active:after, .page-checkout .button-operator + .submit-button:focus:after,
  .page-cart .views-field-edit-delete .submit-button:hover:after,
  .page-cart .views-field-edit-delete .submit-button:active:after,
  .page-cart .views-field-edit-delete .submit-button:focus:after,
  .page-cart .form-actions .submit-button:nth-child(1):hover:after,
  .page-cart .form-actions .submit-button:nth-child(1):active:after,
  .page-cart .form-actions .submit-button:nth-child(1):focus:after {
    right: 0; }
  .page-checkout .button-operator + .submit-button input,
  .page-cart .views-field-edit-delete .submit-button input,
  .page-cart .form-actions .submit-button:nth-child(1) input {
    display: inline;
    padding: 0; }
  .page-checkout .button-operator + .submit-button:before,
  .page-cart .views-field-edit-delete .submit-button:before,
  .page-cart .form-actions .submit-button:nth-child(1):before {
    content: none; }
  .page-checkout .button-operator + .submit-button:after,
  .page-cart .views-field-edit-delete .submit-button:after,
  .page-cart .form-actions .submit-button:nth-child(1):after {
    content: "" !important; }
  .page-checkout .button-operator + .submit-button:hover input,
  .page-cart .views-field-edit-delete .submit-button:hover input,
  .page-cart .form-actions .submit-button:nth-child(1):hover input {
    color: #FFD533; }

.page-cart .form-actions .submit-button:nth-child(1) {
  margin-right: 25px; }

.page-checkout .button-operator,
.commerce-line-item-views-form input.delete-line-item {
  font-size: 16px; }

ol.inline.commerce-checkout-progress li {
  font-size: 13px;
  width: 33%; }
  ol.inline.commerce-checkout-progress li.complete {
    width: 66%; }

.page-checkout .button-operator + .submit-button:before, .page-checkout .button-operator + .submit-button:after,
.page-cart .views-field-edit-delete .submit-button:before,
.page-cart .views-field-edit-delete .submit-button:after,
.page-cart .form-actions .submit-button:nth-child(1):before,
.page-cart .form-actions .submit-button:nth-child(1):after {
  content: none; }

.page-checkout .button-operator + .submit-button,
.page-cart .views-field-edit-delete .submit-button,
.page-cart .views-field-edit-delete .submit-button:hover,
.page-cart .form-actions .submit-button:nth-child(1),
.page-cart .form-actions .submit-button:nth-child(1):hover {
  padding: 0;
  width: auto; }

.page-cart .form-actions .submit-button:nth-child(1) {
  display: inline-block;
  margin-bottom: 0; }

.page-checkout .form-actions {
  margin-bottom: 0; }

.page-checkout .checkout-buttons {
  text-align: center; }

.page-checkout .button-operator + .submit-button,
.page-checkout .button-operator {
  display: block;
  padding-top: 5px; }

.page-user-orders table,
.page-checkout table,
.page-cart table {
  margin-bottom: 30px;
  margin-top: 30px; }

.commerce-price-formatted-components .component-total,
.line-item-total-raw {
  display: block;
  font-size: 40px;
  font-weight: 200;
  margin-top: 25px;
  margin-bottom: 35px; }

.commerce-price-formatted-components tbody {
  border-bottom: 0; }

.page-checkout fieldset {
  border: 0;
  margin-top: 30px;
  padding: 0; }

.page-checkout legend {
  color: #7a1b9d;
  font-size: 30px;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 25px;
  margin-top: 30px; }

th.views-field-edit-quantity,
th.views-field-edit-delete {
  text-align: center; }

.views-field-edit-quantity input {
  margin-bottom: -30px;
  margin-left: 100px;
  position: relative;
  text-align: center;
  top: -30px;
  width: 100px; }

.checkout-completion-message h2 {
  margin-bottom: 50px;
  padding-bottom: 0; }

.commerce-checkout-form-complete h3 {
  margin-top: 30px; }

.address-info {
  clear: both;
  padding: 10px 0;
  margin: 20px 0; }
  .address-info:after {
    content: '';
    clear: both;
    display: table; }
  .address-info .billing,
  .address-info .shipping {
    float: left;
    width: 50%; }

.order-info {
  float: right;
  text-align: right; }

.commerce-price-formatted-components .component-total,
.commerce-price-formatted-components td {
  margin-right: 0;
  text-align: right;
  width: 100%; }

.commerce-price-formatted-components tr.even, .commerce-price-formatted-components tr.even {
  border-bottom: 0; }

.page-checkout-review .field-name-field-phone-number {
  margin-top: 10px; }

.page-checkout-review .field-name-field-phone-number label,
.page-checkout-review .field-name-field-send-acknowledge label,
.page-checkout-review .field-name-field-why-donate label,
.page-checkout-review .field-name-field-adopted-from-hsu label,
.page-checkout-review .field-name-field-used-clinic label {
  font-weight: bold; }

.page-checkout-review .field-name-field-acknowledg-recipients-name label,
.page-checkout-review .field-name-field-dedicate-donation label,
.page-checkout-review .field-name-field-send-acknowledge-via label,
.page-checkout-review .field-name-field-email-address-of-your-reci label,
.page-checkout-review .field-name-field-message-to-your-recipient label {
  font-weight: bold; }
  .page-checkout-review .field-name-field-acknowledg-recipients-name label:after,
  .page-checkout-review .field-name-field-dedicate-donation label:after,
  .page-checkout-review .field-name-field-send-acknowledge-via label:after,
  .page-checkout-review .field-name-field-email-address-of-your-reci label:after,
  .page-checkout-review .field-name-field-message-to-your-recipient label:after {
    content: ": "; }

.page-checkout-review .field-name-field-message-to-your-recipient {
  margin-bottom: 10px;
  line-height: 1.25em; }
  .page-checkout-review .field-name-field-message-to-your-recipient label {
    margin-bottom: 0; }

table.checkout-review .pane-title td {
  color: #7a1b9d;
  font-size: 30px;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 25px;
  margin-top: 30px;
  padding-left: 0; }

table.checkout-review tr.pane-data:nth-child(2) {
  background-color: transparent; }

table.checkout-review tr.pane-data:nth-child(2) .pane-data-full {
  padding-left: 0;
  padding-right: 0; }

.component-type-flat-rate-flat-rate .component-title,
.component-type-base-price .component-title {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 5px;
  padding-top: 5px; }

.component-type-flat-rate-flat-rate td.component-total,
.component-type-base-price td.component-total {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 15px;
  padding-top: 5px;
  width: 100%; }

.commerce-credit-card-expiration * {
  display: inline-block; }

.commerce-credit-card-expiration select {
  margin-left: 0;
  width: auto; }

.commence-credit-card-expiration .commerce-month-year-divider {
  margin-right: 5px; }

.field-name-commerce-order-total .commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount {
  background-color: transparent; }

.field-type-commerce-customer-profile-reference {
  margin-top: 30px; }

.field-type-commerce-customer-profile-reference label {
  color: #7a1b9d;
  font-size: 30px;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 25px;
  margin-top: 30px; }

.commerce-price-formatted-components tr.even,
.commerce-price-formatted-components tr.odd,
.commerce-price-formatted-components tr.even td,
.commerce-price-formatted-components tr.odd td {
  border-bottom: 0; }

@media (min-width: 550px) {
  /*negating mobile table*/
  .page-user-orders th,
  .page-cart th,
  .page-checkout th {
    display: table-cell;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px; }
  .page-user-orders tr,
  .page-checkout tr,
  .page-cart tr {
    display: table-row; }
  .page-user-orders td,
  .page-checkout td,
  .page-cart td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: table-cell;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    width: auto; }
  td.views-field-quantity:before,
  td.views-field-edit-delete:before,
  td.views-field-edit-quantity:before,
  td.views-field-commerce-total:before,
  td.views-field-commerce-unit-price:before,
  td.views-field-line-item-title:before {
    content: none; }
  .views-field-edit-quantity input {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0; }
  table.checkout-review tr.pane-data:nth-child(2) .pane-data-full {
    padding-left: 0;
    padding-right: 0; }
  td.views-field-quantity {
    text-align: center; }
  .page-checkout .button-operator + .submit-button,
  .page-checkout .button-operator {
    display: inline-block;
    padding-top: 0; }
  td.component-title {
    width: 70%; }
  td.component-total {
    width: 30%; }
  .page-checkout .button-operator {
    padding-left: 10px;
    padding-right: 10px; } }

.login-required-message {
  margin: 20px 0;
  padding: 10px 30px;
  background-color: #7a1b9d;
  border: solid 1px #FFD533; }

.submit-button input#edit-checkout {
  color: #fff; }

.commerce-line-item-views-form .submit-button input#edit-submit:focus, .commerce-line-item-views-form .views-field-edit-delete .submit-button input:focus {
  border: 0px; }

.commerce-line-item-views-form .submit-button input#edit-submit:hover, .commerce-line-item-views-form .views-field-edit-delete .submit-button input:hover {
  background: none; }

.submit-button input.checkout-continue {
  color: #fff !important; }

@media (min-width: 768px) {
  /*page stuff*/
  ol.inline.commerce-checkout-progress li {
    font-size: 15px;
    width: 20%; }
    ol.inline.commerce-checkout-progress li.complete {
      width: 20%; } }

@media (min-width: 865px) {
  .page-checkout #main-content:after {
    content: '';
    clear: both;
    display: table; }
  .page-checkout .checkout-buttons {
    padding-top: 50px; } }

.form-item-commerce-payment-payment-method {
  display: none; }

.page-checkout fieldset.form-wrapper {
  padding: 20px;
  margin: 40px 0;
  background-color: white;
  border: solid 1px #7a1b9d;
  border-radius: 10px; }
  .page-checkout fieldset.form-wrapper legend {
    color: #FFD533;
    background: #7a1b9d;
    border-radius: 30px;
    border: solid 1px #FFD533;
    margin-bottom: 0;
    font-size: 1.2em; }
    .page-checkout fieldset.form-wrapper legend span {
      display: inline-block;
      padding: 10px 20px; }
  .page-checkout fieldset.form-wrapper #edit-account-username label:after,
  .page-checkout fieldset.form-wrapper #edit-account-mail label:after {
    content: ": "; }
  .page-checkout fieldset.form-wrapper input,
  .page-checkout fieldset.form-wrapper select,
  .page-checkout fieldset.form-wrapper textarea {
    margin-bottom: 0; }
  .page-checkout fieldset.form-wrapper .form-item {
    margin: 0 0 20px 0; }
    .page-checkout fieldset.form-wrapper .form-item small {
      display: block; }
  @media (min-width: 550px) {
    .page-checkout fieldset.form-wrapper .street-block .form-item {
      display: inline-block;
      padding-right: 10px; }
    .page-checkout fieldset.form-wrapper .locality-block .form-item {
      display: inline-block;
      padding-right: 10px; } }
  .page-checkout fieldset.form-wrapper .form-item-customer-profile-donor-profile-field-acknowledge-mailing-und-0-country {
    display: none; }
  .page-checkout fieldset.form-wrapper div.addressfield-container-inline > div.form-item {
    float: none; }

.block-views-gift-basket-icon-block {
  padding: 15px;
  background-color: #00a6b6;
  border: solid 3px #7a1b9d;
  border-radius: 20px;
  color: #fff; }
  .block-views-gift-basket-icon-block .icon a {
    display: block;
    background: left center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAABEVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////3J2enAAAAWnRSTlMAAQIDBAUGBwgKCwwNExQVFxgZHB4fIyQlJicuLzA0NTo7PT9AQkNERUZHSUpLTE9SXF1eX2xvcXd4eXt8jpSVnaOlr7C0tbfAwcXIyszR09XX3Onx8/X3+f2x1YY7AAAByElEQVRIx9WW2VrTUBRG/0ARxYG0KIhirfRIHUgRERQVRSs4VIstpJr1/g/iRZOQk4nGK91X+/uzV06yp0T6H6zjE5r/8ILQ6822MWZMbL4xpt28URDu9imw7/W8+OWAQgtWs/G1Mxhtm+wjme0RnM1lgC58npEkPY6JcUeSNHMM3QzwCdyiZLjQS2tOgF+cPp/ASUmLcFgMHMJiulqwVQxsQSclHcBSMbAEBynpFGaLgVk4tZUr0C9rmm+wYAlrsFcG7MI9S9iDtTLgLry0hH76SGUe+YcltE27vPPbxvz1gG0OmNoGntSlknk6qQYMqgNeNWBT8iqccdKNmhdoqTVRHzjrKSe69CxM7CoAkn5HDpbzK3LuhMACAI40zAd+Sg4AV6PaBQBz0lE+cCRdAhJz/SXE3+cD76RrAF/j7ngN4Er7+cAryQV4m9wAsCLt5APPpdsAj2LgJkBTepoPPJHuA9yKgfmknAWiW10+b/ExsCOt5APL0gtgnJiJXuLVskCYjp69FPggNcIKTsoUOw3pI7CbAFoAG/VJ4fbdN1jOcWNj0lHnVp+mVZNfg9o0QC25CUYXx4+s1eFNNWsWMSwPH3r/7p/IH2jrXV3WmrI0AAAAAElFTkSuQmCC);
    padding-left: 54px;
    height: 48px;
    font-size: 2vw;
    line-height: 48px;
    text-align: center;
    color: #fff; }
  .block-views-gift-basket-icon-block ul {
    margin: 10px 0;
    padding: 0;
    text-align: center; }
    .block-views-gift-basket-icon-block ul li {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-block;
      width: 48%; }
      .block-views-gift-basket-icon-block ul li a {
        color: #FFD533; }

.node-blog-post.node-teaser {
  border-bottom: dotted 1px #eee; }

.page-taxonomy-term .views-exposed-widget.views-submit-button {
  margin-top: 40px; }

.field-type-image a:after {
  content: none; }

.page-media article {
  background-image: url(../img/dotted-border-tb.png);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), 85%, #404040);
  background-position: 0 0;
  background-size: 5px 1px;
  background-repeat: repeat-x;
  padding-top: 30px; }
  .page-media article:after {
    content: '';
    clear: both;
    display: table; }

.sucess-featured-pet .image-frame {
  width: 200px;
  height: 200px; }

@media (min-width: 600px) {
  .page-media .field-type-image {
    float: left;
    margin-right: 15px;
    width: 225px; }
  .page-media .field-type-text-with-summary {
    display: inline; } }

@media (max-width: 400px) {
  .page-taxonomy-term .views-exposed-widget.views-submit-button {
    margin-top: 0px; } }

/*
@media (min-width:768px){

    .node-type-blog-post.one-sidebar:not(.page-adopt) .sidebar-second,
    .page-media.one-sidebar:not(.page-adopt) .sidebar-second{
        float:none;
        right:0;
        position:absolute;
        top:0;

        transform:translateX(100%);

        transition:all .25s ease-out;

        &.active{
            transform:translateX(0);

            &:before{content:"close"}
        }

        &:before{
            @include button;
            background:rgb(51,12,51);
            border-radius:50px 0 0 50px;
            border-right:0;
            content:"see more stories";
            cursor:pointer;
            display:block;
            left:1px;
            position:absolute;
            top:50px;

            transform:translateX(-100%);
        }

    }
}
*/
.sponsor-item {
  clear: both;
  margin-bottom: 50px; }
  .sponsor-item:after {
    content: '';
    clear: both;
    display: table; }
  .sponsor-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.sponsor-item p {
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle; }
  .sponsor-item p + p {
    margin-top: 30px; }

.sponsor-item .logo {
  background: #fff;
  height: 180px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  width: 265px; }
  @media (min-width: 768px) {
    .sponsor-item .logo {
      float: left;
      margin-bottom: 0;
      margin-right: 50px; } }
  .sponsor-item .logo a {
    z-index: 10000; }
  .sponsor-item .logo:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .sponsor-item .logo:after {
    border: 2px solid #fff;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: none; }
  .sponsor-item .logo:hover:after {
    border-color: transparent;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    transition: border-color .35s, -webkit-transform .5s ease-out;
    transition: border-color .35s, transform .5s ease-out;
    transition: border-color .35s, transform .5s ease-out, -webkit-transform .5s ease-out; }

.sponsor-item img {
  height: auto;
  max-height: 90%;
  max-width: 90%;
  text-align: center;
  vertical-align: middle;
  width: auto; }

.node-unpublished .content {
  position: relative; }

.node-unpublished .content:before {
  color: #fff;
  content: "This Content Is Unpublished";
  font-size: 50px;
  font-weight: 600;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: -100px;
  width: 100%; }

@-webkit-keyframes upSell {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes upSell {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.block-views-up-sell-custom-amount-block {
  float: left;
  margin-right: 20px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: upSell;
  animation-name: upSell;
  max-width: 400px;
  padding: 0 30px 20px 30px;
  background-color: #7a1b9d;
  border: solid 3px #7a1b9d;
  border-radius: 20px; }
  .block-views-up-sell-custom-amount-block h2, .block-views-up-sell-custom-amount-block label {
    color: #fff; }
  .block-views-up-sell-custom-amount-block .commerce-add-to-cart {
    text-align: center; }
    .block-views-up-sell-custom-amount-block .commerce-add-to-cart .form-text:before {
      content: "$ ";
      color: #404040;
      display: inline-block; }
  .block-views-up-sell-custom-amount-block .submit-button input {
    background-color: #00a6b6;
    color: #fff; }

.block-block-17 {
  float: left;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: upSell;
  animation-name: upSell;
  max-width: 400px;
  padding: 0 30px 20px 30px;
  background-color: #7a1b9d;
  border: solid 1px #7a1b9d;
  border-radius: 20px; }
  .block-block-17 ul.upsell-list {
    padding: 0;
    margin: 10px 0;
    text-align: center; }
    .block-block-17 ul.upsell-list li {
      display: inline-block;
      padding: 0 10px;
      margin: 0; }
