header h1.logo img {
    
    margin-bottom: 45px;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
  margin-bottom: 30px;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.breadcrumbs{
display: none !important;
}
/*2024 CSS*/
:root{
    --color_green:#2f9941;
    --color_purple: #491530;
    --color_dark_blue: #14315a;
    --color_skyblue: #0087cd;
    --color_blue:#0076c4; 
}
.title{
    text-transform: uppercase! important;
    font-weight: 600!important;
    padding-bottom: 0.12em;
    color: #3b3b3b!important;
    text-shadow: 3px 3px 1px #00000044;
    background: #FFC907;
    padding: 0 1em;
    box-shadow: 10px 9px #0089cf;
	   width: fit-content!important; 
}

#dnn_LOGO1_imgLogo {
    width: 180px !important;
    margin-top: -0.5em;
    margin-right: -0.5em;
}

@media (max-width: 768px) {

#dnn_LOGO1_imgLogo {
        width: 80px !important;
        transform: translateY(5px);
    }

}

/* 2024*/
.header-2 {
    top: 0px !important;
}
img#dnn_LOGO1_imgLogo {
    display: none !important;
}
.searchSocial1{
    display: none !important;
}








