

[data-page="Home"] .mobile-nav-trigger {
    top: 15px;}

div.module.standard-list ul ul li:before{
    font-size: 12px;
       content: "\f111";
        font-family: "Font Awesome 5 Free";
            font-weight: 500;
}
div.module.standard-list ul ul{
  padding-left:2em;
  padding-top:0.5em;
  padding-bottom: 0.5em;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "â†";
}
.slick-prev:before[dir="rtl"] {
  content: "â†’";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "â†’";
}
.slick-next:before[dir="rtl"] {
  content: "â†";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "â€¢";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}

/* end slick slider */




#ad-net-pencil #adNetPencil {
    margin: 0 auto;
    width: 100%;
}
#ad-net-pencil{
  background: #fff;
}

#ad-net-popup #adNetPopUp {}


.modal-body img{
    width:330px;
    }
    .modal-footer{
        display:none;
        }


.modal-content {
  border:none!important;

}
.ad-net-pencil-expanded {
    position: absolute;
    z-index: 10;
    display: none;
    top: 0;
}

.ad-net-pencil-close {
    position: absolute;
    font-size: 36px;
    right: 10px;
    top: 5px;
}
#ad-net-snackbar {
    position: fixed ;
    z-index: 5000;
    background: #ff0000;
    width: 100%;
    bottom: 0;
    display: none;
}
.ad-net-snackbar-close {
    position: absolute;
    font-size: 36px;
    right: 10px;
    top: 5px;
}


.content-page,
.landing-page {
    padding-top: 20px;
}

.content-background {
    overflow: visible;
    /*background: url('/Style%20Library/Images/background-wrap-test.jpg') no-repeat #000;*/
    background-position: center top;
}

.landing-background {
    overflow: visible;
    /*background: url('/Style%20Library/Images/background-wrap-test.jpg') no-repeat #000;*/
    background-position: center top;
}

.content-page .adnet-1125x135,
.landing-page .adnet-1125x135 {
    margin: 0 auto;
}

.content-page,
.landing-page {
    margin-right: auto;
    margin-left: auto;
}

.adnet-300x100,
.adnet-300x600,
.adnet-300x250,
.adnet-728x90,
.adnet-1125x135 {
    text-align: center;
    margin: 10px 0 20px;
}

.landing-page #adNetLeaderboard,
.content-page #adNetLeaderboard {
    padding-top: 20px;
}

.carousel-inner .item{
    margin-top:0!important;
    }

.alert__message--cv2020{
   background: rgba(9,60,91,1);
    color:#fff;
}
.alert__message--cv2020 a{
    color:#fff!important;
    text-decoration: underline!important;

}

.hero-banner__content--2020 .btn{
    padding:1em 1em;
    font-size: 1.3em;
}
.hero-banner__content--2020 .btn i{
      font-size: 1em;
      padding-left: 7px;
}

/*
Generations of care */
.topbanner--cover {
position: relative;
    background-attachment: fixed;
    background: url(https://www.promedica.org/toledo-hospital/PublishingImages/generations/GocAerial1800w.jpg);

       background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.topbanner--text{
    padding: 120px 0;
}
.darker-20 {
    background: rgba(0,0,0, 0.2);
}
.darker-40 {
    background: rgba(0,0,0, 0.4);
}
.darker-50 {
    background: rgba(0,0,0, 0.5);
}
.darker-60 {
    background: rgba(0,0,0, 0.6);
}

.lighter-20 {
    background: rgba(255,255,255, 0.2);
}
.lighter-40 {
    background: rgba(255,255,255, 0.4);
}
.lighter-60 {
    background: rgba(255,255,255, 0.6);
}

/*add this to the main css*/
.col-centered{
    float: none;
    margin: 0 auto;
}


.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-3 {
      font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.blck--list{
list-style-type: none;



}
.blck--list li{

}
.blckPic  {

}
.blckPic.roomPic  {
background: url(https://www.promedica.org/Style%20Library/Images/graphics/toledo-hospital/GOC_patient-room_750x500.jpg);

       background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

 ul.countdown {
                list-style: none;
                margin: 1.5em 0;
                padding: 0;
                display: block;
                text-align: center;
            }

            ul.countdown li {
                display: inline-block;
            }

            ul.countdown li span {
                font-size: 6em;
                font-weight: 300;
                line-height: 80px;
            }

            ul.countdown li.seperator {
                font-size: 6em;
                line-height: 70px;
                vertical-align: top;
            }

            ul.countdown li p {
text-transform: uppercase;
                font-size: 14px;
            }
.blckPlans{


}
.goc--content{


}
.blckcolors{
      background-attachment: fixed;
    background-repeat: no-repeat;
    color: white;
    background-color: rgba(0,155,58, 0.5);
    min-height: 400px
}
.white-back{
  background-color: #fff;
}
.goc--border-left{
      margin-top: 6px;
    margin-bottom: 7px;
}
.goc--top-headline{
  border-left: 1px solid #fff;
}
.goc--borderbox{
  border: 1px solid rgb(125, 154, 170);


}
.goc--borderbox h3 small{

      color: #464849;
      font-size: 0.8em

}
.blck--brown{
  background: rgba(125, 154, 170, 0.4);
  padding-top: 80px;
padding-bottom: 80px;
/* margin: 100px 0 ; */

}
.blck--green{
  /* position: relative; */
    background: linear-gradient( rgba(250, 250, 250, 0.95), rgba(250, 250, 250, 0.75)),url(https://www.promedica.org/toledo-hospital/PublishingImages/generations/CGenerationsFloorPlans3.jpg);
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:200%;
/* background: rgba(198, 188, 137, 0.8);*/
/* padding-top: 150px;
padding-bottom: 150px; */
}
.l-800{
  min-height: 550px;
}

.blck--construction{

  background: url(https://www.promedica.org/Style%20Library/Images/graphics/toledo-hospital/GOC_north_750x347.jpg);

    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;


}
.pad-5{
   padding: 5%;
   min-height: 475px
}
.hr-white{
  border-top: 1px solid #fff;
}
.blck--text{


}
.blck--text span{
  padding: 4px 0;
  display: block;
  font-size: 1.3em;

}
.blck--pad-80{
padding-top: 60px;
padding-bottom: 60px;
}
.blck--ltgreen{
  background: rgba(52,178,51, 0.6);
  min-height: 500px
}
.blck--bg1{

  background: url(https://www.promedica.org/Style%20Library/Images/graphics/toledo-hospital/GOC_patient-room_750x500.jpg);


    height: 100%;
    background-attachment: fixed;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;

}
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}
.bg-green{
background: rgba(52,178,51, 1);

}

.blck-bg-wait{
background: url(https://www.promedica.org/toledo-hospital/PublishingImages/generations/GOC_waiting-area_1600x560.jpg);
   background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
.blck-bg-outside{
  min-height: 500px;
background: url(https://www.promedica.org/Style%20Library/Images/graphics/toledo-hospital/GOC_plaza_750x500.jpg);
   background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.blck--construction .btn.btn-lg{
      border-radius: 0px!important;
      padding: 30px;
      font-size: 18px;


}

.generations-tabs--container {
    width: 97%;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
    background-color: #fff;
}
.generations-tabs--container .nav-tabs {
   border-bottom: none;
}
.generations-tabs--container .nav-tabs>li>a:link {
border:none!important;
    text-decoration: none;
}

.generations-tabs--container .nav-tabs > li.active,
.generations-tabs--container .nav-tabs > li.active a ,.generations-tabs--container .nav-tabs > li.active > a:hover,.generations-tabs--container .nav-tabs > li.active > a:focus{
  box-shadow: inset 0 3px #009b3a;

}

.generations-tabs--container .nav-tabs > li  {
    background: #f0f0f0;
    text-align: center;
    }

.generations-tabs--container li a{
    font-weight: 700;
    font-size: 18px;
    display: inline-block;

    padding: 2em;
    color: #757575;
    cursor: pointer;
    text-decoration: none;
    text-align: center;

}

.generations-tabs--content.active {
    display: block;
    padding: 20px;
    background: #fff;

}

.generations-tabs--container .generations-tabs--content p, .generations-tabs--container .generations-tabs--content h3 {
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
}

.generations-tabs--container .generations-tabs--content h3 {
}

.generations-tabs--container
.generations-tab.active{
    background: #fff;

}

.generations-tabs--container
.generations-tab.active .fa {
    color: #009b3a;
}



.tab-content--highlight {
    background: #fff;
    border-radius: 0;
    position: relative;
    margin-bottom: 20px;
}

.tab-content--highlight h3::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 500;
    content: "\f111";
    padding-right: 14px;
    font-size: 0.7em;
    padding-bottom: 2px;
    vertical-align: 10%;
    color: rgb(0,155,58);
}


.tab-content--highlight p {
    padding: 0 20px;
    border-left: 1px  solid rgb(0,155,58);
    margin-left: 5px;
}






.tab-content--highlight h3{
  font-size: 1.3em;
      margin-bottom: 0;
    padding: 20px 10px 0 0;
    margin-top: 0;
     color: rgb(0,155,58);
    font-weight: 900;

}

.generations-tabs--container li .fa {
    font-size: 3em;
    margin: 0 0.4em 0 0;
    display: block;
    padding-bottom: 6px;
}

.image-box {
  background: black;
  padding: 0px;
  position: relative;
  text-align: center;
  width: 100%;
}

.image-box img {
  opacity: 1;
  transition: 0.5s opacity;
}

.image-box .image-box__caption {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  color: white;
  font-size: 0.95em;
  left: 0px;
  padding: 4% 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: left;
  width: 100%;
}

.image-box:hover img {
  opacity: 0.7;
}

.image-box:hover .image-box__caption {
  padding-bottom: 5%;
  padding-top: 5%;
}

.adnet__banner-carousel-background {
    background-size: cover;
}




/*Media query*/

@media only screen and (max-width: 930px) {
  .generations-tabs--container label span {
    font-size: 14px;
  }
  .generations-tabs--container label .fa {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .generations-tabs--container label span {
    display: none;
  }
  .generations-tabs--container label .fa {
    font-size: 16px;
  }
  .generations-tabs--container {
    width: 98%;
  }
}


/*Content Animation*/
@keyframes fadeInScale {
  0% {
      transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}


.generations-carousel{
min-height: 800px;
background:  rgba(183, 183, 183, 0.38);
background: -webkit-linear-gradient(to right, rgb(255, 255, 255), rgba(183, 183, 183, 0.38));
background: linear-gradient(to right, rgb(255, 255, 255), rgba(183, 183, 183, 0.38));
box-shadow: inset 0px 11px 5px -6px rgba(0,0,0,0.15);
}

.generations-carousel blockquote{
  background: none;
}
.border-wrap--light{
  border: 1px solid #efefef;
  padding: 5px;
  margin-top: 30px;
  border-radius: 10px;
  display: inline-block;
  height:212px ;
}
.generations-carousel--stories-content img{
  width:200px;
  border-radius: 10px;
  margin: 0 auto;

}
.generations-carousel--stories-content p{
  font-size: 0.8em;

}
#stories-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#stories-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#stories-carousel .carousel-indicators {
   background: none!important;
   top: 555px;
}
#stories-carousel .carousel-indicators li {
    border: 1px solid #464849;
     background-color: transparent;
}

#stories-carousel .carousel-indicators .active {
  border: 1px solid #464849;
     background-color: #464849;


}
.generations-carousel .item blockquote {
    border-left: none;
    margin: 0;
}
.generations-carousel .item blockquote p:before {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    float: left;
     font-weight: 900;
    margin-right: 10px;
}













@media only screen and (max-device-width: 767px) {
.blck--bg1{
background: none;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 0;
    color: #fff !important;
    font-size: 16px;

    background-color: #34b233;
    border-color: #2e9e2d;

    display: inline;
    width: auto;
    white-space: normal;
}
}
/*
END Generations of care */

/**
 *
 * top margin fix for right search
 *
 */

#sidenav #ContentRight{
    margin-top:20px;
    }

.just-one-slide{
  height:40px;
}

/**
 *
 * mobile
 *
 */
@media screen and (min-width: 992px) {
    .hero-content {
        min-height: 500px;
    }

    .content-page,
    .landing-page {
        width: 955px;
    }
    .carousel-indicators {
    width: 955px;
    top: 400px;
  }
  .page-banner {
    height: 500px;
}
.content.over-page-banner {
    margin-top: -25px;
}


}
@media screen and (max-width: 800px) {

 .carousel-inner {
    margin: 0;
  }

}

/* ----------- iPad Pro ----------- *//* ------
/* Portrait and Landscape */
@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Portrait */
@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1.5) {
     .carousel-inner {
    margin: 0;
  }
}

@media only screen and (min-device-width: 768px){
#ad-net-snackbar{
    display: none!important;
}
.carousel-indicators {
    position: relative;
    top: 300px;
    bottom: auto;
    width: 735px;
  }
 .carousel-inner {
    position: absolute;
    z-index: 5;

  }
  .mobile-banner {
    display: none;
  }
   ol.carousel-indicators {
    top: 435px;
    z-index: 6;
  }
  .content.over-page-banner {
    margin-top: -25px;
  }
  .carousel {

  }
}

@media only screen and (max-device-width: 767px) {


   #ad-net-pencil #adNetPencil{
    display:none;
   }
    .page-banner {
    display: none;
  }
  .hero-content {
    min-height: 100px;
    background: #fff;
  }
  .home-background .row.pth {
    padding-top: 0px !important;
  }
  .mobile-banner IMG {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
  .carousel-indicators {
    display: none;
  }

.home-background--2020 .home-cd19--top {
width: 90%;
}
.home-background--2020 .hero-banner--2020 {
    height: 650px;
}
.home-background--2020 .hero-banner--2020 .btn{
display: block;
margin-bottom: 10px;

  }
  .home-background--2020 .mobile-banner IMG  {
display: none;
  }
.home-background--2020 .carousel-inner.mobile-banner IMG {
    display: none;
  }

    .page-banner  {
    display: block;
  }

  .home-background--2020 .banner-text-container {
      margin-left:0;
      margin-right:0;
  }

.adnet__banner-carousel-background {
    height:500px;
    margin-top: 20px;
    background-size: cover;
}
.page-banner {
    height: 100%;
}
.home-background--2020 #carousel-hero-carousel .carousel-inner .banner-text-container {
    width: 100%!important;
    margin:0;
    height: 100%;
    padding:0 50px;
    background-repeat: no-repeat;
}
.home-background--2020 #carousel-hero-carousel .btn-pro.btn-pro--slider {
    background: rgba(0,0,0,0.1);
    border: 2px solid #fff;
    color: #fff!important;
    width: 80%;

}

.home-background--2020 #carousel-hero-carousel .carousel-inner .banner-text-container h2 {
    padding-top:20px;

}
.home-background--2020 #carousel-hero-carousel .carousel-inner .banner-text-block{
    margin-top:0 !important;

}
.home-background--2020 #carousel-hero-carousel .inpage-banner-wrap{
    display: none;
}
.home-background--2020 #carousel-hero-carousel .banner-position{
    margin:0!important;
}
.home-background--2020 .page-banner .banner-background-gray{

    height:600px;
}
.home-background--2020  .page-banner,
.home-background--2020  .page-banner .row {
    height:550px;
}
.home-background--2020 .adnet__banner-carousel-background{
    height:550px;
}
.home-background--2020 .page-banner .banner-background-gray{
    top:0;
}


}
@media only screen and (max-device-width: 767px) and (orientation: landscape) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .carousel-inner .item .page-banner img{
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    }
   ol.carousel-indicators {
    top: 320px;
    z-index: 6;
  }
.hero-content {
    min-height: 390px;
}
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .adnet-1125x135 img {
        max-width: 100%;
    }
    .adnet-728x90 img {
        max-width: 100%;
    }
    #ad-net-pencil #adNetPencil img{
      max-width: 100%;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .adnet-728x90 img
    {
        max-width: 100%;
    }
    #ad-net-pencil #adNetPencil img{
      max-width: 100%;
    }
    .hero-content {
    min-height: 300px;
}
ol.carousel-indicators {
    display: none;
  }

}



@media screen and (min-width: 1200px) {
    .content-page,
    .landing-page {
        width: 1155px;
    }
    .carousel-indicators {
    width: 1155px;

}

}

@media all and (min-width: 1025px) and (max-width: 1600px)  {
 #ad-net-pencil #adNetPencil img{
      max-width: 100%;
    }

}
@media all and (min-width: 1600px)  {
  #ad-net-pencil #adNetPencil{
      width:1600px;
    }

}
