/*
COLORS
  THS GREEN:      #7AB800
  THS PURPLE:     #522398
  THS BROWN:      #443135         (all "black" text should be this brown colour)
  LIGHT BROWN:    #E9E0D9         (used on the breadcrumbs bar)
  CAROUSEL BROWN: #B5A597         (used on the owl controls)
  DARKER SHADE:   RGBA(0,0,0,0.2)
*/

/*********************************/
/************ GENERAL ************/
/*********************************/
.clear { clear: both !important; }

.float-left { float: left !important; }

.float-right { float: right !important;}

.bold { font-weight: bold !important; }
.italic { font-style: italic !important; }

.center { text-align: center !important; }

.todo {
  font-size: 125% !important;
  color: red !important;
}

html body {
  font-family: 'Lato', sans-serif;
  line-height: 1.4;   /* removing the rounding */
  min-width: 320px;
}

.body-content { padding-top: 15px !important; }

.body-content h1.title { padding-bottom: 20px !important; }

.indent { padding-left: 40px !important; }

/* Firefox fix for the '>' breaking to next line */
div.btn, div .btn, .action-buttons a.btn { white-space: normal; }

.top-buffer { margin-top: 30px; }

table.header-green th {
  background-color: #7AB800;
}

.standard-table{
  width: 100%;
}
.standard-table th, .standard-table td{
  border: 1px solid;
  padding: 5px 10px;
}
.standard-table thead th{
  text-align: center;
  font-weight: bold;
}
.standard-table thead th span.subtext{
  font-weight: initial;
  font-size: 90%;
}
.standard-table tbody td.column1{
  font-weight: bold;
  text-align: left;
}
.standard-table tbody td span.subtext{
  font-weight: initial;
  font-size: 85%;
}

/***** Accordion *****/
#accordion, #small-accordion{
  font-family: 'Lato', sans-serif;
}
#accordion a, #small-accordion a{
  color: #7AB800;
}
#small-accordion .accordion-sm,
#accordion h2{
  margin-bottom: 5px;
}
#accordion h2{
  font-size: 17px !important;
}
.ui-state-default {
  background-color: #F5F5F5 !important;
  border: none !important;
  color: #443135 !important;
}
.ui-state-hover{
  background-color: #E0EDC4 !important;
  color: black !important;
}
@media only screen and (min-width:767px){
  #accordion .ui-state-hover::after,
  #small-accordion .ui-state-hover::after {
    content: 'Click to expand';
    color: #7AB800;
    float: right;
    margin-right: 1em;
    font-size: 14px;
  }
}
.ui-widget-content{
  border: none !important;
}
.ui-accordion-content {
  padding: 0.5em 0 0.1em 0.8em !important;
}
.accordion-sm strong {
  font-size: 19px;
}
.accordion-sm img {
  margin-right: 14px;
}

.image-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
@media only screen and (max-width:768px){
  .image-right {
    width: 100%;
  }
}

/***** Popup *****/

.popup-bg{
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  font-family: 'Lato', sans-serif;
}
.popup{
  top: 30%;
  position: relative;
  width: 525px;
  height: 378px;
  margin: 0 auto;
  background-image: url("/public/images/popup-background.png");
  background-repeat: no-repeat;
  color: white;
  font-size: 18px;
}
.popup-content{
  padding: 40px 67px 0 20px;
  text-align: right;
}
.popup-header{
  font-size: 24px;
  margin-bottom: 20px;
}
.popup-header p {
  margin: 0;
}
.popup-header .l2 {
  font-size: 20px;
}
.popup-header .wow {
  font-size: 33px;
  font-style: italic;
}
.popup-form {
  display: block;
  margin-bottom: 30px;
}
.popup input[type=text],
.popup input[type=email]{
  margin-left: 5px;
  color: black;
  width: 200px;
  border: 2px solid #7ab800;
  padding: 1px 7px;
}
.popup-logo{
  position: absolute;
  top: 259px;
  left: 29px;
}
.do-not a{
  font-size: 13px;
}
.do-not a:hover{
  color: white;
}
.popup label{
  display: block;
  margin-bottom: 10px;
}
#xclose{
  width: 40px;
  height: 40px;
  display: block;
  top: -2px;
  left: 487px;
  position: absolute;
  z-index: 9999;
}
.popup-thanks, .popup-exists, .popup-error {
  display: none;
  position: relative;
  top: 160px;
  font-size: 20px;
  text-align: center;
  margin: 0 40px 0 40px;
}
.popup-warn{
  color: #b2f927;
}
@media only screen and (max-width: 600px){
  .popup{
    top: 5%;
  }
  .popup-content{
    padding: 50px 40px 0 20px;
  }
  .popup-header{
    font-size: 21px;
    line-height: 21px;
  }
  #xclose{
    left: 262px;
  }
  .popup-header p{
    margin-bottom: 8px;
    text-align: center;
  }
  .popup-header l2{
    font-size: 15px;
  }
  .popup{
    background-image: url("/public/images/popup-background-mobile.png");
    width: 300px;
    height: 378px;
    font-size: 15px;
  }
  .popup-logo{
    display: none;
  }
  .popup input[type=text],
  .popup input[type=email]{
    width: 160px;
  }
  .do-not {
    text-align: center;
  }
}

/*********************************/
/************ COLOURS ************/
/*********************************/
.ths-brown{
  color: #443135 !important;
}
.ths-green{
  color: #7AB800 !important;
}
.ths-green-dark{
  color: #739013 !important;
}
.ths-purple{
  color: #34207e !important;
}

/********************************/
/************ HEADER ************/
/********************************/
.header .active {
  color: #7AB800 !important;
}
.header .active-header {
  color: #7AB800 !important;
}
.header .links {
  float: left;
}
.header .social {
  float: right;
  margin: 5px 0;
  font-size: 12px;
}
.header a {
  padding-right: 10px;
}

.header hr{
  margin-top: 0;
  margin-bottom: 0;
}
.header .top-nav {
  font-size:12px;
}
.header .nav li a {
  color: #443135 !important;
}
.header .top-nav.nav li a{
  padding: 10px 8px;
  white-space: nowrap;
  float: left;
}

.header .nav .dropdown-menu {
  margin-top: 0;
}
.header .nav .dropdown-active {
  background-color: #7AB800;
  color: white;
}

.header .mobile-title{
  display: none;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  padding: 11px 10px;
}

.navbar.navbar-default{
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  min-height: 10px;
}

.navbar.navbar-default .container-fluid{padding: 0;}
.header .navbar .main-form{display: none;}

.header .breadcrumb {
  margin-top: 16px;
  border-radius: 0px;
  background-color: rgb(232,224,217);
  font-size: 11px;
  line-height: 26px;
  color: rgb(125,110,100);
}
.header .breadcrumb {
  background-color: rgb(232,224,217);
  font-size: 11px;
  color: rgb(125,110,100);
  line-height: 26px;
  margin-bottom: 0px;
}
.header .breadcrumb a {
  color: rgb(125,110,100);
  text-decoration: underline;
}
.header .breadcrumb a:hover {
  color: #443135;
}
.header .breadcrumb span.fa {
  color: rgb(180,165,150);
  font-size: 10px;
  padding-right: 12px;
}

.header .sub-navigation{
  margin: 0 -15px;
}

.header .sub-navigation.navbar-default.navbar button{
  float: left;
  background-color: #b3a59a !important;
  border: 0;
  border-radius:0;
  margin: 0;
}

.header .sub-nav {
  background-color: #7AB800;
  line-height: 22px;
}
.header .sub-nav li a {
  font-size: 12px;
  color: #FFF !important;
}
.header .sub-nav li a:hover,
.header .sub-nav li a.active {
  background-color: rgba(0,0,0,0.2);
  border-radius: 0px;
}

.main-form .form-group {
  float:right;
}
.main-form #search {
  margin-top: 36px;
  margin-bottom: 36px;
  width: 300px;
  -moz-border-radius:20px; /* Firefox */
  -webkit-border-radius: 20px; /* Safari, Chrome */
  -khtml-border-radius: 20px; /* KHTML */
  border-radius: 20px; /* CSS3 */
}

.main-logo{
  margin: 10px 0;
}

.arrow_box {
  position: relative;
  background: #a1a1a1;
}
.arrow_box:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(161, 161, 161, 0);
  border-bottom-color: #a1a1a1;
  border-width: 10px;
  margin-left: -10px;
}

.social a {
  padding-right: 0;
}
.social img, .social i {
  margin-left:5px;
}
.social i.fa {
  font-size: 24px;
  position: relative;
  top: 3px;
}
.social i.fa.facebook {
  color: #3b5998;
}
.social i.fa.youtube {
  color: #bb0000;
}
.social i.fa.twitter {
  color: #00aced;
}
.social i.fa.instagram {
  color: #4E433C; /*#517fa4;*/
}
.social img.instagram {
  position: relative;
  bottom: 2px;
  height: 21px;
}

.no-left-padding {
  padding-left: 0px !important;
}


/********************************/
/************ FOOTER ************/
/********************************/
footer {
  padding: 20px 0 40px 0;
}
footer .links {

}
footer .hours {
}
footer .hours .title {
  text-align: center;
  font-weight: bold;
}
footer .hours .day {
  float: left;
  font-weight: bold;
  text-align: right;
  width: 165px;
}
footer .hours .time {
  float: right;
}
footer .copyright{
  font-size: 10px;
}

footer a{
  font-size:12px;
  color:#7AB800;
}


/*****************************/
/************ NAV ************/
/*****************************/
.left-nav-content {
  padding-top: 5px;
}
.right-main-content {
  padding-top: 5px;
}

.left-nav-content ul {
  padding-top: 20px;
}
.left-nav-content li a {
  color: #443135;
}
.left-nav-content li a.active {
  background-color: #7AB800;
  color: #FFF;
}
.left-nav-content li a.active:hover {
  background-color: #7AB800;
}

.left-nav-content .adopt-an-animal-side-bar {
  padding: 40px 10px 0px 10px;
}
.left-nav-content .adopt-an-animal-side-bar h5 {
  color: #522398;
}
.left-nav-content .adopt-an-animal-side-bar-thumb {
  margin-top: 10px;
}
.left-nav-content .adopt-an-animal-side-bar-thumb img {
  max-width: 200px;
}
.left-nav-content .adopt-an-animal-side-bar-content {
  margin-top: 15px;
}
.left-nav-content .adopt-an-animal-side-bar-info {
  font-size: 11px;
  margin-top: 5px;
}

.left-nav-content .action-buttons {
  margin-top: 15px;
}

.left-nav-content .action-buttons a.btn {
  width: 100%;
  text-align: left;
}
.left-nav-content .adopt-an-animal-side-bar .view-all {
  font-size: 10px;
  margin-top: 10px;
  margin-left: 5px;
  z-index: 1;
  opacity: 0.99;
}

.btns-holder .adopt-btn{display: none;}

/********************************/
/************* HOME *************/
/********************************/
.home .top-story {
  color: #7AB800;
}

.royalSlider {
  margin-top: 34px;
}

.main-middle-section {
  height: 507px;
/*  overflow: hidden;*/
}

.main-lower-section{
  background-color: rgb(232,224,217);
  overflow:hidden;
  height: 613px;
}
.main-lower-section .section-block .owl-carousel .owl-wrapper-outer .owl-wrapper .item {
  padding: 0px 2px;
}

body .section-block{
  font-size: 13px;
  padding: 10px 28px;
}

.section-block .owl-theme .owl-controls .owl-buttons div{
  width: 27px;
  height: 27px;
  position: relative;
  background: url(images/arrows-owl.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.section-block .owl-theme .owl-controls .owl-buttons .owl-next{background-position: -33px 0;}

.section-block h4{
  text-transform:uppercase;
  color:rgb(59,25, 127);
}
.section-block .section-header{
  font-size: 28px;
  font-weight: 300;
}
.section-block .news-header{
  font-weight:bold;
  font-size: 16px;
}
.section-block .action-buttons {
  text-align: center;
  margin-top: 7px;
}
.section-block .btn {
  width: 95%;
  margin: 10px 0;
}

/*body .section-block.connect-with-us {
  padding: 10px 0;
}*/

.main-middle-section div.section-block {
  height: 100%;
}

.social-btn{
  display: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-btn li a{color: #fff;}
.social-btn li .btn-facebook{background: #3b5998; border-color: #3b5998;}
.social-btn li .btn-twitter{background: #00aced; border-color: #00aced;}
.social-btn li .btn-youtube{background: #bb0000; border-color: #bb0000;}
.social-btn li .btn-instagram{background: #4E433C; border-color: #4E433C;}
.social-btn li i.fa {
  font-size: 125%;
  padding-right: 3px;
}
.social-btn li i.fa.fa-twitter{
  padding-right: 0px;
}

/* DONATE + PUBLIC SERVICES OWL CAROUSEL SECTION */
.main-middle-section .section-block .owl-carousel .owl-wrapper-outer .owl-wrapper .item {
  height: 382px;
  overflow: hidden;
  position: relative;
  padding: 0px 2px;
}
.main-middle-section .section-block .owl-carousel .owl-wrapper-outer .owl-wrapper .item .section-header {
  max-height: 80px;
}
.main-middle-section .section-block .owl-carousel .owl-wrapper-outer .owl-wrapper .item .description {
  max-height: 218px;
  overflow: hidden;
}
.main-middle-section .section-block .owl-carousel .owl-wrapper-outer .owl-wrapper .action-buttons {
  position: absolute;
  bottom: 0;
  right: 0.5%;
  left: 0.5%;
}

/* ADOPT A PET SECTION */
.adopt-a-pet-section {
}

.adopt-a-pet-section .loading {
  text-align: center;
}
.adopt-a-pet-section .loading img {
  width: 44px;
}

.adopt-a-pet-section .adopt-a-pet-container {
  overflow: hidden;
  margin: 0 auto;
}


.adopt-a-pet-section .adopt-a-pet-container .animal {
  padding-top: 5px;
  height: 382px;
}

.adopt-a-pet-section .adopt-a-pet-container .inner-animal {
  height: 255px;
}

.adopt-a-pet-section .adopt-a-pet-container .animal-image {
  font-size: 0;
  overflow: auto;
  text-align: center;
}

.animal-image::before {
  /* vertically center the animal image */
/*  content:'';
  display: inline-block;
  height: 100%;
  vertical-align: middle;*/
}

.animal-image>div {
  display: inline-block;
}

.donate-section .image-frame,
.public-services-section .image-frame,
.adopt-a-pet-section .adopt-a-pet-container .image-frame {
  padding: 4px !important;
}

.donate-section img,
.public-services-section img{
  margin-top: 4px;
  margin-bottom: 5px;
}

.adopt-a-pet-section .adopt-a-pet-container img.photo {
  height: 192px;
/*  width: 100%;
  max-height: 192px;*/
}

.adopt-a-pet-section .adopt-a-pet-container .animal-info {
  padding-top: 4px;
  height: 165px;
  position: relative;
}

.adopt-a-pet-section .adopt-a-pet-container .animal-info .animal-info-text {
  text-align: center;
}

.adopt-a-pet-section .adopt-a-pet-container .animal-info .name {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
}

.adopt-a-pet-section .adopt-a-pet-container .adopt-button {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.adopt-a-pet-section .action-buttons {
  position: relative;
  bottom: 107px;
}

/* NEWS SECTION */

.news-section .owl-theme .owl-controls{
  margin-top: 35px !important;
}

.news-section .news-thumb {
  text-align: left;
  padding-right: 0px;
  padding-bottom: 10px;
  overflow: hidden;
}
.news-section .news-thumb img{
  max-height: 203px;
}

.news-section .news-date {
  font-weight: bold;
  margin-top: 8px;
}

.news-section .news-date .date-from-to {
  width: 40px;
}

.news-section .news-intro-box {
  margin-top: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  max-height: 127.4px; /* 7 lines * 18.2px line spacing */
}
.news-section .news-intro-box.no-thumbnail {
  max-height: 274px;  /* 15 lines * 18.2px line spacing */
}
.news-section .news-intro-box.event {
  max-height: 200.2px;  /* 11 lines * 18.2px line spacing */
}

/* SPECIAL CASE FOR TABLET WIDTH */
@media only screen and (min-width:767px) and (max-width:991px){
  .news-section .news-header{font-size: 99%;}
  .news-section .news-intro{font-size: 90%;}
  .news-section .news-intro-box {
    margin-top: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    max-height: 111px;
  }
  .news-section .news-intro-box.no-thumbnail {
    max-height: 320px;
  }
}

.news-section .item {
  height: 418px !important;
}

.news-section .news-intro {
  text-align: justify;
}

/* HAPPY TAILS SECTION */
.happy-tails-section .happy-tails-thumb {
  text-align: left;
  padding-bottom: 10px;
  overflow: hidden;
}
.happy-tails-section .happy-tails-thumb img {
  max-height: 203px;
}

.happy-tails-section .happy-tails-title {
  font-weight: bold;
  font-size: 16px;
}

.happy-tails-section .happy-tails-summary-box {
  overflow: hidden;
  max-height: 192px;
  margin-top: 8px;
  max-height: 182.0px; /* 10 lines * 18.2px line spacing */
}

.happy-tails-section .happy-tails-summary-box.no-thumbnail {
  max-height: 345.8px; /* 18 lines * 18.2px line spacing */
}

.happy-tails-section .summary {
  text-align: justify;
}
.news-section .action-buttons,
.happy-tails-section .action-buttons {
  position: absolute;
  width: 85%;
  margin: 12px 0 0 -42%;
  left: 50%;
  bottom: 16px;
}
.happy-tails-section .action-buttons.no-thumbnail {
  /*margin-top: -2px;*/
  position: absolute;
  bottom: 16px;
}

/* SOCIAL SECTION */
.social-tabs.nav-tabs > li > a {
  background-color: #B5A597;
  color: white;
}

.social-tabs.nav-tabs > li > a:hover,
.social-tabs.nav-tabs > li > a:focus {
  background-color: #443135;
  border-color: #443135;
}

.fb-like-box{
  background-color: white;
}

@media only screen and (min-width:768px) {
  .news-letter.action-buttons {
    position: absolute;
    width: 85%;
    margin: 12px 0 0 -42%;
    left: 50%;
    bottom: 16px;
  }
}
/*.news-letter-submit {
  position: absolute;
  bottom: 25px;
  left: 28px;
  right: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news-letter-submit label{
  line-height: 16px;
  word-spacing: -1.5px;
}

.newsletter-form .form-group {
  width: 100%;
}

.newsletter-form .area:after{
  display: block;
  clear: both;
  content: '';
}

.newsletter-form .area{
  position: relative;
  padding: 0 90px 0 0;
}
#newsletter {
  width: 100%;
  margin-left:0;
  height: 30px;
  font-size: 12px;

  -moz-border-top-left-radius:20px;
  -moz-border-bottom-left-radius:20px;

  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;

  -khtml-border-top-left-radius: 20px;
  -khtml-border-bottom-left-radius: 20px;

  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#newsletter-submit {
  border: 0px;
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 90px;
  color: #fff;
  background-color: #7AB800;
  border-color: #7AB800;

  -moz-border-top-right-radius:20px;
  -moz-border-bottom-right-radius:20px;

  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;

  -khtml-border-top-right-radius: 20px;
  -khtml-border-bottom-right-radius: 20px;

  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#newsletter-submit:hover {
  background-color: #443135 !important;
  border-color: #443135 !important;
  color: white
}*/

.AGM-2018 h2{
  font-weight: bold !important;
}

/*********************************/
/********** ADOPT A PET **********/
/*********************************/

.adopt-a-pet a.category-links img,
.adopt-a-pet a.category-links div.btn {
  width: 100%;
}

.adopt-a-pet a.category-links div.btn {
  border-radius: 0px !important;
  text-align: left;
}
.adopt-a-pet a.category-links:hover div.btn,
.adopt-a-pet .action-buttons a:hover div.btn,
.adopt-a-pet .action-buttons a.btn:hover,
#animals-grid .animal-image.image-frame:hover ~ .action-buttons a.btn {
  background-color: #443135 !important;
  border-color: #443135 !important;
}

.adopt-a-pet #no-pets {
  text-align: center;
}
.adopt-a-pet #loading,
.adopt-a-pet #no-data {
  text-align: center;
  height: 100px;
}
.adopt-a-pet #loading p,
.adopt-a-pet #no-pets p {
  margin-top: 10px;
  font-size: 16px;
}

.pet-container img,
.pet-container a.btn {
  width: 100%;
}
.pet-container a.btn {
  text-align: left;
}

.pet-container .animal-image .no-photo {
  background-color: #655848;
  width: 100%;
  height: 139px;
  line-height: 139px;
  color: #FFF;
  text-align: center;
}

.pet-container .animal-info {
  margin-top: 20px;
  margin-left: 10px;
}
.pet-container .animal-info .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.pet-container .animal-info .misc-info {
  font-size: 12px;
  margin-bottom: 3px;
}
.pet-container .action-buttons {
  margin-top: 20px;
}

.image-frame {
  padding: 7px;
  box-shadow: 0 0 5px rgba(100, 100, 100, 0.2);
  border: 1px solid #E3E3E3;
  background-color: white;
}

.add-juggler-container {
  text-align: center;
}

table#adoption-process-table th,
table#adoption-process-table td {
  border: 1px solid;
  padding: 5px 10px;
}
table#adoption-process-table thead th {
  text-align: center;
  font-weight: bold;
}

table#adoption-process-table tbody td.column1 {
  font-weight: bold;
  text-align: left;
}


/********************************/
/********** SUPPORT US **********/
/********************************/

/*.support-us .background {
  background-color: rgb(232,224,217);
  margin-bottom: 20px;
}
.support-us .background.no-bottom-margin {
  margin-bottom: 0px;
}*/

.support-us div img {
  vertical-align: middle;
  /* max-width: 100%; */
}

.support-us.our-supporters .sponsor-images div {
  height: 150px;
  line-height:125px;
  text-align: center;
}

/* Super small width only */
@media only screen and (max-width:440px){
  .support-us.our-supporters .sponsor-images div {
    height: 100px;
    line-height:75px;
    text-align: center;
  }
}

/* NOTE: three images have custom inline max-widths */
.support-us.our-supporters .sponsor-images div img {
  vertical-align: middle;
  max-height: 120px;
  max-width: 90%;
}

.support-us.tribute-giving .top {
  width: 500px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
@media only screen and (max-width:768px){
  .support-us.tribute-giving .top {
    width: 100%;
  }
}
/* custom spacing requested for corporate giving page li */
.corp-giving-ul li{
  margin-bottom: 0.7em;
}

.promo {
    /* padding-bottom: 1em; */
    margin-bottom: 2em;
    margin-top: 2em;
    border-bottom: 1px dotted #D0D0D0;
}
.promo img {
    max-width: 150px;
  /* max-height: 80px; */
  /* float: left; */
  /* margin-right: 2em; */
  /* margin-bottom: 1em; */
}
.gift-description{
  padding: 9px 12px;
}
.gift-description p{
  text-align: justify;
}
.pp-form {
  width: 500px;
}
.pp-form > div > label{
  width: 160px;
}
.cc-card{
  margin: 10px 0;
  /* border: 1px solid green; */
  background-color: #D4E8AD;
  padding: 10px 10px 10px 0;
  border-radius: 8px;
  box-shadow: -12px 0px 0px 0px #D4E8AD;
}
.cc-card > div > label > span{
  display: inline-block;
  width: 160px;
}
.pp-form input[type=text],
.pp-form textarea
.pp-form select{
  width: 320px;
  padding: 0 5px;
}
@media only screen and (max-width:425px){
  .pp-form input[type=text],
  .pp-form textarea,
  .pp-form select {
    width: 290px;
  }
  .cc-card input[type=text]{
    width: 275px !important;
  }
  .cc-card label input {
    display: block;
  }
}

.pp-form textarea{
  height: 80px;
  vertical-align: top;
  margin-bottom: 4px;
}
.cc-card > div > label > .cc-my,
.cc-card > div > label > .cc-cvc{
  width: 30px;
}
.pp-form .required{
  color: green;
}
.pp-form .pp-radio{
  margin-right: 10px;
}
.pp-row {
  margin-bottom: 5px;
}
.pp-row p{
  margin-left: 165px;
  font-size: smaller;
}
.cc-error, .cc-errors{
  color: #940000; /* #B10000; */
  margin-left: 163px;
}
.cc-error ~ input,
.cc-error ~ textarea,
.cc-error ~ select {
  border: 1px solid #940000;
  background-color: #FDFDE8;
}
#paypal_msg {
  margin-bottom: 20px;
  /*text-align: center;*/
  color: #629300;
}
#cc-submit {
  float: right;
  margin: 20px 0;
}
#ecard-container{
  /* width: 500px; */
  /* height: 333px; */
  width: 600px;
  height: 425px;
  border: 1px solid #A9A9A9;
}
@media only screen and (max-width:650px) {
  #ecard-container{
    transform: scale(0.8);
    left: -60px;
    position: relative;
  }
  .pp-form{
    width: 100%;
  }
}
@media only screen and (max-width:440px){
  #ecard-container{
    transform: scale(0.55);
    left: -135px;
    top: -60px;
    position: relative;
  }
}
@media only screen and (max-width:440px){
  #ecard-container{
    transform: scale(0.50);
    left: -155px;
    top: -90px;
    position: relative;
  }
}

#ecard-viewer{
  width: 100%;
}
@media only screen and (max-width:552px){
  .pp-form .wrap{
    display: block;
    margin-top: 15px;
  }
  .pp-row p{
    margin-left: 0;
  }
}
p.small-print {
  margin-top: 30px;
  color: #7B6D70;
}
.pet-protector-share-btns{
  margin-top: 30px;
}
.pet-protector-share-btns a{
  margin-right: 10px;
}
.pet-protector-share-btns img{
  width: 40px;
}
.fb-share-button.fb_iframe_widget {
  display: inline-block !important;
  vertical-align: middle;
}

/* group volunteering */
img.grp-vol{
  width: 230px;
  float: right;
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 10px;
  clear: both;
}
@media only screen and (max-width:475px){
  img.grp-vol{
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width:990px){
  img.grp-vol{
    /* width: 290px; */
  }
}


/* Sponsor a Kennel */
.support-us .two-panels{
  margin-top: 20px;
}
.support-us .slick-list{
  height: 450px;
}
.support-us .panel-page{
  background-size: cover;
  background-position: center;
  height: 450px;
}
.support-us .hero-text{
  color: white;
  position: relative;
  top: 280px;
  margin: 20px;
  text-shadow: black 1px 1px 1px;
}
.support-us .hero-text h1 {
  font-size: 50px;
}
.support-us .hero-text h2 {
  font-size: 25px;
  font-weight: 100;
  margin-top: 0;
}
.kennel-main {
  width: 60%;
  float: left;
}
.kennel-sidebar{
  width: 40%;
  float: right;
  padding-left: 40px;
  margin-top: 13px;
}
.faq-button{
  text-align: center;
  display: block;
  width: 135px;
  height: 108px;
  float: right;
  margin: 1em 0 1em 1em;
}
.faq-button .paw {
  background-color: #7AB800;
  border-radius: 5px 5px 0px 0px;
  padding: 0.25em;
}
.faq-button .faq-text {
  background-color: #6b2875;
  border-radius: 0px 0px 5px 5px;
  font-size: 20px;
  color: white;
}
.kennel-sidebar h2 {
  background-color: #6b2875;
  color: white;
  padding: 0.6em;
  font-weight: normal;
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  margin: 0;
}
.kennel-sidebar h3{
  font-size: 20px;
}
.kennel-sidebar ul {
  list-style-type: none;
  padding: 1px 15px 5px 20px;
  background-color: #e8e8e8;
  border-radius: 0 0 5px 5px;
}
.kennel-sponsor-links{
  display: block;
  padding: 0;
}
.kennel-sponsor-links li{
  list-style: none;
  width: 49%;
  max-width: 300px;
  display: inline-block;
  padding: 0 30px 10px 0;
}
.sponsor-button {
  padding: 0.5em 1em;
  font-weight: 300;
  text-align: center;
  color: white;
  background-color: #7AB800;
  border-radius: 5px 5px 0 0;;
}
img.kennel-img{
  max-width: 100%;
  border-radius: 0 0 5px 5px;
}
.kennel-sponsor-links a:hover,
.kennel-sponsor-links a:focus {
  text-decoration: none;
}
.id-like-to-sponsor {
  font-size: 18px;
}
.kennel {
  white-space: nowrap;
  font-size: 28px;
  font-weight: 400;
}
.kennel:after{
  content: " >";
}
#small-accordion .accordion-sm {
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width:750px){
  .kennel-sponsor-links li{
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width:425px){
  .kennel-main {
    float: none;
    width: 100%;
  }
  .kennel-sidebar {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .kennel-sponsor-links li{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .support-us .slick-list{
    height: 320px;
  }
  .support-us .panel-page{
    height: 320px;
  }
  .support-us .hero-text{
    top: 160px;
  }
  .support-us .hero-text h1 {
    font-size: 35px;
  }
  .support-us .hero-text h2 {
    font-size: 22px;
  }
}

.support-us .picture-right{
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

/********************************/
/********* GET INVOLVED *********/
/********************************/

body.membership table.fees {
  border-collapse:separate;
  border-spacing:40px 0px;
}
.get-involved img.volunteer-side{
  width: 150px;
  float: left;
  margin: 0 1em 1em 0;
}
/*
@media only screen and (max-width:320px) {
  .get-involved img.volunteer-side{
    width: initial;
    max-width: 100%;
  }
}
*/
.get-involved .volunteer-headings{
  margin-top: 0;
}



/********************************/
/********** WHAT WE DO **********/
/********************************/

.what-we-do #loading,
.what-we-do #no-pets,
.what-we-do #no-data {
  text-align: center;
  height: 100px;
}
.what-we-do #loading p,
.what-we-do #no-pets p {
  margin-top: 10px;
  font-size: 16px;
}

img.spay-neuter-map {
  width: 100%;
  max-width: 500px;
}

.what-we-do.lost-and-found .body-content ul li {
  font-style: italic;
}

.what-we-do.lost-and-found .pounds div.row {
  margin-bottom: 20px;
}
.what-we-do.lost-and-found .pounds div.row:last-child {
  margin-bottom: initial;
}

.what-we-do.dog-training-classes table#contact-info td {
  padding: 5px 10px;
}

.what-we-do.dog-training-classes table.training-classes {
  width: 100%;
}
.what-we-do.dog-training-classes table.training-classes th,
.what-we-do.dog-training-classes table.training-classes td {
  border: 1px solid;
  padding: 5px 10px;
}
.what-we-do.dog-training-classes table.training-classes thead th {
  text-align: center;
  font-weight: bold;
}
.what-we-do.dog-training-classes table.training-classes thead th span.subtext {
  font-weight: initial;
  font-size: 90%;
}

.what-we-do.dog-training-classes table.training-classes tbody td.column1 {
  font-weight: bold;
  text-align: left;
}
.what-we-do.dog-training-classes table.training-classes tbody td span.subtext {
  font-weight: initial;
  font-size: 85%;
}


/********************************/
/************* NEWS *************/
/********************************/
.news-intro-block .news-intro {
  margin-bottom: 8px;
}

.news-intro-block .date,
.happy-tails-block .date,
.pr-block .date {
  font-size: 11px;
  font-weight: 300;
  margin: -6px 0 20px 0;
}

.news-thumb {
  padding-right: 20px;
}

.news-intro-content ol {
  display: table;
}
.news-intro-content li {
  line-height: 22px;
}

.news-and-events .pagination {
  margin-top: 50px;
}

.news-and-events .news-intro-block hr {
  border-top: 1px solid #AAA;
}
.news-and-events .news-intro-block h2 {
  font-weight: 800;
}

/* promos page */
.company-box{
  padding: 20px;
  background-color: #E2E2FB;
  max-width: 500px;
  float: right;
  margin-top: 0 !important;
  margin-left: 20px;
  margin-bottom: 20px;
}
.company-box img{
  max-width: 200px;
}
.company-box h4{
  margin-top: 0;
}
.box-content p:last-child{
  margin-bottom: 0;
}
@media only screen and (max-width: 600px){
  .company-box{
    float: none;
    margin-left: 0;
    max-width: none;
  }
  .company-box img{
    /* width: 100px; */
    margin-bottom: 20px;
  }
  .media-body{
    width: 100% !important;
    display: block !important;
  }
}
.promo-subtitle{
  margin-bottom: 30px;
}
.promo-image{
  margin-bottom: 30px;
  max-width: 1140;
}
.promo-details{
  margin-bottom: 20px;
}

/******* MEDIA ********
 * This is needed for bootstrap .media classes to work.  The current
 * bootstrap is an old version that doesn't support the full media
 * classes and we don't want to update the working bootstrap.
 * The following is from a newer version of bootstrap.
 */
.company-box .media {
  margin-top: 15px;
}
.company-box .media:first-child {
  margin-top: 0;
}
.company-box .media,
.company-box .media-body {
  overflow: hidden;
  zoom: 1;
}
.company-box .media-body {
  width: 10000px;
}
.company-box .media-object {
  display: block;
}
.company-box .media-object.img-thumbnail {
  max-width: none;
}
.company-box .media-right,
.company-box .media > .pull-right {
  padding-left: 10px;
}
.company-box .media-left,
.company-box .media > .pull-left {
  padding-right: 20px;
}
.company-box .media-left,
.company-box .media-right,
.company-box .media-body {
  display: table-cell;
  vertical-align: top;
}
.company-box .media-middle {
  vertical-align: middle;
}
.company-box .media-bottom {
  vertical-align: bottom;
}
.company-box .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.company-box .media-list {
  padding-left: 0;
  list-style: none;
}
/******* END media ********/


/*********************************/
/********** HAPPY TAILS **********/
/*********************************/
.happy-tails .happy-tails-intro {
  font-weight: bold;
  margin: 15px 0px 20px 0px;
}

.happy-tails .happy-tails-count-archive {
  font-size: 12px;
}

.happy-tails .num-posts {
  padding-top: 10px;
}

.happy-tails .archive-selection {
  text-align: right;
}

.happy-tails .archive-selection .btn-group a {
  text-align: center;
}

.happy-tails .happy-tails-thumb {
  padding-right: 20px;
  padding-bottom: 10px;
  max-width: 40%;
}
.happy-tails .happy-tails-thumb img {
  max-width: 100%;
/*  max-height: 360px;*/
}

.happy-tails .happy-tails-block hr {
  border-top: 1px solid #AAA;
}
.happy-tails .happy-tails-block h2 {
  font-weight: 800;
}

.happy-tails h2{
  margin-top: 0;
  line-height: 21px;
}


.happy-tails .pagination {
  margin-top: 50px;
}


/********************************************/
/*********** EDUCATION & ADVOCACY ***********/
/********************************************/

.public-education .youtube-videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.public-education .youtube-videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.advocacy-efforts div img {
  vertical-align: middle;
  max-width: 100%;
}

/********************************************/
/************* LOCATION & HOURS *************/
/********************************************/

.google-maps {
  max-width: 100%;
}


/******************************/
/********** ABOUT US **********/
/******************************/

.leadership table {
  width: 100%;

}
.leadership table td {
  vertical-align: top;
  padding: 10px 15px;
  width: 50%;
}

.leadership table span.subtitle {
  font-style: italic;
}

.leadership .modal span.subtitle {
  font-style: italic;
  font-size: 70%;
}

#myModal .modal-body .bio p:last-child {
  margin-bottom: 0px !important;
}

.leadership .portrait {
  float: right;
  max-width: 150px;
  margin: 0 0 1em 1em;
  border: 1px solid #443135;
}
.leadership .no-content{
  margin: auto;
  display: block;
  border: 1px solid #443135;
}


/********************************/
/********** CONTACT US **********/
/********************************/
.contact-us input,
.contact-us textarea {
  width: 900px;
}

.contact-us table td {
  padding: 5px 20px 5px 0px;
}


/*****************************/
/********** CAREERS **********/
/*****************************/

.careers table td {
  padding: 5px 10px;
}
.careers table td.column1 {
  vertical-align: top;
}


/*******************************/
/********** INSURANCE **********/
/*******************************/

.insurance .right{
  width: 300px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 10px;
  /* clear: both; */
}
.insurance .left{
  width: 150px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  /* clear: both; */
}
.insurance .clear{
  clear: both;
}
.insurance dd{
  margin-left: 10px;
}
.insurance blockquote p {
  margin-bottom: 3px;
}

/* @media only screen and (max-width:768px){ */
@media only screen and (max-width:525px){
  .insurance .right,
  .insurance .left{
    width: 100%;
  }
}
.insurance blockquote{
  font-size: 14px;
  margin-bottom: 10px;
  padding: 5px 20px;
}
.insurance footer{
  padding: 0 !important;
}

/**********************************/
/********* Colouring book *********/
/**********************************/
.cb h1.title {
  margin-bottom: -10px;
}
.cb h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
.cb .gap{
    margin-bottom: 20px;
}
.cb .cb-row{
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.cb .cb-td{
  display: table-cell;
}
.cb .cb-td:first-child{
    text-align: right;
}
@media only screen and (max-width:600px) {
    .cb .cb-td{
        display: block;
    }
    .cb img{
        width: 100%;
    }
}
.cb .desc{
    margin-left: 10px;
    margin-bottom: 20px;
}

/********************************/
/************* MISC *************/
/********************************/
.btn i{
  line-height: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.btn i.pull-right,
.btn i.pull-left{
  margin-left: -3px;
  margin-right: 0px;
}

.btn i.fa {
  position: relative;
  top: 1px;
}

.btn-ths {
  color: white !important;
  background-color: #7AB800 !important;
  border-color: #7AB800 !important;
  text-decoration:none;
}
.btn-ths-brown {
  color: white !important;
  background-color: #B5A597 !important;
  border-color: #B5A597 !important;
  text-decoration:none;
}
.btn-ths-white {
  color: #7AB800 !important;
  background-color: white !important;
  border-color: white !important;
  text-decoration:none;
}

.btn-ths-brown li a {
  color: white !important;
  background-color: #B5A597 !important;
  border-color: #B5A597 !important;
  text-decoration:none;
}
.btn-ths-brown li a:hover {
  color: rgb(125,110,100) !important;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-ths:hover,
.btn.btn-ths:active,
.btn.btn-ths:focus,
.btn.btn-ths-brown:hover,
.btn.btn-ths-brown:active,
.btn.btn-ths-brown:focus,
.btn.btn-ths-white:hover,
.btn.btn-ths-white:active,
.btn.btn-ths-white:focus {
  color: white !important;
  background-color: #443135 !important;
  border-color: #443135 !important;
}

.animal-image.image-frame{
  padding: 10px;
  max-width: 380px;
  max-height: 290px;
  margin: 0 0 20px;
  text-align: center;
}

.animal-image.image-frame img,
.animal-image.image-frame iframe{
  /*max-width: 322px;*/
  max-height: 268px;
  height: auto;
}

.thumbnail-images{
  overflow: hidden;
  margin: 20px 0 30px;
}

.thumbnail-images div.video,
.thumbnail-images .photo{
  float: left;
  margin: 0 10px 0 0;
  width: 50px;
  height: 50px;
  position: relative;
}
.thumbnail-images .photo:hover a:before{
  border: 3px solid #552398;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.thumbnail-images .photo img{
  width: 50px;
  height: 50px;
}

.thumbnail-images div.video iframe{
  width: 100%;
  height: auto;
}

.thumbnail-images div.video a{
  position: relative;
  display: block;
}

.thumbnail-images div.video a:before{
  background: rgba(0,0,0,.5);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.ie .thumbnail-images div.video a:before{background: #000;}

.thumbnail-images div.video a:after{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 11px;
  border-color: transparent transparent transparent #fff;
  left: 50%;
  margin: -8px 0 0 -2px;
  top: 50%;
  position: absolute;
  z-index: 2;
  content: '';
}

.animal-listing h4{
  margin: 0 0 20px;
  color: #552398;
}

.animal-info-table td{
  padding: 10px 15px;
}
.animal-info-table tr:nth-child(even) td,
.animal-info-table tr.even td{
  background: #ece5e0;
}

.animal-listing .action-buttons{margin: 0 0 20px;}

.animal-listing .action-buttons .action-btn{
  display: block;
  width: 100%;
  font-weight: bold;
  max-width: 380px;
  text-align: left;
}

/* gallery */
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn,
.rsDefault.rsHor .rsArrowRight .rsArrowIcn{
  background: #ece5e0 url(images/arrows-gallery.png) no-repeat;
  border-radius:50px;
  width: 50px;
  height: 50px;
  margin: -25px 0 0;
  left: 0;
}

#video-gallery{
  max-height:400px !important;
  background: #fff;
}

#video-gallery .rsOverflow{
  padding: 0 26px;
  background: #fff;
}

#video-gallery.rsDefault.rsHor .rsArrowLeft .rsArrowIcn{background-position: 0 0;}
#video-gallery.rsDefault.rsHor .rsArrowRight .rsArrowIcn{background-position: -50px 0;}
#video-gallery.rsDefault .rsArrow{width: 50px;}

/*.rsOverflow{
  background: #fff !important;
  padding: 0 20px;
}*/

.rsContent{
  position: relative;
  background: #66584c;
}

.rsContent .body{
  margin-bottom: 30px;
}
.rsContent .action-buttons a{
  text-align: left;
}
.rsContent .action-buttons a span.text{
  padding-right: 15px;
}

.rsContent .image{
  /*width: 59.5%;*/
  /*max-width: 650px;*/
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

 .rsContent .image img{
  width: 100%;
  height: 100%;
}

#video-gallery .rsContent .rsABlock{
  width: 40.5% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.3% 3% 1.3% 4%;
/*  padding: 1.3% 3% 1.3% 6%;*/
  font-size: 18px;
  line-height: 24px;
  font-weight: lighter;
}

#video-gallery .rsContent h1{
  margin-bottom: 15px;
  font-size: 30px;
}

#video-gallery .rsContent .btn{
  font-size:15px;
}

#video-gallery .rsContent p{margin: 0 0 31px;}

.video-container{
  max-width: 380px;
  margin: 0 0 10px;
  overflow: hidden;
}
.video-container iframe{width: 100% !important;}

#video-gallery .rsContent.video-slide .rsABlock .content {
  background-color: rgba(102,88,76,0.85);
  border-radius: 10px;
  padding: 0.1% 3% 6% 6% !important;
}

/* Form */

.general-information{
  margin: 0 0 50px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.general-information .form-group{
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 10px;
}
.general-information .form-group:first-child{border-top: 0;}

.general-information .small-row,
.general-information .wide-row{float: left;}

.general-information .address1 .wide-row{width: 70%;}
.general-information .address1 .small-row{width: 30%;}
.general-information .address2 .wide-row{width: 70%;}
.general-information .address2 .small-row{width: 30%;}

.form-group input[type=text]{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: auto;
}
.form-group input[type=text]:focus {
    border-color: #7AB800;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(122, 184, 0, 0.6);
    outline: 0 none;
}

.general-information .form-group input[type=text]{
  width: 60%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
}

.form-group:after,
.form-group .wrapper:after,
.num-row:after{
  display: block;
  clear: both;
  content: '';
}

.form-group ul{
  overflow: hidden;
  margin-bottom: 5px;
}

#age_category{
  margin: 0 auto;
  max-width: 50%;
}

#age_category li{
  width: 50%;
  float: left;
}

.form-group .wrapper > label{
  float: left;
  width: 33.3%;
  min-height: 26px;
}

.form-group .row-label{
  display: block;
  margin-bottom: 5px;
}

.form-group .wrapper ul li{
  width: 50%;
  float: left;
}

.num-row .form-group{
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px 0 0;
  width: 33.3%;
}

.heading-row,
.table thead td{
  background: #8dc73f;
  padding: 10px;
}

.heading-row{margin: 0 0 10px;}

.form-group .wrapper.alt ul li{
  width: 33.3%;
  float: left;
}

.adopt-a-pet-section .adopt-a-pet-container .animal-info{
  float: none !important;
  width: auto;
  overflow: hidden;
}

.table.looking-for tbody td input[type="radio"],
.table.looking-for tbody td input[type="checkbox"]{
  margin-right: 5px;
}

.table.looking-for tbody td textarea{
  width: 100%;
  resize:none;
  height: 50px;
}

.table thead .even td{background: #d9d9d9;}
.table.alt.looking-for tbody td{text-align: center;}
.table.alt.looking-for tbody td:first-child{text-align: left;}
.table.alt.looking-for tbody td input[type="checkbox"]{margin: 0;}

.looking-for-list ul{
  border-top: 1px solid #ccc;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
}
.looking-for-list ul:first-child{border: 0;}

.looking-for-list ul li{
  float: left;
  width: 33.3%;
}

.looking-for-list ul input[type="checkbox"]{
  margin: 3px 5px 0 0;
  float: left;
}

.looking-for-list ul li label{display: block;}

.submit-row{
  text-align: center;
  overflow: hidden;
}
.hidden-label{
  display: none !important;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: -99999px;
  top: 0;
}
.container .fb_iframe_widget,
.container .twitter-timeline-rendered{display: block;}
.container .twitter-timeline-rendered,
.container .fb_iframe_widget > span,
.container .fb_iframe_widget iframe{
  width: 100% !important;
  position: static !important;
  display: block;
}
.container .fb_iframe_widget iframe{
  min-width: 194px !important;
}
/* Calendar */
.calendar:after{
  display: block;
  clear: both;
  content: '';
}
.calendar .calendar-row{
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
.calendar .calendar-row > div{
  display: table-cell;
  border: 1px solid #d4d4d4;
  border-width: 0 1px 1px 0;
}
.calendar .calendar-row > div:first-child{border-width: 0 1px 1px;}
.calendar .calendar-row.main-row{
  position: relative;
  padding: 0 0 0 139px;
}
.calendar .calendar-row.main-row .cell{
  position: absolute;
  left: 0;
  top: 23px;
}
.calendar .calendar-row.main-row .cell-title{
  display: block;
  text-align: center;
  padding: 26px 0 24px;
  margin: 0 0 0 -139px;
}
.calendar .calendar-row.main-row .cell-title a{color: #000;}
.calendar .calendar-row.main-row > div{border: 0;}
.calendar .thead #mc_days{
  text-align: center;
  color: #541b9f;
  text-transform: uppercase;
  background: #ece5df;
  border-top: 1px solid #d4d4d4;
  font-size: 14px;
  line-height: 20px;
}
.calendar .calendar-row.main-row .cell-right{
  position: absolute;
  right: 0;
  top: 23px;
}
.calendar .calendar-row.main-row .cell-right:hover{
  font-size: 120%;
}

.calendar .thead #mc_days >div{
  height: 50px;
  vertical-align: middle;
}

.calendar .calendar-row.main-row .icon{
  text-indent: -9999px;
  overflow: hidden;
  background: #b3a598 url(images/arrow-prev.png) no-repeat 50% 50%;
  width: 30px;
  height: 30px;
  float: left;
  border-radius:3px;
  margin: 0 10px 0 0;
}
.calendar .calendar-row.main-row .icon.right{background: #b3a598 url(images/arrow-next.png) no-repeat 50% 50%;}
.calendar .calendar-row.main-row .icon:hover{background-color: #443135;}

.calendar .calendar-row.main-row .btn-today{
  padding: 4px 12px 3px;
}

.calendar .calendar-row .mc_date{
  text-align: right;
  padding: 6px 9px;
  min-height: 184px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*.calendar .calendar-row .has_events .mc_date a{color: #000;}*/
.calendar .calendar-row .today{
  background: #ece5df;
  position: relative;
  color: #552398;
}
.calendar .calendar-row .today .mc_date .week-day{
  color: #552398;
}
/*.calendar .calendar-row .has_events .mc_date:hover .week-day{color: #541b9f;}*/

.calendar .calendar-row .mc_date .green{
  position: relative;
  margin: 8px 0 0;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}

.calendar .calendar-row .mc_date .green > a{
  background: #7ab800;
  margin: 0 -5px;
  display: block;
  color: #fff;
  padding: 2px 10px;
  border-radius:5px;
  position: relative;
}

.calendar .calendar-row .mc_date .green .tooltip-area{
  position: absolute;
  top: 100%;
  left: -9px;
  display: none;
  padding: 20px 0 0 20px;
  width: 247px;
}
.calendar .calendar-row .mc_date .green .tooltip-block{
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  background: rgba(0,0,0,.8);
  z-index: 998;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
}
.calendar .calendar-row .mc_pad{color: #808080;}
/*.calendar .calendar-row .mc_pad a{color: #808080;}*/
.calendar .calendar-row .mc_date .green.hover .tooltip-area{display: block;}
.calendar .calendar-row .mc_date .week-day{
  display: none;
  vertical-align: top;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 0 0 6px;
}

.calendar .calendar-row .mc_date .green a:hover,
.calendar .calendar-row .mc_date .green.hover a {text-decoration: none;}

.calendar .calendar-row .mc_date .green a.action-link:hover,
.calendar .calendar-row .mc_date .green a.action-link:focus { color: #999 !important; }

.calendar .calendar-row .mc_date .green .tooltip-block:before{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 9px 8.5px;
  border-color: transparent transparent rgba(0,0,0,.8) transparent;
  content: '';
  position: absolute;
  top: -9px;
  left: 36px;
}

.nav > li.desktop-hidden{
  display: none;
}

.nav > li.desktop-hidden .top-nav-item{
  font-size: 12px;
}

@media only screen and (min-width:1200px) {
  .container  iframe.twitter-timeline-rendered {width: 334px !important; }
  .rsContent .image{width: 650px; }
}
@media only screen and (max-width:1199px) {
  .container  iframe.twitter-timeline-rendered {width: 267px !important; }
}
@media only screen and (max-width:1199px) and (min-width:990px){
  #video-gallery{max-height: 325px !important; }
  .rsContent .image {width: 528px; }
}

@media only screen and (max-width:1199px) and (min-width:990px) {
  #video-gallery .rsContent h1{
    font-size: 24px;
    line-height: 28px;
    margin-top: 16px;
  }
  #video-gallery .rsContent .rsABlock{
    font-size: 16px;
    line-height: 20px;
  }
  #video-gallery .rsContent .rsABlock .body{
    margin-bottom: 25px;
  }
  #video-gallery .rsContent .btn{
    font-size: 15px;
  }
  #video-gallery .rsContent i {
    font-size: 10px;
  }
}

@media only screen and (max-width:989px) and (min-width:768px) {
  #video-gallery {max-height: 246px!important; }
  .rsContent .image {width: 420px; }
  #video-gallery .rsContent .rsABlock {width: 248px !important; }
  #video-gallery .rsContent h1{
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 13px;
  }
  #video-gallery .rsContent .rsABlock {
    font-size: 13px;
    line-height: 17px;
    padding: 8px 15px;
  }
  #video-gallery .rsContent .btn{
    font-size:12px;
  }
  #video-gallery .rsContent i {
    font-size:10px;
    line-height: 16px;
  }
  #video-gallery .rsContent .body {margin-bottom: 10px; }
  #video-gallery .btn{padding: 5px 5px; }
  #video-gallery a.btn span.text{padding-right: 10px; }
}

@media only screen and (max-width:767px){
  .adopt-a-pet-section .adopt-a-pet-container .animal-info{height: auto !important;}
}

@media only screen and (min-width:767px){
  .header .nav .dropdown:hover .dropdown-menu{display: block;}
/*  .adopt-a-pet-section .adopt-a-pet-container .animal-image{min-height: 140px;}*/
}
@media only screen and (max-width:768px) and (min-width:765px){
  .container .fb_iframe_widget span,
  .container .fb_iframe_widget iframe{
    width: 100px !important;
  }
  .container  iframe.twitter-timeline-rendered{
    width:194px !important;
    max-width: 194px !important;
  }
}

@media only screen and (max-width:990px){
  .num-row label{display: block;}
}
@media only screen and (max-width:767px){
  .header .navbar-collapse {max-height: 500px; }
  .logo-holder{
    float: left;
    position: relative;
    z-index: 3;
  }
  .navbar-default.navbar .navbar-collapse.collapse .navbar-toggle,
  .navbar-default.navbar .navbar-toggle{
    background-color: #7ab800;
    width: 40px;
    height: 40px;
    margin-top: 45px;
    text-align: center;
  }
  .navbar-default.navbar .navbar-toggle .icon-bar{background-color: #fff;}
  .ie .navbar-default.navbar .navbar-toggle .icon-bar{margin-left: -2px;}
  .navbar-default.navbar .navbar-toggle:hover{background: #5c8b00;}
  .navbar-default.navbar .navbar-toggle:focus{
    background: #5c8b00 url(images/ico-close.png) no-repeat 50% 50%;
  }
  .navbar-default.navbar .navbar-toggle:focus .icon-bar{display: none;}
  .navbar-default.navbar .navbar-collapse.collapse .navbar-toggle .icon-bar{display: block;}

  .top-nav,
  .social{display: none;}

  .header .breadcrumb{
    display: none;
  }

  .header .sub-navigation,
  .header .sub-nav{
    background: #b3a59a;
  }

  .header .sub-nav li{
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }

  .header .sub-nav .col-sm-12{padding: 0;}

  .header .mobile-title{display: block;}

  .btns-holder{
    overflow: hidden;
    padding: 10px 15px;
    border-top: 1px solid #d4d4d4;
  }

  .btns-holder .adopt-btn{
    display: block;
  }

  .btns-holder .btn{
    width: 47.5%;
  }

  .header .sub-nav .nav-pills{text-align: center;}
  .header .sub-nav .nav-pills li{
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -1px;
  }

  .section-block{
    text-align: center;
  }
  .main-top-section .col-sm-12{
    padding: 0;
  }
  #video-gallery,
  #video-gallery.videoGallery .rsOverflow,
  #video-gallery.royalSlider.videoGallery{height: 418px !important;}

  #video-gallery .rsOverflow{
    padding: 0;
  }

  #video-gallery.rsDefault .rsArrowIcn{
    top: auto;
    bottom: 20px;
    margin-top: 0;
  }

  .rsDefault.rsHor .rsArrowLeft{
    left: auto !important;
    right: 70px;
  }
  .rsDefault.rsHor .rsArrowRight{
    right: 10px !important;
  }
   #video-gallery .rsContent .rsABlock{
    float: none !important;
    width: 100% !important;
    height: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 60px;
    position: static !important;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
  }

   #video-gallery .image{
    float: none !important;
    width: 100%;
    top: auto !important;
    max-height: 155px;
    overflow: hidden;
    position: static;
    top: 0;
    left: 0;
   }

   #video-gallery .rsContent h1{
     font-size: 18px;
     line-height: 24px;
     font-weight: bold;
     margin-bottom: 15px;
   }

   .rsContent .btn-info{
    position: absolute;
    bottom: 25px;
    left: 20px;
   }

   /*.adopt-a-pet-section .adopt-a-pet-container .adopt-button {width: 92.7%;}*/

  .navbar-nav.nav-pills > li{float: none;}

  .navbar-nav.nav .open .dropdown-menu > li{
    border-top: 1px solid #bddc80;
  }
  .navbar-nav .open .dropdown-menu{padding: 0;}
  .navbar-nav.nav .open .dropdown-menu > li > a{
    line-height: 20px;
    padding: 10px 15px;
    color: #fff !important;
    font-size: 12px;
    line-height: 15px;
  }

  .header .main-form{
    display: none;
  }
  .navbar-collapse{
    background: #7ab800;
  }

  .navbar-default .nav.navbar-nav > li{border-top: 1px solid #bddc80;}
  .navbar-default .nav.navbar-nav > li > a,
  .header .active a{color: #fff !important;}
  .navbar-default .nav.navbar-nav > .open > a,
  .navbar-default .nav.navbar-nav > .open > a:hover,
  .navbar-default .nav.navbar-nav > .open > a:focus{
    background-color: #5c8b00;
    color: #fff;
    border-radius:0;
  }

  .header .navbar .main-form{
    display: block;
    overflow: hidden;
    padding: 11px 11px 0;
  }
  .header .navbar .main-form .input-group{margin: 0;}
  .header .navbar .main-form .input-group .form-control{border-radius:20px;}
  .newsletter-form .form-control{border-radius:20px 0 0 20px;}
  .main-middle-section .section-block .owl-carousel .owl-wrapper-outer .owl-wrapper .item,
  .main-middle-section,
  .main-lower-section{
    height: auto;
  }

  .nav.nav-tabs.social-tabs,
  .tab-content{display: none;}
  .social-btn{
    display: block;
  }

  .news-letter-submit,
  .happy-tails-section .action-buttons.no-thumbnail{
    position: static;
    overflow: hidden;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .news-letter-submit{
    width: 95%;
    margin: 0 auto;
  }
  .news-section .action-buttons,
  .happy-tails-section .action-buttons{
    position: static;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .news-letter-submit{padding-top: 10px;}
  body .section-block.connect-with-us{padding: 10px 28px;}

  .form-group{
    margin: 0;
    float: none;
    width: 100%;
  }

  .section-block h4{
    text-align: center;
  }

  .main-middle-section .section-block .owl-carousel .owl-wrapper-outer .owl-wrapper .action-buttons{position: static;}
  .newsletter-form .area{margin: 0 auto;}

  footer .links{
    text-align: center;
    padding-bottom:20px;
  }

  footer .hours .day,
  footer .hours .time{
    float: none;
    display: block;
    text-align: center;
    width: auto;
  }
  #age_category{max-width: 100%;}
  .form-group .wrapper.alt ul li{
    width: 50%;
  }
  .num-row .form-group{
    float: none;
    width: 100%;
  }
  .num-row .form-group label{
    width: 50%;
  }
  .general-information div[class*=address] .wide-row,
  .general-information div[class*=address] .small-row{
    float: none;
    width: 100%;
  }
  .general-information .form-group label{width: 35%;}
  .general-information .form-group input[type=text]{width: 62%;}

  .looking-for-list ul li{
    float: none;
    width: 100%;
  }
  .calendar .calendar-row{
    display: block;
  }
  .calendar .calendar-row > div,
  .calendar .calendar-row > div:first-child{
    display: block;
    width: 100%;
    border-width: 1px 0 0;
  }
  .calendar .thead #mc_days{display: none;}
  .calendar .calendar-row .mc_date{
    min-height: 10px;
    text-align: left;
    padding: 7px 0;
  }
  /*.calendar .calendar-row .has_events .mc_date:hover{padding: 7px 10px;}*/
  .calendar .calendar-row .mc_date .green a,
  .calendar .calendar-row.main-row .cell-title{margin: 0;}
  .calendar .calendar-row .has_events .mc_date .green > a{padding: 4px 10px 3px;}
  .calendar .calendar-row .mc_date .green .tooltip-area{
    position: static;
    left: 0;
    padding: 0;
    width: 100%;
  }
  .calendar .calendar-row .mc_date .week-day{
    display: inline-block;
  }
  .calendar .calendar-row .mc_date .green .tooltip-block:before{display: none;}
  .calendar .calendar-row .mc_date .green > a:after{
    content: '';
    background: url(images/bg-accordion.png) no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 13px;
    top: 50%;
    margin: -7px 0 0;
  }
  .calendar .calendar-row .mc_date .green.active > a:after,
  .calendar .calendar-row .mc_date .green.hover > a:after{background-position: -16px 0;}
  .calendar .calendar-row .mc_date .green.hover > a{
    z-index: 999;
    margin: 0 0 -4px;
  }
  /*.calendar .calendar-row .has_events .mc_date:hover .green{margin: 8px -10px 0;}*/
    .mobile-hidden{display: none !important;}
  .nav > li.desktop-hidden{display:block;}
}
/*@media only screen and (max-width:480px){
       .adopt-a-pet-section .adopt-a-pet-container .adopt-button {width: 91%;}
}
@media only screen and (max-width:790px){
       .adopt-a-pet-section .adopt-a-pet-container .adopt-button {width: 87%;}
}*/


/**********************************************/
/**** GOOGLE SEARCH RESULTS PAGE OVERRIDES ****/
/**********************************************/
#google-search-results * {
  -webkit-box-sizing: initial !important;
     -moz-box-sizing: initial !important;
          box-sizing: initial !important;
}
/* Search Results Sort Options button */
#google-search-results .gsc-selected-option-container {
  background-color: #B5A597 !important;
  background-image: none !important;
}
#google-search-results .gsc-selected-option,
#google-search-results .gsc-option-menu-item {
  color: white !important;
  font-family: 'Lato', sans-serif !important;
}
#google-search-results .gsc-selected-option {
  font-size: 120%;
  font-weight: 400;
}
/* Search Results Sort Options Dropdown menu */
.gsc-option-menu {
  background-color: #B5A597 !important;
  background-image: none !important;
}
.gsc-option-menu-item-highlighted {
  background-color: #443135 !important;
  background-image: none !important;
  color: white;
}
/* Search Results page */
.gsc-control-cse .gsc-table-result,
.gsc-control-wrapper-cse {
    font-family: 'Lato', sans-serif !important;
}
