/* Previous Theme CSS */
@-webkit-keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}
@-moz-keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}
@-o-keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}
@keyframes bounce{
    0%, 100%   {bottom: 0; opacity:1;}
    50% {bottom: -15px; opacity:0.7;}
}

.cover:hover .down-arrow{
    -webkit-animation: bounce 2s infinite; 
    -moz-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.grp.media.embed {
    padding: 0;
}

.grp.media.embed svg {
    display: block;
}

.iframe svg {
    display: block;
}

.audio.media .embed iframe {
    max-width: 100% !important;
}

.s3.audio > .grp.body, .s3.map > .grp.body {
    display: none !important;
}

.diamond {
   -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

body:not(.isLegacy) [block-type="map"].s1.map-bottom .body {
    display: none;
}

/* fix media spacing */

.s3.video .body, .s3.audio .body {
    display: none !important;
}

.video .embed, .grp.media.embed, .audio .embed {
    float: left;
}

/* end fix media spacing issue */


.cover {
    background-size: cover;
    background-position: 50% 50%;
}

#splash-container .cms-block-type-mapbox .mapbox,
#splash-container .cms-block-type-mapbox .leaflet-map-pane{
    -webkit-transform: translate3d(0,0,0);
}

