/* Responsive */
@media (max-width: 1200px) {

	.site {
		width: 90%;
		padding: 0 5%;
	}

	.columns {
		display: block;
	}

	.col {
		width: 100%;
	}

	.col-5-1 {
		width: 100%;
	}

	.col-5-2 {
		width: 100%;
	}

	.col-5-3 {
		width: 100%;
	}

	.col-5-4 {
		width: 100%;
	}

	.col-3-1 {
		width: 100%;
	}

	.col-3-2 {
		width: 100%;
	}

	.col-2 {
		width: 100%;
	}

	.col-4-3 {
		width: 100%;
	}

	.section {
		height: auto;
		padding-bottom: 50px;
		/* text-align: center; */
	}

	.section .text {
		padding-top: 50px;
		text-align: center;
	}

	.text.right {
		text-align: center !important;
	}

	.section img,
	.section.even img {
		position: relative;
		top: 0;
		margin-left: 0;
		margin-top: 20px;
	}

	#home-sections section {
		width: 100%;
		height: auto;
	}

	.gallery {
		columns: 1;
	}

	h1#logo {
		padding: 10px;
	}

	#logo a {
		display: block;
	}

	h1#logo img {
		display: block;
		height: auto;
		max-height: 90%;
	}

	header.shrink h1#logo {
		padding: 10px;
		border-bottom: 0;
	}

	.flex-3>div {
		width: 100%;
		text-align: center;
	}

	.box {
		display: block;
	}


	.box-icon {
		margin: 0 auto;
	}

	.divider-gfx {
		margin: 25px 0;
	}

	.lead {
		margin-bottom: 25px;
	}

	a.foot-more-link {
		float: none;
		text-align: right;
	}

	#content {
		padding-top: 61px;
		margin-bottom: 0;
	}

	.slider {
		max-height: 400px;
	}

	.slider-arrows,
	.slider-nav {
		opacity: 1;
	}

	.slide-subtitle {
		font-size: 16px;
	}

	.slide-title {
		font-size: 28px;
		line-height: 32px;
	}

	.slide-text {
		font-size: 16px;
	}

	#footer .col {
		text-align: center !important;
		margin-bottom: 25px;
	}

	.home-calltoaction {
		line-height: 28px;
		padding: 20px;
	}

	.home-calltoaction a {
		margin-top: 20px;
	}

	.copyright {
		text-align: center;
	}

	.main {
		margin-top: 100px;
	}

	#main-menu {
		height: auto;
		padding: 0;
	}

	#main-menu nav a {
		display: block;
		padding: 5px 0;
		height: auto;
		line-height: 30px;
		font-size: 18px;
		border: none;
	}

	#main-menu-mobile {
		display: block;
		cursor: pointer;
		text-align: right;
		/* font-weight: 700; */
		/* text-transform: uppercase; */
		font-size: 28px;
		line-height: 60px;
	}

	#main-menu-actual {
		display: none;
		position: fixed;
		right: 0;
		background: #fff;
		padding: 20px;
		text-align: right;
	}

	.articles {
		display: block;
	}

	.articles .article {
		width: 100%;
		box-sizing: border-box;
	}

	.article-preview-cont {
		display: block;
	}

	.article .article-photo {
		width: 100%;
		margin-bottom: 10px;
	}

	.article .article-photo img {
		width: 100%;
	}

	.article .article-preview {
		width: 100%;
	}

	.article .article-preview a {
		margin-bottom: 10px;
	}


	.section img {
		margin-top: 0;
	}


	.article-links a,
	.article-share a {
		margin-bottom: 10px;
	}

	#article .thumbnails {
		grid-template-columns: repeat(3, 1fr);
	}

	hr.mobile {
		display: block;
	}

	.gallery {
		display: block;
	}

	.gallery-item {
		width: 100%;
		margin-bottom: 25px;
	}

}