.attendees-v3 a {
    color: white !important;
}

.attendees-v3 a:hover {
    color: rgb(21, 49, 92) !important;
}

/*Custom loader Background*/
#cmsPageLoader:after {
    display:block !important;
    content: '';
    font-family: sans-serif !important;
    background: #eee;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(http://d24wuq6o951i2g.cloudfront.net/img/events/2653032/assets/4f03.loader.png);
    background-position: center center;
    background-size: 12vw;
    background-repeat: no-repeat;
    color: rgb(0, 176, 229);
    text-align: center;
    text-indent: -.5rem;
    line-height: 110vh;
    letter-spacing: 0.4rem;
    transition: all 1s;
    font-family: 'gothamMedium';
    font-size: 0.7rem;
    letter-spacing: 1rem;
    z-index:99999;
    /*animation: squish 3.2s infinite ease;*/
}

/* for mobile */
@media screen and (max-width: 400px) {
    #cmsPageLoader:after {
        background-size: 40vw;
    }
}

@keyframes squish {
    0%   { letter-spacing: 0.2rem; }
    40%  { letter-spacing: 0.6rem; }
    100% { letter-spacing: 0.2rem; }
}

#cmsPageLoader {
    display: block !important;
    z-index: 99999;
    animation: longIntro 4s;
    opacity: 0;
    top: 100%;
    visibility: hidden;
}

#g-1 {
    opacity: 1;
    animation: hideOnLoad 4s;
}

@keyframes hideOnLoad {
    0% { opacity: 0; }
    90% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes longIntro {
    0%   { opacity: 1; visibility: visible; }
    80%  { opacity: 1; visibility: visible; }
    100% { opacity: 0; visibility: visible; }
}

/* Previous Theme CSS */
.finetune .adminFixedFix {
    width: 73.1% !important;
}
.finetuneOpen .adminFixedFix {
    width: 64.5% !important;
}

.forceAutoHeight {
    height: auto !important;
}

#footer {
    position: relative;
    z-index: 99;
    display:none !important;
}
/* 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;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
}

.iframe svg {
    display: block;
}

.audio.media .embed iframe {
    max-width: 100% !important;
}

body:not(.isLegacy) [block-type="map"].s1.map-bottom .body {
    display: none;
}

.cover {
    background-size: cover;
    background-position: 50% 50%;
}


@media (max-width: 800px) { 
   .cover {
        background-attachment: scroll !important;
    }   
}

.grp.media.embed {
    padding: 0;
}

svg {
    display: block;
    width: 100%;
    height: 100%;
}

.iframe svg {
    display: block;
}

body:not(.isLegacy) [block-type="map"].s1.map-bottom .body {
    display: none;
}
/* End of Previous Theme CSS */

/** SF integration doesn't make sense for user group leaders.  rather than add an org property just hide it as an option from settings. **/
.salesforce-disable-section{
    display:none;
}
