/* TOC 

1. Variables
2. Global
3. Home
4. Landing
5. Modules
6. News / Events
7. Gallery
8. Resources

*/
/*------------------------------------*
   1. Variables
*------------------------------------*/
/*-------------*
   colors
*-------------*/
/*-------------*
   fonts
*-------------*/
/*-------------*
   effects
*-------------*/
.center-horizontal {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.animate-all {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*-------------*
   type
*-------------*/
/*-------------*
   misc
*-------------*/
/*------------------------------------*
   2. Global
*------------------------------------*/
/*---*
Overrides
*----*/
body {
  color: #666;
}
a {
  color: #666;
}

/*ADDED for history of typography - 18-05-2020 From Here */


/* TO HERE */

a.more {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
  color: #7d4802;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}
a.more:hover {
  color: #333;
  text-decoration: none;
}
.btn {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.btn-primary {
  color: #fff;
  background-color: #caccb8;
  border-color: #caccb8;
}
.btn.btn-primary:hover {
  background-color: #b3b69a;
}
.btn.btn-secondary {
  color: #fff;
  background-color: #334019;
  border-color: #334019;
}
.btn.btn-secondary:hover {
  background-color: #141a0a;
}
.btn:hover {
  text-decoration: none;
}
.form-control {
  border-radius: 0;
}
.page-link {
  color: #334019;
}
.page-item.active .page-link {
  background-color: #334019;
}
@media (min-width: 768px) {
  .container {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
	.container {
		margin-left: 0;
		max-width: 100%;
	}
}
/*---*
Primarynav
*----*/
#primarynav.navbar .navbar-nav > li {
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  /*&:hover {
					ul {
						display: block;
					}
				}*/
}
#primarynav.navbar .navbar-nav > li.nav-search {
  padding: 0 10px;
}
#primarynav.navbar .navbar-nav > li > a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  color: #444;
}
#primarynav.navbar .navbar-nav ul {
  display: none;
}
#primarynav.navbar .navbar-nav .dropdown-menu {
  text-transform: none;
}
#primarynav.navbar .brand-wrapper {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#primarynav .dropdown-toggle:after {
  display: none;
}
#primarynav .dropdown-menu {
  margin: 0;
  padding: 0;
}
#primarynav .upper-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #334019;
}
#primarynav .utility-nav {
  margin-bottom: 0;
  vertical-align: middle;
}
#primarynav .utility-nav li {
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}
#primarynav .utility-nav li a {
  display: block;
  padding: 2px 18px;
  color: #fff;
}
#primarynav .utility-nav li a:hover {
  text-decoration: none;
}
#primarynav .utility-nav li:first-child {
  border-right: 1px solid #fff;
}
#primarynav .utility-nav .search-input {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0px;
  padding: 0;
  border: none;
}
#primarynav .utility-nav .search-input.searchbox-open {
  width: 192px;
  padding: .375rem .75rem;
  border-color: #ced4da;
}
#primarynav .utility-nav .search-input.searchbox-open + div button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#primarynav .utility-nav .search-block button {
  color: #fff;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.lower-nav {
  width: 100%;
  background-color: #334019;
}
.lower-nav .audience-nav {
  margin-bottom: 0;
}
.lower-nav .audience-nav li {
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  border-left: 1px solid #fff;
  margin: 0;
}
.lower-nav .audience-nav li a {
  display: block;
  padding: 16px 28px;
  color: #fff;
}
.lower-nav .audience-nav li a:hover {
  text-decoration: none;
}
.lower-nav .audience-nav li:first-child {
  border-left: none;
}
@media (min-width: 992px) {
  #primarynav {
    padding-top: 46px;
  }
  #primarynav .last .dropdown-menu,
  #primarynav #nav-sub-news .dropdown-menu {
    left: auto;
    right: 0;
  }
  #primarynav.navbar .navbar-nav > li:hover ul {
    display: block;
  }
}
@media (max-width: 576px) {
  #primarynav.navbar .brand-wrapper {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }
  #primarynav.navbar .brand-wrapper .navbar-brand {
    width: calc(100% - 60px);
  }
}
/*---*
Main Content
*----*/
.main-content-wrapper .main a:not(.btn) {
	
	/* Changed this on 26_03_2021 
  color: #666;*/
  
  color: #007bff;
  text-decoration: underline;
}
.main-content-wrapper .main a:not(.btn):hover {
  color: #333;
  text-decoration: none;
}
.main-content-block h1,
.main-content-block h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #333;
}
.main-content-block h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #333;
}
.main-content-block h4,
.main-content-block h5 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #333;
}
.main-content-block p {
  font-size: 18px;
  line-height: 24px;
}
header.block-header {
  background-color: transparent !important;
}
header.block-header h2 {
  font-family: 'EB Garamond', serif;
  font-size: 40px;
  line-height: 61px;
  color: #334019;
  margin: 0;
}
header.block-header + .program-block .block-item {
  border-top: none;
  padding-top: 24px !important;
}
@media (max-width: 767px) {
  .main-content-block img {
    max-width: 100%;
    height: auto !important;
  }
}
/*---*
Global Footer
*----*/
#global-footer {
  background-color: #333;
}
#global-footer .footer-body {
  color: #fff;
}
#global-footer .footer-body .column {
  padding-top: 50px;
  padding-bottom: 50px;
  /*Added this to change footer aligment to left - FROM HERE*/
  text-align: left!important;
  /* TO HERE */
}
#global-footer .footer-body a {
  color: #fff;
}
#global-footer .copyright-row .row {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
#global-footer .copyright-row .column {
  padding: 22px 0;
}
#global-footer .copyright-row p {
  font-size: 12px;
  color: #95989A;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
#global-footer .copyright-row p a {
  color: #95989A;
}
#global-footer .copyright-row .btn {
  font-size: 12px;
  color: #95989A;
}
#global-footer hr {
  width: 100%;
  clear: both;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
#global-footer address {
  font-size: 16px;
  line-height: 26px;
}
#global-footer address h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 24px;
}
#global-footer .logo-block figure {
  margin: 0;
}
#global-footer .logo-block .caption p {
  font-size: 16px;
  line-height: 26px;
  margin: 2px 0 2px;
}
#global-footer .logo-block ul {
  margin: 0 0 0 -4px;
}
#global-footer .logo-block ul li {
  margin: 0;
}
@media (min-width: 768px) {
  #global-footer .copyright-row .btn {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #global-footer .copyright-row .btn {
    padding-left: 0;
  }
  #global-footer .copyright-row .column:first-child {
    padding-bottom: 0;
  }
}
/*---*
Search Modal
*----*/
.search-modal .modal-header {
  background-color: #a4ac91;
  border-radius: 0;
  border: none;
}
.search-modal .modal-header h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 35px;
  line-height: 47px;
  font-weight: 700;
  color: #fff;
}
.search-modal .modal-body {
  background-color: #a4ac91;
}
.search-modal .modal-body .form-text,
.search-modal .modal-body label {
  color: #fff;
}
@media (max-width: 991px) {
  .search-modal .modal-body .column label {
    width: 20%;
    justify-content: flex-start;
  }
}
@media (max-width: 424px) {
  .search-modal .modal-body .column label {
    width: auto;
  }
}
/*------------------------------------*
   3. Home
*------------------------------------*/
/*---*
Video Block / Collapsible
*----*/
.video-hero-block {
  background: #EAEAEA;
  position: relative;
  overflow: hidden;
}
.video-hero-block.full-screen-height {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.video-hero-block.full-screen-height.collapsed {
  height: 58px;
  margin-bottom: 0;
}
.video-hero-block.full-screen-height.collapsed .home-video-hero-hide {
  display: none;
}
.video-hero-block.full-screen-height.collapsed .home-video-hero-show {
  display: block;
  color: #666;
}
.video-hero-block .home-video-hero-hide {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 10px;
  color: #ddd;
  text-shadow: 1px 2px 5px #333333;
}
.video-hero-block .home-video-hero-show {
  display: none;
}
.video-hero-block .home-video-hero-toggle {
  text-align: center;
}
.video-hero-block .home-video-hero-toggle span {
  display: block;
}
.video-hero-block .home-video-hero-toggle:hover,
.video-hero-block .home-video-hero-toggle:focus {
  text-decoration: none;
}
.video-hero-block video {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.video-hero-block.collapsed video {
  display: none;
}
@media (min-width: 1200px) {
  .video-hero-block.full-screen-height {
    height: calc(100vh - 174px);
  }
}
/*---*
Social Media Block
*----*/
.social-media-block header h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #334019;
}
.social-media-block .block-item {
  background: #f7f7f7;
}
.social-media-block .block-item figure {
  margin-bottom: 30px;
  width: 100%;
}
.social-media-block .block-item figure img {
  width: 100%;
}
.social-media-block .block-item h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 21px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.social-media-block .block-item p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
.social-media-block .block-item p.meta {
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
}
.social-media-block .block-item .more {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .social-media-block {
    /*.column {
			display: -webkit-box;
			display: -webkit-flex;
			display: flex;
			flex-direction: column;
			.block-item {
				display: -webkit-box;
				display: -webkit-flex;
				display: flex;
				flex-direction: column;
				flex: 1;
	            -ms-flex: 1 1 auto;
			}
		}*/
  }
}
/*---*
Annoutncements Block
*----*/
.announcements-block header h2 {
  font-family: 'EB Garamond', serif;
  text-transform: uppercase;
  font-size: 38px;
  color: #334019;
}
/*---*
Signup Block
*----*/
.signup-block {
  background-color: #334019;
}
.signup-block h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-align: center;
}
/*------------------------------------*
   4. Landing
*------------------------------------*/
/*---*
Hero Block
*----*/
.hero-block {
  overflow: hidden;
  position: relative;
}
.hero-block .hero-img {
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  position: relative;
}
.hero-block .hero-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
}
.hero-block .hero-text .column {
  vertical-align: middle;
}
.hero-block .hero-text h1,
.hero-block .hero-text h2 {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 40px;
  line-height: 48px;
}
.hero-block .hero-text p {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 24px;
  line-height: 29px;
}
@media (max-width: 767px) {
  .hero-block .hero-text h1,
  .hero-block .hero-text h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .hero-block .hero-img {
    width: 100%;
  }
}
/*---*
Intro Block
*----*/
.intro-block header h1,
.intro-block header h2 {
  font-family: 'EB Garamond', serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
  color: #334019;
  margin: 0;
}
.intro-block .title-column h2 {
  font-family: 'EB Garamond', serif;
  text-transform: uppercase;
  font-size: 59px;
  color: #334019;
}
.intro-block p {
  font-size: 18px;
  line-height: 34px;
}
.intro-block p:last-of-type {
  margin-bottom: 0;
}
.intro-block a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.intro-block a:hover {
  text-decoration: none;
  color: #333;
}
.intro-block a.more {
  color: #BEC1A3;
  text-transform: uppercase;
}
.intro-block address {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 1rem;
}
.intro-block address h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .intro-block .title-column h2 {
    font-size: 49px;
  }
  .intro-block header h1,
  .intro-block header h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
/*---*
Subnav Block
*----*/
.sub-nav-block {
  background-color: #a4ac91;
}
.sub-nav-block h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 35px;
  line-height: 47px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.sub-nav-block h2 a {
  color: #fff;
}
.sub-nav-block h2 a:hover {
  text-decoration: none;
}
.sub-nav-block nav li {
  font-size: 16px;
  margin-bottom: 10px;
}
.sub-nav-block nav li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.sub-nav-block nav li a:hover {
  color: #caccb8;
}
.sub-nav-block nav li:last-child {
  margin: 0;
}
.sub-nav-block nav li .nav-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #caccb8;
  cursor: pointer;
  text-align: center;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation3);
  /*&::before {
					content: '\f078';
					font-family: "Font Awesome 5 Solid";
					display: none !important;
					width: 24px;
					height: 24px;
					position: absolute;
					top: 0;
					left: 0;
					text-align: middle;
				}
				.svg-inline--fa {
					font-size: 24px;
					color: #fff;
					.animate-all();
				}*/
}
.sub-nav-block nav li .nav-toggle:hover {
  background-color: #b3b69a;
}
.sub-nav-block nav li .nav-toggle:before {
  content: '>';
  color: #334019;
  font-family: 'Open Sans Condensed', sans-serif;
}
.sub-nav-block nav li .nav-toggle.toggled {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation-3);
}
.sub-nav-block nav li.active .nav-toggle,
.sub-nav-block nav li.parent-active .nav-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation-3);
}
.sub-nav-block nav li.active .nav-toggle.toggled,
.sub-nav-block nav li.parent-active .nav-toggle.toggled {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation-3);
}
.sub-nav-block nav li ul {
  margin-top: 10px;
  list-style: none;
  padding-left: 20px;
}
.sub-nav-block nav li ul li {
  margin-bottom: 8px !important;
}
.sub-nav-block nav li ul li ul {
  margin-bottom: 10px;
  margin-top: 8px;
}
.sub-nav-block nav li ul li ul li {
  font-size: 14px;
}
@media (max-width: 991px) {
  .sub-nav-block nav > ul {
    display: none;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sub-nav-block nav ul > li.has-children > a {
    position: relative;
  }
  .sub-nav-block nav ul > li.has-children > ul {
    display: none;
  }
  .sub-nav-block nav ul > li.has-children.active > ul,
  .sub-nav-block nav ul > li.has-children.parent-active > ul {
    display: block;
  }
  .sub-nav-block nav ul > li.has-children .nav-toggle {
    display: block;
  }
  .sub-nav-block nav ul > li.dropdown-submenu > a {
    padding-right: 30px;
  }
  .sub-nav-block nav > ul {
    display: block !important;
  }
}
/*---*
Program Block
*----*/
.program-block header h2 {
  font-family: 'EB Garamond', serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 61px;
  color: #334019;
  margin: 0;
}
.program-block header + .block-item {
  border-top: none;
}
.program-block .block-item {
  border-top: 1px solid #BABDBF;
}
.program-block .block-item h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #333;
}
.program-block .block-item h2 a {
  color: #333;
}
.program-block .block-item p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
.program-block .block-item a.more {
  text-transform: uppercase;
  color: #334019;
}
.program-block .block-item .image img {
  width: 100%;
}
.program-block .block-item .text iframe,
.program-block .block-item .text table {
  max-width: 100%;
}
.program-block .block-item ul {
  font-size: 18px;
  line-height: 24px;
}
.program-block .block-item ul li {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .program-block .block-item .text img {
    max-width: 100%;
    height: auto !important;
  }
  .program-block .block-item .image {
    margin-bottom: 1rem;
  }
}
/*---*
Two-Column Block
*----*/
/*------------------------------------*
   5. Modules
*------------------------------------*/
/*---*
News/Events Block
*----*/
.news-events-block header {
  overflow: hidden;
  width: 100%;
}
.news-events-block header .btn {
  font-size: 18px;
  line-height: 24px;
  color: #7d4802;
}
.news-events-block header .btn:hover {
  color: #333;
}
.news-events-block header h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}
.news-events-block figure {
  margin: 0;
}
.news-events-block figure img {
  width: 100%;
}
.news-events-block a.more {
  color: #334019;
  text-transform: uppercase;
}
.news-events-block .news-list {
  position: relative;
}
.news-events-block .news-list header h2 {
  font-family: 'EB Garamond', serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: #334019;
  margin: 0;
}
.news-events-block .news-list header + .block-item {
  border-top: none;
  padding-top: 0 !important;
}
.news-events-block .news-list .block-item h3 {
  font-size: 25px;
  line-height: 34px;
}
.news-events-block .news-list .block-item h3 a {
  color: #666;
}
.news-events-block .news-list .block-item h4.date {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: #666;
}
.news-events-block .news-list .block-item p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
.news-events-block .events-list aside > header h2 {
  font-family: 'EB Garamond', serif;
  font-size: 30px;
  line-height: 46px;
  color: #334019;
  text-transform: uppercase;
  margin: 0;
}
.news-events-block .events-list .block-item {
  margin-bottom: 30px;
}
.news-events-block .events-list .block-item figure {
  margin-bottom: 30px;
}
.news-events-block .events-list .block-item h3 {
  font-size: 21px;
  line-height: 25px;
}
.news-events-block .events-list .block-item h3 a {
  color: #333;
}
.news-events-block .events-list .block-item .meta li {
  font-size: 18px;
  line-height: 20px;
  color: #A2A2A2;
}
.news-events-block .events-list .block-item p {
  font-size: 18px;
  line-height: 20px;
  color: #666;
}
@media (min-width: 768px) {
  .news-events-block .events-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex: 1;
    -ms-flex: 1 1 auto;
  }
  .news-events-block .events-list aside {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
  }
  .news-events-block .events-list aside > header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-events-block .events-list .block-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news-events-block .events-list:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background-color: #eaeaea;
  }
}
@media (max-width: 575px) {
  .news-events-block figure {
    margin-bottom: 1rem;
  }
}
/*---*
News/Events List Block
*----*/
.news-events-list-block header {
  overflow: hidden;
  width: 100%;
}
.news-events-list-block header .btn {
  font-size: 18px;
  line-height: 24px;
  color: #7d4802;
}
.news-events-list-block header .btn:hover {
  color: #333;
}
.news-events-list-block header h2 {
  font-family: 'EB Garamond', serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: #334019;
  margin: 0;
}
.news-events-list-block header h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}
.news-events-list-block header + .block-item {
  border-top: none;
}
.news-events-list-block figure img {
  width: 100%;
}
.news-events-list-block a.more {
  color: #334019;
  text-transform: uppercase;
}
.news-events-list-block .block-item h3 {
  font-size: 25px;
  line-height: 34px;
}
.news-events-list-block .block-item h3 a {
  color: #666;
  text-decoration: none !important;
}
.news-events-list-block .block-item h4.date {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  color: #666;
}
.news-events-list-block .block-item p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
.news-events-list-block .block-item .meta li {
  font-size: 18px;
  line-height: 20px;
  color: #A2A2A2;
}
.news-events-list-block .news-list {
  background-color: #f7f7f7;
}
.news-events-list-block .news-list .block-item:first-child {
  border-top: none;
}
.news-events-list-block .events-list .block-item {
  border-top: 2px solid #eaeaea;
}
@media (min-width: 576px) {
  .news-events-list-block figure {
    margin: 0;
  }
}
/*---*
Quote Block
*----*/
.quote-block {
  background: #BEC1A3;
}
.quote-block blockquote {
  font-size: 18px;
  line-height: 24px;
  color: #334019;
  margin: 0;
}
.quote-block blockquote footer {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  margin-top: 18px;
}
.quote-block header {
  width: 100%;
  overflow: hidden;
}
.quote-block header h2 {
  font-family: 'EB Garamond', serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: #fff;
  margin: 0;
}
.quote-block .quote-block-slider {
  position: relative;
}
.quote-block .quote-block-slider .image img {
  display: block;
  margin: 0 auto;
}
.quote-block .slick-prev::before,
.quote-block .slick-next::before {
  display: none;
  font-family: "Font Awesome 5 Solid";
}
.quote-block .slick-prev::before {
  content: '\f053';
  font-family: "Font Awesome 5 Solid";
}
.quote-block .slick-next::before {
  content: '\f054';
  font-family: "Font Awesome 5 Solid";
}
.quote-block .svg-inline--fa {
  font-size: 20px;
  color: #fff;
}
/*---*
Headline Block
*----*/
.headline-block header {
  width: 100%;
}
.headline-block header h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 21px;
  line-height: 28px;
  color: #666;
  margin: 0;
}
.headline-block footer .btn {
  font-size: 14px;
  line-height: 19px;
  color: #A2A2A2;
}
.headline-block footer .btn:hover {
  color: #333;
}
.headline-block .block-item {
  background: #f7f7f7;
  min-height: 150px;
}
.headline-block .block-item.image-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.headline-block.interior footer .btn {
  color: #7d4802;
}
.headline-block.interior footer .btn:hover {
  color: #333;
}
@media (min-width: 768px) {
  .headline-block .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .headline-block .column .flex-link,
  .headline-block .column .block-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex: 1;
    -ms-flex: 1 1 auto;
  }
}
/*---*
Feature Card Block
*----*/
.feature-card-block .block-item {
  background: #f7f7f7;
}
.feature-card-block .block-item figure {
  width: 100%;
  margin: 0;
}
.feature-card-block .block-item figure img {
  width: 100%;
}
.feature-card-block .block-item .text h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #333;
}
.feature-card-block .block-item .text p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
.feature-card-block .block-item header {
  background-color: #f7f7f7;
}
.feature-card-block .block-item header h3 {
  margin: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}
.feature-card-block .block-item header h3 a {
  display: block;
  position: relative;
  padding-right: 30px;
  padding: 40px 30px 40px 22px;
  color: #333 !important;
  text-decoration: none !important;
}
.feature-card-block .block-item header h3 a:hover {
  text-decoration: none;
}
.feature-card-block .block-item header h3 a i,
.feature-card-block .block-item header h3 a svg {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.feature-card-block .block-item footer {
  background: #f7f7f7;
}
.feature-card-block .block-item footer .btn {
  padding: 0;
  font-size: 12px;
  color: #7d4802;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-card-block .block-item footer .btn:hover {
  color: #333;
  text-decoration: none;
}
@media (min-width: 768px) {
  .feature-card-block header h2 {
    font-family: 'EB Garamond', serif;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 61px;
    color: #334019;
    margin: 0;
  }
  .feature-card-block .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .feature-card-block .block-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex: 1;
    -ms-flex: 1 1 auto;
  }
  .feature-card-block .block-item .text {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
  }
}
/*---*
Feature Card Slider
*----*/
.feature-card-slider .block-item {
  background: #f7f7f7;
  margin: 0 15px;
  height: 100%;
}
.feature-card-slider .block-item figure {
  width: 100%;
  margin: 0;
}
.feature-card-slider .block-item figure img {
  width: 100%;
}
.feature-card-slider .block-item .text h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #333;
}
.feature-card-slider .block-item .text p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
.feature-card-slider .block-item footer {
  background: #f7f7f7;
}
.feature-card-slider .block-item footer .btn {
  padding: 0;
  font-size: 12px;
  color: #7d4802;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.feature-card-slider .block-item footer .btn:hover {
  color: #333;
  text-decoration: none;
}
.feature-card-slider .slick-prev::before,
.feature-card-slider .slick-next::before {
  display: none;
  font-family: "Font Awesome 5 Solid";
}
.feature-card-slider .slick-prev .svg-inline--fa,
.feature-card-slider .slick-next .svg-inline--fa {
  font-size: 40px;
  color: #BABDBF;
}
.feature-card-slider .slick-prev::before {
  content: '\f053';
  font-family: "Font Awesome 5 Solid";
}
.feature-card-slider .slick-next::before {
  content: '\f054';
  font-family: "Font Awesome 5 Solid";
}
@media (max-width: 590px) {
  .feature-card-slider .slick-next {
    right: -10px;
  }
  .feature-card-slider .slick-prev {
    left: -10px;
  }
}
/*---*
Feature Card Grid
*----*/
.feature-card-grid figure,
.feature-card-grid h3 {
  margin: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}
.feature-card-grid figure a,
.feature-card-grid h3 a {
  position: relative;
  padding-right: 30px;
  padding: 40px 30px 40px 22px;
  color: #333;
}
.feature-card-grid figure a:hover,
.feature-card-grid h3 a:hover {
  text-decoration: none;
}
.feature-card-grid figure a i,
.feature-card-grid h3 a i,
.feature-card-grid figure a svg,
.feature-card-grid h3 a svg {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.feature-card-grid header {
  background-color: #f7f7f7;
}
.feature-card-grid .block-item {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .feature-card-grid .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .feature-card-grid .block-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex: 1;
    -ms-flex: 1 1 auto;
  }
  .feature-card-grid .block-item header {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
  }
}
/*---*
Carousel Block
*----*/
.carousel-block {
  overflow: hidden;
}
.carousel-block .carousel-slider-slider {
  position: relative;
}
.carousel-block .block-item {
  position: relative;
}
.carousel-block .block-item img {
  width: 100%;
}
.carousel-block .block-item .caption {
  width: 100%;
  background-color: #444;
  color: #fff;
}
.carousel-block .block-item .caption p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.carousel-block .block-item .caption header h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 38px;
  line-height: 52px;
  font-weight: 700;
  color: #fff;
}
.carousel-block .block-item .caption header .btn {
  color: #fff;
}
.carousel-block .block-item .caption header .btn:hover {
  color: #666;
}
.carousel-block .slick-prev {
  z-index: 100;
  left: 20px;
}
.carousel-block .slick-next {
  z-index: 100;
  right: 20px;
}
@media (min-width: 768px) {
  .carousel-block .block-item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(68, 68, 68, 0.7);
  }
}
/*---*
Video Block
*----*/
.video-block header {
  border-top: 1px solid #BABDBF;
}
.video-block header h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  color: #333;
  margin: 0;
}
.video-block .video-wrapper {
  margin-bottom: 15px;
}
.video-block .caption p {
  font-size: 18px;
  line-height: 24px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*---*
Filter Block
*----*/
.filter-block .form-control,
.filter-block .input-group-text {
  border-radius: 0;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-appearance: none;
  background-color: #EAEAEA;
  color: #95989A;
  border: 1px solid #EAEAEA;
}
.filter-block select {
  position: relative;
  background-image: url('/assets/img/select-arrow.png');
  background-repeat: no-repeat;
  background-position: right 10px top 16px;
  padding-right: 1.5rem;
}
.filter-block .svg-inline--fa {
  font-size: 20px;
  color: #95989A;
}
.filter-block .input-group-prepend + input {
  padding-left: 0;
}
.filter-block label {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #575859;
}
/*---*
Results List Block
*----*/
.results-list-block {
  border-top: 1px solid #707070;
}
.results-list-block .block-item h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.results-list-block .block-item h3 a {
  color: #444;
}
.results-list-block .block-item h3 a:hover {
  text-decoration: none;
  color: #333;
}
.results-list-block .block-item h3 span {
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
}
.results-list-block .block-item p {
  font-size: 20px;
  color: #666;
  margin: 0;
}
.results-list-block .block-item figure {
  margin: 0;
}
/*---*
DataTables
*----*/
.dataTables_paginate {
  padding: 10px 0;
}
.dataTables_paginate .paginate_button,
.dataTables_paginate .paginate_active {
  padding: 8px 16px;
  text-align: center;
  margin-right: 2px;
  display: inline-block;
  text-decoration: none !important;
}
.dataTables_paginate .paginate_button {
  cursor: pointer;
}
.dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
}
.dataTables_paginate .paginate_active {
  padding: 7px 15px;
  border: 1px solid #111;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 100%);
}
/*------------------------------------*
   6. News / Events
*------------------------------------*/
.news-list .block-item {
  border-top: 2px solid #eaeaea;
}
.news-events-details header .btn {
  color: #334019;
}
.news-events-details header .btn svg {
  color: #95989A;
}
.news-events-details header h1 {
  clear: both;
  font-family: 'EB Garamond', serif;
  font-size: 38px;
  color: #334019;
}
.news-events-details header .meta {
  margin: 0;
}
.news-events-details header .meta li {
  font-size: 22px;
  color: #666;
  padding-right: .7rem;
}
.news-events-details header .meta li:not(:last-child) {
  border-right: 1px solid #666;
}
.news-events-details header dl {
  margin-bottom: 0;
}
.news-events-details header dl dt {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  color: #666;
}
.news-events-details header .resource-link {
  font-size: 28px;
  line-height: 34px;
}
.news-events-details header .resource-link a {
  color: #666;
  text-decoration: underline;
}
.news-events-details header .resource-link a:hover {
  text-decoration: none;
}
.news-events-details header + section {
  margin-top: 0 !important;
}
.news-events-details .main-content h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
.news-events-details .main-content h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #333;
}
.news-events-details .main-content p {
  font-size: 18px;
  line-height: 24px;
}
.news-events-details .main-content figure {
  display: table;
  width: 1px;
}
.news-events-details .main-content figure img {
  display: table-row;
}
.news-events-details .main-content figure figcaption {
  display: table-row;
}
.news-events-details .main-content figure figcaption p {
  margin: 0;
  font-size: 90%;
  line-height: 1.2;
}
.news-events-details .main-content a:not(.btn) {
  color: #666;
  text-decoration: underline;
}
.news-events-details .main-content a:not(.btn):hover {
  color: #333;
  text-decoration: none;
}
.news-events-details .supporting-content h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}
.news-events-details .supporting-content p {
  font-size: 18px;
  line-height: 24px;
}
.resource-list li {
  font-size: 28px;
  line-height: 34px;
}
.resource-list li a {
  color: #666;
  text-decoration: underline;
}
.resource-list li a:hover {
  text-decoration: none;
}
.resource-list li:not(:last-child) {
  margin-bottom: .5rem;
}
.news-events-grid .block-item {
  background: #f7f7f7;
}
.news-events-grid .block-item figure {
  width: 100%;
  margin: 0;
}
.news-events-grid .block-item figure img {
  width: 100%;
}
.news-events-grid .block-item .text h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #333;
}
.news-events-grid .block-item .text h4.date {
  font-size: 14px;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-weight: normal;
  text-align: right;
  margin: 0;
}
.news-events-grid .block-item .text p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
.news-events-grid .block-item footer {
  background: #f7f7f7;
}
.news-events-grid .block-item footer .btn {
  padding: 0;
  font-size: 12px;
  color: #7d4802;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-events-grid .block-item footer .btn:hover {
  color: #333;
  text-decoration: none;
}
.news-events-grid .grid-sizer {
  z-index: -1;
}
.events-calendar-block .month h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}
.events-calendar-block .month a.prev,
.events-calendar-block .month a.next {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: .5rem;
  color: #caccb8;
  display: inline-block;
}
.events-calendar-block .month a.prev:hover,
.events-calendar-block .month a.next:hover {
  color: #9da17d;
}
.events-calendar-block th {
  font-family: 'Open Sans Condensed', sans-serif;
}
.events-calendar-block th,
.events-calendar-block td {
  width: 14.28571428571429%;
}
.events-calendar-block td {
  background: #fff;
}
.events-calendar-block td > div {
  min-height: 158px;
}
.events-calendar-block td .number {
  font-size: 24px;
  margin: 0 0 12px 0;
}
.events-calendar-block td h3 {
  font-size: 14px;
  margin: 0 0 8px 0;
}
.events-calendar-block td.blank {
  background: #F7F7F7;
}
.tab-block .nav-tabs {
  border: none;
}
.tab-block .nav-tabs .nav-link {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  color: #fff;
  background-color: #caccb8;
  border-color: #caccb8;
  border-radius: 0;
}
.tab-block .nav-tabs .nav-link:hover {
  background-color: #b3b69a;
}
.tab-block .nav-tabs .nav-link.active {
  background-color: #b3b69a;
}
/*------------------------------------*
   7. Gallery
*------------------------------------*/
.gallery-block .grid-sizer {
  z-index: -1;
}
.gallery-block .modal.and.carousel {
  position: fixed;
}
.gallery-block .modal.and.carousel .carousel-item img {
  width: 100%;
}
.gallery-block .modal.and.carousel button.close {
  color: #fff;
}
/*------------------------------------*
   8. Resources
*------------------------------------*/
.resources-block .filter-block {
  border-bottom: 1px solid #334019;
}
.resources-block .filter-block button[type='submit'] {
  margin-left: 5px;
}
.resources-block .filter-block footer ul li {
  border-left: 1px solid #666;
  padding-left: .7rem;
}
.resources-block .filter-block footer ul li a {
  color: #666;
  text-decoration: underline;
}
.resources-block .filter-block footer ul li a:hover {
  color: #333;
  text-decoration: none;
}
.resources-block .filter-block footer ul li:first-child {
  border-left: none;
  padding-left: 0;
}
.resources-block .sub-nav-block h3 {
  font-family: 'Open Sans Condensed', sans-serif;
}
.resources-block .featured figure {
  border: 5px solid #fff;
}
.resources-block .featured .caption {
  text-align: center;
}
.resources-block .featured .caption p,
.resources-block .featured .caption h4 {
  margin: 0;
}
.resources-block .featured .caption a {
  color: #666;
  text-decoration: underline;
}
.resources-block .featured .caption a:hover {
  color: #333;
  text-decoration: none;
}
.resources-block .main header h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 35px;
  line-height: 47px;
  font-weight: 700;
  color: #334019;
  margin-bottom: 20px;
}
.resources-block .advanced-search-block {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(164, 172, 145, 0.8);
  color: #fff;
}
.resources-block .advanced-search-block h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 35px;
  line-height: 47px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .resources-block .filter-block .form-group {
    margin-bottom: 0;
  }
}
.resources-featured-block {
  background-color: #334019;
  color: #fff;
}
.resources-featured-block h2 {
  font-family: 'Open Sans Condensed', sans-serif;
}
.resources-featured-block a {
  color: #fff;
  text-decoration: underline;
}
.resources-featured-block a:hover {
  color: #666;
  text-decoration: none;
}
@media (min-width: 992px) {
  .resources-featured-block figure {
    margin-bottom: 0;
  }
}
.resources-catalog-block {
  background-color: #f7f7f7;
}
.resources-catalog-block h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  margin-right: 15px;
  color: #333;
}
.resources-catalog-block header a {
  color: #666;
  text-decoration: underline;
}
.resources-catalog-block header a:hover {
  color: #333;
  text-decoration: none;
}
.resources-catalog-block figure img {
  display: block;
  margin: 0 auto;
}
.resources-catalog-block h4 {
  font-size: 16px;
  text-align: center;
}
