/* @override 
	http://zipboard.local/style.css
	http://zipboard.local/assets/css/style.css
	http://zipboard.local/assets/css/style.css?* */



body {
	padding: 0!important;
	margin:0 !important;
}
li, body {
    line-height: 1.3em;
}



.t-txt\:xsm{
	line-height: 1.2em;
}

*:is(h1,h2,h3){
	font-family:var(--t-font-secondary);
	line-height: 1.2em;
}



a {
    color: var(--t-color-secondary);
    text-decoration: none;
    border-bottom: 1px solid;
}

a:hover {
    color: #fff;
}

button{
	cursor: pointer;
}

.t-display\:m {
	display: none;
}


hr.nostyle {
	
	padding:0!important;

	height:1px;
	background-color: #ffffff29;
	border:none!important;;


	position::relative;

}

hr:not(.nostyle) {

	margin-bottom: -20px;



}




.addr-holder {
	display:flex;
	align-items: center;
}

.addr-change .addr {
	display:flex;
	align-items: center;
	padding-top: 2px;
}
.addr-change .addr:before {
	content: "";
	width: 26px;
	height:20px;
	margin-top: -3px;
	display:inline-block;
	margin-right:10px;
	background-image: url(../images/icon-home.svg?as);
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center bottom;

	
}



@media(min-width:767px) {
	
	[class*="t-gutter"] > div >hr:not(:first-child) {
	
		margin-top: 30px;
	
	
	}

}


@media(min-width:768px) and (max-width:1023px) {

	.t-display\:m {
		display:block;
	}
	
	.t-display\:m hr {
		margin-bottom:0!important
	}

}


.addr-change {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    
}

@media(min-width:767px) {
.addr-change .addr-holder button .icon {
		display:none
	}

}
@media(max-width:863px) {
	.addr-change .addr-holder{
		border-bottom:1px solid #ffffff29;
		
		display:flex;
		justify-content:flex-start;
		align-items: center;

	}
	.addr-change .addr-holder button{
		position:relative;
		border-radius:0 0 6px 6px;
		top: -6px;
		left: 0px;
	}
	
	.addr-change .addr-holder button .txt {
		display:none
	}
	.addr-change .addr-holder button .icon {
		font-size: 26px;
		line-height: 1em;
		display:block;
		padding:6px 2px 6px !important;
	}
	
	.addr-change .addr-holder{
		width:100%;
		margin-top: -5px;
		
	

	}

}







.init:not(.t-hide) {
	position:relative;
	top: 0;
	left: 0;
	right: 0;
	min-height:100vh;
	display:flex;
	justify-content:center;
	align-items: center;
}

.contact{

	padding-bottom:15px;
	color:var(--t-grey-light);
	font-style: italic;
}

@media(min-width:728px){
.init {
	height: auto !important;
	overflow: auto;

}

}


@media(min-width:500px){
	.init form p {
    	font-size: var(--t-txt-big);
    	line-height: 1.3em;
	}



}
@media(max-width:728px){
	.init .address-form {
		text-align:Center;
		overflow: auto;

	}

	.repinfo .fm--logo{
		max-width: 205px;
		height:68px;
	}


}

.init .address-form input{
	padding:8px;
	font-size: 18px;
	border-radius:8px;
	text-transform:capitalize
}

.init .address-form input[name="state"]{
	text-transform: uppercase;
}
.init .address-form input[name="state"]::placeholder{
	text-transform: none;
}

.init .address-form input:not(:last-child) {
	margin-bottom:10px;
}

button {
	padding:8px 15px;
	font-size: 16px;
	border-radius:6px;
	color:black;
	border:none;
	font-weight: 600;
	text-transform: uppercase;
	background-color: var(--t-color-tertiary);
}









@media(max-width:767px) {
	button {
		padding:4px 8px;
		font-size: 14px;
		border-radius:4px;
		
	}


	.contents .pane-pad{
		transition: max-height .5s cubic-bezier(.17,.67,.27,.97);
	}

	.contents .accordion:not(.active) .pane .pane-pad{
		max-height: 0;
	}
	
}

.xtra-big {
	font-size: var(--t-txt-headline-xtrabig);
}




	
	
	
	

@media(max-width::768px){

	.xtra-big {
		font-size: var(--t-txt-headline-xtrabig-mob);
	}
}


@media(max-width:500px){

	.init  h1.xtra-big{
		font-size: 35px !important
	}


}



[class*="t-grid"] {
    align-items: flex-start;
}

ul {
    padding-left: 12px;
}

li strong {
    font-size: 16px;
    margin-bottom: -13px;
    display: block;
    line-height: 1.2em;
}

li {
    font-size: 14px;
}


.repinfo {
	position:relative;
	 
}


.repinfo .pane-pad>div{
	padding-bottom:20px
}

@media(min-width:1024px) {

	.repinfo{
		margin-right:100px;
	 
	 
	}

	.repinfo:after{
		content: "";
	    position: absolute;
	    width: 4px;
	    top: 58px;
	    right: 0px;
	    height: 100%;
	    border-right: 1px solid #ffffff29;
	 
	}
	
	.repinfo {
		 max-width: 550px;
	}
}


ul.hoverlinks {
	list-style: none;
}

.hoverlinks li {
	position:relative;	
	padding-left:5px

}
.hoverlinks:not(.nobull) li:before {
	content:"";
	position:absolute;
	left:-10px;
	top: 5px;
	display:block;
	border-bottom:8px solid transparent;
	border-right:8px solid #ffffff73;
	transform:rotate(45deg);
	
	
}

ul.hasdates {
	overflow:visible;
}


ul.hasdates li{
	padding-left:55px;
	padding-top:10px
}
ul.hasdates li:before{
	display: none !important;

}


ul .date {
	background-color: var(--t-color-tertiary);
	position:Absolute;
	left: -10px;
	display:flex;
	flex-wrap:wrap;
	border-radius:40% 0% 0 40%;
	width:50px;
	height:50px;
	padding-top: 8px;
	justify-content:Center;
	align-items: center;
	text-align: right;
	padding-right:7px;
	color:var(--t-color-primary);
	display:block;
	line-height:1.1em!important;

}

.hoverlinks li a{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	border:none;
	cursor:pointer;
	z-index:2
	
}
.hoverlinks li:hover, .hoverlinks li:hover strong {
	color:var(--t-color-secondary);
	
}







  



.dash {
	padding: calc(var(--t-site-padding)/2);
	transition: padding .3s ease
}

@media(max-width:1400px) {
	
	.dash {
		padding: calc(var(--t-site-padding)/4);
	}
}



.contents .pane .pane-pad {
    max-height: 60vh;
    overflow-y: auto;
	padding-right:15px;
	box-sizing: border-box;
  }
 

  
.pane .pane-pad::-webkit-scrollbar {
  width: 16px;   

  /* width of the entire scrollbar */
}

.pane .pane-pad::-webkit-scrollbar-track {
  background: #3e4559;        /* color of the tracking area */
}

.pane .pane-pad::-webkit-scrollbar-thumb {
  background-color: #8992ac;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 4px solid #3e4559;  /* creates padding around scroll thumb */
}



html section {

	border-top: 1px solid #333;
	
	margin-top: calc(var(--t-site-padding) / 4);
}


html .accordion {
	padding-top: calc(var(--t-site-padding) / 4);
}
.accordion {
		position:relative;
}



.accordion ul {
	margin:0 0 5px
}

.accordion ul li{
	padding-bottom:15px
}



@media(min-width:1024px) {
	
	
	.contents{
		width:100%;
		margin: calc(0px - calc(var(--t-site-padding) / 4));
	
	}
	
	.t-grid\:fit\:2\:l {
		flex-wrap: nowrap;
	}
	.contents > *{
		padding: calc(var(--t-site-padding)/4);
	}

	
	html section:first-child {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}

}

















html .popup-overlay {
	position:fixed;
	background-color: rgba(24, 24, 31, 0.91);
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	z-index:1000;
	display:flex;
	justify-content:center;
	align-items: center;
	overflow:visible;
	padding:20px;
	transition:all .3s ease;
}


html:not(.showpopup-overlay) .popup-overlay {
z-index:-10;
opacity:0;
	
}


html.showpopup-overlay, html.showpopup-overlay body {
	overflow:hidden;
	height:100vh;
	width:100%
}


html.showpopup-overlay .popup-overlay .container{
		max-width:600px;
		width: 100%;
		background-color: #19191f;
		box-shadow:0 0 20px rgba(0,0,0,.9);
		border: 1px solid #ffffff33;
		padding:30px;
		position:relative;
		overflow:visible;
		border-radius:8px !important
	}


html.showpopup-overlay .popup-overlay  .info {
	display:flex;
	gap:30px;
	align-items: center;

}

@media(max-width:767px) {
	html.showpopup-overlay .popup-overlay  .info {
	display:flex;
	gap:30px;
	align-items: center;
	flex-direction: column;

	

}


	
}




html.showpopup-overlay .popup-overlay  .info span{
	display:block;

}
html.showpopup-overlay .popup-overlay  .info .urls span{
	display:inline-block;

}


html.showpopup-overlay .popup-overlay  .info .pic {
	width:100%;
	height:auto;
	aspect-ratio:1/1;
	border-radius:50%;
	overflow:hidden;
	min-width:180px;
	border: 1px solid #ffffff55;
	background: #333;
	max-width:250px;
	margin:Auto;

	
}
html.showpopup-overlay .popup-overlay  .info .pic img{
	width:100%;
	height:auto;
	object-fit:cover;
}

html.showpopup-overlay .popup-overlay  .info .pic[data-pic="none"] {
	display:flex;
	justify-content:Center;
	align-items: center;
}

html.showpopup-overlay .popup-overlay  .info .pic[data-pic="none"]:after{
	content: "No image \a available";
	white-space:pre;
	color:var(--t-color-secondary);
	text-align:Center;
	opacity:.7
}




html.showpopup-overlay .popup-overlay  .close {
	border-radius:50%;
	width:30px;
	height:30px;
	position:Absolute;
	top: -8px;
	right: -10px;
	display:flex;
	justify-content: center;
	align-items: center;
}
html.showpopup-overlay .popup-overlay  .close em{
	font-style: normal;
	transform:rotate(45deg);
	font-size: 30px;	
	position:Absolute;
	
}


.repinfo  .info + a:before{
	content:", "


}


@media(max-width:968px) {
	
	.repinfo .pane-pad {
		display: flex;
		flex-wrap: wrap;
		margin:0 -10px;
	}
	.repinfo .pane-pad > div {
		width: 50%;
		padding: 10px;
	}

}

@media(max-width:767px) {

	
	
	.dash {
		padding: 0;
	}
	
	html .repinfo section:first-child {
		border-top: 0;
		margin-top: 0;
	
	}
	
	
	
	html  section .pane-container {
		background:black;
		padding:20px;
	}
	
		
	
	section {
		position:Relative;
	}
	
	section h2 {
		padding-right:50px;
		padding-left:20px;
		display:block;
		cursor:pointer
	
	}
	.accordion {
		padding-top:0 !important;
		overflow:visible;
	}
	
	.accordion .pane {
		overflow:hidden;
		transition:height .3s ease;
		
	
	}
	
	.accordion:not(.active) .pane{
		height:0px !important;
	
	}
	
	
	
	
	.accordion .pane-container{
		padding:0!important
	
	
	}
	
	.accordion .pane-pad{
		padding:20px;
	
	}
	
	.accordion .pane-container .contact{
		padding:20px
	
	}
	
	.accordion .pane-container .toggle-menu{
		margin:0 20px
	
	}
	
	
	html section {
		margin-top: 0;
	}
		
	.accordion-hit {
		position:relative;
		overflow:visible;
		cursor: pointer;
		padding-bottom: calc(var(--t-site-padding)/5);
		padding-top: calc(var(--t-site-padding) / 4);
	}

	.accordion-hit h2 {
		margin:0 0 5px;
		
		font-size:16px
		
	}
	.accordion-hit:before {
		position:absolute;
		display:block;
		content: "";
		border-left: 12px solid var(--t-color-tertiary);
		border-top:12px solid transparent;
		border-right:12px solid transparent;
		top: 25px;
		right: 15px;
		transform:rotate(-45deg);
		cursor:pointer;
		z-index:100;
		transform-origin: 8px 6px;
		transition: all .3s ease;
		pointer-events:none;
	}

	.accordion.active .accordion-hit:before {
		transform:rotate(135deg);
		top: 35px;
	}
}


@media(min-width:846px){

	.fm-logo + section{
		border-top: 0;
	}

	.fm-logo + section h2{
		margin-top: 0 !important;
	}

}

.toggle-menu {

	border-radius:25px;
	display:inline-block;
	margin:0px 0 12px;
	background-color:#000;
	padding:2px;
	border: 1px solid #484b50;
	
}

.toggle-menu button{
	
	color: white;
	font-size: 14px;
	
}

.toggle-menu button{
	background:none;
	color: white;
	font-size: 14px;
	border-radius:25px
}

.toggle-menu button.active{
	background: #08729e;
	font-size: 14px;
}
[data-toggle] {
	transition: all .3s ease;
}

[data-toggle]:not(.active) {
	opacity:0;
	z-index:-1;
	position:absolute;
}

[data-toggle].active {
	opacity:1;
	z-index:5;
	position:relative;
}


