/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	position: relative;
	padding: 0 11px;
	background:rgb(255 255 255 / 0%);
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}


.sf-menu ul {
	position: absolute;
	display: none;
	top: 95%;
	left: 0;
	right:0;
	z-index: 99;
}

.sf-menu > li {
	float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a, .sf-menu span.separator {
	display: block;
	position: relative;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	font-family: 'poppinsmedium';
	border: none;
	padding: 5px 10px;
}

.sf-menu li>a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 95%);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 1em;
}

footer.footer .sf-menu, footer.footer .sf-menu li {
	float: none;
	padding: 0;
	display: table;
	margin: 0 0 30px;
}

.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 11em; /* allow long menu items to determine submenu width */
	background: rgb(0 0 0 / 54%);		
}

.sf-menu a {	
	 text-decoration: none;
	 zoom: 1; /* IE7 */
}

.sf-menu > li.item-104 {
    margin-right: 441px;
}
.is-sticky .topheader .sf-menu > li.item-104 {
    margin-right: 0;
}
.sf-menu a:hover, 
.sf-menu li.sfHover > a, 
.sf-menu li.selected > a, 
.sf-menu li.active > a, 
.sf-menu li.current.active > a, 
.sf-menu li.current > a, 
.sf-menu span:hover, 
.sf-menu li.sfHover > span, 
.sf-menu li.selected > span, 
.sf-menu li.active > span, 
.sf-menu li.current.active > span, 
.sf-menu li.current > span {
    color: #d00024;
}

.sf-menu li>a:hover:before, .sf-menu li.active>a:before,
.sf-menu li>a:hover:before, .sf-menu li.current>a:before,
.sf-menu li>a:hover:before, .sf-menu li.current.active>a:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.sf-menu li.current.active:before> a{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

ul.nav.menu.sf-menu.menu2.mod-list {margin-bottom: 0;padding: 0;float: right;}

.sf-menu span.separator{cursor:pointer}


.sf-menu ul li a, .sf-menu ul li span.separator{
	color:#fff;
	padding: 3px 7px;
	font-size: 16px;
}
.sf-menu ul li, ul.nav.menu.sf-menu.menu2.mod-list ul li {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    padding: 0.45em 0.25em;
}


.sf-menu li:hover,
.sf-menu li.sfHover {

	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	
	
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 35%;
	margin-top: 0px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	right: -20px;
	left: unset;
	margin: auto;
	border: 6px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgb(255 255 255);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li > .sf-with-ul:active:after,

.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #fff; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: 5px;
	margin-right: 3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows  li.active > .sf-with-ul:after,
.sf-arrows  li.current > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #ffffff00;
	border-top-color: #d00024; /* IE8 fallback colour */

}



.sf-arrows .sf-with-ul:after {
/* border-top-color: rgb(142 0 26) !important; */

}




@media screen and (max-width: 1800px){
.sf-menu a {
    font-size: 19px;
}

}

@media screen and (max-width: 1470px){
.sf-menu a {
    font-size: 18px;
}
	
.sf-menu > li.item-104 {
    margin-right: 390px;
}	
.sf-menu li {
    position: relative;
    padding: 0 15px;
}	
	

	
}

@media screen and (max-width: 1426px){
.sf-menu a {
    font-size: 17px;
}	
.sf-menu li {
    position: relative;
    padding: 0 2px;
}
.is-sticky .topheader  .sf-menu a { font-size: 15px;}
	
.is-sticky .topheader .sf-menu > li{  padding: 0 15px;}	
}

@media screen and (max-width:1300px){
.sf-menu a {
    font-size: 16px;
}	
.sf-menu li {
    position: relative;
    padding: 0 5px;
}	
}

@media screen and (max-width: 1240px){
	.sf-menu a {
    font-size: 15px;
}

	
}