﻿
.see-through {
    opacity: 0 !important;
    transition: opacity ease-in .25s;
    transition-delay: .5s;
    pointer-events: none;
}

/* Inline #14 | http://www.dnndev.me/#TopOfHeader */

#topOfPage a:focus, #bottomOfPage a:focus {
    clip: unset;
    clip-path: revert;
    visibility:visible;
}

#topOfPage a:focus, #bottomOfPage a:focus {
    padding: 12px;
    height: auto;
}


#topOfPage a, #bottomOfPage a {
    text-align: center;
    position: absolute;
    width: auto;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    color: white;
    background-color: #710a2c;
    z-index: 999;
    font-size: 14pt;
    transition: ease-in-out,0.4s;
    -webkit-box-shadow: 0px 6px 27px -6px rgb(0, 0, 0);
    -moz-box-shadow: 0px 6px 27px -6px rgb(0, 0, 0);
    box-shadow: 0px 6px 27px -6px rgb(0, 0, 0);
    outline: none;
}

#topOfPage a:focus, #topOfNavigation a:focus {
    /* To reset sr-only styling */
    clip: initial;
    white-space: initial;
    -webkit-clip-path: initial;
    clip-path: initial;
    border: initial;
}

#topOfPage a, #topOfNavigation a {
    padding: 0px 12px;
    top: 43px;
    height: 0px;

}

#bottomOfPage a {
    bottom: 5rem;
    height:0;
    padding: 0rem 12px;
}
.nav-item.nav-pipe {
    white-space: nowrap;
    position:relative;
}
    .nav-item.nav-pipe::after {
        content: '|';
        height: 1em;
        line-height: 1em;
        position:absolute;
        top:32%;
        right:0; 
    }
.navbar-brand img {
    width: 350px;
}

#TopNav {
    border-bottom: solid 2px #f1f1f1;
    font-size: smaller;
    position: relative;
    z-index: 998;
}

    #TopNav div {
        margin-right: 4rem;
    }

    #TopNav a {
        color: #710a2c;
    }

.mobileOnly {
    display: none;
}


#Header {
    height: 4rem;
    background-color: white;
}
    #Header #RightIconContainer {
        position: absolute;
        right: 0;
    }
    #Header .col-lg-7 {
        white-space: nowrap;
    }
    
#MobileHeader {
    display:flex;
    align-items:center; 
    justify-content: space-between;
    flex-wrap: nowrap;
    background-color: #710a2c;
    top: 0;
    left: 0; 
    position:fixed; 
    height: 4rem;
    width: 100%;
    z-index: 100;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 5px 1rem; 

}
    #MobileHeader #MobileRightIconContainer{
        position:relative;
        float:right;
    }
        #MobileHeader #MobileRightIconContainer #MobileMenuWrapper {
           white-space:nowrap;
        }
        /*Try making top container absolutely positioned and lifting it above the others.*/
        #BottomNav {
            background-color: #710a2c;
            font-size: smaller;
            border-top: solid 1px black;
        }

    #BottomNav nav {
        width: 100%;
        margin: 0 9rem 0rem 13rem;
        display: flex;
    }

.no-flexbox #BottomNav nav {
    margin: 0 9rem 0 3rem;
}

#BottomNav nav .navbar-nav {
    width: 100%;
}

    #BottomNav nav .navbar-nav .nav-item {
        border-left: solid 1px black;
        flex-basis: 100px;
        flex-grow: 1;
        box-sizing: border-box;
    }

        #BottomNav nav .navbar-nav .nav-item a:hover, #BottomNav nav .navbar-nav .nav-item a:focus {
            background-color: #97274d;
        }

        #BottomNav nav .navbar-nav .nav-item:last-child {
            border-right: solid 1px black;
        }

        #BottomNav nav .navbar-nav .nav-item:hover > a, #BottomNav nav .navbar-nav .nav-item:focus-within > a {
            border-bottom: solid 2px white;
        }

        #BottomNav nav .navbar-nav .nav-item a {
            color: white;
            text-align: left;
            width: 100%;
            display: block;
            padding: 5px 0 5px 8px;
            text-decoration: none;
        }

        #BottomNav nav .navbar-nav .nav-item > a {
            text-align: center;
            box-sizing: border-box;
            padding: 5px 0 3px 0;
        }

        #BottomNav nav .navbar-nav .nav-item ul li {
            margin: 0;
        }

#BottomNavAndDropdown {
    max-height: 35.2px;
    overflow: hidden;
    transition: ease-in-out 0.5s 200ms;
    margin-left: -15px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

    #BottomNavAndDropdown:hover {
        max-height: 1000px;
        transition: ease-in-out 0.5s 200ms;
    }

    #BottomNavAndDropdown:focus-within {
        max-height: 1000px;
        transition: ease-in-out 0.5s 200ms;
    }

.no-flexbox #BottomNav .navbar-nav .nav-item {
    display: inline-table;
}

#BottomNav .navbar-nav .nav-item > a {
    position: relative;
    z-index: 1;
    background-color: #710a2c;
    border-bottom: solid 2px transparent;
    padding-top: 0.25rem;
}

#BottomNav .navbar-nav .nav-item ul {
    display: block;
    position: relative;
    height: 100%;
    list-style-type: none;
    z-index: 0;
    transition: ease-in-out 0.5s 200ms;
    /*transform: translate(0%, -105%);*/
    margin-left: 0;
}

.flexbox #BottomNav .navbar-nav .nav-item ul {
    transform: translate(0%, -105%);
}

#BottomNavAndDropdown:hover #BottomNav .navbar-nav .nav-item ul {
    transition: ease-in-out 0.5s 200ms;
    transform: translate(0%, 0%);
}

#BottomNavAndDropdown:focus-within #BottomNav .navbar-nav .nav-item ul {
    transition: ease-in-out 0.5s 200ms;
    transform: translate(0%, 0%);
}

.breadcrumb {
    color: white;
    background-color: #48010a;
    font-size: smaller;
    border-radius: 0;
}

    .breadcrumb a {
        font-size: smaller;
        color: white;
    }

.dropdown {
    position: absolute;
    background-color: #710a2c;
    width: 100vw;
    z-index: 198;
    text-align: left;
    font-size: smaller;
}

.dropdown-column {
    display: inline-block;
    border-left: solid 1px black;
    vertical-align: top;
    padding-top: 1rem;
    padding-bottom: 0.75rem;
}

    .dropdown-column:last-child {
        border-right: solid 1px black;
    }

.dropdown-links {
    list-style-type: none;
    min-height: 100px;
    display: flex;
    justify-content: center;
}

.dropdown-link a {
    color: white;
    text-align: left;
    padding: .25rem .5rem;
    flex-grow: 1;
}

#HomeIcon {
    width: 15px;
    height: 15px;
    margin-top: -5px;
    margin-right: 20px;
    margin-left: 43px;
}

#SearchIcon, #MobileSearchIcon, #MobileMenuToggle {
    width: 25px;
    height: 25px;
    margin: 20px 0px;
    cursor: pointer;
    opacity:1; 
}

#CloseIcon, #MobileCloseIcon {
    cursor: pointer;
}

#LogoImg {
    position: absolute;
    top: -3px;
    left: 2rem;
    height: 230px;
    z-index: 1000;
}


#dnn_NAV_Search_ClassicSearch, #dnn_NAV_MobileSearch_ClassicSearch {
    display: inline-block;
}

#Bookmark {
    position: absolute;
    top: -3px;
    right: 3rem;
    z-index: 1000;
}

#HWULogoFixed {
    height: 3.5rem;
}

#StickyNav {
    background-color: white;
    width: 100%;
    position: absolute;
    z-index: 997;
}



#ReverseLogoContainer {
    display: none;
}

a.btn:visited {
    color: white;
    text-decoration: none;
}

a.btn-light:visited {
    color: #6C102A;
    text-decoration: none;
}

a:focus {
    outline: 3px solid;
}

/*JS is used to add this class to all links (without any other classes) that have a dark background. JS located at: /js/navigationJS.js*/
/*a.lightColor {
    color: #63b9dd;
}*/

#MobileMenu {
    position: fixed;
    z-index: 99;
    background-color: white;
    width: 100%;
    bottom: 0;
    top: 64px;
    left:0;
    padding: 20px !important;
    background-image: url("../img/OutsideChapelCropped.jpg");
    background-size: cover;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

    #MobileMenu .center-nav .nav-link {
        color: #710a2c;
        text-transform: uppercase;
        font-size: x-large;
        font-weight: bold;
    }
#/*MobileMenuToggle {
    height: 40%;
}*/
    #MobileMenu .top-nav {
        margin-bottom: 1rem;
    }

        #MobileMenu .top-nav .nav-link {
            color: #710a2c;
            font-size: large;
        }

    #MobileMenu hr {
        border-top: 2px solid #710a2c;
        width: 100%;
    }

    #MobileMenu .top-nav li.nav-item span {
        display: none;
    }

    #MobileMenu .center-nav.navbar-nav > li.nav-item > ul {
        display: none;
    }

#CloseIcon, #MobileCloseIcon {
    width: 25px;
    height: 25px;
    position: relative;
    top: -2px;
}

#SearchMenu, #MobileSearchMenu {
    display: inline-block;
    vertical-align: middle;
    height: 65px;
    width: 307px;
    white-space:nowrap;
}
    #MobileSearchMenu {
        
        position:absolute;
        right: 0;
        visibility:unset;
        transition:all ease-in-out .5s; 
        transition-delay:.25s; 
    }
        #MobileSearchMenu.collapsed {
            overflow:hidden;
            width: 0;
            visibility: hidden;
            transition: all ease-in-out .5s;
            transition-delay: 0s;
        }
    /*#InnerSearchMenu {
    overflow: visible;
    width: 100%;
    top: 0;
    white-space: nowrap;
}*/
    #SearchMenu input, #MobileSearchMenu input {
        margin: 15px 0;
        padding: 6px 9px;
        width: 100%;
        outline: none;
        border: 1px solid #bbb;
        display: inline-block;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
        #MobileSearchMenu input{
            width: 185.33px; 
        }
        #SearchMenu ul.searchSkinObjectPreview, #MobileSearchMenu ul.searchSkinObjectPreview {
            top: 63px;
            box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        }

    #SearchMenu .searchInputContainer, #MobileSearchMenu .searchInputContainer {
        width: 100%;
        margin: 0 -4px -4px 0;
        height: 65px;
        position: inherit;
    }

    #SearchMenu .dnnSearchBoxClearText, #MobileSearchMenu .dnnSearchBoxClearText {
        display: none;
    }

    #SearchMenu #dnn_NAV_Search_cmdSearch, #MobileSearchMenu #dnn_NAV_MobileSearch_cmdSearch {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        color: rgb(255, 255, 255);
        background-color: #710a2c;
        border: 1px solid #710a2c;
        margin: 6px 0 10px 0px;
        padding: 6px 10px;
        display: none;
        /*border-top-right-radius: 20px;*/
        /*border-bottom-right-radius: 20px;*/
    }

    #SearchMenu #dnn_NAV_Search_cmdSearch:hover {
        text-decoration: none;
    }

#BreadCrumbRow {
    top: 99px;
    position: relative;
    z-index: 996;
}

/* for sticky Menu - NM*/
#StickyNav.sticky {
    position: fixed;
    top: 0;
}

@media(max-width: 1150px) {
    #SubMenuRow .dropdown .dropdown-column-wrapper {
        margin: 0 85px 0 173px;
    }

    #BottomNav nav {
        margin: 0 117px 0 173px;
    }

   
}
/*Desktop breakpoint*/
@media only screen and (min-width: 992px) {
    #MobileMenu, .mobileNav {
        display: none !important;
    }

    #Header {
        position: relative;
        margin: 0rem 2.1rem 0rem 9.3rem;
    }

    #desktopStickyApplyButton {
        display: flex;
        align-items: center;
    }

    #desktopStickyApplyButton a {
        height: -moz-fit-content;
        height: fit-content;
    }

    .container-fluid {
        padding: 0px;
    }

    #dnn_NAV_Search_ClassicSearch {
        width: 80%;
    }
    #MobileHeader {
        display: none;
    }
}


/*Mobile only Styles*/
@media only screen and (max-width: 991px) {

    #DesktopHeader{
        display: none;
    }
    
    #Bookmark {
        display: none !important;
    }

    #LogoImg, #HWULogoFixed {
        display: none !important;
    }

    #BreadCrumbRow {
        padding-top: 64px;
        z-index: -1;
    }

    #StickyNav {
        padding-top: 64px;
    }

    #StickyNav {
        position: relative;
    }

    #TopNav {
        display: none;
    }

    .mobileOnly {
        display: unset;
    }

    #BottomNav {
        display: none;
    }

    

    /*#MobileRightIconContainer {
        width: 90px;
        cursor: pointer;
    }*/

    #dnn_NAV_LOGO2_hypLogo {
        display: none;
    }

    #ReverseLogoContainer {
        display: inline-block;
        
    }
        #ReverseLogoContainer #ReverseLogo, #MobileMenuToggle, #MobileSearchIcon {
            opacity: 1;
            transition: opacity ease-in .25s;
        }
        /*#SearchIcon, #CloseIcon {
        filter: brightness(0%) invert(1);
        width: 50px;
        cursor: pointer;
    }*/
    #MobileSearchIcon, #MobileMenuToggle {
        display: inline-block;
    }

    .dropdown {
        display: none;
    }

    #SearchMenu {
        position: absolute;
        z-index: 1000;
        right: 1px;
        position:fixed;
    }

    /*#InnerSearchMenu {
        position: fixed;
    }*/

    #LogoTitle {
        display: none;
    }

    #BreadCrumbRow {
        height: 0;
        overflow: hidden;
    }
    .nav-pipe::after{
        display:none;
    }
}

.dnnLogin {
    margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
    #BreadCrumbRow {
        padding-top: 64px;
        z-index: -1;
    }

    #StickyNav {
        padding-top: 64px;
    }

    #ReverseLogoContainer {
        /*display:none;*/
    }



    .navbar-brand img {
        width: 200px;
    }

    #BreadCrumbContainer {
        margin-left: 0 !important;
    }



    .navbar-brand {
        /*margin-top: 2rem !important;*/
    }
}
