/*  Gotham  */
@font-face {
  font-family: 'Gotham Condensed';
  src: url("../fonts/GothamCondensed-Medium.eot");
  src: url("../fonts/GothamCondensed-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamCondensed-Medium.woff") format("woff"), url("../fonts/GothamCondensed-Medium.ttf") format("truetype"); }
@font-face {
  font-family: GothamBold;
  src: url("../fonts/gotham/HCo_Gotham_Bundle/OpenType/Gotham-Bold.otf") format("opentype"); }
@font-face {
  font-family: GothamRegular;
  src: url("../fonts/gotham/HCo_Gotham_Bundle/OpenType/Gotham-Book.otf") format("opentype"); }
@font-face {
  font-family: GothamCondensed;
  src: url("../fonts/gotham/HCo_Gotham_Bundle/OpenType/Gotham-Medium.otf") format("opentype"); }
/*  [temp] primary colors  */
/*  secondary colors  */
/*  headings  */
h1 {
  font-size: 40px;
  font-family: 'Gotham Condensed';
  text-transform: uppercase;
  letter-spacing: .13em;
  color: #2f3137; }

h2 {
  font-size: 30px;
  font-family: 'Gotham Condensed';
  text-transform: uppercase;
  letter-spacing: .13em;
  color: #2f3137; }

h3 {
  font-size: 20px;
  font-family: GothamBold;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: #2f3137; }

h4 {
  font-size: 16px;
  font-family: GothamBold;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: #2f3137; }

h5 {
  font-size: 14px;
  font-family: GothamBold;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: #2f3137; }

h6 {
  font-size: 42px;
  font-family: GothamBold;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: #2f3137; }

.mod-header-thin {
  font-family: GothamRegular; }

p, a, small {
  font-family: adelle, serif;
  font-style: normal;
  font-weight: 300;
  color: #6d6868;
  font-size: 14px;
  line-height: 2; }

small {
  font-size: 12px; }

.mod-color-nordic-sea {
  color: #0889d3; }

.mod-color-nordic-ice {
  color: #f7f7f7; }

hr {
  color: #0889d3;
  border: 2px solid #0889d3;
  width: 80px; }

.hr-mod-nordic-ice {
  border: 2px solid #f7f7f7; }

.hr-mod-left {
  margin-left: 0px; }

.hr-mod-classic {
  border: 1px solid #e7e8e8;
  width: 100%; }

.tiny-link {
  font-size: .9em; }
  .tiny-link:hover {
    color: inherit; }

.bold-link {
  color: #0889d3;
  font-weight: bold; }

.nordic-input {
  width: 293px;
  height: 45px;
  border: 1px solid #bebebe;
  border-radius: 3px;
  background-color: #ffffff;
  font-family: GothamRegular;
  color: #6d6868;
  font-size: 16px; }

label {
  font-family: adelle, serif;
  font-style: normal;
  font-weight: 300;
  color: #f7f7f7;
  font-size: 14px;
  line-height: 2; }

.btn {
  font-family: GothamRegular;
  color: #6d6868;
  font-size: 16px; }

.featherlight-content {
  max-width: 100%; }

.error input {
  font-size: 16px;
  font-family: GothamRegular;
  font-weight: bold;
  text-transform: uppercase;
  color: #2f3137;
  line-height: 2;
  text-align: center; }

header {
  padding-top: 8px;
  padding-bottom: 8px; }

footer {
  background-color: #e7e8e8;
  padding-top: 26.4px;
  padding-bottom: 22px; }
  footer p {
    text-align: center;
    color: #979797; }

.btn-join {
  text-transform: capitalize;
  color: #f7f7f7;
  font-family: GothamRegular;
  font-weight: bold;
  letter-spacing: .1em;
  padding-right: 24px;
  padding-left: 24px;
  height: 45px;
  margin-top: -3px;
  margin-left: -4px;
  background-color: #0889d3;
  border-left: solid 1px #bebebe;
  border-right: solid 1px #bebebe;
  border-top: solid 1px #bebebe;
  border-bottom: solid 1px #bebebe;
  border-radius: 4px 4px 4px 4px;
  transition: .3s; }
  .btn-join:hover {
    background-color: #f7f7f7;
    color: #0889d3;
    border-left: solid 1px #0889d3;
    border-right: solid 1px #0889d3;
    border-top: solid 1px #0889d3;
    border-bottom: solid 1px #0889d3; }

#sign-up-container {
  margin-top: 40px;
  width: 400px; }
  #sign-up-container .nordic-input {
    border-radius: 4px 0px 0px 4px;
    width: 224px; }
  #sign-up-container .btn-join {
    text-transform: capitalize;
    color: #f7f7f7;
    width: 95px;
    height: 45px;
    margin-top: -3px;
    margin-left: -4px;
    background-color: #0889d3;
    border-left: solid 1px #bebebe;
    border-right: solid 1px #bebebe;
    border-top: solid 1px #bebebe;
    border-bottom: solid 1px #bebebe;
    border-radius: 0px 4px 4px 0px;
    transition: .3s; }
    #sign-up-container .btn-join:hover {
      background-color: #f7f7f7;
      color: #0889d3;
      border-left: solid 1px #0889d3;
      border-right: solid 1px #0889d3;
      border-top: solid 1px #0889d3;
      border-bottom: solid 1px #0889d3; }

#video-container {
  background-color: #2f3137; }
  #video-container .vid-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
  #video-container .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

li {
  color: #6d6868;
  font-family: adelle, serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 4px;
  margin-top: 4px; }

html {
  position: relative;
  min-height: 100%; }

body {
  /* bottom = footer height */
  background-color: #f7f7f7; }

#main {
  padding-top: 80px;
  padding-bottom: 180px; }

.btn-join:hover {
  background-color: #09a1f8;
  color: white; }

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  overflow: hidden; }

h1 {
  color: #fff;
  font-family: GothamBold;
  font-style: normal;
  letter-spacing: .14em;
  margin-bottom: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

#sub-head {
  margin-top: 44px;
  margin-bottom: 18px; }
  #sub-head h1 {
    color: #2f3137;
    font-weight: bold;
    font-style: normal;
    text-shadow: none; }
  #sub-head p {
    width: 680px; }

#hero {
  height: 300px;
  padding-bottom: 32px;
  padding-top: 52px;
  background-image: url("../images/tri-hero.png");
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  position: relative;
  min-height: 100%; }
  #hero h1 {
    font-size: 35px;
    text-transform: uppercase;
    display: block; }
  #hero p {
    color: #fff;
    margin-bottom: 32px;
    font-size: 16px;
    letter-spacing: .05em;
    font-family: adelle, serif;
    font-style: normal;
    font-weight: 100;
    width: 700px;
    max-width: 100%;
    margin-right: 14px;
    margin-left: 14px;
    line-height: 1.6em; }
  #hero .arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    overflow: hidden; }

.link {
  font-family: GothamRegular;
  color: #979797;
  font-size: 20px;
  font-weight: 500;
  font-style: normal; }

.link:hover {
  font-family: GothamBold;
  cursor: pointer;
  color: #2f3137;
  font-weight: 500;
  font-style: normal; }

.selected {
  font-family: GothamBold;
  color: #2f3137;
  font-weight: 500;
  font-style: normal; }

/* Wobble Vertical */
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px); }
  33.3% {
    transform: translateY(-6px); }
  49.95% {
    transform: translateY(4px); }
  66.6% {
    transform: translateY(-2px); }
  83.25% {
    transform: translateY(1px); }
  100% {
    transform: translateY(0); } }
.wobble-vertical {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1; }

@keyframes hover {
  50% {
    transform: translateY(-11px); }
  100% {
    transform: translateY(-17px); } }
.hover {
  display: inline-block;
  transition-property: transform;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transform: translateY(-17px);
  animation-name: hover;
  animation-duration: 1.9s;
  animation-delay: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate; }

/* Pulse */
@keyframes pulse {
  50% {
    transform: scale(0.89); }
  50% {
    transform: scale(0.89); } }
.pulse {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  animation-name: pulse;
  animation-duration: 1.9s;
  animation-delay: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

h4 {
  display: inline-block;
  margin-bottom: 18px; }

h3 {
  margin-bottom: 25px; }

#main p {
  text-align: center;
  font-weight: normal;
  color: #2f3137; }
#main h4 {
  text-transform: none;
  font-family: GothamRegular;
  font-size: 21px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: 0.2px;
  text-align: center;
  color: #2f3137; }
  #main h4 b {
    font-family: GothamBold; }
#main img {
  width: 700px;
  max-width: 100%;
  margin-top: 22px;
  margin-bottom: 22px;
  display: block; }
#main #why-nordic {
  font-family: 'Gotham Condensed';
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;
  line-height: 0.97;
  letter-spacing: 1.6px;
  text-align: center;
  color: #0889d3; }

footer p {
  font-size: 12px; }

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