/*SITE COLORS*/

/*
Red: #a70015
Dark Red: #6c0010
Burgundy: #5a2034
Purple: #3e2180
Blue: #1f4f91
Dark Blue: #213e5e
Green: #67751b
Dark Green: #4a521f
Yellow: #c8a512
Orange: #ba741b
*/

/*FONTS*/
/*** previous version  ***/
/*
@font-face {
    font-family: 'futura_icgbook';
    src: url('webfonts/futura_icg_book-webfont.eot');
    src: url('webfonts/futura_icg_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/futura_icg_book-webfont.woff') format('woff'),
         url('webfonts/futura_icg_book-webfont.ttf') format('truetype'),
         url('webfonts/futura_icg_book-webfont.svg#futura_icgbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_icglight';
    src: url('webfonts/futura_icg_light-webfont.eot');
    src: url('webfonts/futura_icg_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/futura_icg_light-webfont.woff') format('woff'),
         url('webfonts/futura_icg_light-webfont.ttf') format('truetype'),
         url('webfonts/futura_icg_light-webfont.svg#futura_icglight') format('svg');
    font-weight: normal;
    font-style: normal;

}

*/
@font-face {
    font-family: 'poppins';
    src: url('webfonts/poppins/Poppins-Light.woff2') format('woff2'),
        url('webfonts/poppins/Poppins-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;

}
@font-face {
    font-family: 'poppins';
    src: url('webfonts/poppins/Poppins-LightItalic.woff2') format('woff2'),
        url('webfonts/poppins/Poppins-LightItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;

}

@font-face {
    font-family: 'poppins';
    src: url('webfonts/poppins/Poppins-Thin.woff2') format('woff2'),
        url('webfonts/poppins/Poppins-Thin.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('webfonts/poppins/Poppins-ThinItalic.woff2') format('woff2'),
        url('webfonts/poppins/Poppins-ThinItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('webfonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('webfonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('webfonts/poppins/Poppins-BoldItalic.woff2') format('woff2'),
        url('webfonts/poppins/Poppins-BoldItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('webfonts/poppins/Poppins-Bold.woff2') format('woff2'),
        url('webfonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'poppins';
    src: url('webfonts/poppins/Poppins-BoldItalic.woff2') format('woff2'),
        url('webfonts/poppins/Poppins-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'safetyregular';
    src: url('webfonts/safety-webfont.eot');
    src: url('webfonts/safety-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/safety-webfont.woff') format('woff'),
         url('webfonts/safety-webfont.ttf') format('truetype'),
         url('webfonts/safety-webfont.svg#safetyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,400i,700i,900i');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');

/*WORDPRESS STYLES*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;

	&:hover,
	&:active,
	&:focus {
		background-color: $color__background-screen;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		color: $color__text-screen;
		display: block;
		@include font-size(0.875);
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; /* Above WP toolbar. */
	}
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*** GENERAL TYPE ***/
h1
 {
	font-family: poppins, helvetica, arial, sans-serif;
  /*font-weight: 500;*/
  font-weight: 400;
  line-height: 1.1;
  color:#000;
}

h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: poppins, helvetica, arial, sans-serif;
  /*font-weight: 500;*/
  font-weight: 400;
  line-height: 130%;
  color: #000;
}

h1, .h1 {
  font-size: 3.6rem;
}
h2, .h2 {
  font-size: 3.1rem;
}
h3, .h3 {
  font-size: 2.3rem;
}
h4, .h4 {
  font-size: 2rem;
}

h5, .h5 {
  font-size: 1.8rem;
}
h6, .h6 {
  font-size: 1.8rem;
}
h1 small, .h1 small {
  font-size: 2.4rem;
}
h2 small, .h2 small {
  font-size: 1.8rem;
}
h3 small, .h3 small, h4 small, .h4 small {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px){
	h1, .h1 {
	  font-size: 3rem;
	}
	h2, .h2 {
	  font-size: 2.8rem;
	}
	h3, .h3 {
	  font-size: 2.4rem;
	}
	h4, .h4 {
	  font-size: 2.2rem;
	}

	h5, .h5 {
	  font-size: 1.8rem;
	}
	h6, .h6 {
	  font-size: 1.4rem;
	}
}

h1, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h2 {
	color: #1b2b3c;
	font-family: poppins, helvetica, arial, sans-serif;
	font-weight:400;
	margin-top: 4.5rem;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-weight: normal;
  line-height: 110%;
}
h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 a:hover {
		color:#335070;
}



.page-title {
    color:#000;
    font-weight: normal;
    text-transform: none;
    margin: 0 0 20px 0;
}

.home .page-title {
	text-align:center;
	}

.page-title .main-title {
    display: inline-block;
    vertical-align: middle;
}

.page-title .state-page {
    display: inline-block;
    vertical-align: middle;
    color: #761318;
    font-family: poppins, sans-serif;
    font-size: 18px;
    text-transform: none;
    margin: 0 0 0 105px;
    font-weight:400;
}

.section_focus{
    font-family: Poppins, helvetica, arial, sans-serif;
}

.section_focus p{
	margin:1.6rem 0px 0px 0px;
	font-size: calc((1 - 1) * 1.2vh + 1.6rem);
}

/*OVERRIDE WP DEFAULTS*/

.stk-block.stk-block-column.stk-column>.stk-column-wrapper{
	margin: 0px; 
}

@media screen and (max-width:970px){
	.stk-block.stk-block-column.stk-column>.stk-column-wrapper{
		margin: var(--stk-column-margin);
	}
}

.content .is-layout-flex.wp-block-columns{
	justify-content:space-between;
}

/* OVERRIDE DEFAULT IMAGE DISPLAY SIZES */

.wp-block-image figure img{
	width: 100% !important;
}

.wp-block-image figure.size-medium{
	width: 35% !important;
	height:auto !important;
}
.wp-block-image figure.size-large{
	width: 50% !important;
	height:auto !important;

}
.wp-block-image figure.size-full{
	width: 75% !important;
	height:auto !important;

}


/*CAPTIONS*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;

	img[class*="wp-image-"] {
		@include center-block;
	}

	.wp-caption-text {
		margin: 0.8075em 0;
	}
}

.wp-caption-text {
	text-align: center;
}

/*GALLERIES*/
img {
    max-width: 100%;
    height: auto;
}
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
  float: left;
  margin-top: 0px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  width: 33%;
}



/**  PROJECT SLIDER CAPTIONS  **/
.lg-sub-html{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.lnd_phot_caption{
	display:block;
	width:100%;
}
.lnd_phot_photog, .lnd_phot_source{
	display:block;
	text-align:center;
	font-style:italic;
	width:100%;
}
.lnd_phot_cright{
	margin-right: 1rem;
}

.lg-sub-html a:link, .lg-sub-html a:visited{
	color:#fff;
}
.lg-sub-html a:hover{
	color:#fff;
}

.lg .lg-thumb-outer .lg-thumb.lg-group{
	min-width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}

/**  prevent awkward gallery grid spacing from long captions  **/
.gallery-item:nth-child(3n+1){
	clear:both;
}

.gallery .title {
    font-size: 15px;
    color: #1b2b3c;
    margin:5px 0 !important;
    text-align: left;
}

/*.gallery-columns-2 .gallery-item  {
  width: 50%;
}

.gallery-columns-3 .gallery-item  {
  width: 33.33%;
}

.gallery-columns-4 .gallery-item  {
  width: 25%;
}

.gallery-columns-5 .gallery-item  {
  width: 20%;
}

.gallery-columns-6 .gallery-item  {
  width: 16.66%;
}

.gallery-columns-7 .gallery-item  {
  width: 14.28%;
}

.gallery-columns-8 .gallery-item  {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item  {
  width: 11.11%;
}

.gallery-caption {
	display: block;
}

.projects .gallery .gallery-item:nth-child(3n + 1) {
    clear: left;
}

.gallery-item .prj-slideshow-title span.title {
  display: block;
}*/

/*ALIGNMENTS*/

div.is-layout-flex{
	display:flex !important;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

img.attachment-post-image-large,
img.attachment-post-image-medium,
img.attachment-post-image-small {
    margin: 0 15px 10px 0;
    float: left;
}

/*INFINITE SCROLL*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*GENERAL*/
body {
	font-family: poppins, sans-serif;
	font-weight: 400;
	line-height: 2.8rem;
	color: #000;
}


p, div, li, td, th, input, blockquote{
	font-size: 1.6rem;
}


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

ul.no-style,
ol.no-style {
    list-style: none;
    padding: 0;
}

.wrap {
    margin: 0 0 20px 0;
}
.wrap:after {
  	visibility: hidden;
  	display: block;
  	font-size: 0;
  	content: " ";
  	clear: both;
  	height: 0;
}

.mob_hide{
	display:block;
}
.mob_show{
	display:none;
}

@media screen and (max-width:1100px){
	.mob_hide{
		display:none;
	}
	.mob_show{
		display:block;
	}
}

/*GLOBAL HEADER*/

header#masthead{
	display:flex;
	position:sticky;
	top:0px;
	align-items:center;
	justify-content:center;
	width:100%;
  	background-color: #253551;
  	z-index:500;
  	padding: 2.3vw 0px;
}


@media (max-width:960px) {
	header#masthead{
		padding: 6vw 0px;
	}
}

@media (min-width: 1500px) {

	header#masthead{
		padding: 3rem 0px;
	}
}

#head-right{
	width:auto;
	position:relative;
	display:flex;
	align-items:center;
}

nav#main-navigation{
	display:flex;
	justify-content:space-between;
	align-items:center;
	max-width:1200px;
	padding:0px;
}

nav#main-navigation .navbar-header{
	width: 30%;
}


@media (max-width:960px) {
	nav#main-navigation .navbar-header{
		max-width: 88%;
		width:auto;
		text-align:left;
		margin:0px 6%;
		display:flex;
		justify-content:space-between;
		align-items:center;
		z-index: 700;
	}
}

nav#main-navigation #main-nav-ul{
	width: 70%;
	flex-grow: 1;
	flex-shrink: 1;
}
#masthead .navbar-right {
    position: absolute;
    top: 0;
    right: 0;
}

.banner-state img {
    max-width: 100%;
    height: auto;
}

.lnd_sect_menu{
	margin-bottom: 3rem;
	line-height: 120%;
}

.lnd_sect_menu ul{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	padding: 0px;
	list-style-type:none;
}


.lnd_sect_menu ul li{
	display:block;
	width:auto;
	margin-right: 2rem;
	margin-bottom: 1rem;
}
.lnd_sect_menu ul li a{
	display:block;
	width:auto;
	color:#fff;
	font-size: 1.4rem;
	padding: .2rem 1.2rem;
	transition: background-color .5s;
}
.lnd_sect_menu ul li a:link, .lnd_sect_menu ul li a:hover{
	text-decoration:none;
}
.lnd_sect_menu ul.sect_media li{
	background-color: #cdc1e5;
}
.lnd_sect_menu ul.sect_media li:hover{
	background-color: #3e2180;
}
.lnd_sect_menu ul.sect_about li{
	background-color: #abd3ea;
}
.lnd_sect_menu ul.sect_about li:hover{
	background-color: #0a6fa8;
}
/*  MENU HEAD  */

#main-nav-ul {
    margin: 0 auto;
}
.navbar-label {
	display: block;
	width:0px;
	height:0px;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

.nav {
	margin-top:13px;
}
.nav ul {
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
  color:#dcbd90;
}
.nav ul li {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 5px 10px;
  cursor: pointer;
  font-weight:300 !important;
}

@media (max-width: 1250px) {
	.nav ul li {
	  font-size: 1.3vw;
	}
}

@media (max-width:960px) {
	.nav ul li {
	  font-size: 1.8rem;
	}
}
.nav ul li:last-child {
	padding-right:0px;
}
.nav ul li:hover {
  color: #f6d3a0 ;
}
.nav ul li ul.sub-menu {
  padding: 0;
  position: absolute;
  top: 35px;
  left: 0;
  max-width:20rem;;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
    -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.nav ul li ul.sub-menu li {
  background-color: #253551;
  display: inline-block;
  font-size: 85%;
  text-shadow: 0 -1px 0 #000;
  text-align:left;
 white-space:nowrap;
  width:20rem;
  padding:0px;
  border-bottom:thin solid #d3d3d3;
  transition:background-color .5s;
}
.nav ul li ul.sub-menu li:last-child {
	border-bottom: none;
}
.nav ul li ul.sub-menu li:hover {
  background-color: #2f6ea3;
}
.nav ul li ul.sub-menu li a{
  padding:.75rem 1.5rem;
  width:100%;
  height:100%;
  font-size:1.3rem;
}
ul li:hover ul.sub-menu {
  display: flex;
  width:100%;
  flex-direction:column;
  opacity: 1;
  visibility: visible;
}

.nav a {
	color:#fff;
	text-decoration:none;
	display:inline-block;


}
.nav a:hover {
	color:#fff;
	text-decoration:none;
}

.nav a:visited {
		color: #fff;
}

.nav .link-advanced-search {
    font-size: 12px;
    margin-left: 10px;
}
@media (min-width: 961px) {
		#main-nav-ul {
				display: block !important;
				overflow: visible !important;
		}
}
@media (max-width: 960px) {
	#head-right.active .navbar-toggle{
		margin-right:0px;
		margin-left: auto;
	}
	#head-right.active #main-nav-ul{
		display:flex;
		flex-direction:column;
		position:fixed;
		top:5rem;
		left:0px;
		width:100vw;
		background-color:rgb(37, 53, 81, 0.9);
		height:auto;
		margin:0px;
		padding-bottom: 2rem;
		text-align:center;
	}
	
	
	#main-nav-ul {
			display: none;
	}

	#head-right.active #main-nav-ul ul{
		width:50%;
		margin:0px auto;
		min-width: 250px;
	}

	#head-right.active #main-nav-ul ul ul.sub-menu{
		width:70%;
		max-width: 70%;
		position:absolute;
		margin: -.2rem 15% 0px 15%;
	}
}

@media (max-width: 500px) {
	#head-right.active #main-nav-ul ul ul.sub-menu{
		width:180px;
		max-width: 180px;
		position:absolute;
		margin: -.2rem -35px 0px 0px;
	}
}
	
#main-nav-ul li.menu-search{
	display:none;
}

@media (max-width: 960px) {
	
	#main-nav-ul li.menu-search{
		display:flex;
	}	
	#head-right.active #main-nav-ul ul ul.sub-menu li{
		width:100%;
		max-width: 100%;
	}


	#head-right.active #main-nav-ul ul, #head-right.active #main-nav-ul ul li, #head-right.active #main-nav-ul ul li a{
		z-index: 500;
	}
	#head-right.active #main-nav-ul ul li:hover, #head-right.active #main-nav-ul ul li ul.sub-menu, #head-right.active #main-nav-ul ul li ul.sub-menu li, #head-right.active #main-nav-ul ul li ul.sub-menu li a{
		z-index: 600;
	}
	#head-right.active #main-nav-ul li{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:flex-start;
		text-align:center;
	}


		.navbar-label {
				display: block;
		}

		#masthead {
				position: relative;
        z-index: 1;
		}

		#main-navigation {
				position: static;
		}

		.nav {
				clear: both;
				margin-top: 0;
				display: none;
        padding-top: 75px;
		}

    #search-dropdown-toggle {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 75px;
      left: 25px;
      z-index: 1001;
    }

    .main-navigation #navbar-right {
        position: static;
        order: 1;
        width: 100%;
        padding: 0;
    }

    .main-navigation .navbar-right .dropdown-menu {
        width: 100%;
        position: relative;
        top: 54px;
    }

    .main-navigation .navbar-right .dropdown-menu #search {
        padding-right: 75px;
        padding-left: 40px;
    }

    .main-navigation .navbar-right .dropdown-menu .btn {
        position: absolute;
        top: 10px;
        right: 10px;
    }

		.nav ul li {
				display: block;
				margin: 0;
		}

		.nav ul li ul {
				position: static;
				display: block;
				visibility: visible;
				width: auto;
				opacity: 100;
		}

		.nav ul li ul li {
				width: auto;
				display: block;
		}

		.nav a {
				display: block;
		}
}

@media (max-width: 550px) {
		.navbar-brand {
				font-size: 20px;
		}
}


/**** NAVBAR ****/



.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #336699;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #777777;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #336699;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}



.nav .caret {
  border-top-color: #336699;
  border-bottom-color: #336699;
}
.nav a:hover .caret {
  border-top-color: #204060;
  border-bottom-color: #204060;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

div.navbar-header{
	max-width:1200px;
	margin: 0px;
}



.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  padding: 0px;
  line-height:100%;
  font-size: 36px;
  letter-spacing:1px;
  text-align:left;
  white-space:nowrap;
  text-transform: uppercase;
  font-family: "safetyregular", serif;
}

@media (max-width: 1250px) {
	.navbar-brand {
	  font-size: 2.8vw;
	}
}

@media (max-width:960px) {
	.navbar-brand {
	  font-size: 3.7rem;
	}
}
@media (max-width:600px) {
	.navbar-brand {
	  font-size: 2.7rem;
	}
}

.navbar {
  z-index:500;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-weight:400;
}
.admin-bar .navbar-fixed-top {
  top: 28px;
}
@media (max-width: 550px) {
		img.state-right {
	float:left;
	margin: 25px 110px 0 0;
	}
		
		
		/*map page background color for Filter buttons on right side of page*/
	.page-id-6173 .btn {
		background-color:rgba(255,255,255, 0.7);
		color:#333;
	}
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  z-index: 500;
  padding: 9px 10px;
  background-color: transparent;
  border: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 6vw;
  height: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 1rem;
}
@media (min-width: 961px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 10px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 11px;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-text {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
	width:100%;
	max-width: 1200px;
}
.navbar-default .navbar-brand {
  color: #fff;
    text-decoration:none !important;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent;

}
.navbar-default .navbar-text {
  color: #d6bf93;
}
.navbar-default .navbar-nav > li > a {
  color: #d6bf93;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e4d5b8;
  background-color: #23374d;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #e4d5b8;
  background-color: #23374d;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #283e57;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #e4d5b8;
  border-bottom-color: #e4d5b8;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #23374d;
  color: #e4d5b8;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #e4d5b8;
  border-bottom-color: #e4d5b8;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #d6bf93;
  border-bottom-color: #d6bf93;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #d6bf93;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e4d5b8;
    background-color: #23374d;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e4d5b8;
    background-color: #23374d;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #d6bf93;
}
.navbar-default .navbar-link:hover {
  color: #e4d5b8;
}
.navbar-inverse {
  background-color: #336699;
  border-color: #264c73;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #264c73;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #264c73;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #2a547e;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #264c73;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}




/*GLOBAL CONTENT*/

a {
  text-decoration: underline;
  font-weight:400;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/*a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
*/
a:visited {
  color: rgb(37, 53, 81, .8); 
}
a:hover,
a:focus {
  color: rgb(37, 53, 81);
  background-color: transparent;
  text-decoration:none;
}

div#wrapper {
    padding: 3.5rem 3rem;
    min-height: 40rem;
	max-width:90rem;
	margin: 0px auto;
    background-color: #fff;
}

div.lnd_section#wrapper {
	max-width:110rem;
}


@media screen and (max-width: 767px){
	#wrapper .content {
		padding-bottom: 7rem;
		min-height: 40rem;
	}
}

#titlebar, #subbar {
    background: #e0e0db; 
    padding: 2vmax 3vw;
}

@media (max-width: 900px){
	#titlebar, #subbar {
		margin-bottom: 1rem;
	}
}
#top-actions{
	display:flex;
	justify-content: center;
	align-items:center;
	padding:0px;
	margin:0px auto;
	width: 100%;
/*	max-width: calc(1272px - 6rem);*/
	max-width: calc(1100px - 6rem);
}

@media screen and (max-width:980px){
	#top-actions{
		width: 95%;
	}
}

#top-actions li{
	list-style-type:none;
	display:inline-block;
	width:33.3%
	text-align:center;
	padding:0px;
	margin:0px 6.25rem 0px 0px;
}
#top-actions li:last-child{
	margin:0px 0px 0px 0px;
}
/*
@media screen and (max-width:650px){
	#top-actions{
		flex-direction:column;
		justify-content:center;
	}
	#top-actions li{
		width:80%;
		margin: .5rem 0;
	}
	#top-actions li a{
		width:100%;
	}
}
*/

/***  PAGE HERO  ***/
#page_hero{
	height:auto;
	min-height:38rem;
	padding: 6.6vmax 0px 3vw 0px;
	width:100%;
	background-repeat:no-repeat !important;
	background-size:cover;
	background-position:center center;
}
#hero_cont{
	max-width:1200px;
	margin: 0px auto;
	text-align:center;
	padding:0px;
	color:#fff;
}
#hero_cont h4, #hero_cont h4.sub{
	font-family:poppins, sans-serif;
	font-size: calc((2.8 - 1) * 2vh + 3.5rem);
	line-height: 130%;
	margin:0px;
	color:#fff;
	text-transform:none;
	text-shadow: 2px 2px 2px #000;
}

a.hero_btn{
	display:inline-block;
	text-decoration:none;
	color:#000;
	font-weight:500;
	padding: 1.2rem 3.2rem;
	margin-top: 2rem;
	font-size: 1.8rem;
	transition: background-color .5s;
}

a.hero_btn:link, a.hero_btn:visited{
	background-color:#fff;
}
a.hero_btn:hover, a.hero_btn:visited:hover{
	color:#000;
	background-color:#ffffffaa;
	}
/***  CTA BAR  ***/
#titlebar .common-btn, #subbar .actbtn,
.beautiful-taxonomy-filters-button, .cta_btn {
    display:inline-block;
    -webkit-appearance: none;
    border: none;
    color: #fff;
    font-size:1.6rem;
    font-family:Poppins,sans-serif;
    padding: 1.5rem 2rem;
    box-shadow:2px 2px 4px #858585;
    text-decoration:none;
    text-transform:none;
	transition: background-color .25s,  box-shadow .25s;
}

#subbar .actbtn:hover, .cta_btn:hover {
    box-shadow:1px 1px 2px #858585;
}

#subbar .guide_btn{
	background-color: #a91b22;
}

#subbar .guide_btn:hover{
	background-color: #890002;
}

#subbar .search_btn, .cta_btn.search_btn{
	background-color: #cdb23e;
}

#subbar .search_btn:hover, .cta_btn.search_btn:hover{
	background-color: #ad921e;
	color:#fff;
}

#subbar .donate_btn{
	background-color: #0a6fa8;
}

#subbar .donate_btn:hover{
	background-color: #004f88;
}

/*** FILM TAXONOMY FILTERS ***/

.beautiful-taxonomy-filters{
	background-color:#e6e6e2;
	box-shadow:none;
}

.beautiful-taxonomy-filters-button{
	background-color: #3e2180;
}

.beautiful-taxonomy-filters-button:hover{
	background-color: #5e41a0;
}


@media screen and (max-width:650px){
	#subbar , #subbar .container, #subbar .container .col-md-12{
		padding:0px;
	}

	#top-actions{
		width: 100%;
		height: 9rem;
		align-items:stretch;
		align-content:stretch;
	}
	#top-actions li{
		margin:0px 0px 0px 0px;
	}
	#subbar a.actbtn{
		height:100%;
		line-height:130%;
		display:flex;
		align-items:center;
		box-shadow:none;
		padding: 1rem 2rem;
	}
	#subbar a.actbtn:hover{
		box-shadow:none;
	}
}


/***  FOOTER IMAGE  ***/

#foot_image{
	width:100%;
	min-height: 21vh;
	height:auto;
	display:flex;
	justify-content:center;
	align-items:center;
	padding: 3.3vmax 3vw;
	flex-wrap:wrap;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center !important;
}
#foot_image h3{
	display:inline-block;
	max-width: 900px;
	padding: 0;
	text-align:center;
	font-size: 3.7rem;
	color:#fff;
	font-weight:400;
	font-family: Poppins, sans-serif;
	text-transform:none;
}


/***  CONTENT AREA  ***/


#banner img,
#banner-state img {
    max-width: 100%;
    height: auto;
}

.grid-pad {
    /*padding: 20px;*/
    padding: 0;
}


#project-filter-tools {
	display:flex;
	width:100%;
	flex-direction:column;
	justify-content:space-between;
	align-items:flex-end;
    margin: 1rem 0 2.5rem 0;
}

#project-filter-tools .filter-module {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
}
#project-filter-tools .filter-module#sort-by-city {
	margin-top: 2rem;
/*	z-index: 1500; */
}
#project-filter-tools .filter-module#advanced-search {
/*	z-index: 1000; */
}
#project-filter-tools label {
    font-size: 22px;
    margin: 0 15px 0 0;
    font-weight: 400;
}

#project-filter-tools #advanced-search {
    /*margin-left: 50px;*/
}

#project-filter-tools #advanced-search a {
    background: #a91b22;
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    padding: 1rem 1.2rem .7rem 1.2rem;
    text-decoration: none;
}

#project-filter-tools #advanced-search a:hover {
    text-decoration: none;
    background: #890002;
}

#project-filter-tools #advanced-search a:after{
	font-family:'Font Awesome 6 Free';
	content:'\f061';
	margin-left: .5rem;
	font-size: 1.5rem;
	vertical-align:middle;
}

#sort-by-city select#sort-projects{
	margin-bottom: -50vh;
}

.project-title, h1 .project-title a, .project-title h1 a {
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;
	color:#9a763e !important;
}

#titlebar .page-title {
    color: #d6bf93;
    margin: 0;
    font-size: 51px;
}

.entry-header {
    position: relative;
}

h1.entry-title a{
    color: #1b2b3c;
    font-size: 26px;
    font-weight: normal;
    text-transform:none;
    margin: 0 0 5px 0;
    font-weight:600;
}

.entry-header .entry-title a,
.entry-header .entry-title a:visited {
    color: #967643;
}

.entry-header .entry-title a:hover {
/*    color: #fff !important; */
}

.entry-title a,
.entry-title a:visited {
    color: #967643;
}

.entry-header .entry-title h1  {
    font-family: 'Poppins',helvetica, arial, sans-serif;
    color: #1b2b3c;
    font-weight: normal;
    text-transform:none;
    margin: 0 0 5px 0;
    font-weight:600;
}
.entry-header .entry-title a{
	font-family: 'Poppins', helvetica, arial, sans-serif;
    color: #1b2b3c;
    font-weight: normal;
    text-transform:none;
    margin: 0 0 5px 0;
    font-weight:400;
}



.entry-title a:hover {
    color: #761318;
}

/*WIDGETS*/
.widget {
    margin: 0 0 40px 0;
}

.widget:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.widget-title {
    font-size: 19px;
    font-family: poppins, sans-serif;
    color: #000;
    text-transform: uppercase;
    clear: both;
	line-height:24px;
	font-weight:400;
}

.widget .wp-caption {
    border: none;
}

.widget .wp-caption-text {
    text-align: left;
	font-size:13px;
}

.widget .wp-caption img {
    max-width: 100%;
}

#wrapper .widget .menu li {
    float: none;
}

#wrapper .widget .menu li:before {
    content: '';
    margin: 0;
}

#mc_embed_signup input[type="email"] {
    width: 100%;
    margin: 0 0 10px 0;
}

#mc_embed_signup input[type="submit"] {
    margin: 0 0 10px 0;
}


/*GLOBAL FOOTER*/
#global-footer {
    width:100%;
    background-color:rgb(37,53,81);
    color:#fff;
    padding: 3.6vmax 0px;
    display:flex;
    justify-content:center;
}

.bottom-wrapper {
    border-top: none;
    margin-top: 30px;
    display:flex;
    width:100%;
    max-width:1200px;
    justify-content:center;
    flex-wrap:wrap;
    align-items:top;
}

.foot_third{
	display:inline-block;
	width: 28.33%;
	margin:0px 2.5% 2rem 2.5%;
	text-align:left;
	color:#fff;
	min-width:33rem;
}
.foot_third p, .foot_menu  li {
	font-size: 1.4rem;
}

.foot_third.middle p{
	line-height: 1.8em;
}

.foot_full p {
	font-size: 1.2rem;
}

.foot_full {
    margin-top: 15px;
    border-top: 1px #ffffff33 solid;
}

.foot_third, .foot_third a, .foot_third h4, .foot_menu , .foot_menu li, .foot_menu li a{
	font-family: poppins,sans-serif;
	font-weight:400 !important;
}

.foot_third h4, .foot_menu  li.foot-menu-title, .foot_menu  li.foot-large{
	text-transform:uppercase !important;
	font-size: 2.1rem !important;
	padding:0px !important;
}
.foot_third h4{
	margin-top: 0px !important;
	color:#fff !important;
}
.foot_menu {
	padding:0px;
	font-weight:400;
}
.foot_menu  li{
	padding:0px;
	list-style-type:none;
}
.foot_third a, .foot_third a:link, .foot_third a:visited, .foot_menu  li, .foot_menu  li:before, .foot_menu  li a:link, .foot_menu  li a:hover, .foot_menu  li a:visited, .foot_full a:link, .foot_full a{
	color:#fff;
}
.foot_third a, .foot_third a:link, .foot_third a:visited, .foot_menu  li a:link, .foot_menu  li a:visited, .foot_full a:visited {
	text-decoration:none;
}

.foot_third a:hover, .foot_third a:visited:hover, .foot_menu  li a:hover, .foot_menu  li a:visited:hover, .foot_full a:hover{
	text-decoration:underline;
	text-underline-offset: .3rem;
	background-color:transparent;
}

.foot_third p a:link, .foot_third p a:visited{
	text-decoration: underline;
	text-underline-offset: .3rem;
}

.foot_third p a:hover, .foot_third p a:visited:hover{
	text-decoration: none;
}

.foot_menu  li:before{
	content:'– ';
	margin-right: .1rem;
}

.foot_menu  li.foot-menu-title{
	margin-bottom: 2rem;
}
.foot_menu  li.foot-large{
	margin-top: 2rem;
}
.foot_menu  li.foot-menu-title:before, .foot_menu  li.foot-large:before{
	content: '';
}
a.footer_cta{
	display:inline-block;
	font-family: 'Nunito Sans',sans-serif;
	text-decoration:none;
	color:#000;
	font-weight:500 !important;
	transition: background-color .5s;
	padding: 1.4rem 3.2rem;
	margin-top: 3rem;
	font-size: 1.8rem;
}
a.footer_cta:link, a.footer_cta:visited{
	background-color:#ffffffff;
	text-decoration:none;
	color:#000;
}
a.footer_cta:hover, a.footer_cta:visited:hover{
	color:#000;
	background-color:#ffffffaa;
	text-decoration:none;
}

/***  FOLLOW MENU ***/

.follow_menu{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	padding:0px;
    margin: 0 0 40px 0;
}
.follow_menu li {
	display:inline-block;
	padding-left: 0px;
	list-style-type:none;
	width:3rem;
	height:3.5rem;
	margin-right: 2rem;
}
.follow_menu li a{
	display:inline-block;
	overflow:hidden;
	color:#fff;
	width: 4rem;
	height:4rem;
	line-height: 3rem;
}

.follow_menu li a:hover{
	text-decoration:none;
}
.follow_menu li a:before{
	font-family:FontAwesome;
	display:inline-block;
	text-indent:0px;
	font-size: 3rem;
	width: 4rem;
	height: 4rem;
	text-align:center;
	line-height: 4rem;
	background-color:#ffffff00;
	border-radius: .5rem;
	transition: background-color .5s;
}

.follow_menu li a:hover:before{
	background-color:#ffffff33;
}
.follow_menu li.fb_link a:before{
	content:"\f09a";
	font-size: 2.8rem;
}
.follow_menu li.twt_link a:before{
	content:"\f099";
}
.follow_menu li.ig_link a:before{
	content:"\f16d";
}
.follow_menu li.yt_link a:before{
	content:"\f431";
}
.follow_menu li.tkt_link a:before{
	content:"\e07b";
}
.common-btn,
.common-btn:visited,
.common-btn:active {
    border-radius: 3px;
    display: inline-block;
    padding: 1.9rem 3.2rem;
    color: #fff !important;
    margin: 0 0;
    vertical-align: middle;
    text-decoration:none !important;
    text-align:center;
}

.common-btn.green {
    background: rgb(37, 53, 81);
}

.common-btn.yellow {
    background: #cdb23e;
}

.common-btn.red {
    background: #a91b22;
    margin: 0 auto;
    padding: 2px 15px;
}

.common-btn.red:hover,
.common-btn.red:focus,
.common-btn.red:active {
	background-color: #a91b22;
	color:#f6d3a0;
}

.common-btn.blue {
    background: #417bbb;
}

.common-btn.plum {
    background: #663344;
}

.common-btn.navy {
    background: #335070;
    color: #fff;
    font-size: 16px;
}

.common-btn.blue:hover,
.common-btn.blue:focus,
.common-btn.blue:active {
	background-color: #2d70bb;
	border-color: #2d70bb;
	color:#ffffff;
	}

.common-btn.green:hover,
.common-btn.green:focus,
.common-btn.green:active {
	background-color: rgb(67, 83, 111) !important;
	color:#ffffff!important;
	}

.common-btn.yellow:hover,
.common-btn.yellow:focus,
.common-btn.yellow:active {
	background-color: #c7a711;
	border-color: #c7a711;
	color:#ffffff;
	}
	
.common-btn.navy:hover, 
.common-btn.navy:focus, 
.common-btn.navy:active {
    background-color: #4a74a3;
    border-color: #4a74a3;
    color: #fff;
}

.common-btn.pumpkin {
    background: #C77D08;
}

.common-btn.purple {
    background: 7D26C7;
}

.common-btn.purple:hover,
.common-btn.purple:focus,
.common-btn.purple:active {
	background-color: #883ec7;
	border-color: #883ec7;
	color:#ffffff;
	}

.common-btn.pumpkin:hover,
.common-btn.pumpkin:focus,
.common-btn.pumpkin:active {
	background-color: #c78722;
	border-color: #c78722;
	color:#ffffff;
	}


.common-btn:hover {
    text-decoration: none;
    color: #fff;
}

#footer-nav {
    padding: 5px 15px 5px 0px;
    float: right;
}



/*** FOOTER MODAL PANEL ***/

#lnd_modal_mask{
	display:none;
	position:fixed;
	width: 100vw;
	height:100vh;
	top: 0px;
	left: 0px;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	z-index: 50000;
	background-color:rgb(0,0,0,0.5);
	opacity: 1.0;
	transition: opacity .5s, display .5s;
	cursor:pointer;
}
#lnd_modal_mask.active{
	display:flex;
}
#lnd_modal{
	display:block;
	width: 75%;
	max-width: 120rem;
	min-width: 300px;
	text-align:right;
}

#lnd_modal_mask.active.imgpop #lnd_modal{
	width:auto;
	max-width: 90%;
}
#lnd_modal_mask.active.imgpop #lnd_modal img{
	width:auto;
	max-width:100%;
	height: auto;
	max-height:70vh;
}
#lnd_modal_mask.active.imgpop #lnd_modal #lnd_modal_cont{
	padding: 2rem;
	background-color:#000;
}
@media screen and (max-width: 880px){
	#lnd_modal{
		width: 90%;
	}
}
#lnd_modal_close{
	display:inline-block;
	font-size: 2rem;
	color:#fff;
	transition: transform .5s;
}

#lnd_modal_close:link{
	text-decoration:none;
}
#lnd_modal_close:hover{
	transform:rotate(20deg);
	text-decoration:none;

}
#lnd_modal_cont{
	display:block;
	background-color:#fff;
	width: 100%;
	max-height: 85vh;
	overflow:auto;
	text-align:left;
	padding: 4rem 6rem;
}

@media screen and (max-width: 767px){
#lnd_modal_cont{
		padding: 2rem 3rem;
	}
}

#lnd_modal_cont h2{
	margin-top: 0px;
}


/*** MODAL BOXES ***/

#signup_modal{
	width:100%;
	min-height: 70vh;
	border:none;
}

body.page-template-page-modal #wrapper{
	padding:0px;
}

body.page-template-page-modal footer#global-footer{
display:none;
}

.lnd-modal-search-row .stk-row.stk-block-content{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
}


@media screen and (max-width: 767px){
	.lnd-modal-search-row .stk-row.stk-block-content{
		flex-direction: column;
	}
}

.lnd-modal-search-row .stk-row.stk-block-content .stk-column.wp-block-stackable-column,
.lnd-modal-search-row .stk-row.stk-block-content .stk-column.wp-block-stackable-column .stk-column-wrapper{
	min-height:100%;
	display:flex;
	width:100%;
}
#lnd_modal_cont .modal-column .stk-inner-blocks{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	width:100%;
	height:100%;
	line-height: 130%;
}

.modal-divider .kt-block-spacer.kt-block-spacer-halign-center{
	display:flex;
	justify-content:center;
	align-items:center;
}


#lnd_modal_cont .modal-column .stk-inner-blocks .wp-block-button__link, #lnd_modal_cont button.wp-block-search__button{
	border:none;
	color:#fff;
	display:inline-block;
	padding: 2rem 3.2rem;
	text-shadow:none;
	box-shadow:none;
	font-size: 1.6rem;
	margin-top: 1.6rem;
	margin-bottom: 0px;
	font-weight: 500;
}
a.emaillist_btn_contentarea {
	display:inline-block;
	text-decoration:none;
	color:#fff;
	font-weight:500;
	padding: 1.4rem 3.2rem;
	margin-top: 2rem;
	font-size: 1.8rem;
	transition: background-color .5s;
}

a.emaillist_btn_contentarea:link, a.emaillist_btn_contentarea:visited{
	background-color:#a91b22;
}
a.emaillist_btn_contentarea:hover, a.emaillist_btn_contentarea:visited:hover{
	color:#fff;
	background-color:#a91b22aa;
	}

@media screen and (min-width: 768px){
	#lnd_modal_cont .modal-column{
		max-width: 48%;
	}
}
@media screen and (max-width: 767px){
	#lnd_modal_cont h2{
		margin-block-end: 2rem;
	}
	#lnd_modal_cont .modal-column{
		width: 100%;
		max-width: 100% !important;
		margin: 1rem auto;
		background-color:rgb(224, 224, 219,.3);
		padding: 1.3rem;
	}
	#lnd_modal_cont .modal-divider{
		display:none;
	}
	#lnd_modal_cont .modal-column .stk-inner-blocks .wp-block-button__link{
	margin-top:  0px;
	margin-bottom:  1.6rem;
}

}

.stk-inner-blocks .modal-research-btn .wp-block-button__link{
	background-color:#cdb23e;
}
.stk-inner-blocks .modal-research-btn .wp-block-button__link:hover{
	background-color:#c5b77b;
}
.stk-inner-blocks .modal-browse-btn .wp-block-button__link{
	background-color:#0a6fa8;
}
.stk-inner-blocks .modal-browse-btn .wp-block-button__link:hover{
	background-color:#4c85b5;
}
.stk-inner-blocks .modal-advsearch-btn .wp-block-button__link{
	background-color:#253551;
}
.stk-inner-blocks .modal-advsearch-btn .wp-block-button__link:hover{
	background-color:#4c6490;
}
#lnd_modal_cont button.wp-block-search__button{
	background-color:#a91b22;
}
#lnd_modal_cont button.wp-block-search__button:hover{
	background-color:#b02b3a;
}
#lnd_modal_cont form.modal-search{
	width:100%;
}
#lnd_modal_cont input.wp-block-search__input{
	width: calc(100% - 11rem);
	border: solid 1px #ddd;
	background-color:#fff;
	padding: 1.2rem;
	width: 90%;
}

#lnd_modal_cont input.wp-block-search__input:focus{
	border: solid 1px #0a6fa8;
	background-color:#fff;
	width: 100%;
}

#lnd_modal_cont .wp-block-search__inside-wrapper {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
}


/*** MODAL SITE GUIDE ***/

.wp-block-image.guide-icon figure.alignright{
	display:inline-block;
	width: auto;
	max-width: 15rem;
	margin-bottom: 1rem;
}

.wp-block-image.guide-icon figure.alignright img{
	width: 15rem;
}

/*CONTENT MENUS*/
#nav-single {
    margin: 0 0 20px 0;
}

#nav-single:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#nav-single .nav-previous {
    float: left;
    display: block;
}

#nav-single .nav-next {
    float: right;
    display: block;
}

#wrapper .menu,
#wrapper .sub_navigation {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 19px;
    width: 100%;
}



#wrapper .menu:after,
#wrapper .sub_navigation:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }

#wrapper .menu li,
#wrapper .sub_navigation li {
    float: left;
}

#wrapper .menu li a,
#wrapper .sub_navigation li a {
    color: #1B2B4C;
	font-size:14px;
}



#wrapper .menu li:before,
#wrapper .sub_navigation li:before {
    content: "|";
    margin: 0 12px;
    color: #ddd;
}

#wrapper .menu li:first-child:before,
#wrapper .sub_navigation li:first-child:before {
    content: '';
    margin: 0;
}

#wrapper .menu, #wrapper .sub_navigation {
	font-size:15px;
}

/*COMMENTS*/

.entry-header .comments-link a {
    background: #eee url(images/comment-bubble.png) no-repeat;
    color: #666;
    font-size: 13px;
    font-weight: normal;
    line-height: 35px;
    overflow: hidden;
    padding: 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    text-decoration: none;
    width: 43px;
    height: 36px;
}

.entry-header .comments-link .leave-reply {
    display: none;
}

.commentlist {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}

.commentlist article.comment,
.commentlist .comment-body {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    margin: 0 0 30px 0;
    position: relative;
}

.commentlist .comment-author {
    padding: 10px 50px 10px 45px;
    background: #f9f9f9;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.commentlist .comment-author .fn {
    font-size: 16px;
}

.commentlist .comment-author .comment-meta {
    font-style: italic;
}

.commentlist .avatar {
    margin: 0 10px 10px 0;
    width: 54px !important;
    height: 54px !important;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -20px;
}

.commentlist .comment-content {
    padding: 15px 25px;
}

.commentlist .reply {
    position: absolute;
    top: 10px;
    right: 10px;
}

#reply-title {
    color: #000;
    font-family: poppins, "Arial Narrow Bold", sans-serif;
    font-weight:400;
}

/***  COMMENT FORM  ***/

#comments{
	margin-top: 5rem;
}

#cmnt_extra{
	display:block;
	height:auto;
	width:100%;
	max-height:0px;
	overflow:hidden;
	transition: max-height 1s
}

#cmnt_extra.active{
	max-height: 50vh;
}

#commentform label{
	text-indent:-100vw;
	width: 0px;
	height:0px;
	overflow:hidden;
}

#commentform input[type=text], #commentform input[type=email], #commentform textarea{
	all:unset;
	background-color:#fafafa;
	border: solid 1px #ccc;
	border-radius: .2rem;
	padding: .8rem
	
}

#commentform input[type=text]:focus, #commentform input[type=email]:focus, #commentform textarea:focus{
	background-color:#fff;
	border-color:#888;
}

#commentform input[type=text], #commentform input[type=email]{
	width:80%;
	margin-bottom: 1.5rem;
}
#commentform textarea{
	width:95%;
	margin: 2.5rem 0px;
}
/*
.comment-notes{
	margin-bottom: 3rem;
}
*/
.akismet_comment_form_privacy_notice{
	display:none;
}


/*PLUGIN OVEWRITES*/
#titlebar .addtoany_list {
    display: block;
    padding: 19px 0 10px 0;
}

#titlebar .addtoany_list a {
    color: #fff;
}


/*RESPONSIVE BEHAVIOR*/

@media (max-width: 700px) {
    .nav-film {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .nav-film {
        width: 100%;
    }
}

#gallery-4 .gallery-caption {
    display: none !important;
}

#gallery-4 .prj-slideshow-title h4 {
	font-size:15px !important;
	line-height:1.2em !important;
	text-align:left !important;
	}
