/* Reskin Code */
@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap');
h1, h2, h3, h4, h5, h6 {
	font-family: "Host Grotesk", sans-serif !important;
	letter-spacing: -0.2px !important;
}

body, button, input, select, textarea {
	font-family: "Host Grotesk", sans-serif !important;
	letter-spacing: -0.4px !important;
}

section#kw-hero-section, main#main .page-header-block, #content .page-header-block{
    background-image: none !important;
    background-color: #050821 !important;
    margin-top:0px;
}

main#main .grid-container .filter-form{
       background:#0D0F31;
}

main#main .in-page-menu{
       background:#4D60FB !important;
}


/* Filter Form Fields */
form.filter-form select {
    background: transparent;
    border: 1px solid #DDD6FB66;
    border-radius: 14px;
    color: #ffffff !important;
    padding: 0 48px 0 18px;
    box-shadow:inset 0 0 12px #425cc76b,  0 12px 28px #0b123d00;
    transition: all 0.25s ease;
}
/* Select Field */
form.filter-form select {
    cursor: pointer;
   background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),
linear-gradient(180deg, rgb(10 19 79 / 0%) 0%, rgb(13 15 49 / 0%) 100%) !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: right 18px center, center !important; 
}
/* Hover */
form.filter-form select:hover {
    border-color: #5779bcc7;
    box-shadow: inset 0 0 28px rgba(128, 148, 255, 0.22),  0 0 18px rgba(253, 202, 19, 0.16), 0 16px 34px rgba(0, 0, 0, 0.30);
}
form.filter-form select option {
    background: rgba(13, 15, 49, 0.9);
    border: 1px solid rgba(120, 140, 255, 0.35);
    border-radius: 18px !important;
    box-shadow: inset 0 0 30px rgba(120, 140, 255, 0.18), 0 20px 60px rgba(0, 0, 0, 0.35);
    color: #ffffff;
}
form.filter-form input.submit{
    min-width: 120px;
    padding: 13px 15px;
    background: linear-gradient(180deg, rgba(93, 113, 255, 0.98) 0%, rgba(72, 90, 220, 0.98) 100%);
    border: 1px solid rgba(142, 156, 255, 0.5);
    border-radius: 15px;
    box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.12), 0 12px 34px rgba(72, 96, 207, 0.38);
    cursor:pointer;
}
form.filter-form a.button-clear-filters{
    background: linear-gradient(180deg, rgb(93 113 255 / 0%) 0%, rgb(72 90 220 / 0%) 100%);
    border: 1px solid rgba(142, 156, 255, 0.5);
    border-radius: 15px;
    box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.12), 0 12px 34px rgba(72, 96, 207, 0.38);
    cursor:pointer !important;
    padding:0px !important;
    padding:12px 25px !important;
}
form.filter-form input#keyword {
    width: 100%;
    height: 40px;
    background: transparent;
    border: 1px solid #DDD6FB66;
    border-radius: 12px;
    padding: 0px 0px 0px 20px;
    color: #a7a9bf;
    font-size: 0.9rem;
    outline: none;
}
form.filter-form input#keyword::placeholder {
    color: #9298c8 !important;
    opacity: 1;
}

.archive-media-coverage-temp, .archive-press-release-temp{
    padding-top: 0rem !important;
}