@import url('../fonts/template-fonts.css');

* {
	box-sizing: border-box;
}
body {
	font-family: "t-Proxima Nova Condensed Regular", sans-serif;	
	color: #3e3e3f;
}

#template-header a,
#template-footer a {
    color: #09756c;
    text-decoration: none;
    background-color: transparent;
	cursor: pointer;
}
#template-header img {
    vertical-align: middle;
}
#template-header {
	font-family: "t-Proxima Nova Condensed Light", sans-serif;
}
#template-header .container {
	margin: auto;
	padding: 0 31px;
}
#template-header .header-top {
	padding: 8px 0;
    background-color: #f4f4f0;
}
#template-header .header-top .container {
	display: flex;
    justify-content: flex-end;
	align-items: center;
}
#template-header .header-top .logo {
	display: inline-block;
	vertical-align: middle;
}
#template-header .header-top .logo img {
	max-height: 30px;
}
#template-header .header-top .account-login {
	margin-left: 16px;
	font-size: 17px;
	font-weight: 300;
    text-decoration: underline;
	vertical-align: middle;
}
#template-header .header-top .account-login:hover {
    text-decoration: none;
}
#template-header .header-top .search {
	padding: 0 8px 0 16px;
	line-height: 38px;
    font-family: "t-Font Awesome 5 Free";
    font-weight: 900;
}
#template-header .header-top .search:before {
    content: "\F002";
}
#template-header .header-main {
	padding: 28px 0 24px;
	background: #ffffff;
}
#template-header .header-main .container {
	display: flex;
    justify-content: space-between;
	align-items: center;
}
#template-header .header-main .logo {
	display: inline-block;
	margin-right: 16px;
    padding: 5px 0;
}
#template-header .header-main .logo img {
    max-height: 60px;
}
#template-header .header-main .header-call {
	font-size: 1.07rem;
}
#template-header .header-main .header-call a {
	display: inline-block;
	height: calc(100%-1px);
	margin: 0 16px;
	border: 1px solid #3e3e3f;
    padding: 0.85rem 0.75rem;
    font-family: "t-Roboto", sans-serif;
	color: #3e3e3f;
    font-weight: 300;
    text-decoration: underline;
	vertical-align: middle;
	transition: 0.15s color, 0.15s background;
}
#template-header .header-main .header-call a:focus {
	box-shadow:rgba(62, 62, 63, 0.45) 0px 0px 0px 2.87959px;
}
#template-header .header-main .header-call .icon-phone {
	display: inline-block;
	margin-right: 8px;
    font-family: "t-Font Awesome 5 Free";
    font-weight: 900;
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
}
#template-header .header-main .header-call .icon-phone:before {
    content: "\F879";
}
#template-header .header-main .header-call:hover a {
    background-color: #3e3e3f;
    color: #fff;
    text-decoration: none;
}
#template-header .header-menu {
	background-color: #383838;
}

#template-header .header-menu .container {
	padding: 0 15px;
}
#template-header .header-menu .header-main-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: flex-start;
	align-items: center;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
#template-header .header-menu .header-main-menu .submenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
    background-color: #09756c;
	overflow: hidden;
	z-index: 999;
}
#template-header .header-menu .header-main-menu .submenu ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
#template-header .header-menu .header-main-menu > li {
	display: flex;
    justify-content: center;
	align-items: stretch;
}
#template-header .header-menu .header-main-menu > li > a {
	display: inline-block;
	padding: 12px 16px;
	background-color: #383838;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
    font-size: 1.1875rem;
	color: #ffffff;
}
#template-header .header-menu .header-main-menu > li.menu-item-call {
	display: none;
}
#template-header .header-menu .header-main-menu > li.has-submenu > a {
	padding-right: 24px;
}
#template-header .header-menu .header-main-menu > li.has-submenu > .toggle-submenu {
	display: flex;
    justify-content: center;
	align-items: center;
	position: relative;
	right: 1.15rem;
    font-family: "t-Font Awesome 5 Free";
    font-size: 1.1875rem;
	font-weight: 900;
	color: #ffffff;
}
#template-header .header-menu .header-main-menu > li.has-submenu > .icon-angle-down:before {
	content: "\F107";
}
#template-header .header-menu .header-main-menu > li.has-submenu > .icon-angle-up:before {
	content: "\F106";
}
#template-header .header-menu .header-main-menu > li.has-submenu > .submenu > ul {
	padding: 0 16px;
	border-radius: 4px;
}
#template-header .header-menu .header-main-menu > li.has-submenu > .submenu > ul > li{
}
#template-header .header-menu .header-main-menu > li.has-submenu > .submenu > ul > li > a{
	display: inline-block;
	padding: 20px 12px;
    background-color: #09756c;
    font-size: 1.1875rem;
	color: #ffffff;
}
#template-header .header-menu .header-main-menu > li > a:hover {
	border-bottom-color: #ffffff;
}
#template-header .header-main .header-mobile-menu {
    padding: 0.15rem 0.5rem;
    border: 1px solid #09756c;
	border-radius: 4px;
	font-family: "t-Proxima Nova Condensed Regular", sans-serif;	
    font-size: 1rem;
    color: #09756c;
    line-height: 2rem;
	cursor: pointer;
}
#template-header .header-main .header-mobile-menu.menu-expanded {
    background-color: #3e3e3f;
    border-color: #3e3e3f;
    color: #ffffff;
}

#template-main {}

#template-footer {
    background-color: #f4f4f0;
}
#template-footer .container {
	margin: auto;
	padding: 0 15px;
}
#template-footer .footer-main {
	padding: 40px 0 32px;
}
#template-footer .footer-main .container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 0;
}
#template-footer .footer-menu {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	flex-wrap: wrap;
    justify-content: flex-start;
	align-items: flex-start;
	margin: 0;
	padding: 0 15px;
	list-style: none;
}
#template-footer .footer-menu > li {
	display: block;
	margin-bottom: 4px;
}
#template-footer .footer-menu > li > a {
	display: inline-block;
	padding: 8px 0;
    font-size: 1rem;
	color: #3e3e3f;
}
#template-footer .footer-menu > li:first-child > a {
    font-size: 1.15rem;
}
#template-footer .footer-menu > li > a:hover {
	color: #181818;
	text-decoration: underline;
}
#template-footer .footer-bottom-copyright {
	display: flex;
	padding-top: 16px;
	padding-bottom: 16px;
}
#template-footer .footer-links {
	display: flex;
	flex-direction: row;
    justify-content: flex-start;
	align-items: flex-start;
	width: auto;
	margin: 0 0 0 0.35rem;
	padding: 0;
	list-style: none;
}
#template-footer .footer-links > li {
	position: relative;
    margin-bottom: 0.25rem;
}	
#template-footer .footer-links > li > a {
	display: inline-block;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    font-size: 1rem;
	color: #3e3e3f;
	text-decoration: underline;
}	
#template-footer .footer-links > li:before {
    content: "";
	display: block;
	width: 1px;
	position: absolute;
    left: 0;
    top: 0.25rem;
    bottom: 0.15rem;
    border-left: 1px solid black;
}
#template-footer .footer-links > li > a:hover {
    color: #181818 !important;
}	
	
#template-footer .OHS-safety-logo {
	padding: 24px 0 48px;
}


@media (min-width: 1200px) {
	#template-header .container {
		max-width: 1140px;
	}
	#template-header .header-main .header-mobile-menu {
		display: none;
	}
	#template-footer .container {
		max-width: 1140px;
	}
	#template-footer .footer-copyright > .footer-copyright {
		display: inline-block;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#template-header .container {
		max-width: 960px;
	}
	#template-header .header-main .header-mobile-menu {
		display: none;
	}
	#template-footer .container {
		max-width: 960px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#template-header .container {
		max-width: 720px;
	}
	#template-header .header-main .header-mobile-menu {
		display: none;
	}
	#template-footer .container {
		max-width: 720px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	#template-header .container {
		max-width: 540px;
		padding: 0 15px;
	}
	#template-header .header-main {
		padding-top: 24px;
	}
	#template-header .header-menu {
		background-color: transparent;
	}
	#template-header .header-menu .container {
		display: none;
	}
	#template-header .header-main .header-call {
		display: none;
	}
	#template-header .header-menu .header-main-menu {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		background-color: #383838;
		border-radius: 4px;
	}
	#template-header .header-menu .header-main-menu > li {
		position: relative;
		display: block;
		flex-basis: 100%;
		margin-bottom: 1px;
	}
	#template-header .header-menu .header-main-menu > li a {
		display: block;
		width: 100%;
		padding: 8px 16px;
		border-radius: 4px;
		text-align: center;
	}
	#template-header .header-menu .header-main-menu > li.has-submenu > .toggle-submenu {
		position: absolute;
		right: 0.9rem;
		top: 1rem;
	}
	#template-header .header-menu .header-main-menu > li.menu-item-call {
		display: flex;
	}
	#template-header .header-menu .header-main-menu > li.has-submenu > .submenu {
		position: relative;
		top: 0;
		margin-top: 2px;
		background: transparent;
	}
	#template-header .header-menu .header-main-menu > li.has-submenu > .submenu > ul {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		padding: 0;
	}
	#template-header .header-menu .header-main-menu > li.has-submenu > .submenu > ul > li {
		margin-bottom: 1px;
	}
	#template-header .header-menu .header-main-menu > li.has-submenu > .submenu > ul > li > a {
		padding: 16px 12px;
	}
	#template-header .header-menu .header-main-menu .submenu {
		flex-direction: column;
		flex-wrap: nowrap;
		background: transparent;
	}
	#template-footer .container {
		max-width: 540px;
	}
	#template-footer .footer-menu {
		max-width: 90px;
	}
	#template-footer .footer-bottom-copyright {
		flex-direction: column;
	}
}
@media (max-width: 575px) {
	#template-header .container {
		max-width: 100%;
		margin: 0;
		padding: 0 15px;
	}
	#template-header .header-top .logo img {
 		max-height: 18px;
	}
	#template-header .header-main .logo img {
		max-height: 50px;
	}
	#template-header .header-main {
		padding-top: 24px;
	}
	#template-header .header-menu {
		background-color: transparent;
	}
	#template-header .header-menu .container {
		display: none;
	}
	#template-header .header-main .header-call {
		display: none;
	}
	#template-header .header-menu .header-main-menu {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		background-color: transparent;
		overflow: hidden;
	}
	#template-header .header-menu .header-main-menu > li {
		position: relative;
		display: block;
		flex-basis: 100%;
		margin-bottom: 1px;
	}
	#template-header .header-menu .header-main-menu > li a {
		display: block;
		width: 100%;
		padding: 8px 16px;
		border-radius: 4px;
		text-align: center;
	}
	#template-header .header-menu .header-main-menu > li.has-submenu > .toggle-submenu {
		position: absolute;
		right: 0.9rem;
		top: 1rem;
	}
	#template-header .header-menu .header-main-menu > li.menu-item-call {
		display: flex;
	}
	#template-header .header-menu .header-main-menu > li.has-submenu > .submenu {
		position: relative;
		top: 0;
		margin-top: 2px;
		background: transparent;
	}
	#template-header .header-menu .header-main-menu > li.has-submenu > .submenu > ul {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		padding: 0;
	}
	#template-header .header-menu .header-main-menu > li.has-submenu > .submenu > ul > li {
		margin-bottom: 1px;
	}
	#template-header .header-menu .header-main-menu > li.has-submenu > .submenu > ul > li > a {
		padding: 16px 12px;
	}
	#template-footer .container {
		max-width: 100%;
		margin: 0;
		padding: 0 15px;
	}
	#template-footer .footer-main .container {
		flex-wrap: wrap;
	}
	#template-footer .footer-menu {
		flex-basis: 50%;
	}
	#template-footer .footer-menu:not(:last-child) {
		margin-bottom: 2rem;
	}
	#template-footer .footer-bottom-copyright {
		flex-direction: column;
	}
}

