#masterNav p {
	margin: 0;	
}

#masterNav.desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #fff;
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
}
#masterNav.desktop section, #masterNav.desktop nav {
  width: 100%;
}
#masterNav.desktop section article, #masterNav.desktop nav article {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
#masterNav.desktop section#alert {
  background: #ffb917;
}
#masterNav.desktop section#alert article {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#masterNav.desktop section#alert article p{
	text-transform: uppercase;
	  font-weight: 900;
	  font-size: 0.9em;
	  line-height: 1.5em;
	margin: 0;
}

#masterNav.desktop section#alert article p a {
  color: inherit;
}
#masterNav.desktop section#alert article svg {
  display: inline-block;
  margin-left: 5px;
}
#masterNav.desktop nav#topNavigation {
  padding: 0px 0;
}
#masterNav.desktop nav#topNavigation article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
#masterNav.desktop nav#topNavigation article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
	margin: 0;
}
#masterNav.desktop nav#topNavigation article ul li {
  line-height: 1;
  margin: 0 7px;
}
#masterNav.desktop nav#topNavigation article ul li:last-of-type {
  margin-right: 0;
}
#masterNav.desktop nav#topNavigation article ul li:first-of-type {
  margin-left: 0;
}
#masterNav.desktop nav#topNavigation article ul li a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 1;
  display: block;
  text-align: center;
  white-space: nowrap;
font-weight: 500;
}
#masterNav.desktop nav#topNavigation article ul li a:hover, #masterNav.desktop nav#topNavigation article ul li a:focus {
  text-decoration: underline;
}
#masterNav.desktop nav#topNavigation article ul li a.external svg {
  width: 9px;
}
#masterNav.desktop nav#topNavigation article ul li.socialMedia {
  margin: 0 3px;
}
#masterNav.desktop nav#topNavigation article ul li.socialMedia a {
  font-size: 14px;
	position: relative;
}

#masterNav.desktop nav#topNavigation article ul li.socialMedia a span{
	display: none;
}

#masterNav.desktop nav#topNavigation article ul li.socialMedia a svg{
  height: 12px;
  width: auto;
}

#masterNav.desktop nav#topNavigation article ul li.socialMedia a svg.fa-external-link-alt{
	display: none !important;
}
#masterNav.desktop nav#topNavigation article ul li.socialMedia.facebook a:hover, #masterNav.desktop nav#topNavigation article ul li.socialMedia.facebook a:focus {
  color: #4267B2;
}
#masterNav.desktop nav#topNavigation article ul li.socialMedia.twitter a:hover, #masterNav.desktop nav#topNavigation article ul li.socialMedia.twitter a:focus {
  color: #00acee;
}
#masterNav.desktop nav#topNavigation article ul li.socialMedia.instagram a:hover, #masterNav.desktop nav#topNavigation article ul li.socialMedia.instagram a:focus {
  color: #bc2a8d;
}
#masterNav.desktop nav#topNavigation article ul li.socialMedia.tiktok a:hover, #masterNav.desktop nav#topNavigation article ul li.socialMedia.tiktok a:focus {
  color: #ff0050;
}
#masterNav.desktop nav#topNavigation article ul li.socialMedia.youtube a:hover, #masterNav.desktop nav#topNavigation article ul li.socialMedia.youtube a:focus {
  color: #FF0000;
}
#masterNav.desktop nav#topNavigation article ul li.socialMedia.linkedin a:hover, #masterNav.desktop nav#topNavigation article ul li.socialMedia.linkedin a:focus {
  color: #0072b1;
}
#masterNav.desktop nav#topNavigation article ul li.line {
  border-right: 1px dotted #000;
  height: 100%;
}
#masterNav.desktop nav#topNavigation article ul li#form {
  border-left: 1px dotted #000;
}
#masterNav.desktop nav#topNavigation article ul li#form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#masterNav.desktop nav#topNavigation article ul li#form form label{
    display: block;
    margin-bottom: 0;
    font-weight: 500;
}

#masterNav.desktop nav#topNavigation article ul li#form form label span {
  display: none;
}

#masterNav.desktop nav#topNavigation article ul li#form form label input[type=text] {
  background: #fff;
  border: 0;
  height: 30px;
  padding-left: 10px;
  font-size: 0.8em;
  width: 70px;
  color: #000;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
#masterNav.desktop nav#topNavigation article ul li#form form label input[type=text]::-webkit-input-placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 0.85em;
}
#masterNav.desktop nav#topNavigation article ul li#form form label input[type=text]::-moz-placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 0.85em;
}
#masterNav.desktop nav#topNavigation article ul li#form form label input[type=text]:-ms-input-placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 0.85em;
}
#masterNav.desktop nav#topNavigation article ul li#form form label input[type=text]:-moz-placeholder {
  color: #000;
  text-transform: uppercase;
  font-size: 0.85em;
}
#masterNav.desktop nav#topNavigation article ul li#form form label input[type=text]:focus {
  width: 150px;
}
#masterNav.desktop nav#topNavigation article ul li#form form button[type=submit] {
  background: #fff;
  height: 100%;
  height: 30px;
  width: 30px;
  border: 0;
  font-size: 13px;
  color: #000;
  border-left: 1px dotted #ccc;
}
#masterNav.desktop nav#topNavigation article ul li#form form button[type=submit]:focus {
  background: #ffb917;
  color: #024712;
}
#masterNav.desktop nav#topNavigation article ul li#form form button[type=submit]:hover {
  color: #ffb917;
}
#masterNav.desktop nav#topNavigation article ul li#form form:hover label input[type=text] {
  width: 150px;
}
#masterNav.desktop nav#bottomNavigation {
  background: #024712;
}
#masterNav.desktop nav#bottomNavigation article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#masterNav.desktop nav#bottomNavigation article a#heroLogo {
  width: 17%;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 12px 0;
  min-width: 100px;
}
#masterNav.desktop nav#bottomNavigation article a#heroLogo svg {
  display: block;
  width: 100%;
  height: auto;
}
#masterNav.desktop nav#bottomNavigation article a#heroLogo:focus {
  outline: 1px dotted #ffb917;
  outline-offset: 3px;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
	margin-bottom: 0;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.6vW;
  cursor: pointer;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li.hasChildren > a:after {
  content: "+";
  font-size: 0.8em;
  position: relative;
  margin: 0 0 0 3px;
  top: -1px;
  color: #ffb917;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li:hover > a, #masterNav.desktop nav#bottomNavigation article ul#topLevel > li:focus > a {
  color: #ffb917;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li:hover > a:before, #masterNav.desktop nav#bottomNavigation article ul#topLevel > li:focus > a:before {
  bottom: 8px;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li > a {
  color: #fff;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-align: center;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li > a svg {
  display: inline-block;
  margin-left: 5px;
  height: 15px;
  position: relative;
  top: -1px;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li > a:focus {
  color: #ffb917;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li > a:focus:before {
  bottom: 8px;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li > a.external svg {
  width: 12px;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li > a:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffb917;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -4px;
  border-radius: 20px;
  display: block;
  -webkit-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear;
}

#masterNav.desktop nav#bottomNavigation article ul#topLevel > li.apply {
  margin-right: 0;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li.apply a {
  padding: 10px;
  background: #ffb917;
  color: #024712;
  border-radius: 2px;
  -webkit-transition: padding 0.2s linear;
  transition: all 0.2s linear;
  height: auto;
	font-weight: 600;
}


#masterNav.desktop nav#bottomNavigation article ul#topLevel > li.apply a:before {
  display: none !important;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li.apply a:hover, #masterNav.desktop nav#bottomNavigation article ul#topLevel > li.apply a:focus {
  padding: 10px 15px;
}


/* ---------------------- Apply Buttons ---------------------- */

#masterNav.desktop nav#bottomNavigation article ul#topLevel > li.actionButtons {
  margin-right: 0;
}

#masterNav.desktop nav#bottomNavigation article ul#topLevel > li.actionButtons {
  display: flex;
  flex-direction: row;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li.actionButtons a {
  padding: 10px;
  background: #ffb917;
  color: #024712;
	font-size: 13px;
  line-height: 1;
  height: auto;
  font-weight: 600;
	transition: all 0.2s linear;
}

#masterNav.desktop nav#bottomNavigation article ul#topLevel > li.actionButtons a:hover,
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li.actionButtons a:focus{
	padding: 10px 15px;
	background: #ffd36d !important;
}

#masterNav.desktop nav#bottomNavigation article ul#topLevel > li.actionButtons a:before {
  display: none !important;
}

#masterNav.desktop nav#bottomNavigation article ul#topLevel > li.actionButtons a:first-of-type {
  border-radius: 2px 0px 0px 2px;
  border-right: 1px solid #000;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li.actionButtons a:last-of-type {
  border-radius: 0px 2px 2px 0px;
	background: #ECB22B;
}

/* ---------------------- End Apply Buttons ---------------------- */


#masterNav.desktop nav#bottomNavigation article ul#topLevel > li.navicon {
  margin: 0 5px 0 14px;
  display: none;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li.navicon a svg {
  display: block;
  height: 25px;
  width: auto;
  margin: 0;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li.navicon a:before {
  display: none;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li.close {
  display: none;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li ul {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 30px;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  -webkit-column-rule: 1px dotted #000;
     -moz-column-rule: 1px dotted #000;
          column-rule: 1px dotted #000;
  list-style: none;
  -webkit-box-shadow: 0px 9px 17px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 9px 17px -16px rgba(0, 0, 0, 0.75);
  border: 1px solid #f1f1f1;
  border-top: 0;
  display: none;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li ul:before {
  content: "";
  height: 8px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=0 );
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li ul li {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li ul li a {
  display: block;
  white-space: nowrap;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9em;
}
#masterNav.desktop nav#bottomNavigation article ul#topLevel > li ul li a:hover, #masterNav.desktop nav#bottomNavigation article ul#topLevel > li ul li a:focus {
  text-decoration: underline;
}
#masterNav.desktop.shrink {
  /*top: -40px;*/
	top: 0;
}

#masterNav.mobile {
  background: #024712;
  background-size: cover;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#masterNav.mobile section, #masterNav.mobile nav {
  width: 100%;
}
#masterNav.mobile section article, #masterNav.mobile nav article {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#masterNav.mobile section#alert {
  background: #ffb917;
}
#masterNav.mobile section#alert article {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.9em;
  line-height: 1.5em;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#masterNav.mobile section#alert article p{
	font-weight: 900;
}

#masterNav.mobile section#alert article p a {
  color: inherit;
}
#masterNav.mobile section#alert article svg {
  display: inline-block;
  margin-left: 5px;
}
#masterNav.mobile nav#bottomNavigation {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  padding-bottom: 15px;
}
#masterNav.mobile nav#bottomNavigation:after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  border-bottom: 1px dotted #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#masterNav.mobile nav#bottomNavigation article {
  padding-bottom: 10px;
}
#masterNav.mobile nav#bottomNavigation article a#heroLogo {
  width: 200px;
  display: block;
  margin: 20px auto;
}
#masterNav.mobile nav#bottomNavigation article ul#topLevel {
  list-style: none;
}
#masterNav.mobile nav#bottomNavigation article ul#topLevel li {
  margin: 10px 0;
}
#masterNav.mobile nav#bottomNavigation article ul#topLevel li a {
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

#masterNav.mobile nav#bottomNavigation article ul#topLevel li a svg {
  width: 11px;
  opacity: 0.7;
}
#masterNav.mobile nav#bottomNavigation article ul#topLevel li.hasChildren > a:after {
  content: " +";
  font-size: 0.8em;
  position: relative;
  top: -2px;
  color: #ffb917;
}
#masterNav.mobile nav#bottomNavigation article ul#topLevel li.navicon {
  display: none;
}

#masterNav.mobile nav#bottomNavigation article ul#topLevel li.apply a {
  background: #ffb917;
  display: inline-block;
  color: #024712;
  padding: 10px;
  border-radius: 3px;
}

#masterNav.mobile nav#bottomNavigation article ul#topLevel li.close{
	opacity: 1;
}

#masterNav.mobile nav#bottomNavigation article ul#topLevel li.close a {
  position: absolute;
  top: 17px;
  right: 20px;
}
#masterNav.mobile nav#bottomNavigation article ul#topLevel li.close a svg {
  display: block;
  height: 25px;
  width: auto;
  margin: 0;
	opacity: 1;
}
#masterNav.mobile nav#bottomNavigation article ul#topLevel li.close a:before {
  display: none;
}
#masterNav.mobile nav#bottomNavigation article ul#topLevel li ul {
  display: none;
  padding: 10px;
  list-style: none;
}
#masterNav.mobile nav#bottomNavigation article ul#topLevel li ul li {
  margin: 2px 0;
	line-height: 1;
}
#masterNav.mobile nav#bottomNavigation article ul#topLevel li ul li a {
  font-size: 0.75em;
  opacity: 0.8;
  display: inline-block;
  padding: 4px;
}
#masterNav.mobile nav#bottomNavigation article ul#topLevel li ul li a:hover {
  opacity: 1;
}
#masterNav.mobile nav#topNavigation {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#masterNav.mobile nav#topNavigation article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#masterNav.mobile nav#topNavigation article ul li:not(.socialMedia) {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  margin: 3px 0;
}
#masterNav.mobile nav#topNavigation article ul li:not(.socialMedia) a {
  font-size: 0.9em;
  text-decoration: none;
  color: #fff;
  display: block;
}
#masterNav.mobile nav#topNavigation article ul li:not(.socialMedia) a svg {
  width: 8px;
  opacity: 0.8;
}
#masterNav.mobile nav#topNavigation article ul li:not(.socialMedia).line {
  display: none;
}
#masterNav.mobile nav#topNavigation article ul li.socialMedia {
  margin: 10px 2px;
  width: 30px;
}
#masterNav.mobile nav#topNavigation article ul li.socialMedia a {
  display: block;
  line-height: 30px;
  text-align: center;
  background: red;
  height: 30px;
  width: 30px;
  color: #fff;
  font-size: 14px;
}

#masterNav.mobile nav#topNavigation article ul li.socialMedia a span{
	display: none;	
}

#masterNav.mobile nav#topNavigation article ul li.socialMedia a svg.fa-external-link-alt{
	display: none;
}

#masterNav.mobile nav#topNavigation article ul li.socialMedia.facebook a {
  background: #4267B2;
}
#masterNav.mobile nav#topNavigation article ul li.socialMedia.twitter a {
  background: #00acee;
}
#masterNav.mobile nav#topNavigation article ul li.socialMedia.instagram a {
  background: #bc2a8d;
}
#masterNav.mobile nav#topNavigation article ul li.socialMedia.tiktok a {
  background: #ff0050;
}
#masterNav.mobile nav#topNavigation article ul li.socialMedia.youtube a {
  background: #FF0000;
}
#masterNav.mobile nav#topNavigation article ul li.socialMedia.linkedin a {
  background: #0072b1;
}
#masterNav.mobile nav#topNavigation article ul li#form {
  margin-top: 20px;
}
#masterNav.mobile nav#topNavigation article ul li#form form {
  display: block;
  width: 80%;
  margin: 0 auto;
	max-width: 350px;
}
#masterNav.mobile nav#topNavigation article ul li#form form label {
  display: block;
  margin-bottom: 2px;
}
#masterNav.mobile nav#topNavigation article ul li#form form label span {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
}
#masterNav.mobile nav#topNavigation article ul li#form form label input[type=text] {
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 0.85em;
  color: #000;
}
#masterNav.mobile nav#topNavigation article ul li#form form button[type=submit] {
  display: block;
  width: 100%;
  background: #ffb917;
  padding: 6px 0;
  border: 0;
  border-radius: 0;
}

#masterNavSpacer {
  display: block;
  position: relative;
  z-index: 1;
}

a#skipNav {
  display: block;
  height: 0px;
  text-align: center;
  font-weight: 600;
  color: #000;
  line-height: 1;
  padding: 0;
  background: repeating-linear-gradient(45deg, #fff, #fff 20px, #f6f6f6 20px, #f6f6f6 40px);
  font-size: 1.2em;
  outline: 1px dotted #000;
  outline-offset: -5px;
  overflow: hidden;
}
a#skipNav span {
  display: block;
  margin: 15px;
}
a#skipNav:focus {
  height: auto;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
  #masterNav.desktop nav#topNavigation {
    display: none;
  }
  #masterNav.desktop nav#bottomNavigation article ul#topLevel > li:not(.navicon, .apply, .actionButtons) {
    display: none;
  }
  #masterNav.desktop nav#bottomNavigation article ul#topLevel > li.navicon {
    display: block;
  }
}