/*!
Theme Name: idm
Theme URI: http://underscores.me/
Author: Greg Neils
Author URI: http://gregneils.com
Description: Big, Bold, Easy to Read
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: big-and-bold
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

idm is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	line-height: 1.5;
}

i.link-color {
	color: #fd3c3d;
	font-size: 1.15rem;
	margin-right: .3em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 18.75px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	border: 1px solid #d5d5d5;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 18.75px;
	padding: 0 3px 2px;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #181a1f;
	/* Fallback for when there is no custom background color defined. */
}

h1 {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
}

h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}

h3 {
	font-size: 26px;
	font-weight: 700;
}

h4 {
	font-size: 26px;
	font-weight: 700;
}

h5 {
	font-size: 20px;
	font-weight: 700;
}

h6 {
	font-size: 14px;
}

/*h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
    content: '';
    display: block;
    width: 135px;
    height: 6px;
    margin: 0.4em auto 0;
    background-color: $color__link *.9;
}*/
hr {
	background-color: #31343b;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.entry-content table {
	margin: 0 0 1.5em;
	max-width: 100%;
	border: 1px solid #31343b;
}

.entry-content table th,
.entry-content table td {
	padding: 5px;
	vertical-align: top;
	border: 1px solid #31343b;
}

.entry-content table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #31343b;
}

.entry-content table tbody + tbody {
	border-top: 1px solid #31343b;
}

.flex-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row;
	        flex-flow: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #fd3c3d;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 15px;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #818181;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #fff;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #fd3c3d;
	text-decoration: none;
	transition: all .4s;
}

a:visited {
	color: #fd3c3d;
}

a:hover, a:focus, a:active {
	color: #fff;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

a.btn {
	padding: 13px 27px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .3s;
}

a.btn.btn-default {
	background-color: #fd3c3d;
	color: #fff;
}

a.btn.btn-default:hover, a.btn.btn-default:focus, a.btn.btn-default:active {
	color: #181a1f;
	background-color: #fff;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Old header/menu styles removed. New header styles are at the end of this file. */

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 17.5px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* Header styles are defined in the IDM Header Redesign block above. */

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 2em 0;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*# sourceMappingURL=../big-and-bold/sass/maps/style.css.map */

/* =====================================================
   IDM Modern Header Redesign
   Paste this at the VERY END of style.css
   ===================================================== */

/* Reset old header styles */
.idm-main-header,
.site-header.idm-main-header {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    position: relative !important;
    z-index: 9999 !important;
}

.idm-header-inner,
.idm-top-bar-inner {
    box-sizing: border-box !important;
}

.idm-top-bar {
    width: 100% !important;
    background: #101114 !important;
    color: #ffffff !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    line-height: 1 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.idm-top-bar-inner {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 10px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 26px !important;
}

.idm-top-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

.idm-top-link:visited {
    color: #ffffff !important;
}

.idm-top-link:hover {
    color: #fd3c3d !important;
}

.idm-top-icon {
    color: #fd3c3d !important;
    font-size: 15px !important;
    line-height: 1 !important;
}

.idm-header-inner {
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 18px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 40px !important;
}

.site-branding.idm-branding,
.idm-branding {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
}

.idm-logo-link,
.custom-logo-link {
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
}

.idm-branding .custom-logo,
.site-branding .custom-logo,
.home .custom-logo,
.page .custom-logo,
.custom-logo {
    width: auto !important;
    max-width: 165px !important;
    height: auto !important;
    max-height: 72px !important;
    object-fit: contain !important;
    display: block !important;
}

.idm-text-logo {
    display: inline-block !important;
    color: #111111 !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em !important;
    text-transform: uppercase !important;
}

/* Main navigation reset */
.main-navigation.idm-navigation,
.idm-navigation {
    clear: none !important;
    width: auto !important;
    max-width: none !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 1 1 auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.idm-navigation ul,
.main-navigation.idm-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.idm-navigation > ul,
.idm-navigation .idm-menu,
.main-navigation.idm-navigation > ul,
.main-navigation.idm-navigation .idm-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 4px !important;
}

.idm-navigation li,
.main-navigation.idm-navigation li {
    float: none !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
}

.idm-navigation li:after,
.main-navigation.idm-navigation li:after {
    content: none !important;
    display: none !important;
}

.idm-navigation a,
.main-navigation.idm-navigation a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 13px 13px !important;
    color: #111111 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    background: transparent !important;
    transition: all 0.22s ease !important;
}

.idm-navigation a:visited,
.main-navigation.idm-navigation a:visited {
    color: #111111 !important;
}

.idm-navigation a:hover,
.idm-navigation a:focus,
.idm-navigation a:active,
.idm-navigation .current-menu-item > a,
.idm-navigation .current_page_item > a,
.main-navigation.idm-navigation a:hover,
.main-navigation.idm-navigation a:focus,
.main-navigation.idm-navigation a:active,
.main-navigation.idm-navigation .current-menu-item > a,
.main-navigation.idm-navigation .current_page_item > a {
    color: #fd3c3d !important;
    border-bottom-color: #fd3c3d !important;
}

/* Dropdown */
.idm-navigation .sub-menu,
.main-navigation.idm-navigation .sub-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    min-width: 240px !important;
    background: #ffffff !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(10px) !important;
    transition: all 0.22s ease !important;
    z-index: 99999 !important;
}

.idm-navigation li:hover > .sub-menu,
.idm-navigation li.focus > .sub-menu,
.main-navigation.idm-navigation li:hover > .sub-menu,
.main-navigation.idm-navigation li.focus > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.idm-navigation .sub-menu li,
.main-navigation.idm-navigation .sub-menu li {
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.idm-navigation .sub-menu a,
.main-navigation.idm-navigation .sub-menu a {
    width: 100% !important;
    justify-content: flex-start !important;
    padding: 12px 18px !important;
    color: #111111 !important;
    background: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    border-bottom: none !important;
}

.idm-navigation .sub-menu a:hover,
.main-navigation.idm-navigation .sub-menu a:hover {
    color: #fd3c3d !important;
    background: #f5f5f5 !important;
}

/* Mobile button */
.idm-menu-toggle,
.menu-toggle.idm-menu-toggle {
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: #fd3c3d !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

.idm-menu-toggle:hover,
.menu-toggle.idm-menu-toggle:hover {
    background: #111111 !important;
    color: #ffffff !important;
}

.idm-menu-icon {
    font-size: 18px !important;
    line-height: 1 !important;
}

/* Mobile */
@media screen and (max-width: 980px) {
    .idm-top-bar-inner {
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 12px 22px !important;
        text-align: center !important;
        padding: 10px 18px !important;
    }

    .idm-header-inner {
        padding: 15px 18px !important;
        gap: 18px !important;
        flex-wrap: wrap !important;
    }

    .idm-branding .custom-logo,
    .site-branding .custom-logo,
    .home .custom-logo,
    .page .custom-logo,
    .custom-logo {
        max-width: 135px !important;
        max-height: 60px !important;
    }

    .main-navigation.idm-navigation,
    .idm-navigation {
        width: 100% !important;
        flex-basis: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .idm-menu-toggle,
    .menu-toggle.idm-menu-toggle {
        display: inline-flex !important;
        align-self: flex-end !important;
    }

    .idm-navigation > ul,
    .idm-navigation .idm-menu,
    .main-navigation.idm-navigation > ul,
    .main-navigation.idm-navigation .idm-menu {
        display: none !important;
        width: 100% !important;
        margin-top: 14px !important;
        background: #111111 !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 0 !important;
        padding: 8px 0 !important;
    }

    .idm-navigation.toggled > ul,
    .idm-navigation.toggled .idm-menu,
    .main-navigation.idm-navigation.toggled > ul,
    .main-navigation.idm-navigation.toggled .idm-menu {
        display: flex !important;
    }

    .idm-navigation li,
    .main-navigation.idm-navigation li {
        width: 100% !important;
    }

    .idm-navigation a,
    .main-navigation.idm-navigation a {
        width: 100% !important;
        justify-content: flex-start !important;
        color: #ffffff !important;
        padding: 15px 18px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    }

    .idm-navigation a:visited,
    .main-navigation.idm-navigation a:visited {
        color: #ffffff !important;
    }

    .idm-navigation a:hover,
    .idm-navigation a:focus,
    .idm-navigation .current-menu-item > a,
    .idm-navigation .current_page_item > a,
    .main-navigation.idm-navigation a:hover,
    .main-navigation.idm-navigation a:focus,
    .main-navigation.idm-navigation .current-menu-item > a,
    .main-navigation.idm-navigation .current_page_item > a {
        color: #ffffff !important;
        background: #fd3c3d !important;
        border-bottom-color: rgba(255, 255, 255, 0.08) !important;
    }

    .idm-navigation .sub-menu,
    .main-navigation.idm-navigation .sub-menu {
        position: static !important;
        min-width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        border: none !important;
        background: #1b1b1b !important;
        padding: 0 !important;
        display: block !important;
    }

    .idm-navigation .sub-menu a,
    .main-navigation.idm-navigation .sub-menu a {
        background: #1b1b1b !important;
        color: #ffffff !important;
        padding-left: 34px !important;
        white-space: normal !important;
    }
}

@media screen and (max-width: 560px) {
    .idm-top-bar {
        font-size: 13px !important;
    }

    .idm-top-bar-inner {
        flex-direction: column !important;
        gap: 7px !important;
    }

    .idm-header-inner {
        justify-content: center !important;
        text-align: center !important;
    }

    .site-branding.idm-branding,
    .idm-branding {
        width: 100% !important;
        justify-content: center !important;
    }

    .idm-menu-toggle,
    .menu-toggle.idm-menu-toggle {
        width: 100% !important;
    }
}
