

:root {
   --primary-action-color: #032d69;
   --mid-gradient-color: #032d69;
}

.frame_header .top_bar_logo.logo { max-height: 90px; max-width: 250px; }

.desktop .frame_header .theme_logo.logo { display: none; }

.unauthenticated img.title, .mobile .unauthenticated img.title { margin-right: 15px; margin-left 15px; margin-top:0px; margin-bottom: 0px } 

.login.page .logo {
    width: 120px;
}

.mobile .login.page.unauthenticated img.title {
margin: 0 0 15px;
}

.page.unauthenticated { background-image: linear-gradient(135deg, #032d69, rgba(0, 0, 0, .4) 70%); 
}

.mobile .page.unauthenticated { background-image: linear-gradient(135deg, #032d69, rgba(0,0,0,.4) 70%);}

.page.unauthenticated .copyright.centered, .page.unauthenticated .third_group { display:none;}

.mobile.dashboard .top_bar_logo { 
height: 40px;
}

.mobile.dashboard .dashboard_content.loaded {
gap: 15px;
}

.frontend .left_panel.list button:nth-of-type(2), 
.frontend .left_panel.list button:nth-of-type(5), 
.frontend .left_panel.list button:nth-of-type(6), 
.frontend .left_panel.list button:nth-of-type(7), 
.frontend .left_panel.list button:nth-of-type(8), 
.frontend .left_panel.list button:nth-of-type(9),
.mobile .front_end.left_panel.list button:nth-of-type(2), 
.mobile .front_end.left_panel.list button:nth-of-type(5), 
.mobile .front_end.left_panel.list button:nth-of-type(6), 
.mobile .front_end.left_panel.list button:nth-of-type(7), 
.mobile .front_end.left_panel.list button:nth-of-type(8), 
.mobile .front_end.left_panel.list button:nth-of-type(9) {
    display: none;
}

.dashboard_card {
   display:none;
}

span.copyright { display:none }

.copyright:after {'Texas Division of Emergency Management'}

.slides .slide_footer {display:none}

.slides .slide.s5, .slides .slide.s2 {display:none}

.slides .peerconnect_logo, .slides .frmh_logo {display:none}

.disclaimer {display:none}

.change_mode_options.menu button:nth-of-type(2) {display:none}
