@import url('https://fonts.googleapis.com/css?family=Chivo:300,300i,400,400i,700,700i');

html, body {
  padding: 0;
  margin: 0;
}
	
body {
  font-family: 'Chivo', sans-serif !important;
  font-weight: 400;
  color:#3d3d3d;
} 

.clearfix::after, .container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical > .btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .pager::after, .panel-body::after, .modal-footer::after {
    clear: both;
}

.title-header-cont::before, .column::before {
	display: table;
    content: " ";
}
	
.main-header {
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	min-height: 75px;
	text-align: center;
}

.main-header-cont {
	box-sizing: border-box;
	position: relative;
	text-align: left;
	vertical-align: baseline;
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	vertical-align: baseline;
	clear: both;
	height: 75px;
}


.nav.nav .has_children > a::after {
    content: "\25be";
}

.navbar-brand {
	color: rgb(153, 153, 153);
	display: inline-block;
	float: left;
	font-size: 18px;
	padding: 15px;
	position: relative;
	text-align: center;
	line-height: 20px;
}

.navbar-brand a {
	display: block;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

.navbar-brand a img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

#site-navigation {
	box-sizing: border-box;
	color: rgb(51, 51, 51);
	display: block;
	float: right;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	max-height: 340px;
}

#menu-main-menu {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}


#menu-main-menu li a {
	color: rgb(37, 37, 37);
	display: block;
	font-size: 16px;
	line-height: 35px;
	text-decoration: none;
}

.navbar-toggle {
	display: none;
}


.title-header {
	background-color: #4F5263;
    color: #C0D850;
    display: block;
    width: 100%;
    clear: both;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url('../img/page-title-bg.png');
}

.title-header > .main-header-cont {
	height: 110px !important;
}

.main-title-grid-column:first-child {
	width: 45%;
	text-align: center;
	float:left;
}

.main-title-grid-column {
    width: 55%;
    display: table-cell;
	vertical-align: middle;
	height: 110px;
}

.middle-content-container {
	display: inline-block;
}

.main-title-grid-column h1 {
	margin: 0;
}

#crumbs {
	font-size: 11px;
	font-weight: 700;
	color: #444444;
	text-transform: lowercase;
}

.title-header-cont {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1170px;
}

#cont-title {
	text-align: center;
	margin: 50px auto 0 auto;
}


.collapse {
  display: block;
  max-height: 99em;
  overflow: hidden;
  transition: max-height .5s cubic-bezier(0, 1, 0, 1);;
}

.collapse.show {
    max-height: 99em !important;
    transition: max-height .5s ease-in-out;
}

#cont {
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 60px 30px 30px 30px;
    display: flex;
    flex-wrap: wrap;
}

#cont .column {
  flex-grow: 1;
  height: 150px;
  margin: 10px 0;
  background: #4f5263;
  width: 33%;
  max-width: 33%;
  box-sizing: border-box;
  border-left: 10px solid #C0D850;
  border-right: 10px solid #fff;
}

.column-cont {
	position: relative;
	width: 100%;
  	height: 100px;
  	padding: 50px 0 0 0;
  	color: #fff;
  	text-decoration: none;
  	display: block;
}

.column-cont h4{
	font-size: 150%;
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
}

.column .action{
    height: 60px;
    width: 100%;
    display: block;
    color: #FFF;
    background: #C0D850;
    text-align: center;
    line-height: 58px;
    font-size: 125%;
    font-weight: 600;
    z-index: 9999;
    text-decoration: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
	background-color: #fff;
	margin: 2px 0;
}

@media only screen and (min-width: 1152px) {
	.main-header-cont, #cont, #cont-title {
		width: 1170px;
	}
}

@media only screen and (max-width: 1152px)  {

	#site-navigation {
    	width: 100%;
	}
	
	.navbar-nav {
    	width: 100%;
    	float: right !important;
    	text-align: center;
	}
	
	.navbar-nav > li {
    	float: none;
    	display: inline-block !important;
    	margin-top: 0px !important;
	}
	
	.navbar-header {
		width: 100%;
		text-align: center
	}
	
	.navbar-brand {
    	float: none !important;
	}
	
	.title-header {
		padding-top: 55px !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1152px)  {
	.main-header-cont, #cont, #cont-title {
		width: 970px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px)  {
	.main-header-cont, #cont, #cont-title {
		width: 750px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1152px)  {
	
	.main-header-cont {
		height: 120px;
	}
	
	#menu-main-menu li {
	    margin-top: 0;
	    margin-right: 30px;
	}
}

@media only screen and (min-width: 768px)  {
	.responsive-logo {
		overflow: hidden;
		min-height: 75px;
		float: left;
		margin: 0;
		padding: 0;
	}
	
	
	#menu-main-menu li a {
	    font-size: 16px;
    	font-weight: 300;
    	color: #252525;
	}
}


@media only screen and (min-width: 0px) and (max-width: 768px) {
	.collapse {
		max-height: 0px !important;
	}

	
	.navbar-toggle {
		order: 2;
    	margin: 0;
    	display: block;
    	border-color: #333; 
    	padding: 9px 10px;
    	border-radius: 4px;
    	float: right;
    	cursor: pointer;
    	box-sizing: border-box;
    	outline: 0;
  		-moz-outline-style: none;
	}
	
	

	button::-moz-focus-inner {
  		border: 0;
	}

	.navbar-toggle.active {
    	background-color: #bedb5d !important;
	}
	
	.navbar-toggle.collapsed {
    	background-color: #808080 !important;
	}
	
	.navbar-toggle.collapsed {
    	background-color: #808080 !important;
	}
	
	#site-navigation {
		width: 100%;
		border: none;
		padding: 0;
	}
	
	#site-navigation.show {
		border-top: 1px solid #101010;
	}


	.navbar-nav > li > a{
		color: #999 !important;
	}
	
	.page-title h1 {
		font-size: 150%;
	}
	
	.column-cont h4 {
		font-size: 100% !important;
	}
	
}
	.header #main-nav .container .responsive-logo .navbar-brand {
		height: 50px
	}	
	.sub-menu {
		padding-left: 0px;
	}

	@media screen and (min-width: 768px) {
		.header #main-nav .container .responsive-logo .navbar-brand {
			height: 50px
		}
	}


