@charset "utf-8";


/* Content wrapper */

.h-menu{}

.logowrap.h-menu .nav-menu .menu-link {
   
    min-width: inherit;   padding-right: 25px; margin-right: 11px;   
}

.logowrap.h-menu{
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    background-color: #FFFFFF;
    top: 2em;
    left: 0;
    padding-left: 2em;
    padding-right: 2em;
    border-radius: 11px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.2em;
    padding-bottom: 1em;
    box-shadow: 0 11px 11px -11px #3B3A53;
    
}


.logowrap.h-menu .home-phone{
    width:auto;
     order: 3; margin-left: auto; padding-top: 1em; font-weight: 500;
}

.logowrap.h-menu #menu{
   margin-left: 5em; margin-top: 0.5em;
}


.wrapper-flush {
	width: 100%;
	text-align: right;
}

/**
 * Navigation
 */

.nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	left: 0px;
}

/** 
* Nav container 
* 1. Ensure this slides in below parent
* 2. Hide by default
* 3. Smoother scrolling experience on iOS
*/

.nav-container {
	position: fixed;
	top: 60px;
	z-index: 999;
	overflow-y: auto;
	visibility: hidden; /* 2 */
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-overflow-scrolling: touch;
	left: 0px;
}

/* 1. Show when `.is-visible` class is added */

.nav-container.is-visible {
  visibility: visible; /* 1 */
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); /* 1 */
}

/* Nav toggle */

.nav-toggle {
	line-height: 1;
	display: inline-block;
	padding: 1.25rem 1rem;
	z-index: 99999999;
	position: relative;
	border:none;
}
button {
	top: 0px;
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	background-color: transparent;
	right: 11px;
}

button:active {
    border-style:none;
	
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.logowrap.fixed button {
	
	top: -7px;
	

}

/* Nav toggle icon */

.nav-toggle .icon-menu {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 20px;
	vertical-align: middle;
	fill: none;
	
	
}

/* Nav toggle icon lines */

.icon-menu .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    background-color: #000000;
}


.logowrap.fixed .icon-menu .line {
}

/* Nav toggle icon line 1 */

.icon-menu .line-1 { top: 0; }

/* When active, rotate line 1 to be lefthand part of X */

.is-active .icon-menu .line-1 {
  -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
  -ms-transform: translateY(8px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
  background-color:#f7ae1a;
}

/* Nav toggle icon line 2 */

.icon-menu .line-2 {
	top: 50%;
	margin-top: -2px;
	width: 125%;
}

/* When active, hide line 2 */

.is-active .icon-menu .line-2 { opacity: 0; }

/* Nav toggle icon line 3 */

.icon-menu .line-3 {
	bottom: 0;
	top: 16.5px;
}

/* When active, rotate line 3 to be righthand part of X */

.is-active .icon-menu .line-3 {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background-color:#f7ae1a;
}

/* Remove default list styles for menus */

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: none;
}

/** 
* 1. Give menu a lighter background than its container 
* 2. Prevent menu text from being accidentally highlighted
*/

.nav-menu {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;         /* 2 */
}

/* Give menu items a top border */

.nav-menu .menu-item {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,0.2);
	list-style-type: none;
}

/* Give last menu item a bottom border */

.nav-menu > .menu-item:last-child {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.2);
}




/* Darker background color on hover, and when toggled */

.nav-menu > .menu-item:hover,
.nav-menu > .menu-item.is-active {
	color: #FFFFFF;
	
}



/* 1. Menu links are block level, by default */

.nav-menu .menu-link {
    display: block; /* 1 */
    text-decoration: none;
    color: #004C6E;
    font-size: 16px;
    position: relative;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 500;
    
    transition: all ease 111ms;
    min-width: 200px;
    
}

.logowrap.fixed .nav-menu .menu-link {
    min-width: inherit;
    padding-right: 25px;
    margin-right: 11px;
}

.logowrap.fixed .nav-menu .menu-link.current {
  border-bottom: none
}


.nav-menu .menu-link:hover {
    color: #f7ae1a; 
}

.nav-menu .menu-link:before {content: ''; position: absolute; width: 0.1%; height: 2px; background-color:#fff; left: 0px; bottom: -1px; transition: all ease-in 433ms }
.nav-menu .menu-link:hover:before {width: 100%; background-color: #006c9f}
   


.nav-dropdown.menu .menu-item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

.nav-menu .menu-link.current  {
	border-bottom:solid 2px #f7ae1a
}


.logowrap.fixed button {
	top: -7px;
}




/* 1. Menu items with dropdowns appear clickable */

.has-dropdown {
	position: relative;
	cursor: pointer;
	
}

/* 1. Parent menu links inlined so you can toggle the dropdown */

.has-dropdown > .menu-link {
	display: inline-block;
	width: 100%;
}



/* 1. Add an icon to menu items that have sub menus */

.has-dropdown:after {
	font-size: 32px;
	position: absolute;
	top: 0;
	right: 1rem;
	bottom: 0;
	content: "+"; /* 1 */
	color: #FFF;
	line-height: normal;
	text-align: right;
	width: 100%;
	height: 33px;
}

/* 1. Switch icon to n-dash when toggled */

.has-dropdown.is-active:after {
	content: "\2013";
}

/**
 * Dropdowns
 * 1. Hide dropdowns by default
 */

.nav-dropdown {
	display: none;
}

/* 1. Show dropdown when toggled */

.has-dropdown.is-active > .nav-dropdown {
	display: block;
	background-color: #0f6035;
	padding-left: 11px;
}






/* 2nd level dropdown */





.nav-dropdown .menu-item {
	border-color: rgba(153,153,153,0.7);
}

.nav-dropdown .nav-dropdown .menu-item {
}





.nav-dropdown .menu-link   {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	color: #FFFFFF;
}

.nav-dropdown .menu-link:hover {
	color: #FFFFFF;
	background-color: #24843D;
	border-radius: 0px;
	padding-left: 15px;
}

.menu-item.has-dropdown .nav-dropdown .menu-item{
	border-bottom: solid 1px rgba(255,255,255,0.2)
	
}

.menu-item.has-dropdown .nav-dropdown .menu-item:last-child{
	border-bottom:none;
	
}




/* Main content area */

.content { margin-top: 60px; }
.content .wrapper { padding: 1rem 0; }

 @media (max-width:1440px) {
	 
.nav-menu .menu-link {
   
    font-size:16px;
   
    letter-spacing: 0px;
	min-width: 160px;
    
}	 	 
 }

 @media (max-width:1280px) {

.logowrap.fixed .nav-menu .menu-link {

	padding-left:9px;
}	 
	 
 }



 @media (max-width: 1025px) {
	 
   .logowrap.h-menu{
   
    top:0.1px;  border-radius: 0px; padding-right: 5em;
   
}  
     
     .logowrap.h-menu #menu{
  width: auto;
}
     
     
     
	.menu {
	background-color: #006c9f;
} 

     .nav-menu .menu-link:before {display: none}

.nav-container {
	background-color: #006c9f;
	top: 0px;
	z-index: 0;
	width: 100%;
	padding-top: 120px;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}


.nav-menu .menu-link {
	color: #ffffff;
	font-size: 15px;
	padding-top: 11px;
	padding-bottom: 11px;
}

.nav-menu .menu-link.current  {
	border-bottom: none;
	
}


.nav {
	
	width: 50%;
	
	right: 0px;
	left: auto;
}



.menu-item.has-dropdown .nav-dropdown .menu-item {
    border-bottom:none;
}


	 

	 }

 @media (min-width: 1025px) {
	 
	 
	 

.nav {
}

.nav,
 .nav-container,
 .nav-container.is-visible {
  position: static;
  top: auto;
  left: auto;
  z-index: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nav-container,
 .nav-container.is-visible {
  visibility: visible;
  height: auto;
  min-height: 0;
  overflow-y: visible;
  
}

.nav-toggle { display: none; }

/* 1. Display menu items inline */

.nav-menu > .menu-item,
 .nav-menu > .menu-item.is-active {
  display: inline-block; /* 1 */
  background-color: transparent;
  border: 0;
  
}




/* Remove bottom border on last child */

.nav-menu > .menu-item:last-child { border: 0; }

.nav-menu .menu-item {
  -webkit-transition: background-color 0.15s ease-in-out,  color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out,  color 0.15s ease-in-out;
  
}

/* Remove +/- icons */

.has-dropdown:after { content: "" !important; }

/* Add a caret to top-level menu items that have dropdowns */

.nav-menu > .has-dropdown:after {
	position: absolute;
	top: 32%;
	right: 1rem;
	width: 5px;
	height: 5px;
	content: "";
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	transform: rotate(135deg);
}





/* Increase padding to compensate for caret */

.has-dropdown > .menu-link {
	padding-right: 2rem;
	
}

/* Re-style dropdowns for larger screens */

.nav-dropdown {
	display: block;
	opacity: 0;
	position: absolute;
	top: 100%;
	width: 250px;
	background-color: #3D3730;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.25s,  opacity 0.25s linear;
	transition: visibility 0s linear 0.25s,  opacity 0.25s linear;
	font-size: 14px;
	padding: 18px;
	margin-top: 11px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


.has-dropdown:hover > .nav-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-dropdown .menu-item {
	border: 0;
}

.nav-dropdown .menu-item:hover,
 .nav-dropdown .nav-dropdown .menu-item:hover {
	color: #FFFFFF;
}

.nav-dropdown .nav-dropdown,
 .nav-dropdown .nav-dropdown .menu-item {
	background-color: #B6BBC7;
	color: #FFFFFF;
}

.nav-dropdown .nav-dropdown {
  z-index: 9998;
  top: 0;
  left: 100%;
}

.content { margin-top: 0; }
}
/* CSS Document */


 @media (max-width: 560px) {
	 
	 button {
	
	top:0px;
	
}

.nav-dropdown .menu-link   {
	color: #9eb2d9;
	padding-left: 21px;
}

.logowrap.fixed .nav-dropdown .menu-link  {
	color: #9eb2d9;
	padding-left: 21px;
}

.nav-dropdown .menu-link   {
	
	border-bottom:none;
}
.menu-item.has-dropdown .nav-dropdown .menu-item{
	border-bottom:none;
	
}


 }
