.-sup {
  display: inline-block!important;
  margin-top: .6em!important;
  padding: 0!important;
  vertical-align: top!important;
  font-size: .3em!important;
  font-weight: 500!important;
  text-indent: -.6em!important;
}

@media only screen and (max-width: 1280px) {
  .PRGS-Nav .-sup {
      margin-top: 1.8em!important;
  }
}
@media only screen and (max-width: 960px) {
  .PRGS-Nav .-sup {
      margin-top: 0.8em!important;
  }
}
@media only screen and (max-width: 590px) {
  .PRGS-Nav .-sup {
    margin-top: 2.5em!important;
  }
}

@-webkit-keyframes repaint {
  0%{opacity:1;}
  100%{opacity:1;}
}
@keyframes repaint {
  0%{opacity:1;}
  100%{opacity:1;}
}
.FormHolder {
  -webkit-animation: repaint 1s infinite;
  animation: repaint 1s infinite;
}


/* Context Nav */
.PRGS-Nav-sections > ul,
.PRGS-Nav-sections > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.PRGS-Nav-sections > ul > li,
.PRGS-Nav-sections > ul ul > li {
  padding-left: 0;
  margin-bottom: 0;
}
.PRGS-Nav-sections > ul > li:before,
.PRGS-Nav-sections > ul ul > li:before {
  display: none;
}

.PRGS-Nav {
  background: none;
  position: relative;
  z-index: 4;
  font-family: Metric, Arial, Helvetica, sans-serif;
  font-weight: 500;
  color: #000;
  height: 46px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.PRGS-Nav--overlay {
  margin-bottom: -66px;
  padding-top: 20px;
}
@media only screen and (max-width: 1170px) {
  .PRGS-Nav--overlay {
    margin-bottom: -16px;
    padding-top: 20px;
  }
}
.PRGS-Nav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.PRGS-Nav-head {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  white-space: nowrap;
}
.PRGS-Nav-head span {
  color: #fff;
  font-family: Metric, Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.7;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  padding-left: 3px;
}
.PRGS-Nav-anchor {
  display: block;
}
.PRGS-Nav-anchor:hover {
  opacity: 0.6;
}
.PRGS-Nav-progress-logo {
  background: url("https://d3ba5g9yhie26y.cloudfront.net/img/progress-logo-reversed.svg") no-repeat top left;
  background-size: 158px 37px;
  text-indent: -9999px;
  direction: ltr;
  display: inline-block;
  width: 158px;
  height: 37px;
}

.BlogsBar-Logo .PRGS-Nav-progress-logo,
.BlogsBar a.BlogsBar-Logo .PRGS-Nav-title:before {
  display: none !important;
}

.BlogsBar a.BlogsBar-Logo .PRGS-Nav-title {
  padding-left: 0;
}

.BlogsBar a.BlogsBar-Logo {
  padding-top: 26px;
  font-size: 26px;
  line-height: 1;
}

@media only screen and (max-width: 960px) {
  .BlogsBar + .row--sidebar {
    margin: 0 -15px 30px;
  }
}

.PRGS-Nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 4px;
}
.PRGS-Nav-content a {
  display: block;
  position: relative;
  padding: 0 15px;
  font-size: 15px;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-transition: none !important;
  transition: none !important;
}
.PRGS-Nav-sections {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.PRGS-Nav-sections > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.PRGS-Nav-sections > ul > li > a {
  color: #fff;
  white-space: nowrap;
}
.PRGS-Nav-sections > ul > li > a:hover,
.PRGS-Nav-sections > ul > li > a:focus {
  color: #7ed7fc !important;
}
.PRGS-Nav-sections > ul > li > a:hover,
.PRGS-Nav-sections > ul > li > a:focus,
.PRGS-Nav-sections > ul > li > a.is-active {
  background-image: linear-gradient(to top, #7ed7fc, #7ed7fc);
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-clip: content-box;
}
.PRGS-Nav-sections > ul > li > a.is-active:hover {
  color: #fff !important;
}
.PRGS-Nav-sections > ul > li > a.like-cta {
  color: #00465b !important;
  background: #75dbff;
  background-clip: border-box !important;
}
.PRGS-Nav-sections > ul > li > a.like-cta:hover,
.PRGS-Nav-sections > ul > li > a.like-cta:focus {
  background: #34caff;
}
.PRGS-Nav-sections .is-open > a,
.PRGS-Nav-sections .is-open > a:hover,
.PRGS-Nav-sections .is-open > a:focus {
  color: #7ed7fc;
}
.PRGS-Nav-sections .is-open > a,
.PRGS-Nav-sections .is-open > a:hover,
.PRGS-Nav-sections .is-open > a:focus {
  background-image: linear-gradient(to top, #7ed7fc, #7ed7fc);
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-clip: content-box;
}
.PRGS-Nav-sections .is-open > a.like-cta:before {
  display: none !important;
}
.PRGS-Nav-sections .has-dropdown {
  position: relative;
}
.PRGS-Nav-sections .has-dropdown > a:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-style: solid;
  border-width: 4px 3px;
  border-color: transparent;
  border-top-color: inherit;
}
.PRGS-Nav-sections .has-dropdown > a.is-active {
  background-image: linear-gradient(to top, #7ed7fc, #7ed7fc);
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-clip: content-box;
}
.PRGS-Nav-sections > ul ul {
  background: #fff;
  min-width: 200px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% top;
  transform-origin: 100% top;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  -webkit-transition: opacity 140ms linear, visibility 140ms linear, -webkit-transform 140ms linear;
  transition: opacity 140ms linear, visibility 140ms linear, -webkit-transform 140ms linear;
  transition: opacity 140ms linear, visibility 140ms linear, transform 140ms linear;
  transition: opacity 140ms linear, visibility 140ms linear, transform 140ms linear, -webkit-transform 140ms linear;
  left: 15px;
}

@media only screen and (max-width: 1280px) and (min-width: 961px) {
  .PRGS-Nav-sections > ul ul {
    left: 10px;
  }
}

.PRGS-Nav-sections > ul ul.from-right {
  right: 0;
  left: auto;
}
.PRGS-Nav-sections > ul ul a {
  font-size: 17px;
  line-height: 47px;
  color: #000 !important;
  background: #fff;
  white-space: nowrap;
  text-transform: none;
}
.PRGS-Nav-sections > ul ul a.is-active,
.PRGS-Nav-sections > ul ul a:hover {
  color: #2f8eb8 !important;
}
.PRGS-Nav-sections > ul ul span {
  display: block;
  padding: 0 15px;
  color: #8d8d8d;
  font: 500 14px/47px Metric, Arial, Helvetica, sans-serif;
}
.PRGS-Nav-sections .is-open > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.PRGS-Nav-cta {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: 15px;
}
.PRGS-Nav-cta a {
  background: #75dbff;
  color: #2c2b2b !important;
  padding: 0 30px;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.PRGS-Nav-cta a:hover {
  color: #2c2b2b !important;
}
.PRGS-Nav-cta a:hover {
  background: #34caff;
}
.PRGS-Nav-drop,
.PRGS-Nav-sections .has-dropdown.hidden-dropdown>a:after {
  display: none;
}
.PRGS-Nav-drop select {
  width: 100%;
  max-width: 100%;
  float: right;
}
.PRGS-Nav--separated .PRGS-Nav-title {
  position: absolute;
  padding-left: 32px;
}
.PRGS-Nav--separated .PRGS-Nav-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.18em;
  left: 16px;
  width: 1px;
  padding-top: 2px;
  height: 0.85em;
  color: rgba(255,255,255,0.2);
  background: currentColor;
}
.PRGS-Nav--crossed .PRGS-Nav-sections a {
  color: #2c2b2b;
}
.PRGS-Nav--crossed .PRGS-Nav-sections a:hover {
  color: #2c2b2b !important;
}
.PRGS-Nav--black .PRGS-Nav-head span,
.PRGS-Nav--black .PRGS-Nav-sections a,
.PRGS-Nav--black .PRGS-Nav-sections a.is-active {
  color: #2c2b2b !important;
}
.PRGS-Nav--black .PRGS-Nav-head span:hover,
.PRGS-Nav--black .PRGS-Nav-sections a:hover,
.PRGS-Nav--black .PRGS-Nav-sections a.is-active:hover {
  color: #2c2b2b !important !important;
}
.PRGS-Nav--black .PRGS-Nav-progress-logo {
  background-image: url("https://d3ba5g9yhie26y.cloudfront.net/img/progress-logo.svg");
}
.PRGS-Nav--black.PRGS-Nav--separated .PRGS-Nav-title:before {
  background: rgba(0,0,0,0.2);
}
.PRGS-Nav--black.PRGS-Nav--crossed .PRGS-Nav-sections a {
  color: #fff;
}
.PRGS-Nav--black.PRGS-Nav--crossed .PRGS-Nav-sections a:hover {
  color: #fff !important;
}
.PRGS-Nav--black.PRGS-Nav--crossed .has-dropdown ul a {
  color: #9b9b9b;
}
.PRGS-Nav--black.PRGS-Nav--crossed .has-dropdown ul a:hover {
  color: #000;
}
.PRGS-Nav--fixed {
  position: fixed;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  margin-top: 0;
  padding-top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: #fff;
}
.PRGS-Nav--fixed .PRGS-Nav-container {
  max-width: 1460px;
  margin-right: auto;
  margin-left: auto;
}
.PRGS-Nav--fixed .PRGS-Nav-content {
  margin-top: 0;
}
.PRGS-Nav--fixed .PRGS-Nav-anchor {
  padding-top: 4px;
}
.PRGS-Nav--fixed .PRGS-Nav-progress-logo {
  background-size: 106px 32px;
  width: 106px;
  height: 32px;
}
.PRGS-Nav--fixed .PRGS-Nav-title {
  font-size: 24px;
  line-height: 1.4;
}
.PRGS-Nav-fixed-dummy {
  height: 40px;
  margin-top: -40px;
}


@media only screen and (max-width: 1280px){
  .PRGS-Nav-head span{
    font-size: 24px;
  }
  .PRGS-Nav--separated .PRGS-Nav-head span{
    line-height: 1.7;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 961px){
  .PRGS-Nav-content a{
    padding: 0 10px;
  }
  .PRGS-Nav-cta{
    margin-left: 20px;
  }
  .PRGS-Nav-cta a{
    padding: 0 15px;
  }
}


@media only screen and (max-width: 960px){
  .PRGS-container.PRGS-Nav-logoOnly + .ContentWrapper > .Section:first-child{
    padding-top: 80px !important;
  }
  .PRGS-container.PRGS-Nav-logoOnly + .ContentWrapper > .Section:first-child h1{
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .PRGS-Nav{
    display: block !important;
    clear: both !important;
  }
  .PRGS-Nav-container{
    display: block;
  }
  .PRGS-Nav-content{
    display: block;
  }
  .PRGS-Nav-sections,
  .PRGS-Nav-cta{
    display: none;
  }
  .PRGS-Nav-drop{
    display: block;
  }
  .PRGS-Nav--overlay .PRGS-Nav-drop select{
    float: none;
  }
  .PRGS-Nav--fixed{
    position: relative;
    padding-top: 26px;
    background: none;
  }
  .PRGS-Nav--fixed .PRGS-Nav-container{
    margin: 0;
  }
}

@media only screen and (max-width: 590px){
  .PRGS-Nav-head span{
    font-size: 19px;
    line-height: 1.6;
  }
  .PRGS-Nav-progress-logo{
    background-size: 107px 27px;
    width: 107px;
    height: 27px;
    margin-top: 3px;
  }
  .PRGS-Nav--separated .PRGS-Nav-title{
    padding-left: 14px;
  }
  .PRGS-Nav--separated .PRGS-Nav-title:before{
    left: 6px;
  }
  .PRGS-Nav--separated .PRGS-Nav-head span{
    line-height: 1.9;
  }
}




/*  SITERIBBON */
.SiteRibbon {
  position: relative;
  z-index: 100000;
  padding: 10px 0;
  color: #000;
  font-size: 17px;
  font-weight: 300;
  background: #83dbfd;
}
.SiteRibbon.is-hidden {
  display: none;
}
.SiteRibbon > .container {
  position: relative;
}
.SiteRibbon-text {
  display: inline-block;
  margin: 8px 0;
  padding-right: 10px;
  line-height: 1.3;
  vertical-align: middle;
}
.SiteRibbon-CTA {
  display: inline-block;
  margin: -8px 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
.SiteRibbon-link {
  display: inline-block;
  vertical-align: middle;
}
.SiteRibbon-link a {
  color: #000;
  font-weight: 300;
  text-decoration: underline;
}
.SiteRibbon-btn {
  display: inline-block;
  padding: 6px 15px;
  border: 2px solid #666;
  border: 2px solid rgba(0,0,0,0.3);
  color: #000 !important;
  font: 500 15px Metric, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: border-color 0.3s !important;
  transition: border-color 0.3s !important;
}
.SiteRibbon-btn:hover {
  border-color: #000 !important;
  border-color: rgba(0,0,0,0.9) !important;
}
.SiteRibbon-x {
  position: absolute;
  top: 2px;
  right: 15px;
  width: 35px;
  padding: 0;
  border: 0;
  font: 300 30px/1 Metric, Arial, Helvetica, sans-serif;
  background: none;
  cursor: pointer;
  outline: 0;
}
