/*-----------------------------------------------------------------------------------
	Friends of Ludlow Museum & Ludlow Historical Society
	About: Friends of Ludlow Museum & Ludlow Historical Society
	Author: MARK ANSELL
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-xxl{
	padding:200px 20px;
}
.bloc-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-r-edge{
	background-position: right!important;
	background-repeat: no-repeat;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}
.texture-fabric::before{
	background: url("img/texture-fabric.png");
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}



/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Old Standard TT";
	color:var(--swatch-var-7537)!important;
}
.container{
	max-width:1140px;
}
.carousel-style{
	opacity:1;
	width:82.33%;
}
.h1-bloc-0-style{
	font-family:"Old Standard TT";
}
.h1-style{
	font-size:30px;
}
.btn-style{
	width:61.26%;
	color:var(--swatch-var-3621)!important;
}
.title{
	text-shadow:0.00px 1.00px 13px #070000;
}
.introduction{
	text-shadow:0px 0px 4px #000000;
}
.h2-style{
	width:100%;
}
.img-crw-30-style{
	height:300px;
}
.img-market-1-style{
	height:300px;
}
.img-market-2-style{
	height:300px;
}
.navbar-brand img{
	width:150px;
}
.img-style{
	width:187px;
}
.label-style{
	width:8.16%;
}
.label-message-style{
	width:28.68%;
}
.h3-style{
	font-size:18px;
	line-height:30px;
}
a{
	font-size:20px;
}
.navbar-nav li a{
	font-size:16px;
}
.p-bloc-16-style{
	font-size:33px;
}
.h1-bloc-6-style{
	font-size:33px;
}
.img-bloc-8-style{
	width:393px;
}
.btn-submit-style{
	width:23.86%;
}
.h3-bloc-6-style{
	font-size:18px;
}
.p-bloc-6-style{
	font-size:18px;
}
.p-15-style{
	font-size:18px;
}
.img-bloc-6-style{
	width:355px;
}
.p-17-style{
	font-size:18px;
}
.img-bloc-38-style{
	width:553px;
}
.p-bloc-38-style{
	width:93.13%;
}
.img-21-style{
	width:685px;
}
.p-bloc-15-style{
	width:60.21%;
}
.img-bloc-16-style{
	width:259px;
}
.frame{
	box-shadow:0.00px -1.00px 20px #000000;
	border-style:solid;
	border-color:var(--swatch-var-6919)!important;
	border-width:9px 9px 9px 9px;
}
.img-bloc-1-style{
	width:196px;
}
.img-ludlow-logo2-style{
	width:224px;
}
.img-dinham-bridge-style{
	width:331px;
}
.img-3-suns-whte-p-style{
	width:217px;
}
.img-2-style{
	width:271px;
}
.rule{
	background-size:2px 2px;
	stroke-width:2;
	border-color:var(--swatch-var-189)!important;
	border-style:solid;
	border-width:1px 0px 0px 0px;
}
.img-1-style{
	width:466px;
}
.img-67-style{
	width:167px;
}
.img-26-style{
	width:103px;
}
.link-bloc-1-style{
	font-size:22px;
	font-weight:bold;
}
.button{
	box-shadow:0.12px 7.00px 18px #000000;
}
.h6-style{
	font-size:22px;
}
.h6-bloc-1-style{
	font-size:30px;
}
.p-2-style{
	font-size:22px;
}
.h3-bloc-5-style{
	font-size:22px;
}
.oragge-box{
	background-size:2px auto;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-189)!important;
	border-style:solid;
	background-blend-mode:normal;
	background-color:rgba(57,125,51,0.80);
}
.p-23-style{
	font-size:22px;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-189);
}
.bloc-divider-b-fill{
	fill:#000000;
}
.bloc-divider-t-bloc-30-fill{
	fill:var(--swatch-var-3621);
}
.img-28-style{
	width:262px;
	box-shadow:0.00px -0.00px 22px #000000;
}
.img-bloc-29-style{
	width:382px;
}
.bloc-divider-b-bloc-29-fill{
	fill:#FFFFFF;
}
.p-50-style{
	font-size:18px;
	white-space:normal;
	padding-top:9px;
	padding-right:9px;
	padding-left:9px;
	margin:9px 9px 9px 9px;
	color:var(--swatch-var-3621)!important;
}
.p-54-style{
	font-size:20px;
}
.p-53-style{
	font-size:20px;
}
.p-52-style{
	font-size:20px;
}
.p-51-style{
	font-size:20px;
}
.p-56-style{
	font-size:20px;
}
.img-76-style{
	width:445px;
}
.brown-box{
	background-color:var(--swatch-var-3832);
}
.p-bloc-47-style{
	font-size:20px;
}
.p-58-style{
	font-size:20px;
}
.h3-bloc-47-style{
	font-size:30px;
}
.h2-8-style{
	font-size:30px;
}
.p-60-style{
	font-size:28px;
}
.p-55-style{
	font-size:20px;
}
.h6-10-style{
	line-height:27px;
	font-size:20px;
}
.h6-8-style{
	line-height:27px;
	font-size:20px;
}
.h6-7-style{
	line-height:27px;
	font-size:20px;
}
button{
	color:var(--swatch-var-5816)!important;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-3621)!important;
	border-style:solid;
}
.button2{
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-3621)!important;
	color:var(--swatch-var-3621)!important;
}
.oragge-box-copy-1{
	background-size:2px auto;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-189)!important;
	border-style:solid;
	background-blend-mode:normal;
	background-color:var(--swatch-var-7678);
}
.img-bloc-49-style{
	width:306px;
}
.p-59-style{
	font-size:20px;
}
.p-62-style{
	font-size:20px;
}
.p-63-style{
	font-size:20px;
}
.h3-bloc-49-style{
	font-size:20px;
	color:var(--swatch-var-3265)!important;
}
.p-64-style{
	font-size:20px;
}
.p-61-style{
	font-size:20px;
}
.img-78-style{
	width:255px;
}
.link-bloc-48-style{
	text-decoration:underline;
}
.h6-bloc-47-style{
	font-size:16px;
}
.p-bloc-49-style{
	font-size:22px;
}
.bloc-divider-t-style{
	height:50px;
	fill:var(--swatch-var-3621);
}
.h2-bloc-2-style{
	font-family:"Cookie";
	font-size:40px;
}
.img-scro-style{
	width:107px;
}
.img-painti-style{
	width:686px;
}
.link-style-2{
	border-style:dotted;
	border-width:0px 1px 0px 0px;
	color:var(--swatch-var-3265)!important;
}
.link-style-2:hover{
	color:var(--swatch-var-5816)!important;
	border-width:0px 0px 0px 0px;
	border-style:dotted;
}
.link-style-3{
	color:var(--swatch-var-3265)!important;
	border-style:dotted;
	border-width:0px 1px 0px 0px;
}
.link-style-3:hover{
	color:var(--swatch-var-3832)!important;
	border-right-width:0px;
	border-style:dotted;
}
.h5-style{
	font-size:24px;
}
.intro-top{
	top:50px;
}
.intro2{
	position:relative;
	bottom:0px;
}
.logos2{
	top:-130px;
	position:relative;
}
.h3-bloc-1-style{
	font-size:33px;
}
.img-3-suns-style{
	width:187px;
}
.link-style{
	text-decoration:underline;
}
.link-here-style{
	text-decoration:underline;
}
.link-0-style{
	text-decoration:underline;
}
.link-from-this-site-style{
	text-decoration:underline;
}
.link-bloc-49-style{
	text-decoration:underline;
}
.link-click-here-style{
	text-decoration:underline;
}
.link-data-portal--style{
	text-decoration:underline;
}
.link-own-web-site-style{
	text-decoration:underline;
}
.link-clicking-here-style{
	text-decoration:underline;
}
.link-0-bloc-49-style{
	text-decoration:underline;
}
.link-15561-style{
	text-decoration:underline;
}
.p-89-style{
	font-size:20px;
}
.link-click-here--style{
	text-decoration:underline;
}
.link-0-clicking-here-style{
	text-decoration:underline;
}
.link-14803-style{
	text-decoration:underline;
}
.link-7859-style{
	text-decoration:underline;
}
.h2-bloc-102-style{
	font-size:26px;
}
.h1-bloc-49-style{
	font-size:26px;
}
.p-85-style{
	font-size:20px;
}
.link-here--style{
	text-decoration:underline;
}
.h1-20-style{
	font-size:24px;
}
.link-archaeology-style{
	text-decoration:underline;
}
.link-12146-style{
	text-decoration:underline;
}
.link-30915-style{
	text-decoration:underline;
}
.link-48365-style{
	text-decoration:underline;
}
.link-social-history-style{
	text-decoration:underline;
}
.h1-17-style{
	font-size:24px;
}
.h1-10-style{
	font-size:26px;
}
.h3-14-style{
	font-size:22px;
}
.dates{
	border-color:var(--swatch-var-3758)!important;
	border-style:solid;
	border-width:0px 0px 5px 0px;
}
.h1-10-bloc-49-style{
	font-size:16px;
}
.p-style{
	font-size:22px;
}
.p-bloc-36-style{
	font-size:22px;
}
.link-bloc-14-style{
	text-decoration:underline;
}
.row-style{
	width:97.02%;
}
.p-bloc-52-style{
	font-size:24px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-6919:rgba(252,232,193,1.00);
	
	--swatch-var-189:rgba(255,255,254,1.00);
	
	--swatch-var-3265:rgba(7,0,0,1.00);
	
	--swatch-var-3832:rgba(172,106,91,1.00);
	
	--swatch-var-3621:rgba(238,237,236,1.00);
	
	--swatch-var-7537:rgba(81,84,69,1.00);
	
	--swatch-var-7678:rgba(172,106,91,0.79);
	
	--swatch-var-5816:rgba(0,102,0,1.00);
	
	--swatch-var-4463:rgba(7,0,0,0.55);
	
	--swatch-var-5020:#333333;
	
	--swatch-var-242:rgba(137,138,140,1.00);
	
	--swatch-var-3758:rgba(127,181,127,1.00);
	
}


/* Background colour styles */

.bgc-3758{
	background-color:var(--swatch-var-3758);
}
.bgc-3832{
	background-color:var(--swatch-var-3832);
}
.bgc-3621{
	background-color:var(--swatch-var-3621);
}
.bgc-7678{
	background-color:var(--swatch-var-7678);
}
.bgc-6919{
	background-color:var(--swatch-var-6919);
}
.bgc-7537{
	background-color:var(--swatch-var-7537);
}
.bgc-189{
	background-color:var(--swatch-var-189);
}
.bgc-5816{
	background-color:var(--swatch-var-5816);
}
.bgc-242{
	background-color:var(--swatch-var-242);
}
.bgc-3265{
	background-color:var(--swatch-var-3265);
}

/* Text colour styles */

.tc-6919{
	color:var(--swatch-var-6919)!important;
}
.tc-3621{
	color:var(--swatch-var-3621)!important;
}
.tc-189{
	color:var(--swatch-var-189)!important;
}
.tc-3265{
	color:var(--swatch-var-3265)!important;
}
.tc-3832{
	color:var(--swatch-var-3832)!important;
}
.tc-5816{
	color:var(--swatch-var-5816)!important;
}

/* Button colour styles */

.btn-c-5816{
	background:var(--swatch-var-5816);
	color:#FFFFFF!important;
}
.btn-c-5816:hover{
	background:#003300!important;
	color:#FFFFFF!important;
}
.btn-c-3832{
	background:var(--swatch-var-3832);
	color:#FFFFFF!important;
}
.btn-c-3832:hover{
	background:#793728!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-3265{
	color:var(--swatch-var-3265)!important;
}
.ltc-3265:hover{
	color:#000000!important;
}

/* Bloc image backgrounds */

.bg-CRW-3042{
	background-image:url("img/CRW_3042.jpg");
	background-image: -webkit-image-set(url("img/CRW_3042.webp") 1x,
url("img/CRW_3042.webp") 2x);background-image: image-set(url("img/CRW_3042.jpg") 1x,
url("img/CRW_3042.jpg") 2x,url("img/CRW_3042.webp") 1x,
url("img/CRW_3042.webp") 2x);
}
.bg-library{
	background-image:url("img/library.jpg");
	background-image: -webkit-image-set(url("img/library.webp") 1x,
url("img/library.webp") 2x);background-image: image-set(url("img/library.jpg") 1x,
url("img/library.jpg") 2x,url("img/library.webp") 1x,
url("img/library.webp") 2x);
}
.bg-books-20header{
	background-image:url("img/books%20header.jpg");
	background-image: -webkit-image-set(url("img/books%20header.webp") 1x,
url("img/books%20header.webp") 2x);background-image: image-set(url("img/books%20header.jpg") 1x,
url("img/books%20header.jpg") 2x,url("img/books%20header.webp") 1x,
url("img/books%20header.webp") 2x);
}
.bg-Buttercross1{
	background-image:url("img/Buttercross1.jpg");
	background-image: -webkit-image-set(url("img/Buttercross1.webp") 1x,
url("img/Buttercross1.webp") 2x);background-image: image-set(url("img/Buttercross1.jpg") 1x,
url("img/Buttercross1.jpg") 2x,url("img/Buttercross1.webp") 1x,
url("img/Buttercross1.webp") 2x);
}
.bg-book-20combo{
	background-image:url("img/book%20combo.jpg");
	background-image: -webkit-image-set(url("img/book%20combo.webp") 1x,
url("img/book%20combo.webp") 2x);background-image: image-set(url("img/book%20combo.jpg") 1x,
url("img/book%20combo.jpg") 2x,url("img/book%20combo.webp") 1x,
url("img/book%20combo.webp") 2x);
}
.bg-whitcliffe-203-20copy{
	background-image:url("img/whitcliffe%203%20copy.jpg");
	background-image: -webkit-image-set(url("img/whitcliffe%203%20copy.webp") 1x,
url("img/whitcliffe%203%20copy.webp") 2x);background-image: image-set(url("img/whitcliffe%203%20copy.jpg") 1x,
url("img/whitcliffe%203%20copy.jpg") 2x,url("img/whitcliffe%203%20copy.webp") 1x,
url("img/whitcliffe%203%20copy.webp") 2x);
}
.bg-background-20image{
	background-image:url("img/background%20image.jpg");
	background-image: -webkit-image-set(url("img/background%20image.webp") 1x,
url("img/background%20image.webp") 2x);background-image: image-set(url("img/background%20image.jpg") 1x,
url("img/background%20image.jpg") 2x,url("img/background%20image.webp") 1x,
url("img/background%20image.webp") 2x);
}
.bg-LOUISE-20RAYNOR-20PAINTING{
	background-image:url("img/LOUISE%20RAYNOR%20PAINTING.jpg");
	background-image: -webkit-image-set(url("img/LOUISE%20RAYNOR%20PAINTING.webp") 1x,
url("img/LOUISE%20RAYNOR%20PAINTING.webp") 2x);background-image: image-set(url("img/LOUISE%20RAYNOR%20PAINTING.jpg") 1x,
url("img/LOUISE%20RAYNOR%20PAINTING.jpg") 2x,url("img/LOUISE%20RAYNOR%20PAINTING.webp") 1x,
url("img/LOUISE%20RAYNOR%20PAINTING.webp") 2x);
}
.bg-OLD-20FEATHERS{
	background-image:url("img/OLD%20FEATHERS.jpeg");
	background-image: -webkit-image-set(url("img/OLD%20FEATHERS.webp") 1x,
url("img/OLD%20FEATHERS.webp") 2x);background-image: image-set(url("img/OLD%20FEATHERS.jpeg") 1x,
url("img/OLD%20FEATHERS.jpeg") 2x,url("img/OLD%20FEATHERS.webp") 1x,
url("img/OLD%20FEATHERS.webp") 2x);
}
.bg-Scan2-202{
	background-image:url("img/Scan2%202.jpeg");
	background-image: -webkit-image-set(url("img/Scan2%202.webp") 1x,
url("img/Scan2%202.webp") 2x);background-image: image-set(url("img/Scan2%202.jpeg") 1x,
url("img/Scan2%202.jpeg") 2x,url("img/Scan2%202.webp") 1x,
url("img/Scan2%202.webp") 2x);
}
.bg-3-20suns-20cutout-20copy{
	background-image:url("img/3%20suns%20cutout%20copy.jpg");
	background-image: -webkit-image-set(url("img/3%20suns%20cutout%20copy.webp") 1x,
url("img/3%20suns%20cutout%20copy.webp") 2x);background-image: image-set(url("img/3%20suns%20cutout%20copy.jpg") 1x,
url("img/3%20suns%20cutout%20copy.jpg") 2x,url("img/3%20suns%20cutout%20copy.webp") 1x,
url("img/3%20suns%20cutout%20copy.webp") 2x);
}
.bg-pexels-adrian-vieriu-11625609{
	background-image:url("img/pexels-adrian-vieriu-11625609.jpg");
	background-image: -webkit-image-set(url("img/pexels-adrian-vieriu-11625609.webp") 1x,
url("img/pexels-adrian-vieriu-11625609.webp") 2x);background-image: image-set(url("img/pexels-adrian-vieriu-11625609.jpg") 1x,
url("img/pexels-adrian-vieriu-11625609.jpg") 2x,url("img/pexels-adrian-vieriu-11625609.webp") 1x,
url("img/pexels-adrian-vieriu-11625609.webp") 2x);
}
.bg-school-20children{
	background-image:url("img/school%20children.jpg");
	background-image: -webkit-image-set(url("img/school%20children.webp") 1x,
url("img/school%20children.webp") 2x);background-image: image-set(url("img/school%20children.jpg") 1x,
url("img/school%20children.jpg") 2x,url("img/school%20children.webp") 1x,
url("img/school%20children.webp") 2x);
}
.bg-broad-202-20street{
	background-image:url("img/broad%202%20street.jpg");
	background-image: -webkit-image-set(url("img/broad%202%20street.webp") 1x,
url("img/broad%202%20street.webp") 2x);background-image: image-set(url("img/broad%202%20street.jpg") 1x,
url("img/broad%202%20street.jpg") 2x,url("img/broad%202%20street.webp") 1x,
url("img/broad%202%20street.webp") 2x);
}
.bg-BUTTERCROSS-203{
	background-image:url("img/BUTTERCROSS%203.JPG");
	background-image: -webkit-image-set(url("img/BUTTERCROSS%203.webp") 1x,
url("img/BUTTERCROSS%203.webp") 2x);background-image: image-set(url("img/BUTTERCROSS%203.JPG") 1x,
url("img/BUTTERCROSS%203.JPG") 2x,url("img/BUTTERCROSS%203.webp") 1x,
url("img/BUTTERCROSS%203.webp") 2x);
}
.bg-LLMRC-202015-01-10{
	background-image:url("img/LLMRC%202015-01-10.jpg");
	background-image: -webkit-image-set(url("img/LLMRC%202015-01-10.webp") 1x,
url("img/LLMRC%202015-01-10.webp") 2x);background-image: image-set(url("img/LLMRC%202015-01-10.jpg") 1x,
url("img/LLMRC%202015-01-10.jpg") 2x,url("img/LLMRC%202015-01-10.webp") 1x,
url("img/LLMRC%202015-01-10.webp") 2x);
}
.bg-78927243-l-normal-none{
	background-image:url("img/78927243_l_normal_none.jpg");
	background-image: -webkit-image-set(url("img/78927243_l_normal_none.webp") 1x,
url("img/78927243_l_normal_none.webp") 2x);background-image: image-set(url("img/78927243_l_normal_none.jpg") 1x,
url("img/78927243_l_normal_none.jpg") 2x,url("img/78927243_l_normal_none.webp") 1x,
url("img/78927243_l_normal_none.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.img-2-style{
		width:203px;
	}
	.img-3-suns-whte-p-style{
		width:226px;
	}
	.img-ludlow-logo2-style{
		width:208px;
	}
	a{
		font-size:30px;
	}
	.h6-bloc-1-style{
		font-size:30px;
	}
	.img-78-style{
		width:424px;
	}
	.h2-8-style{
		font-size:30px;
	}
	.navbar-nav li a{
	}
	.h2-bloc-2-style{
		font-size:38px;
	}
	.img-scro-style{
		width:334px;
	}
	.img-painti-style{
		width:742px;
	}
	.link-click-here--style{
		font-size:20px;
	}
	.link-7859-style{
		font-size:20px;
	}
	.link-14803-style{
		font-size:20px;
	}
	.link-0-clicking-here-style{
		font-size:20px;
	}
	
}

@media (max-width: 767px){
	.btn-style{
		width:88.58%;
	}
	.img-ludlow-logo2-style{
		width:156px;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.img-1-style{
		width:394px;
	}
	.h6-style{
		font-size:20px;
	}
	.p-bloc-16-style{
		font-size:30px;
	}
	.img-3-suns-whte-p-style{
		width:218px;
	}
	.navbar-nav li a{
		font-size:15px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-size:20px;
		color:var(--swatch-var-3621)!important;
	}
	.h3-bloc-1-style{
		font-size:28px;
	}
	.new navigation{
	}
	.new-navigation{
		background-color:var(--swatch-var-7537);
		color:var(--swatch-var-3621)!important;
	}
	.blocsapp-special-menu-blocsnav{
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-7537);
	}
	.blocsapp-special-menu blocsnav li a{
		color:var(--swatch-var-3621)!important;
		font-size:15px;
		border-width:0px 0px 0px 0px;
	}
	.blocsapp-special-menu blocsnav li a:hover{
		font-size:15px;
		color:var(--swatch-var-3265)!important;
	}
	.label-style{
		width:13.47%;
	}
	.label-message-style{
		width:71.92%;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	.btn-submit-style{
		width:45.76%;
	}
	.mt-1{
	}
	.img-2-style{
		width:154px;
	}
	.img-ludlow-logo2-style{
		width:114px;
	}
	.link-bloc-1-style{
		font-size:12px;
	}
	.h6-style{
		font-size:20px;
	}
	.p-bloc-16-style{
		font-size:33px;
	}
	.img-3-suns-whte-p-style{
		width:195px;
	}
	.h3-8-style{
		font-size:20px;
	}
	.navbar-nav li a{
		font-size:15px;
		color:var(--swatch-var-3621)!important;
	}
	a{
		color:var(--swatch-var-3265)!important;
	}
	.h2-acquisitions-style{
		font-size:30px;
	}
	.h3-volunteering-style{
		font-size:30px;
	}
	.h2---style{
		font-size:30px;
	}
	.new-navigation{
		background-color:var(--swatch-var-7537);
	}
	.new-navigation:hover{
		color:transparent!important;
	}
	.blocsapp-special-menu blocsnav{
		font-size:20px;
		color:var(--swatch-var-3621)!important;
		background-color:var(--swatch-var-7537);
	}
	.blocsapp-special-menu blocsnav:hover{
		font-size:20px;
	}
	.blocsapp-special-menu blocsnav:active{
	}
	.blocsapp-special-menu blocsnav:focus{
	}
	.blocsapp-special-menu blocsnav:visited{
	}
	.blocsapp-special-menu blocsnav li a{
		font-size:15px;
		color:var(--swatch-var-3621)!important;
		border-width:0px 0px 0px 0px;
	}
	.blocsapp-special-menu blocsnav li a:hover{
		font-size:15px;
		color:var(--swatch-var-3265)!important;
	}
	.label-message-style{
		width:100%;
	}
	
}

