@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,700&display=swap');


/*#2d3e71*/
/*#45858b*/

/*accent*/
/*#ab7637*/

body{
	font-family: 'Lato', sans-serif;
	font-weight:700;
}

.navbar-brand img{
	max-height:70px;
}

header.navbar{
	padding-bottom: 10px;
	
	position:fixed;
	background:white;
	padding-top:38px;
	
	z-index:100!important;
	
	border-bottom: 1px solid #dcdcdc;
}

a{
	color:#BF9765;
}
a:hover{
	color:#273062;
}

a.alt-link:hover{
	color:#FFF;
}

.fill-secondary{
	fill:#273062!important;
}

.btn-secondary{
	background:#2d3e71!important;
	border-color:#2d3e71!important;
}

.btn-secondary:hover{
	background:#BF9765!important;
	border-color:#BF9765!important;
}

.btn-secondary.btn-alt{
	background:#BF9765!important;
	border-color:#BF9765!important;
}

.btn-secondary.btn-alt:hover{
	background:#232323!important;
	border-color:#232323!important;
}

#search{
	width:20%;
}

#search input{
	border: 1px solid #273062!important;
	padding: 5px 13px;
	height:40px;
}

#search button{
	padding: 0px 0px 3px 0px;
	height:40px;
}

.navbar-nav .nav-link:before{
	background-color:#273062;
}

.text-secondary{
	color:#273062!important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color:#273062!important;
}

.navbar-nav .dropdown-menu:before{
	background-color:#273062!important;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
	color:#273062!important;
}

.faq-section{
	border-left:30px solid #273062; 
	padding-left:10px; 
	color:#273062; 
	margin-top:40px;
	display:none;
}

.sidebar-heading{
	background: #273062;
    color: white;
    padding: 5px 10px;
    border-radius: 2px;
}

#top-menu-fixed{
	position:absolute; 
	background:#232323; 
	color:white; 
	width:100%; 
	height:30px; 
	left:0; 
	top:0;
}

#top-menu-fixed ul{
	padding:0px;
	list-style-type:none;
	width:100%;
	text-align:right;
	margin-bottom:0px;
}

#top-menu-fixed ul li{
	display:inline-block;
	padding:0px 8px;
}

#top-menu-fixed ul li:last-child{
	padding-right:20px;
}

#top-menu-fixed ul li a{
	color:white!important;
	font-size:0.8rem;
}

.navbar-top{
	padding-top:0px;
	padding-bottom:0px;
}

.head-section{
	margin-top:118px;
}

.m0{
	margin:0px;
}

#floating-socials{
	position:fixed;
	right:0;
	top:70%;
	z-index:1000;
}

#floating-socials a{
	display:block;
	padding-bottom:4px;
	color:white!important;
}

#floating-socials svg{
	margin-left: 0.25rem!important;
	margin-right: 0.25rem!important;
}

#floating-socials a:first-child{
	border-top-left-radius:3px;
}

#floating-socials a:last-child{
	border-bottom-left-radius:3px;
}

#floating-socials a.fb{
	background:#4267B2;
	
}

#floating-socials a.twit{
	background:#1DA1F2;
}

#floating-socials a.youtube{
	background:#fe1212;
}

#floating-socials a.insta{
	background:#C13584;
}

#floating-socials a.linkedin{
	background:#0a66c2;
}




/*BANNER*/

.banner{
    position:relative;

}



.hidearrows{
    opacity:6!important;
}

.banner .tp-bullets{
    display:none;
}

#p-carousel{
    position: absolute;
    bottom:5px;
    right:5px;
    z-index:99;
    color:white;
    background:rgba(0,0,0,.5);
    padding:5px;
    border-radius:5px;
    border:4px solid transparent;
}

#carousel-prev{
    width: 10%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index:99;
    color:transparent;
}

#carousel-next{
    width: 10%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 98;
    color:transparent;
}

#carousel-next:focus,
#carousel-prev:focus,
#p-carousel:focus,
.carousel-slide-link:focus{
    border:4px solid #45858C;
}

#carousel-bullets{
    position:absolute;
    bottom:10px;
    z-index: 99;
    width:100%;
    text-align: center;
}

#carousel-bullets a{
    display:inline-block;
    padding:4px 8px;
    color:white !important;
    border-radius:5px;
    background:rgba(0,0,0,.4);
    border:4px solid transparent;
}

#carousel-bullets a:focus{
    border:4px solid #45858C;
}

#carousel-bullets a.active-bull{
    background: rgba(256,256,256,.5);
    color: black!important;
}

.banner .tp-bullets .bullet{
    margin-left:5px!important;
    margin-right:5px!important;
}

.banner .tparrows{
	border-radius:5px;
	background:rgba(0,0,0,.5);
	
}

.banner .tparrows.preview2:after {
    top: 40%!important;
	color:white;
}

.banner .tp-rightarrow.default{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}

.banner .tp-leftarrow.default{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}

.tp-bannertimer,
.tp-leftarrow.default,
.tp-rightarrow.default{
	z-index:20!important;
}

.bottom-section{
	background:#273062;
}

#admin_menu_hider{
	position:fixed;
	bottom:5px;
	left:5px;
	color:white;
	font-weight:700;
	background:rgba(0, 0, 0, 0.5);
	padding:2px 10px;
	border-radius:5px;
	z-index:9999;
}

.footer-menu-divider:last-of-type{
	display:none;
}



#block-ohsa-local-tasks{
	position: absolute;
    z-index: 1;
    width: auto;
    right: 80px;
}

#block-ohsa-local-tasks ul{
	list-style-type: none;
	margin-top: -4px;
}

#block-ohsa-local-tasks li{
	display:inline-block;
}

#block-ohsa-local-tasks li a{
	background:#2d3e71;
	padding:5px 10px;
	color:white;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size:14px;
}

.nomarginrecursive p{
	margin:0px!important;
}

.page-header{
	background-size: cover!important;
	background-position: center!important;
}


form .description{
	font-size:14px;
	font-weight:normal;
	margin-bottom:10px;
}

#search-block-form .form-item,
#search-block-form .form-actions{
	float:left;
}

#search-block-form .js-form-type-search{
	width:80%;
}

#search-block-form .form-search{
	border: 1px solid #273062;
	border-right:none;
	padding: 5px 13px;
    height: 40px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	width:100%;
}

#search-block-form .form-actions {
	width:20%;
}

#search-block-form .form-submit{
	border: 1px solid #273062!important;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	float:left;
	padding: 5px 20px;
	background-color:#273062;
	color:white;
	transition-duration: 0.3s;
	width:100%;
	background-image:url('search.svg');
	background-size:contain;
	background-repeat:no-repeat;
	background-position: center;
}

#search-block-form .form-submit:hover{
	background-color:#BF9765!important;
	border-color:#BF9765!important;
	background-image:url('search.svg');
	background-size:contain;
	background-repeat:no-repeat;
	background-position: center;
}

#search-icon{
	color:white;
	margin-left:-30px;
	margin-right:30px;
	margin-top:10px;
	z-index:0;
	pointer-events: none;
}

#search-section #block-ohsa-local-tasks{
	display:none;
}

.side-nav-link{
	border-bottom:3px solid #232323; 
	padding:4px;
}

.side-nav-link:last-child{
	border-bottom:none; 
}

.dateline{
	color:#767676;
	font-size:16px;
	margin-bottom:20px;
}

.dateline .tags{
	float:right;
}

.tags div{
	display:inline-block;
}

.tags div::after{
	content:',';
}

.tags div:last-child::after{
	content:'';
}

.list-thumb{
	max-width: 100%;
}

.views-exposed-form .form-actions{
	margin-top:10px;
}

.views-exposed-form .form-actions input{
	background:#2d3e71!important;
	border-color:#2d3e71!important;
	color:white;
	border:none;
	border-radius:3px;
	font-size:1rem;
	padding:5px 10px;
	transition-duration: 0.2s;
	font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.views-exposed-form .form-actions input:hover{
	background:#BF9765!important;
	border-color:#BF9765!important;
}

.views-exposed-form input[type=text]{
	width:100%;
}

.form-required::after{
	content:' *';
	color:red;
}

input.error{
	border: 1px solid red;
}

.errorlist{
	color:red;
}

.statuslist{
	color:green;
}

.ohsa-table{
	width:100%;
	font-size:14px;
}

.ohsa-table th{
	padding:8px 4px;
	background:#273062;
	color:white;
}

.ohsa-table th:first-child{
	border-top-left-radius: 4px;
}

.ohsa-table th:last-child{
	border-top-right-radius: 4px;
}

.ohsa-table td{
	font-weight:400;
	border:1px solid #ccc;
	padding:8px 4px;
}



@media (max-width: 1150px) {
	#search{
		display:none;
	}
.navbar-collapse{
		top: 7.4rem;
	}
}


@media (max-width: 600px) {
	#search{
		display:none;
	}

	.navbar-brand img{
		max-height:40px;
	}
	.head-section {
		margin-top:88px;
	}
	.navbar-collapse{
		top: 5.5rem;
	}

  }

  
