.clear {
	clear: both;
}
/***** Start of primary nav ******/
#menu-button {
	display: none;
}
nav.mobile, .mobile-nav-cont-1 { display:none;}
nav.primary {
	padding: 0;
	display: block;
	margin: 0;
	width: 100%;
	position: relative;
}
nav.primary ul {
	margin: 0;
	padding: 0;
}
nav.primary > ul {
	display: flex;
    justify-content: space-between;   
}
nav.primary ul li {
	display: inline-block;
	margin: 0;
	list-style-type: none;
    transition: .2s ease-in;
}
nav.primary ul li a {
	color: #fff !important;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 15px 9px;
    font-size: 15px;
	display: block;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	font-weight: 500;
}
nav.primary ul li:hover a {
	color:#fff!important;
    background:#b01b2e;
}
nav.primary ul li a:hover {
	color:#fff!important;
    background:#b01b2e;
}
nav.primary ul li a .fa-angle-down {
    display: none;
}
nav.primary ul li.nav-icon a {
    background:rgba(0,0,0,0)!important;
}
nav.primary ul li.nav-icon a:hover {
    color:#b01b2e!important;
}
/* Appearance of the sub-level links */
nav.primary ul li li a {
	text-align: left;
	border-right: none;
	border-left: none;
	text-transform: uppercase;
    background:#b01b2e;

}
/* Appearance of the sub-level links on hover */
nav.primary ul li li a:hover {
	color:#3d3d3b!important;
    background:#e2e2e2;
}
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
	display: none;
	position: absolute;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
nav.primary ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
nav.primary ul li:hover>ul {
	display: block!important;
	line-height: 18px;
	z-index: 100;
}
nav.primary ul ul li {
	float: none;
	min-width: 200px;
	position: relative;
	margin: 0;
	display: block;
}
/******** Nav Resets ***************/


/******** End of primary Nav ***************/

@media screen and (max-width: 1460px) {
	nav.primary ul li a {
		font-size: 1.0vw;
        padding: 15px 0.7vw;
	}
    
}
@media screen and (max-width: 1010px) {
	
      .head-nav {
        padding:0;
      }
    
    /*==============================
		Mobile Nav Styles			
	================================*/
	nav.primary {
		display: none;
	}
    .mobile-nav-cont-1 { display:block;}
	#menu-button {
		display: flex;
        justify-content: space-between;
        align-items: center;
		position: relative;
		z-index: 1000;
        padding:10px;
        box-sizing: border-box;
	}

	.menu-toggle {
        display: flex;
        gap:13px;
        align-items: center;
    }
     .menu-hamburger {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width:30px;
        height: 24px;
        position: relative;
    }
    .menu-hamburger-bar-1 {
       display: block;
       background:#fff;
        height: 4px;
        border-radius: 2px;
        width:100%;
        transition: .2s ease-in;
    }
    .menu-hamburger-bar-2 {
       display: block;
       background:#fff;
        height: 4px;
        border-radius: 2px;
        width:100%;
        transition: .1s ease-in;
    }
    .menu-hamburger-bar-3 {
       display: block;
       background:#fff;
        height: 4px;
        border-radius: 2px;
        width:100%;
        transition: .2s ease-in;
    }

    .clickopen .menu-hamburger-bar-2 {
        display: none;
    }
    .clickopen .menu-hamburger-bar-1 {
        position: absolute;
        top:8px;
        transform: rotate(45deg);
        width:25px;
    }
    .clickopen .menu-hamburger-bar-3 {
        position: absolute;
        top:8px;
        transform: rotate(-45deg);
        width:25px;
    }
    
    
    #menu-button form {
        display: flex;
        margin:0;
        box-sizing: border-box;
        background: #fff;
        width:calc(100% - 70px);
        padding:2px 5px;
    }
    #menu-button form input {
        border:0px;
        outline: none;
        width:100%;
        font-family: 'Saira', sans-serif;
        font-size: 15px;
        box-sizing: border-box;
    }
    #menu-button form button {
        background:none;
        color:#295a90;
        border:0px;
        outline: none;
        padding:0px;
        transition: .2s ease-in;
    }
    #menu-button form button:hover {
        color:#000;
    }
    

	nav.mobile {
        border-top:1px solid #fff;
		display:none;
		position: absolute;
		left: 0px;
        top:100%;
		width: 100%;
		height: auto;
		background:#e6e6e6;
		z-index: 500; 
		overflow:auto;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 11px 2px;
	}
	
	
	nav.mobile .menu-toggle:hover {
		/* Menu close button on hoveer */
		color: #fff;
	}
	/* MENU LIST STYLE */
	nav.mobile ul {
		list-style: none;
		font-weight: 300;
		margin: 0;
		padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
	}
	nav.mobile ul li {
		position: relative;
        width:100%;
	}
    nav.mobile ul li.nav-icon {
		width:auto;
	}
	/* FIRST LEVEL */
	nav.mobile ul li a {
        font-family: 'Montserrat', sans-serif;
		position: relative;
		display: block;
		font-size: 18px;
        font-weight: 500;
		padding: 10px;
		color: #3d3d3b;
		text-decoration: none;
        text-align: center;
	}
	nav.mobile ul li a:hover {
        color:#b01b2e;
	}
    nav.mobile ul li a .fa-angle-down {
        padding-left:5px;
    }
	/* SECOND LEVEL */

	nav.mobile ul li li a {
		background: rgba(255,255,255,0.4);
		position: relative;
		display: block;
		padding: 10px 10px 10px 15px;
		text-decoration: none;
	}
	nav.mobile ul li li a:hover {
		
	}
	/* THIRD LEVEL */
	nav.mobile ul li li li:last-child {
		border: none;
	}
	nav.mobile ul li li li a {
		background: #555;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		text-decoration: none;
	}
	nav.mobile ul li li li a:hover {
	}
	/* FOURTH LEVEL */
	nav.mobile ul li li li li:last-child {
		border: none;
	}
	nav.mobile ul li li li li a {
		background: #777;
		position: relative;
		display: block;
		padding: 10px 10px 10px 25px;
		text-decoration: none;
	}
	nav.mobile ul li li li li a:hover {
		background: rgba(85, 85, 85, 0.5);
	}

	
}