#container header {
  position: relative;
  z-index: 100;
}
 
.PRGS-Nav-stickyWrapper .PRGS-Nav {
  height: 60px;
  padding-top: 0 !important;
  font-family: Metric, Poppins, sans-serif;
}

.PRGS-Nav-head {
  align-self: center;
  flex: 1 1 auto;
  white-space: nowrap;
  box-shadow: none !important;
  background: none !important;
}

.PRGS-Nav-head a,
.PRGS-Nav-sections > ul li a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 60px !important;
  padding: 0 12px;
  text-transform: uppercase;
  text-decoration: none !important;
  position: relative;
  display: block;
  white-space: nowrap;
}

.PRGS-Nav-sections .has-dropdown a {
  transition: color .2s
}
.PRGS-Nav-sections .has-dropdown a:hover,
.PRGS-Nav-sections .has-dropdown a:focus {
  color: #225eff
}

.PRGS-Nav-anchor {transition: opacity .2s}
.PRGS-Nav-anchor:before {content: none !important}

.PRGS-Nav-anchor:focus,
.PRGS-Nav-anchor:hover {
  opacity: .75
}

.PRGS-Nav-sections > ul > li:hover:before,
.PRGS-Nav-sections > ul > li:focus:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 3px;
  background: #225eff;
}

.PRGS-Nav-sections > ul ul {
  padding: 15px 0;
}

/* DROPDOWN LINKS */
.PRGS-Nav-sections > ul ul a {
  display: block;
  padding: 6px 20px;
  line-height: 1.3 !important;
  text-transform: none;
  font-size: 17px;
  font-weight: 500;
}

.PRGS-Nav-head .reg {
  display: inline-block;
  font-size: .5em;
  margin-left: -2px;
  padding-left: 0;
  padding-top: 12px;
  vertical-align: top;
}

.PRGS-Nav-container {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: flex-start;
}

.PRGS-Nav-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin-left: auto;
}

.PRGS-Nav-sections {
  flex: 1 1 auto;
}

.PRGS-Nav-sections > ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.PRGS-Nav-sections > ul li {
  position: relative;
  display: list-item;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.PRGS-Nav-sections .has-dropdown {
  position: relative;
}

.PRGS-Nav-sections .has-dropdown hr {
  margin: 2px 0 5px;
  border: 0;
  border-bottom: 1px solid #b8b8b8;
  position: static;
}

.PRGS-Nav-sections .has-dropdown .-fw6 {
  font-weight: 600;
}

.PRGS-Nav-sections .has-dropdown > a:after {
  border-color: transparent;
  border-style: solid;
  border-top-color: inherit;
  border-width: 4px 3px;
  content: "";
  display: inline-block;
  height: 0;
  margin-left: 5px;
  position: relative;
  vertical-align: middle;
  width: 0;
}

.PRGS-Nav-sections > ul > li > ul {
  padding-left: 0;
  background: #fff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  left: 10px;
  opacity: 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: 100% top;
  transition: opacity .14s linear, visibility .14s linear, transform .14s linear;
  visibility: hidden;
  will-change: transform;
}
.PRGS-Nav-sections > ul > li:hover > ul {
  opacity: 1 !important;
  transform: scaleY(1) !important;
  visibility: visible !important;
  z-index: 999;
}

.PRGS-Nav-cta {
  align-self: center;
  flex: 0 1 auto;
  margin-left: 15px;
}

.PRGS-Nav-cta a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  background: #225eff;
  border: 2px solid transparent;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(7, 12, 39, .1);
  color: #fff !important;
  line-height: 1;
  padding: .7em 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s !important;
  white-space: nowrap;
}

.PRGS-Nav-cta a:focus,
.PRGS-Nav-cta a:hover {
  text-decoration: none !important;
  background: #1847c5;
}

.-custom-right-edge {
  width: 635px;
  left: -80px !important;
}
.-custom-right-edge .rowu {
  padding: 15px 10px;
  font-size: 0;
}
.-custom-right-edge .colu {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}
.-custom-right-edge .colu a {
  white-space: normal;
  padding: 6px 0;
}
.-custom-right-edge .colu > div {
  color: #747474;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.PRGS-mob {
  display: none;
}

@media (max-width: 1200px) {
  .subnav .container {
    width: auto !important;
  }
}

@media (max-width: 1024px) {
  .PRGS-Nav-head a, 
  .PRGS-Nav-sections > ul li a {
    padding: 0 8px
  }
}

@media (max-width: 980px) {
  .subnav .container {
    padding: 0 !important;
  }

  .PRGS-mob,
  .PRGS-Nav-sections > ul,
  .PRGS-Nav-sections > ul li {
    display: block;
    margin: 0;
  }

  .PRGS-Nav-head {
    flex-grow: 1;
  }

  .PRGS-Nav-anchor {
    max-width: 240px
  }

  .PRGS-mob {
    align-self: center;
  }

  #PRGS-mobile-menu {
    font-size: 36px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    appearance: none;
    border: 0;
    background: none;
    color: #000;
  }

  #PRGS-mobile-menu:before {
    content: '\2630';
  }

  #PRGS-mobile-menu.is-selected:before {
    content: '\2716'
  }

  .PRGS-Nav-container {
    height: 100%;
  }

  .PRGS-Nav-content {
    display: block;
    visibility: hidden;
    position: absolute;
    z-index: 100;
    top: 60px;
    right: 0;
    width: 81%;
    padding: 4%;
    background: #fff;
    box-shadow: -5px 10px 10px rgba(0,0,0, .3);
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: all .2s
  }

  .PRGS-Nav-content.is-visible {
    transform: scaleX(1);
    visibility: visible;
  }
  
  .PRGS-Nav-cta {
    margin-left: 0;
    margin-top: 20px;
  }

  .PRGS-Nav-sections > ul > li:hover:before {
    content: none;
  }

  .PRGS-Nav-sections > ul > li > ul {
    position: static;
    display: none;
  }

  .PRGS-Nav-sections > ul > li.has-dropdown > ul a {
    padding: 8px;
    padding-left: 20px;
  }

  .PRGS-Nav-sections > ul > li:hover > ul {
    display: block;
    background: none;
    box-shadow: none;
    padding: 0;
  }

  .-custom-right-edge .rowu {
    padding: 0;
  }

  .-custom-right-edge .colu {
    display: block;
    margin-bottom: 15px;
  }
}