/* Sky Header and Footer CSS */

/* ReCaptcha V3 CSS */
.grecaptcha-badge{
    display: none !important;
    visibility: hidden !important;
    width: 0px !important;
    height: 0px !important;
}

/* Specific Adjustments */
footer{
    background-color: #007df8 !important;
}

@media screen and (max-width: 800px){
    footer > .container:first-of-type,
    footer > .container:first-of-type > .row:first-of-type > .col-12{
        padding: 0px 15px;
        margin: auto;
        margin-bottom: 20px;
        max-width: 100vw;
    }
}

.homepageFooter footer{
    background-color: transparent !important;
}

@media screen and (max-width: 800px){
    .homepageFooter footer{
        background-color: #007df8 !important;
    }
}

footer .foot{
    z-index: 99998;
}

@media screen and (max-width: 1100px){
    footer .foot .container .col-lg-12.flex{
        background-color: #005dbd !important;
    }
}

@media screen and (min-width: 801px) and (max-width: 1100px){
    .feedback{
        background-image: url("../images/footer.jpg") !important;
        background-size: 100% calc(350px);
        background-position: 0px calc(100% - 75px);
    }

    .feedback .skyIntelTopFooter .skyIntelFooterColumn p.width-1{
        width: 100%;
        margin: 0px;
        max-width: 100%;
        text-align: left;
    }

    .feedback .skyIntelTopFooter{
        margin-bottom: 0px;
    }

    .footerCopyrightContainer.desktopOnly{
        bottom: -15px !important;
    }
}

@media screen and (min-width: 801px){
    .external.discover-btn{
        max-height: 98px;
        padding-top: 34px;
    }

    footer .foot .container{
        padding: 0px 15px !important;
    }
}

@media screen and (max-width: 1024px){
    .navbar{
        background: white;
    }

    #navbarCollapse{
        background: #0065a6;
    }

    div.right{
        position: relative;
        top: 5px;
    }

    .navbar-nav.ml-auto.m-view li.demo-btn,
    .navbar-nav.ml-auto li.pricing-btn,
    .navbar-nav.ml-auto.m-view li.call,
    .navbar-nav.ml-auto.m-view li.try{
        background: #0065a6;
    }

    .navbar-nav.ml-auto.m-view li.demo-btn{
        margin-top: 10px;
    }

    .navbar-nav.ml-auto.m-view li.demo-btn,
    .navbar-nav.ml-auto li.pricing-btn{
        width: calc(100% - 60px);
        margin-left: 30px;
    }

    .navbar-nav.ml-auto.m-view li.demo-btn a,
    .navbar-nav.ml-auto li.pricing-btn a{
        font-size: 17px;
    }

    .navbar-nav.ml-auto.m-view li.call a{
        background: #27a1d1;
        color: white;
        width: calc(100% - 60px);
        margin: 20px 0px;
        margin-left: 30px;
        border: none;
        border-radius: 10px;
        text-align: left;
        padding: 20px 30px;
    }

    .navbar-nav.ml-auto.m-view li.call img{
        float: left;
        position: relative;
        top: 5px;
        margin-right: 20px;
    }

    .navbar-nav.ml-auto.m-view li.try a{
        background: #ffcf0e;
        color: #473d17;
        width: calc(100% - 60px);
        margin: 20px 0px;
        margin-left: 30px;
        border: none;
        border-radius: 10px !important;
        text-align: left;
        padding: 20px 30px;
    }

    .navbar-nav.ml-auto.m-view li.try img{
        margin-right: 20px;
        position: relative;
        top: -1px;
    }

    section.feedback{
        overflow-x: hidden;
    }
}

/* Mobile Header */
.universalNewsFormContainer.onHeader{
    display: none !important;
    margin: 40px auto;
    margin-top: 20px;
    left: 30px;
    width: calc(100% - 60px);
}

@media screen and (max-width: 1024px){
    .universalNewsFormContainer.onHeader{
        display: inline-block !important;
    }
}

@media screen and (max-width: 480px){
    .modal.contact_successpoup{
        top: 78px;
        left: 20px;
    }
    .contact_successpoup .modal-content{
        width: 85.5%;
    }
    .contact_successpoup .modal-content img{
    width: 100%;
    }
}

/* News Form Container */
.universalNewsFormContainer{
    background: #0a4a94;
    color: white;
    display: block !important;
    position: relative;
    left: calc(12px + 5%);
    width: calc((100% - 24px) * 0.9);
    margin: 0px;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
}

footer .universalNewsFormContainer{
    background: none;
    padding: 0px;
}

@media screen and (min-width: 801px){
    footer .universalNewsFormContainer{
        max-width: 190px;
        display: inline-block !important;
        float: right;
        left: auto;
    }
}

@media screen and (max-width: 800px){
    section div.demo{
        margin-bottom: 50px;
    }

    div#wrapper{
        z-index: 99999;
    }

    footer{
        width: 100vw;
        overflow-x: hidden;
    }

    footer .universalNewsFormContainer{
        width: calc(100% - 30px);
        left: 15px;
    }
}

/* News Form Header */
.universalNewsFormContainer h3{
    font-size: 26px;
    font-weight: 500;
    color: white;
    width: 100%;
    text-align: left;
}

footer .universalNewsFormContainer h3{
    font-size: 18px;
    color: #a0a0a0;
    text-align: left;
    margin-bottom: 20px;
}

/* News Form Input */
.universalNewsFormContainer .newsForm input[type=email]{
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
    font-size: 13px;
    color: white;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-right: 30px;
}

.universalNewsFormContainer .newsForm input[type=email]::placeholder{
    color: white;
    transition: 0.5s;
}

.universalNewsFormContainer .newsForm input[type=email]:hover::placeholder{
    color: white;
}

@media screen and (max-width: 800px){
    .universalNewsFormContainer .newsForm input[type=email]{
        font-size: 16px;
        margin-bottom: 20px;
        border-radius: 0px;
    }
}

/* News Form Submit Button */
.universalNewsFormContainer .newsForm button{
    background: transparent;
    outline: none;
    font-size: 14px;
    border: 2px solid #0a4a94;
    border-radius: 20px;
    color: #769c2d;
    padding: 0px 5px;
    position: absolute;
    margin-left: -25px;
    transition: 0.5s;
}

.universalNewsFormContainer .newsForm button:hover,
.universalNewsFormContainer .newsForm button.hover{
    border: 2px solid #769c2d !important;
}

/* News Form Blog and Vlog Button */
.universalNewsFormContainer .newsForm .blogButtonsContainer{
    font-size: 14px;
    margin-bottom: 10px;
}

@media screen and (max-width: 800px){
    .universalNewsFormContainer .newsForm .blogButtonsContainer{
        margin-bottom: 20px;
    }
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a{
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    display: inline-block;
    width: calc(50% - 2px);
    height: 27px;
    padding: 2px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s;
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a:hover{
    color: initial;
}

@media screen and (max-width: 800px){
    .universalNewsFormContainer .newsForm .blogButtonsContainer a{
        height: 30px;
        padding: 4px;
    }
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a.blogBtn{
    color: #777777;
}

@media screen and (max-width: 800px){
    .universalNewsFormContainer .newsForm .blogButtonsContainer a.blogBtn{
        color: white;
    }
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a.blogBtn:hover{
    box-shadow: 0px 0px 1px 1px white;
    color: #777777;
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a.vlogBtn{
    border-color: white;
    color: white;
}

.universalNewsFormContainer .newsForm .blogButtonsContainer a.vlogBtn:hover{
    box-shadow: 0px 0px 1px 1px white;
}

/* News Form Social Icons */
.universalNewsFormContainer .newsForm .socialIconsContainer{
    margin-left: 2px;
    font-size: 20px;
}

footer .universalNewsFormContainer .newsForm .socialIconsContainer{
    float: left;
}

.universalNewsFormContainer .newsForm .socialIconsContainer a{
    display: inline-block;
    margin-right: 10px;
}

.universalNewsFormContainer .newsForm .socialIconsContainer a:last-of-type{
    margin-right: 0px;
}

.universalNewsFormContainer .newsForm .socialIconsContainer .footerSocialIcons{
    cursor: pointer;
}

/* Start of Entire Footer Block Design */

footer{
    background-color: transparent;
}

@media screen and (max-width: 800px){
    footer{
        background-color: #007df8 !important;
        padding: 0px !important;
    }
}

.desktopOnly{
    display: block !important;
}

.mobileOnly{
    display: none !important;
}

.universalFooterContainer{
    width: 100%;
    height: 76px;
    overflow: hidden;
}

@media screen and (max-width: 1100px){
    .desktopOnly{
        display: none !important;
    }
    
    .mobileOnly{
        display: block !important;
    }

    .universalFooterContainer{
        height: auto;
        overflow: visible;
    }
}

/* Footer Copyright Section */

.footerCopyrightContainer,
.footerCopyrightContainer *{
    color: white;
}

.footerCopyrightContainer.desktopOnly{
    padding-top: 0px !important;
    width: 200px;
    display: inline-block !important;
    position: relative;
    left: 5px;
    bottom: 15px;
}

@media screen and (max-width: 1100px){
    .footerCopyrightContainer.desktopOnly{
        display: none !important;
    }

    .footerCopyrightContainer.mobileOnly{
        padding: 10px 0px !important;
        width: 100%;
        text-align: center;
        display: inline-block !important;
    }
}

.footerImageLinkList{
    float: right !important;
}

.footerCopyrightContainer p{
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

.footerCopyrightContainer ul{
    line-height: 13px;
    font-size: 13px !important;
    color: white !important;
    margin: 0px;
    position: relative;
    bottom: 10px;
}

.footerCopyrightContainer ul a{
    color: white !important;
}

.footerCopyrightContainer ul a{
    font-size: 13px !important;
}

.footerCopyrightContainer li.list-inline-item{
    padding: 0px;
}

.footerCopyrightContainer li.list-inline-item:not(:last-of-type){
    margin-right: 8px !important;
}

.footerImageLinkList .list-inline-item:not(:last-of-type){
    margin-right: 10px !important;
}

.footerImageLinkList .list-inline-item a{
    margin-bottom: 0px !important;
}

/* Footer Sky Family Websites Banner */

.footerBannerContainer{
    display: inline-block;
}

.bottomFooterSkyBanner{
    background: right no-repeat;
    background-size: 100%;
    background-image: url("../images/SkyHeaderAndFooter/skyFooterBarDesktopBlue.png");
    overflow: hidden;
}

@media screen and (max-width: 1100px){
    .bottomFooterSkyBanner{
        height: 78px;
        width: 720px;
    }
}

@media screen and (max-width: 425px){
    .bottomFooterSkyBanner{
        height: auto;
        width: auto;
        margin-left: 0px;
    }
}

@media screen and (max-width: 800px){
    footer.bg-dark .bg-dark{
        margin-top: 30px;
    }

    .mobileOnly .footerBannerContainer{
        padding: 0px;
    }

    .mobileOnly .footerCopyrightContainer{
        background-color: #1b1b1b;
    }

    @media screen and (max-width: 600px){
        .bottomFooterSkyBanner{
            height: auto;
            background-size: 100% calc(100% + 2px);
            background-position: center;
            background-image: url("../images/SkyHeaderAndFooter/skyFooterBarMobileBlue.jpg");
        }
    }
}

/* Top footer adjustments */
.skyIntelTopFooter{
    margin-bottom: 50px;
    padding: 0px 35px;
}

.skyIntelTopFooter .skyIntelFooterColumn{
    vertical-align: top;
    display: inline-block;
    padding: 0px;
}

.skyIntelTopFooter .skyIntelFooterColumn.linkContainer{
    margin-top: 100px;
}

.skyIntelTopFooter .skyIntelFooterColumn.linkContainer.right{
    float: right;
    position: relative;
    right: 15px;
}

.skyIntelTopFooter .skyIntelFooterColumn.linkContainer,
.skyIntelTopFooter .skyIntelFooterColumn.linkContainer *{
    color: white !important;
}

.skyIntelTopFooter .skyIntelFooterColumn.linkContainer li i{
    display: none;
}

.skyIntelTopFooter .skyIntelFooterColumn.linkContainer .line{
    width: 42%;
    background-color: white;
    border: 1px solid;
    position: relative;
    top: 10px;
}

.skyIntelTopFooter .skyIntelFooterColumn.linkContainer li{
    margin: 0px 5px;
    word-wrap: unset;
    white-space: nowrap;
}

.skyIntelTopFooter .skyIntelFooterColumn.linkContainer.right .universalNewsFormContainer.onFooter .newsForm button{
    border: 1px solid #007ef9;
}

@media screen and (max-width: 800px){
    .skyIntelFooterColumn{
        max-width: none !important;
        left: 10px;
    }

    .skyIntelTopFooter .skyIntelFooterColumn:not(.linkContainer){
        text-align: left;
        width: calc(100% - 30px);
    }

    .skyIntelTopFooter .skyIntelFooterColumn p{
        max-width: none;
    }

    .skyIntelTopFooter .skyIntelFooterColumn.linkContainer{
        margin-top: 20px;
        width: 100vw;
    }

    .skyIntelTopFooter .skyIntelFooterColumn.linkContainer.col-2{
        width: 50%;
        float: left;
    }

    .skyIntelTopFooter .skyIntelFooterColumn.linkContainer.col-2 ul li{
        display: block;
        padding: 5px 0px;
        margin: 0px;
        word-wrap: break-word;
        white-space: pre-wrap;
        font-size: 16px;
        line-height: 25.6px;
    }

    .skyIntelTopFooter .skyIntelFooterColumn.linkContainer:not(.newsFormContainer){
        text-align: left;
    }

    .skyIntelTopFooter .skyIntelFooterColumn.linkContainer ul{
        text-align: left;
    }

    .skyIntelTopFooter .skyIntelFooterColumn.linkContainer.right{
        float: unset;
        right: auto;
    }

    .skyIntelTopFooter .skyIntelFooterColumn.linkContainer.right .universalNewsFormContainer.onFooter{
        left: auto;
        width: calc(100% - 50px);
    }
}

/* Footer links that doesn't depend on any framework */
.footerCopyrightContainer .linksContainer{
    position: relative;
    bottom: 5px;
}

.footerCopyrightContainer .linksContainer a{
    font-size: 14px;
    margin-bottom: 0px;
}

.footerCopyrightContainer .linksContainer a:not(:last-of-type){
    border-right: 1px solid white;
    padding-right: 15px;
    margin-right: 10px;
}

/* Footer Sky Family Websites Banner */
.footerBannerContainer{
    display: inline-block;
}

.bottomFooterSkyBanner{
    width: 865px;
    height: 75px;
    background: right no-repeat;
    background-size: 100% 75px;
    background-image: url("../../images/SkyHeaderAndFooter/skyFooterBarDesktopBlue.png");
    overflow: hidden;
}

@media screen and (max-width: 1024px){
    .bottomFooterSkyBanner{
        width: 935px;
        margin-left: 15px;
    }

    @media screen and (max-width: 800px){
        .bottomFooterSkyBanner{
            width: 720px;
            margin-left: 0px;
        }
    }
}

@media screen and (max-width: 425px){
    .bottomFooterSkyBanner{
        height: auto;
        width: auto;
        margin-left: 0px;
    }
}

@media screen and (max-width: 1024px){
    footer.bg-dark .bg-dark{
        margin-top: 30px;
    }

    .mobileOnly .footerBannerContainer{
        padding: 0px;
    }

    .mobileOnly .footerCopyrightContainer{
        background-color: #1b1b1b;
    }

    @media screen and (max-width: 600px){
        .bottomFooterSkyBanner{
            height: 134px;
            background-size: 100% calc(100% + 2px);
            background-position: center;
            background-image: url("../../images/SkyHeaderAndFooter/skyFooterBarMobileBlue.jpg");
        }
    }
}

/* Footer clickable area links */
.bottomFooterSkyBanner a{
    display: inline-block;
}

.headerClickableArea,
.footerClickableArea{
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.footerClickableArea{
    height: 65px;
    top: 5px;
    margin-left: 0px;
}

.footerClickableArea.skyDogg{
    width: 50px;
    margin-left: 55px;
}

.footerClickableArea.skyMethods{
    width: 105px;
}

.footerClickableArea.skyQuota{
    width: 120px;
}

.footerClickableArea.skyIntel{
    width: 115px;
}

.footerClickableArea.skyVlogs{
    width: 155px;
}

.footerClickableArea.skyWixx{
    width: 130px;
}

.footerClickableArea.skyCRM{
    width: 110px;
}

@media screen and (min-width: 1025px){ 
    footer .bg-dark .container .row .container .lastFooterRow.row.mobileOnly{
        display: none !important;
        visibility: hidden !important;
        width: 0px !important;
        height: 0px !important;
    }
}

@media screen and (max-width: 1024px){ 
    footer .bg-dark .container .row .container .lastFooterRow.row.desktopOnly{
        display: none !important;
        visibility: hidden !important;
        width: 0px !important;
        height: 0px !important;
    }

    .footerClickableArea.skyDogg{
        width: 60px;
        margin-left: 55px;
    }
    
    .footerClickableArea.skyMethods{
        width: 120px;
    }
    
    .footerClickableArea.skyQuota{
        width: 120px;
    }
    
    .footerClickableArea.skyIntel{
        width: 135px;
    }
    
    .footerClickableArea.skyVlogs{
        width: 150px;
    }

    .footerClickableArea.skyWixx{
        width: 155px;
    }

    .footerClickableArea.skyCRM{
        width: 115px;
    }
}

@media screen and (max-width: 800px){
    .footerClickableArea.skyDogg{
        width: 45px;
        margin-left: 40px;
    }
    
    .footerClickableArea.skyMethods{
        width: 80px;
    }
    
    .footerClickableArea.skyQuota{
        width: 100px;
    }
    
    .footerClickableArea.skyIntel{
        width: 100px;
    }
    
    .footerClickableArea.skyVlogs{
        width: 130px;
    }

    .footerClickableArea.skyWixx{
        width: 110px;
    }

    .footerClickableArea.skyCRM{
        width: 90px;
    }

    @media screen and (max-width: 425px){
        .footerClickableArea.skyDogg{
            width: 50px;
            margin-left: 40px;
            top: 5px;
        }
        
        .footerClickableArea.skyMethods{
            width: 90px;
            margin-left: 0px;
            top: 10px;
        }
        
        .footerClickableArea.skyQuota{
            width: 120px;
            margin-left: 0px;
            top: 10px;
        }
        
        .footerClickableArea.skyIntel{
            width: 115px;
            height: 50px;
            margin-left: 40px;
            top: 3px;
        }
        
        .footerClickableArea.skyVlogs{
            width: 125px;
            height: 50px;
            top: 5px;
        }

        .footerClickableArea.skyWixx{
            width: 100px;
            height: 50px;
            top: -55px;
            margin-left: 20px;
        }

        .footerClickableArea.skyCRM{
            width: 120px;
            height: 55px;
            position: absolute;
            top: auto;
            margin-left: -120px;
        }
    }

    @media screen and (max-width: 375px){
        .footerClickableArea.skyDogg{
            width: 50px;
            height: 60px;
            margin-left: 30px;
            top: 10px;
        }
        
        .footerClickableArea.skyMethods{
            width: 85px;
            height: 50px;
            margin-left: 0px;
        }
        
        .footerClickableArea.skyQuota{
            width: 95px;
            height: 40px;
            margin-left: 0px;
            top: 5px;
        }
        
        .footerClickableArea.skyIntel{
            width: 105px;
            height: 50px;
            margin-left: 35px;
            top: 5px;
        }
        
        .footerClickableArea.skyVlogs{
            width: 110px;
            height: 40px;
            margin-left: 0px;
        }

        .footerClickableArea.skyWixx{
            width: 80px;
            height: 50px;
            position: absolute;
            top: auto;
            margin-top: -55px;
            margin-left: 20px;
        }

        .footerClickableArea.skyCRM{
            width: 105px;
            height: 55px;
            position: absolute;
            margin-left: auto;
        }
    }

    @media screen and (max-width: 325px){
        .footerClickableArea.skyDogg{
            width: 40px;
            height: 60px;
            margin-left: 30px;
            top: 10px;
        }
        
        .footerClickableArea.skyMethods{
            width: 70px;
            height: 50px;
            margin-left: 0px;
            top: 5px;
        }
        
        .footerClickableArea.skyQuota{
            width: 80px;
            height: 40px;
            margin-left: 0px;
            top: 0px;
        }
        
        .footerClickableArea.skyIntel{
            width: 95px;
            height: 45px;
            margin-left: 25px;
            top: 10px;
        }
        
        .footerClickableArea.skyVlogs{
            width: 90px;
            height: 40px;
            margin-left: 0px;
            top: 10px;
        }

        .footerClickableArea.skyWixx{
            width: 80px;
            height: 50px;
            position: absolute;
            top: auto;
            margin-top: -50px;
            margin-left: 20px;
        }

        .footerClickableArea.skyCRM{
            width: 90px;
            height: 40px;
            position: absolute;
            top: auto;
            margin-top: 10px;
            margin-left: 5px;
        }
    }
}

/* Basic Image Confirmation Prompt */
.imageConfirmationPrompt{
    display: none;
    position: fixed;
    z-index: 99999 !important;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}

.imageConfirmationPrompt .modal-content{
    width: 405px;
    padding: 0px;
    margin: 0px calc((100vw - 405px)/2);
    border: none;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    top: calc((100vh - 445px)/4);
    z-index: 99999 !important;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt .modal-content{
        width: 250px;
        margin: 0px calc((100vw - 250px)/2);
        top: calc((100vh - 275px)/4);
    }
}

.imageConfirmationPrompt .confirmationPromptLink{
    display: block;
    width: 100%;
    border: none;
    background: transparent;
}

.imageConfirmationPrompt .modal-content img{
    width: 405px;
    height: 445px;
    border-radius: 30px;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt .modal-content img{
        width: 250px;
        height: 275px;
    }
}

/* Basic Image Confirmation Prompt Close Button */
.imageConfirmationPrompt .confirmationPromptClose{
    position: absolute;
    bottom: 38px;
    left: calc((100% - 145px)/2);
    width: 145px;
    height: 45px;
    padding: 0px;
    opacity: 0;
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt .confirmationPromptClose{
        width: 90px;
        height: 25px;
        bottom: 25px;
        left: calc((100% - 90px)/2);
    }
}

/* SkyWixx Confirmation Prompts */
.imageConfirmationPrompt.skywixxDomain .confirmationPromptClose{
    width: 160px;
    bottom: 60px;
    left: calc((100% - 160px)/2);
}

.imageConfirmationPrompt.skywixxDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyWixx/confirmationPromptError.png"] + .confirmationPromptClose{
    bottom: 80px;
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt.skywixxDomain .confirmationPromptClose{
        width: 100px;
        height: 30px;
        bottom: 37px;
        left: calc((100% - 100px)/2);
    }

    .imageConfirmationPrompt.skywixxDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyWixx/confirmationPromptError.png"] + .confirmationPromptClose{
        bottom: 50px;
    }
}

/* SkyCRM Confirmation Prompts */
.imageConfirmationPrompt.skycrmDomain .confirmationPromptClose{
    width: 160px;
    bottom: 97px;
    left: calc((100% - 160px)/2);
}

.imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptDefault.png"] + .confirmationPromptClose,
.imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptFooter.png"] + .confirmationPromptClose{
    width: 130px;
    bottom: 236px;
    left: 23px;
}

.imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptCreateAccount.png"] + .confirmationPromptClose{
    bottom: 59px;
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt.skycrmDomain .confirmationPromptClose{
        width: 100px;
        height: 30px;
        bottom: 59px;
        left: calc((100% - 100px)/2);
    }

    .imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptDefault.png"] + .confirmationPromptClose,
    .imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptFooter.png"] + .confirmationPromptClose{
        width: 80px;
        height: 30px;
        bottom: 145px;
        left: 15px;
    }

    .imageConfirmationPrompt.skycrmDomain .confirmationPromptImage[src="/sdBlog/sdImages/confirmationPrompts/skyCRM/confirmationPromptCreateAccount.png"] + .confirmationPromptClose{
        bottom: 35px;
    }
}

/* SkyIntel Confirmation Prompts */
.imageConfirmationPrompt.skyintelDomain .confirmationPromptClose{
    width: 143px;
    bottom: 210px;
    left: 40px;
}

.imageConfirmationPrompt.skyintelDomain .confirmationPromptImage[src="/images/ConfirmationPrompts/confirmationPromptContact.png"] + .confirmationPromptClose{
    bottom: 230px;
    left: 36px;
}

.imageConfirmationPrompt.skyintelDomain .confirmationPromptImage[src="/images/ConfirmationPrompts/confirmationPromptError.png"] + .confirmationPromptClose{
    bottom: 234px;
}

.imageConfirmationPrompt.skyintelDomain .confirmationPromptImage[src="/images/ConfirmationPrompts/confirmationPromptPricing.png"] + .confirmationPromptClose{
    left: 35px;
}

@media screen and (max-width: 425px){
    .imageConfirmationPrompt.skyintelDomain .confirmationPromptClose{
        width: 88px;
        height: 30px;
        bottom: 129px;
        left: 25px;
    }

    .imageConfirmationPrompt.skyintelDomain .confirmationPromptImage[src="/images/ConfirmationPrompts/confirmationPromptContact.png"] + .confirmationPromptClose{
        width: 88px;
        height: 27px;
        bottom: 143px;
        left: 22px;
    }

    .imageConfirmationPrompt.skyintelDomain .confirmationPromptImage[src="/images/ConfirmationPrompts/confirmationPromptError.png"] + .confirmationPromptClose{
        bottom: 144px;
    }

    .imageConfirmationPrompt.skyintelDomain .confirmationPromptImage[src="/images/ConfirmationPrompts/confirmationPromptPricing.png"] + .confirmationPromptClose{
        left: 23px;
    }
}

/* Status Bar */
.skyStatusBar{
    position: fixed;
    top: 0px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 1em 1.5em;
    margin: 10px auto;
    border-radius: 5px;
    z-index: 9999999;
    display: block !important;
    background-color: #fcfff5;
    box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
    color: #2c662d;
    font-family: sans-serif;
    text-align: center;
}

.skyStatusBar .title{
    color: #1a531b;
    font-weight: bold;
    font-size: 18px;
    height: 20px;
    margin-bottom: 5px;
}

.skyStatusBar .content{
    color: #2c662d;
}

.skyStatusBar .content:empty{
    display: none;
}