/* General styles */
.events-template-template-flexible-layouts,
.page-template-template-flexible-layouts {
	overflow-x: hidden;
}

.events-template-template-flexible-layouts h1,
.events-template-template-flexible-layouts h2,
.page-template-template-flexible-layouts h1,
.page-template-template-flexible-layouts h2 {
	font-weight: 600;
	font-size: 42px;
}
.events-template-template-flexible-layouts h2,
.page-template-template-flexible-layouts h2 {
	font-size: 36px;
}

.events-template-template-flexible-layouts hr,
.page-template-template-flexible-layouts hr {
	color: #032b3d;
	margin-bottom: 80px;
	border-color: #032b3d;
	background-color: #032b3d;
}

.events-template-template-flexible-layouts p + hr,
.page-template-template-flexible-layouts p + hr {
	margin-top: 80px;
}

@media screen and (max-width: 768px) {
	.events-template-template-flexible-layouts .pad_bot_102,
	.page-template-template-flexible-layouts .pad_bot_102 {
		padding-bottom: 50px;
	}
}


/* Banner */
.events-template-template-flexible-layouts .show_banner,
.page-template-template-flexible-layouts .show_banner {
	height: 600px;
	background-position: center;
}

@media screen and (max-width: 1100px) {
	.events-template-template-flexible-layouts .show_banner,
	.page-template-template-flexible-layouts .show_banner {
		height: 320px;
	}
}

@media screen and (max-width: 700px) {
	.events-template-template-flexible-layouts .show_banner,
	.page-template-template-flexible-layouts .show_banner {
		height: 200px;
	}
}


/* Intro area */
.flexi-intro h2 {
	font-weight: 400;
	font-size: 21px;
	text-transform: none;
	color: #404040;
}

@media screen and (max-width: 768px) {
	.flexi-intro {
		padding-top: 0;
		padding-bottom: 30px;
	}

	.flexi-quick-links {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.events-template-template-flexible-layouts hr,
	.page-template-template-flexible-layouts hr {
		margin-bottom: 40px;
	}

	.events-template-template-flexible-layouts p + hr,
	.page-template-template-flexible-layouts p + hr {
		margin-top: 40px;
	}

	.pad_bot_80 {
		padding-bottom: 40px;
	}
}


/* Quick links */
.flexi-quick-links {
	box-shadow: 10px 1px 25.81px 3.19px rgba(16, 17, 18, 0.1); 
}

.events-template-template-flexible-layouts .flexi-quick-links h2,
.page-template-template-flexible-layouts .flexi-quick-links h2 {
	text-transform: none;
}

.flexi-quick-links a {
	font-family: 'Roboto Slab', 'Times New Roman', sans-serif;
	font-size: .9em;
	text-align: center;
	color: #fff;
	background-color: #87764D;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: .85em 1em;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
}

.flexi-quick-links a:last-child {
	margin-right: 0;
}

.flexi-quick-links a:hover,
.flexi-quick-links a.active {
	color: #fff;
	background-color: #282964;
}


/* Regular content */
.regular-content h3 {
	font-weight: 600;
	font-size: 25px;
	color: #032b3d;
	margin-bottom: 10px;
}


/* Two cols */
.two-cols-content .flex-wrap {
	position: relative;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.two-cols-content .flex-wrap {
		display: block;
	}

	.two-cols-content .columns.large-6 {
		width: 100%;
	}

	.two-cols-content .columns.large-6:first-child {
		margin-bottom: 20px;
	}
}


/* Three cols */
.three-cols-content h2.main-heading {
	margin-bottom: 3px;
}

.three-cols-content h3.sub-heading {
	font-size: 21px;
}

.three-cols-content .divider {
	width: 85px;
	height: 2px;
	color: #000;
	background-color: #000;
}

.three-cols-content .cols-wrap {
	position: relative;
}

.three-cols-content .cols-wrap .new-left-arrow {
	background-repeat: no-repeat;
  background-image: url(../svg/arrow_left.svg);
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: -8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 300;
  border-radius: 0;
  width: 80px;
  height: 80px;
  background-size: 40px 40px;
  background-position: 18px 18px;
  transition: all 0.2s ease-out;
}

.three-cols-content .cols-wrap .new-left-arrow:hover {
	background-color: #000;
}

@media screen and (max-width: 1399px) {
	.three-cols-content .cols-wrap .new-left-arrow {
		left: -5%;
		width: 60px;
  	height: 60px;
  	background-size: 30px 30px;
  	background-position: 14px 14px;
	}
}

.three-cols-content .cols-wrap .new-right-arrow {
	background-repeat: no-repeat;
  background-image: url(../svg/arrow_right.svg);
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: -8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 300;
  border-radius: 0;
  width: 80px;
  height: 80px;
  background-size: 40px 40px;
  background-position: 18px 18px;
  transition: all 0.2s ease-out;
}

.three-cols-content .cols-wrap .new-right-arrow:hover {
	background-color: #000;
}

@media screen and (max-width: 1399px) {
	.three-cols-content .cols-wrap .new-right-arrow {
		right: -5%;
		width: 60px;
  	height: 60px;
  	background-size: 30px 30px;
  	background-position: 14px 14px;
	}
}

.three-cols-content .columns {
	height: auto !important;
}

@media screen and (max-width: 680px) {
	.three-cols-content .columns {
		margin-bottom: 30px;
	}
}

.three-cols-content .columns h3:not(.sub-heading) {
	font-weight: 600;
	font-size: 25px;
	color: #032b3d;
	margin-bottom: 10px;
}

.three-cols-content .columns a {
	display: block;
}

.chrome .lity-image img {
	width: auto;
}


/* Full width image */
.single-events.events-template-template-flexible-layouts #content .full-width-image img,
.page.page-template-template-flexible-layouts #content .full-width-image img {
	width: 100vw !important;
}

.full-width-image .image-wrap {
	position: relative;
	width: 100%;
	/*height: 680px;*/
}

.full-width-image .image-wrap .single-img-wrap,
.full-width-image .image-wrap img.slide-img {
	width: 100%;
	height: auto;
}

.full-width-image .image-wrap .text-wrap {
	text-align: center;
	margin-top: 8px;
}

.full-width-image .image-wrap .new-left-arrow {
	background-repeat: no-repeat;
  background-image: url(../svg/arrow_left.svg);
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 300;
  border-radius: 0;
  width: 80px;
  height: 80px;
  background-size: 40px 40px;
  background-position: 18px 18px;
  transition: all 0.2s ease-out;
}

.full-width-image .image-wrap .new-left-arrow:hover {
	background-color: #000;
}

@media screen and (max-width: 1399px) {
	.full-width-image .image-wrap .new-left-arrow {
		width: 60px;
  	height: 60px;
  	background-size: 30px 30px;
  	background-position: 14px 14px;
	}
}

.full-width-image .image-wrap .new-right-arrow {
	background-repeat: no-repeat;
  background-image: url(../svg/arrow_right.svg);
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 300;
  border-radius: 0;
  width: 80px;
  height: 80px;
  background-size: 40px 40px;
  background-position: 18px 18px;
  transition: all 0.2s ease-out;
}

.full-width-image .image-wrap .new-right-arrow:hover {
	background-color: #000;
}

@media screen and (max-width: 1399px) {
	.full-width-image .image-wrap .new-right-arrow {
		width: 60px;
  	height: 60px;
  	background-size: 30px 30px;
  	background-position: 14px 14px;
	}
}


/* Embedded video */
.iframe-wrap {
	position: relative;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.iframe-wrap video,
.iframe-wrap iframe,
.iframe-wrap object,
.iframe-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* Related downloads */
.related-downloads .related-download {
	width: 100%;
}

.related-downloads .related-download .columns {
	width: 100%;
}

.columns.related-download:last-child:not(:first-child) {
	float: left;
}

.related-downloads .related-download h3 {
	font-weight: bold;
	font-size: 21px;
	color: #032b3d;
}

.related-downloads .related-download .download-btn {
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 8px 17px 9px;
	background-color: #e92a9a;
}

.related-downloads .related-download .download-btn:hover {
	background-color: #032b3d;
}

@media screen and (min-width: 480px) {
	.related-downloads .related-download {
		width: 50%;
		float: left;
	}
}

@media screen and (min-width: 850px) {
	.related-downloads .related-download .columns {
		width: 50%;
		float: left;
	}

	.related-downloads .related-download .download-txt {
		padding-top: 0;
	}
}

.single-object .related-downloads .related-download {
	width: 100%;
	float: none;
}

.clearfix:after {
	content: "";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}


/* Related works */
.events-template-template-flexible-layouts .related-works,
.page-template-template-flexible-layouts .related-works {
	float: none;
}


/* Anchor links */
.anchor-links {
	text-align: center;
}

.anchor-links a {
	font-family: 'Roboto Slab', 'Times New Roman', sans-serif;
  padding: .85em 1em;
  border-radius: 3px;
  font-size: .9rem;
  text-align: center;
  color: #ffffff;
	background-color: #87764D;
	display: inline-block;
	margin-right: 40px;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
}

.anchor-links a:last-child {
	margin-right: 0;
}

.anchor-links a:hover,
.anchor-links a:focus,
.anchor-links a.active {
	color: #fff;
	background-color: #282964;
}

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

	.anchor-links a {
		display: block;
		margin-right: 0;
	}
}

nav.nav_container ul.menu li ul.sub-menu li a { white-space: nowrap; }

nav.nav_container ul.menu li ul.sub-menu { width: 200px; }
