/**********************
MARKUP ONLY BANNER
**********************/
.markup-only-banner {
  display: none;
}
 
html[class*="markup"] .markup-only-banner {
  padding: 1rem;
    position: fixed;
    background: linear-gradient(335.46deg,#04483f 0,#19db9d 100%);
    z-index: 999999;
    bottom: 20px;
    width: calc(100% - 12rem);
    max-width: 100vw;
    border-radius: 8px 0 0 8px;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 20%);
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    color: white;
    display: flex;
    right: 0;
    align-items: center;
    transform-origin: center;
    transition: all .25s linear;
}

html[class*="markup"] .markup-only-banner.closed {
    right: calc(-100% - -12rem + 40px);
}

html[class*="markup"] span.close-banner {
    transition: all .25s;
    position: absolute;
    top: 10px;
    right: 25px;
    border: 2px solid;
    border-radius: 50%;
    font-size: 11px;
    width: 21px;
    height: 21px;
    line-height: 11px;
    padding-left: 5px;
    padding-top: 3px;
}

html[class*="markup"] span.close-banner:hover {
    transform: scale(1.15);
    cursor: pointer;
}

html[class*="markup"] span.close-banner::after {
    content: 'X';
}

html[class*="markup"] .markup-only-banner.closed span.close-banner {
  right: auto;
  position: relative;
  left: auto;
  top: auto;
  margin-right: 10px;
  margin-left: -5px;
}

html[class*="markup"] .markup-only-banner.closed span.close-banner:hover {
    margin-left: -10px;
    transform: none;
    margin-right: 15px;
}

html[class*="markup"] .markup-only-banner.closed span.close-banner::after {
    content: '<';
}
 
html[class*="markup"] .markup-only-banner .banner-left {
    width: 55px;
    margin-right: 2rem;
}

html[class*="markup"] .markup-only-banner .banner-left img {
    max-width: 55px;
    filter: brightness(0) invert(1);
}

html[class*="markup"] .markup-only-banner .banner-right span {
    border: dashed 2px #eb0000;
    margin: 5px 0 0 0;
    padding: 2px 10px 3px 10px;
    border-radius: 0px 0px 6px 6px;
    display: block;
    color: #eb0000;
    background: white;
}

html[class*="markup"]  footer {
    padding-bottom: 10rem !important;
}

/**********************
ADD A WARNING AROUND GOOGLE MAPS
**********************/
html[class*="markup"] iframe[src*="maps"] {
    display: block;
    position:relative;
    margin: 3rem auto 0rem;
    width: 100%;
    border: dashed 2px #EB0000 !important;
    padding: .5rem;
    border-radius: 0 0 6px 6px;
}
 
.markup-map-disabled {
  display: none;
}
 
html[class*="markup"] .markup-map-disabled {
    display: block;
    position:relative;
    margin: 4rem auto 0rem;
    width: 100%;
} 
 
/**********************
SHOW OVERLAYS
**********************/
html[class*="markup"] .open-overlay,
html[class*="markup"] .close-overlay {
  pointer-events:none;
  border: dashed 2px #EB0000;
}

html[class*="markup"] .close-overlay {
  display: none;
}

html[class*="markup"] .overlay-content {
    opacity: 1;
    visibility: visible;
    position:relative;
    top:unset;
    left:unset;
    width:auto;
    height:auto;
    border:dashed 2px #EB0000;
  border-radius: 0 0 6px 6px;
  margin:2rem 0;
  transform: none;
  
}

html[class*="markup"] .overlay-content::before {
  content: "overlay: " attr(id);
  display: block;
  position: absolute;
  bottom: 100%;
  left: -1px;
  background: #333;
  color: white;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 600;
  padding: .5em 1em;
  border-radius: 4px 4px 0 0;
  opacity: .7;
}

html[class*="markup"] .overlay-content .overlay-content-wrapper {
  position:relative;
  opacity:1;
  transform: translate3d(0, 0, 0);
    
}

/**********************
SHOW ALL TAB SWITCHER PANES
**********************/
html[class*="markup"]  .tab-switcher {
  position:relative;
  border: dashed 2px #EB0000;
  margin: 3rem auto 1rem;
  padding: 1rem;
  border-radius: 0px 0px 6px 6px;
}

html[class*="markup"]  .tab-switcher .tab {
    pointer-events: none;
    border: dashed 2px #EB0000;
}
 
html[class*="markup"] .tab-switcher .pane {
  margin: calc(.5rem + 25px + .5em) 1rem;
  position: relative;
}
 
html[class*="markup"] .tab-switcher .panes .pane {
    display: block !important;
    width: calc(100% + 1rem);
  height: calc(100% + 1rem);
  border: dashed 2px #aaa;
  border-radius: 0px 0px 6px 6px;
}
 

html[class*="markup"] .tab-switcher .pane::before {
  content: "pane: " attr(id);
  display: block;
  position: absolute;
  bottom: calc(100% + .5rem);
  left: -1px;
  background: #333;
  color: white;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 600;
  padding: .5em 1em;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity:.7;
   z-index: 0;
   bottom: 100%;
}
 
/**********************
SHOW TEAM MEMBER OVERLAYS
**********************/
html[class*="markup"] .member-item {
  flex-basis: 45% !important;
  max-width: 50% !important;
  position:relative;
  border: dashed 2px #EB0000;
  margin: 3rem auto 1rem;
  padding: 1rem;
  border-radius: 0 0 6px 6px;
}

html[class*="markup"] .member-item .open-overlay {
    border: 0;
}

html[class*="markup"] .member-item .thumbnail, 
html[class*="markup"] .member-item--thumb {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}
 
html[class*="markup"] .member-item .thumbnail img, 
html[class*="markup"] .member-item--thumb img {
    width: 50%;
    margin: 0;
}

html[class*="markup"] .member-item .thumbnail img.member-hover, 
html[class*="markup"] .member-item--thumb img.is-hover {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    margin: 0;
    width: 50%;
}
 
html[class*="markup"] .member-content.overlay-content, 
html[class*="markup"] .member-item-content.overlay-content {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    height: auto;
    transform: none;
    border: 0;
    margin: 0;
}

html[class*="markup"] .member-content.overlay-content::before, 
html[class*="markup"] .member-item-content.overlay-content::before {
    display: none;
}

html[class*="markup"] .member-item--action {
    position: relative;
    display: none;
}
 
html[class*="markup"] .member-content .close-overlay, 
html[class*="markup"] .member-item .close-overlay {
    display: none;
}
 
html[class*="markup"] .member-content.overlay-content .overlay-content-wrapper, 
html[class*="markup"] .overlay-content .overlay-content-wrapper {
    opacity: 1;
    margin: 0;
    padding: 0rem;
    width: 100%;
}

.member-item--intro.is-overlay-header {
    position: relative;
}

 
/**********************
SHOW ACCORDION CONTENT
**********************/
html[class*="markup"] .accordion {
  position:relative;
  display:block;
  border: dashed 2px #EB0000;
  margin: 3rem auto 1rem;
  padding: 1rem;
  border-radius: 0px 0px 6px 6px;
}
 
html[class*="markup"] .toggle-accordion {
  pointer-events:none;
}

html[class*="markup"] .accordion-content {
  position:relative;
  display:block;
  border: dashed 2px #aaa;
  margin:1rem auto;
  height: auto;
  border-radius: 0px 0px 6px 6px;
}

html[class*="markup"] .accordion-content::before  {
  content: 'Accordion Content';
    display: block;
    position: absolute;
    bottom: 100%;
    left: -1px;
    background: #333;
    color: white;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    padding: .5em 1em;
    border-radius: 4px 4px 0 0;
    opacity:.7;
}
 
/**********************
SHOW BOTH SIDES OF FLIP CARDS
**********************/
html[class*="markup"] .card.flip {
  perspective: none;
  height: auto;
  position: relative;
  opacity: 1;
  visibility: visible;
  top: unset;
  left: unset;
  width: auto;
  border: dashed 2px #EB0000;
  border-radius: 0 0 6px 6px;
  margin: 2rem 0;
  transform: none;
  padding: 1rem;
}
 
html[class*="markup"] .card.flip .card-content {
   transform-style: unset;
   flex-wrap: wrap;
}
 
html[class*="markup"] .card.flip:hover .card-content, 
html[class*="markup"] .card.flip:focus .card-content {
    transform: none;
}
html[class*="markup"] .card.flip .front, 
html[class*="markup"] .card.flip .back {
  backface-visibility: visible;
  transform-style: unset;
  min-width: auto;
  position: relative;
  position: relative;
  display: block;
  border: dashed 2px #aaa;
  margin: 1rem auto;
  padding: .5rem;
  height: auto;
}
 
html[class*="markup"] .card.flip .back {
    transform: none;
}
 
html[class*="markup"] .card.flip .front::after, 
html[class*="markup"] .card.flip .back::after {
    content: 'Card Front';
    display: block;
    position: absolute;
    bottom: 100%;
    left: -1px;
    background: #333;
    color: white;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    padding: .5em 1em;
    border-radius: 4px 4px 0 0;
    opacity:.7;
}
 
html[class*="markup"] .card.flip .back::after {
    content: 'Card Back';
}
 
/**********************
DISABLE EXTERNAL LINKS
**********************/
html[class*="markup"] a[href*="markup.io"] {
  opacity:.5;
  pointer-events: none;
  border: dashed 2px #EB0000;
}
 
html[class*="markup"] a[href*="markup.io"]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==) !important;
  margin: 0 3px 0 5px;
  background: transparent;
}

/**********************
SHOW ALL CAROUSEL SLIDES
**********************/
html[class*="markup"] .markup-slider {
  display: block;
  position:relative;
  border: dashed 2px #EB0000;
  margin: 3rem auto 1rem;
  padding: 1rem;
  border-radius: 0 0 6px 6px;
}
 
html[class*="markup"] .markup-slider div {
  opacity: 1 !important;
}
 
html[class*="markup"] .markup-slider > div {
   position:relative;
   border:dashed 2px #aaa;
   border-radius: 0 0 6px 6px;
   padding:1rem;
   margin: 2rem .5rem .5rem .5rem;
   z-index: 1 !important;
}

html[class*="markup"] .markup-slider > div::before {
  content: 'Slide';
    display: block;
    position: absolute;
    bottom: 100%;
    left: -1px;
    background: #333;
    color: white;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 600;
    padding: .5em 1em;
    border-radius: 4px 4px 0 0;
    opacity: .7;
}

html[class*="markup"] .markup-slider.hero-slider-bg {
    position: relative !important;
    max-width: 90% !important;
    height: auto !important;
    display: flex;
    flex-wrap: wrap;
    margin: 1rem auto;
    background: white;
}

html[class*="markup"] .markup-slider.hero-slider-bg > div {
    width: calc(50% - 1rem);
}