/* CSS Document - New Menu.css*/
/* Googlefont Poppins CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
:root {
  --orange: #A34C19;
  --white: #ffffff;
  --black: #000000;
  --darkgray: #666666;
  --ltgray: #b7b7b7;
  --ltbrown: #6d6659;
  --dkbrown: #333333;
  --red: #FF0000;
}
*{
  	margin: 0;
  	padding: 0;
  	box-sizing: border-box;
  	font-family: 'Poppins', sans-serif;
}
body{
  	min-height: 100vh;
  	font-size: 14px; 
}
footer * {
 	margin: 0;
  	padding: 0;
  	box-sizing: border-box;
}
.footer{
  	width: 100%;
  	bottom: 0;
  	left: 0;
  	background-color: var(--ltbrown);
  	color: white;
  	padding: 5px 5px 5px 5px;
  	text-align:center;
  	border: 3px ridge black;
}
.footerRecent{
    font-size: 18px;
	text-align:left;
	margin-left: 0;
    color:#d1a449;
	text-decoration:underline;
}
.footerUpdates{
	margin-left: 60px;
	color:#d1a449;
}
.footer .content {
  	display: flex;
  	justify-content: space-evenly;
}
.footer_font {
    font-size: 14px; 
    color: var(--white); 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
p{
  	padding: 5px;
}
.copyright {
    font-size: 10px; 
    color: var(--ltgray); 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.redtext {
    font-size: 14px; 
    color: var(--red); 
	font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
A:link {
	font-size: 14px;
	color: var(--orange);
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
A:visited {
	font-size: 14px;
	color: var(--orange);
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
A:hover {
	font-size: 14px;
	color: var(--black);
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
A:active {
	font-size: 14px;
	color: var(--orange);
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
A.PrivacyLink:link {
    font-size: 10px;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
A.PrivacyLink:visited {
    font-size: 10px;
    color: var(--white);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
A.PrivacyLink:hover {
    font-size: 10px;
    color: var(--black);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
A.PrivacyLink:active {
    font-sizeE: 10px;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

A.BrightLink:link {
    font-size: 14px;
    color: #fc784e;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
A.BrightLink:visited {
    font-size: 14px;
    color: #fc784e;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
A.BrightLink:hover {
    font-size: 14px;
    color: var(--white);
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
A.BrightLink:active {
    font-sizeE: 14px;
    color: #fc784e;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}


.Today {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: var(--orange);
	font-weight: 900;
}
.EmailAddress {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-style:italic;
    color: var(--orange);
	font-weight:bold;
}
.EmailAddressLt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-style:italic;
    color:#fc784e;
	font-weight:bold;
}
.smallprint {
	font-style:italic;
	font-size: 10px; 
	color: var(--darkgray); 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.smallprintblack {
	font-style:italic;
	font-size: 10px; 
	color: var(--black); 
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bigprint {
	font-style:italic;
	font-size: 14px; 
	color: var(--black); 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.whitetext {
	font-size: 20px; 
	color: var(--white); 
}
.headertext {
	padding-top:5px;
}
  
/* COLUMNS */
.container {
	width: 95%;
	max-width: 980px;
	margin: 0 auto;
}
.container UL, OL{
	padding-left: 30px;
	text-align:left
}

.columns {
	display: flex;
	text-align:center;
	justify-content: space-between;
	margin: 0 0;
}
.col-1 {
	width: 31%;
}
.col-2 {
	width: 31%;
}
.col-3 {
	width: 31%;
}
.col-only1 {
	width: 99%;
	text-align:left;
}
.col-1of2 {						/* footer - 1 of 2 columns */
	width: 49%;
	padding-bottom: 10px;
}
.col-2of2 {						/* footer - 2 of 2 columns */
	width: 49%;
	padding-top: 10px;
}
.col-bg {						/* Used for Did You Know? */
	background: #524c43; 		/* med brown */
	color: var(--white);
	padding: 0 1em  0 1em; 		/* top, right, bottom, left */
	margin-bottom: 2em;
	margin-top: 2em;
	border: 5px ridge black;
}  
.col-bg2 {						/* Used for Electronic Mailing List */
	background: #746f68; 		/* med lt brown */
	color: var(--white);
	padding: 0 1em  0 1em; 		/* top, right, bottom, left */
	margin-bottom: 2em;
	margin-top: 2em;
	border: 5px ridge black;
}  
.col-bg3 {						/* Used for Electronic Mailing List */
	color: #000000;
	padding: 0 1em  0 1em; 		/* top, right, bottom, left */
	margin-bottom: 2em;
	margin-top: 2em;
	border: 5px ridge black;
}  

h1 {
	font-size: 17px;  
}

/* FAQ COLLAPSE/EXPAND ACCORDION STYLES */
.accordion {
  	background-color: var(--white);
  	color: #474747;
  	cursor: pointer;
  	padding: 10px;
  	width: 100%;
  	border: none;
  	text-align: left;
  	outline: none;
  	font-size: 15px;   /* Question, not answer,  font size */
  	transition: 0.4s;
	text-decoration:underline;
	font-weight:bold;
}
.active, .accordion:hover {
  	background-color: var(--white);
}
.accordion:after {
  	/*content: '\002B';   /* + Sign */
  	color: var(--black);
  	font-weight: bold;
  	float: right;
  	vertical-align:top;
  	margin-left: 5px;
}
.active:after {
  	/*content: "\2212";  /* - Sign */
}
.panel {
  	padding: 0 18px;
  	background-color: var(--white);
  	max-height: 0;
  	overflow: hidden;
  	transition: max-height 0.2s ease-out;
}

  
/* NAVIGATION */
nav{
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	height: 50px;
  	background: var(--dkbrown);
  	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  	z-index: 99;
}
nav .navbar{
  	height: 100%;
  	max-width: 1250px;
  	width: 100%;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	margin: auto;
  	padding: 0 50px;
}
nav .navbar .nav-links{
  	line-height: 50px;
  	height: 100%;
}
nav .navbar .links{
  	display: flex;
}
nav .navbar .links li{
  	position: relative;
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	list-style: none;
  	padding: 0 14px;
}
nav .navbar .links li a{
  	height: 100%;
  	text-decoration: none;
  	white-space: nowrap;
  	color: var(--white);
  	font-size: 15px;
  	font-weight: 500;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  	transform: rotate(180deg);
}
nav .navbar .links li .arrow{
  	height: 100%;
  	width: 22px;
  	line-height: 50px;
  	text-align: center;
  	display: inline-block;
  	color: #fff;
  	transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  	position: absolute;
  	top: 50px;
  	left: 0;
  	line-height: 40px;
  	background: var(--dkbrown);
  	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  	border-radius: 0 0 4px 4px;
  	display: none;
  	z-index: 2;
}
nav .navbar .links li:hover .sub-menu1,
nav .navbar .links li:hover .sub-menu2,
nav .navbar .links li:hover .sub-menu3{
  	display: block;
}
.navbar .links li .sub-menu li{
  	padding: 0 22px;
  	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  	color: var(--white);
  	font-size: 15px;
  	font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  	line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  	position: absolute;
  	top: 0;
  	left: 100%;
  	border-radius: 0 4px 4px 4px;
  	z-index: 1;
  	display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
 	 display: block;
}
.navbar .nav-links .sidebar-logo{
  	display: none;
}
.navbar .bx-menu{
  	display: none;
}




/* MOBILE */
@media (max-width:920px) {
  .footer .content {
    display: flex;
    font-size: 12px;
  }
  .footer {
	position: unset;
  }
  .columns {
	flex-direction: column;
	margin: 1em 0;
  }
  .col-1,
  .col-2,
  .col-3 {
	width:100%;
	margin: 1em 0;
  }
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }
  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}
@media (max-width:800px){
  .columns {
	flex-direction: column;
	margin: 1em 0;
   }
  .col-1,
  .col-2,
  .col-3 {
	width:100%;
	margin: 1em 0;
   }
  .col-2of2 {
	text-align: left;
	}
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  var(--dkbrown);
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: var(--white);
  }
  .sidebar-logo  i,
  .navbar .bx-menu{
      font-size: 25px;
      color: var(--white);
  }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
   nav .navbar .links li{
    display: block;
  }
  nav .navbar .links li .sub-menu{
  	position: relative;
  	top: 0;
  	box-shadow: none;
  	display: none;
  }
  nav .navbar .links li .sub-menu li{
 	 border-bottom: none;
  }
  .navbar .links li .sub-menu .more-sub-menu{
  	 display: none;
 	 position: relative;
 	 left: 0;
  }
  .navbar .links li .sub-menu .more-sub-menu li{
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  }
  .links li:hover .arrow1,
  .links li:hover .arrow2,
  .links li:hover .arrow3{
	 transform: rotate(0deg);
  }
  .navbar .links li .sub-menu {
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover {
    display: none;
  }
  nav .navbar .links li:hover .sub-menu1,
  nav .navbar .links li:hover .sub-menu2,
  nav .navbar .links li:hover .sub-menu3{
    display: none;
  }
.navbar .nav-links.show1 .links .sub-menu1,
  .navbar .nav-links.show2 .links .sub-menu2,
  .navbar .nav-links.show3 .links .sub-menu3{
      display: block;
    }
  .navbar .nav-links.show1 .links .arrow1,
	.navbar .nav-links.show3 .links .arrow3,
  .navbar .nav-links.show2 .links .arrow2{
        transform: rotate(180deg);
     }
}
@media (max-width:370px){
  .columns {
	flex-direction: column;
	margin: 1em 0;
   }
  .col-1,
  .col-2,
  .col-3 {
	width:100%;
	margin: 1em 0;
    }
  .col-2of2 {
	text-align: left;
	}
  .footer .content {
    display: flex;
    font-size: 12px;
  }
  .footer {
	position: unset;
  }

  nav .navbar .nav-links{
  	max-width: 100%;
  } 
}