.content .columns {
	display: table;
	width: 100%;
	margin: 0px auto;
	border-spacing: 0px;
}

.content .columns > div { display: table-row; }

.content .columns > div > div {
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.content .columns.center { text-align: center; }

.content .map { position: relative; }

.content .map .link {
	display: inline-block;
	
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.content .map > div {
	position: absolute !important;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.content .sub_nav {
	line-height: 90px;
	background-color: #eaeaea;
	font-size: 20px;
	text-align: center;
}

.content .sub_nav > div {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}

.content .sub_nav a {
	position: relative;
	color: #000;
}

.content .sub_nav a:hover { text-decoration: none; }

.content .sub_nav br { display: none; }

.sub_nav a::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	
	border-bottom: 5px solid transparent;
	
	-webkit-transition: border-color 300ms ease-in-out;
	-moz-transition: border-color 300ms ease-in-out;
	-ms-transition: border-color 300ms ease-in-out;
	-o-transition: border-color 300ms ease-in-out;
	transition: border-color 300ms ease-in-out;
}

  .sub_nav a:hover::after
, .sub_nav a.active::after
, .sub_nav a.current::after { border-color: #60d1e0; }

.content .sub_nav a ~ a { margin-left: 30px; }
  .content .sub_nav .active
, .content .sub_nav .current {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 900;
}

.content .sub_nav a .icon {
   display: inline-block;
   width: 40px;
   height: 40px;

   transition: opacity 300ms ease-in-out;
}

  .content .sub_nav a:hover  .icon:not(.hover)
, .content .sub_nav a.active .icon:not(.hover) { transition-delay: 100ms; }
.content .sub_nav a:not(.active):not(:hover) .icon.hover { transition-delay: 100ms; }

  .content .sub_nav a .icon.hover
, .content .sub_nav a.active .icon.hover {
   position: absolute;
   top: 0;
   left: 50%;

   transform: translateX(-50%);
}

.content .sub_nav a:not(.active):not(:hover) .icon.hover { opacity: 0; }
  .content .sub_nav a:hover  .icon:not(.hover)
, .content .sub_nav a.active .icon:not(.hover) { opacity: 0; }

.content .sub_nav a .text {
   display: block;
   font-family: 'Roboto Condensed';
   font-size: 0.85rem;
   margin-top: 7px;
}

.search {
	position: relative;
	display: inline-block;
}

.search input {
	width: 215px;
	height: 50px;
	background-color: #e9e9e9;
	
	padding: 0 60px 0 10px;
	
	font-size: 20px;
	font-weight: 500;
	
	-webkit-transition: width 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out, -moz-box-shadow 300ms ease-in-out;
	-ms-transition: width 300ms ease-in-out, box-shadow 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out, box-shadow 300ms ease-in-out;
	transition: width 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.search input:focus {
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 1);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 1);
}

.search::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	
	width: 50px;
	height: 50px;
	
	background: #aaabaa no-repeat center center url('../images/icon_search.svg');
	-webkit-background-size: 40%;
	-moz-background-size: 40%;
	-ms-background-size: 40%;
	-o-background-size: 40%;
	background-size: 40%;
	
	cursor: pointer;
}

.search input.active
, .search input:focus {
	width: 100%;
	max-width: 300px;
}

.recent_posts {
	font-size: 0;
	margin-left: -40px;
	width: calc(100% + 40px);
	text-align: center;
}

.recent_posts article {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 40px;
	text-align: left;
}

.recent_posts .thumb {
	display: block;
	width: 100%;
	height: auto;
	padding-bottom: 50%;
	
	background: no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	margin-bottom: 40px;
}

.recent_posts h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.recent_posts p { margin-bottom: 10px !important; }

.recent_posts h3 a {
	position: relative;
	display: inline-block;
}

.recent_posts h3 a:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -5px;
	height: 5px;
	width: 0%;
	left: 0;
	background-color: #60d1e0;
	
	-webkit-transition: width 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out;
	-ms-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	transition: width 300ms ease-in-out;
}

.recent_posts h3 a:hover::after { width: 100%; }

.recent_posts .more {
	font-size: 16px;
	font-weight: 900;
	color: #60d1e0;
}

.recent_posts .more:hover { text-decoration: underline; }

@media (min-width: 769px) {
	.content .columns.border > div > div ~ div { border-left: 1px solid #b3b3b3; }
	.content .columns > div > div { padding: 0 20px; }
}

@media only screen and (max-width: 768px) {
	.content .fixed_width {
		width: auto !important;
		transform: none !important;
	}
	
	.content .columns {
		display: block;
		padding: 0 !important;
	}
	
	.content .columns.mobile_twocol { font-size: 0px; }
	.content .columns > div { display: block; }
	
	.content .columns > div > div {
		display: block;
		padding: 0;
		width: auto !important;
	}
	
	.content .columns.mobile_twocol > div > div {
		display: inline-block;
		font-size: 24px;
		width: 50% !important;
	}
	
	
	.content .columns > div > div ~ div { margin-top: 40px; }
	.content .columns.mobile_twocol > div > div ~ div { margin-top: 0; }
	
	.content .sub_nav { display: none; }
	
	.recent_posts {
		margin-left: 0;
		width: auto;
	}
	
	.recent_posts article {
		display: block;
		width: auto;
		padding: 40px 0;
	}
	
	.recent_posts .thumb {
		width: 100%;
		height: auto;
		padding-bottom: 50%;
	}
}