/* UXO Global */
.uxo-header-container{
    background-image: url(/wp-content/themes/denix-one-child-uxo/assets/images/bg_3rs.png);
    background-repeat: repeat-x;
    background-position: bottom;
    min-height: 4rem;
}
.uxo-menu-button{
    border: 0;
    background: transparent url(/wp-content/themes/denix-one-child-uxo/assets/images/icon_menu.png);
    background-repeat: no-repeat;
    background-position: left;
    color: #fff;
    text-align: center;
    margin-right: 2rem;
    cursor: pointer;
}
@media (max-width: 1023px){
    .uxo-menu-button{
        background-position: center;
    }
}
.uxo-menu-button:after{
    content: 'MENU'; 
}
@media (max-width: 1023px){
    .uxo-menu-button:after{
        content: none;
    }
}
.uxo-menu-content{
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    top:14.25rem;
}
.display-uxo-menu {
    display: block;
    max-width: 18rem;
}
@media (max-width: 1024px){
    .uxo-menu-content{
    top:8rem;
    }
}
@media (max-width: 782px){
    .uxo-menu-content{
    top:10.25rem;
    }
}
@media (max-width: 431px){
    .uxo-menu-content{
    top:11.35rem;
    }
}
.uxo-menu-button:hover{
    background-image: url(/wp-content/themes/denix-one-child-uxo/assets/images/icon_menu.png) , linear-gradient(#262626, red); 
    transition: 1s;
}
.uxo-printer-image{
    background: transparent url(/wp-content/themes/denix-one-child-uxo/assets/images/icon_print_white.png); 
    background-repeat: no-repeat;
    background-position: center; 
}
@media (max-width: 1023px){
    .uxo-printer-image{
        background-position: center;
    }
}
.uxo-nav-title{
    color: #f7f7f7;
}
/* MENU STYLES */
.uxo-nav-container{
    list-style: none;
    padding: 0;
    margin: 0;
}
.uxo-parent-list-item{
    display: inline-block;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 1rem;
    padding: 1.5rem;
}
.uxo-parent-list-item > a{
    text-decoration: none;
    color: #000000;
}
.uxo-nav-toggle-btn-container{
    display: inline-block;
}
.uxo-nav-toggle-btn:before{
    content: url(/wp-content/themes/denix-one-child-uxo/assets/images/arrow_right.png);
    position: absolute; 
    font-size: 1.5rem;
    right: 1rem;
    cursor: pointer;
}
.uxo-submenu-expanded{
    content: url(/wp-content/themes/denix-one-child-uxo/assets/images/arrow_left.png);
    position: absolute; 
    font-size: 1.5rem;
    right: 1rem;
    cursor: pointer;
}
.uxo-child-ul{
    position: absolute;
    left: 18rem;
    top: -.1rem;
    min-width: 20rem;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 2;
    padding-left: 0rem;
}
@media (max-width: 608px) {
    .uxo-child-ul{
        position:relative;
        box-shadow: none;
        left:-1.5rem;
        top: 1.55rem;
        min-width: 18rem;
    }
}
.uxo-collapsed{
    display: none;
}
.uxo-expanded{
    display: block;
}
.list-depth-0:nth-last-child(-n+4) > a{
    color:#fff;
    font-weight: 600;
}
.list-depth-0:nth-last-child(4){
    background-color: #2765ad;
}
.list-depth-0:nth-last-child(3){
    background-color: #16a140;
}
.list-depth-0:nth-last-child(2){
    background-color: #f0cc00;
}
.list-depth-0:last-child{
    background-color: #c62f2f;
}
.uxo-sidenav > div > div > div > div > ul {
    width: 100%;
}
.uxo-sidenav > div > div > div > div > ul > li {
    width: 100%;
    background: transparent url(/wp-content/themes/denix-one-child-uxo/assets/images/arrow_related_links.png); 
    background-repeat: no-repeat;
    background-position: right; 
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1rem;
}
.uxo-sidenav > div > div > div > div > ul > li > a {
    font-size: 1.2rem;
    font-weight: 500;
    width: 90%;
    padding: .5rem;
}
.uxo-sidenav > div > div > div > div > ul > li > a:hover {
    color: #c62f2f;
}
.nav-header{
    border-bottom: 1px solid #ccc;
    padding: .5rem;
}
/* UXO Home */
.uxo-bg{
    background-color: #f7f7f7;
}
.uxo-bg-content{
    background: #fff;
    box-shadow: 0 0 0 1px #ccc;
    margin: 0 -15px 20px;
    padding: 30px;
}

.home-section{
    background: #fff;
    box-shadow: 0 0 0 1px #ccc;
    margin: 0 -15px 20px;
    padding: 30px;
}
.select-one-group{
    max-height: 28rem;
}
.uxo-home-card:hover{
    opacity: 0.6;
    transition: 0.5s;
}
.home-about {
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #f2f2f2;
    background-image: url(/wp-content/themes/denix-one-child-uxo/assets/images/bg_hex.png);
    background-repeat: no-repeat;
    background-position: right;
}

.half-page{
    max-width: 50%;
}
.select-one-home > img{
    position: relative;
    z-index: 1;
    bottom:13rem;
    right: 8rem;
    text-align: center;
    padding-top: 1rem;
    color: #ffffff;
}
@media(max-width: 1560px){
    .select-one-home{
    display: none;}
}
.home-3Rs {
    border: 1px solid #ccc;
    padding: 15px;
    background-image: url(/wp-content/themes/denix-one-child-uxo/assets/images/bg_hex.png);
    background-repeat: no-repeat;
    background-position: right;
    font-size: 1.5rem;
}
.home-3Rs-list{
    margin-left: 2rem !important;
}

.home-3Rs-list-item {
    list-style-type: none;
    color: #000000;
    margin-top: .7rem !important;
}

.home-3Rs-list-item:before {
    content: '\2014';
    position: absolute;
    margin-left: -20px;
}
.flags-container{
    justify-content: center;
}
.flags{
    clip-path: polygon(89% 0, 100% 50%, 89% 100%, 0% 100%, 11% 50%, 0% 0%);
    background: #ccc;
}
.flags > img{
    clip-path: polygon(89% 0, 100% 50%, 89% 100%, 0% 100%, 11% 50%, 0% 0%);
}
/* UXO Pages */
.red-bubble{
    background-color: #c62f2f;
    border-radius: 10px;
    color:#ffffff;
}
.uxo-about-uxo{
    border: 1px solid #ccc;
    padding: 15px;
}
.uxo-about-uxo > div > ul > li{
    list-style: square;
}
.uxo-about-uxo > div > ul > li > ul > li{
    list-style: square;
}
.uxo-dashed-list > li:not(:last-child){
    padding-bottom: .5rem;
    border-bottom: 1px dashed #ccc;
}
.uxo-logo{
    border: 1px solid #ccc;
    padding: 20px;
    font-size: 1.2rem;
}
.uxo-logo-list{
    margin-left: 2rem !important;
}

.uxo-logo-list-item {
    list-style-type: none;
    color: #000000;
    margin-top: .7rem !important;
}

.uxo-logo-list-item:before {
    content: '\2014';
    position: absolute;
    margin-left: -20px;
}
.uxo-file-list > div > div > div{
    padding: 0.75rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background: #f2f2f2;
    margin: 0;
}
.uxo-file-list > div > div > div > a{
    color: #c62f2f;
}
.uxo-file-list-header{
    color: #c62f2f;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ccc;
}
.uxo-file-list-one-col-black > div > p{
    padding: 0.75rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background: #f2f2f2;
    margin: 0;
}
.uxo-file-list-one-col-black > div > p > a {
    color: #262626;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.3rem;
}
.uxo-file-list-one-col-black > div > p > a:hover {
    text-decoration: underline;
    color: #c62f2f;
}
.uxo-file-list-one-col > div > div{
    padding: 0.75rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background: #f2f2f2;
    margin: 0;
}
.uxo-file-list-one-col > div > div > a {
    color: #c62f2f;
    text-decoration: none;
}
.uxo-file-list-one-col > div > div > a:hover {
    text-decoration: underline;
}
.uxo-dashed-heading{
    border-bottom: 1px dashed #ccc;
}
.uxo-videos-btn:hover{
    filter: brightness(80%);
    transition: .5s;
}
.uxo-videos-btn-left > a:before{
    content: url(/wp-content/themes/denix-one-child-uxo/assets/images/play.png);
    position: relative; 
    font-size: 1.5rem;
    right: 1rem;
    cursor: pointer;
}
.uxo-videos-btn-right > a:before{
    content: url(/wp-content/themes/denix-one-child-uxo/assets/images/list.png);
    position: relative; 
    font-size: 1.5rem;
    right: 1rem;
    bottom: .25rem;
    cursor: pointer;
}
.uxo-red-links > a{
    color: #c62f2f;
    text-decoration: none;
}
.uxo-red-links > a:hover{
    color: #c62f2f;
    text-decoration: underline;
}
/* Breadcrumbs Shortcode */
.uxo-breadcrumb__list{
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}
.uxo-breadcrumb__list-item{
    display: inline;
    font-size: 1.5rem;
}
.uxo-breadcrumb__list-item > a {
    color: #000000;
}
.uxo-breadcrumb__list-item > a:hover {
    color: #c62f2f;
}

.uxo-breadcrumb-seperator{
    margin: .5rem;
}
.uxo-breadcrumb-seperator:after{
    content: '\2215';
}
/* Landing Pages */
.landing-page-link{
    font-size: 1.5rem;
    min-height: 6rem;
    color:#ffffff;
    background-color: #000000 ;
    padding: .5rem;
    font-weight: 800;
}
.landing-page-link > a{
    color:#ffffff;
    text-decoration: none;
}
.landing-page-link > a:hover{
    color:#ffffff;
}
.kids{
    border-bottom: 10px solid #2765ad;
}
.kids-bg{
    background-color: #2765ad;
}
.kids:hover{
    background-color: #2765ad;
}
.military{
    border-bottom: 10px solid  #16a140;
}
.military-bg{
    background-color: #16a140;;    
}
.military:hover{
    background-color: #16a140;;
}
.communites{
    border-bottom: 10px solid  #f0cc00;
}
.communites-bg{
    background-color: #f0cc00;
}
.communites:hover{
    background-color: #f0cc00;
}
.workers{
    border-bottom: 10px solid  #c62f2f;
}
.workers-bg{
    background-color: #c62f2f;
}
.workers:hover{
    background-color: #c62f2f;
}

.landing-page-link-container{
    gap: 0.2rem !important;
}
.hexes{
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.hexes:hover{
    opacity: 0.3;
    transition: 1s;
}
.hexes-container{
    justify-content:center;
}
/* Landing Page Kids */
.uxo-card{
    border: 1px solid #ccc;
    width: 100%;
    min-height: 25rem;
    background-color: #f7f7f7;
    padding: 1rem;
    font-weight: bold;
    margin: 0;
}
.uxo-card > p > a{
    font-size: 1.5rem;
    color: #262626;
    z-index: 1;
    text-decoration: none;
}
.card-clubhouse{
    background-image: url(/wp-content/themes/denix-one-child-uxo/assets/images/safety_clubhouse.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.card-challenge{
    background-image: url(/wp-content/themes/denix-one-child-uxo/assets/images/safety_classroom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.card-story{
    background-image: url(/wp-content/themes/denix-one-child-uxo/assets/images/safety_book.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.card-movie{
    background-image: url(/wp-content/themes/denix-one-child-uxo/assets/images/safety_video.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.uxo-card:hover{
    filter: brightness(80%);
    transition: 1s;
}
.uxo-card-container{
    gap: 0.1px !important;
    margin-top: 2rem;
}
.uxo-landing-3Rs{
    border: 1px solid #ccc;
    background-image: url(/wp-content/themes/denix-one-child-uxo/assets/images/uxo_squad.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 30% 70%;
}
.uxo-landing-3Rs-header{
    color: #ffffff;
    background-image: url(/wp-content/themes/denix-one-child-uxo/assets/images/bg_3rs.png);
    background-repeat: repeat;
    background-position: bottom;
    min-height: 4rem;
    padding: 1rem;
    margin: 0;
}
.kids-hr{
    border-top: 5px solid #2765ad;
    padding: 1rem 0rem;
    border-bottom: 2px solid #ccc;
}

.kids-links-hr{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1rem;
    padding-left: 2rem;
    font-size: 1.5rem;  
}
.kids-links-hr > a{
    color: #000000;
    text-decoration: none;
}
.kids-links-hr > a:hover{
    color: #c62f2f;
}

.kids-links-hr-last{
    padding-left: 2rem;
    font-size: 1.5rem;    
}
.kids-links-hr-last > a{
    color: #000000;
    text-decoration: none;
}
.kids-links-hr-last > a:hover{
    color: #c62f2f;
}
/* Landing Page Mil, Com, Workers */
.landing-links-hr{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1rem;
    font-size: 1.1rem;  
    background-image: url(/wp-content/themes/denix-one-child-uxo/assets/images/arrow_resource_link.png);
    background-repeat: no-repeat;
    background-position: 100% 20%;
}
.landing-links-hr > a{
    color: #000000;
    text-decoration: none;
}
.landing-links-hr > a:hover{
    color: #c62f2f;
}

.landing-links-hr-last{
    padding-bottom: 1rem;
    font-size: 1.1rem;
    background-image: url(/wp-content/themes/denix-one-child-uxo/assets/images/arrow_resource_link.png);
    background-repeat: no-repeat;
    background-position: 100% 20%;
}
.landing-links-hr-last > a{
    color: #000000;
    text-decoration: none;
}
.landing-links-hr-last > a:hover{
    color: #c62f2f;
}
.landing-incident-header{
    margin: 0;
}
.landing-incident-article{
    margin: 0;
}
.landing-incident-hr{
    border-bottom: 2px dashed #ccc;
}
/* Landing Page Military */
.military-hr{
    border-top: 5px solid #16a140;
    padding: 1rem 0rem;
    border-bottom: 2px solid #ccc;
}
/* Landing Page Communities */
.communites-hr{
    border-top: 5px solid #f0cc00;
    padding: 1rem 0rem;
    border-bottom: 2px solid #ccc;
}
/* Landing Page Workers */
.workers-hr{
    border-top: 5px solid #c62f2f;
    padding: 1rem 0rem;
    border-bottom: 2px solid #ccc;
}