@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');
:root {
	--blue-footer:  #243279;
	--blue-menu: #0054A2;
}

/*input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}*/

/*button, input, optgroup, select, textarea {
    color: white;
    font: initial;
    margin: 0;
    background-color: lightgray;
}*/
  /*input[type="submit"] {
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
  background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
    background-color: lightgray;
    color: buttontext;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
    border-radius: 3px;
}*/
/*textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}*/

img {
	max-width: 100%;
}

/* utility classes */
.flexCollapse {
	display: flex;
	flex-direction: column;
}

.flexBetween {
	justify-content: space-between;
}
.flexAround {
	justify-content: space-around;
}
.flexEven {
	justify-content: space-evenly;
}
.corpBenefit {
	width: 90%;
	margin:0 auto;
	background: lightgray;
	border: 1px solid lightgray;
	border-radius: 7px;
	margin-bottom: 1em;
}

.bgVideo-container {
	/*height: 600px;*/
    /*overflow: hidden;*/
}

#bgVideo {
	min-width: 100%;
	width: 100%;
	/*position: absolute;*/
	/*bottom: -200px;*/
}

#homePage .header-container {
	width: 100%;
	background: none;
	/*position: absolute;*/
	position: fixed;
	z-index: 1;
	top: 10px;
}

#homePage .banner {
	display: none;
}

.banner {
	color: white;
	background: #0054A2;
	padding: 10px;
	text-align: center;
	font-family: 'PT Serif', serif;
	font-size: 30px;
}

.header-container {
	position: relative;
}

#header_textOnly {
	display:  none;
}

#header_default {
	display: flex;
}


.innerHeader {
	display: flex;
	flex-direction: column;
	width: 100%;
}
#homePage .innerHeader {
	margin: auto;
	/*width: unset;*/
	flex-direction: row;
}


.logoContainer {
	display: flex;
	margin: 0 auto auto;
	/*padding: 5em;*/
	background-image: url('/images/header4.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: contain;
	width: 100%;
	/*height: 200px;*/
	background: white;
	padding: 10px;
	justify-content: center;
}

#homePage .logoContainer {
	/*background: none;*/
	width: unset;
	height: unset;
	/*padding: 0;*/
	padding: 10px 7px;
	background: white;
	border: 2px solid rgb(0,84,162);
	border-radius: 5px;
	margin: 0 auto auto 2em;
}

#homePage .townLogoHome {
	width: 180px;
	background: none;
	padding: 0;
	border-radius: 5px;
}

.townLogoHome {
	width: 250px;
}

#homePage .townLogo {
	display: none;
}

.townLogo {
	display: none;
}

.townLogo {
	/*width: 250px;*/
	/*background: rgba(0,84,162);*/ /*,0.8*/
	/*background: white;*/

	background: white;
	padding: 5px;
	border-radius: 5px;
	border: 3px solid #0054A2;
}

#cssmenu {
	background: none;
	margin: auto;
}

#homePage #cssmenu {
	margin: 0 2em auto auto;
	background: rgba(0,84,162);/*,0.7*/
	border-radius: 5px;
	width: auto;
}

#homePage #cssmenu > ul > li > a {
	color: white;
}
#homePage #cssmenu > ul > li:hover > a {
	color: white;
}

#homePage #cssmenu #menu-button {
	color: white;
	padding: 11px;
}

.hamburger {
    width: 30px;
    height: 30px;
    padding-top: 3px;
}

.hamburger span {
    display: block;
    width: 80%;
    margin: auto;
    border-bottom: 2px solid #0054A2;
    height: 7px;
}
#homePage .hamburger span {
    border-bottom: 2px solid white;
}

#homePage #cssmenuul ul li a {
	background: rgba(0,84,162);/*,0.7*/
	color: white;
	font-weight: 700;
	font-size: 16px;
	margin-left: 10px;	
}
#homePage #cssmenu ul  {
	display: none;
    background: rgba(0,84,162);
}
#homePage #cssmenu  ul li a {
    background: rgba(0,84,162);
}
#homePage #cssmenu > ul  {
    position: fixed;
    right: 5%;
    width: 90%;
    margin-top: .3em;
    /*box-shadow: lightgrey 5px 5px 2px;*/
    border-radius: 3px;
}


#cssmenu ul ul li a {
	background: white;
	color: #0054A2;
	font-weight: 700;
	font-size: 16px;
	margin-left: 10px;
}

#homePage #cssmenu ul ul li:hover > a, #homePage #cssmenu ul ul li.active > a {
    color: white;
}


#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover, #cssmenu ul ul li.active > a{
	color: #0054A2;
}

#cssmenu > ul > li > a {
	color: #0054A2;
	font-weight: 700;
	font-size: 20px;
}
#cssmenu > ul > li:hover > a {
	color: #0054A2;
}

#cssmenu > ul > li.has-sub > ul {
	z-index:  5;
}

#cssmenu > ul > li:nth-last-child(1) > ul, #cssmenu > ul > li:nth-last-child(2) > ul {
	right: unset;
}

#cssmenu .submenu-button {
    height: 55px;
    width: 52px;
    border-bottom: 1px solid rgba(201, 201, 201, 1);
}

#cssmenu .submenu-button.submenu-opened {
     background: unset; 
}

#cssmenu .submenu-button.submenu-opened:after {
    background: #dddddd;
}
#cssmenu .submenu-button.submenu-opened:before {
    background: #dddddd;
}
#cssmenu .submenu-button:before {
    background: #dddddd;
    top: 23px;
    right:  26px;
}

#cssmenu .submenu-button:after {
    background: #dddddd;
    top: 26px;
    right:  23px;
}

#cssmenu #menu-button {
	color: #0054A2;
}

#trigger {
	display: none;
}

#homePage #main-content {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

#main-content {
	width: 80%;
	max-width: 1156px;
	margin: auto;
}

.mainBody {
	display: flex;
	flex-direction: column-reverse;
}

.leftColumn {
/*	display: flex;
	flex-direction: column;*/
	width: 100%;
}

.rightColumn {
/*	display: flex;
	flex-direction: column;*/
	width: 100%;
}

#hp_banner {
	color: white;
	background-color: #0054A2;
	padding: 1em;
	border-radius: 9px;
	margin-top: 14px;
}

#hp_services {
	color: #0054A2;
	font-size: 18px;
}

.footer-container {
	/*background-color: #243279;*/
	background-color: rgb(0,84,162);
}

.footer-container .bottom a {
	color: white;
}

.footer-container .top {
	width: 50%;
	margin: auto;
}

.footer-container .top .tileBody {
	text-align: center;
	display: flex;
	flex-direction: column-reverse;
	color: white;
}
.footer-container .tileBodyMore {
    display: none;
}

.footer-container .bottom {
	width: 90%;
	margin: auto;
	padding: 8px;
	color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	text-align: center;
	font-size: 18px;
}

.footer-container .bottom span {
	margin-bottom: 0.5em;
}

.footerImage {
	margin-right: 5px;
}

@media screen AND (min-width: 480px) {

}

@media screen AND (min-width: 768px) {

	.flexCollapse {
		flex-direction: row;
	}

	.corpBenefit {
		width: 45%;
		margin: unset;
	}

	#trigger {
		/*display: block;*/
	}

	.logoContainer {
		background-image: url('/images/header4.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: contain;
		justify-content: start;
	}

	#homePage .townLogoHome {
		display: block;
	}
	.townLogoHome {
		display: none;
	}

	.townLogo {
		display: block;
	}


}

@media screen AND (min-width: 769px) {
	#trigger {
		display: block;
	}
	
	#homePage #cssmenu {
		margin-top: 0;
		margin-left: 10px;
	}

	#homePage .innerHeader {
		flex-direction: row;
		width: unset;
	}

	#homePage #cssmenu > ul {
	    position: unset;
	    width: unset;
	    right: unset;
	    margin-top: unset;
	    background:  unset;
	   }
	#homePage #cssmenu ul li ul li a, #homePage #cssmenu ul li ul li{
    	background: white;
	}
	#homePage #cssmenu ul ul li:hover > a, #homePage #cssmenu ul ul li.active > a {
	    color: #0054A2;
	}

	#cssmenu > ul > li.has-sub > a:before, #cssmenu > ul > li.has-sub > a:after {
	    background: #0054A2;

	}
	#homePage #cssmenu > ul > li.has-sub > a:before, #homePage #cssmenu > ul > li.has-sub > a:after {
	    background: #dddddd;

	}
}

@media screen AND (min-width: 1024px) {

	.logoContainer {
		justify-content: start;
		padding: 1em 4em 7em;
	}
	.mainBody {
		flex-direction: row;
		justify-content: space-between;
		width: 90%;
		margin: auto;
	}

	.leftColumn {
		width: 25%;
	}

	.rightColumn {
		width: 70%;
		margin: 0 auto;
	}

	.footer-container .bottom {
		width: 95%;
		flex-direction: row;
	}

	.footer-container .bottom span {
		margin-bottom: 0;
	}

	.bgVideo-container {
	    height: 400px;
	    overflow: hidden;
	}
	#bgVideo {
	    position: absolute;
	    bottom: -90px;
	}
}

@media screen AND (min-width: 1280px) {
	.mainBody {
		width: 80%;
	}

	.leftColumn {
		width: 30%;
	}

	.rightColumn {
		width: 60%;
		margin: 0 auto;
	}

	.footer-container .bottom {
		width: 80%;
	}

	.bgVideo-container {
	    height: 500px;
	}
	#bgVideo {
	    bottom: -110px;
	}
}

@media screen AND (min-width: 1424px) {
	.bgVideo-container {
	    height: 600px;
	}
	#bgVideo {
	    bottom: -200px;
	}
}