
@import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap');


/* Basic ******************************************************************************** basic settings*/

	@-ms-viewport {
		width: device-width;
	}
	
	
	
	

	body {
		background: #ffffff;
		font-family: 'Quattrocento', sans-serif;
		color: #515151;
		font-weight: 400;
			
	}

		

	input, select, textarea {
		font-family: 'Quattrocento', sans-serif;
		color: #7b818c;
		font-weight: 400;
	}

	a {
		color: inherit;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	h1, h2, h3, h4, h5, h6 {

		font-weight: 700;
		letter-spacing: 0.0em;
		color: #404248;
		margin: 0 0 1em 0;
		font-family: 'Quattrocento';
	
		
	}
	

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
		outline: 0;
	}
	
		h1 {
		margin: 0 0 0.5em 0;
		line-height: 1.25em;
			letter-spacing:0;
			font-size:1.8em;
			font-weight:900;

	
	}
	
	

	h2 {
		font-size: 1.5em;
		margin: 0 0 1em 0;
		line-height: 1em;
		
	}

		h2.icon {
			line-height: 48px;
		}

			h2.icon:before {
				position: relative;
				top: 0.05em;
				margin-right: 0.5em;
				opacity: 0.25;
			}

	h3 {
		font-size: 1.4em;
		margin-top: 1.2em;
}

	b, strong {
	
		font-weight: 700;
	}

	i, em {
		font-style: italic;
	}

	br.clear {
		clear: both;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
	}

	blockquote {
		border-left: solid 0em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 2em;
		margin-bottom: 1em;
	}

	



	header {
	
		margin: 0 0 0em 0;

    z-index: 12000;

background: #ffffff; /* Old browsers */







	}

		

	footer {
		margin: 2.5em 0 0 0;
	}

	

/* Forms */

	 label {
		display: block;
		font-weight: 800;
		letter-spacing: 0.04em;
		margin: 0 0 1em 0;
	
	}

	input[type="text"],
	 input[type="number"],
	 input[type="email"],
	 input[type="password"],
	 textarea {
		-webkit-appearance: none;
		display: block;
		width: 100%;
		border-radius: 2px;
		border: solid 1px #CCCCCC;
		
	}
	
	
	select
 {
		
		display: block;
		width: 100%;
		border-radius: 2px;
		border: solid 1px #CCCCCC;
	}
	
input[type=checkbox] {
    transform: scale(1.3);
}


input[type="text"]:focus,
	input[type="email"]:focus,
	input[type="password"]:focus,
 select:focus,
	 textarea:focus {
		box-shadow: 0 0 2px 1px #4091bf;
	}

	input[type="text"],
input[type="number"],
 input[type="email"],
 input[type="password"] {
		line-height: 2em;
		padding: 0 1em;
		
	background: rgb(242,242,242); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 55%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(55%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* W3C */

	}

select {
		line-height: 3em;
		padding: 0.4em 1em;
		background: rgb(242,242,242); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 55%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(55%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* W3C */

	}

textarea {
		min-height: 9em;
		padding: 1em;
		background: rgb(242,242,242); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(255,255,255,1) 55%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(55%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(255,255,255,1) 55%); /* W3C */

	}

	form .formerize-placeholder,
	form ::-webkit-input-placeholder,
	form :-moz-placeholder,
	form ::-moz-placeholder,
	form :-ms-input-placeholder {
		color: #555 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}
	
form#multiphase{ 

border: 3px solid #EEEEEE;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(20,20,20,0.2);
    -moz-box-shadow: 0 1px 3px rgba(20,20,20,0.2);
    box-shadow: 0 1px 3px rgba(20,20,20,0.2);
padding:0em;
border-radius:0.4em;


padding:24px; 

width:100%; 


}
form#multiphase > #phase2, #phase3, #show_all_data, #paypal-payment-complete { display:none; }

form#multiphase > #phase1 input[type=number]{
    width: 65px;
	text-align: center;
} 

/* Tables */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tr {
				border-top: solid 1px #eee;
			}

				table.default tr:first-child {
					border-top: 0;
				}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				padding: 0.5em 1em 0.5em 1em;
				text-transform: uppercase;
				font-weight: 800;
				letter-spacing: 0.04em;
				margin: 0 0 1em 0;
				font-size: 0.8em;
			}

			table.default thead {
				background: #404248;
				color: #fff;
			}



/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {

background: #d67221;






		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		border-radius: 2px;
		box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.35), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.35);
		text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
		color: #fff !important;
		text-decoration: none;
	
		font-weight: 800;
		font-size: 0.95em;
		letter-spacing: 0.075em;
		padding: 0.5em 1em;
		outline: 0;
		border: 0;
		white-space: nowrap;
		cursor: pointer;
	}

		input[type="button"].icon:before,
		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		button.icon:before,
		.button.icon:before {
			opacity: 0.5;
			margin-right: 0.5em;
			position: relative;
			top: 0.05em;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {



background: #eaca0f;



		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {

background: #eaca0f;





		}

	

	

	.footer
	
	{
	


background: #e5e4e3; 
    text-align: center;

 
    margin-top: 0px;

	}
	

	
	
	.footer-wrapper
	{
		margin-top:0em;
		padding-left:2em;
		padding-right:2em;
		padding-bottom:2em;
		padding-top:3em;

	}
	
	.footer .icons
	
	{
		margin-top:1em;
	}
	
	.footer h3
	
	{
		
		margin-top:1em;
	
		
	}
	
	
	.footermenu li
	
	{ 
	list-style:none;
	margin:0;
	margin-bottom:-0.4em;
	padding:0;
	}
	


	



.main-video
{
	margin-top:-2em;
}


	.footer a
	
	{
		
		text-decoration: none;
	}
	
	.footer a:hover
	
	{
	
		text-decoration: underline;
	}
	
		.footer .icons a:hover
	
	{
		
		text-decoration: none;
	}
	
	
	#footer-wrapper {

   background: rgba( 52,113,170,1);




	}

	.wrapper > .inner {
		position: relative;
		z-index: 2;
	}

	
	

		}
		
			.wrapper.style6 {
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6eef2+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e6eef2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffffff 0%,#e6eef2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ffffff 0%,#e6eef2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6eef2',GradientType=0 ); /* IE6-9 */
	
	}
	
	

	
	

	
	}
	
	
	
	.wrapper1
	
	{
		padding-left:2em;
		padding-top:1em;
		padding-bottom:1em;
		padding-right:2em;
	}
	
	
	

	
	
	
	
	
	

	
	.intro
	
	{
	font-size:1em;
	text-align:center;
	}
	
	.intro img
	
	{
		width:100%;
		height:auto !important;
	}
	
	
	
	
	#paypal-payment-complete { display:none; }
	
	@media print
{
	.no-print, .no-print *
	{
		display: none !important;
	}
}
	

	
	
	
	
	
	.editicon
	
	{
		background: #CC0033;
    padding: 0.2em;
	color:#ffffff;
	}
	
	#edit-bar

{
	position:fixed;
	bottom:0;
	right:0;
	background: #CC0033;
	padding:1em;
	
	

}


#edit-bar a

{
	color:#ffffff;
	text-decoration:none;
	font-size:2em;


	
}



#edit-bar-disable

{
	position:fixed;
	bottom:0;
	left:0;
	background: #CC0033;
	padding:1em;
	
	

}

#edit-bar-disable a

{
	color:#ffffff;
	text-decoration:none;
	font-size:2em;


	
}

	


/* Header */

	#header {
		margin-bottom: 0;
		

		 
 
	}
		
		


/* Footer */

	#footer {
		margin-bottom: 0;
		position: relative;
		z-index: 2;

	}

		#footer h2 {
			font-size: 1.35em;
			color: #fff;
		}

		#footer strong {
			color: #fff;
		}

		#footer a {
			color: #2b82ac;
		}

		#footer .button.alt {
			box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.25);
		}

		#footer ul.divided li, #footer ul.menu li {
			border-color: #444;
			border-color: rgba(255, 255, 255, 0.075);
		}

		#footer ul.divided li a {
			text-decoration: none;
		}

		#footer ul.menu {
			margin: 0;
		}

		#footer dl.contact dt {
			color: #ddd;
		}

	#copyright {
		
		text-align: center;
		margin-top: 2em;
		padding: 3em 0 4em 0;
		color: inherit;
			color: #fff;
	}

		#copyright a {
			color: inherit;
		}
		
		
		
.center
{
text-align:center;
}	
			
			
			
	
		


		
		



		
		blockquote {
quotes:"\201C" "\201D";
font-style:normal;
     
		font-size:1.1em;
	
		  letter-spacing:-.5px;

}
blockquote:before, blockquote:after {
font:bold 65px/1px 'butlermedium', 'butlermedium';
position:absolute;
color:#008CAC;

text-align:left !important;
}
blockquote:before {
content:open-quote;
margin:15px 0 0 0px;
position:absolute;
left:0px;
}
blockquote:after {
content:close-quote;
position:absolute;
right:0px;
margin:23px 0 0;
}

cite

{
font-style:normal;
font-weight:bold;
text-align:center;
font-size:1.1em;
}
		
		
		
		.mapmarkers
		
		{
		margin-bottom:0.5em;
		text-align:center;
		
		}
		
		
		.submenu li
		{
			margin-right:0.15em;
		}
		
		.tagsmenu li, 	.submenu li


{
display:inline-block;
line-height:2em;
margin-left:0 !important;
}

.tagsmenu li a, .submenu li a
{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#faaf40+0,f44f2f+100 */
background: #faaf40; /* Old browsers */
background: -moz-linear-gradient(top,  #faaf40 0%, #f44f2f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #faaf40 0%,#f44f2f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #faaf40 0%,#f44f2f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faaf40', endColorstr='#f44f2f',GradientType=0 ); /* IE6-9 */



		-moz-transition: background-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		border-radius: 2px;
		box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.35), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.35);
		text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
		color: #fff !important;
		text-decoration: none;
	
		font-weight: 800;
		font-size: 0.95em;
		letter-spacing: 0.075em;
		padding: 0.5em 1em;
		outline: 0;
		border: 0;
		white-space: nowrap;
		cursor: pointer;
}
		
		.tagsmenu li a:hover, .submenu li a:hover
{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f44f2f+0,faaf40+100 */
background: #f44f2f; /* Old browsers */
background: -moz-linear-gradient(top,  #f44f2f 0%, #faaf40 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f44f2f 0%,#faaf40 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f44f2f 0%,#faaf40 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f44f2f', endColorstr='#faaf40',GradientType=0 ); /* IE6-9 */
}
		
		table.info

{
	border: 1px solid #ccc;
}


		
		
		table.info td, table.info th
		{text-align:left;
		padding:0.2em;
			border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
		}
		
		table.info th
		{
		font-weight:bold;
		border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;

		}
		
		
		
		table.info tr:nth-child(odd) {background: #EFEDED}
	
		

			.blogfull
		
		{
			max-width:1800px;
			margin:auto;
		}
		
		.blogfull img
		
		{
			width:100%;
			height:auto !important;
		}


	.bloglist-column-img img
		
		{
			width:100%;
			height:130px !important;
    object-fit: cover;
		}

		
		


.blog-container
{
	 padding:0.4em;
	  overflow: hidden;
	  background:#ffffff;

		
	
}

.blog-container a

{
	text-decoration:none;
}

.blog-container:hover
{
	background:#DEEAF5;
}

.blog-more

{
text-align:center;
	padding-top:2em;
}
		

.blogbox img {
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  width:100%;
  height:300px;

}

.blogbox

{
	text-align:center;
	
}

.blog-container:hover .blogbox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
 
}



		 .blogbox-img {
    -webkit-transition: 0.9s ease;
    transition: 0.9s ease;
    width: 100%;
    object-fit: cover;

}


.blog-headline
{
	font-weight:bold;
	font-size:1.1em;
}

.blog-headline a
{
display:block;
}



.morearticles

{
	margin-top:0;
	font-size:1.25em;
	margin-bottom:0.5em;
	
}

.more
{
	margin-top:1em;
	text-align:center;
}

#blogdate

{
background: #45C7F4;
color:#ffffff;
padding:0.2em;
border-radius:4px;	
width:70px;
margin:auto;
text-align:center;
font-weight:700;
font-size:0.9em;
margin-top:0.3em;
margin-bottom:0.3em;
}

.bloglist-img img

{
 -webkit-transition: 0.9s ease;
  transition: 0.9s ease;

}


.bloglist

{
  overflow: hidden;
  margin-bottom:1em;
}

.bloglist-img

{
	overflow: hidden;
	
}


.bloglist:hover .bloglist-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
 
}


#blog-headline

{
	text-decoration:none;
	font-weight:700;
	font-size:1.3em;
}


#blog-headline-column
{
	line-height:1.3em;
	font-size:0.9em;

}


#blog-headline-column a

{
	text-decoration:none;
}


#blog-headline-column a:hover

{
	text-decoration:underline;
}




.latestnews-container
{
	 padding:0.4em;
	  overflow: hidden;
	  background:#ffffff;

		
	
}

.latestnews-container a

{
	
}

.latestnews-container:hover
{
	
}

.latestnews-more

{
text-align:center;
	padding-top:2em;
}
		

.latestnews img {
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
  height:100px !important;
}

.latestnews-home

{
margin-top:2em;	
}

.latestnews-container:hover .blogbox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
 
}

.latestnews-img
{
	height:140px;
		  overflow: hidden;
}



#latestnewsdate

{
background: #45C7F4;
color:#ffffff;
padding:0.2em;
border-radius:4px;	
width:70px;
margin:auto;
text-align:center;
font-weight:700;
font-size:0.9em;
margin-top:0.3em;
margin-bottom:0.3em;
}

.latestnews-img img

{
 -webkit-transition: 0.9s ease;
  transition: 0.9s ease;

}


.latestnewslist

{
  overflow: hidden;
  margin-bottom:1em;
}

.latestnews-img

{
	overflow: hidden;
	
}


.latestnews:hover .latestnews-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
 
}


#latestnews-headline

{
	text-decoration:none;
	font-weight:700;
	font-size:1.3em;
}








	.fb-page
	
	{
	
		width:100%;
	}
	
	
#main-wrapper p

{
	text-align:justify;
}
	
	.formerror
	
	{color: #CC0033;
	display:block;
	}
		
		
		.fb-page
		{
			width:100%;
		
		}
		
	
		

		.maincontent
		{
			text-align:justify;
		}
		
	
		
		
		#header h2
		
		{
			color:#11B9D7;
			font-size:1.2em;
			margin-top:0.5em;
		}
		
	
		
		.phone .fa
		
		{
			color:#008CAC;
			margin-right:0.3em;
		}
		
	
	
		
		.imageright
		
		{
			float:right;
			margin-left:1em;
		}
		
		
		.boxpromos
		
		{
			text-align:center;
		}
		
		.boxicon h3
		
		{
			text-align:center !important;
		}
		
		.boxicon {
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 0;
    display: inline-block;
    font-size: 4em;
    height: 2.25em;
    left: 0;
    line-height: 2.25em;
    text-align: center;
    text-decoration: none;
    top: 0;
	text-align:center;

    width: 2.25em;
	color:#ffffff;
		background: #008CAC;
		
		
		}
		
		
		.boxicon .fa
		{
			text-align:center;
		}
		
		
		
		
		/* Icons */
		
		
		.circle-icon {
 
	color:#e66220 !important;
}
		
		
		
		ul.icons
		
		{
			display:block;
		}

	ul.icons li
	
	{
	display:inline;
		margin-right:5px;
	}
			ul.icons li a
		
		{
			color:#ffffff !important;
	
		}
		
		.icon {
		text-decoration: none;
		position: relative;
		color:#0171ba;
	}
	
	.icon > .label {
    display: none;
	
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon.circle {
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			border: 0;
			display: inline-block;
			font-size: 2em;
			height: 2.25em;
			left: 0;
			line-height: 2.25em;
			text-align: center;
			text-decoration: none;
			top: 0;
			border-radius: 0%;
			width: 2.25em;
		}

			.icon.circle:hover {
				top: -0em;
			}


	.icon.circle.fa-tripadvisor {
				background: #00af87;
				color: #fff;
			}

				.icon.circle.fa-tripadvisor:hover {
					background: #04c599;
				}

			.icon.circle.fa-twitter {
				background: #3B94D9;
				color: #fff;
			}

				.icon.circle.fa-twitter:hover {
					background: #7fb7d2;
				}

			.icon.circle.fa-facebook {
				background: #3B5998;
				color: #fff;
			}

				.icon.circle.fa-facebook:hover {
					background: #829bc9;
				}

			.icon.circle.fa-google-plus {
				background: #db6b67;
				color: #fff;
			}

				.icon.circle.fa-google-plus:hover {
					background: #df7b77;
				}

			.icon.circle.fa-flickr {
				background: #04080B;
				color: #fff;
			}

				.icon.circle.fa-flickr:hover {
					background: #353535;
				}

			.icon.circle.fa-linkedin {
				background: #0077B5;
				color: #fff;
			}

				.icon.circle.fa-linkedin:hover {
					background: #00A3FB;
				}
		
		.icon.circle.fa-youtube {
				background: #CC181E;
				color: #fff;
			}

				.icon.circle.fa-youtube:hover {
					background: #E73438;
				}
				
				.icon.circle.fa-instagram {
					background: #E9484D;
				}
				.icon.circle.fa-instagram:hover {
					background: #EE6F6F;
				}
			
				
			
				
				
				
		
			.icon.square.fa-mobile {
					background: #45C7F4;
					color:#004272;
					font-size:1.3em;
				}
		
			.icon.square.fa-phone {
					background: #846BC6;
					color:#ffffff;
					font-size:1.2em;
				
				}
		
		
		.icon.square {
			
			border: 0;
			border-radius: 0.25em;
			display: inline-block;
	
			height: 1.2em;
			left: 0;
			line-height: 1.2em;
			text-align: center;
			text-decoration: none;
			top: 0;
			width: 1.2em;
			margin-right:5px;
		}
		
		
		
		#footer h3
		
		{
			color:#ffffff;
		}
		
		
		
		

#newslist li
		
		{
			font-weight:bold;
			color: #44457C;
			text-decoration:none;
			padding:0.4em;
			width:100%;
			display:block;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfdfd+0,e4e4ec+100 */
background: #fdfdfd; /* Old browsers */
background: -moz-linear-gradient(top,  #fdfdfd 0%, #e4e4ec 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fdfdfd 0%,#e4e4ec 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fdfdfd 0%,#e4e4ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#e4e4ec',GradientType=0 ); /* IE6-9 */
border-bottom:2px solid #ffffff; 
		}

		
		.container img
		
		
{ /*
	max-width:100% !important;

	*/
	max-width:100%;
		height:auto;
}
		
		



 
 #gallery-date-full-details
 
 {
	 font-size:0.9em;
 }
 
  .gallery-thumb-container

{
	height:250px;
	overflow:hidden;
}


	
	
	
	

.blogfull #gallery-date 
{
	display:none;
}


.blogfull #gallery-text
{
	
}




.gallery-thumb-container-video

{
	height:250px;
	overflow:hidden;
}

 	@media screen and (min-width: 1200px) and (max-width: 2000px) {
		 .gallery-thumb-container-video

{
	height:250px;
	overflow:hidden;
}
		
	}

 
 .gallery-thumb-container-video img
 {
	     min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 350px;
    object-position: center left;
 }
 
 

 
 
 .morevideo-button
		
		{
			text-align:center;
			margin-bottom:1em;
			margin-top:-2em;
		}
		
		
		 		@media screen and (max-width: 736px) {


	.morevideo-button
		
		{
			text-align:center;
			margin-bottom:1em;
			margin-top:-2em;
		}

		
	}
 
 
 	@media screen and (min-width: 737px) and (max-width: 1080px) {
		 .gallery-thumb-container

{
	
}
		
	}
 
 
 #gallery-text
 
 {
	 text-align:center;
 }
 
 #gallery-text a
 
 {
	 text-decoration:none;
 }
 
 .gallery-links
 {
	 padding-top:1em;
	 padding-bottom:1em;
 }
 
 
#gallery-date

{
	font-size:0.8em;
}

 

 
 .gallery-thumb {
    position: relative;
    text-align: center;
    color: #ffffff;
    font-size: 4em;
    margin-bottom: 0.1em
	
}



.gallery-thumb img
{
	width:100%;
	height:100% !important;
	object-fit:cover;
}

.videoflag

{position:absolute;
top:30%;
left:0;
right:0;
bottom:0;
color:#ffffff;
font-size:2em;
}

.news img

{
	width:100%;
}
 
 .news h1
 {
	 margin-bottom:0.5em !important;
 }
 
 #date
 {
	 margin-bottom:0.1em;
	 
	font-size:0.8em;
 }
 
 .newsimg
 
 {
	 width:100%;
 }
 
 .fa-calendar 
 
 {
	 margin-right:0.5em;
 }


	
	




.modal-container {
    padding: 25px;
	z-index: 99998; /* Sit on top */
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    max-width: 400px;
    background-color: #e9e9e9;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: -15px;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

.special {
display: none;
}
		
		
		


#dateselect select

{
	width:90px;
	display:inline-block;
}
		
		
		.footer-image img

{
	min-height: 100%;
    min-width: 100%;
    object-fit: cover;
	width:100%;
	min-height: 500px;
}
		
		
		
.header-image img

{
	min-height: 100%;
    min-width: 100%;
    object-fit: cover;
	width:100%;
	max-height: 200px;
}


		
		.header-promo
		
		{
		
		 font-size: 1.7em;
    color: #45C7F4;
    margin: 0;
	text-align:center;

    margin-top: 1em;
	
	
			letter-spacing:0.05em;

			font-weight:normal;
  
  
			
		}
		
		
#formelement

{
	margin-top:0.3em;
}

#contactform label

{
	margin-bottom:0.2em;
}

#formheading

{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#545454+0,1d1d1d+100 */
background: rgb(84,84,84); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(84,84,84,1) 0%, rgba(29,29,29,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(84,84,84,1) 0%,rgba(29,29,29,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(84,84,84,1) 0%,rgba(29,29,29,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#1d1d1d',GradientType=0 ); /* IE6-9 */

color:#ffffff;
 padding:0.5em;
 font-weight:800;
 margin-top:0.5em;
}

.form-error

{
	color:#CC0000;
}
	

.subject

{
display:none;
}	


	
	

	.contactform label
	{
		margin-bottom:0.1em;
	}

	.contactform-field
	
	{
		margin-bottom:0.3em;
		
	}
	
	/* logo scroller*/
	
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	width:170px;
	display: block;
		position: relative;
	top: 50%;
	transform: 			translateY(-50%);

}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 

	height: 0px;
	margin-bottom: 0em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {

	height: 0px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 180px;
	height: 150px;
	
}




.footer-message

{
	margin-top:2em;
	margin-bottom:-1em;
	font-size:0.8em;
	text-align:center;
}

.footer-warning

{
	margin-top:2em;
	margin-bottom:1em;
	font-size:1em;
	text-align:center;
}






/* embed youtube video*/

.videosquare {
    max-width: 600px;
	
}
	
	.video-container {
    clear: both;
    position: relative;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-bottom: 1em;
    padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
 

}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;


}


	
	
	
	
	.footer-image img
{
min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 450px;
}




	
	

	
	#slidingDiv
	
	{
	display:none;
	}
	
	




.firstList{counter-reset:chapter}
ol.clauses,ol.parties,ol.recitals
{margin-left:0;padding:0 0 0 2em}
ol.clauses ol,ol.parties ol,ol.recitals ol
{margin-left:0;padding:0 0 0 2em}
ol.clauses li,ol.parties li,ol.recitals li{margin-top:.5em;margin-bottom:.5em}
ol.clauses>li>ol>li{list-style:lower-alpha !important}
ol.clauses>li>ol>li>ol>li{list-style:lower-roman}
ol.clauses>li,ol.parties>li{list-style-type:none;counter-increment:chapter}
ol.parties>li:before,ol.clauses>li:before{width:2em;margin-left:-2em;display:inline-block}
ol.clauses>li:before{content:counter(chapter) ".    "}
ol.parties>li:before{content:"(" counter(chapter) ") "}
ol.recitals{list-style:upper-alpha !important}
ol.clausesNested,ol.clausesNested 
ol{counter-reset:item;margin-left:0;padding-left:0}
ol.clausesNested{padding:0 5em 0 5em}
ol.clausesNested li{font-weight:bold}
ol.clausesNested li p,ol.clausesNested li li{font-weight:normal}
ol.clausesNested li ol>li{margin-top:1em;margin-bottom:1em}
ol.clausesNested li p{margin-top:0}
ol.clausesNested>li,ol.clausesNested ol>li{display:block;position:relative}
ol.clausesNested>li:before,ol.clausesNested ol>li:before{display:inline-block;content:counters(item, ".") ". ";counter-increment:item;width:4em;margin-left:-4em}

table.privacydefinitions,div.schedule table{border-collapse:collapse !important;margin:1em 0 2em -2em !important}
table.privacydefinitions tr:nth-child(odd),div.schedule table tr:nth-child(odd){background-color:#eee}
table.privacydefinitions td,table.privacydefinitions th,div.schedule table td,div.schedule table th{ !important;padding:5px !important;vertical-align:top !important;text-align:left !important}table.privacydefinitions th,div.schedule table th{width:25% !important}table.signature,table.signature2,div.signature table{margin-top:1em !important;margin-bottom:1em !important}table.signature th,table.signature td,table.signature2 th,table.signature2 td,div.signature table th,div.signature table td{padding:1em 0 0 0 !important}table.signature th,table.signature2 th,div.signature table th{font-weight:normal !important;text-align:right !important;padding-right:1em !important;min-width:90px}table.signature td.signatureBox,table.signature2 td.signatureBox,div.signature table td.signatureBox{border-bottom:1px solid black !important;min-width:300px}.witness table th,.witness table td{border:none;vertical-align:text-top}.witness table th{font-weight:normal}ol.letterList{list-style:lower-alpha !important}div.schedule{border-top:1px solid black}div.schedule h2{text-align:center;text-transform:uppercase;margin-bottom:1em}div.schedule h3{margin-top:1em;text-align:center;margin-bottom:3em}table.withBorders{width:100%;border-width:0px;border-spacing:0px;border-style:none;border-color:gray;border-collapse:collapse;background-color:white;}table.withBorders th{border-width:1px;padding:5px;border-style:solid;border-color:black;background-color:white;-moz-border-radius: ;}

table.withBorders

td{border-width:1px;padding:5px;border-style:solid;border-color:black;background-color:white;-moz-border-radius: ;} 


.pagecontent li

{
	list-style: square;
	margin-left:1em;
	margin-bottom:0.2em;
	
}



	
/* ***************************************************************************************    Desktop + Tablet */

	@media screen and (min-width: 737px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 16pt;
				line-height: 1.75em;
			}



			
			
			
		/* Wrappers */

			#header-wrapper {
				padding: 0em 0;
				margin-top:0em;
				 
				
				
			}

			.wrapper {
				padding: 3em 2em 3em 2em;
			}
			
			.wrapper1
			
			{
				 
				padding: 1em 1em 1em 1em;
			
			}

			#footer-wrapper {
				padding: 1em 0 7em 0;
				padding: 1em 0 3em 3em;
				margin-top: -6em;
			}

		/* Header */

			#header {
				position: relative;
z-index:5000;
				
			
			
			}
			
		
				
	
	 

	
	
}





		#logo
		
		{
			width:375px;
			
		
		}
		
		
	
		
		
		
		.equalrow

{ display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;   
    flex-wrap: wrap;
 margin-bottom:0em;


    justify-content: center;
	margin-bottom: 1.5em !important;
 
}

		
	
		
	
		
		
		.menu-wrapper
		{
			padding-top:0em;
		
		}
		
		
		
		
		
		
		
		

	}
	
	

	
	
/* Tablet Only */

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		/* Basic */

			body {
	width:100% !important; 
				line-height: 1.75em;
				font-size: 16pt;
			}

			input, select, textarea {
				line-height: 1.75em;
				font-size: 11.25pt;
			}

			
		
			
			
			
		/* Wrappers */

			#header-wrapper {
				padding: 0em 0 0 0;
			
			}


			#footer-wrapper {
				padding: 4.5em 0 4.5em 0;
			}

			.wrapper {
				padding: 3em 1.5em 2.5em 1.5em
			}
			
			
	


	

	
		
		
	}

/* Mobile Only ****************************************************************************MOBILE*/


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

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, select, textarea {
				line-height: 1.75em;
				font-size: 16pt;
				letter-spacing: 0;
			}

			h2, h3, h5, h6 {
				font-size: 18pt !important;
		
			}

			h2 {
				line-height: 1.5em;
			}

		/* Section/Article */

			section, article {
				clear: both;
				margin-bottom: 4em !important;
			}

		/* Image */

			.image.left {
				width: 25%;
				margin-bottom: 2em !important;
			}

		/* Button */

			.button {
				width: 100%;
				font-size: 1em;
				text-align: center;
				padding: 0.5em 0 0.5em 0;
		
			}

	

		
		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}


			

		/* Wrappers */

			#header-wrapper {
			
			}

			

			.wrapper {
				padding: 3em 20px 1em 20px;
			}

		/* Header */

			#header, #nav {
			
			}
			
			#header .inner
			
			{
		padding:0em;
		padding-bottom:0em;
			}

			
		

		/* Footer */

			#copyright {
				margin-top: 0;
			}
			
			
			
			.footer-wrapper
			{
				margin-top:0px;
			
			}

			.footer-wrapper .row
			
			{
			padding-top:2em;
			}


	
	#logo
	{
	
		width:300px;
		margin-top:10px;
	}
	
	
	
	
.topmenu a, .topmenu a:hover, .topmenu a:focus, .topmenu a:active {

  font-size: 0.9em;

	
}




	#header
	{
		    z-index: 18000;
    position: relative;
		
	}

	
	.footer
	
	{
		text-align:center !important;
	}
	
	

		
	
	}
	
	
	.wrapper .gallery
	{
		padding:0;
	}
	
	 .gallery-thumb-container

{
	height:auto !important;
	width:100%;
	overflow:hidden;
}
 

	
	

	
	.gallery-full-video
	{
		margin-right:-1em;
		margin-left:-1em;
	}
	
	
		