@font-face {
    font-family: 'Calibre-Regular';
    src: url('/includes/fonts/Calibre-Regular.otf') format('otf');
    src: url('/includes/fonts/calibre-regular.eot') format('eot');
    src: url('/includes/fonts/calibre-regular.woff') format('woff');+16478961218
    font-weight: normal;
    font-style: normal;

}

/* -------------------- Navigation -------------------- */
@media only screen and (min-width: 64.063em) { 
	.off-canvas-wrap {
			overflow: visible !important;
	}
}

.eqwip-nav {
	background: #fff;	
	padding: 1rem 0;
	border-top: solid 12px #C1D32B; 
	border-bottom: solid 1px #ddd;
}

.contain-to-grid, .contain-to-grid .top-bar {
	background: #fff;
}	

.top-bar, .top-bar .name {
	height: 28px;
}

.eqwip-nav h1 a {
	background: url("/images/tiged/class/eqwip/eqwip-logo.png") center center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.eqwip-nav .button-group {
	float: right;	
}

.haf-header__menu-link {
	font-family: 'Calibre-Regular', Arial, sans-serif;
	font-size: 1.16em;
	color: #333;
}

.eqwip-nav .contain-to-grid .button-group .button {
	font-family: 'Calibre-Regular', Arial, sans-serif;
	font-size: 15px;
	background: transparent;
	color: #231f20;
	padding-top: 0;
	padding-bottom: 0;
} 

.eqwip-nav .inline-list {
	margin-top: 3px !important;
}

.eqwip-nav .dropdown {
    display: none !important;
    position: absolute !important;
    background-color: #f9f9f9;
    min-width: 160px;
    border: solid 1px #ddd;
    z-index: 1;
    margin-left: 0 !important;
}

.eqwip-nav .dropdown li a {
    text-decoration: none;
    display: block;
    line-height: 1.6;
}

.eqwip-nav .has-dropdown a {
	font-family: 'Calibre-Regular', Arial, sans-serif;
	font-size: 1.16em;
	color: #333 !important;
	margin-right: 15px;
}

.eqwip-nav .has-dropdown .link-name:after {
    content: '';
    display: inline-block;
    border: inset 5px;
    border-color: #0076be transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 10px;
    margin-left: 5px;
}

.eqwip-nav .has-dropdown:hover .dropdown {
    display: block !important;
    padding: 10px 15px;
}

.eqwip-nav .top-bar-section li {
	background: #fff !important;
}

.eqwip-nav .top-bar-section li a, .eqwip-nav .top-bar-section li a:hover, .eqwip-nav .top-bar-section li a:focus {
	background: #fff !important;
	color: #333 !important;
    line-height: 25px !important;
}

.register-bar {
	background: #f7f7f7;
	padding: 8px 0 6px 0;
	border-bottom: 1px solid #e1e1e1;
}

.register-bar .inline-list {
	float: right;
	margin-bottom: 0px;
}

.register-bar .inline-list li {
	margin-left: 1rem;	
}

.register-bar .inline-list a {
	font-family: 'Calibre-Regular', Arial, sans-serif;
	color: #6d6d6d;
	line-height: 1.64rem;
} 

@media only screen and (min-width: 40.063em) {
	.eqwip-nav h1 a {
	width: 225px !important;
	height: 28px;
	float: left;
	}
}

/* --------- Footer --------- */
.footer-top {
	padding: 45px 0px 25px 0px;
	background-color: #636466;
}

.footer-top ul li {
	font-family: 'Calibre-Regular', Arial, sans-serif;
	font-size: 15px;
	color: #ddd;	
}

.footer-top .button-group .button {
	font-family: 'Calibre-Regular', Arial, sans-serif;
	font-size: 15px;
	background: transparent;
	color: #ddd;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
} 

.footer-bottom {
	 padding: 7px;
	 background-color: #4c4c4e;
}

.footer-bottom .languages {
	text-align: center;
} 

.footer-bottom .languages a {
	font-family: 'Calibre-Regular', Arial, sans-serif;
	font-size: 15px;
	color: #ddd;
	margin-right: 20px;
	padding: 5px 0;
} 

.footer-top .button-group .button:hover, .languages a:hover {
	color: #fff;
} 

/* --------- For Small Screen --------- */
.eqwip-nav .left-small {
	border-right: none !important;
}

@media only screen and (max-width: 64em) {
	.eqwip-nav .menu-icon span::after { 
		    box-shadow: 0 0px 0 1px #c0d251,0 7px 0 1px #c0d251,0 14px 0 1px #c0d251;
	}
	
	.eqwip-nav {
		padding: 10px 0;
		border-bottom: solid 1px #ddd;
	}

	.eqwip-nav h1 a {
		background: url("/images/tiged/class/eqwip/eqwip-logo-mobile.png") center center no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		display: block;
		background-position-y: 3px;
		width: 184px !important;
		height: 26px;
		float: left;
		margin-top: 8px;
	}
}
