@media screen and (max-width: 1200px) {
  #snowflake #servicelines .hero {
    margin-top: 0px;
  }
}

#snowflake .phone-mobile {
  font-weight: 600;
  display: block;
  font-size: 24px;
  color: #a6093d;
  text-decoration: none;
  margin-top: 20px;
}

#snowflake .phone-mobile:hover {
  text-decoration: underline;
}

#snowflake #servicelines .container {
  padding: 0 15px;
}

#snowflake .dark-footer {
  background-color: #435562;
  padding: 30px 0;
}

#snowflake .page-banner {
  margin-top: 50px;
  margin-bottom: 50px;
}

#snowflake .locations-container {
  margin-bottom: 40px;
}

#snowflake h1.headline,
#snowflake .h1 {
  font-size: 4.5rem;
  color: #ffffff;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #snowflake h1.headline {
    opacity: 0;
    height: 0;
  }
}

#snowflake .services-container-inner {
  margin-bottom: 40px;
  padding-right: 85px;
}

#snowflake .services-container-inner ul li {
  list-style-type: none !important;
}

#snowflake .services {
  margin: 80px 0;
}

#snowflake .services .tabcontent {
  display: none;
  position: relative;
}

#snowflake .services .box {
  background: #a5083c;
  padding: 20px 50px 50px;
  width: 425px;
  left: -90px;
  color: #FFFFFF;
  font-size: 18px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  transition: height 0.3s ease-out;
  -webkit-transition: height 0.3s ease-out;
  -moz-transition: height 0.3s ease-out;
  -ms-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
}

#snowflake .services .box h2 {
  font-size: 36px;
  font-weight: 600;
}

#snowflake .services .box h3 {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}

#snowflake .services .box a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: underline;
}

#snowflake .services-container .service-headline {
  font-family: "Avenir";
  font-weight: 550;
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5f7280;
  padding: 0px 0 0px 16px;
  border-left: 4px solid #a5083c;
  margin: 0 0 15px;
}

#snowflake .service-list {
  margin: 0 0 60px 10px;
  list-style: none;
  padding: 0;
}

#snowflake .service-list button {
  text-shadow: none;
  border: none;
}

#snowflake .service-list a,
#snowflake .service-list button {
  color: #a5083c;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

#snowflake .service-list a:hover,
#snowflake .service-list button:hover {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

#snowflake .service-list li h3 {
  margin-left: 10px;
}

#snowflake .service-list li p {
  margin-left: 10px;
}

#snowflake .service-list li p a {
  margin-left: 0px;
}

#snowflake .service-list li {
  margin: 0;
}

#snowflake .service-list li a {
  background: #fff;
  display: inline-block;
  padding: 5px 0 2px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}

#snowflake .service-list li .tablinks {
  background: #fff;
  display: inline-block;
  padding: 5px 0 2px 30px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}

#snowflake .service-list li .tab-content {
  margin: 15px 0 15px 30px;
}

#snowflake .service-list li .tablinks:hover {
  background: #a5083c;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px 2px 40px;
}

#snowflake .service-list li .tablinks.active {
  background: #a5083c;
  color: #fff;
  text-decoration: none;
  padding: 5px 40px 2px;
}

#snowflake .service-list li .tablinks.active::before,
.service-list li .tablinks:hover::before {
  border-left-color: #fff;
  left: 25px;
}

#snowflake .service-list li .tablinks::before {
  content: "";
  border: 4px solid transparent;
  border-left-color: #a5083c;
  position: absolute;
  top: 11px;
  left: 15px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

#snowflake .emergency-text {
  margin: 40px 0px 30px 0px;
}

#snowflake .video {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  #snowflake .video {
    background-color: #000;
  }
}

#snowflake .video .container {
  padding: 0 !important;
}

#snowflake .video .video-container {
  margin: 0 auto;
  height: calc(100vh - 156px);
  text-align: center;
  overflow: hidden;
  max-width: 178vh;
  max-height: 658px;
}
@media screen and (max-width: 1199px) {
  #snowflake .video .video-container {
    max-height: 546px;
  }
}
@media screen and (max-width: 992px) {
  #snowflake .video .video-container {
    max-height: 432px;
  }
}

@media screen and (max-width: 767px) {
  #snowflake .video .video-container {
    height: 56.25vw;
  }
}

#snowflake .hero-info-container {
  padding: 0 30px;
  margin-bottom: 40px;
}

#snowflake .hero .hero-info-container ul li {
  margin: 3px 0 0 0;
  color: #2e3b44;
}

#snowflake .hero .hero-info-container p {
  margin-bottom: 20px;
}

#snowflake .hero-title-container {
  padding: 0px 0 0px 16px;
  border-left: 4px solid #a5083c;
  color: #a5083c;
  margin: 20px 0 10px 0;
  font-size: 31px;
  font-weight: 900;
}

#snowflake .hero .hero-container .playBtn {
  position: absolute;
  background-image: url("/wp-content/themes/uchealth-locations/images/play_icon_large.png");
  background-size: 100px 100px;
  height: 100px;
  width: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

#snowflake .hero .hero-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

#snowflake .hero .hero-container video {
  width: 100%;
}

#snowflake .hero .hero-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#snowflake .hero .hero-container img {
  width: 100%;
}

#snowflake .hero h2 {
  color: #a5083c;
}

#snowflake .hero h3,
#snowflake .hero p {
  color: #333;
}

#snowflake .hero ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}

#snowflake .featured-button {
  border-radius: 0;
  background: #a5083c;
  border: 0;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  width: 45%;
}

#snowflake .intro .featured-button:hover {
  border-radius: 0;
  color: white;
  background-color: #76062b;
}

#snowflake .intro .featured-button:focus {
  border-radius: 0;
  color: white;
  background-color: #76062b;
}

#snowflake .intro .featured-button:active {
  border-radius: 0;
  color: white;
  background-color: #76062b;
}

#snowflake .video video,
#snowflake .video iframe {
  height: 100%;
  width: 100%;
}

#snowflake button#btnMute {
  background-color: transparent;
  padding: 0;
  border: none;
}

#snowflake .unmute {
  height: 35px;
  background-image: url("/wp-content/themes/uchealth-locations/images/video_unmute.png");
  background-repeat: no-repeat;
  position: absolute;
  background-size: 35px 35px;
  top: 10%;
  right: 1%;
  cursor: pointer;
}

#snowflake .mute {
  height: 35px;
  background-image: url("/wp-content/themes/uchealth-locations/images/video_mute.png");
  background-repeat: no-repeat;
  position: absolute;
  background-size: 35px 35px;
  top: 10%;
  right: 1%;
  cursor: pointer;
}

#snowflake .mute p,
#snowflake .unmute p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  width: 85px;
  margin-left: 45px;
  margin-bottom: 0;
  padding: 3px 0;
  color: #fff;
}

#snowflake .scroll-down-sf {
  position: fixed;
  opacity: 0;
  bottom: 20px;
  left: 50%;
  height: 45px;
  width: 50px;
  margin-left: -25px;
  cursor: pointer;
  background: #a6093d;
  border-radius: 3px;
  z-index: 900;
  transition: opacity 0.2s linear;
  border: none;
}
#snowflake .scroll-down-sf::after {
  display: block;
  content: "\f107";
  font-family: Fontawesome;
  font-size: 25px;
  color: white;
  text-align: center;
  vertical-align: middle;
  line-height: 45px;
}
@media screen and (min-width: 768px) {
  #snowflake .scroll-down-sf.scrolled {
    opacity: 1;
  }
}

#snowflake .intro {
  background: #18242d;
  padding: 100px 0;
  position: relative;
}

#snowflake .hours-container {
  background: #18242d;
  padding: 70px 0;
  position: relative;
  text-align: center;
}

#snowflake .hours-container .hours-divider {
  height: 1px;
  background-color: #dedede;
  width: 70%;
  margin: 30px auto;
}

#snowflake .fancy-headline {
  color: #d9e1e8;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 40px;
}

#snowflake .fancy-headline::before {
  content: "";
  padding: 0px 0 0px 16px;
  border-left: 4px solid #a5083c;
  margin: 0 0 0 -20px;
}

#snowflake .intro .phone-number a {
  color: #fff;
  font-weight: 550;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
}

#snowflake .intro .address ul {
  padding: 0;
}

#snowflake .intro .address ul li {
  list-style-type: none;
}

#snowflake .intro .address:hover,
#snowflake .intro .address:focus {
  color: #fff;
  text-decoration: underline;
}

#snowflake .intro p a {
  color: #fff;
  font-weight: 900;
}

#snowflake .intro p {
  color: #d9e1e8;
}

#snowflake .intro ul {
  color: #d9e1e8;
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0 0 0 18px;
}

#snowflake .intro ul li {
  color: #d9e1e8;
  margin-top: 3px !important;
}

@media only screen and (max-width: 767px) {
  #snowflake #servicelines .hero {
    padding: 0 15px;
  }
  #snowflake .fancy-headline {
    font-weight: 900;
    font-size: 28px;
    margin-bottom: 30px;
  }
  #snowflake .fancy-headline::before {
    padding: 0 0 0 12px;
    margin: 0 0 0 -16px;
  }
  #snowflake .intro {
    padding: 0 15px 40px;
  }
  #snowflake .intro .hero {
    background-color: #fff;
    margin-left: -15px;
    margin-right: -15px;
  }
  #snowflake .intro p {
    color: #fff;
  }
}

#snowflake .hours-container .hour {
  color: #d9e1e8;
  font-weight: 600;
  font-size: 45px;
  margin: 0;
}

#snowflake .hours .hours-info {
  margin: 20px 0;
  padding: 0;
}

#snowflake .open {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 4px;
}

#snowflake .closed {
  color: #ffffff;
  text-transform: uppercase;
  text-align: right;
  margin-top: 40px;
  font-weight: 600;
  font-size: 1em;
}

#snowflake .closed span {
  font-weight: 500;
}

#snowflake .time {
  color: #ffffff;
  font-weight: 600;
  font-size: 1em;
}

#snowflake ul.hospital {
  color: #a4003b;
  margin: 0 0 1rem 0;
}

#snowflake ul .hospital-name {
  font-weight: 600;
}

#snowflake ul .hospital-phone .fa-phone {
  color: #3d5364;
  margin-right: 10px;
}

#snowflake #hero {
  position: relative;
  overflow: hidden;
}

#snowflake .bg-image {
  width: 100%;
}

#snowflake .bg-image img {
  display: block;
  width: 100%;
  height: auto;
}

#snowflake #infoBoxContainerM {
  height: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

#snowflake .info-box-container-m {
  position: relative;
  width: 100%;
  background-color: #17242d;
}

#snowflake #infoBox0 {
  left: 9%;
  top: 50%;
  display: block;
  position: absolute;
}

#snowflake #infoBox1 {
  left: 55%;
  top: 45%;
  display: block;
  position: absolute;
}

#snowflake #infoBox2 {
  left: 48%;
  bottom: 24%;
  display: block;
  position: absolute;
  z-index: 10;
}

#snowflake #infoBox3 {
  left: 41%;
  bottom: 12%;
  display: block;
  position: absolute;
}

#snowflake #infoBox4 {
  left: 79%;
  bottom: 25%;
  display: block;
  position: absolute;
}

#snowflake #plus_icon2 {
  position: absolute;
  bottom: 50px;
}

#snowflake #plus_icon3 {
  position: absolute;
  top: -50px;
  left: -50px;
  display: block;
}

#snowflake #plus_icon4 {
  position: absolute;
  top: -50px;
  left: -50px;
  display: block;
}

#snowflake .info-box-container {
  pointer-events: none;
  width: 360px;
}

#snowflake .service-headline {
  font-family: "Avenir";
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 500;
  padding: 0px 0 0px 16px;
  border-left: 2px solid #a5083c;
  margin: 0 0 15px -15px;
}

#snowflake .info-box .service-headline {
  opacity: 0;
}

#snowflake #plus_icon0,
#snowflake #plus_icon1,
#snowflake #plus_icon2,
#snowflake #plus_icon3,
#snowflake #plus_icon4 {
  pointer-events: auto;
}

#snowflake #circle {
  width: 50px;
  height: 50px;
  background-image: url("/wp-content/themes/uchealth-locations/images/plus_icon_bg.png");
  position: absolute;
  background-size: 50px 50px;
}
#snowflake #plus {
  width: 50px;
  height: 50px;
  background-image: url("/wp-content/themes/uchealth-locations/images/plus_icon.png");
  position: absolute;
  background-size: 50px 50px;
  border: 0;
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  #snowflake #circle {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }

  #snowflake #plus {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  #snowflake #infoBox0 {
    left: 14%;
    top: 41%;
  }
  #snowflake #infoBox1 {
    left: 52%;
    top: 40%;
  }
  #snowflake #infoBox2 {
    left: 48%;
    bottom: 17%;
  }
  #snowflake #infoBox3 {
    left: 31%;
    bottom: 7%;
  }
  #snowflake #infoBox4 {
    left: 83%;
    bottom: 11%;
  }
}

#snowflake .info-box {
  background-color: #17242d;
  max-width: 360px;
  padding: 40px;
  overflow: hidden;
  opacity: 0;
  pointer-events: auto;
}

#snowflake .info-box-m {
  background-color: #17242d;
  width: 100%;
  padding: 40px;
  position: relative;
  display: block;
}

#snowflake .info-box-m p {
  color: #fff;
  margin-bottom: 0;
}

#snowflake .info-box-m .service-headline-container {
  display: block;
  position: relative;
}

#snowflake .info-box-m .service-headline-container .service-headline {
  padding-right: 40px;
}

#snowflake .info-box-m .back-to-info {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

#infoBoxM1.info-box-m,
#infoBoxM2.info-box-m,
#infoBoxM3.info-box-m,
#infoBoxM4.info-box-m {
  opacity: 0;
  display: none;
}

#snowflake .info-box p {
  color: #fff;
  margin-bottom: 0;
}

#snowflake .info-box .content {
  opacity: 0;
}

#snowflake div[id^="plus_icon"] {
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
}

#snowflake .top-right {
  right: 0;
}

#snowflake .locations {
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: white;
  margin-top: 25px;
  margin-bottom: 25px;
}

#snowflake .logo-footer-main {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}

#snowflake .logo-footer-main img {
  width: 150px;
}

#snowflake .menus {
  padding: 35px 0;
}

#snowflake .menus .location-name {
  color: #fff;
}

#snowflake .menus .location-phone a {
  color: #fff;
}

#snowflake .menus .location-phone .fa-phone {
  margin-right: 5px;
}

#snowflake .our-specialists {
  padding-top: 60px;
  padding-bottom: 60px;
}

#snowflake .our-specialists .fancy-headline {
  color: #5f7280;
  font-weight: 600;
  margin-bottom: 40px;
}

#snowflake .our-specialists .fancy-headline::before {
  content: "";
  padding: 0px 0 0px 16px;
  border-left: 4px solid #a5083c;
  margin: 0 0 0 -20px;
}

#snowflake section.sport-logos {
  padding: 80px 0;
  background: #425563;
}

#snowflake section.sport-logos .container {
  padding: 0;
}

#snowflake section.sport-logos h2 {

  /* font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  font-weight: 600;
  padding: 0px 0 0px 16px;
  border-left: 4px solid #a5083c;
  margin: 0 0 30px; */
  font-size: 34px;
  line-height: 35px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  margin: 0 0 30px;
}

#snowflake section.sport-logos .logos-container-left {
  padding-right: 0;
  padding: 0;
}

#snowflake section.sport-logos .logos-container-right {
  padding-left: 0;
  padding: 0;
}

#snowflake section.sport-logos .logos-container-left .col-xs-4 {
  padding: 0;
}

#snowflake section.sport-logos .logos-container-right .col-xs-4 {
  padding: 0;
}

#snowflake .sport-logos__container {
  padding: 0;
  /* width: 20%; */
}
#snowflake .sport-logos__logo {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #snowflake .sport-logos__container {
    width: 50%;
  }
  #snowflake .sport-logos__container.last {
    margin: 0 auto;
    float: none;
  }
  #snowflake .sport-logos__logo {
    padding: 0 15px;
  }
}

#snowflake .sport-logos img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

#snowflake .sport-logos hr {
  background-color: #ffffff;
}

#snowflake .sport-logos__sponsor {
  /* border-top: 1px solid #58595b; */
  padding-top: 0px;
}

#snowflake .sport-logos__sponsor h3 {
  font-weight: 500;
}

#snowflake .sport-logos__sponsor p {
  margin: 0 0 11px;
}

#snowflake footer {
  background-color: #333333;
}

#snowflake .footer-bottom {
  padding: 30px 0;
  font-size: 0.9em;
  color: #fff;
}

#snowflake .logo-footer-main {
  text-align: center;
}

#snowflake .footer-bottom .container {
  height: 45px;
}

#snowflake .footer-bottom .connect-footer {
  font-size: 24px;
  margin-bottom: 0;
  width: 20%;
  float: left;
  display: block;
  height: 45px;
  line-height: 45px;
}

#snowflake .footer-bottom .connect-footer li {
  margin-top: 0px;
  margin-right: 1em;
  margin-bottom: 0px;
  margin-left: 0px;
}

#snowflake .footer-bottom ul li {
  display: inline-block;
  padding: 0;
}

#snowflake .footer-bottom .connect-footer a {
  color: #fff;
}

#snowflake .footer-bottom .copyright {
  line-height: 45px;
  float: right;
}

#snowflake .item {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  will-change: transform;
}

#snowflake .item:nth-child(even)::before {
  right: 0;
}

#snowflake .item__img-wrap {
  overflow: hidden;
  max-width: 100%;
  padding-bottom: calc(100% / (1 / 1.25));
  will-change: transform;
}

#snowflake .item__img-wrap.tall {
  overflow: hidden;
  max-width: 100%;
  padding-bottom: calc(100% / (1 / 1.5));
  will-change: transform;
}

@media screen and (max-width: 1199px) {
  #snowflake .item__img-wrap.tall {
    padding-bottom: calc(100% / (1 / 1.75));
  }
}

#snowflake .item__img-wrap.wide {
  overflow: hidden;
  max-width: 100%;
  padding-bottom: calc(100% / (16 / 9));
  will-change: transform;
}

#snowflake .item__img-wrap .item__img--t1 {
  background: url("/wp-content/themes/uchealth-locations/images/img1.jpg");
  background-size: cover;
  background-position: 50% 0%;
}

#snowflake .item__img-wrap .item__img--t2 {
  background: url("/wp-content/themes/uchealth-locations/images/img2.jpg");
  background-size: cover;
  background-position: 50% 0%;
}

#snowflake .item__img-wrap .item__img--t3 {
  background: url("/wp-content/themes/uchealth-locations/images/img3.jpg");
  background-size: cover;
  background-position: 50% 0%;
}

#snowflake .item__img-wrap .item__img--t4 {
  background: url("/wp-content/themes/uchealth-locations/images/img5.jpg");
  background-size: cover;
  background-position: 50% 0%;
}

#snowflake .item__img-wrap .item__img--t5 {
  background: url("/wp-content/themes/uchealth-locations/images/img4.jpg");
  background-size: cover;
  background-position: 50% 0%;
}

#snowflake .item__img-wrap .item__img--t6 {
  background: url("/wp-content/themes/uchealth-locations/images/img6.jpg");
  background-size: cover;
  background-position: 50% 0%;
}

#snowflake .item:nth-child(6) .item__img-wrap {
  --aspect-ratio: 1500/844;
  --image: url(https://tympanus.net/Tutorials/SmoothScrollAnimations/img/6.jpg);
}

#snowflake .item__img {
  height: calc(100% + (2 * 60px));
  top: calc(-1 * 60px);
  width: 100%;
  position: absolute;
  will-change: transform;
}

/* GALLERY */
#snowflake .gallery {
  margin-top: 50px;
}
#snowflake .hero .gallery {
  margin-top: 0px;
}
#snowflake .hero .gallery .container {
  padding: 0px !important;
}

#snowflake .gallery .slick-slider img {
  width: 100%;
}

#snowflake .gallery .slider a.gallery-prev {
  background: url("/wp-content/themes/uchealth-locations/images/slider-arrow.png");
  background-size: cover;
  display: block;
  font-size: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#snowflake .gallery .slider a.gallery-next {
  background: url("/wp-content/themes/uchealth-locations/images/slider-arrow.png");
  background-size: cover;
  display: block;
  font-size: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#snowflake #servicelines .slick-slider .slick-arrow:before {
  content: "" !important;
}

#snowflake #servicelines .slick-slider a.gallery-prev-standard {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#snowflake #servicelines .slick-slider a.gallery-next-standard {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

#snowflake #servicelines .slick-slider a.gallery-next-standard.white,
#snowflake #servicelines .slick-slider a.gallery-prev-standard.white {
  background: url("/wp-content/themes/uchealth-locations/images/slider-arrow.png");
  background-size: cover;
}

#snowflake a.gallery-next-standard.red,
a.gallery-prev-standard.red {
  background: url("/wp-content/themes/uchealth-locations/images/slider-arrow-red.png");
  background-size: cover;
}

#snowflake .gallery .slider .gallery-prev {
  left: 45px;
  z-index: 1;
}

#snowflake #servicelines .slick-slider .gallery-prev-standard {
  left: 0;
  z-index: 10;
}

#snowflake .gallery .slider a.gallery-next {
  right: 45px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

#snowflake #servicelines .slick-slider a.gallery-next-standard {
  right: 0;
  -webkit-transform: translateY(-100%) rotate(180deg);
  transform: translateY(-100%) rotate(180deg);
}

#snowflake .gallery .slider a.gallery-prev:hover,
.gallery .slider a.gallery-next:hover {
  opacity: 0.8;
}

#snowflake .gallery a {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

/* Styling the default Slick Slider */

#snowflake .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

#snowflake .slick-dots {
  position: absolute;
  bottom: 25px;
}

#snowflake .slick-dots li {
  margin: 0 5px !important;
}

#snowflake .slick-dots li button {
  display: block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #ffffff;
  text-indent: -9999px;
}

#snowflake .slick-dots li.slick-active button {
  background-color: #a5083c;
}

#snowflake .slider-specialists .slick-dots {
  position: relative;
  bottom: -25px;
}

#snowflake .slider-specialists .slick-dots li button {
  background-color: #999;
}

#snowflake .slider-specialists .slick-dots li.slick-active button {
  background-color: #a5083c;
}

/* SPECIALISTS SECTION */
#snowflake #physicians {
  display: block;
}

#snowflake #physicians .location__information-physicians {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#snowflake
  #physicians
  .location__information-physicians
  .location__provider:first-child {
}

#snowflake #physicians .location__information-physicians .location__provider {
  font-size: 16px;
  max-width: 380px;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px 12px 0px;
  margin: 10px auto;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#snowflake
  #physicians
  .location__information-physicians
  .location__provider
  .location__provider-image {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  min-height: 45px;
  min-width: 45px;
  margin-right: 12px;
}

#snowflake
  #physicians
  .location__information-physicians
  .location__provider
  .location__provider-image.Male {
  background: url(/wp-content/themes/uchealth-locations/images/icon-doctor-male.png)
    no-repeat top center;
  background-size: 110% auto;
}

#snowflake
  #physicians
  .location__information-physicians
  .location__provider
  .location__provider-image.Female {
  background: url(/wp-content/themes/uchealth-locations/images/icon-doctor-female.png)
    no-repeat top center;
  background-size: 110% auto;
}

#snowflake
  #physicians
  .location__information-physicians
  .location__provider
  .location__provider-info {
  margin-left: 20px;
}

#snowflake
  #physicians
  .location__information-physicians
  .location__provider
  .location__provider-info
  .location__provider-name {
  font-weight: 600;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#snowflake
  #physicians
  .location__information-physicians
  .location__provider
  .location__provider-info
  a {
  font-weight: 500;
}

/* FEATURED VIDEO SECTION */
#snowflake #featuredVideo {
  background-color: #ebebeb;
  padding: 100px 0;
}
#snowflake #sampleVideos {
  background-color: #ffffff;
  padding: 40px 0;
}
#snowflake #sampleVideos .container {
  padding: 0;
}
#snowflake #featuredVideo .video-subheading {
  color: #5f7280;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}
#snowflake #featuredVideo .featured-block {
  margin-bottom: 25px;
}
#snowflake #featuredVideo .featured-banner {
  background-color: #a5083c;
  padding: 5px 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  display: inline-block;
}

#snowflake #featuredVideo .featured-headline {
  color: #a5083c;
  font-weight: 600;
  font-size: 40px;
}
#snowflake #featuredVideo .featured-video-image {
  width: 100%;
  border: 10px solid #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
#snowflake #featuredVideo .playBtn {
  position: absolute;
  background-image: url("/wp-content/themes/uchealth-locations/images/play_icon_large.png");
  background-size: 100px 100px;
  height: 100px;
  width: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

#snowflake #sampleVideos .lb-video-link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}

#snowflake #sampleVideos .video-box {
  height: 450px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

#snowflake #sampleVideos .content-container {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

#snowflake #sampleVideos .content-container .video-headline {
  color: #fff;
  font-family: "Avenir", Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin: 40px 15px 20px 15px;
  line-height: 35px;
}

#snowflake #sampleVideos .content-container .video-content-container {
  margin: 0 15px;
  font-size: 16px;
}

#snowflake #sampleVideos .content-container p {
  color: #fff;
}

#sampleVideos .fancy-headline {
  color: #5f7280;
  padding-left: 35px;
  margin-bottom: 55px;
}

#snowflake #sampleVideos .btn_red {
  position: absolute;
  bottom: 0;
  padding-bottom: 25px;
  pointer-events: none;
}

#snowflake #sampleVideos .btn_red a {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  padding: 15px 0 0 10px;
}

#snowflake #sampleVideos .btn span.icon {
  background: url("/wp-content/themes/uchealth-locations/images/play_icon_large.png")
    no-repeat left center;
  background-size: 50px 50px;
  float: left;
  width: 50px;
  height: 50px;
}

@media screen and (max-width: 992px) {
  #snowflake .logo-footer-main {
    text-align: center;
  }

  #snowflake .locations {
    border-right-width: 0px;
  }

  #snowflake .menus {
    text-align: center;
    padding-top: 0;
  }

  #snowflake .footer-bottom .connect-footer {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  #snowflake h1 {
    font-size: 1.6em;
    line-height: 1.1em;
  }

  #snowflake h2 {
    font-size: 0.8rem;
  }

  #snowflake #masthead #logo {
    width: 125px;
  }

  #snowflake #menu-main-navigation > li.nav-health-connection a {
    font-size: 12px;
    color: white;
  }

  #snowflake #menu-main-navigation > li.nav-health-connection {
    padding: 0 10px;
    margin: 30px 0;
  }

  #snowflake .emergency-text {
    margin: 40px 40px 30px 40px;
  }

  #snowflake ul.hospital {
    margin: 0 40px 1rem 40px;
  }

  #snowflake .menus .location-phone {
    margin-bottom: 25px;
  }

  #snowflake .menus .col-sm-12:last-child {
    margin-bottom: 0px;
  }

  #snowflake .menus .row {
    margin: 0;
    padding: 0;
  }

  #snowflake .footer-bottom .connect-footer {
    width: 100%;
    float: none;
    text-align: center;
  }

  #snowflake .footer-bottom .copyright {
    float: none;
    text-align: center;
    width: 100%;
  }

  #snowflake .footer-bottom {
    padding: 30px 0 60px 0;
  }

  #snowflake .footer-bottom .connect-footer li:last-child {
    margin-right: 0;
  }
}

#snowflake .headline-container {
  display: flex;
  margin: 0;
  height: 100%;
  padding: 10vh 0;
}

#snowflake .headline-container .headline {
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: left;
  display: flex;
  margin: 0;
}
@media only screen and (max-width: 990px) {
  #snowflake .closed {
    text-align: center;
    margin: 40px 0 10px 0;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #snowflake .intro::before {
    height: 0px;
    top: 0px;
    background: transparent;
    width: 100%;
  }
  #snowflake .hours-container .hour {
    font-size: 30px;
  }
  #snowflake .hours .hours-info {
    margin: 0 0 60px 0;
  }
  #snowflake .open {
    font-size: 14px;
    letter-spacing: 2px;
  }
  #snowflake .time {
    font-size: 16px;
  }
  #snowflake .hours-container .hours-divider {
    margin: 15px auto;
  }
  #snowflake .closed {
    text-align: center;
    margin: 10px 0;
    line-height: 30px;
  }
  #snowflake .gallery .slider a.gallery-prev {
    width: 40px;
    height: 40px;
    left: 20px;
  }
  #snowflake .gallery .slider a.gallery-next {
    width: 40px;
    height: 40px;
    right: 20px;
  }
  #snowflake .slick-dots {
    bottom: 10px;
  }
  #snowflake .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  #snowflake .our-specialists {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  #snowflake .our-specialists .fancy-headline {
    color: #5f7280;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 40px;
  }

  #snowflake .our-specialists .fancy-headline::before {
    content: "";
    padding: 0px 0 0px 16px;
    border-left: 4px solid #a5083c;
    margin: 0 0 0 0;
  }
  #snowflake #physicians .location__information-physicians .location__provider {
    max-width: none;
    flex-direction: column;
    padding: 12px 15px 12px 15px;
  }
  #snowflake
    #physicians
    .location__information-physicians
    .location__provider
    .location__provider-image {
    margin: 0 auto;
    min-height: 140px;
    min-width: 140px;
  }
  #snowflake
    #physicians
    .location__information-physicians
    .location__provider
    .location__provider-info {
    margin: 20px 0 0 0;
    text-align: center;
  }
}

#snowflake .post.with-image .text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  padding: 80px 15px 15px;
  text-shadow: 1px 1px 10px black;
  background: rgba(0, 0, 0, 0.6);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

#snowflake .recent-news {
  padding: 0;
}
#snowflake #serviceLines .recent-news .container {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #snowflake .recent-news .container {
    padding: 25px 0 0;
  }
}
#snowflake .recent-news h2 {
  margin-top: 0;
}
#snowflake .recent-news .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  #snowflake .recent-news .row {
    margin: 0 5px;
  }
}
#snowflake .recent-news article .post.with-image {
  height: 350px;
}
#snowflake .recent-news article .post.with-image .post-holder {
  margin: 0 15px;
}
#snowflake .recent-news article .post.with-image .bg {
  position: static;
  overflow: visible;
}
#snowflake .recent-news article .post.with-image .bg .inner {
  position: static;
  width: 100%;
  transition: none;
  height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #snowflake .recent-news article .post.with-image .bg .inner {
    margin: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  #snowflake .recent-news article .post.with-image .post-holder {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #snowflake .recent-news article {
    margin: 15px 0;
  }
}
#snowflake .recent-news article .post.with-image .text {
  margin: 15px 0;
  position: static;
  padding: 0;
  background: none;
  color: $color__grey-dark;
}
@media screen and (max-width: 767px) {
  #snowflake .recent-news article .post.with-image .text {
    margin: 25px 0;
  }
}
#snowflake .recent-news article .post.with-image .text .title {
  font-size: 18px;
  text-shadow: none;
  color: $color__grey-dark;
  height: 80px;
  overflow: hidden;
}
#snowflake .recent-news article .post.with-image .text .date {
  font-size: 16px;
  text-shadow: none;
}
#snowflake .recent-news article .post.with-image a {
  position: static;
}
/* Section - Recent News
-------------------------------------------------- */
#snowflake section.recent-news {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  #snowflake section.recent-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  #snowflake section.recent-news {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#snowflake section.recent-news h2 {
  margin: 0 0 1em;
  font-size: 21px;
  color: #425563;
  font-weight: 600;
}
#snowflake section.recent-news article.post.with-image .text .title {
  font-size: 18px;
  text-shadow: none;
  color: #425563;
  height: 80px;
  overflow: hidden;
  position: relative;
}
#snowflake section.recent-news article.post.with-image .text .title a {
  position: relative;
}
@media screen and (max-width: 767px) {
  #snowflake section.recent-news h2 {
    font-size: 25px;
  }
  #snowflake section.recent-news article.post.with-image .text .title {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  #snowflake section.recent-news h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  #snowflake section.recent-news h2 {
    font-size: 40px;
  }
}
#snowflake section.recent-news .subheading {
  font-size: 0.7em;
}

#snowflake section.recent-news .section-title {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #snowflake section.recent-news .section-title {
    margin-bottom: 0.6em;
  }
}
#snowflake section.recent-news .section-title a {
  color: blue;
}
#snowflake section.recent-news .section-title a::after {
  color: blue;
}
#snowflake section.recent-news .section-title .row {
  margin-left: 0;
  margin-right: 0;
}
#snowflake section.recent-news article.post.with-image {
  position: relative;
  height: 200px;
  padding-left: 0;
  padding-right: 0;
}
#snowflake section.recent-news article.post.with-image .post-holder {
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  #snowflake section.recent-news article.post.with-image .post-holder {
    margin: 0;
  }
}
#snowflake section.recent-news article.post.with-image .bg {
  position: static;
  overflow: visible;
}
#snowflake section.post.with-image .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#snowflake section.recent-news article.post.with-image .bg .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #768692;
  background-position: center center;
  background-size: cover;
  transition: transform 0.6s;
}
#snowflake section.recent-news article.post.with-image .bg .inner {
  position: static;
  width: 100%;
  transition: none;
  height: 225px;
  overflow: hidden;
}
#snowflake section.recent-news article.post.with-image .text {
  margin: 15px 0;
  position: static;
  padding: 0;
  background: none;
  color: #425563;
  text-shadow: none;
}

@media screen and (max-width: 1199px) {
  #snowflake section.recent-news .section-title .post:nth-of-type(4) {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #snowflake section.recent-news .slider-news .post:nth-of-type(4) {
    display: none;
  }
}
#snowflake section.recent-news article.post.with-image {
  height: 350px;
}
@media screen and (min-width: 1200px) {
  #snowflake .post.with-image {
    height: 285px;
  }
}
@media screen and (min-width: 992px) {
  #snowflake .post.with-image {
    height: 313px;
  }
}
@media screen and (min-width: 767px) {
  #snowflake .post.with-image {
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  #snowflake section.recent-news article.post.with-image {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #snowflake section.recent-news {
    padding: 40px 0;
  }
  #snowflake .recent-news article.post.with-image .text {
    margin: 25px 0;
  }
  #snowflake .recent-news article {
    margin: 15px 0;
  }
  #snowflake .recent-news article.post.with-image .text .date {
    font-size: 14px;
  }
  #snowflake section.recent-news article.post.with-image .bg .inner {
    height: 350px;
  }
}
