/******************************************************
	Custom CSS
	**************************************************/

  @keyframes fadeinall {
	0% {
      opacity: 1; }
    97% {
      opacity: 0; }
    98% {
      opacity: 0;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    100% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      z-index: -1;
	} 
}
#fadein {
    opacity: 1;
    position: fixed;
     top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background-color: #FFFFFF;
    z-index: 999;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation: fadeinall 1s normal both;
    animation: fadeinall 1s normal both;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; 
}
body {
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.8em;
}
h1,
h2,
h3,
h4 {
	text-transform: uppercase;
	font-weight: 700;
}
a {
	color: #e57138;
}
a:hover {
	color: #333;
}
*+p {
	margin-top: 0;
}
a.uk-button.uk-button-primary.uk-button-large {
    background-color: #e57138;
    color: #fff;
}
a.uk-button.uk-button-primary.uk-button-large:hover {
    background-color: #ab4f21;
    color: #fff;
}
.site-header {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	float: left;
	width: 100%;
}
span.cnt-item {
    margin-left: 8px;
}
.logo {
	float: left;
}
.uk-height-large {
	height: auto;
	padding: 80px 0;
}
.hd-info.uk-text-right\@l {
	float: right;
	font-size: 15px;
	margin-top: 12px;
	width: auto;
}
.hd-info.uk-text-right\@l span.address {
    display: block;
	color: #0f556b;
    font-weight: 700;
	line-height: 1.6em;
}
.uk-section-primary {
    background: #348095;
}
.uk-grid-match.uk-child-width-1-4\@m.uk-grid {
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 30px;
    padding-top: 40px;
}
.team .uk-card-body .position {
	display: block;
	color: #348095;
	font-size: 16px;
	margin-bottom: 15px;
}
.team .uk-card-body {
	font-size: 15px;
	line-height: 1.4em;
}
.footer-logo {
	display: block;
	margin-bottom: 30px;
	width: 100%;
}
@media only screen and (max-width: 860px) {

	.logo {
		float: left;
		margin-bottom: 20px;
		width: 100%;
	}
	.site-header {
		text-align: center;
	}
	.hd-info.uk-text-right\@l {
		float: left;
		text-align: center;
		width: 100%;
	}
}
@media only screen and (max-width: 680px) {
	span.cnt-item {
		display: block;
    	margin-left: 0;
	}
}