/* SkyWixx Global Theme CSS */

/* ReCaptcha V3 CSS */
.grecaptcha-badge{
    display: none !important;
    visibility: hidden !important;
    width: 0px !important;
    height: 0px !important;
}

/* Generic Classes */
@media screen and (min-width: 801px){    
    .mobileOnly{
        display: none !important;
        visibility: hidden !important;
        width: 0px !important;
        height: 0px !important;
    }
}

@media screen and (max-width: 800px){    
    .desktopOnly{
        display: none !important;
        visibility: hidden !important;
        width: 0px !important;
        height: 0px !important;
    }
}

@media screen and (max-width: 325px){    
    .notOnSmallestMobile{
        display: none !important;
        visibility: hidden !important;
        width: 0px !important;
        height: 0px !important;
    }
}

.hiddenElement{
    display: none !important;
    visibility: hidden !important;
    width: 0px !important;
    height: 0px !important;
}

.hiddenElementOnEmpty:empty{
    display: none !important;
    visibility: hidden !important;
    width: 0px !important;
    height: 0px !important;
}

.visibilityHidden{
    visibility: hidden !important;
}

.noDecoration{
    text-decoration: none !important;
}

.uppercase{
    text-transform: uppercase !important;
}

.textLeft{
    text-align: left !important;
}

.textRight{
    text-align: right !important;
}

.textCenter{
    text-align: center !important;
}

.floatLeft{
    float: left !important;
}

.floatRight{
    float: right !important;
}

/* Message (any type) */
.responseContainer{
    text-align: center;
}

.msg{
    position: fixed;
    top: 10px;
    left: calc(5%/2);
    display: block;
    width: 95%;
    min-height: 50px;
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 4px;
    z-index: 99999;
}

.responseContainer .msg{
    left: auto;
}

.msg .title{
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.msg .closeBtn{
    position: absolute;
    right: 15px;
    top: 17px;
    background: lightgray;
    padding: 2px 5px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

.msg .message:empty{
    display: none;
}

.msg .message{
    margin-top: 10px;
}

/* Error Message */
.errorMessage{
    background-color: #fff6f6;
    box-shadow: 0 0 0 1px #e46464 inset, 0 0 0 0 transparent;
    color: #9f3a38;
}

/* Success Message */
.successMessage{
    background-color: #fcfff5;
    box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
    color: black;
}

/* Classes to add underline decoration function to elements that are not anchor */
.hasLinkHover{
    text-decoration: none;
}

.hasLinkHover:hover{
    text-decoration: underline;
}

/* Summernote HTML Editor */
.summernoteCKFinderBtn{
    background: no-repeat center;
    background-image: url("../../sdImages/ckFinderIcon.png");
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/* Summernote affected elements */
.pageContainers .frontendContainer{
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    text-align: inherit;
}

.pageContainers .frontendContainer *{
    border: none !important;
}

.pageContainers .frontendContainer hr{
    display: none !important;
}

/* Global Header */
header{
    z-index: 99998 !important;
}

header > div.container{
    padding: 0px 0px;
    width: 1150px;
    overflow-x: hidden;
}

.navbar-toggler{
    border: none !important;
    margin-bottom: 15px;
    float: left;
}

.headerSkyFamilyBanner{
    background: center no-repeat;
    background-size: auto;
    background-image: url("../../sdImages/skyHeaderDesktop.jpg");
    width: 100%;
    height: 87px;
    overflow: hidden;
}

header nav.navbar.navbar-expand-lg.navbar-light{
    width: 1140px;
    margin-left: 5px;
    padding: 7.5px 0 !important;
}

.headerSkyFamilyBanner .headerClickableArea{
    top: 5px;
    height: 80px;
    margin-left: 5px;
}

.headerSkyFamilyBanner .headerClickableArea.skyDogg{
    width: 100px;
    margin-left: 0px;
}

.headerSkyFamilyBanner .headerClickableArea.skyMethods{
    width: 200px;
}

.headerSkyFamilyBanner .headerClickableArea.skyQuota{
    width: 215px;
}

.headerSkyFamilyBanner .headerClickableArea.skyIntel{
    width: 210px;
}

.headerSkyFamilyBanner .headerClickableArea.skyVlogs{
    width: 195px;
}

.headerSkyFamilyBanner .headerClickableArea.skyWixx{
    width: 165px;
}

.headerNewsForm.footerNewsForm{
    display: none !important;
}

@media screen and (max-width: 1024px){
    header > div.container{
        width: 1000px;
    }

    header nav.navbar.navbar-expand-lg.navbar-light{
        width: 100%;
        margin-left: 0px;
        padding: 0px !important;
    }

    .headerSkyFamilyBanner{
        background-size: 100% auto;
    }

    .headerSkyFamilyBanner .headerClickableArea{
        margin-left: 10px;
    }

    .headerSkyFamilyBanner .headerClickableArea.skyDogg{
        width: 80px;
        margin-left: 0px;
    }
    
    .headerSkyFamilyBanner .headerClickableArea.skyMethods{
        width: 175px;
    }
    
    .headerSkyFamilyBanner .headerClickableArea.skyQuota{
        width: 180px;
    }
    
    .headerSkyFamilyBanner .headerClickableArea.skyIntel{
        width: 185px;
    }
    
    .headerSkyFamilyBanner .headerClickableArea.skyVlogs{
        width: 155px;
    }
    
    .headerSkyFamilyBanner .headerClickableArea.skyWixx{
        width: 150px;
    }
    
    .headerNewsForm.footerNewsForm{
        display: none !important;
    }
}

@media screen and (max-width: 800px){
    /* Header */
    header{
        background: #ebeff0 !important;
    }

    header > div.container{
        width: 100%;
        padding-top: 15px;
    }

    header nav.navbar.navbar-expand-lg.navbar-light{
        padding: 0px !important;
    }

    ul.nav.navbar-nav li.nav-item{
        height: auto;
    }

    /* Header Sky Family Banner */
    .headerSkyFamilyBanner{
        background-color: white;
        background-image: url("../../sdImages/skyHeaderMobile.png");
        background-size: auto 100%;
        height: 396px;
        background-position: center;
        border-radius: 10px;
        width: calc(100% - 12px);
        padding-left: 0px;
        text-align: center;
    }

    .headerSkyFamilyBanner .headerClickableArea{
        display: block;
        height: 65px;
        top: 0px;
        margin: auto !important;
    }

    .headerSkyFamilyBanner .headerClickableArea.skyDogg{
        height: 80px;
        top: 0px;
    }
    
    .headerSkyFamilyBanner .headerClickableArea.skyQuota{
        width: 160px;
    }
    
    .headerSkyFamilyBanner .headerClickableArea.skyIntel{
        width: 180px;
    }
    
    .headerSkyFamilyBanner .headerClickableArea.skyVlogs{
        width: 170px;
        height: 60px;
    }

    @media screen and (max-width: 425px){
        .headerSkyFamilyBanner{
            background-image: url("../../sdImages/skyHeaderMobile425.png");
        }

        .headerSkyFamilyBanner .headerClickableArea{
            height: 60px;
        }

        .headerSkyFamilyBanner .headerClickableArea.skyDogg{
            height: 90px;
        }

        .headerSkyFamilyBanner .headerClickableArea.skyVlogs{
            height: 65px;
        }
    }

    /* News Form on Header */
    .navbar.navbar-expand-lg.navbar-light{
        width: 90%;
        margin-left: 5%;
        text-align: center;
        display: block;
    }

    .navbar-collapse{
        display: block;
    }

    .navbar-toggler.clicked{
        float: unset;
    }

    .navbar-toggler.clicked .navbar-toggler-icon{
        background-image: url("../../sdImages/headerClose.png");
    }

    .skyFamilyLabel{
        background: left no-repeat;
        background-image: url("../../sdImages/skyFamilyLabel.png");
        width: 24px;
        height: 92px;
        position: absolute;
        margin-top: -300px;
        margin-left: -45px;
    }

    .headerNewsForm.footerNewsForm{
        background: black;
        color: white;
        display: block !important;
        width: calc(100% - 12px);
        height: 220px;
        margin: 20px 0px;
        border-radius: 10px;
        padding: 20px;
    }

    .headerNewsForm.footerNewsForm .footerMailingListForm{
        width: 100%;
    }

    .headerNewsForm.footerNewsForm h3,
    .headerNewsForm.footerNewsForm .vlogBtn{
        color: white;
    }

    .headerNewsForm.blogBtn{
        border-color: #4493ef;
    }

    .headerNewsForm.footerNewsForm .footerMailingListForm .footerSocialIconsContainer{
        float: left;
    }
}

/* Global Footer Form CSS (Different from optional theme footer) */
.blog-page .col-11{
    margin: auto;
    width: auto;
}

.navbar-light .navbar-nav .nav-link img{
    max-height: none;
}

section.section1{
    padding-bottom: 50px;
}

@media screen and (max-width: 1100px){
    section.section1{
        padding-bottom: 35px;
    }

    section.section1.skyWixxPages{
        padding-bottom: 0px;
    }

    section.section1.skyWixxPages .skyWixxColumn:last-of-type .frontendContainer{
        padding-bottom: 35px;
    }

    section.section1.skyWixxPages .skyWixxColumn:last-of-type .frontendContainer.frontEndImageSlider{
        padding-bottom: 20px;
    }
}

footer{
    margin-top: 0px;
}

footer.bg-dark{
    padding-top: 25px;
    background-color: #161616 !important;
}

footer h3,
.footerNewsForm .right{
    margin-top: 10px !important;
}

.footerNewsForm .right{
    margin-bottom: 20px;
}

/* Footer Mailing List Form */
.footerNewsForm div.right h3{
    text-align: left;
    margin: 0px !important;
}

.footerNewsForm div.right h3:after{
    background: none;
    margin-bottom: 0px;
}

.defaultFooterNewsForm{
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 187px;
    min-height: 95px;
    background: left no-repeat;
    background-size: auto 100%;
    background-image: url("../../sdImages/footerFormDesktop.png");
}

@media screen and (max-width: 800px){
    .defaultFooterNewsForm{
        background-image: url("../../sdImages/footerFormMobile.png");
    }
}

.footerNewsForm .footerMailingListForm{
    font-family: "RobotoLight";
    font-size: 20px;
    margin-bottom: 10px;
    width: 187px;
}

@media screen and (max-width: 800px){
    .footerNewsForm .footerMailingListForm{
        width: 50vw;
    }

    @media screen and (max-width: 425px){
        .footerNewsForm .footerMailingListForm{
            width: 100%;
        }
    }
}

.footerNewsForm .footerMailingListForm 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;
}

.footerNewsForm .footerMailingListForm input[type=email]::placeholder{
    color: #797979;
    transition: 0.5s;
}

.footerNewsForm .footerMailingListForm input[type=email]:hover::placeholder{
    color: white;
}

@media screen and (max-width: 800px){
    .footerNewsForm .footerMailingListForm input[type=email]{
        font-size: 16px;
        margin-bottom: 20px;
        border-radius: 0px;
    }
}

.footerNewsForm .footerMailingListForm button{
    background: transparent;
    outline: none;
    font-size: 14px;
    border: 2px solid #161616;
    border-radius: 20px;
    color: #769c2d;
    padding: 0px 5px;
    position: absolute;
    margin-top: 5px;
    margin-left: -20px;
    transition: 0.5s;
}

.footerNewsForm .footerMailingListForm button:hover,
.footerNewsForm .footerMailingListForm button.hover{
    border: 2px solid #769c2d;
}

.footerNewsForm .footerMailingListForm .blogButtonsContainer{
    font-size: 14px;
    margin-bottom: 10px;
}

@media screen and (max-width: 800px){
    .footerNewsForm .footerMailingListForm .blogButtonsContainer{
        margin-bottom: 20px;
    }
}

.footerNewsForm .footerMailingListForm .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;
}

.footerNewsForm .footerMailingListForm .blogButtonsContainer a:hover{
    color: initial;
}

@media screen and (max-width: 800px){
    .footerNewsForm .footerMailingListForm .blogButtonsContainer a{
        height: 30px;
        padding: 4px;
    }
}

.footerNewsForm .footerMailingListForm .blogButtonsContainer a.blogBtn{
    color: #777777;
}

.footerNewsForm .footerMailingListForm .blogButtonsContainer a:first-child{
    float: left;
}

.footerNewsForm .footerMailingListForm .blogButtonsContainer a:last-child:not(:first-child){
    float: right;
}

@media screen and (max-width: 800px){
    .footerNewsForm .footerMailingListForm .blogButtonsContainer a.blogBtn{
        color: white;
    }
}

.footerNewsForm .footerMailingListForm .blogButtonsContainer a.blogBtn:hover{
    box-shadow: 0px 0px 1px 1px white;
    color: #777777;
}

.footerNewsForm .footerMailingListForm .blogButtonsContainer a.vlogBtn{
    border-color: #ce1a22;
    color: #ce1a22;
}

.footerNewsForm .footerMailingListForm .blogButtonsContainer a.vlogBtn:hover{
    box-shadow: 0px 0px 1px 1px #ce1a22;
}

.footerNewsForm .footerMailingListForm .footerSocialIconsContainer{
    float: left;
    font-size: 20px;
}

.footerNewsForm .footerMailingListForm .footerSocialIconsContainer a{
    display: inline-block;
}

.footerNewsForm .footerMailingListForm .footerSocialIconsContainer .footerSocialIcons{
    cursor: pointer;
}

/* Footer Copyright Section */

.footerCopyrightContainer{
    padding-top: 20px !important;
}

.footerImageLinkList{
    float: right !important;
}

.footerCopyrightContainer p{
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

.footerCopyrightContainer ul{
    font-size: 13px !important;
    color: #777777 !important;
}

.footerCopyrightContainer ul a{
    font-size: 13px !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 */
.bottomFooterSkyBanner{
    background: right no-repeat;
    background-size: 100%;
    background-image: url("../../sdImages/skyFooterBarDesktop.jpg");
    height: 78px;
    overflow: hidden;
}

.bottomFooterSkyBanner{
    width: 865px;
    height: 75px;
    background: right no-repeat;
    background-size: 100% 75px;
    background-image: url("../../sdImages/skyFooterBarDesktop.jpg");
    overflow: hidden;
}

@media screen and (max-width: 1024px){
    .bottomFooterSkyBanner{
        width: 745px;
        margin-left: 0px;
    }

    @media screen and (max-width: 800px){
        .bottomFooterSkyBanner{
            width: calc(100% - 15px);
            background-position-x: 15px;
            margin-left: 0px;
        }
    }
}

@media screen and (max-width: 425px){
    .bottomFooterSkyBanner{
        height: auto;
        width: auto;
        margin-left: 0px;
        background-position: left;
    }
}

@media screen and (max-width: 1024px){
    footer.bg-dark .bg-dark{
        margin-top: 30px;
    }

    .mobileOnly .footerBannerContainer{
        padding: 0px;
    }

    .mobileOnly .footerCopyrightContainer{
        background-color: #161616;
    }

    @media screen and (max-width: 600px){
        .bottomFooterSkyBanner{
            height: 134px;
            background-size: 100% calc(100% + 2px);
            background-position: center;
            background-image: url("../../sdImages/skyFooterBarMobile.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: 65px;
    margin-left: 60px;
}

.footerClickableArea.skyMethods{
    width: 130px;
}

.footerClickableArea.skyQuota{
    width: 150px;
}

.footerClickableArea.skyIntel{
    width: 150px;
}

.footerClickableArea.skyVlogs{
    width: 160px;
}

.footerClickableArea.skyWixx{
    width: 120px;
}

@media screen and (max-width: 1024px){
    .footerClickableArea.skyDogg{
        width: 65px;
        margin-left: 45px;
    }
    
    .footerClickableArea.skyMethods{
        width: 110px;
    }
    
    .footerClickableArea.skyQuota{
        width: 120px;
    }
    
    .footerClickableArea.skyIntel{
        width: 135px;
    }
    
    .footerClickableArea.skyVlogs{
        width: 135px;
    }

    .footerClickableArea.skyWixx{
        width: 110px;
    }
}

@media screen and (max-width: 800px){
    .footerClickableArea.skyDogg{
        width: 70px;
        margin-left: 60px;
    }
    
    .footerClickableArea.skyMethods{
        width: 100px;
    }
    
    .footerClickableArea.skyQuota{
        width: 130px;
    }
    
    .footerClickableArea.skyIntel{
        width: 140px;
    }
    
    .footerClickableArea.skyVlogs{
        width: 140px;
    }

    .footerClickableArea.skyWixx{
        width: 90px;
        margin-left: 3px;
    }

    @media screen and (max-width: 425px){
        .footerClickableArea.skyDogg{
            width: 70px;
            margin-left: 40px;
            top: 5px;
        }
        
        .footerClickableArea.skyMethods{
            width: 155px;
            margin-left: 0px;
            top: 10px;
        }
        
        .footerClickableArea.skyQuota{
            width: 140px;
            margin-left: 0px;
            top: 10px;
        }
        
        .footerClickableArea.skyIntel{
            width: 135px;
            height: 50px;
            margin-left: 40px;
            top: 3px;
        }
        
        .footerClickableArea.skyVlogs{
            width: 115px;
            height: 50px;
            margin-left: 5px;
            top: 5px;
        }

        .footerClickableArea.skyWixx{
            width: 105px;
            height: 50px;
        }
    }

    @media screen and (max-width: 375px){
        .footerClickableArea.skyDogg{
            width: 60px;
            height: 60px;
            margin-left: 35px;
            top: 10px;
        }
        
        .footerClickableArea.skyMethods{
            width: 140px;
            height: 50px;
            margin-left: 0px;
        }
        
        .footerClickableArea.skyQuota{
            width: 120px;
            height: 40px;
            margin-left: 0px;
            top: 5px;
        }
        
        .footerClickableArea.skyIntel{
            width: 120px;
            height: 50px;
            margin-left: 35px;
            top: 5px;
        }
        
        .footerClickableArea.skyVlogs{
            width: 105px;
            height: 40px;
            margin-left: 0px;
        }

        .footerClickableArea.skyWixx{
            width: 90px;
            height: 50px;
        }
    }

    @media screen and (max-width: 325px){
        .footerClickableArea.skyDogg{
            width: 50px;
            height: 60px;
            margin-left: 30px;
            top: 10px;
        }
        
        .footerClickableArea.skyMethods{
            width: 115px;
            height: 50px;
            margin-left: 5px;
            top: 5px;
        }
        
        .footerClickableArea.skyQuota{
            width: 100px;
            height: 40px;
            margin-left: 0px;
            top: 0px;
        }
        
        .footerClickableArea.skyIntel{
            width: 105px;
            height: 45px;
            margin-left: 25px;
            top: 10px;
        }
        
        .footerClickableArea.skyVlogs{
            width: 90px;
            height: 40px;
            margin-left: 0px;
            top: 10px;
        }

        .footerClickableArea.skyWixx{
            width: 80px;
            height: 40px;
            top: 10px;
        }
    }
}

/* SkyWixx Pages */
.pageContainers .skyWixxColumn{
    overflow: visible;
    padding: 5px;
    display: inline-block;
    float: left;
}

.pageContainers .frontendContainer .title{
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;

    /* Temporary Bug Fix*/
    display: none;
}

.pageContainers .frontendContainer .title:empty{
    display: none !important;
}

/* Text Only Container */
.pageContainers .frontendContainer .textOnly{
    font-size: 17px;
}

.pageContainers .frontendContainer p{
    margin: auto;
}

/* Text with Background Container */
.pageContainers .frontendContainer.textWithBackgroundContainer p,
.pageContainers .frontendContainer.textWithBackgroundContainer p *{
    background-color: transparent !important;
}

.pageContainers .text-tiny,
span.text-tiny{
    font-size: .7em;
}

.pageContainers .text-small,
span.text-small{
    font-size: .85em;
}

.pageContainers .text-big,
span.text-big{
    font-size: 1.4em;
}

.pageContainers .text-huge,
span.text-huge{
    font-size: 1.8em;
}

/* Sliders / Bootstrap Carousel */
.pageContainers .frontEndTextSlider.frontEndImageSlider .carousel-inner{
    text-align: center;
}

.pageContainers .frontEndTextSlider.frontEndImageSlider .carousel-inner div,
.pageContainers .frontEndTextSlider.frontEndImageSlider .carousel-inner div img{
    max-height: 500px;
}

.pageContainers .frontEndTextSlider .title{
    padding: 0px 20px;
    padding-top: 20px;
    text-align: left;
    margin-bottom: 0px;
}

.pageContainers .frontEndTextSlider .carousel-indicators{
    margin: 0px;
}

.pageContainers .frontEndTextSlider .carousel-indicators button{
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 20px;
    border: none;
    text-align: center;
    background-color: transparent;
    outline: none;
    background: #a4a4a4;
    transition: 0.5s;
    transition-delay: 0.5s;
}

.pageContainers .frontEndTextSlider .carousel-indicators button.active{
    width: 30px;
    background: #626262;
}

.pageContainers .frontEndTextSlider .carousel-inner{
    padding: 20px;
    text-align: justify;
    height: auto;
}

@media screen and (max-width: 1100px){
    .pageContainers .frontEndTextSlider .carousel-inner{
        padding: 0px;
        padding-bottom: 20px;
    }
}

.pageContainers .frontEndTextSlider .carousel-inner .carousel-item,
.pageContainers .frontEndTextSlider .carousel-inner .carousel-item.active{
    display: block !important;
    visibility: visible;
}

.pageContainers .frontEndTextSlider .carousel-inner .carousel-item:not(.active){
    visibility: hidden;
}

.pageContainers .frontEndTextSlider .carousel-inner .carousel-item{
    opacity: 0;
    transition: 0.5s;
}

.pageContainers .frontEndTextSlider .carousel-inner .carousel-item.active{
    opacity: 1 !important;
}

.pageContainers .frontEndTextSlider:not(.frontEndImageSlider) .carousel-inner div{
    overflow-y: auto;
}

.pageContainers .frontEndTextSlider .carousel-control-prev,
.pageContainers .frontEndTextSlider .carousel-control-next{
    background-color: transparent;
    border: none;
    display: none;
}

.carousel-fade .carousel-inner .item{
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active{
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right{
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right{
    opacity: 1;
}
.carousel-fade .carousel-control{
    z-index: 2;
}

/* Text with Background */
.pageContainers .textWithBackgroundContainer{
    background: no-repeat center;
    background-size: 100% auto;
    background-position: top center;
}

/* Form Builder */
.pageContainers .formBuilderContainer{
    text-align: center;
}

.pageContainers .formBuilderContainer .title{
    width: auto;
    margin: auto;
    border: 1px solid #b7b7b7;
    background: white;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    bottom: 20px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #1c1c1c;
    z-index: 10;
}

.pageContainers .formBuilderContainer .headingTitle{
    color: #1c1c1c;
    font-size: 15px;
}

.pageContainers .formBuilderContainer form{
    background-color: #f9f9f9;
    padding: 40px;
    position: relative;
    bottom: 46px;
    text-align: justify;
    overflow-x: hidden;
}

.pageContainers .formBuilderContainer form .headingContainer{
    margin-bottom: 20px;
}

.pageContainers .formBuilderContainer form .headingContainer:empty{
    display: none;
}

.pageContainers .formBuilderContainer form .headingContainer:last-of-type{
    margin-bottom: 0px;
}

.pageContainers .formBuilderContainer form input[type=text],
.pageContainers .formBuilderContainer form .formBuilderCheckboxLabel,
.pageContainers .formBuilderContainer form .formBuilderComments{
    border: 1px solid #dbdbdb;
    background: white;
    font-size: 13px;
    color: #838383;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.pageContainers .formBuilderContainer form .formBuilderCheckboxLabel{
    display: inline-block;
    margin-right: 10px;
    padding: 10px 20px;
    cursor: pointer;
    text-align: left;
    max-width: calc(100%/5);
    min-width: 100px;
    width: auto;
    vertical-align: top;
}

@media screen and (max-width: 800px){
    .pageContainers .formBuilderContainer form .formBuilderCheckboxLabel{
        max-width: none;
        min-width: 0px;
    }
}

.pageContainers .formBuilderContainer form .formBuilderCheckboxLabel input{
    position: relative;
    top: 2px;
}

.pageContainers .formBuilderContainer form .formBuilderCheckboxLabel span{
    word-wrap: break-word;
    white-space: pre-wrap;
}

.pageContainers .formBuilderContainer form .formBuilderInput.smallField{
    width: 49%;
}

.pageContainers .formBuilderContainer form .formBuilderComments{
    width: 100%;
    min-height: 125px;
}

.pageContainers .formBuilderContainer form .attachment{
    color: #1c1c1c;
    font-size: 15px;
    margin-bottom: 20px;
}

.pageContainers .formBuilderContainer form .attachment img{
    cursor: pointer;
    position: absolute;
    margin-top: 5px;
    margin-left: 0px;
    border: 1px solid #dbdbdb;
    background: white;
    padding: 5px;
}

.pageContainers .formBuilderContainer form .attachment .defaultAttachmentBtn{
    padding: 15px 10px;
    padding-left: 45px;
    margin: 0px;
    border: none;
    background: none;
}

.pageContainers .formBuilderContainer form .attachment .defaultAttachmentBtn::-webkit-file-upload-button{
    display: none;
}

.pageContainers .formBuilderContainer form .formBuilderSubmitBtn{
    background: #b7b7b7;
    border: 1px solid #b7b7b7;
    margin-top: 10px;
    padding: 10px 30px;
    color: #1c1c1c;
    font-size: 14px;
}

/* Blocks */
.blockSearchBarContainer .fa-search{
    position: absolute;
    margin-top: 10px;
    display: inline-block;
    width: auto;
    z-index: -1;
}

.blockSearchBarContainer .blockSearchBar{
    background: transparent;
    padding: 5px;
    padding-left: 35px;
    border: 1px solid #cdcdcd;
}

.blockSearchBarContainer .blockSearchBarListView{
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    width: 340px;
    max-height: 270px;
    margin-left: 5px;
    margin-top: 50px;
    background: white;
    box-shadow: 0px 0px 5px 5px #f3f3f3;
    z-index: 99999;
}

@media screen and (max-width: 1100px){
    .blockSearchBarContainer .blockSearchBarListView{
        width: 295px;
        padding: 0px;
    }

    @media screen and (max-width: 800px){
        .blockSearchBarContainer .blockSearchBarListView{
            width: calc(100% - 10px);
            padding: 0px 12px;
        }

        .blockSearchBarContainer .blockSearchBarListView .col-6{
            width: auto;
            max-width: 50%;
            margin-bottom: 10px !important;
        }
    }
}