@charset "UTF-8";
/* Variables */
/* - - - - - - - - - - - - - - - - - - - - - - - */
/* FUNNEL - - - - - - - - - - - - - - - - - - - –*/
/* - - - - - - - - - - - - - - - - - - - - - - - */
/*------------------------------------*\
  ### Funnel Mobile ###
--------------------------------------*/
.checked,
.funnel button > span {
  background: url(//gf1.geo.gfsrv.net/cdn0f/2a15814774db73e9fb3a5f2cc7e453.png) 0 0 no-repeat;
}

#landing.funnel section {
  padding: 5% 0;
}
#landing.funnel h1#logo {
  padding-top: 25%;
  margin: 0 auto;
  width: 60%;
}
#landing.funnel h2, #landing.funnel h3, #landing.funnel h4 {
  font-family: "PTSans", Arial, Helvetica, sans-serif;
}
#landing.funnel h2 {
  line-height: 130%;
  margin: 0 auto 15px;
  text-transform: none;
  width: 100%;
}
#landing.funnel h2.done, #landing.funnel h2.error {
  line-height: 120%;
  text-align: center;
}
#landing.funnel h3 {
  color: #7f7f7f;
  text-transform: none;
  line-height: 120%;
  margin-bottom: 3%;
}
#landing.funnel h4 {
  color: #d6d6d6;
  font-size: 24px;
}
#landing.funnel h5 {
  color: #fff;
  margin-bottom: 2%;
  font-size: 18px;
}
#landing.funnel button,
#landing.funnel .btn_default {
  background: #1682b4;
  background: -moz-linear-gradient(top, #30aece 0, #1682b4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30aece), color-stop(100%, #1682b4));
  background: -webkit-linear-gradient(top, #30aece 0, #1682b4 100%);
  background: -o-linear-gradient(top, #30aece 0, #1682b4 100%);
  background: -ms-linear-gradient(top, #30aece 0, #1682b4 100%);
  background: linear-gradient(to bottom, #30aece 0, #1682b4 100%);
  border: 2px solid #30adce;
  color: #fff;
  cursor: pointer;
  font-family: 'PT Sans';
  font-size: 20px;
  height: auto;
  margin: 10px 0 20px;
  padding: 10px 30px;
  text-shadow: 0 1px 0 #020203;
  width: auto;
}
#landing.funnel button:hover,
#landing.funnel .btn_default:hover {
  background: #30aece;
  background: -moz-linear-gradient(top, #1682b4 0, #30aece 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1682b4), color-stop(100%, #30aece));
  background: -webkit-linear-gradient(top, #1682b4 0, #30aece 100%);
  background: -o-linear-gradient(top, #1682b4 0, #30aece 100%);
  background: -ms-linear-gradient(top, #1682b4 0, #30aece 100%);
  background: linear-gradient(to bottom, #1682b4 0, #30aece 100%);
  text-shadow: 0 -1px 0 #020203;
}
#landing.funnel button:active,
#landing.funnel .btn_default:active {
  margin: 2px 0 18px 2px;
}
#landing.funnel button:focus,
#landing.funnel .btn_default:focus {
  outline: 0;
}
#landing.funnel button > span,
#landing.funnel .btn_default > span {
  background-position: -215px 0;
  display: inline-block;
  height: 42px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 32px;
}
#landing.funnel .done {
  color: #88a825;
}
#landing.funnel .active {
  color: #33b6d7;
}
#landing.funnel .step.active {
  background-color: #00171e;
}
#landing.funnel .inactive,
#landing.funnel .error .content_right > h3 {
  color: #7f7f7f;
}
#landing.funnel .error {
  color: #c00;
}
#landing.funnel #registration {
  background-image: url(//gf3.geo.gfsrv.net/cdn59/887099d69f022f5632742a72748c88.jpg);
  background-color: #000;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  color: #ccc;
  height: auto;
  min-height: inherit;
  max-height: inherit;
  margin: 0;
  padding: 10% 0 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#landing.funnel .funnel_content {
  background: #444;
  display: block;
  margin: 5% 0 0;
}
#landing.funnel .funnel_content.error {
  color: #7f7f7f;
}
#landing.funnel .content_right {
  background: #001d24;
  background: -moz-linear-gradient(top, #001d24 0, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #001d24), color-stop(100%, #000));
  background: -webkit-linear-gradient(top, #001d24 0, #000 100%);
  background: -o-linear-gradient(top, #001d24 0, #000 100%);
  background: -ms-linear-gradient(top, #001d24 0, #000 100%);
  background: linear-gradient(to bottom, #001d24 0, #000 100%);
  padding: 5%;
  text-align: left;
}
#landing.funnel .content_right .desc {
  flex-direction: column;
  color: #7f7f7f;
  padding: 20px 0;
}
#landing.funnel .content_right .desc > div:first-child {
  margin-right: 5%;
}

.content_wrapper {
  margin: 20px auto 0px;
  min-height: 535px;
  text-align: center;
  position: relative;
  max-width: 960px;
  width: 100%;
  z-index: 0;
}

.inner_content {
  background-color: #000;
  padding: 5% 7% 2% 7%;
}

.note {
  color: #ccc;
  font-size: 4vw;
}

.downloadText {
  color: #7f7f7f;
  font-size: 18px;
  margin-bottom: 20px;
}

.desc {
  display: flex;
}

.desc_left {
  display: none;
}

.desc_right {
  line-height: 130%;
  padding: 5% 5% 4% 4%;
  text-align: left;
  width: 100%;
}
.desc_right > p > img {
  border: 1px solid #0b3643;
  float: left;
  margin: 0 20px 20px 0;
}
.desc_right a {
  color: #20a9cb;
}
.desc_right > h3 {
  margin-bottom: 30px;
  line-height: 120%;
}

.funnel_border {
  border: 3px;
  border-style: solid;
  -webkit-border-image: url(//gf3.geo.gfsrv.net/cdn29/17a907b5db9d89406c64563639875a.png) 3 3 3 3 round;
  -o-border-image: url(//gf3.geo.gfsrv.net/cdn29/17a907b5db9d89406c64563639875a.png) 3 3 3 3 round;
  -moz-border-image: url(//gf3.geo.gfsrv.net/cdn29/17a907b5db9d89406c64563639875a.png) 3 3 3 3 round;
  -ms-border-image: url(//gf3.geo.gfsrv.net/cdn29/17a907b5db9d89406c64563639875a.png) 3 3 3 3 round;
  border-image: url(//gf3.geo.gfsrv.net/cdn29/17a907b5db9d89406c64563639875a.png) 3 3 3 3 round;
  border-style: solid;
  margin: 0;
  position: relative;
}

.thankImg {
  width: 100%;
}

.checked {
  display: none;
}

#stepsNav {
  border-bottom: 3px;
  border-style: solid;
  -webkit-border-image: url(//gf3.geo.gfsrv.net/cdn29/17a907b5db9d89406c64563639875a.png) 3 3 3 3 round;
  -o-border-image: url(//gf3.geo.gfsrv.net/cdn29/17a907b5db9d89406c64563639875a.png) 3 3 3 3 round;
  -moz-border-image: url(//gf3.geo.gfsrv.net/cdn29/17a907b5db9d89406c64563639875a.png) 3 3 3 3 round;
  -ms-border-image: url(//gf3.geo.gfsrv.net/cdn29/17a907b5db9d89406c64563639875a.png) 3 3 3 3 round;
  border-image: url(//gf3.geo.gfsrv.net/cdn29/17a907b5db9d89406c64563639875a.png) 3 3 3 3 round;
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 0;
  text-align: left;
  width: 100%;
}

.step {
  background: #000;
  flex: 1;
  line-height: 120%;
  height: 64px;
  padding: 0 0 0 3%;
  position: relative;
  vertical-align: middle;
  width: 97%;
}
.step > p {
  display: flex;
  height: 100%;
  margin: 0 auto;
  padding: 0 5px;
}
.step > p > span {
  align-self: center;
  display: inline-block;
  max-width: 63%;
  vertical-align: middle;
}
.step > p > span.no {
  background-color: #88a825;
  border-radius: 50%;
  color: #000;
  font-size: 1.5rem;
  font-family: Arial, Helvetica, sans-serif;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin-right: 5%;
  width: 2.5rem;
}
.step > p > span.checked {
  background-position: -265px -8px;
  height: 24px;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.step.active {
  background: #00171e;
}
.step.active:after {
  background: url(//gf2.geo.gfsrv.net/cdn75/8d822863bba52b554f01044651fe3e.png);
  left: 0;
  z-index: 3;
}
.step.active > p > span.no {
  background-color: #33b6d7;
  color: #fff;
}
.step.inactive > p > span.no {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.4);
  border: 1px solid #7f7f7f;
  color: #7f7f7f;
}

.email_funnel {
  background: url(//gf1.geo.gfsrv.net/cdncf/adb027d529f36547bfe9e36a6087da.png) center 0 no-repeat;
  height: 165px;
  width: 100%;
}

.list,
.info_box_right > ol,
.info_box_right > ul {
  list-style: outside;
  margin: 20px 0;
  padding: 0 0 0 15px;
}
.list > li,
.info_box_right > ol > li,
.info_box_right > ul > li {
  margin: 15px 0;
  padding: 0 0 0 5px;
}

.line {
  background-color: #7f7f7f;
  height: 2px;
  width: 100%;
}

.info_box {
  border-top: 1px solid #414141;
  color: #7f7f7f;
  font-size: 0.9em;
  line-height: 140%;
  position: relative;
  text-align: left;
}
.info_box strong {
  color: #d6d6d6;
}

.info_box_left {
  display: none;
}

.info_box_right {
  background: #1f1f1f;
  min-height: 220px;
  padding: 5% 7%;
  width: 86%;
}
.info_box_right > ol {
  list-style: decimal;
}
.info_box_right > a {
  margin-left: 21px;
}
.info_box_right > a:hover {
  text-decoration: none;
}

.gflivedownload .desc_right {
  padding: 5% 7%;
  width: 86%;
}
.gflivedownload .desc_right > p {
  line-height: 140%;
  margin: 0 0 20px;
}
.gflivedownload .info_box_left {
  background: url(//gf1.geo.gfsrv.net/cdn97/cdbf1a7b1e0b9645e137360299932d.png) center center no-repeat #000;
}

/*------------------------------------*\
  ### Funnel Tablet ###
--------------------------------------*/
@media screen and (min-width: 768px) {
  #landing.funnel h1#logo {
    padding-top: 15%;
    width: 40%;
  }
  #landing.funnel h2 {
    font-size: 2.25rem;
  }
  #landing.funnel h3 {
    font-size: 2rem;
  }
  #landing.funnel h4 {
    font-size: 1.25rem;
  }
  #landing.funnel h5 {
    font-size: 1.125rem;
  }
  #landing.funnel h3 .checked {
    background-position: -265px -8px;
    display: inline-block;
    height: 32px;
    transform: translateX(-50%);
    vertical-align: middle;
    width: 32px;
  }
  #landing.funnel h3.error .checked {
    background-position: -123px -58px;
  }
  #landing.funnel .step {
    font-size: 1rem;
  }
  #landing.funnel .step.first {
    padding-left: 2%;
  }
  #landing.funnel .step.first:after {
    right: -14px;
  }
  #landing.funnel .step.first:after, #landing.funnel .step.second:before, #landing.funnel .step.active:after {
    border-style: solid;
    border-width: 32px 0 32px 14px;
    border-color: transparent transparent transparent #000;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
  }
  #landing.funnel .step.second:before {
    border-color: transparent transparent transparent #0095b6;
    background-color: #000;
    right: -14px;
    z-index: 2;
  }
  #landing.funnel .desc_left {
    display: block;
    padding: 7% 0;
    width: 23%;
  }
  #landing.funnel .desc_right {
    width: 67%;
  }
  #landing.funnel .note {
    color: #949494;
    font-size: 16px;
  }
  #landing.funnel .info_box_left {
    background: url(//gf2.geo.gfsrv.net/cdn44/0b3a928fc92060dfdb38db15e87950.png) center center no-repeat #000;
    bottom: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 23%;
  }
  #landing.funnel .info_box_right {
    padding: 4% 6% 4% 27%;
    width: 67%;
  }
  #landing.funnel #stepsNav {
    flex-direction: row;
  }

  .gflivedownload .desc_right {
    padding: 5% 17% 5% 25%;
    width: 58%;
  }
}
/*------------------------------------*\
  ### Funnel Desktop ###
--------------------------------------*/
@media screen and (min-width: 1024px) {
  #landing.funnel #register {
    padding: 2% 0 5%;
  }
  #landing.funnel h1#logo {
    padding-top: 9%;
    width: 20%;
  }
  #landing.funnel h2 {
    font-size: 36px;
  }
  #landing.funnel h3 {
    font-size: 24px;
  }
  #landing.funnel h4 {
    font-size: 17px;
  }
  #landing.funnel h5 {
    font-size: 15px;
  }
  #landing.funnel .steps {
    width: 33.333%;
  }
  #landing.funnel .step {
    font-size: 19px;
  }
  #landing.funnel #registration {
    padding: 3% 0 0;
  }
  #landing.funnel #funnelDownload .download_content {
    padding: 35px 40px 30px 40px;
    width: 30%;
  }
  #landing.funnel .content_right {
    padding: 5% 10% 5% 25%;
  }
  #landing.funnel .content_right .desc {
    flex-direction: row;
    padding: 20px 0;
  }
  #landing.funnel .content_right .desc > div:first-child {
    margin-right: 5%;
  }
  #landing.funnel .info_box {
    display: flex;
  }
}
/*------------------------------------*\
  ### Font Sizes Mobile ###
--------------------------------------*/
@media screen and (max-width: 767px) {
  #landing.funnel h2 {
    font-size: 1.75rem;
  }
  #landing.funnel h3 {
    font-size: 1.5rem;
  }
  #landing.funnel .step {
    font-size: 1.25rem;
  }

  .legal {
    font-size: 1rem;
  }
}
