@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.c-main-nav__list a {
	color:#fff;
}

.c-main-nav__list a:hover {
	color:#004b85;
}
img.nav-icon {
    height: 15px;
    width: 16px;
}
.c-main-nav__list a:hover img.nav-icon {
    filter: brightness(0) saturate(100%) invert(22%) sepia(91%) saturate(2630%) hue-rotate(341deg) brightness(91%) contrast(97%);
}
/* a.js-menufull-trigger.c-main-nav__item-link:after {
    content: "⌄";
    display: inline-block;
    line-height: 10px;
    vertical-align: top;
    margin-left: 0.3em;
} */
.js-menufull-submenu a, .current-menu-item a {
	color:#004b85;
}

.js-menufull-submenu {
	padding: 50px 20px 20px;
    width: 8em;
    z-index: -1;
    min-width: 200px !important;
}

.js-menufull-submenu li a {
    font-family: 'PT Sans';
	padding:7px 5px;
}

[aria-selected="true"] > .c-moving-supplies-tabs__top-tab-button--red, .c-moving-supplies-tabs__top-tab-button--red {
  background-color: #004b85;
}

.c-moving-supplies-tabs__bottom {
  background-color: #fff;
}

.c-header {
	background-color:#021f42;
}
.c-main-nav__item {
    font-family: 'Inter';
	font-size: 16px;
    font-weight: 600 !important;
	margin-right: 4rem;
}
.c-main-nav__list a:hover,
.current-menu-item a {
    color: #e62635;
}
footer.c-footer {
	padding: 50px 0px 25px;
	background-color:#021f42;
}
footer {
    font-family: 'Inter';
}
.w-small-font {
    font-family: 'Inter';
	font-size: 16px;
	line-height: 24px;
}
.w-xs-font {
    font-family: 'Inter';
	font-size: 14px;
	line-height: 21px;
}
footer .c-footer__wrapper {
	text-align: left;
}
footer a {
	text-decoration: underline;
}
footer a:hover {
	text-decoration: none;
	color: #e62635;
}
footer .footer-header {
	font-weight: 500 !important;
}
.w-footer hr {
	width: 17px;
	margin-bottom: 12px;
}
.w-m12 {
	margin-bottom: 12px;
}
.w-footer ul li a {
	text-decoration: none;
    font-family: 'Inter';
	font-size: 14px !important;
}
.w-footer ul {
	list-style: none;
	margin-left: 0px !important;
}
.w-footer ul li {
	padding-left: 0px !important;
	margin-bottom: 24px !important;
}
.w-footer .search-field {
    font-family: 'Inter';
    font-size: 14px !important;
    line-height: 24px !important;
	padding: 9px 19px;
	margin-top: 14px;
	margin-bottom: 14px;
	border-radius: 100px;
	border: 1px solid #fff;
	color: #fff !important;
	background-color: transparent !important;
    width: 100%;
}
.w-footer button.search-widget-btn {
    font-family: 'Inter';
    font-size: 18px !important;
    line-height: 24px !important;
	background-color: #e62635;
	color: #fff;
	border: none;
	border-radius: 100px !important;
	padding: 10px 29px !important;
	padding-top: 10px !important;
	padding-right: 29px !important;
	padding-bottom: 10px !important;
	padding-left: 29px !important;
}
.w-footer button.search-widget-btn:hover {
	background-color: #C60716 !important;
	cursor: pointer;
}
.w-social {
	padding-top: 35px;
    display: flex;
    gap: 10px;
}
.c-footer__bottom-content {
    margin-bottom: 0px !important;
}
header img.c-header__left-logo {
    height: 40px !important;
    width: auto !important;
}
header .c-header__left {
	display: flex;
	place-items: center;
}
header .right-aligned-menu-items {
	background-color: #fff;
	border-radius: 100px;
	padding: 5px;
	opacity: 1 !important;
}
header .search-field {
	background-color: #fff;
	color: rgba(0, 0, 0, 0.4) !important;
	flex-grow: 1;
	padding: 12px 19px;
	margin-right: 10px;
	border-radius: 100px;
	max-width: 100%;
	border: none;
    font-family: 'Inter';
	font-size: 14px;
}
header .search-field:focus {
	border-color: #e62635;
}
header .search-widget-btn {
	padding: 10px 30px;
	border-radius: 100px;
	background-color: #e62635;
	color: #fff;
    font-family: 'Inter';
	font-size: 18px;
	border: none;
}
header .search-widget-btn:hover {
	background-color: #C60716 !important;
	cursor: pointer;
}

@media (min-width: 1024px) {
  .c-header {
		position: fixed;
    width: 100%;
		left: 50%;
    transform: translateX(-50%);
    padding: 24px 40px;
		max-width: 1600px;
		background-color: transparent;
		margin: 0 auto;
  }
	.c-header .o-wrapper--big {
		width: 100%;
		max-width: 100%;
		padding: 10px 45px;
		background-color:#021f42;
		border-radius: 6.25rem;
	}
	main {
		padding-top: 200px;
	}
	footer .o-wrapper {
		padding-left: 40px;
		padding-right: 40px;
		max-width: 1600px;
		margin: 0 auto;
	} 
	footer .c-footer__wrapper {
			width: 100%;
			max-width: none;
	}
	.c-footer__copyright,
	.w-flex {
		display: flex;
	}
	.w-col-6 {
		width: 50%;
/* 		padding-left: 1%; */
		padding-right: 1%;
	}
	.w-col-3 {
		width: 25%;
		padding-left: 1%;
		padding-right: 1%;
	}
	.w-right {
		margin-left: auto;
	}
	.w-padding-right-15 {
		padding-right: 12%;
	}
	.c-main-nav-mobile.js-menu-mobile-notify form.search-form {
		display: none;
	}
}
@media (min-width: 1024px) {
    .c-header__content {
        -webkit-box-pack: space-between !important;
        -ms-flex-pack: space-between !important;
        justify-content: space-between !important;
    }
}
@media (min-width: 1024px) {
    .c-header__content {
        -webkit-box-pack: space-between !important;
        -ms-flex-pack: space-between !important;
        justify-content: space-between !important;
    }
}
@media (max-width: 1400px) {
    .c-header__right {
        display: flex;
    }
    .c-main-nav {
        display: none;
    }
    .c-header__right-mobile-open,
    .c-main-nav-mobile {
        display: block !important;
    }
    .c-btn-menu {
        margin-left: 20px;
    }
    .c-btn-menu__shape {
        background: #fff !important;
    }
    .c-main-nav-mobile.is-mobile-menu-open {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .c-main-nav-mobile {
        width: 100% !important;
    }
    ul.c-main-nav-mobile__list {
        display: flex;
        justify-content: center;
    }
    .c-main-nav-mobile__item {
        padding-right: 10px;
    }
    .c-main-nav-mobile__item-button:after {
        opacity: 0;
    }
    .w-col-6 {
		margin-bottom: 50px;
	}
    .w-footer.w-flex {
        display: flex;
        flex-wrap: wrap;
    }
    .w-col-3 {
		width: 50%;
	}
    footer .c-footer__copyright .w-left {
        margin-bottom: 17px;
    }
    footer .search-widget-btn {
        width: 100%;
    }
    .o-wrapper {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
}
@media only screen and (max-width: 1000px) {
    .w-col-6 {
		margin-bottom: 50px;
	}
    .w-col-3 {
		width: 100%;
	}
    ul.c-main-nav-mobile__list {
        display: grid;
        justify-content: left;
		margin: 15%;
    }
    .c-main-nav-mobile__inner {
		    width: 100%;
		position: relative;
		top: 0;
		left: 0;
		height: 100vh;
		margin: auto;
		padding: 30px 0;
		place-content: center;
    }
    .c-main-nav-mobile__item {
        margin-bottom: 25px;
    }
	.is-mobile-menu-open .c-main-nav-mobile__inner .o-wrapper {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
	header .header-search-bar {
		display: flex;
		background-color: rgba(0, 0, 0, .1);
        padding: 10px;
	}
	header .search-field,
	header .search-widget-btn {
		width: 100%;
		padding: 15px 19px;
	}
	.c-header form.search-form {
		display: flex;
		flex-direction: column;
		gap: .5rem;
		align-items: flex-start;
		width: 100%;
	}
	header img.c-header__left-logo {
		height: 40px !important;
	}
}
