 /* Added by BP 01.09.2017 for Video Hdr CSS */

 #video-viewport {
     position: relative;
     width: 100%;
     height: 100%;
 }

 video {
     display: block;
     width: 100%;
     height: 100%;
     max-height: 90vh;
 }

 .fullsize-video-bg {
     background-image: url("/nam/images/video-bgrnd.jpg");
     background-repeat: no-repeat;
     background-attachment: fixed;
     background-position: center;
     overflow: hidden;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
 }

 .div_1.hashtag {
     top: 0;
     z-index: 9999;
 }

 .hashtag {
     z-index: 0;
 }

 /* End of Video Hdr CSS */

 /* styling added by Adil Madhani 10/28/2021 for the events calendar link for the adoption month campaign 2021 */
 .cal-events a {
     color: #fff;
     font-size: 1.5rem;
 }

 .cal-events img {
     max-width: 30px;
     margin: 8px 0 8px 0;
 }

 .cal-events span {
     text-transform: uppercase;
     margin-left: 10px;
 }

 .cal-events {
     background-color: #337ab7;
     border-radius: 5px;
     text-align: center;
     max-width: 295px;
     margin-bottom: 20px;
 }

 .cal-inner {
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
 }

 .calendar-blurb {
     margin-top: 25px;
 }

 .cal-events:hover {
     color: #fff;
     background-color: #286090;
     border-color: #204d74;
 }

 .youtube-button a {
     color: #fff;
     font-size: 1.5rem;
 }

 .youtube-button img {
     max-width: 30px;
     margin: 8px 0 8px 0;
 }

 .youtube-button span {
     text-transform: uppercase;
     margin-left: 10px;
 }

 .youtube-button {
     background-color: #337ab7;
     border-radius: 5px;
     text-align: center;
     max-width: 295px;
     margin-bottom: 20px;
 }

 .youtube-inner {
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     padding-top: 1rem;
 }

 .youtube-button:hover {
     color: #fff;
     background-color: #286090;
     border-color: #204d74;
 }

 .inner-contents {
     display: flex;
 }

 .hide-cta {
     display: none;
 }

 .modal-content {
     max-width: 85% !important;
     margin: 0 auto;
 }

 .modal-content h5 {
     font-size: 32px;
     color: #1968b3;
 }

 .modal-content h6 {
     font-size: 20px;
     color: #1968b3;
 }

 .modal-content h4 {
     color: #C2185B;
 }

 .modal-content p,
 ul {
     font-size: 18px;
 }

 .modal-footer {
     text-align: left;
 }

 .closeRight {
     float: right;
 }

 .closeX {
     position: relative;
     top: -26px;
     left: -20%;
 }

 .adopt-banner {
     /* height: 500px; */
     display: flex;
     flex-direction: row;
     background-color: #fddca8;
     color: #880E4F;
     max-width: 1920px;
     margin: auto;
 }

 .left-col {
     height: auto;
     flex: 2;
     display: flex;
     flex-direction: column;
     font-family: "Open Sans", sans-serif;
 }

 .right-col {
     height: auto;
     flex: 1;
     /* display: flex; */
     background: url(/media/adoptva/content-assets/images/build-images/family-circle2.png);
     background-size: contain;
     background-repeat: no-repeat;
     background-position: right bottom;
     image-rendering: -webkit-optimize-contrast;
 }

 /* .right-col img {
        min-width: 100%;
        min-height: 100%;
        object-fit: contain;
      } */
 .inner-left {
     flex: 1.5;
     margin: 2rem 0 0 2rem;
     display: flex;
     flex-direction: row;
 }

 .three-col {
     display: flex;
     flex-direction: row;
     flex: 1;
     margin-top: 1rem;
     margin-bottom: 1rem;
 }

 .inner-col {
     height: 100%;
     flex: 1;
     display: flex;
     flex-direction: column;
     justify-content: space-evenly;
     align-items: center;
 }

 .inner-col img {
     width: 70px;
 }

 .inner-col p {
     text-align: center;
 }

 .adopt-banner-heading {
     text-transform: capitalize;
     font-size: 5rem;
     width: 20ch;
     line-height: unset;
 }

.adopt-banner-heading h1 {
  text-transform: capitalize;
  font-size: 5rem;
  width: 20ch;
  line-height: unset;
  font-family: inherit;
}

.adopt-banner-heading h2 {
  text-transform: capitalize;
  font-size: 5rem;
  width: 20ch;
  line-height: unset;
  font-family: inherit;
}

.adopt-banner-heading p {
  text-transform: capitalize;
  font-size: 5rem;
  width: 20ch;
  line-height: unset;
  font-family: inherit;
}

@media (max-width: 750px) {
  .adopt-banner-heading h1 {
        font-size: 3rem;
        margin: auto;
      }
  
  .adopt-banner-heading h2 {
        font-size: 3rem;
        margin: auto;
      }
  
  .adopt-banner-heading p {
        font-size: 3rem;
        margin: auto;
      }
}

 .adopt-banner-subheading {
     font-size: 3.5rem;
     font-weight: 600;
     line-height: 30px;
 }

 .adopt-button-cont {
     flex: 1;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .adopt-button-cont a {
     text-decoration: none;
 }

 .adopt-button {
     color: white;
     background-color: #f16747;
     width: 25ch;
     text-align: center;
     font-size: 3rem;
     border-radius: 5px;
     padding: 0.5rem 0rem 0.5rem 0rem;
     font-weight: 600;
 }

 .adopt-button:hover {
     background-color: #f16747b3;
 }


 @media (max-width: 1300px) {

     /* .adopt-button-cont {
          display: none;
        } */
     .inner-col img {
         width: 50px;
     }

     .inner-col p {
         font-size: 16px;
     }

     .inner-left {
         flex-direction: column;
     }

     .adopt-button-cont {
         justify-content: flex-start;
         margin-top: 1rem;
     }

     .adopt-button {
         font-size: 2rem;
     }
 }

 @media (max-width: 1024px) {
     .right-col {
         display: none;
     }

     .adopt-button-cont {
         display: none;
     }
 }

 @media (max-width: 767px) {
     div#bs-example-navbar-collapse-1 {
         background-color: #1968b3;
         font-size: 1.9rem;
     }
 }

 @media (max-width: 750px) {
     .three-col {
         flex-direction: column;
     }

     .inner-left {
         text-align: center;
     }

     .inner-col {
         margin-top: 0.5rem;
     }

     .left-col {
         height: unset;
     }

     .adopt-banner-heading {
         font-size: 3rem;
         margin: auto;
     }

     .adopt-banner-subheading {
         font-size: 2rem
     }

     .number-button {
         background: unset;
         background-color: #f16747;
     }

     .hide-cta {
         display: unset;
     }
 }

 .navbar-collapse ul {
     list-style: none;
 }

 .navbar-collapse ul {
     margin-top: -0.5% !important;
 }

 @media (min-width: 768px) {
     .navbar-collapse ul {
         float: left;
         margin: 0;
     }
 }

 @media (min-width: 768px) {
     .navbar-collapse ul>li {
         float: left;
         position: relative;
         display: block;
     }
 }



 .navbar-collapse>ul>li>a {
     text-transform: uppercase;
     color: #fff;
     padding: 10px 10px;
     padding-bottom: 25px;
     padding-top: 4vh;
     position: relative;
     display: block;
 }

 .navbar-collapse>ul>li>a:hover {
     color: #fff;
     text-decoration: none;
 }

.vdss-footer {
  display: flex;
}

.vdss-footer .col-left {
  flex: 0 0 50%;
  max-width: 50%;
}

.vdss-footer .col-right {
  flex: 0 0 50%;
  max-width: 50%;
}

.float-left-dss {
  float: left !important;
  max-width: 100%;
  height: auto;
  padding: 25px;
}


.float-right-dss {
  float: right !important;
  max-width: 100%;
  height: auto;
  padding: 25px;
}


.content-type-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.content-type-table table {
    width: 100%;
    min-width: 500px; /* Adjust this value based on your content */
    border-collapse: collapse;
}

/* Optional styling for better readability */
.content-type-table th {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

.content-type-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

/* Optional: visual indicator for scrollable content */
.content-type-table::-webkit-scrollbar {
    height: 8px;
}

.content-type-table::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.content-type-table::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}


.gen-content img {
  max-width: 100%;
}

#cookie-alert-wrapper {
  height: fit-content !important;
}

#cookie-alert {
  height: fit-content;
}

html {
  scroll-behavior: smooth;
}

a.direct-edit:hover {
  text-decoration: none !important;
  cursor: default;
}


.de-btn-group .fa {
 font-family: FontAwesome !important;
 font-weight: initial !important;
 font-size: initial !important;
}



.faq_footer a:visited {
  color: white;
}

.faq_footer a:active {
  color: white;
}

.consider_footer a:visited {
  color: white;
}

.consider_footer a:active {
  color: white;
}







