html,
body {
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
}
h2 {
  word-wrap: break-word;
}
a {
  text-decoration: none !important;
  transition: all ease-in-out 0.2s;
  word-break: break-word;
}
.cb_nav {
  padding-top: 10px;
}
.logo {
  background-image: url('img/logo-white.png');
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  height: 125px;
  width: 346px;
}
.nav-wrapper {
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0;
  /* transition: all 0.5s ease; */
}
.RadMenu .rmLink {
  padding: 0 !important;
}
.scrolled .logo {
  background-image: url('img/logo.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.rmLink {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.rmExpandDown,
.rmItem,
.rmRootGroup {
  background: transparent !important;
}
.btn1,
.btn1 {
  padding: 10px 25px;
  text-decoration: none !important;
  border-radius: 20px;
  transition: ease-in-out all 0.3s;
}
#hamburger {
  text-align: right;
  margin-right: 20px;
  position: relative;
  z-index: 3000;
  display: none;
  right: 0;
  top: 20px;
}
#hamburger .fa {
  font-size: 36px;
}
.nav-up {
  top: -100%;
}
#innerLogin div {
  margin: 10px !important;
}
#heroCarousel .inner-text {
  position: fixed;
  top: 40%;
  left: 47%;
  z-index: 100;
  text-align: left !important;
  transform: translate(-47%, -40%);
}
#heroCarousel img {
  height: 600px;
}
#heroCarousel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rotator-1,
.rotator-2,
.rotator-3,
.rotator-4,
.rotator-5 {
  padding: 250px 0;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url('../../img/rotator1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  height: 726px;
}
.rotator-2 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url('../../img/rotator2.jpg');
}
.rotator-3 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url('../../img/rotator3.jpg');
}
.rotator-4 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url('../../img/rotator4.jpg');
}
.rotator-5 {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url('../../img/rotator5.jpg');
}
.mainbar {
  justify-content: center;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
@-webkit-keyframes unzoom {
  from {
    -webkit-transform: scale(1.5, 1.5);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes unzoom {
  from {
    transform: scale(1.5, 1.5);
  }
  to {
    transform: scale(1, 1);
  }
}
#innerHero {
  width: 100%;
  height: 215px;
  margin-top: 185px;
  display: flex;
  align-items: center;
  background: url(/img/innerpageheader.jpg) center no-repeat;
  background-size: cover;
}
.carousel-inner .carousel-item .rotator-1,
.carousel-inner .carousel-item .rotator-2,
.carousel-inner .carousel-item .rotator-3,
.carousel-inner .carousel-item .rotator-4,
.carousel-inner .carousel-item .rotator-5 {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
span {
  float: none !important;
}
.signinbox {
  margin-top: -25px;
  right: 25px;
}
.sectiontitle {
  padding-left: 0;
  background: none;
}
#who {
  padding: 100px 0;
}

#who h4 {
  padding-bottom: 50px;
}
/* News and Events */

#home-page .sf_newsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px !important;
  margin-left: -15px !important;
}
#home-page .sf_newsList li, #home-page .sf_eventsList li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 25px !important;
  padding-left: 25px !important;
}
@media only screen and (max-width: 1024px) {
  #home-page .sf_newsList li, #home-page .sf_eventsList li 
  {
  	flex-basis: revert !important;
  	/*rontest*/
  }
}
/* @media (min-width: 576px) {
  .sf_newsList li, .sf_eventsList li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .sf_newsList li, .sf_eventsList li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
} */
.sf_newsList h2.sf_newsTitle, .sf_eventsList h3.sf_eventTitle {
  min-height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sf_newsList p.sf_newsDate, .sf_eventsList p.sf_eventPriod {
  padding: 5px 10px !important;
  margin-left: -10px !important;
  
}
#home-page .sf_newsList p.sf_newsDate, #home-page .sf_eventsList p.sf_eventPriod {
	font-size: 20px !important;
}
.inner-open .sf_newsList p.sf_newsDate, .inner-open .sf_eventsList p.sf_eventPriod {
	font-size: 28px !important;
}
.sf_newsList .sf_readMore a {
  padding: 10px 15px;
  border-radius: 25px;
}
.sf_eventsList .sf_readMore {
  padding: 10px 15px;
  border-radius: 25px;
}
#news {
  padding-bottom: 150px;
}
.news-header {
  position: relative;
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url('/app_themes/emerald-green/img/news-header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .news-header {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url('/app_themes/emerald-green/img/news-header.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .news-video-bg {
      display: none;
  }
}
.news-header h1 {
  text-align: center;
}
#news .cards {
  margin-top: -75px;
}
#news .cards2 {
  margin-top: 25px;
}
#news .box-1 {
  position: absolute;
  width: 100%;
}
#news .box-1 h6
{
	position: absolute;
    z-index: 1;
    /* border-radius: 20px; */
    top: 20px;
    left: 10px;
    padding: 10px;
    transition: ease-in-out all 0.3s;
    width: 94%;
    text-align: center;
}
#contacts h6 {
    position: absolute;
    z-index: 1;
    border-radius: 20px;
    border: 1px solid #555;
    top: 20px;
    left: 10px;
    padding: 10px;
    color: #555 !important;
    transition: ease-in-out all 0.3s;
    width: 94%;
    text-align: center;
    font-size: 1rem;
}

#news .box-1 img {
  transition: ease-in-out all 0.3s;
  width: 100%;
  filter: brightness(0.5);
}
#news .box-1 a:hover img {
  transform: scale(1.05);
}
#news .card {
  overflow: hidden;
  -webkit-box-shadow: 2px 4px 19px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 4px 19px -11px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 4px 19px -11px rgba(0, 0, 0, 0.75);
}
#news .card .content {
  padding: 20px;
  margin-top: 38%;
}
#contacts h6 {
  position: inherit !important;
}
#login .col-sm-12 {
  padding-top: 80px;
  padding-bottom: 80px;
}

#login .col-sm-6:last-child {
  padding-left: 100px;
}
#login .fas,
#news .fas {
  margin-bottom: 20px;
}
#news .fas {
  margin: auto;
  left: 0;
  right: 0;
}
#loginControl {
  border-radius: 15px;
  padding: 15px;
  top: 220px;
  position: absolute;
  width: 350px;
  right: 120px;
  z-index: 2;
}
#searchControl {
  top: 42px;
  position: absolute;
  width: 450px;
  right: 26px;
  text-align: right;
  z-index: 1000;
}
#searchControl label,
.subnav2 {
  display: none;
}
.inner-open #searchControl {
  top: 42px;
  position: absolute;
  width: 450px;
  right: 140px;
  text-align: right;
}
#topnav {
  position: relative;
  top: 25px;
}
#ctl00_Login_ctl00_divCreateAccount {
  position: relative;
  top: 27px;
}
/* Inner Page */

.inner-nav .logo {
    background: url('img/logo.png');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.theWrapper {
  width: 100% !important;
}
.theWrapper .subnav {
  top: 147px; /*allows us to see this in the editor */
  position: absolute;
}
.theWrapper .cb_nav {
  width: auto; /*allows us to see this in the editor */
}
.theWrapper #TopMenu {
  margin-top: -75px !important; /*allows us to see this in the editor */
}
.theWrapper #TopNavigation {
  margin-top: 75px !important; /*allows us to see this in the editor */
}
.theWrapper #innerHero {
 margin-top: 75px !important;
}
.theWrapper .nav-wrapper {
  position: inherit;
}
.theWrapper #heroCarousel .inner-text {
  top: 0 !important;
}
.theWrapper #who, .theWrapper [
data-aos^=fade][data-aos^=fade]
{
	opacity: unset !important;
}
#TopMenu {
  display: block;
}
#topnav img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 25px;
}
#innerContent {
  padding-top: 50px;
  padding-bottom: 100px;
}
#innerContent h4 {
  padding-bottom: 20px;
}
#innerContent .col-sm-12 {
  padding-bottom: 0px;
}
footer {
  padding-top: 50px;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer li {
  padding: 10px 0;
}
footer a {
  text-decoration: none !important;
}

footer .copyright {
  margin-top: 100px;
  padding: 20px 0;
}
footer .copyright p {
  margin-bottom: 0;
}
footer .copyright .fab {
  margin-right: 20px;
}
#LostAndFoundPets,
#LostAndFoundPets h2 {
  margin: 0 !important;
}
.clear-both {
  clear: both;
}
.animate-assist-down {
  opacity: 0;
  transform: translate3d(0,-100px,0);
}
.animate-assist-up {
  opacity: 0;
  transform: translate3d(0,100px,0);
}

/* Media Queries */
@media (min-width: 1251px) and (max-width: 1800px) {
  #heroCarousel .inner-text {
    left: 36%;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  .RadMenu_NewNavMenu .rmHorizontal .rmText {
    padding: 0 15px !important;
  }
  #loginControl {
    width: 272px;
    right: 0;
  }
  #heroCarousel h2 {
    font-size: 3.2vw;
  }
  #heroCarousel h6 {
    font-size: 2.2vw;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  #heroCarousel .inner-text {
    left: 55%;
  }
}
@media (min-width: 576px) and (max-width: 769px) {
  #heroCarousel h2 {
    font-size: 4.5vw;
  }
  #heroCarousel h6 {
      font-size: 2.5vw;
  }
}
@media (max-width: 576px) {
  #heroCarousel h2 {
    font-size: 6.5vw;
  }
  #heroCarousel h6 {
      font-size: 4.5vw;
  }
}
@media only screen and (max-width: 992px) {
  .cb_nav {
    padding: 0;
  }
  .nav-wrapper {
      position: absolute;
  }
  .cb_nav .col-sm-12:first-child {
      width: 75%;
      flex: 0 0 75%;
      max-width: 75%;
  }
  .cb_nav .col-sm-12:last-child {
      width: 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
  .cb_nav .col-sm-12:nth-child(2) {
      width: 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
  #hamburger {
      display: block;
  }
  #innerHero {
    margin-top: 116px;
  }
  #TopMenu,
  .loginbox,
  #searchControl {
    display: none;
  }
  .logo {
    height: 116px;
    width: 82%;
    margin-left: -30px;
  }
  .col-sm-3 li {
    padding-bottom: 15px;
  }
  .RadMenu {
    height: 100%;
    position: fixed !important;
    right: -100%;
    width: 100%;
    top: 0;
    overflow: auto;
    max-width: 100%;
  }
  .RadMenu .rmRootGroup {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 70px !important;
  }
  .carousel-inner .carousel-item .rotator-1,
  .carousel-inner .carousel-item .rotator-2,
  .carousel-inner .carousel-item .rotator-3,
  .carousel-inner .carousel-item .rotator-4,
  .carousel-inner .carousel-item .rotator-5 {
    animation: none;
    background-attachment: initial;
  }
  #heroCarousel .inner-text {
      width: 85%;
      top: 28%;
  }
  #news .col-sm-12 {
      padding-top: 50px;
  }
  #news .col-sm-12:first-child {
    padding-top: 0;
  }
  #login {
    text-align: center;
  }
  #loginControl {
    top: 350px;
    position: absolute;
    width: 350px;
    margin: auto;
    left: 0;
    right: 0;
  }
  #innerContent .col-sm-12 {
    padding-bottom: 0px;
  }
  #innerContent iframe {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer .col-sm-12 {
    padding-bottom: 20px;
  }

  footer .copyright .col-sm-12:last-child {
    text-align: center !important;
  }
  ol.sf_libraryList li {
    margin: 0 20px 20px 0 !important;
    float: left;
  }
  .contactusBox {
    width: 100%;
  }
  #ctl00_Login_ctl00_Login1 {
    display: table;
  }
  table {
    overflow-x: auto;
    display: block;
  }
}