
/*CSS_CareXM*/

/*Change the category home icon to an image*/
i.fas.fa-home::before {
    background-image: url(/-1572871597/Handler/CSSOverride/GetImage/39/carexm_appicon.png);
    background-position: center;
    background-size: cover;
    color: transparent;
}

.search-box form {
 justify-content: center;
}

.catfish-button, .search-box .searchbutton {
	background-color: #FD4A5C;
}

#btn-small-search.searchbutton.catfish-button {
	background-color: #FD4A5C;
}

.content-field-navbar .navbar-link:not(.is-arrowless)::after {
	border-color: #FD4A5C;
}

.navbar-link:not(.is-arrowless)::after {
	right: 1.3em;
}

.navbar-dropdown {
	border-top: 3px solid #FD4A5C;
}

/*Set footer background colour*/
footer.catfish-footer {
    background: #002E6D;
}

/*This is the space between top of Footer Copyright and Footer*/
.catfish-footer {
	padding-top: 0rem;
}

/*This is the space between top/bottom of Footer*/
.arone-footer {
	padding-top: 4rem;
	padding-bottom: 1rem;
}

/*This removes the title from the MY ACCOUNT Side Navigation*/
.block.block-account-navigation .title {
	display:none;
}

/*Categories text, making it not uppercase and increasing the font size*/
h6.navigationmenu--title {
    /*text-transform: none;
    font-size: 1.2rem;*/
	display: none;
}


@media screen and (max-width:1087px){
	.navbar-menu.is-active{
		height: 120rem;
		background-color: rgba(245,245,245,0.95);
	}
	.navbar-item.has-dropdown {
		padding: 0em 1.5em;
	}
	.navbar-item.has-dropdown.is-active .navbar-dropdown {
		padding-left: 1.5em;
	}
}

@media screen and (max-width:599px){
	img {
		max-width: 100%;
	}
	.navbar-item img {
		height: 3.3rem;
	}
	.login__wrapper {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.page-title h1{
		text-align: center
	}
}