html, body { height: 100%; }
body { background-color: #fff; font-family: Montserrat, sans-serif; }

/* navbar / banner */

/* reduce min-height of standard navbar - if needed - may need to scale contents as well
.navbar { min-height: 35px !important; } */
.fixed-navbar { background: #fff; border-bottom: #414141 4px solid;  }
.fixed-navbar-shadow { box-shadow: 0px 2px 10px #999; }
.banner { display: table; width: 100%; -webkit-transition: height 0.5s; -moz-transition: height 0.5s; transition: height 0.5s; height: 120px; padding: 8px 0 8px 0; }
/* optional background image 
.navbar .container-fluid { background-image: url(../assets/background.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; } */
.banner-condensed { height: 50px !important; }
.banner { padding-top: 10px; padding-bottom: 10px; }
.banner .logo { display: table-cell; background-image: url(../assets/logo.png?20211118); background-repeat: no-repeat; background-position: left center; background-size: contain; width: 100%; cursor: pointer; }

/* menu */
.menu { display: table-cell; white-space: nowrap; vertical-align: middle; text-align: right; font-size: 13pt; padding-left: 50px; }
.menu ul { margin: 0; padding: 0; list-style: none; }
.menu a { color: #000; transition: all 0.3s ease-in-out; text-decoration: none; }
.menu a:hover { color: #000; }
.menu .active { color: #000; }
.menu li { display:inline-block; margin-left: 20px; }
.menu li:first-child { margin-left: 0px; }
.menu .fab { font-size: 1.9em; vertical-align: -10%; }

/* mobile menu */
.mobilemenu { background: #000; color: #fff; height: 100%; width: 100%; overflow-y: auto; position: fixed; top: 0px; left: 0px; z-index: 10000; margin-left: 100%; -webkit-transition: margin-left 0.5s ease; -moz-transition: margin-left 0.5s ease; -o-transition: margin-left 0.5s ease; transition: margin-left 0.5s ease; }
.mobilemenu-toggle { margin-left: 0%; }
.mobilemenu-body-no-scroll { overflow: hidden; }
.mobilemenu a { display: block; border-bottom: solid #333132 1px; cursor: pointer; line-height: 54px; height: 54px; color: #fff; padding-left: 20px; padding-right: 20px; }
.mobilemenu a:first-child { border-top: solid #333132 1px; }
.mobilemenu a:hover { color: #0082cc; text-decoration: none; }
.mobilemenu a.section { color: #0082cc; }
.mobilemenu a.active { color: #0082cc; }
.mobilemenu .sub-menu { display: none; }
.mobilemenu .sub-menu-open { display: block; }
.mobilemenu .sub-menu .menu-item { padding-left: 20px; }
.mobilemenu .submenu-toggle { font-size: 1.2em; margin-top: -5px; color: #fff; }
.mobilemenu .submenu { display: none; }
.mobilemenu .submenu-open { display: block; }
.mobilemenu .submenu a { padding-left: 20px; }
.mobilemenu .submenu a:hover { color: #00a9e7; }
.mobilemenu .submenu a.current { color: #00a9e7; }
.mobilemenu .submenu-toggle { font-size: 1.2em; margin-top: -5px; color: #fff; }	
.mobilemenu-toggle { cursor: pointer; }
.mobilemenu-open { margin-left: 15px; margin-top: -4px; font-size: 18px; }
.mobilemenu-close { margin-left: 15px; margin-top: -4px; padding-left: 4px; font-size: 18px; display: none; }


/* content */
.content { font-size: 12pt; line-height: 20pt; color: #4d4d4f; }
.content a { color: #cd171e; text-decoration: none; }
.content p { margin-bottom: 24pt; }
.content a:hover { color: #b8131a; text-decoration: none; }
.content h1 { font-weight: 800; letter-spacing: 4px; margin-bottom: 30px; margin-top: 0px; font-size: 22pt; line-height: 20pt; color: #000; }
.content h2 { font-size: 17pt; line-height: 24pt; font-weight: 600; color: #000; text-transform: uppercase; }
@media only screen and (min-width : 768px) { /* small desktop, tablet */
	.content { font-size: 13pt; line-height: 22pt; color: #4d4d4f; }
	.content h1 { font-size: 27pt; line-height: 24pt; }
	.content h2 { font-size: 16pt; line-height: 23pt; }
}
.contact { margin-top: 40px; }
.contact dl { margin-bottom: 15px; }
.contact dt { float: left; clear: left; width: 40px; font-weight: normal; }
.contact dd { margin: 0 0 0 50px; padding: 0 0 0.5em 0; }



/* footer */
.footer-wrapper { background-color: #231f20; padding-top: 10px; font-size: 14px; }
.footer { display: table; width: 100%; color: #fff; }
.footer .logo { display: table-cell; vertical-align: middle; }
.footer .logo img { height: 36px; }
.footer .footer-menu-wrapper { display: table-cell; vertical-align: middle; }
.footer .footer-menu { margin-bottom: 4px; }
.footer a { color: #fff; transition: all 0.3s ease-in-out; }
.footer a:hover { color: #ddd; text-decoration: none; }
.footer .copyright { color: #fff; font-size: 10px; }
.footer .credits { margin-top: 10px; text-align: center; font-size: 12px; }


/* parallax */
.parallax__container{clip:rect(0,auto,auto,0);height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-100}.parallax__container .parallax{background-position:center;background-repeat:no-repeat;background-size:cover;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%}
.parallax-banner {	height: 40vh; background: transparent; display: table; width: 100%; margin-bottom: 30px; }
@media only screen and (min-width : 768px) { /* small desktop, tablet */
	.parallax-banner { height: 60vh; }
}
.parallax-banner h1 { color: white; margin: 0px; text-align: center; display: table-cell; vertical-align: middle; font-weight: 200; }
.about-banner h1 { font-size: 24pt; line-height: 29pt; font-weight: 200; }
@media only screen and (min-width : 400px) { /* small desktop, tablet */
	.about-banner h1 { font-size: 32pt; line-height: 45pt; } 
}
@media only screen and (min-width : 768px) { /* small desktop, tablet */
	.about-banner h1 { font-size: 40pt; line-height: 55pt; } 
}
@media only screen and (min-width : 1200px) { /* small desktop, tablet */
	.about-banner h1 { font-size: 47pt; line-height: 63pt; } 
}

.services-banner h1 { font-size: 24pt; line-height: 29pt; font-weight: 200; }
@media only screen and (min-width : 400px) { /* small desktop, tablet */
	.services-banner h1 { font-size: 32pt; line-height: 41pt; } 
}
@media only screen and (min-width : 768px) { /* small desktop, tablet */
	.services-banner h1 { font-size: 40pt; line-height: 49pt; } 
}
@media only screen and (min-width : 1200px) { /* small desktop, tablet */
	.services-banner h1 { font-size: 47pt; line-height: 56pt; } 
}



/* background slide button */
a.btn-slide, button.btn-slide { border: 1px solid #5376b5; border-radius: 0; background: transparent; text-align: center; color: #5376b5 !important; display: inline-block; text-decoration: none; padding: 5px 10px; letter-spacing: 1px; font-size: 1em; transition: all 0.2s ease-in-out; position: relative; }
a.btn-slide:hover, button.btn-slide:hover { color: #fff !important; z-index: 1; font-weight: inherit; }
a.btn-slide:before, button.btn-slide:before { content: ""; position: absolute; background: #5376b5; bottom: 0; left: 0; right: 100%; top: 0; z-index: -1; -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out;	} 
a.btn-slide:hover:before, button.btn-slide:hover:before { right: 0; }


/* responsive adjustments */
@media only screen and (min-width : 1px) { /* phone */
	.banner { height: 90px; }
	.footer { padding-top: 15px; padding-bottom: 15px; }
}
@media only screen and (min-width : 768px) { /* small desktop, tablet */
	.footer { padding-top: 25px; padding-bottom: 25px; }
}
@media only screen and (min-width : 992px) { /* medium desktop */
	.banner { height: 150px; }
}
@media only screen and (min-width : 1200px) { /* large desktop */

}
@media only screen and (min-width : 1900px) { /* very large desktop */
}		


/* CONTACT */
.contact-form { font-size: 13pt; }
.contact-form input[type="text"] { display: block; width: 100%; padding: 4px; margin-bottom: 15px; border: 0px; border-radius: 3px; }
.contact-form input[type="text"]::placeholder, input[type="email"]::placeholder { color: #bbb; }
.contact-form input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder { color: #bbb; }

.contact-form .error::-webkit-input-placeholder { color: #ff9933 !important; }
.contact-form .error::-moz-placeholder { color: #ff9933 !important; }

.contact-form textarea { display: block; border: 0px; padding: 4px; width: 100%; resize: none; border-radius: 3px; height: 80px; margin-bottom: 15px; }
.contact-form textarea::placeholder { color: #bbb; }
.contact-form textarea::-webkit-input-placeholder { color: #bbb; }
.contact-form button { padding: 10px 25px 10px 25px; margin-top: 20px; border: solid 1px #4d4d4f; border-radius: 4px; background: #fff; }
.contact-form button:hover { background: #eee; }

.contact-form h2 { margin-top: 0px; margin-bottom: 20px; font-size: 2.5em; }
.contact-form h3 { color: #339933; margin-bottom: 15px; }


.contact-map { width: 100%; }
@media only screen and (min-width : 1px) { /* phone */
	.contact-map { height: 300px; }
	.contact-details i { font-size: 3em; }
}
@media only screen and (min-width : 768px) { /* small desktop, tablet */
	.contact-map { height: 400px; }
	.contact-details i { font-size: 5em; }
}
@media only screen and (min-width : 992px) { /* medium desktop */
}
@media only screen and (min-width : 1200px) { /* large desktop */
}
@media only screen and (min-width : 1900px) { /* very large desktop */
}


/* lightbox */
.lightbox { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 10000; background-color: rgba(0,0,0, 0.98); visibility: hidden; }
.lightbox-slide { height: 100%; width: 100%; }
.lightbox-slide picture { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.lightbox-swiper-container { height: 100%; width: 100%; }
.lightbox-close { color: #fff; font-size: 24px; position: absolute; top: 20px; right: 20px; cursor: pointer; z-index: 140; }
.lightbox-image { display: block; max-width: 100%; height: auto; margin-left: auto; margin-right: auto; position: relative; top: 50%; transform: translateY(-50%); }
.lightbox-bullets { margin-bottom: 20px; }
.lightbox-bullets .bullet { margin: 0 5px 0 5px; display: inline-block; height: 9px; width: 9px; background: none; border-radius: 50%; border: solid 1px #fff; }
.lightbox-bullets .active { background: #fff; }

.gallery { margin-top: 60px; margin-bottom: 40px; }
.gallery img { margin-bottom: 30px; }


/* top of page button */
.top { z-index: 100; position: fixed; width: 50px; height: 50px; text-align: center; border-radius: 25px; line-height: 50px; color: rgba(255,255,255,0.5); font-size: 24px; background-color: rgba(0,0,0,0.5); bottom: 10%; right: 10%; display: none; cursor: pointer; }		


/* privacy popup */
.privacy-popup { position: fixed; bottom: 0px; left: 0px; width: 100%; padding: 20px; background: #333; display: none; z-index: 100; color: #fff; }
.privacy-popup button { padding: 10px 25px 10px 25px; margin-top: 20px; border: solid 1px #4d4d4f; border-radius: 4px; background: #fff; color: #333; }
.privacy-popup button:hover { background: #eee; }


/* UTILITIES */

/* vertical align element within parent container */
.vertical-align { position: relative; top: 50%; transform: translateY(-50%); }

/* remove bootstrap row gutters */ 
.no-gutter > [class*='col-'] { padding-right:0; padding-left:0; }

.button-active { padding: 0 20% 30px 20%; cursor: pointer; }
