
		#logo { width:100%; min-width:300px; max-width:480px; height:auto }

/* stylelint-disable selector-list-comma-newline-after */

a, a:visited {color:#C5AE7F}
a:hover, a:active {color:#977F4C}

.jbwpc-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.jbwpc-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.jbwpc-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

h3, h4 {
	color: #977F4C;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/*
 * Blog name and description
 */
.jbwpc-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.jbwpc-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .jbwpc-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.jbwpc-pagination {
  margin-bottom: 4rem;
}
.jbwpc-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.jbwpc-post {
  margin-bottom: 4rem;
}
.jbwpc-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.jbwpc-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.jbwpc-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  border-top: .05rem solid #e5e5e5;
}
.jbwpc-footer p:last-child {
  margin-bottom: 0;
}

.jumbotron {
	background: #CCCCCC url('../img/home-banner-splash.jpg');

    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height:500px;
	min-height:300px
}

.bg-light {
	background-color: #EDE6D9 !important
}

.jbwpc-sidebar ul li {
	height:40px;
	font-size:24px
}

.container { background: #ffffff; padding:40px;}
body { background-color:#f1f1f1;}

@media (min-width: 1200px)
.container {
    max-width: 960px;
}


.splash-cards .card-text {
	font-size:13px;
	line-height:14px;
	padding-top:6px
}

.navbar-nav .nav-item:not(:last-child) {
   border-right: 1px solid #C5AE7F;
}


.splash-cards-top .col { padding-left:6px; padding-right:6px; }
.splash-cards-top .card { height: 180px}
.splash-cards-top h5 { font-size:16px; }

/* duotone colors */
.fad {
	--fa-primary-color: #977F4C; 
	--fa-secondary-color: #C5AE7F;
}

#credit-logos img {
	max-height:100px;
}

aside .g-recaptcha {
	  transform:scale(.95);-webkit-transform:scale(.95);transform-origin:0 0;-webkit-transform-origin:0 0;
  }

#top-card-nav, #top-sidebar-nav { display:none; } 
#top-cards, #sidebar-nav { display:block } 

@media (max-width: 768px) {
  
  .navbar-nav .nav-item:not(:last-child) {
    border-right: none;
  }
  
  nav.navbar {
	  display:block;
	  text-align:center
  }
  
  .g-recaptcha {
	  transform:scale(.85);-webkit-transform:scale(.85);transform-origin:0 0;-webkit-transform-origin:0 0;
  }
  
  #top-card-nav, #top-sidebar-nav { display:block; } 
  
  #top-cards, #sidebar-nav { display:none }
  main { margin-top:20px }
  
  
  .navbar-toggler { padding:10px 20px; font-size:24px }
  
  header .text-left,
  header .text-right,
  footer .text-left,
  footer .text-right 
  { text-align: center !important; padding:0 !important }
  
  header h5 { font-size:16px;}
  header h3 { font-size:24px;}
  main h3 { font-size:24px;}
  aside h5 { font-size:16px; line-height:18px}
  
  .jbwpc-sidebar ul li { height: 20px; }
  .jumbotron {
	background: #CCCCCC url('../img/home-banner-splash.jpg');
		background-size: contain;
    height:200px;
    min-height:200px;
}

#logo { margin-bottom:10px; width:100%; }

 h1 { font-size:24px; margin-bottom:18px }

.splash-cards,
.splash-cards .card-body { text-align:center }

.splash-cards-top .col { flex: 0 0 100%; ms-flex: 0 0 100%  }
.splash-cards-top .card { height: auto;}

}

.back-to-top {
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #977F4C;
    border-color: #977F4C;
}

.btn-primary:hover {
    color: #fff;
    background-color: #846C39;
    border-color: #846C39;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #846C39;
    border-color: #846C39;
}

main h1.page-title { margin-bottom: 40px; padding-bottom:10px; font-size:30px; border-bottom:1px solid #D6DBE0;}
main h2 { margin: 20px 0; padding-bottom:10px; font-size:24px; color:#846C39}
main h3 { margin: 20px 0; padding-bottom:10px; font-size:24px;}

ul.fa-ul li { margin-bottom: 10px }
.far.fa-file{ color:#B9A06E }

.text-red, .parsley-required, .parsley-type { color: #B24036 }

input.rellikmaps { display:none !important }

/* General styles for the modal */

.yd-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	opacity:0;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.yd-modal-show {
	opacity:1;
	visibility: visible;
}

.yd-modal-close {
	font-size:18px; 
	position:absolute; 
	top:10px; 
	left:20px; 
	cursor: pointer;
}

.yd-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.yd-modal-show ~ .yd-overlay {
	opacity: 1;
	visibility: visible;
}


/* Content styles */
.yd-content {
	color: #777;
	background: #fff;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	text-align:center;
	padding-bottom:20px;
}

.yd-content h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	border-bottom:1px solid #f2f2f2;
	border-radius: 3px 3px 0 0;
}


.yd-body {
	margin: 0;
	width:100%;
	padding:20px;
	max-height: 300px;
	overflow-y: auto;
	border-bottom:1px solid #f2f2f2;
}

.yd-modal-show.yd-effect-3 .yd-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* loader */

.yd-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.yd-loader div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #cccccc;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.yd-loader div:nth-child(1) {
  left: 6px;
  animation: yd-loader1 0.6s infinite;
}
.yd-loader div:nth-child(2) {
  left: 6px;
  animation: yd-loader2 0.6s infinite;
}
.yd-loader div:nth-child(3) {
  left: 26px;
  animation: yd-loader2 0.6s infinite;
}
.yd-loader div:nth-child(4) {
  left: 45px;
  animation: yd-loader3 0.6s infinite;
}
@keyframes yd-loader1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes yd-loader3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes yd-loader2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.g-recaptcha.rendered>div { margin:0 auto; }




