html {
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	position: relative;
}

/*-- MENU --*/

.dropdown:hover .dropbtn {
    background-color: red;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    color: #000;
}

.dropdown-content a:hover { }

.dropdown:hover .dropdown-content {
    display: block;
}


#header {
	position: relative;
	z-index: 100000;

}

	.home #header #banner {
		background: url(/wp-content/uploads/2019/09/banner.jpg) no-repeat;
		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: 350px;
	}

	#header #columnNav {
		display: inline-table;
		vertical-align: middle;
		text-align: right;
		margin-top: 10px;
		float: right;
	}
	
	#header #store, #header #social {
		display: inline-table;
		vertical-align: middle;
		padding-left: 0px;
	}
	
	#header #social {

	}

	#header #space {
		display: block;
		height: 0px;
	}
	
	#header #mast {
		text-align: left;
		z-index: 1000;
		position: relative;
		width: 100%;
	}
	
		#header #mast #wrap {
			width: 90%;
			margin: 0 auto;
			text-align: left;
			padding: 20px 0px;
		}
	
	#header #logo {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
		#header #logo img {
			width: 270px;
			vertical-align: middle;
			margin-right: 25px;
		}
		
	#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;
		margin-right: 10px;
		opacity: 1;
	}
	
	#header #social img:hover {
		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/2019/09/overlay.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;
		}
	
#navigation {
	
	font-family: 'Montserrat', sans-seif;
	font-size: 13px;
	font-weight: normal;
	line-height: 27px;
	margin-top: 10px;
	
	-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/2019/09/overlay-nav.png);
		position: fixed;
		margin-top: 0px;
		
		font-family: 'Montserrat', sans-seif;
		font-size: 24px;
		font-weight: normal;
		line-height: 45px;
		text-transform: uppercase;
		
		-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-y: scroll;
		white-space: nowrap;
		z-index: 2500000;
	}
	
		#navigationBar a {
			color: #fff;
			text-decoration: none;
		}
		
		#navigationBar .subLink {
			font-size: 19px;
			line-height: 35px;
		}
	
	#navigationControl {
		display: none;
		position: fixed;
		background: url(/wp-content/uploads/2019/09/overlay-nav.png);
		padding: 15px;
		margin-top: 65px;
		z-index: 2500000;
		
		-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-left: 12px;
			font-size: 11px;
			border-left: 3px solid #f2f2f2;
			padding-left: 10px;
			line-height: 17px;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: 2px;
			text-align: left;
			vertical-align: bottom;
		}
	
	#navigationBar.closedWidth {
		width: 0px;
	}
	
	#navigationControl.closedLeft {
		margin-left: 0px;
	}
	
	#navigationBar.openWidth {
		width: 560px;
	}
	
	#navigationControl.openLeft {
		margin-left: 559px;
	}

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

	#navigation a {
		color: #000;
		text-decoration: none;
	}
	
		#navigation a:hover, #navigationBar a:hover, #navigation a.active, #navigationBar a.active {
			color: #1f7dba;
		}


#header #group
	{
		position: absolute;
		display: block;
		background-color: #004b8d;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
		
		width: 100%;
		height: 0px;
		z-index: 1000;
		
		overflow: hidden;

		-moz-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;	

	}

		#header #group .groupBox {
			width: 90%;
			max-width: 1100px;
			margin: 0 auto;
			display: none;
			text-align: center;
		}
		
			#header #group .active {
				display: block;
			}
		
		#header #group #column {
			width: 32%;
			display: inline-table;
			vertical-align: top;
		}
	
		#header #group a {
			border: 1px dotted rgba(255,255,255,0);
			display: inline-table;
			cursor: pointer;
			padding: 7px 10px 5px 20px;
			margin: 12px;
			text-align: left;
			color: #fff;
			font-weight: normal;
			font-family: Montserrat;
			letter-spacing: 2px;
			text-transform: uppercase;
			text-decoration: none;
		}

		#header #group a:hover {
			opacity: 0.7;	
		}
		
#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 */
			color: #ffffff;
		}

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

#title {
	width: 100%;
	padding: 40px 0px 30px 0px;
	margin-bottom: 30px;
	box-shadow: 0px 10px 40px rgba(0,0,0,0);
	text-align: center;
	
	background-color: #1f7dba;
	background-size: cover;
}

	#title.brown {
		background-color: #6b2b03;
	}
	
	#title.yellow {
		background: linear-gradient(#e9c113, #e9c113, #e9c113, #e9aa13);
	}

	#title.green {
		background-color: #699914;
	}
	
	#title.blue {
		background-color: #1f7dba;
	}
	
	#title.darkblue {
		background: linear-gradient(#14779f, #14779f, #14779f, #00658e);
	}

	
	#title.red {
		background-color: #d4111a;
	}

	#title h1 {
		font-size: 55px;
		line-height: 70px;
		color: #fff;
		margin: 0px;
		margin-bottom: 10px;
	}

	#title #wrap {
		width: 90%;
		max-width: 1068px;	
		margin: 0 auto;
	}
	
#breadcrumb {
	font-family: 'Montserrat';
	font-size: 12px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
}

	#breadcrumb a {
		color: #fff;
		border-bottom: 0px;
		text-decoration: none;
	}

#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.watermark {
		background: url('/wp-content/uploads/2019/09/watermark.jpg') no-repeat;
		background-size: cover;
	}
	
	#panel.gray {
		background: url('/wp-content/uploads/2019/09/gray-bg.jpg') no-repeat #e0e0e0 fixed center center;
	}
	
	#panel.light {
		background: url('/wp-content/uploads/2019/09/bg-light.jpg') repeat-x #ffffff top center;
	}
	
	#panel.dark {
		background-color: #282828;
	}
	
	#panel.dawn {
		background-color: #f0f0f0;
	}
	
	#panel.blue {
		background-color: #1f7dba;
	}

	#panel.darkblue {
		background-color: #004b8d;
	}

	#panel.shadow {
		box-shadow: 0px 0px 50px #dadada;
		z-index: 100;
		position: relative;
	}

	#panel.lightgray {
		background-color: #e7e7e7;
	}
		
	#panel #wrap {
		width: 70%;
		max-width: 1000px;
		margin: 0 auto;
		text-align: left;
		padding: 80px 0px;
	}
	
	
		#panel #wrap.leftAlign {
			text-align: left;
		}
		
		#panel #wrap.noTopMargin {
			padding-top: 40px;
		}
		
		#panel #wrap.flushMargin {
			padding: 0px;
		}


#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: 'Open Sans', sans-seif;
			font-size: 29px;
			line-height: 35px;
			margin-bottom: 10px;
			text-decoration: none;
		}
		
		#eventBlock .detail {
			font-family: 'Open 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: 'Open Sans', sans-seif;
			font-size: 29px;
			line-height: 35px;
			width: 150px;
			margin-bottom: 50px;
			text-decoration: none;
		}
		
		#gridBlock .detail {
			font-family: 'Open Sans', sans-seif;
			font-size: 16px;
			line-height: 29px;
		}

.blog {
	
}

	.blog a {
		text-decoration: none;
	}

	.blog .post-thumbnail {
		float: left;
		width: 300px;
		margin-right: 35px;
	}

		.blog .post-thumbnail img {
			width: 100%;	
			height: auto !important;
			box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
		}

.wp-block-image figure.alignleft, .wp-block-image .alignleft {
	margin-right: 0px !important;
}

.wp-block-audio {
	margin: 10px 0px;
}

.icon {
	vertical-align: middle;
}

.dim {
	opacity: 0.8;
}	

.slideanim {
	visibility:hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide; 
    animation-duration: 0.5s; 
    -webkit-animation-duration: 0.5s;
    animation-timing-function: ease-out;
    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%);
    }
}

#sidebar {
	float: left;
	width: 250px;
	margin-right: 60px;
	margin-bottom: 30px;
	display: inline-table;
}

	#sidebar.gray {
		background-color: #f3f3f3;
	}

	#sidebar #wrap 
	{
		width: 80%;
		padding: 40px 0px;
	}


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

	#column.narrow {
		width: 44%;
	}
	
	#column.third {
		width: 32%;
	}

	#column.twothird {
		width: 64%;
	}

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

.reveals {
	display: flex;
	align-items: stretch;
}

	.reveal {
		flex-grow: 1;
		padding: 40px 10px;
		cursor: pointer;
		position: relative;
		
		-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;	
	}
	
		.reveal:hover {
			background-color: #1f7dba;
			box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
			color: #fff !important;
		}
		
			.reveal:hover h3 {
				color: #fff;
			}
		
			.reveal:hover div {
				display: block;
			}
	
		.reveal div {
			position: absolute;
			
			top: 110;
			left: 0;
			right: 0;
			
			display: none;
			
			z-index: 1000;


			background: linear-gradient(#00658e, #00658e, #00658e, #00658e);
			box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
			color: #fff;
			font-size: 16px;

			
			font-family: 'Open Sans', sans-serif;

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

.form-button {
	border: 0px;
	border-radius: 6px;
	background-color: #e13b34;
	font-family: 'Montserrat';
	font-size: 30px;
	font-weight: normal;
	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;
	}
	
input {
    -webkit-appearance: none;
}

.shadowbox img {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	margin-right: 25px;
}

#bright {
}

	#bright #tag {
		display: inline-table;
		vertical-align: top;
		width: 6%;
		font-family: 'Montserrat';
		font-size: 100px;
		line-height: 90px;
		color: #1f7dba;
		float: left;
	}
	
	#bright #content {
		display: inline-table;
		vertical-align: top;
		width: 85%;
		padding-left: 50px;
		border-left: 0px dotted #eaeaea;
	}

#map {
    float: right;
    margin-top: 10px;
    padding: 5px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

#shadow {
    width:100%;
    position: absolute;
    bottom:0;
    z-index: 100000;
}
	
#footer {
	background-color: #282828;
	padding: 40px 0px;
	text-align: center;
	
	font-family: 'Open Sans', sans-seif;
	font-size: 11px;
	font-weight: 200;
	line-height: 20px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 0;
}

	#footer.base {
	    width:100%;
	    position: absolute;
	    bottom:0;
	}

	#footer #wrap {
		width: 80%;
		max-width: 1000px;
		margin: 0 auto;
		text-align: center;
		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;
		}
		
.bio {
	
	
}

	.bio img {
		width: 200px;
		border-radius: 100px;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
		margin-bottom: 10px;
	}
		
.mobileHide {

}

.mobileOnly {
	display: none;
}

.anchor {
	margin-bottom: 10px;
}

.anchorHide {
	display: none;
}

.anchorShow {
	display: block;
}

.anchorInvisible {
	opacity: 0;
	
	-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.anchorVisible {
	opacity: 1;
	
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}


.floatLeft {
	float: left;
	position: relative;
    display: block;
}

.floatRight {
	float: right;
	position: relative;
    display: block;
}

.front {
	position: relative;
	z-index: 60000;
}

.contain {
	overflow: hidden;
}

.button {
	display: inline-block;
	min-width: 200px;
	border: 1px solid #1f7dba;
	padding: 10px 30px;
	font-family: 'Open Sans', 'Montserrat', sans-seif;
	font-size: 19px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #1f7dba;
}
	
	
/* -- FONTS -- */

h1 {
	font-family: 'Open Sans', sans-seif;
	font-size: 39px;
	font-weight: normal;
	line-height: 65px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #373737;
}


h2 {
	font-family: 'Open Sans', 'Montserrat', sans-seif;
	font-size: 45px;
	font-weight: normal;
	line-height: 60px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #373737;
}

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

h4 {
	font-family: 'Open 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: #1f7dba;
}

.label {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.shout {
	font-family: 'Open Sans', sans-seif;
	font-size: 70px;
	line-height: 80px;
	color: #fff;
}

.shoutCaption {
	font-family: 'Open Sans', sans-seif;
	font-size: 25px;
	line-height: 35px;
	color: #fff;
}


.highlight {
	font-family: 'Open Sans', sans-seif;
	font-size: 32px;
	line-height: 50px;
	color: #373737;
}

.bodytext {
	font-family: 'Open Sans', sans-seif;
	font-size: 30px;
	line-height: 52px;
	color: #373737;
}

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

.copymedium {
	font-family: 'Open Sans', sans-seif;
	font-size: 21px;
	line-height: 36px;
	color: #373737;
}

.stamp {
	font-family: 'Open Sans', sans-seif;
	font-size: 160px;
	font-weight: bold;
	line-height: 180px;
	color: #373737;
}


.caption {
	font-family: 'Montserrat', sans-seif;
	font-size: 26px;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
}

.center {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.w {
	color: #ffffff;
}

.b {
	color: #000000;
	text-decoration: none;
}

.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: 1200px) {
	.anchor {
	}
}



@media only screen and (max-width: 1350px) {
	#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%;
	}
	
	#navigation ul li {
		margin-left: 11px;
		margin-right: 11px;
		text-align: center;
	}
	
	#header #space {
		height: 0px;
	}
	
	#header #store {
		padding-left: 0px;
	}
	
	#panel.bacteriostatic {
		background: none;
		background-color: #3f1cc2;
	}
	
	#panel.asbestos {
		background: none;
		background-color: #1b1c1d;
	}
	
	#column.third, #column.twothird {
		width: 100%;
	}

	#map {
    	float: none;
		margin-bottom: 20px;
	}
	
	.anchor {
		margin-bottom: 10px;
	}
	
	.floatRight, .floatLeft {
		max-width: 400%;
		text-align: center;
		margin-bottom: 14px;
		vertical-align: top;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		float: none !important;
	}
	
	#listing ul li {
		width: 100%;
	}
	
	#column, #column.third {
		width: 100%;
	}
	
	#sidebar {
		float: none;
		width: 100%;
		margin-right: 0px;
		display: block;
	}
	
	.mobileHide {
		display: none;
	}
	
	.mobileOnly {
		display: inline;
	}
	
	.mobileCenter {
		text-align: center;
	}
	
	.mobileTopMargin {
		padding-top: 40px;
	}
	
	.mobileBottomMargin {
		padding-bottom: 40px;
	}
	
	.anchorHide {
		display: block;
	}
	
	.anchorInvisible {
		opacity: 1;
	}
	
	.icon {
		text-align: center;
		display: block;
		float: none;
	}

}

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

	#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: 40px 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;
	}
	
	.blog .post-thumbnail {
		width: 150px;
	}
	
		.blog .post-thumbnail img {
			vertical-align: top;	
		}
	
	.reveals {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

		.reveal {
			flex-grow: 1;
			padding: 40px 10px;
			cursor: pointer;
			
			-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;	
		}

	.floatRight, .floatLeft {
		max-width: 400%;
		text-align: center;
		margin-bottom: 14px;
		vertical-align: top;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		float: none;
	}

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

	#column {
		width: 100%;
	}
	
		#column.third {
			width: 100%;
		}
		
		#column.twothird {
			width: 100%;
		}


	.mobileHide {
		display: none;
	}
	
	.mobileOnly {
		display: inline;
	}
	
	.mobileCenter {
		text-align: center;
	}

	.anchorHide {
		display: block;
	}
	
	.anchorInvisible {
		opacity: 1;
	}
	
	.icon {
		text-align: center;
		display: block;
		float: none;
	}


}