/*  define UL, etc.  for the LARGE FORMAT menu  */

@font-face {
   font-family: Canterell;
  src: url(/includes/assets/Cantarell-Regular.ttf) format("truetype");
	}

nav {
	display: none;
}

.site-overlay {
	display: none;
}
.afterHeader {
	margin-top: 124px;

}

.padH1TitleOnLeft {
	padding-top: 15px;
}

.tm {   /* top menu  */
	font-family: Canterell, Arial, "Lucida Grande", sans-serif; 
	line-height: 1.4em;
	font-size: 14px;
	font-weight: 500;
    background-color: Transparent;
    cursor:pointer;
    overflow: hidden;
	height: 40px;
	color: #07075a;
	padding: 5px;
	margin: 0;
	border: none;
	width: 100%;
}
.tm:hover {
	color:#063014;   /* darker than leaf green  */
}
ul.LargePage li.subm {

	border-right: navy thin solid;
}

.sm {   /* submenu  */
	font-family: Canterell, Arial, "Lucida Grande", sans-serif; 
	line-height: 1.2em;
	font-size: 13px;
	font-weight: 500;
    background-color: Transparent;
    border: none;
    cursor:pointer;
    overflow: hidden;
	width: 100%;

	color: navy;
}

.sm:hover{
	color:#063014;   /* darker than leaf green  */
}

.threeLineButton{
	height:60px;
}
.oneLineButton {
	height: 20px;
}
.twoLineButton {
	height: 40px;
}
button:hover {
	color:#226D3C;   /* leaf green  */
	font-style: italic;



}
.SerenMenuContainer {
	width:100%;
	background-color: white;
	margin-bottom: 10px;
	margin-top: 26px;

	}
	
	
.LargePageMenuContainer {
	display:block;
	line-height:.8em;
	margin-left:119px;
	margin-top:  -18px;
	}

.LargePage {			/*  apply to principal menu UL  for LARGE FORMAT */

	background-image:url(../../images/MenuItems/menuBackground3.gif);
	background-position:bottom left;
	background-repeat: repeat-x;
	list-style: none;

    font-weight: bold;
	color:navy;  
    width: 100%;  


	flex-wrap:wrap;
	padding:0;
	margin: 0;
	display: inline-flex;
	display: -webkit-inline-flex;
  align-items: center; /* cross axis */
  justify-content: center; /* main axis */
}

.contactUsText {
	font-size:20px;
	line-height:13px;

	}

.contactUsText:hover {
	font-size:20px;
	line-height:13px;

	}

.menu-btn {
	display: none;
}

ul.LargePage li:hover
	color:#226D3C;   /* leaf green  */

	}
ul.LargePage li a:hover  {
	color:#226D3C;   /* leaf green  */
	}
ul.LargePage li {

	position:relative;
    display:table-cell;
	width:16.6666%;
	text-align:center;
	font-family:Canterell, Geneva, Arial;
	padding:0;
    -webkit-justify-content: center;
    justify-content: center;	


}

ul.LargePage li a {
        color: navy;  /*   the anchor is navyy before HOVERING */
        text-decoration: none;
		display:block;
    }
	
	
ul.LargePage li.subm:hover	{
	background-color: #C3C3DB;    /*  lighter blue-hover color  same as dropdown list affected  */
	}

 ul.LargePage li a:hover{   /*  white for anchor when HOVERED  */
	color: navy;
		    }

 ul.LargePage li ul.dropdown  {	
        display: none;
		float:left;
		position:absolute;
		padding:0;

        left: 0;
	 margin-top: -1px;
}
.stdDropdown {
	
	width: 200%; /* Set width of the dropdown for 2 column dropdown plus adjustment for misalignment */
 	margin-left:-30%;
}

.wideDropdown {   /* makes dropdown box wider  and adjusts left margin */
 	width:300%;
	margin-left: -100%;
	}


ul.LargePage li ul.dropdown ul:first-child {
  margin-top: 1px;
}
ul.LargePage li:hover ul.dropdown  {
	display:table;
	float:none;

	}
	
ul.LargePage li ul.dropdown li{
		width:50%;
			background-color: #C3C3DB;    /*  lighter blue-hover color  same as top menu list selected  */
		border-bottom:navy thin solid;
		border-right:navy thin solid;
 text-align:center;
		padding-left:5px;
		padding-right:5px;
    }

ul.LargePage li ul.oneCol li{   /*8/24/17 TC you can change the dropdown width for each top menu separtely by creating */
	display:table;         /* a duplicate of this class, then change BOTH Width: and the margin-left for new column width */
	float:none;
	width:75%;
	line-height:18px;
	height: 30px;
	text-align:center;
	margin-left:12.5%;  /* to bring DROPDOWN, which is for 2 columns,,back centered under top menu, need to add margin-left to offset earlier -50%  */
	}	
	

ul.LargePage li:hover ul.dropdown li {
		float:left;
		}
		
ul.LargePage li:hover ul.dropdown li a {
	display:block;
	}
	
 
/*  7/21/17 TC  below lines added to cover typeface for image messages  */
.twoHigh {
	height:42px;
}