@media only screen and (min-width: 1201px) {
  header[role="banner"] nav > ul > li.logo {
    margin-right: 13rem;
  }

  .in-kiosk-mode header[role="banner"] nav > ul > li.logo {
    margin-right: 5rem;
  }
}

/*
@media only screen and (max-width: 767px) {
  li.vw-video-slider.video-slider { display: none!important; }
}
*/


/* Home */
#home .slider li > a > img {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-bottom: 0;
  min-height: 0;
}

/* home - heart graphic on woodgrain panel */
#home .favs .row.my-telluride-signup .my-telluride .copy::after { display: none; }

img.align_right {
  float: right;
  margin: 5px 0 14px 14px;
}

img.align_left {
  float: left;
  margin: 5px 14px 14px 0;
}

/* Firefox Outline on focus */
:focus, :active {
  outline: none!important;
  outline-offset: none!important;
}

::-moz-focus-inner { border: 0; }


.tags a { text-transform: capitalize; }

/*Book Now page*/
#book-flights { border-top: none; }


/*pager*/
.MarkupPagerNav {
  clear: both;
  margin: 1em 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
}

.MarkupPagerNav li {
	list-style: none;
	margin: 0;
  display: inline-flex;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
  padding: 10px 11px 8px;
	color: #fff;
	background-color: #404041;
	margin-right: 5px;
	margin-bottom: 8px;
	font-size: 11px;
	text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: background-color 0.2s;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
	color: #fff;
	background: #b02025;
	text-decoration: none;
	cursor: default;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: inline;
	color: #fff;
	background: #404041;
	padding-left: 3px;
	padding-right: 3px;
	display: none;
}


/*
 *.fav sometime part of the chained css classe
 * so add .no-fav to hide it.
 */

.no-fav .fav-heart { display: none; }



/*
  Removing favourites causing some spacing issues
  Replaced .fav with .fav-placeholder
  Now need to add the affected .fav styles
 */

#summer-winter-activities .fav-placeholder {
  margin-bottom: 5rem;
}

/*
 * Hide booking widget on mobile for Blog pages, may exist on Event page as well. Don't know yet
 */
/*
@media only screen and (max-width: 1200px) {
  #blog #book-now {
    display: none;
  }
}
*/

/* remove unwanted original layout for #book-now */
#blog .with-book-now-widget #book-now {
  margin-left: 0;
  width: 100%!important;
}

@media only screen and (min-width: 1024px) {
  #blog .with-book-now-widget #book-now {
    width: 370px!important;  
  }
}

@media only screen and (max-width: 1023px) {
  #blog .with-book-now-widget #book-now {
    padding-top: 3em;
  }
}  


/* ProcessWire Tracey Debugger icons for editing pages */
div#tracyUserBar {
  top: 51px!important;
  right: 14px!important;
  display: inline-table; /* prevent overflow overlaping other content */
}

div#tracyUserBar  a { margin-left: 10px!important; }

.TextformatterVideoEmbed {
	clear:both;
}


/* Footer Newsletter */
footer[role="contentinfo"] .signup {
  margin-top: 1rem ;
}


/* GDPR banner */
.pwcmb {
  z-index: 999;
}

.pwcmb-widget {
  background: #404041;
  color: #fff;
  font-size: 1.8rem;
}

.pwcmb-widget a {
  color: #fff;
  text-decoration: underline;
}

.pwcmb-widget button {
  border: none;
  background: #B02025;
  font-size: 1.6rem;
  padding: 7px 15px;
}

/* grid layout for events page */
@supports (display: grid) {
  .festivals-and-events-list .row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 32px;
    margin-right: 0;
    margin-left: 0;
  }

  .festivals-and-events-list .row::before,
  .festivals-and-events-list .row::after {
    content: none;
  }

  .festivals-and-events-list .row .event {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* enforce 16:9 aspect ratio for event images */
@supports (object-fit: cover) {
  .festivals-and-events-list .row .event .image,
  .event-info .top-image {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 aspect ratio (result of 9 / 16 * 100%) */
    position: relative;
  }

  .festivals-and-events-list .row .event img,
  .event-info .top-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}



/**
 * Hero Panel - lead image w/ title and text w/ optional cite/author.
 * Used on most lead images aside from slideshows. Including the Landing Pages (inspiration/)
 */ 
 
.hero-panel {
  display: flex;
  justify-content: center;
  align-items: center;                
  width: 100%;     
height: calc(100vh - 197px);             
  max-height: 770px;
  overflow: hidden;
}

.hero-panel img {
  object-fit: cover;
  /* height: 100%; */
  height: auto;
  object-position: 50% 95%;  
}

picture {
/*   ensure picture fills the .hero-panel */
/*  width: 100%;  */
/*  height: 100%; */
}

/* ensure global .hero-panel not over writting Event .hero-panel*/
.template-event .hero-panel {
  height: auto;
}



#flight-search-form #arrival {
  display: block;
  width: 80%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.f-colorado-w1 {
  display: block;
  margin: 4em 0 0;
  width: 100%;
  position: relative;
  padding: 5%;
  background-color: #fff;
}

.f-colorado-w1 .f-colorado-logo {
  margin-bottom: 1em;
}

@media only screen and (min-width:767px) {
  .f-colorado-w1 {
    margin: 9rem auto 0 auto;
  }
  .f-colorado-w1 .f-colorado-w2 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }

  .f-colorado-w1 .f-colorado-w2 .f-colorado-logo {
    width: 26%;
  }

  .f-colorado-w1 .f-colorado-w2 .f-colorado-text {
    width: 55%;
    text-align: end;
    align-self: center;
  }
}

@media only screen and (min-width:1023px) {
  .f-colorado-w1 .f-colorado-w2 .f-colorado-logo {
    width: 21%;
  }

  .f-colorado-w1 .f-colorado-w2 .f-colorado-text {
    width: 64%;
  }
}

@media only screen and (min-width:1279px) {
  .f-colorado-w1 {
    padding: 1% 11%;
  }
  .f-colorado-w1 .f-colorado-w2 .f-colorado-logo {
    width: 16%;
  }

  .f-colorado-w1 .f-colorado-w2 .f-colorado-text {
    width: 68%;
  }
}

/* Alert Banner */
.alert-banner {
  width: 100%;
  max-width: 420px;
  color: #FFFFFF;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 0 7px 0 rgba(0,0,0,0.14);
  padding: 2.1435em;
  z-index: 1000;
  position: fixed;
  bottom: 5.571em;
  left: 0;
  transform: translateY(600px);
}

.alert-banner.show {
  transition: transform 200ms ease-in-out 500ms;
  transform: translateY(0);
}

.alert-banner.dismiss {
  transform: translateY(100%);
  transition-timing-function: ease-in;
  transition-delay: 0ms;
}

.alert-banner .btn {
  color: #FFFFFF;
}

.alert-banner--high {
  background-color: #b90006;
}

.alert-banner--medium {
  background-color: #e88b00;
}

.alert-banner--low {
  background-color: #646569;
}

.alert-banner__heading {
  color: inherit;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-size: 1.429em;
  letter-spacing: -0.25px;
  line-height: 1;
  font-family: 'GearedSlab';
}

.alert-banner__text {
  font-size: 1.143em;
  margin-bottom: 0.7145em;
}

.alert-banner__link {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.alert-banner .close-button {
  position: absolute;
  right: .5rem;
  top: .5rem;
  width: 32px;
  height: 32px;
  background-color: rgba(0,0,0,0);
  border: none;
}

.alert-banner .close-button::before,
.alert-banner .close-button::after {
    position: absolute;
    top: 9px;
    left: 15px;
    content: ' ';
    height: 14px;
    width: 2px;
    background-color: #fff;
}

.alert-banner .close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alert-banner .close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (min-width:768px) {
  .alert-banner {
    /*bottom: 1.429em;*/
    right: 1.429em;
    border-radius: 4px;
    left: unset;
    transform: translateY(600px);
  }

  .alert-banner.dismiss {
    transform: translateY(600px);
  }
}