@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700italic,400italic,700|Oswald:400,700);
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
  color: #231f20;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: normal;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  cursor: default;
}

div,
div:before,
div:after,
span,
span:before,
span:after,
a,
a:before,
a:after,
p,
p:before,
p:after {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

article p {
  font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a,
a:visited,
a:focus {
  color: #005395;
  text-decoration: none;
  cursor: pointer;
  border: 0;
}
a img,
a:visited img,
a:focus img {
  outline: 0;
  border: 0;
}

img {
  outline: 0;
  border: 0;
}

a:hover {
  color: #00457c;
}

input,
input:focus,
input:required,
input:invalid,
textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  outline: 0 none transparent !important;
  resize: none !important;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Archivo Narrow", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

::selection {
  background: #eceded;
}

::-moz-selection {
  background: #eceded;
}

.container {
  width: 1050px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 825px) {
  .container.container-swoop {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 568px) {
  .container.container-swoop {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1145px) {
  .container {
    width: 100%;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 650px) {
  .container {
    padding: 0 20px;
  }
}

.btn {
  display: inline-block;
  width: auto;
  height: 35px;
  padding: 0 10px;
  color: #fff;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #005395;
  cursor: pointer;
  border-radius: 4px;
  -webkit-touch-callout: none;
  -ms-touch-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:visited, .btn:focus {
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .btn {
    height: 32px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 825px) {
  .btn {
    height: 29px;
    font-size: 17px;
    border-radius: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    height: 27px;
    font-size: 16px;
    padding: 0 5px;
    border-radius: 2px;
  }
}
@media only screen and (max-width: 568px) {
  .btn {
    height: 25px;
    font-size: 14px;
  }
}
.btn:hover {
  color: #fff;
  background-color: #00457c;
}
.btn.large {
  height: 60px;
  padding: 0 15px;
  font-size: 34px;
  border-radius: 10px;
}
@media only screen and (max-width: 900px) {
  .btn.large {
    height: 55px;
    font-size: 32px;
    border-radius: 9px;
  }
}
@media only screen and (max-width: 825px) {
  .btn.large {
    height: 50px;
    padding: 0 10px;
    font-size: 28px;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .btn.large {
    height: 45px;
    font-size: 26px;
    border-radius: 7px;
  }
}
@media only screen and (max-width: 568px) {
  .btn.large {
    height: 40px;
    font-size: 24px;
    border-radius: 6px;
  }
}
.btn .img {
  float: left;
  clear: none;
  height: 100%;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .btn .img {
    padding-right: 5px;
  }
}
.btn .img .fa {
  font-size: 23px;
}
@media only screen and (max-width: 900px) {
  .btn .img .fa {
    font-size: 22px;
  }
}
@media only screen and (max-width: 825px) {
  .btn .img .fa {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .btn .img .fa {
    font-size: 19px;
  }
}
@media only screen and (max-width: 568px) {
  .btn .img .fa {
    font-size: 18px;
  }
}
.btn .label {
  float: left;
  clear: none;
  height: 100%;
}

.is-hidden {
  display: none;
}

h1 {
  font-size: 42px;
}
@media only screen and (max-width: 900px) {
  h1 {
    font-size: 39px;
  }
}
@media only screen and (max-width: 825px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 568px) {
  h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 825px) {
  h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 568px) {
  h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 24px;
}
@media only screen and (max-width: 900px) {
  h3 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 825px) {
  h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 568px) {
  h3 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 17px;
  }
}

h4 {
  font-size: 20px;
}
@media only screen and (max-width: 900px) {
  h4 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 825px) {
  h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 568px) {
  h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  h4 {
    font-size: 15px;
  }
}

.show-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .show-mobile {
    display: inline;
  }
}

@media only screen and (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}

.a-popUp {
  -webkit-animation: a-popUp 0.8s cubic-bezier(0, 1, 0.5, 1);
  -moz-animation: a-popUp 0.8s cubic-bezier(0, 1, 0.5, 1);
  animation: a-popUp 0.8s cubic-bezier(0, 1, 0.5, 1);
}

.a-popDown {
  -webkit-animation: a-popDown 0.8s cubic-bezier(0, 1, 0.5, 1);
  -moz-animation: a-popDown 0.8s cubic-bezier(0, 1, 0.5, 1);
  animation: a-popDown 0.8s cubic-bezier(0, 1, 0.5, 1);
}

.a-popUp--fast {
  -webkit-animation: a-popUp 0.4s cubic-bezier(0, 1, 0.5, 1);
  -moz-animation: a-popUp 0.4s cubic-bezier(0, 1, 0.5, 1);
  animation: a-popUp 0.4s cubic-bezier(0, 1, 0.5, 1);
}

.a-popDown--fast {
  -webkit-animation: a-popDown 0.4s cubic-bezier(0, 1, 0.5, 1);
  -moz-animation: a-popDown 0.4s cubic-bezier(0, 1, 0.5, 1);
  animation: a-popDown 0.4s cubic-bezier(0, 1, 0.5, 1);
}

@-webkit-keyframes a-boop {
  0% {
    -webkit-transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@-moz-keyframes a-boop {
  0% {
    -moz-transform: scale(1, 1);
  }
  25% {
    -moz-transform: scale(1.05, 1.05);
  }
  100% {
    -moz-transform: scale(1, 1);
  }
}
@keyframes a-boop {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes a-fullSpin {
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes a-fullSpin {
  to {
    -moz-transform: rotate(359deg);
  }
}
@keyframes a-fullSpin {
  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes a-fullSpinReverse {
  to {
    -webkit-transform: rotate(-359deg);
  }
}
@-moz-keyframes a-fullSpinReverse {
  to {
    -moz-transform: rotate(-359deg);
  }
}
@keyframes a-fullSpinReverse {
  to {
    -webkit-transform: rotate(-359deg);
    -moz-transform: rotate(-359deg);
    -ms-transform: rotate(-359deg);
    -o-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@-webkit-keyframes a-popUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes a-popUp {
  from {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@keyframes a-popUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes a-popDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes a-popDown {
  from {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0%);
  }
}
@keyframes a-popDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes a-fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes a-fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes a-fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes a-fadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-moz-keyframes a-fadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes a-fadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.v-a {
  display: table;
  width: inherit;
  height: 100%;
}
.v-a .v-b {
  display: table-cell;
  width: inherit;
  vertical-align: middle;
}

.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.wrap {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap header {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  z-index: 1;
}
.wrap header .title {
  margin-top: 40px;
}
@media only screen and (max-width: 568px) {
  .wrap header .title {
    margin-top: 20px;
  }
}
.wrap header .title .logo {
  width: 570px;
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 650px) {
  .wrap header .title .logo {
    width: 100%;
    box-sizing: border-box;
  }
}
.wrap header .title .blurb {
  height: 20px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}
.wrap header .title .blurb .label,
.wrap header .title .blurb .ur {
  display: inline-block;
  font-size: 16px;
  height: 100%;
}
.wrap header .title .blurb .label.label,
.wrap header .title .blurb .ur.label {
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .wrap header .title .blurb .label,
  .wrap header .title .blurb .ur {
    font-size: 15px;
  }
}
.wrap header .title .blurb .label img,
.wrap header .title .blurb .ur img {
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .wrap header .title .blurb .label img,
  .wrap header .title .blurb .ur img {
    height: 15px;
  }
}
.wrap header .description {
  width: 800px;
  margin: 40px auto;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .wrap header .description {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .wrap header .description {
    margin: 20px auto;
  }
}
.wrap header .car {
  display: block;
  width: 520px;
  max-width: 520px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 650px) {
  .wrap header .car {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .wrap header .car {
    margin-bottom: 20px;
  }
}
.wrap header .car img {
  width: 100%;
  height: auto;
}
.wrap main {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: auto;
}
.wrap main .content .showcase {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  z-index: 0;
}
.wrap main .content .showcase.totals {
  margin-top: -130px;
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase.totals {
    margin-top: -85px;
  }
}
.wrap main .content .showcase.totals .main .bg {
  background-color: #94969a;
}
.wrap main .content .showcase.totals .main .bg .photos {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.wrap main .content .showcase.totals .main .bg .photos .ri-grid {
  display: none;
  height: 100%;
}
.wrap main .content .showcase.totals .main .bg .photos .ri-grid.is-ready {
  display: block;
}
.wrap main .content .showcase.totals .main .bg .photos .ri-grid ul {
  width: calc(100% + 1px);
  height: 100%;
  opacity: .15;
}
.wrap main .content .showcase.totals .main .bg .photos .ri-grid ul li {
  width: calc(100% / 6);
  height: calc(100% / 4);
}
.wrap main .content .showcase.totals .main .bg .photos .ri-grid ul li:nth-child(6n+6) {
  width: calc(100% / 6 - 1px);
}
.wrap main .content .showcase.totals .main .bg .photos .ri-grid ul li a {
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.wrap main .content .showcase.exoskeleton .main .bg {
  background-position: center center;
  background-color: #005395;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/bg-exo.jpg);
}
.wrap main .content .showcase .header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 1;
  margin-top: 32px;
}
@media only screen and (max-width: 650px) {
  .wrap main .content .showcase .header {
    margin: 20px 0;
  }
}
.wrap main .content .showcase .main {
  width: 100%;
  height: 550px;
  position: relative;
  margin-top: 32px;
}
@media only screen and (max-width: 900px) {
  .wrap main .content .showcase .main {
    height: 500px;
  }
}
@media only screen and (max-width: 825px) {
  .wrap main .content .showcase .main {
    height: 450px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap main .content .showcase .main {
    height: 400px;
  }
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .main {
    height: 300px;
  }
}
.wrap main .content .showcase .main .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a1a3a6;
}
.wrap main .content .showcase .main .swoops-shadows {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
}
.wrap main .content .showcase .main .swoops-shadows .swoop-shadow {
  clear: none;
  width: 381px;
  height: 100%;
  position: absolute;
  background-position: left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/swoop-shadow.png);
}
@media only screen and (max-width: 825px) {
  .wrap main .content .showcase .main .swoops-shadows .swoop-shadow {
    width: 344px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap main .content .showcase .main .swoops-shadows .swoop-shadow {
    width: 276px;
  }
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .main .swoops-shadows .swoop-shadow {
    width: 207px;
  }
}
.wrap main .content .showcase .main .swoops-shadows .swoop-shadow.left {
  left: 0;
}
.wrap main .content .showcase .main .swoops-shadows .swoop-shadow.right {
  right: 0;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.wrap main .content .showcase .main .swoops {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wrap main .content .showcase .main .swoops .swoop {
  display: block;
  width: 100%;
  height: 65px;
}
@media only screen and (max-width: 825px) {
  .wrap main .content .showcase .main .swoops .swoop {
    height: 55px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap main .content .showcase .main .swoops .swoop {
    height: 45px;
  }
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .main .swoops .swoop {
    height: 35px;
  }
}
.wrap main .content .showcase .main .swoops .swoop img {
  width: auto;
  height: 100%;
}
.wrap main .content .showcase .main .swoops .left,
.wrap main .content .showcase .main .swoops .right {
  width: 182px;
}
@media only screen and (max-width: 825px) {
  .wrap main .content .showcase .main .swoops .left,
  .wrap main .content .showcase .main .swoops .right {
    width: 154px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap main .content .showcase .main .swoops .left,
  .wrap main .content .showcase .main .swoops .right {
    width: 126px;
  }
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .main .swoops .left,
  .wrap main .content .showcase .main .swoops .right {
    width: 98px;
  }
}
.wrap main .content .showcase .main .swoops .left {
  display: block;
  float: left;
  clear: none;
  height: 100%;
}
.wrap main .content .showcase .main .swoops .middle {
  display: block;
  float: left;
  clear: none;
  height: 100%;
  background-color: #fff;
  width: -webkit-calc(100% - 364px);
  width: calc(100% - 364px);
}
@media only screen and (max-width: 825px) {
  .wrap main .content .showcase .main .swoops .middle {
    width: -webkit-calc(100% - 308px);
    width: calc(100% - 308px);
  }
}
@media only screen and (max-width: 768px) {
  .wrap main .content .showcase .main .swoops .middle {
    width: -webkit-calc(100% - 252px);
    width: calc(100% - 252px);
  }
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .main .swoops .middle {
    width: -webkit-calc(100% - 196px);
    width: calc(100% - 196px);
  }
}
.wrap main .content .showcase .main .swoops .right {
  display: block;
  float: left;
  clear: none;
  height: 100%;
}
.wrap main .content .showcase .main .swoops .top {
  position: absolute;
  top: -1px;
  overflow: hidden;
}
.wrap main .content .showcase .main .swoops .top .left {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.wrap main .content .showcase .main .swoops .top .right {
  -webkit-transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.wrap main .content .showcase .main .swoops .bottom {
  position: absolute;
  bottom: -1px;
  overflow: hidden;
}
.wrap main .content .showcase .main .swoops .bottom .right {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.wrap main .content .showcase .main .area {
  height: 100%;
  position: relative;
  z-index: 1;
}
.wrap main .content .showcase .main .area.counter {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.wrap main .content .showcase .main .area.counter .graham {
  width: 168px;
  top: -73px;
  left: -190px;
  position: absolute;
}
@media only screen and (max-width: 900px) {
  .wrap main .content .showcase .main .area.counter .graham {
    left: -190px;
  }
}
@media only screen and (max-width: 825px) {
  .wrap main .content .showcase .main .area.counter .graham {
    left: -160px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap main .content .showcase .main .area.counter .graham {
    left: -200px;
    top: -120px;
  }
}
@media only screen and (max-width: 650px) {
  .wrap main .content .showcase .main .area.counter .graham {
    display: none;
  }
}
.wrap main .content .showcase .main .area.counter .graham img {
  width: 100%;
  height: auto;
}
.wrap main .content .showcase .main .area.counter .counter-container {
  display: inline-block;
  min-width: 500px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .wrap main .content .showcase .main .area.counter .counter-container {
    min-width: 0;
  }
}
.wrap main .content .showcase .main .area.counter .counter-container .details {
  float: left;
  clear: both;
  width: 100%;
  height: 135px;
  padding: 0 20px;
  background-color: #231f20;
  box-sizing: border-box;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media only screen and (max-width: 825px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details {
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details {
    height: 90px;
  }
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details {
    height: 60px;
    padding: 10px;
  }
}
.wrap main .content .showcase .main .area.counter .counter-container .details .laps {
  float: left;
  clear: both;
  width: 100%;
  height: 65%;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details .laps {
    height: 100%;
  }
}
.wrap main .content .showcase .main .area.counter .counter-container .details .laps .logo {
  display: inline-block;
  height: 100%;
}
.wrap main .content .showcase .main .area.counter .counter-container .details .laps .logo img {
  width: auto;
  height: 100%;
  padding: 20px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 825px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details .laps .logo img {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details .laps .logo img {
    padding: 5px 0;
  }
}
.wrap main .content .showcase .main .area.counter .counter-container .details .laps .total {
  display: inline-block;
  height: 100%;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details .laps .total {
    padding-left: 10px;
  }
}
.wrap main .content .showcase .main .area.counter .counter-container .details .laps .total .amount {
  display: inline-block;
  height: 100%;
  color: #a1a3a6;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 56px;
  font-weight: bold;
  line-height: 0;
}
@media only screen and (max-width: 900px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details .laps .total .amount {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details .laps .total .amount {
    font-size: 48px;
  }
}
@media only screen and (max-width: 650px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details .laps .total .amount {
    font-size: 46px;
  }
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details .laps .total .amount {
    font-size: 44px;
  }
}
@media only screen and (max-width: 480px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details .laps .total .amount {
    font-size: 38px;
  }
}
.wrap main .content .showcase .main .area.counter .counter-container .details .laps .total .label {
  display: inline-block;
  height: 100%;
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 10px;
  line-height: 0;
}
@media only screen and (max-width: 900px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details .laps .total .label {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details .laps .total .label {
    font-size: 36px;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 650px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details .laps .total .label {
    font-size: 32px;
  }
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details .laps .total .label {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details .laps .total .label {
    font-size: 24px;
  }
}
.wrap main .content .showcase .main .area.counter .counter-container .details .latest {
  float: left;
  clear: both;
  width: 100%;
  height: 35%;
  font-size: 16px;
  text-align: center;
  border-top: 1px solid #4c4345;
  box-sizing: border-box;
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details .latest {
    display: none;
  }
}
.wrap main .content .showcase .main .area.counter .counter-container .details .latest .label {
  display: inline-block;
  height: 100%;
  color: #a1a3a6;
  padding-right: 10px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.wrap main .content .showcase .main .area.counter .counter-container .details .latest .race {
  display: inline-block;
  height: 100%;
}
.wrap main .content .showcase .main .area.counter .counter-container .details .latest .divider {
  display: inline-block;
  height: 100%;
  padding: 0 5px;
}
@media only screen and (max-width: 768px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details .latest .divider {
    display: none;
  }
}
.wrap main .content .showcase .main .area.counter .counter-container .details .latest .divider .line {
  width: 1px;
  height: 15px;
  background-color: #a1a3a6;
}
.wrap main .content .showcase .main .area.counter .counter-container .details .latest .amount {
  display: inline-block;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .wrap main .content .showcase .main .area.counter .counter-container .details .latest .amount {
    display: none;
  }
}
.wrap main .content .showcase .main .area.counter .counter-container .donation {
  float: left;
  clear: both;
  width: 100%;
  min-height: 50px;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  -webkit-touch-callout: none;
  -ms-touch-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .main .area.counter .counter-container .donation {
    padding: 10px;
  }
}
.wrap main .content .showcase .main .area.counter .counter-container .donation .flip-counter {
  display: inline-block;
}
.wrap main .content .showcase .main .area.counter .counter-container .charity {
  float: left;
  clear: both;
  width: 100%;
  height: 70px;
  background-color: #eceded;
  border-top: 1px solid #d5d6d8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .main .area.counter .counter-container .charity {
    height: 50px;
  }
}
.wrap main .content .showcase .main .area.counter .counter-container .charity .label {
  display: inline-block;
  height: 100%;
  color: #a1a3a6;
  padding-right: 10px;
}
.wrap main .content .showcase .main .area.counter .counter-container .charity .label h3 {
  font-weight: bold;
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .main .area.counter .counter-container .charity .label h3 {
    font-size: 18px;
  }
}
.wrap main .content .showcase .main .area.counter .counter-container .charity .logo {
  display: inline-block;
  height: 100%;
}
.wrap main .content .showcase .main .area.counter .counter-container .charity .logo img {
  width: auto;
  height: 50px;
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .main .area.counter .counter-container .charity .logo img {
    height: 30px;
  }
}
.wrap main .content .showcase .main .area.video {
  overflow: hidden;
}
.wrap main .content .showcase .main .area.video .video-container {
  display: block;
  width: 100%;
  position: relative;
}
.wrap main .content .showcase .main .area.video .video-container .exoskeleton-img {
  width: 431px;
  top: -110px;
  right: 0;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1145px) {
  .wrap main .content .showcase .main .area.video .video-container .exoskeleton-img {
    width: 400px;
    top: -75px;
    right: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .wrap main .content .showcase .main .area.video .video-container .exoskeleton-img {
    width: 350px;
    top: -30px;
    right: 50px;
  }
}
@media only screen and (max-width: 825px) {
  .wrap main .content .showcase .main .area.video .video-container .exoskeleton-img {
    width: 300px;
    top: 0;
    right: -50px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap main .content .showcase .main .area.video .video-container .exoskeleton-img {
    width: 250px;
    top: -10px;
    right: -100px;
  }
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .main .area.video .video-container .exoskeleton-img {
    width: 200px;
    top: -15px;
    right: -85px;
  }
}
@media only screen and (max-width: 480px) {
  .wrap main .content .showcase .main .area.video .video-container .exoskeleton-img {
    width: 200px;
    top: -15px;
    right: -85px;
  }
}
.wrap main .content .showcase .main .area.video .video-container .exoskeleton-img img {
  width: 100%;
  height: auto;
}
.wrap main .content .showcase .main .area.video .video-container .video-embed {
  width: 544px;
  height: 300px;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .wrap main .content .showcase .main .area.video .video-container .video-embed {
    width: 453px;
    height: 250px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .main .area.video .video-container .video-embed {
    width: 363px;
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .wrap main .content .showcase .main .area.video .video-container .video-embed {
    width: 280px;
    height: 154px;
  }
}
.wrap main .content .showcase .main .area.video .video-container .video-embed.is-playing .overlay {
  opacity: 0;
}
.wrap main .content .showcase .main .area.video .video-container .video-embed .overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 83, 149, 0.25);
  cursor: pointer;
}
.wrap main .content .showcase .main .area.video .video-container .video-embed .overlay.btn-toggle-play {
  z-index: 99;
  opacity: 0;
}
.wrap main .content .showcase .main .area.video .video-container .video-embed .overlay .fa {
  font-size: 36px;
}
.wrap main .content .showcase .main .area.video .video-container .video-embed video {
  width: 100%;
  height: 100%;
}
.wrap main .content .showcase .footer {
  margin: 40px 0;
  text-align: center;
  margin-top: -32px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 825px) {
  .wrap main .content .showcase .footer {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 650px) {
  .wrap main .content .showcase .footer {
    margin: 20px 0;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 568px) {
  .wrap main .content .showcase .footer {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .wrap main .content .showcase .footer {
    margin-top: -15px;
  }
}
.wrap main .content .info {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
}
.wrap main .content .info .donation-form .donation-embed.is-ready {
  display: none;
}
.wrap main .content .info .donation-form .donation-embed .donation-embed-container {
  padding-top: 40px;
}
.wrap main .content .info .social {
  margin: 40px 0;
}
@media only screen and (max-width: 568px) {
  .wrap main .content .info .social {
    margin: 20px 0;
  }
}
.wrap main .content .info .social .blurb {
  display: inline-block;
  height: 35px;
}
@media only screen and (max-width: 900px) {
  .wrap main .content .info .social .blurb {
    height: 32px;
  }
}
@media only screen and (max-width: 825px) {
  .wrap main .content .info .social .blurb {
    height: 29px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap main .content .info .social .blurb {
    height: 27px;
  }
}
@media only screen and (max-width: 568px) {
  .wrap main .content .info .social .blurb {
    height: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .wrap main .content .info .social .blurb {
    height: auto;
    margin-bottom: 10px;
  }
}
.wrap main .content .info .social .blurb h4 {
  font-weight: bold;
}
.wrap main .content .info .social .blurb span.highlight {
  color: #005395;
  font-style: italic;
}
.wrap main .content .info .social .buttons {
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  .wrap main .content .info .social .buttons {
    display: block;
  }
}
.wrap main .content .info .social .buttons .btn {
  margin-left: 10px;
}
.wrap main .content .info .social .buttons .btn.social-facebook {
  background-color: #3b5998;
}
.wrap main .content .info .social .buttons .btn.social-twitter {
  background-color: #55acee;
}
.wrap main .content .info .partners ul {
  display: table;
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid #eceded;
  border-bottom: 1px solid #eceded;
}
@media only screen and (max-width: 650px) {
  .wrap main .content .info .partners ul {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 568px) {
  .wrap main .content .info .partners ul {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
  }
}
.wrap main .content .info .partners ul li {
  display: table-cell;
  width: 33.33%;
  padding: 40px 70px;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 1145px) {
  .wrap main .content .info .partners ul li {
    padding: 20px 50px;
  }
}
@media only screen and (max-width: 900px) {
  .wrap main .content .info .partners ul li {
    padding: 20px;
  }
}
@media only screen and (max-width: 568px) {
  .wrap main .content .info .partners ul li {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
}
.wrap main .content .info .partners ul li:nth-child(2) {
  border-left: 1px solid #eceded;
  border-right: 1px solid #eceded;
}
@media only screen and (max-width: 568px) {
  .wrap main .content .info .partners ul li:nth-child(2) {
    border: 0;
  }
}
.wrap main .content .info .partners ul li .logo {
  float: left;
  width: 100%;
  height: 60px;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .wrap main .content .info .partners ul li .logo {
    height: auto;
  }
}
.wrap main .content .info .partners ul li .logo.small img {
  height: 45px;
}
@media only screen and (max-width: 1145px) {
  .wrap main .content .info .partners ul li .logo.small img {
    height: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .wrap main .content .info .partners ul li .logo.small img {
    height: 35px;
  }
}
@media only screen and (max-width: 650px) {
  .wrap main .content .info .partners ul li .logo.small img {
    height: 30px;
  }
}
.wrap main .content .info .partners ul li .logo.medium img {
  height: 53px;
}
@media only screen and (max-width: 1145px) {
  .wrap main .content .info .partners ul li .logo.medium img {
    height: 48px;
  }
}
@media only screen and (max-width: 900px) {
  .wrap main .content .info .partners ul li .logo.medium img {
    height: 45px;
  }
}
@media only screen and (max-width: 650px) {
  .wrap main .content .info .partners ul li .logo.medium img {
    height: 40px;
  }
}
.wrap main .content .info .partners ul li .logo img {
  width: auto;
  height: 60px;
}
@media only screen and (max-width: 1145px) {
  .wrap main .content .info .partners ul li .logo img {
    height: 55px;
  }
}
@media only screen and (max-width: 900px) {
  .wrap main .content .info .partners ul li .logo img {
    height: 50px;
  }
}
@media only screen and (max-width: 650px) {
  .wrap main .content .info .partners ul li .logo img {
    height: 45px;
  }
}
.wrap main .content .info .partners ul li .description {
  display: inline-block;
  height: 100px;
}
@media only screen and (max-width: 568px) {
  .wrap main .content .info .partners ul li .description {
    height: auto;
    padding: 10px 0;
  }
}
.wrap main .content .info .partners ul li a.link {
  color: #005395;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 568px) {
  .wrap main .content .info .partners ul li a.link {
    font-size: 13px;
  }
}
.wrap main .content .info .partners ul li a.link .fa {
  margin-left: 3px;
  color: #a1a3a6;
}
.wrap main .content .info .store ul {
  float: left;
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid #eceded;
  border-bottom: 1px solid #eceded;
}
@media only screen and (max-width: 650px) {
  .wrap main .content .info .store ul {
    padding: 20px 0;
  }
}
.wrap main .content .info .store ul li {
  display: table;
}
@media only screen and (max-width: 568px) {
  .wrap main .content .info .store ul li {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
}
.wrap main .content .info .store ul li .img {
  display: table-cell;
  width: 300px;
}
@media only screen and (max-width: 900px) {
  .wrap main .content .info .store ul li .img {
    width: 40%;
  }
}
@media only screen and (max-width: 568px) {
  .wrap main .content .info .store ul li .img {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
}
.wrap main .content .info .store ul li .img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 568px) {
  .wrap main .content .info .store ul li .img img {
    width: 75%;
  }
}
.wrap main .content .info .store ul li .details {
  display: table-cell;
  position: relative;
  padding-left: 40px;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 900px) {
  .wrap main .content .info .store ul li .details {
    width: 60%;
  }
}
@media only screen and (max-width: 825px) {
  .wrap main .content .info .store ul li .details {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 568px) {
  .wrap main .content .info .store ul li .details {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.wrap main .content .info .store ul li .details .title {
  float: left;
  clear: both;
  margin-top: -5px;
}
@media only screen and (max-width: 568px) {
  .wrap main .content .info .store ul li .details .title {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.wrap main .content .info .store ul li .details .title h3 {
  font-weight: bold;
}
.wrap main .content .info .store ul li .details .description {
  float: left;
  clear: both;
  margin-top: 5px;
  font-style: italic;
}
@media only screen and (max-width: 568px) {
  .wrap main .content .info .store ul li .details .description {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.wrap main .content .info .store ul li .details .buttons {
  float: left;
  clear: both;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 568px) {
  .wrap main .content .info .store ul li .details .buttons {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 20px;
  }
}
.wrap footer {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 80px;
  background-color: #eceded;
  text-align: center;
  -webkit-touch-callout: none;
  -ms-touch-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 768px) {
  .wrap footer {
    height: 70px;
  }
}
@media only screen and (max-width: 568px) {
  .wrap footer {
    height: 60px;
    font-size: 12px;
  }
}
.wrap footer a {
  color: #231f20;
}
.wrap footer a:visited, .wrap footer a:focus {
  color: #231f20;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.flip-counter {
  height: 100px;
}
@media only screen and (max-width: 900px) {
  .flip-counter {
    height: 90px;
  }
}
@media only screen and (max-width: 825px) {
  .flip-counter {
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .flip-counter {
    height: 70px;
  }
}
@media only screen and (max-width: 568px) {
  .flip-counter {
    height: 60px;
  }
}

.flip-counter li {
  float: right;
}

.no-csstransforms3d span.back {
  display: none;
}

.flip-counter.default .digit {
  position: relative;
  z-index: 0;
  width: 80px;
  height: 100px;
  margin-left: 10px;
  background-color: #231f20;
  text-align: center;
  line-height: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 900px) {
  .flip-counter.default .digit {
    width: 70px;
    height: 90px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 825px) {
  .flip-counter.default .digit {
    width: 60px;
    height: 80px;
    margin-left: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .flip-counter.default .digit {
    width: 50px;
    height: 70px;
    margin-left: 4px;
  }
}
@media only screen and (max-width: 568px) {
  .flip-counter.default .digit {
    width: 40px;
    height: 60px;
  }
}

.flip-counter.default .digit:last-child {
  margin-left: 0;
}

.flip-counter.default .digit span {
  position: absolute;
  left: 0;
  width: 80px;
  height: 50px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 85px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: bold;
  background-color: #231f20;
  color: white;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 900px) {
  .flip-counter.default .digit span {
    width: 70px;
    height: 45px;
    font-size: 75px;
  }
}
@media only screen and (max-width: 825px) {
  .flip-counter.default .digit span {
    width: 60px;
    height: 40px;
    font-size: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .flip-counter.default .digit span {
    width: 50px;
    height: 35px;
    font-size: 55px;
  }
}
@media only screen and (max-width: 568px) {
  .flip-counter.default .digit span {
    width: 40px;
    height: 30px;
    font-size: 45px;
  }
}

.flip-counter.default .digit span.front {
  top: 0;
  padding-top: 50px;
}
@media only screen and (max-width: 900px) {
  .flip-counter.default .digit span.front {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 825px) {
  .flip-counter.default .digit span.front {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .flip-counter.default .digit span.front {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 568px) {
  .flip-counter.default .digit span.front {
    padding-top: 30px;
  }
}

.flip-counter.default .digit span.back {
  bottom: 0;
}

.flip-counter.default .digit.prefix {
  width: 50px;
  background-color: transparent;
}
@media only screen and (max-width: 900px) {
  .flip-counter.default .digit.prefix {
    width: 45px;
  }
}
@media only screen and (max-width: 825px) {
  .flip-counter.default .digit.prefix {
    width: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .flip-counter.default .digit.prefix {
    width: 35px;
  }
}
@media only screen and (max-width: 568px) {
  .flip-counter.default .digit.prefix {
    width: 30px;
  }
}

.flip-counter.default .digit.prefix span {
  color: #231f20;
  width: auto;
  background-color: transparent;
}

.flip-counter.default .digit .line {
  position: absolute;
  z-index: 10;
  height: 50px;
  width: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 7px -4px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 900px) {
  .flip-counter.default .digit .line {
    width: 70px;
    height: 45px;
  }
}
@media only screen and (max-width: 825px) {
  .flip-counter.default .digit .line {
    width: 60px;
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .flip-counter.default .digit .line {
    width: 50px;
    height: 35px;
  }
}
@media only screen and (max-width: 568px) {
  .flip-counter.default .digit .line {
    width: 40px;
    height: 30px;
  }
}

.flip-counter.default .digit .hinge-wrap {
  z-index: 5;
  position: relative;
  overflow: visible;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
}

.flip-counter.default .digit .hinge {
  position: absolute;
  height: 50px;
  width: 80px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
@media only screen and (max-width: 900px) {
  .flip-counter.default .digit .hinge {
    width: 70px;
    height: 45px;
  }
}
@media only screen and (max-width: 825px) {
  .flip-counter.default .digit .hinge {
    width: 60px;
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .flip-counter.default .digit .hinge {
    width: 50px;
    height: 35px;
  }
}
@media only screen and (max-width: 568px) {
  .flip-counter.default .digit .hinge {
    width: 40px;
    height: 30px;
  }
}

.flip-counter.default .digit .hinge span {
  height: 0;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-counter.default .digit .hinge span.front {
  padding-top: 50px;
}
@media only screen and (max-width: 900px) {
  .flip-counter.default .digit .hinge span.front {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 825px) {
  .flip-counter.default .digit .hinge span.front {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .flip-counter.default .digit .hinge span.front {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 568px) {
  .flip-counter.default .digit .hinge span.front {
    padding-top: 30px;
  }
}

.flip-counter.default .digit .hinge span.back {
  height: 50px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
@media only screen and (max-width: 900px) {
  .flip-counter.default .digit .hinge span.back {
    height: 45px;
  }
}
@media only screen and (max-width: 825px) {
  .flip-counter.default .digit .hinge span.back {
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .flip-counter.default .digit .hinge span.back {
    height: 35px;
  }
}
@media only screen and (max-width: 568px) {
  .flip-counter.default .digit .hinge span.back {
    height: 30px;
  }
}

.flip-counter.default .digit.animate .hinge {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.flip-counter.default .digit-delimiter {
  padding-top: 0;
  margin-right: -5px;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 85px;
  color: #231f20;
  text-indent: 3.33333333px;
}
@media only screen and (max-width: 900px) {
  .flip-counter.default .digit-delimiter {
    font-size: 75px;
    margin-right: -4px;
  }
}
@media only screen and (max-width: 825px) {
  .flip-counter.default .digit-delimiter {
    font-size: 65px;
    padding-top: 2px;
    margin-right: -3px;
  }
}
@media only screen and (max-width: 768px) {
  .flip-counter.default .digit-delimiter {
    font-size: 55px;
    padding-top: 5px;
    margin-right: -2px;
  }
}
@media only screen and (max-width: 568px) {
  .flip-counter.default .digit-delimiter {
    font-size: 45px;
    padding-top: 7px;
    margin-right: -1px;
  }
}

.ri-grid {
  margin: 30px auto 30px;
  position: relative;
  height: auto;
}

.ri-grid ul {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.ri-grid ul:before,
.ri-grid ul:after {
  content: '';
  display: table;
}

.ri-grid ul:after {
  clear: both;
}

.ri-grid ul {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

.ri-grid ul li {
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -o-perspective: 400px;
  -ms-perspective: 400px;
  perspective: 400px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  background: #87898d;
}

.ri-grid ul li a {
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1 {
  width: 55%;
}

.ri-grid-size-2 {
  width: 100%;
}

.ri-grid-size-3 {
  width: 100%;
  margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.ri-shadow:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before {
  display: none;
}

.ri-loading-image {
  display: none;
}

.ri-grid-loading .ri-loading-image {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  margin: 100px 0 0 -15px;
  display: block;
}

/*# sourceMappingURL=style.css.map */
