  @charset "UTF-8";
/* CSS Document */

.mobile-nav {
    width: 100%;
	height: auto;
	margin: 0;
	padding: 15px 0px 0px 0px;
    background-color: #004c8e;
	z-index: 99999;
    display: block;
}

.navbar {
	padding: 0!important;
	background-color: transparent;
}

.mobile-nav-logo {
	width: auto;
	margin: 0px 0px 15px 10px;
	padding: 0;
    background-color: transparent;
    display: block;
    z-index: 50;
}

		.mobile-nav-logo img {
			width: 300px;
			height: auto;
			margin: 0;
			display: block;
		}

.mobile-icons-container {
	width: auto;
	height: auto;
	margin: 0px 20px 10px 0px;
	padding: 0;
    background-color: transparent;
	right: 0;
    display: flex;
}

.search-icon-box {
    width: auto;
    height: auto;
    margin: -5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    display: block;
}

		.search-icon-box i {
			color: #ffffff;
			font-size: 32px;
		}

.nav-link { /* Bootstrap CSS - Remove blue box */
	box-shadow: none!important;
	outline: none!important;
}

.mobile-nav-link {
	font-family: proxima-nova, Helvetica, "Helvetica Neue", Arial, "sans-serif";
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	line-height: 22px;
	margin: 0;
	padding: 15px 0px 25px 15px!important;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	/*border-bottom: solid 1px rgba(255,255,255,.25);*/
	box-shadow: 0!important;
	outline: none!important;
}

		.mobile-nav-link:hover, .mobile-nav-link:focus {
			color: #80a6c7;
			text-decoration: none;
			/*border-bottom: solid 1px rgba(255,255,255,.25);*/
			box-shadow: none!important;
			outline: none!important;
		}

.mobile-nav-item {
	margin: 0!important;
}

.mobile-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #003f75;
	background-clip: padding-box;
	border: 0;
	border-radius: 0;
	z-index: 1000;
	display: none;
}

.mobile-dropdown-item {
	width: 100%;
	padding: 15px 0px 15px 25px;
	clear: both;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	color: #ffffff;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border-bottom: solid 1px rgba(255,255,255,.25);
	display: block;
}

.mobile-dropdown-item:hover, .mobile-dropdown-item:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #002d5c;
}

.mobile-dropdown-item.active, .mobile-dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/*.dropdown-toggle::after {
    display: none !important;
} THIS VALUE SET BELOW */

.mobile-section-btn {
	width: 100%;
	height: auto;
  	font-family: proxima-nova, Helvetica, "Helvetica Neue", Arial, "sans-serif";
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	line-height: 22px;
	margin: 0;
	padding: 15px;
	color: #ffffff;
    text-align: left;
	text-decoration: none;
	background-color: #e14504;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
	border-radius: 0;
	display: block;
}

.mobile-section-btn:hover, .mobile-section-btn:focus {
	color: #ffffff;
	text-decoration: none;
    /*border-top: solid 1px rgba(255,255,255,.25);*/
	background-color: #002d5c;
}

.mobile-eyebrow-nav {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	display: block;
}

		.mobile-eyebrow-nav a {
			width: 100%;
			font-family: proxima-nova, Helvetica, "Helvetica Neue", Arial, "sans-serif";
            font-size: 20px;
            font-weight: 500;
            font-style: normal;
            line-height: 22px;
			margin: 0;
			color: #363636;
			text-align: left;
			text-decoration: none;
			padding: 20px 20px 20px 30px;
			background-color: transparent;
			border-bottom: solid 2px #edf2f7;
			display: block;
		}

		.mobile-eyebrow-nav a:hover {
			color: #004c8e;
			text-decoration: none;
			background-color: #edf2f7;
			border-bottom: solid 2px #edf2f7;
		}

.animated-menu {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-menu span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  border-radius: 7px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-menu span {
  background: #ffffff;
}

.animated-menu span:nth-child(1) {
  top: -6px;
}

.animated-menu span:nth-child(2), .animated-menu span:nth-child(3) {
  top: 4px;
}

.animated-menu span:nth-child(4) {
  top: 14px;
}

.animated-menu.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-menu.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}


@media (min-width: 360px) {
	.mobile-nav {display: block;}
	.mobile-nav-logo img {width: 200px; margin: 0;}
	.dropdown-toggle::after {display: none !important;}
}

@media (min-width: 576px) {
	.mobile-nav {display: block;}
	.mobile-nav-logo img {width: 250px; margin: 0;}
	.dropdown-toggle::after {display: none !important;}
}

@media (min-width: 768px) {
	.mobile-nav {display: block;}
	.mobile-nav-logo img {width: 300px; margin: 0;}
	.dropdown-toggle::after {display: none !important;}
}

@media (min-width: 992px) {
    .mobile-nav  {display: none;}
	.dropdown-toggle::after {display: block!important;}
}

@media (min-width: 1200px) {
    .mobile-nav {display: none;}
	.dropdown-toggle::after {display: block!important;}
}

@media (min-width: 1400px) {
    .mobile-nav  {display: none;}
	.dropdown-toggle::after {display: block!important;}
}






