/****************! IMPORTANT PROCEED WITH CAUTION !***************/

/*                 These styles effect all pages                 */

/******************************************************************
Site Name: Building with Splash
Author: Michael Zoppo

Stylesheet: Main Post Stylesheet

******************************************************************/

/*=============================================================
   Modals
=============================================================*/

/*Close Button*/

.current:before {
    content: "•";
}

.xcon-f-widerarr:after {
  content: "x";
}

/*.xcon-f-widerarr:before {*/
/*  content: "\f22e";*/
/*}*/

[class^="xcon-f-"]:after, [class*=" xcon-f-"]:after {
  font-family: "kohtello";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -30px;
  top: 0;
}

[class^="xcon-f-"]:before, [class*=" xcon-f-"]:before {
  font-family: "kohtello";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 0;
}

.close-button, .close-button-sorry {
    /*background:url('http://d24wuq6o951i2g.cloudfront.net/img/events/2185763/assets/560a.close.png') no-repeat;*/
    color: #fff;
    font-size: 5em;
    display: none; 
    float: right; 
    cursor: pointer !important; 
    position: absolute; 
    pointer-events: auto !important;
    top: 5%; 
    right: 5%;
    z-index: 9999 !important;
}

.element-rsvp:hover, .close-button:hover, .close-button-sorry:hover {
  -webkit-transform: scale(1)!important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
  background-color: rgba(0, 0, 0, 0);
}

/*#simple-modal-wrap {*/
/*    display: none !important;*/
/*}*/

/*=============================================================
   Modal Animation
=============================================================*/

@-webkit-keyframes rectangle_yellow_suggestion {
    0% { -webkit-transform: rotate(40deg) translateX(100%); }
    50% { -webkit-transform: rotate(40deg) translateX(150%); }
    100% { -webkit-transform: rotate(40deg) translateX(100%); }
}
.rectangle_yellow_suggestion {
  position: absolute;
    background: #FFC76F;
    width: 3vw;
    height: 16vw;
    -webkit-transform: rotate(40deg) translateX(100%);
    -webkit-animation: rectangle_yellow_suggestion 3s infinite ease-in-out;
}

@-webkit-keyframes rectangle_purple_suggestion {
    0% { -webkit-transform: rotate(40deg) translate(-10%, 100%); }
    50% { -webkit-transform: rotate(40deg) translate(5%, 80%); }
    100% { -webkit-transform: rotate(40deg) translate(-10%, 100%); }
}
.rectangle_purple_suggestion {
  position: absolute;
    background: #303094;
    width: 3vw;
    height: 16vw;
    bottom: 0;
    right: 2%;
    -webkit-transform: rotate(50deg);
    -webkit-animation: rectangle_purple_suggestion 3s infinite ease-in-out;
}

@-webkit-keyframes circle_outline_green_suggestion {
    0% { -webkit-transform: rotate(40deg) translate(10%, 100%) scale(1); }
    50% { -webkit-transform: rotate(40deg) translate(8%, 110%) scale(1.1); }
    100% { -webkit-transform: rotate(40deg) translate(10%, 100%) scale(1); }
}
.circle_outline_green_suggestion {
  position: absolute;
    border: 1vw solid #6DD8BB;
    width: 7vw;
    height: 7vw;
    top: 0%;
    right: 16%;
    border-radius: 100%;
    -webkit-animation: circle_outline_green_suggestion 3s infinite ease-in-out;
}

@-webkit-keyframes circle_wobble_pink_suggestion {
    0% { -webkit-transform: rotate(40deg) translate(-6%, 100%) scale(1); }
    50% { -webkit-transform: rotate(40deg) translate(-8%, 90%) scale(1.1); }
    100% { -webkit-transform: rotate(40deg) translate(-6%, 100%) scale(1); }
}
.circle_wobble_pink_suggestion {
  position: absolute;
    background: #FA2C7E;
    width: 7vw;
    height: 7vw;
    top: -6%;
    left: 22%;
    border-radius: 100%;
    -webkit-animation: circle_wobble_pink_suggestion 3s infinite ease-in-out;
}

@-webkit-keyframes circle_wobble_green_suggestion {
    0% { -webkit-transform: rotate(40deg) translate(6%, 100%) scale(1); }
    50% { -webkit-transform: rotate(40deg) translate(8%, 80%) scale(1.1); }
    100% { -webkit-transform: rotate(40deg) translate(6%, 100%) scale(1); }
}
.circle_wobble_green_suggestion {
  position: absolute;
    background: #6DD8BB;
    width: 4vw;
    height: 4vw;
    top: 60%;
    left: 4%;
    border-radius: 100%;
    -webkit-animation: circle_wobble_green_suggestion 3s infinite ease-in-out -1.5s;
}

@-webkit-keyframes circle_wobble_blue_suggestion {
    0% { -webkit-transform: rotate(40deg) translate(6%, 100%) scale(1); }
    50% { -webkit-transform: rotate(40deg) translate(8%, 80%) scale(1.1); }
    100% { -webkit-transform: rotate(40deg) translate(6%, 100%) scale(1); }
}
.circle_wobble_blue_suggestion {
  position: absolute;
    background: #54D2E0;
    width: 6vw;
    height: 6vw;
    top: 60%;
    right: 20%;
    border-radius: 100%;
    -webkit-animation: circle_wobble_blue_suggestion 3s infinite ease-in-out -2.5s;
}

/*=============================================================
   Page Loader
=============================================================*/

#iframeGiantWrap, #iframeGiantWrapSorry {
  background: rgb(21, 0, 59);
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  z-index: 100;
}

#iframeWrapper, #iframeWrapperSorry {
  opacity:1; 
  position: fixed; 
  width: 100%; 
  height: 100%; 
  top:0; 
  left:0;
}

#iframecontainerSorry {
  width:100%; 
  height: 100%; 
  display: none; 
  position: fixed; 
  top: 0; left: 0;
}

#iframecontainer {
  width:100%; 
  height: 100%; 
  display: none; 
  position: fixed; 
  top: 0; left: 0;
}

#iframecontainerSorry iframe {
  display:none; 
  width: 100%; 
  height: 100%; 
  position: absolute; 
  border: none; 
  left: 0; 
  top: 0;
}

#iframecontainer iframe {
  display:none; 
  width: 100%; 
  height: 100%; 
  position: absolute; 
  border: none; 
  left: 0; 
  top: 0;
}

.loader, .loaderSorry {
  position: absolute; 
  top: 50%; 
  left: 50%; 
  top: 0; 
  left: 0; 
  font-size: 1em; 
  margin:auto;
}

/*=============================================================
   Universal Styles
=============================================================*/

/************* Clearing Defaults *************/

#splashLoader {
    display: none !important;
}

#splashLoader:after {
    display: none !important;
    background-image: none !important;
}

#footer, .splug {
    display: none !important;
}

body, html {
    z-index: 0 !important;
    float: left !important;
    position: relative !important;
    display: block !important;
    width: 100%;
    height: 100%;
}

#main-canvas {
    min-height: 1px !important;
}

/* Hiding bolt icons AND eyeball icons in Designer Mode */

body.designerMode #splash-container #main-canvas .edit-tools .edit-tools-layout .inner .bolt-jump,
body.designerMode #splash-container #main-canvas .edit-tools .edit-tools-layout .inner .edit-tools-hide {
  display: none !important;
}

/***************** Main Body *****************/

.building-with-splash-body {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: rgb(109, 96, 131);
  background-color: rgb(255, 255, 255);
  font-family: 'GothamHTFBook';
}

.building-with-splash-body-open {
    overflow: hidden !important;
}

.building-with-nav-body-closed {
    overflow: visible;
}

/***************** Link Styling *****************/

.building-with-splash-body a {
  color: rgb(109, 96, 131) !important;
}

.building-with-splash-body a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: rgb(109, 216, 187) !important;
  text-decoration: underline !important;
}

/***************** Page Blocks *****************/

.main-page-block {
  padding: 0;
  float: left;
  display: block;
  position: relative;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  right: 0 !important;
  z-index: 0;
}

.nav-page-block {
  padding: 0;
  z-index: 1;
  float: left;
  display: block;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 0px;
  right: 0;
  top: 0;
  margin-right: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

.repeatable-page-block {
  width: 100%;
  padding: 0em;
  min-height: 200px;
  padding-top: 0em;
  padding-right: 0em;
  padding-bottom: 0em;
  padding-left: 0em;
}

/***************** SVGs *****************/

.grp.media.embed {
    padding: 0;
}

.grp.media.embed svg {
    display: block;
}

.grp.media.embed svg:hover {
    color: rgb(109, 216, 187);
}

svg {
    display: block;
    width: 100%;
    height: 100%;
}

.iframe svg {
    display: block;
}

/*===========================================================
   Homepage Page Styles
===========================================================*/

.hub-wrapper {
    padding: 1em;
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    background-color: rgb(255, 255, 255);
    float: left;
    display: block;
    height: 100vh;
    min-height: 650px;
}

/*===========================================================
   Topics Page Styles
===========================================================*/

/***************** Search Bar *****************/

.search-bar .inline input {
    width: 100% !important;
    display: inline-block !important;
    padding: 0.5em !important;
    font-size: 1em !important;
    width: 100% !important;
    max-width: 1042.5px !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
}

.search-bar .inline, .search-bar .inline input {
    width: 100% !important;
}

.search-bar-button {
  height: 0;
  overflow: hidden;
  font-size: 1px;
  position: absolute;
  display: inline-block !important;
  padding: 0.5em !important;
  width: 25px !important;
  position: absolute !important;
  right: 15px !important;
  top: 0px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  height: 48px !important;
  max-width: 25px !important;
  top: 0;
  right: 0;
  color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 0;
  max-height: 65px;
  overflow: hidden;
  background-position: 0 15px;
  background-image: url("http://d24wuq6o951i2g.cloudfront.net/img/events/id/216/2165322/assets/f88.magnifying-glass.png");
  line-height: normal;
}

/***************** Hub Card  *****************/

.list-item:hover {
    transform: scale(1.01, 1.01);
    -webkit-transform: scale(1.01, 1.01);
    -moz-transform: scale(1.01, 1.01);
    -o-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
    pointer-events: auto !important;
    cursor: pointer !important; 
}

.nav-content-reveal .page-title:hover {
    transform: scale(1.01, 1.01);
    -webkit-transform: scale(1.01, 1.01);
    -moz-transform: scale(1.01, 1.01);
    -o-transform: scale(1.01, 1.01);
    -ms-transform: scale(1.01, 1.01);
}

/*.ohmyhub .list-item:nth-child(even) {*/
/*    margin-right: 0 !important;*/
/*    padding-left: 2% !important;*/
/*    padding-right: 0 !important;*/
/*}*/

/*.ohmyhub .list-item:nth-child(odd) {*/
/*    margin-left: 0 !important;*/
/*    padding-left: 0% !important;*/
/*    padding-right: 2% !important;*/
/*}*/

#splash-container .card-image {
    min-height: 68px !important;
}

#splash-container .card-image > .body > p {
    display: none !important;
}

#g-142 .list-item:nth-of-type(3n-2) {
  margin-left: 0px !important;
}

#g-142 .list-item:nth-of-type(3n) {
  margin-right: 0px !important;
}

/*Blockshops Hub Cards*/

#splash-container .card-image > .body > p {
    display: none !important;
}

#g-147 .list-item:nth-of-type(3n-2) {
  margin-left: 0px !important;
}

#g-147 .list-item:nth-of-type(3n) {
  margin-right: 0px !important;
}

.nav-content-reveal .section-nav-container {
   padding: 2em !important;
}

/*=============================================================
   Navigation
=============================================================*/

.nav-block-section {
  padding: 1em;
  width: 100%;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  background-color: rgb(255, 255, 255);
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  float: right;
  display: block;
  position: relative;
  top: 0px;
  z-index: 2;
  right: 0px;
}

.nav-block-section2 {
  padding: 1em;
  width: 100%;
  padding-top: 0.5em;
  padding-right: 2em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  background-color: rgb(255, 255, 255);
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  float: right;
  display: block;
  position: relative;
  top: 0px;
  z-index: 1;
  right: 0px;
}

.nav-content-wrapper {
    height: 83% !important;
}

.nav-content-wrapper .row {
    padding: 0;
}

.nav-content-wrapper .accordion-nav-section {
    padding: 1em;
    border-bottom: 1px solid #ededed;
}

.nav-content-container {
  float: none;
  display: inline-block;
  position: relative;
  padding-top: 0em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0em;
  margin-bottom: -5px;
}

.accordian {
    top: 0;
    left: 0;
}

.nav-content-reveal .section-nav-container .h {
    text-align: center !important;
    line-height: 1.2;
}

.nav-content-reveal .page-title {
  font-size: 2.7em !important;
  padding: 1em 0;
  float: left;
  display: block;
  margin: 0;
  border-bottom: 1px solid #ededed;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  /*background-image: url('//d24wuq6o951i2g.cloudfront.net/img/events/id/223/2232974/assets/852.8fc.circles.png');*/
  pointer-events: auto !important;
  cursor: pointer !important; 
}

.page-title .element {
    z-index: 1;
    position: relative;
}

.nav-content-reveal .page-title:hover {
    color: rgb(84, 210, 224);
}

.nav-content-reveal .content-block-section {
    padding-left: 2em !important;
    padding-top: 1em !important;
    padding-right: 2em !important;
    padding-bottom: 8em !important;
}

.active-accordion {
    display: block !important;
}

.hide-accordion {
    display: none !important;
}

.content-reveal {
    float: left;
    clear: both;
    position: fixed !important;
    top: 0;
    left: 0;
}

.content-reveal-nav {
    padding-left: 1em;
    padding-right: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
}

.content-reveal-big-nav {
    padding: 1em !important;
    border-bottom: 1px solid #ededed;
}

/*=============================================================
   Nav Animation
=============================================================*/

 @-webkit-keyframes circle_wobble_pink {
     0% { -webkit-transform: rotate(40deg) translate(6%, 100%) scale(1); }
    50% { -webkit-transform: rotate(40deg) translate(8%, 80%) scale(1.1); }
    100% { -webkit-transform: rotate(40deg) translate(6%, 100%) scale(1); }
}

.circle_wobble_pink {
  position: absolute;
    background: #FA2C7E;
    width: 1.4vw;
    height: 1.5vw;
    top: 17%;
    right: 20%;
    border-radius: 100%;
    -webkit-animation: circle_wobble_pink 3s infinite ease;
}

@-webkit-keyframes circle_wobble_green {
    0% { -webkit-transform: rotate(40deg) translate(6%, 100%) scale(1); }
    50% { -webkit-transform: rotate(40deg) translate(8%, 80%) scale(1.2); }
    100% { -webkit-transform: rotate(40deg) translate(6%, 100%) scale(1); }
}

.circle_wobble_green {
  position: absolute;
    background: #6DD8BB;
    width: .7vw;
    height: .8vw;
    top: 59%;
    right: -3%;
    border-radius: 100%;
    -webkit-animation: circle_wobble_green 3s infinite ease-in-out -1.5s;
}

@-webkit-keyframes circle_wobble_blue {
    0% { -webkit-transform: rotate(40deg) translate(6%, 100%) scale(1); }
    50% { -webkit-transform: rotate(40deg) translate(8%, 90%) scale(1.1); }
    100% { -webkit-transform: rotate(40deg) translate(6%, 100%) scale(1); }
}

.circle_wobble_blue {
  position: absolute;
    background: #54D2E0;
    width: 2.5vw;
    height: 2.5vw;
    top: 28%;
    left: 9%;
    border-radius: 100%;
    -webkit-animation: circle_wobble_blue 3s infinite ease-in-out -2.5s;
}

/***************** Logo *****************/

.logo-wrapper {
  padding: 0em;
  width: 90%;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 99;
}

.logo-container {
  padding: 0em;
  display: block;
  z-index: 10;
  float: left;
  position: relative;
}

.logo-container .h {
    font-family: 'GothamHTFBook' !important;
}

.nav-logo {
  padding-top: 0em;
  padding-left: 0em;
  padding-right: 0em;
  padding-bottom: 0em;
  float: left;
  display: block;
  width: 100%;
  max-width: 100px;
  margin-top: 9px;
  margin-bottom: 9px;
  color: rgb(21, 0, 59);
  pointer-events: auto !important;
  cursor: pointer !important; 
}

/***************** Menu *****************/

.menu-wrapper {
  padding: 0em;
  width: auto;
  float: right;
  display: block;
  position: relative;
  right: 1em;
  z-index: 1;
}

.menu-container {
  padding: 0em;
  height: 20px;
  width: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  float: right;
  z-index: 0;
}

.nav-menu-hamburger {
  padding-top: 0em;
  padding-left: 0em;
  padding-right: 0em;
  padding-bottom: 0em;
  color: rgb(21, 0, 59);
  float: right;
  display: block;
  width: 20px;
  right: 0px;
  pointer-events: auto !important;
  cursor: pointer !important; 
}

.nav-content-reveal {
    width: 300px;
    padding: 1em;
    float: right;
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
}

#splash-container.responsive-phone .nav-content-reveal, #splash-container .responsive-tablet .nav-content-reveal {
    width: 100%;
}

.nav-color-mask {
    width: 80%;
}

.navigation {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  font-size: 12px;
  float: left;
  text-align: left;
  font-family: GothamHTFBook;
  text-transform: none;
  margin-top: 0px;
  position: relative;
  padding: 0em;
}

/***************** Arrow *****************/

.icon-f-wide-darr:before {
  content: "\e012";
}

class^="icon-f-"]:before, [class*=" icon-f-"]:before {
  font-family: "kohtello";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav-dropdown-arrow {
  position: absolute;
  right: .5em;
  line-height: 1em;
  height: 20px;
  width: 20px; 
  cursor: pointer !important; 
}

.accordion-nav {
    padding-bottom: .6em !important;
}

#splash-container .accordion-nav, #splash-container .accordion-nav-section {
    cursor: pointer !important; 
}

#splash-container .accordion-nav p:hover, #splash-container .accordion-nav-section p:hover {
    color: rgb(109, 216, 187);
    text-decoration: underline;
}

/*=============================================================
   General Block Styles
=============================================================*/

.row, .row-full-first, .row-full, .row2, .row-no-padding, .full-column, .full-image {
    float: left;
    display: block;
    position: relative;
}

.row {
  padding: 0em;
  padding-bottom: 1em;
}

.row-full-first {
  padding: 0em;
  padding-bottom: 3em;
  padding-top: .5em;
}

.row-full {
  padding: 0em;
  padding-top: 0em;
  padding-bottom: 3em;
/*  border-style: solid;
  border-top-width: 1px;
  border-color: rgb(239, 239, 239);*/
}

.row2 {
  padding: 0em;
  padding-bottom: 1em;
}

.row-no-padding {
  padding: 0em;
}

.headline-row {
  padding: 0em;
  padding-bottom: .5em;
}

/***************** Paragraph Styles *****************/

.p {
  color: rgb(109, 96, 131);
  padding: 0em;
  font-family: 'GothamHTFBook';
  float: left;
  text-align: left;
  display: block;
}

.two-third-column .p-19 {
    text-align: left !important;
}

.p-19 {
  font-size: 1.75em;
  line-height: 1.714;
  text-align: center;
  letter-spacing: none;
  float: none !important;
  display: inline-block !important;
  color: rgb(109, 96, 131);
  letter-spacing: .005em;
  max-width: 945px;
}

.p-16 {
  font-size: 0.938em;
  text-align: left;
  line-height: 1.867;
  color: rgb(109, 96, 131);
}

.p-16-next-step {
  font-size: 0.938em;
  margin-right: 5px;
  line-height: 1.867;
  font-family: 'GothamHTFBook';
}

.p-162 {
  font-size: 0.875em;
  text-align: left;
  line-height: 1.867;
  font-family: 'GothamHTFMedium';
}

.p-14 {
  font-size: 0.875em;
  line-height: 1.769;
  font-family: 'GothamHTFMedium';
}

.p-14-book {
  font-size: 0.875em;
  line-height: 1.769;
  font-family: 'GothamHTFBook';
}

.p-14-next-step {
  font-size: 0.875em;
  line-height: 1.769;
  width: auto;
  float: left;
  display: block;
  margin-right: 5px;
  font-family: 'GothamHTFBook';
}

/***************** Headline Styles *****************/

.h {
  padding: 0em;
  float: left;
  display: block; 
  text-align: left;
  font-family: 'GothamHTFMedium';
  line-height: 1;
  text-transform: capitalize;
}

.h-16 {
  font-size: .938em;
  color: rgb(109, 96, 131);
}

.h-14 {
  font-size: .938em;
  color: rgb(109, 96, 131);
}

.h-16-next-step {
  font-size: 0.938em;
  margin-right: 5px;
  line-height: 1.75;
  color: rgb(109, 96, 131);
  font-family: 'GothamHTFMedium';
}

.h-16-section {
  font-size: 0.938em;
  margin-right: 5px;
  line-height: 1em;
  color: rgb(109, 96, 131);
  font-family: 'GothamHTFMedium';
}

.h-19-sidenav, .h-19-sidenav a {
 font-size: .938em !important;
  color: rgb(21, 0, 59) !important;
}

.h-22 {
  font-size: 1.188em;
  color: rgb(21, 0, 59);
}

.h-22-footer {
  font-size: 1.938em;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: capitalize;
  font-family: 'GothamHTFBook';
}

.list-number {
  letter-spacing: -0.5px;
  color: #9B9BA3;
  font-family: 'GothamHTFMedium';
}

/***************** Background Colors *****************/

.off-white {
    background-color: rgb(252, 252, 252);
}

.white {
    background-color: rgb(255, 255, 255);
}

.cover-block-section {
  background-color: rgb(252, 252, 252);

}

.content-block-section {
  background-color: rgb(255, 255, 255);
}

/***************** Content Containers *****************/

.cover-content-container {
  padding: 1em !important;
  float: none;
  display: inline-block;
  max-width: 847.5px;
}

.grid-container {
    max-width: 847.5px;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    float: none !important;
    display: inline-block !important;
    padding-right: 1em !important;
    padding-left: 1em !important;
}

.section-nav-container {
  padding: 1em;
  background-color: rgb(252, 252, 252);
  border: 1px solid #ededed;
  margin-bottom: 1em;
}

/* Nav Elements */

.nav {
  width: 100% !important;
  font-size: 1em !important;
  vertical-align: middle !important;
  display: block !important;
}

.nav-item {
    padding: 0 0 1em 0;
}

.nav-item a {
  padding: 0 !important;
  display: block;
}

.sf.nav.horizontal-dropdown-v2 .nav-item a:hover {
  background-color: transparent !important;
}

.section-nav {
  padding: 0em;
}

/***************** Grid Elements *****************/

.two-third-column {
  padding: 0em;
  width: 66.66667%;
  float: left;
  display: block;
  padding-right: 3em;
  padding-top: 0em;
  margin-top: 0em;
  text-align: left !important;
}

.one-third-column {
  width: 33.33333%;
  float: left;
  display: block;
}

.two-fourth-column {
  padding: 0em;
  width: 41.6667%;
  float: left;
  display: block;
  padding-left: 0em;
  padding-top: 0em;
  padding-right: 3em;
  padding-bottom: 0%;
  margin-bottom: 20px;
}

.three-fourth-column {
  padding: 0em;
  width: 58.3333%;
  float: left;
  display: block;
  border: 1px solid #ededed;
}

.image-full {
  float: left;
  display: block;
  border: 1px solid #ededed;
  padding: 0em;
}

.full-column {
  margin-bottom: 2em;
  float: none !important;
  display: inline-block !important;
}

/*=============================================================
   Cover Block Styles
=============================================================*/

.cover-block-section, .content-block-section {
  float: left;
  display: block;
  border-bottom: 1px solid #ededed;
  padding-top: 2em;
  padding-left: 1em;
  padding-right: 1em;
  z-index: 0;
  position: relative;
  padding-bottom: 4em;
}

.cover-spacer {
  padding: 0em;
  float: none;
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-top: 2%;
  background-color: rgb(219, 217, 223);
  padding-top: 0em;
  padding-right: 0em;
  padding-bottom: 0em;
  padding-left: 0em;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 2%;
}

/* Title */

.title-content-container {
  padding: 0em;
  float: none;
  text-align: center;
  display: inline-block;
  padding-bottom: 4em;
  padding-top: 2em;
  width: 100%;
  padding-right: 1em;
  padding-left: 1em;
}

/* Page Number Element */

.number-container {
  padding: 0em;
  float: left;
  display: block;
}

.cover-number {
  padding: 1em;
  float: left;
  display: block;
  font-size: 2em;
  color: rgb(21, 0, 59);
  font-family: 'GothamHTFMedium';
  text-align: inherit;
  padding-top: 0em;
  padding-left: 0em;
  padding-right: 0em;
  padding-bottom: 0em;
  margin-bottom: 0%;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  line-height: .8;
  letter-spacing: -1px;
}

/* Cover Element Spacer */

.cover-spacer {
  padding: 0em;
  float: none;
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-top: 2%;
  background-color: rgb(219, 217, 223);
  padding-top: 0em;
  padding-right: 0em;
  padding-bottom: 0em;
  padding-left: 0em;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 2%;
}

/* Topic Title */

.topic-title-container {
  padding: 0em;
  float: left;
  display: block;
}

.topic-title {
  padding: 1em;
  float: left;
  display: block;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: .875em;
  line-height: .8;
  letter-spacing: 3px;
  color: rgb(219, 217, 223);
  font-family: 'GothamHTFMedium';
  margin-bottom: 5em;
  text-transform: uppercase;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

/* Page Title */

.page-title {
  margin: 0px 0px 2%;
  float: none;
  display: inline-block;
  font-size: 5em;
  color: rgb(21, 0, 59);
  font-family: 'Miller Display Roman';
  line-height: 1;
  padding: 0em;
  text-transform: capitalize;
  letter-spacing: -2px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*.set-as-title {*/
/*    z-index: 1;*/
/*    position: relative;*/
/*    background-image: none !important;*/
/*}*/

/** Cover Block Section Nav **/

.section-first-column {
  padding: 0px 7px 0em 0em;
  width: 7%;
  text-align: right;
  margin-right: 0em;
  float: left;
  display: block;
  position: absolute !important;
  font-family: GothamHTFBook;
}

.section-second-column {
  padding: 0;
  width: 93%;
  float: right;
  display: block;
  text-align: left;
}

/** Cover Block List Repeatable **/

.list-item-repeatable {
  margin-top: 0px;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 0.2em;
  padding-top: 0em;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 0em;
  width: 100%;
  float: left;
  display: block;
  vertical-align: middle;
}

.list-first-column {
  padding: 0px 7px 0em 0em;
  width: 6%;
  text-align: right;
  margin-right: 0em;
  float: left;
  display: block;
  position: absolute !important;
  font-family: GothamHTFBook;
}

.list-second-column {
  padding: 0;
  width: 94%;
  float: right;
  display: block;
  text-align: left;
}

/*=============================================================
   Text Block Styles
=============================================================*/

.step-content-container {
  padding: 0em;
  float: left;
  display: block;
  padding-bottom: 1em;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #ededed;
}

/* Step Number Element */

.step-number {
  padding: 0em;
  float: left;
  display: block;
  font-size: 1.5em;
  color: rgb(21, 0, 59);
  font-family: GothamHTFMedium;
  text-align: left;
  padding-top: 0em;
  padding-right: 0em;
  padding-bottom: 0em;
  padding-left: 0em;
  text-transform: uppercase;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  margin-bottom: 0em;
}

.step-number-container {
  padding: 0em;
  position: relative;
  top: 0em;
  left: 0em;
  float: left;
  padding-bottom: 2em;
}

/* Step Element Spacer */

.step-spacer {
  padding: 0em;
  height: 2px;
  float: left;
  display: block;
  margin-top: 1em;
  margin-bottom: 0em;
  width: 100%;
  max-width: 90px;
  background-color: rgb(219, 217, 223);
}

/*=============================================================
   Next Step Block Styles
=============================================================*/

.next-step-spacer {
  padding: 0em;
  height: 2px;
  float: left;
  display: block;
  margin-top: 1em;
  margin-bottom: 0em;
  width: 100%;
  max-width: 140px;
  background-color: rgb(219, 217, 223);
}

.page-title-footer {
  margin: 0px 0px 2%;
  float: left;
  display: block;
  font-size: 3em;
  color: rgb(255, 255, 255);
  font-family: 'Miller Display Roman';
  line-height: 1;
  padding: 0em;
  text-transform: capitalize;
  letter-spacing: -2px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* Next Step Links */

.next-step-headline-container-left {
  padding: 0em;
  width: auto;
  float: left;
  display: block;
}

.next-step-headline-container-right {
  padding: 0em;
  width: auto;
  float: right;
  display: block;
}

.next-step-headline-container-right a, .next-step-headline-container-left a {
  color: rgb(109, 96, 131) !important;
}

/** Next Step Repeatable Nav **/

.next-step-first-column {
  padding: 0px 7px 0em 0em;
  width: 10%;
  text-align: right;
  margin-right: 0em;
  float: left;
  display: block;
  position: absolute !important;
  font-family: GothamHTFBook;
}

.next-step-second-column {
  padding: 0;
  width: 90%;
  float: right;
  display: block;
  text-align: left;
}

/** Repeatable Bullets **/

.list-item-repeatable:nth-of-type(1) .list-number {
    letter-spacing: 0;
}

.list-item-repeatable .list.number:before {
    font-family: 'FontAwesome';
}

.list-item-repeatable:nth-of-type(1) .list-number:before {
    content: "\f067";
}

.list-item-repeatable:nth-of-type(2) .list-number:before {
    content: "\f067";
}

.list-item-repeatable:nth-of-type(3) .list-number:before {
    content: "\f067";
}

.list-item-repeatable:nth-of-type(4) .list-number:before {
    content: "\f067";
}

.list-item-repeatable:nth-of-type(5) .list-number:before {
    content: "\f067";
}

.list-item-repeatable:nth-of-type(6) .list-number:before {
    content: "\f067";
}

.list-item-repeatable:nth-of-type(7) .list-number:before {
    content: "\f067";
}

.list-item-repeatable:nth-of-type(8) .list-number:before {
    content: "\f067";
}

.list-item-repeatable:nth-of-type(9) .list-number:before {
    content: "\f067";
}

.list-item-repeatable:nth-of-type(10) .list-number:before {
    content: "\f067";
}

.list-item-repeatable:nth-of-type(11) .list-number:before {
    content: "\f067";
}

/** Repeatable Numbers **/

.list-item-repeatable:nth-of-type(1) .list-first-column .list-number:before {
  content: "01.";
}

.list-item-repeatable:nth-of-type(2) .list-first-column .list-number:before {
  content: "02.";
}

.list-item-repeatable:nth-of-type(3) .list-first-column .list-number:before {
  content: "03.";
}

.list-item-repeatable:nth-of-type(4) .list-first-column .list-number:before {
  content: "04.";
}

.list-item-repeatable:nth-of-type(5) .list-first-column .list-number:before {
  content: "05.";
}

.list-item-repeatable:nth-of-type(6) .list-first-column .list-number:before {
  content: "06.";
}

.list-item-repeatable:nth-of-type(7) .list-first-column .list-number:before {
  content: "07.";
}

.list-item-repeatable:nth-of-type(8) .list-first-column .list-number:before {
  content: "08.";
}

.list-item-repeatable:nth-of-type(9) .list-first-column .list-number:before {
  content: "09.";
}

.list-item-repeatable:nth-of-type(10) .list-first-column .list-number:before {
  content: "10.";
}

/***************** Grid Repeatables *****************/

/** 3 Col **/

.three-column-repeatable {
  padding: 0em;
  float: left;
  display: block;
  border-style: none;
  border-width: 1px 1px 0px;
  border-color: #ededed;
  margin-bottom: 0%;
  width: 66.6666%;
}

.three-col-repeatable-content-wrapper {
  margin-top: 0px;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 0em;
  padding-top: 0em;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 0em;
  width: 100%;
  float: left;
  display: block;
  vertical-align: middle;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #ededed;
}

.three-col-content {
  padding: 0em;
  width: 50%;
  float: left;
  display: block;
  padding-left: 1em;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  text-align: left;
  border-style: solid;
  border-left-width: 1px;
  border-color: #ededed;
}

/** 3 Col W/ Headline **/

.three-column-repeatable-container {
  float: left;
  display: block;
  padding-top: 0em;
  padding-left: 0em;
  padding-right: 0em;
  padding-bottom: 0em;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-color: #ededed;
  margin-bottom: 0em;
}

.three-column-headline-container {
  float: left;
  display: block;
  width: 33.33333%;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #ededed;
  padding: 1em;
  min-height: 54px;
}

/** 2 Col **/

.two-col-repeatable-content-wrapper {
  padding-top: 0em;
  padding-left: 0em;
  padding-right: 0em;
  padding-bottom: 0em;
  float: left;
  width: 100%;
  display: block;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-color: #ededed;
}

.two-column-repeatable {
  padding: 0em;
  float: left;
  display: block;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #ededed;
  margin-bottom: 0%;
  width: 100%;
}

.two-col-content-first-col {
  padding: 0em;
  width: 33.33333%;
  float: left;
  display: block;
  text-align: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}

.two-col-content-second-col {
  width: 66.66666%;
  float: left;
  display: block;
  padding: 1em;
  text-align: left;
  border-style: solid;
  border-left-width: 1px;
  border-color: #ededed;
}


/***************** Next Step Block *****************/

.next-step-block-section {
  float: left;
  display: block;
  border-bottom: 1px solid #ededed;
  padding-top: 4em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 4em;
  background-color: rgb(255, 255, 255);
}

.next-step-block-section .section-nav-container {
    padding: 2em !important;
}

.next-step-content-container {
  float: none;
  display: inline-block;
  padding-top: 0em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0em;
  max-width: 847.5px;
}

.next-step-content-bottom {
  padding: 0em;
  float: left;
  display: block;
  padding-top: 1.5em;
  border-style: solid;
  border-top-width: 1px;
  border-color: rgb(239, 239, 239);
  margin-top: 2em;
}

.next-step-content-bottom-col {
  float: left;
  display: block;
  padding-top: 0em;
  padding-left: 0em;
  padding-right: 0em;
  padding-bottom: 0em;
  width: 50%;
}

/***************** Footer Block *****************/

.footer-block-section {
    padding: 0em;
    float: left;
    display: block;
    position: relative;
}

.footer-block-section-global {
  padding: 1em;
  width: 100%;
  padding-top: 7em;
  padding-right: 1em;
  padding-bottom: 7em;
  padding-left: 1em;
  background-color: rgb(48, 48, 148);
  float: left;
  display: block;
  border-style: none;
  border-bottom-width: 0px;
  border-color: rgb(109, 96, 131);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url('//d24wuq6o951i2g.cloudfront.net/img/events/id/216/2165322/assets/b85.f5d.342.brand_bg_2-2-.png');
}

.footer-content-container {
  max-width: 1042.5px;
  float: none;
  display: inline-block;
  padding-top: 0em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 0em;
}

.footer-button a.nav-jump {
    display: none !important;
}

.footer-button a {
  padding: .7em 2em;
  background-color: rgb(82, 82, 202);
  border-style: solid;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-color: rgb(82, 82, 202);
  border-radius: 3px;
  float: left;
  display: block;
  position: relative;
}

.footer-button {
  width: auto;
  float: none;
  display: inline-block;
  padding: 0em;
  font-size: 1em;
  color: rgb(255, 255, 255);
  font-family: GothamHTFMedium;
  margin-right: 2%;
  margin-left: 2%;
  background-color: rgb(82, 82, 202);
}

.footer-button a:hover {
  background-color: rgb(109, 216, 187) !important;  
  border-color: rgb(109, 216, 187) !important;                                                            
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 50px;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  display: block;
  position: absolute;
  right: 100%;
  margin-right: -7px;
  width: 93%;
  top: 7px;
  height: 14px;
  font-size: 12px;
  background: #29d;
  color: #29d;
  line-height: 60px;
  font-weight: bold;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;

  -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
  -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
  box-shadow: 120px 0 #fff, 240px 0 #fff;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
  position: fixed;
  width: 45px;
  text-align: right;
  right: 0;
  padding-right: 16px;
  top: 4px;
}

.pace .pace-progress[data-progress-text="0%"]:after { right: -200px }
.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px }
.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px }
.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px }
.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px }
.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px }
.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px }
.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px }
.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px }
.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px }
.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px }
.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px }
.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px }
.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px }
.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px }
.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px }
.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px }
.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px }
.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px }
.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px }
.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px }
.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px }
.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px }
.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px }
.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px }
.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px }
.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px }
.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px }
.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px }
.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px }
.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px }
.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px }
.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px }
.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px }
.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px }
.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px }
.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px }
.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px }
.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px }
.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px }
.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px }
.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px }
.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px }
.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px }
.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px }
.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px }
.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px }
.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px }
.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px }
.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px }
.pace .pace-progress[data-progress-text="50%"]:after { right: -107px }
.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px }
.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px }
.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px }
.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px }
.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px }
.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px }
.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px }
.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px }
.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px }
.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px }
.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px }
.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px }
.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px }
.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px }
.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px }
.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px }
.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px }
.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px }
.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px }
.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px }
.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px }
.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px }
.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px }
.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px }
.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px }
.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px }
.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px }
.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px }
.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px }
.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px }
.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px }
.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px }
.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px }
.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px }
.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px }
.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px }
.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px }
.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px }
.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px }
.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px }
.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px }
.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px }
.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px }
.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px }
.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px }
.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px }
.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px }
.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px }
.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px }
.pace .pace-progress[data-progress-text="100%"]:after { right: -14px }


.pace .pace-activity {
  position: absolute;
  width: 100%;
  height: 28px;
  z-index: 2001;
  box-shadow: inset 0 0 0 2px #29d, inset 0 0 0 7px #FFF;
  border-radius: 10px;
}

.pace.pace-inactive {
  display: none;
}