/* Font import ======================================================= */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Raleway:wght@600;900&display=swap');

/* Reset ============================================================= */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* Main page styles ================================================== */
body {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

.floatfix {
	position:relative;
	overflow:hidden;
}

.container {
	width:75%;
	margin:0 auto;
	padding:0;
	position:relative;
	clear:both;
	overflow:visible;
}

div.answerdiv {
	width:60%;
	margin:0 auto;
	text-align:center;
}

div.headcontainer {
	margin:0 12.5%;
	padding:0;
	position:relative;
	clear:both;
	overflow:visible;
	z-index:298;
}

div.header, div.header-home {
	background-image:url(../img/textures/water.jpg);
	background-repeat:repeat;
	border-bottom:1px solid #0000ff;
	width:100%;
}

div.header-home {	
	position:fixed;
	top:0;
	z-index:299;
}

h2.sitetitle {	
	line-height: 52px;
}

h2.sitetitle2 {
	line-height: 105px;
}

h2.sitetitle, h2.sitetitle2 {
	text-align: right;
}

span.navcontainer {
	float:right;
	margin:35px 0;
}

div.divider {
	clear:both;
	width:100%;
	border-top:1px solid #0000ff;
	height:14px;
	margin-top:15px !important;
}

div.bigdivider {
	clear:both;
	width:100%;
	border-top:1px solid #0000ff;
	height:29px;
	margin-top:30px !important;
}

.dt-only {
	display:block;
}

.mobile-only {
	display:none;
}

#logo {
	padding:15px 0;
}

div.navrow {
	position:relative;
	z-index:12;
	background:#0060af;
}

div.halfempty {
	height:10px;
	clear:both;
}

div.empty, div.dt-empty {
	height:20px;
	clear:both;
}

div.bigempty {
	height:40px;
	clear:both;
}

div.fs {
	width:100%;
	height:100vh;
}

div.row {
	clear:both;
	margin:0;
	padding:0;
}

.clear {
	clear:both;
	overflow:hidden;
}

.picleft {
	float:left;
	margin:0 20px 20px 0;
	clear:left;
}

.picright {
	float:right;
	margin:0 0 20px 20px;
	clear:right;
}

.left {
	float:left;
}

.right {
	float:right;
}

img {
	border-style:none;
}

img.fitimg {
	width:100%;
	height:auto !important;
}

hr {
	color:#bc7346;
}

.addtop {
	margin-top:20px !important;
}

.addbottom {
	margin-bottom:20px !important;
}

.halfbottom {
	margin-bottom:10px !important;
}

div.has-shadow {
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

.center-shadow {
	background:url(../img/shadow.png) center top no-repeat;
}

.shadowed {
	background:url(../img/tiling-shadow.png) left top repeat-x;
}

.sideshadowed {
	background-image:url(../img/side-shadows.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:contain;
}

.center-diamond {
	background-image:url(../img/center-diamond.png);
	background-position:center center;
	background-repeat:no-repeat;
	clear:both;
	width:100%;
	height:40px;
	margin:10px 0;
}

.cream {
	background:url(../img/textures/cream_pixels.png) left top repeat;
}

.bordered {
	border:1px solid #0000ff;
}

.dotted {
	border:1px dotted #0000ff;
}

.padded {
	padding:15px;
}

.white {
	background:#fff;
}

.topborder {
	border-top:2px solid #0000ff;
}

.bottomborder {
	border-bottom:2px solid #0000ff;
}

.thintopborder {
	border-top:1px solid #0000ff;
}

.thinbottomborder {
	border-bottom:1px solid #0000ff;
}

.rounded {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	overflow:hidden;
}

.videodiv, .mapdiv {
	position: relative;
	padding-bottom:54%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}

.videodiv iframe, .mapdiv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

div.bg1, div.bg2, div.bg3 {
	height:100vh;
	width:100%;
	background-position:bottom center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

div.bg1 {
	background-image:url(../img/bg-dt.jpg);
}

/* Form styles ================================================== */
input[type=text], input[type=tel], input[type=email], input[type=password], select, textarea {
	padding:5px 10px;
}

#submit {
	font-size:24px;
	padding:10px 15px;
}

#comments {
	width:450px;
	height:175px;
	padding:8px;
}

.big-textarea {
	width:400px;
	height:150px;
}

/* Link styles ================================================== */
a:link, a:visited, a:active {
	color:#0060af;
	text-decoration:underline;
}

a:hover {
	color:#0060af;
}

a.button {
	padding:4px 12px 8px 12px;
	text-decoration:none;
	font-variant:small-caps;
	font-size:18px;
	background:#0000ff;
	color:#fff;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	-webkit-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
	-o-transition:background 0.5s ease;
	transition:background 0.5s ease;
}

a.button:hover {
	background:#6666ff;
}

/* Text styles ================================================== */
h1,h2,h3,h4 {
	font-family:'Raleway', sans-serif;
	text-transform:uppercase;
}

td,div,p {
	font-family:'Montserrat', sans-serif;
	color:#333;
	font-size:18px;
	line-height:24px;
}

h1 {
	font-size:44px;
	line-height:46px;
	font-weight:black;
}

h2 {
	font-size:36px;
	line-height:38px;
	font-weight:black;
}

h3 {
	font-size:30px;
	line-height:32px;
	font-weight:semi-bold;
}

h4 {
	font-size:24px;
	line-height:26px;
	font-weight:semi-bold;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.underline {
	text-decoration:underline;
}

.padded h3, .padded p {
	padding-top:0;
	margin-top:0;
}

.centered {
	text-align:center;
}

.text-right {
	text-align:right;
}

.text-left {
	text-align:left;
}

/* Column styles ================================================== */
div.third, div.two-thirds, div.quarter, div.half, div.three-quarters, div.fifth, div.two-fifths, div.three-fifths, div.four-fifths {
	float:left;
	position:relative;
}

div.fifth, div.two-fifths, div.three-fifths, div.four-fifths, div.third, div.two-thirds {
	margin-right:5%;
}

div.quarter, div.half, div.three-quarters {
	margin-right:4%;
}

div.fifth {
	width:16%;
}

div.quarter {
	width:22%;
}

div.third {
	width:30%;
}

div.half {
	width:48%;
}

div.three-quarters {
	width:74%;
}

div.two-thirds {
	width:65%;
}

div.two-fifths {
	width:37%;
}

div.three-fifths {
	width:58%;
}

div.four-fifths {
	width:79%;	
}

div.last {
	margin-right:0 !important;
}

/* Sticky footer styles ================================================== */
#wrap {
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
}

#main {
	overflow:auto;
	padding-bottom:50px;
}  /* must be same height as the footer */

div.footer {
	position:relative;
	margin-top:-50px; /* negative value of footer height */
	height:50px;
	clear:both;
	background:#0000ff;
}

div.footercontent {
	overflow:visible;
	position:relative;
}

.copyright {
	color:#fff;
	font-size:12px;
	line-height:16px;
	font-family:Verdana, Arial, sans-serif;
	position:absolute;
	top:10px;
	right:0;
	text-align:right;
	z-index:50;
}

.copyright a {
	color:#fff;
	text-decoration:none;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

/* Navigation styles ================================================== */

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	font-variant:small-caps;
	margin:0;
	padding:0;
	border:0;
	list-style:none;
	line-height:1;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:300;
}

#cssmenu:after, #cssmenu > ul:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

#cssmenu #menu-button {
	display:none;
}

#cssmenu > ul > li {
	float:left;
}

#cssmenu.align-center > ul {
	text-align:center;
}

#cssmenu.align-center > ul > li {
	display:inline-block;
	float:none;
}

#cssmenu.align-center ul ul {
	text-align:left;
}

#cssmenu.align-right > ul > li {
	float:right;
}

#cssmenu > ul > li > a {
	padding:8px 17px;
	letter-spacing:1px;
	text-decoration:none;
	color:#0000ff;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	border:2px solid #0000ff;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	overflow:hidden;
}
#cssmenu > ul > li:hover > a {
	background-color:rgba(0,0,255,1);
	color:#fff;
	border:2px solid rgba(0,0,255,0.0);
}

#cssmenu > ul > li.has-sub > a {
	padding-right:30px;
}

#cssmenu > ul > li.has-sub > a:after {
	position:absolute;
	top:18px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#0000ff;
	content:'';
}

#cssmenu > ul > li.has-sub > a:before {
	position:absolute;
	top:15px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#0000ff;
	content:'';
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
	top:23px;
	height:0;
}

#cssmenu > ul > li.has-sub:hover > a:after {
	background:#fff;
}

#cssmenu ul ul {
	position:absolute;
	left:-9999px;
}

#cssmenu.align-right ul ul {
	text-align:right;
	background:#fff;
}

#cssmenu ul ul li {
	text-align:center;
	height:0;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
}

#cssmenu li:hover > ul {
	left:auto;
}

#cssmenu.align-right li:hover > ul {
	left:auto;
	right:0;
}

#cssmenu li:hover > ul > li {
	height:35px;
}

#cssmenu ul ul ul {
	margin-left:100%;
	top:0;
}

#cssmenu.align-right ul ul ul {
	margin-left:0;
	margin-right:100%;
}

#cssmenu ul ul li a {
	border-bottom:1px solid rgba(150, 150, 150, 0.15);
	padding:11px 15px;
	min-width:200px;
	font-size:14px;
	text-decoration:none;
	color:#1a2e77;
	font-weight:400;
	background:#e1edfe;
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
}

#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom:0;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color:#fff;
	background:#0000ff;
}

#cssmenu ul ul li.has-sub > a:after {
	position:absolute;
	top:16px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#fff;
	content:'';
}

#cssmenu.align-right ul ul li.has-sub > a:after {
	right:auto;
	left:11px;
}

#cssmenu ul ul li.has-sub > a:before {
	position:absolute;
	top:13px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#fff;
	content:'';
	-webkit-transition:all .25s ease;
	-moz-transition:all .25s ease;
	-ms-transition:all .25s ease;
	-o-transition:all .25s ease;
	transition:all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
	right:auto;
	left:14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
	top:14px;
	height:0;
}

/* Moble styles ================================================== */
@media (max-width:959px) {
	div.widecontainer, div.quarter, div.third, div.fifth, div.half, div.three-quarters, div.two-thirds, div.two-fifths, div.three-fifths {
		width:100%;
		clear:both;
		height:auto !important;
	}
	
	div.container, div.eighty, div.answerdiv {
		width:96%;
		margin:0 2%;
		clear:both;
	}
	
	div.quarter, div.third, div.fifth, div.half, div.three-quarters, div.two-thirds, div.two-fifths, div.three-fifths {
		margin-bottom:20px;
	}
	
	.mobile-center, div.header, div.header-home, h2.sitetitle, h2.sitetitle2 {
		text-align:center;
	}
	
	.dt-only, div.dt-empty {
		display:none;
	}
	
	.mobile-only {
		display:block;
	}
	
	.picleft, .picright {
		float:none;
		clear:both;
		width:100%;
		margin:20px 0;
	}
	
	.copyright {
		text-align:center;
		left:0;
		width:100%;
	}
	
	#comments {
		width:350px;
	}
	
	  #cssmenu {
		width:100%;
		background:#0000ff;
		color:#fff;
	  }
	  
	  #cssmenu ul {
		width:100%;
		display:none;
	  }
	  
	  #cssmenu.align-center > ul {
		text-align:left;
	  }
	  
	  #cssmenu ul li {
		width:100%;
		border-top:1px solid rgba(120, 120, 120, 0.2);
	  }
	  
	  #cssmenu ul ul li, #cssmenu li:hover > ul > li {
		height:auto;
	  }
	  
	  #cssmenu ul li a, #cssmenu ul ul li a {
		width:100%;
		border-bottom:0;
		color:#fff;
		text-align:left;
	  }
	  
	  #cssmenu > ul > li {
		float:none;
	  }
	  
	  #cssmenu ul ul li a {
		padding-left:25px;
	  }
	  
	  #cssmenu ul ul ul li a {
		padding-left:35px;
	  }
	  
	  #cssmenu ul ul li a {
		color:#fff;
		background:none;
	  }
	  
	  #cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
		color:#fff;
		background:#e1edfe;
	  }
	  
	  #cssmenu ul ul, #cssmenu ul ul ul, #cssmenu.align-right ul ul {
		position:relative;
		left:0;
		width:100%;
		margin:0;
		text-align:left;
	  }
	  
	  #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
		display:none;
	  }
	  
	  #cssmenu #menu-button {
		display:block;
		padding:17px;
		color:#fff;
		cursor:pointer;
		font-size:12px;
		text-transform:uppercase;
		font-weight:700;
	  }
	  
	  #cssmenu #menu-button:after {
		position:absolute;
		top:22px;
		right:17px;
		display:block;
		height:4px;
		width:20px;
		border-top:2px solid #fff;
		border-bottom:2px solid #fff;
		content:'';
	  }
	  
	  #cssmenu #menu-button:before {
		position:absolute;
		top:16px;
		right:17px;
		display:block;
		height:2px;
		width:20px;
		background:#fff;
		content:'';
	  }
	  
	  #cssmenu #menu-button.menu-opened:after {
		top:23px;
		border:0;
		height:2px;
		width:15px;
		background:#fff;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg);
	  }
	  
	  #cssmenu #menu-button.menu-opened:before {
		top:23px;
		background:#fff;
		width:15px;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		transform:rotate(-45deg);
	  }
	  
	  #cssmenu .submenu-button {
		position:absolute;
		z-index:99;
		right:0;
		top:0;
		display:block;
		border-left:1px solid rgba(120, 120, 120, 0.2);
		height:46px;
		width:46px;
		cursor:pointer;
	  }
	  
	  #cssmenu .submenu-button.submenu-opened {
		background:#e1edfe;
	  }
	  
	  #cssmenu ul ul .submenu-button {
		height:34px;
		width:34px;
	  }
	  
	  #cssmenu .submenu-button:after {
		position:absolute;
		top:22px;
		right:19px;
		width:8px;
		height:2px;
		display:block;
		background:#fff;
		content:'';
	  }
	  
	  #cssmenu ul ul .submenu-button:after {
		top:15px;
		right:13px;
	  }
	  
	  #cssmenu .submenu-button.submenu-opened:after {
		background:#1a2e77;
	  }
	  
	  #cssmenu .submenu-button:before {
		position:absolute;
		top:19px;
		right:22px;
		display:block;
		width:2px;
		height:8px;
		background:#fff;
		content:'';
	  }
	  
	  #cssmenu ul ul .submenu-button:before {
		top:12px;
		right:16px;
	  }
	  
	  #cssmenu .submenu-button.submenu-opened:before {
		display:none;
	  }
	  
	  span.navcontainer {
		  display:block;
		  width:100%;
		  clear:both;
		  float:none;
	  }
	  
	  div.bg1, div.bg2, div.bg3 {
		  background-size:contain;
	  }
	  
	  span.navcontainer {
		  margin:0;
	  }
	  
	  div.headcontainer {
		  width:100;
		  margin:0 auto;
	  }
	  
	  img#logo {
		  margin:25px 0;
	  }
}