html {
    -webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	background: linear-gradient(to right, #000c1f, #4b5974);
	margin: 0px;
	padding: 0px;
	
}


#header {

}

	.home #header #banner {
		background-size: cover;
		width: 100%;
		position: relative;
		z-index: 200;
	}
	
	.sub #header #banner {
		background-color: #1c1c1c;
		background-size: contain;
		width: 100%;
	}
	
		
	#header #columnLogo {
		display: inline-table;
		vertical-align: middle;
		width: 220px;
	}

	#header #columnNav {
		display: inline-table;
		vertical-align: middle;
		text-align: right;
		margin-top: 20px;
		float: right;
		width: 840px;
	}
	
	#header #store, #header #social {
		display: inline-table;
		vertical-align: middle;
		padding-right: 11px;
		padding-left: 11px;
	}
	
	#header #social {
		/* display: none; */
	}

	#header #space {
		display: block;
		height: 0px;
	}
	
	#header #mast {
		text-align: left;
		z-index: 1000;
		position: relative;
		width: 100%;
		padding: 30px 0px;
	}
	
		#header #mast #wrap {
			width: 85%;
			margin: 0 auto;
			text-align: left;
			padding: 00px 0px;
		}
	
	#header #logo {
		padding-top: 20px;
		padding-bottom: 0px;
	}
	
	#header #logo img {
		vertical-align: middle;
		margin-right: 0px;
	}
		
	#header #social {
	}
	
	#app {
		font-family: 'Montserrat', sans-serif;
		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
		display: inline-table;
		margin-left: 20px;
		letter-spacing: 2px;
	}
	
		#app a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#app:hover a {
			color: #f6c4a5;
			text-decoration: none;
			opacity: 0.6;

		}
	
		#app img {
			vertical-align: middle;
			margin-right: 5px;
		}
	
	#header #social img {
		width: 25px;
		opacity: 1;
	}
	
	#header #social img:hover {
		width: 20px;
		opacity: 0.8;
	}
	
	#header #column {
		vertical-align: middle;
	}
	
	.home #header #overlay {
		margin-top: 400px;
		padding-bottom: 100px;
		font-family: Montserrat, sans-serif;
		font-size: 59px;
		line-height: 65px;
		text-align: left;
	}
	
		.home #header #overlay #wrap {
			width: 80%;
			max-width: 1000px;
			margin: 0 auto;
			text-align: left;
		}
	
		.home #header #overlay.transparent {
			background: none;
		}
		
	.sub #header #overlay {
		background: url(/wp-content/uploads/2023/05/overlay-nav.png);
		margin-top: 20px;
	}
	
		.sub #header #overlay.transparent {
			background: none;
		}
		
		.sub #header #overlay.extrabase {
			padding-bottom: 60px;
		}

		.sub #header #overlay #wrap {
			width: 80%;
			max-width: 910px;
			margin: 0 auto;
			text-align: center;
			padding: 40px 0px;
		}
		
#banner {
	
	
}

	#banner #wrap {
		max-width: 1100px;
		width: 90%;
		margin: 0 auto;	
	}
	
	#banner #book {
		width: 600px;
		display: inline-block;	
		vertical-align: top;
	}
	
	#banner #book img {
		width: 100%;
	}
	
	#banner #content {
		display: inline-block;
		width: 400px;

		padding-top: 100px;

		font-family: 'Work Sans', sans-seif;
		font-size: 23px;
		font-weight: normal;
		line-height: 35px;
		
		color: #fff;		

	}
		
#mastbanner {
	
	background: rgba(0,0,0,0.3);
	padding: 20px 0px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	
	font-family: 'Work Sans', sans-seif;
	font-size: 17px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 3px;
	
	margin: 20px 0px;

}
	
#navigation {
	
	font-family: 'Montserrat', sans-seif;
	font-size: 13px;
	font-weight: normal;
	line-height: 27px;
	margin-top: 25px;
	
	-moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;	

}

	#navigationBar {
	
		display: none;
		background: url(/wp-content/uploads/2023/05/overlay-nav.png);
		position: fixed;
		margin-top: 0px;
		
		
		top: 0px;
		font-family: 'Montserrat', sans-seif;
		font-size: 34px;
		font-weight: normal;
		line-height: 65px;
		text-transform: uppercase;
		
		white-space: nowrap;
		
		-moz-transition: all 0.4s ease-in;
	    -o-transition: all 0.4s ease-in;
	    -webkit-transition: all 0.4s ease-in;
	    transition: all 0.4s ease-in;	
	
		width: 0px;
		height: 100%;
		overflow: hidden;
	}
	
	#navigationControl {
		display: none;
		position: fixed;
		background: url(/wp-content/uploads/2023/05/overlay-nav.png);
		padding: 15px;
		margin-top: 80px;
		
		-moz-transition: all 0.4s ease-in;
	    -o-transition: all 0.4s ease-in;
	    -webkit-transition: all 0.4s ease-in;
	    transition: all 0.4s ease-in;	

	}
	
	#navigation ul {
		list-style: none;
		padding: 0px;
		margin: 0px;	
	}
	
		#navigation ul li {
			display: inline-table;
			margin-right: 11px;
			margin-left: 11px;
			font-size: 14px;
			font-weight: bold;
			letter-spacing: 3px !important;
			text-transform: uppercase;
			letter-spacing: 2px;
		}
	
	#navigationBar.closedWidth {
		width: 0px;
	}
	
	#navigationControl.closedLeft {
		margin-left: 0px;
	}
	
	#navigationBar.openWidth {
		width: 500px;
	}
	
	#navigationControl.openLeft {
		margin-left: 499px;
	}

	#navigationBar #wrap {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#navigation a, #navigationBar a {
		color: #ffffff;
		text-decoration: none;
	}
	
		#navigation a:hover, #navigationBar a:hover {
			color: #93bbde;
		}

#box
{
	width: 49%;
	margin: 0 auto;
	display: inline-table;
	border: 1px dotted #c1c1c1;
	border-radius: 20px 20px 20px 20px;
}

	#box #heading {
		background-color: #c1c1c1;
		padding: 40px;
		text-align: center;
		font-family: 'Montserrat', sans-seif;
		font-size: 35px;
		border-radius: 20px 20px 0px 0px;
	}
	
		#box #heading.purple {
		    background: #5858c8; /* For browsers that do not support gradients */
		    background: -webkit-linear-gradient(#5858c8, #7676df); /* For Safari 5.1 to 6.0 */
		    background: -o-linear-gradient(#5858c8, #7676df); /* For Opera 11.1 to 12.0 */
		    background: -moz-linear-gradient(#5858c8, #7676df); /* For Firefox 3.6 to 15 */
		    background: linear-gradient(#5858c8, #7676df); /* Standard syntax */
			color: #ffffff;
		}
		
		#box #heading.light {
		    background: #b25fc1; /* For browsers that do not support gradients */
		    background: -webkit-linear-gradient(#b25fc1, #d47ae4); /* For Safari 5.1 to 6.0 */
		    background: -o-linear-gradient(#b25fc1, #d47ae4); /* For Opera 11.1 to 12.0 */
		    background: -moz-linear-gradient(#b25fc1, #d47ae4); /* For Firefox 3.6 to 15 */
		    background: linear-gradient(#b25fc1, #d47ae4); /* Standard syntax */
			background-color: #;
			color: #ffffff;
		}

	
	#box #features {
		padding: 40px;	
		font-size: 22px;
		line-height: 38px;
	}

#swipe
{
    background: #dd5c22; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#dd5c22, #e16e35); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#dd5c22, #e16e35); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#dd5c22, #e16e35); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#dd5c22, #e16e35); /* Standard syntax */
	color: #ffffff;
	
	border-radius: 20px; 
	opacity: 0.7; 
	color: #fff;
	
	padding: 40px;
}

	#swipe h3 {
		font-family: 'Montserrat';
	}
	
	#swipe ul {
		list-style: none;
		margin: 0px;
		padding: 0px;	
	}
	
#listing {
	
}

	#listing h3 {
		font-family: 'Montserrat';
		color: #333333;
		opacity: 0.9;
		margin-bottom: 15px;
	}


	#listing ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
		#listing ul li {
			display: inline-table;
			width: 47%;
			height: 85px;
			border: 1px solid #cccccc;
			border-radius: 15px;
			padding: 10px 40px;
			margin: 10px;
			text-align: center;
			
			vertical-align: middle;
			
			text-transform: uppercase;
			font-size: 20px;
			line-height: 30px;
			letter-spacing: 2px;
			
			box-shadow: 0px 0px 10px #efefef;
		}
		
			#listing ul li div {
				display: table-cell;
				vertical-align: middle;
			}

#circle {
	padding: 80px 0px;
	text-align: center;
}

	#circleBlock {
		display: inline-table;
		width: 330px;
		text-align: center;
		margin-bottom: 20px;
	}
	
		#circleBlock a {
			color: #007eaf;
			text-decoration: none;
		}
		
			#circleBlock a:hover {
				color: #30b7ec;
				text-decoration: none;
			}
	
		#circleBlock img {
			margin-bottom: 15px;
		}
		
		#circleBlock .subcaption {
			font-family: 'Montserrat', sans-seif;
			font-size: 21px;
			line-height: 35px;
			text-transform: uppercase;
		}
		
		#circleBlock .caption {
			font-family: 'Montserrat', sans-seif;
			font-size: 29px;
			line-height: 35px;
			text-transform: uppercase;
		}


#panel {
	width: 100%;
}

	#panel.clear {
		background: #fff;
	}
	
	#panel.gray {
		background: linear-gradient(#fafafa, #eaeaea);
	}

	
	#panel.flow {
		background: url('/wp-content/uploads/2017/06/flow-color-bg.jpg') no-repeat;
		background-size: cover;
	}
	
	#panel.shadow {
		box-shadow: 0px 0px 50px rgba(0,0,0,0.17);
		z-index: 100;
		position: relative;
	}

	#panel.lightgray {
		background-color: #e7e7e7;
	}
		
	#panel #wrap {
		width: 80%;
		max-width: 1400px;
		margin: 0 auto;
		text-align: left;
		padding: 120px 0px;
	}
	
	
	#panel #wrapWide {
		width: 80%;

		margin: 0 auto;
		text-align: left;
		padding: 10px 0px;
	}
	
		#panel #wrap.leftAlign {
			text-align: left;
		}
		
		#panel #wrap.noTopMargin {
			padding-top: 40px;
		}


#events {
	width: 100%;
}

	#events #wrap {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 80px 0px;
	}

	
	#eventBlock {
		display: inline-table;
		width: 330px;
		text-align: left;
		margin-bottom: 20px;
	}
	
		#eventBlock a {
			color: #007eaf;
			text-decoration: none;
		}
		
			#eventBlock a:hover {
				color: #30b7ec;
				text-decoration: none;
			}
	
		#eventBlock img {
			margin-bottom: 15px;
		}
		
		#eventBlock #icon-calendar {
			float: left;
			margin-right: 20px;
			margin-top: 5px;
		}
		
		#eventBlock .date a, #eventBlock .caption a {
			text-decoration: none;
		}
		
		#eventBlock .date {
			font-family: 'Montserrat', sans-seif;
			font-size: 16px;
			line-height: 23px;
			text-transform: uppercase;
			text-decoration: none;
		}
		
		#eventBlock .caption {
			font-family: 'Work Sans', sans-seif;
			font-size: 29px;
			line-height: 35px;
			margin-bottom: 10px;
			text-decoration: none;
		}
		
		#eventBlock .detail {
			font-family: 'Work Sans', sans-seif;
			font-size: 16px;
			line-height: 29px;
		}
		
#grid {
	width: 100%;
}

	#grid #wrap {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 80px 0px;
	}

	
	#gridBlock {
		display: inline-table;
		width: 325px;
		text-align: left;
		margin-bottom: 20px;
		margin-right: 25px;
	}
	
		#gridBlock a {
			color: #007eaf;
			text-decoration: none;
		}
		
			#gridBlock a:hover {
				color: #30b7ec;
				text-decoration: none;
			}
	
		#gridBlock img {
			margin-bottom: 15px;
		}
		
		#gridBlock #icon-calendar {
			float: left;
			width: 40px;
			margin-right: 20px;
			margin-top: 12px;
			margin-bottom: 0px;
		}
		
		#gridBlock .date a, #gridBlock .caption a {
			text-decoration: none;
		}
		
		#gridBlock .date {
			font-family: 'Montserrat', sans-seif;
			font-size: 16px;
			line-height: 23px;
			text-transform: uppercase;
			text-decoration: none;
		}
		
		#gridBlock #caption {
			display: inline-table;
			font-family: 'Work Sans', sans-seif;
			font-size: 29px;
			line-height: 35px;
			width: 150px;
			margin-bottom: 50px;
			text-decoration: none;
		}
		
		#gridBlock .detail {
			font-family: 'Work Sans', sans-seif;
			font-size: 16px;
			line-height: 29px;
		}

.dim {
	opacity: 0.8;
}	

.slideanim {
	visibility:hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide; 
    animation-duration: 0.7s; 
    -webkit-animation-duration: 0.7s;
    animation-timing-function: ease;
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

#column {
	display: inline-table;
	width: 49%;
	vertical-align: top;
}

	#column #wrap {
		padding-right: 10px;
	}

.form-text {
	width: 93%;
	border: 1px solid #cccccc;
	border-radius: 6px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	padding: 15px;
	margin-bottom: 5px;
}

.form-button {
	border: 0px;
	border-radius: 6px;
	background-color: #1761a1;
	font-family: 'Montserrat';
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	width: 190px;
	padding: 10px;
	text-align: center;
	opacity: 1;
	
	-moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;	
 
}

	.form-button:hover {
		opacity: 0.7;
	}

	
#footer {
	background-color: #000;
	padding: 40px 0px;
	text-align: center;
	
	font-family: 'Work Sans', sans-seif;
	font-size: 11px;
	line-height: 20px;
	
	position: relative;
	z-index: 105;
}

	#footer #wrap {
		width: 80%;
		max-width: 1000px;
		margin: 0 auto;
		text-align: left;
		padding: 0px 0px;
	}
	
	#footer #column {
		vertical-align: middle;
	}
	
	#footer .logoFont {
		font-family: 'Montserrat', sans-serif;
		font-size: 20px;
		color: #f48744;
	}
	
	#footer .logoTag {
		font-family: 'Montserrat', sans-serif;
		font-size: 16px;
		color: #ffffff;
	}
	
	#footer .right {
		text-align: right;
	}
	
	#footerNav {
		margin: 0px;
		padding: 0px;
		list-style: none;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		color: #ffffff;	
		text-align: right;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	
		#footerNav li {
			display: inline-table;
			margin-right: 14px;
		}
	
		#footerNav a {
			color: #ffffff;
			text-decoration: none;
			margin-right: 13px;
		}
		

.squares {
	
}

	.squares img {
		width: 33%;
	}


/* -- FORMS -- */

.wpcf7-not-valid-tip {
    font-family: 'Work Sans';
    font-size: 20px;
	color: #fff !important;
}

input[type="text"], input[type="email"] {
    font-size: 30px;
    padding: 5px 10px;
    font-family: 'Work Sans';
    font-weight: 300;
	margin-bottom: 10px;
	width: 80% !important;
	max-width: 650px;
}

input[type="submit"] {
    font-size: 30px;
    font-family: 'Work Sans';
    padding: 5px 10px;
    display: block;
}

.wpcf7-response-output {
    border: 0px;
    font-family: 'Work Sans';
    font-size: 20px;
    font-weight: bold;
    color: #fff;
	padding: 20px;
}
	
/* -- FONTS -- */

h1 {
	font-family: 'Work Sans', 'Montserrat', sans-seif;
	font-size: 60px;
	font-weight: 300;
	line-height: 75px;
	margin-bottom: 0px;
	margin-top: 0px;
	
}


h2 {
	font-family: 'Work Sans', 'Montserrat', sans-seif;
	font-size: 45px;
	font-weight: normal;
	line-height: 59px;
	margin-bottom: 0px;
	margin-top: 0px;
	
}

h3 {
	font-family: 'Work Sans', 'Montserrat', sans-seif;
	font-size: 35px;
	font-weight: normal;
	line-height: 48px;
	margin-bottom: 20px;
	margin-top: 0px;
}

h4 {
	font-family: 'Work Sans', 'Montserrat', sans-seif;
	font-size: 19px;
	font-weight: normal;
	line-height: 27px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-transform: uppercase;
}

.pop, a.pop, #footerNav a.pop {
	color: #142136;
}

a.glass {
	border: 1px solid rgba(255,255,255,0.3);
	padding: 15px 15px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 100;
}

.red {
	color: #a60000;
}

.highlight {
	font-family: 'Work Sans', sans-seif;
	font-size: 25px;
	line-height: 40px;
}


.bodytext {
	font-family: 'Work Sans', sans-seif;
	font-size: 22px;
	line-height: 35px;
}


.copysmall {
	font-family: 'Work Sans', sans-seif;
	font-size: 15px;
	line-height: 28px;
}

.center {
	text-align: center;
}

.w {
	color: #ffffff;
}

.b {
	color: #1c1c1c;
}

.floatRight {
	float: right;
	margin-left: 40px;
}

.floatLeft {
	float: left;
	margin-right: 40px;
}


.highlight a {
	color: #00a4e4;
	border-bottom: 1px solid #00a4e4;
	text-decoration: none;
}



@media only screen and (max-width: 1380px) {
	#header #columnLogo {
		display: inline-table;
		vertical-align: middle;
		text-align: center;
		width: 100%;
	}

	#header #columnNav {
		display: inline-table;
		vertical-align: middle;
		text-align: center;
		margin-top: 4px;
		float: none;
		width: 100%;
		margin-bottom: 0px;
	}
	
	#header #store, #header #social {
		padding-top: 15px;
	}
	
	#header #mast {
		padding: 30px 0px;
	}
	
	#header #space {
		height: 0px;
	}
	
	#header #store {
		padding-left: 0px;
	}
	
	#banner #book {
		width: 100%;
		text-align: center;
	}
	
	#banner #book img {
		width: 60%;
		margin-left: 100px;
	}
	
	#banner #content {
		width: 100%;
		margin-bottom: 40px;
		padding-top: 50px;
		text-align: center;
	}
	
	#listing ul li {
		width: 100%;
	}

}

@media only screen and (max-width: 700px) {

	#header #columnLogo {
		display: inline-table;
		vertical-align: middle;
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
		margin-top: 20px;
	}

	#header #columnNav {
		display: inline-table;
		vertical-align: middle;
		text-align: center;
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	
	#header #navigation {
		display: none;
	}
	
	#header #app {
		font-size: 13px;
		margin-bottom: 15px;
	}
	
	#navigationControl {
		display: inline;
	}
	
	#navigationBar {
		display: inline;
	}

	
	#panel #wrap {
		width: 80%;
		max-width: 1000px;
		margin: 0 auto;
		text-align: left;
		padding: 70px 0px;
	}
	
	#footer .logoFont {
		font-family: 'Montserrat', sans-serif;
		font-size: 16px;
		color: #f48744;
	}
	
	#footer .logoTag {
		font-family: 'Montserrat', sans-serif;
		font-size: 16px;
		color: #ffffff;
	}
	
	#footer #column {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 10px;
	}
	
	#footer #column table {
		text-align: center;
		margin: 0 auto;
	}
	
	#box {
		width: 100%;
		border-radius: 10px;
	}
	
	#footerNav {
		text-align: center;
	}

	.floatRight, .floatLeft {
		width: 35%;
		max-width: 400px;
		text-align: center;
		margin-bottom: 14px;
		vertical-align: top;
	}
	
	.floatLeft {
		display: inline-block;
		margin-right: 30px;
	}

	.form-text {
		font-size: 27px;
	}
	
	.form-button {
		opacity: 1;
	}

	#column {
		width: 100%;
	}
	
	#banner #book img {
		width: 60%;
		margin-left: 100px;
	}
	
	#banner #content {
		width: 100%;
		margin-bottom: 40px;
		padding-top: 50px;
	}

	.alignCenterMobileOnly {
		text-align: center;
	}

	.squares img {
		width: 100%;
		margin-bottom: 10px;
	}


}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: rgba(0,0,0,0.8);
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: #ffffff;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.0s;
  animation-name: fade;
  animation-duration: 2.0s;
}

@-webkit-keyframes fade {
  from {opacity: 0.2} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0.2} 
  to {opacity: 1}
}


