.empty {
  height: 1px;
}
@font-face {
  font-family: "Avenir";
  src: url(/assets/Avenir-Light.eot);
  src: local("☺"), url(/assets/Avenir-Light.woff) format("woff"), url(/assets/Avenir-Light.otf) format("opentype"), url(/assets/Avenir-Light.svg#Avenir-Light) format("svg"), url(/assets/Avenir-Light.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Light.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Light";
  src: url(/assets/Avenir-Light.eot);
  src: local("☺"), url(/assets/Avenir-Light.woff) format("woff"), url(/assets/Avenir-Light.otf) format("opentype"), url(/assets/Avenir-Light.svg#Avenir-Light) format("svg"), url(/assets/Avenir-Light.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Avenir-Book";
  src: url(/assets/Avenir-Book.eot);
  src: local("☺"), url(/assets/Avenir-Book.woff) format("woff"), url(/assets/Avenir-Book.otf) format("opentype"), url(/assets/Avenir-Book.svg#Avenir-Book) format("svg"), url(/assets/Avenir-Book.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Book.ttf) format("truetype");
}
@font-face {
  font-family: "Avenir";
  src: url(/assets/Avenir-Roman.eot);
  src: local("☺"), url(/assets/Avenir-Roman.woff) format("woff"), url(/assets/Avenir-Roman.otf) format("opentype"), url(/assets/Avenir-Roman.svg#Avenir-Roman) format("svg"), url(/assets/Avenir-Roman.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Roman.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Roman";
  src: url(/assets/Avenir-Roman.eot);
  src: local("☺"), url(/assets/Avenir-Roman.woff) format("woff"), url(/assets/Avenir-Roman.otf) format("opentype"), url(/assets/Avenir-Roman.svg#Avenir-Roman) format("svg"), url(/assets/Avenir-Roman.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Roman.ttf) format("truetype");
}
@font-face {
  font-family: "Avenir-Medium";
  src: url(/assets/Avenir-Medium.eot);
  src: local("☺"), url(/assets/Avenir-Medium.woff) format("woff"), url(/assets/Avenir-Medium.otf) format("opentype"), url(/assets/Avenir-Medium.svg#Avenir-Medium) format("svg"), url(/assets/Avenir-Medium.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Avenir";
  src: url(/assets/Avenir-Heavy.eot);
  src: local("☺"), url(/assets/Avenir-Heavy.woff) format("woff"), url(/assets/Avenir-Heavy.otf) format("opentype"), url(/assets/Avenir-Heavy.svg#Avenir-Heavy) format("svg"), url(/assets/Avenir-Heavy.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Heavy.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Heavy";
  src: url(/assets/Avenir-Heavy.eot);
  src: local("☺"), url(/assets/Avenir-Heavy.woff) format("woff"), url(/assets/Avenir-Heavy.otf) format("opentype"), url(/assets/Avenir-Heavy.svg#Avenir-Heavy) format("svg"), url(/assets/Avenir-Heavy.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Heavy.ttf) format("truetype");
}
@font-face {
  font-family: "Avenir-Black";
  src: url(/assets/Avenir-Black.eot);
  src: local("☺"), url(/assets/Avenir-Black.woff) format("woff"), url(/assets/Avenir-Black.otf) format("opentype"), url(/assets/Avenir-Black.svg#Avenir-Black) format("svg"), url(/assets/Avenir-Black.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Black.ttf) format("truetype");
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
a {
  text-decoration: none;
}
li {
  list-style-type: none;
}
body {
  font-size: 14px;
}
@media (max-width: 890px) {
  body {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 10px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.container {
  width: 960px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
video,
img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.empty {
  height: 1px;
}
.hover-links {
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
}
.hover-links .content {
  padding-bottom: 0.5em;
  position: relative;
  bottom: 0;
  -webkit-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
}
.hover-links .content::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: ' ';
  border-bottom: 1px solid white;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out;
}
.hover-links:hover .content {
  bottom: 0.1em;
  opacity: 1;
}
.hover-links:hover .content::after {
  opacity: 0.75;
}
.clinkle-footer {
  background-color: #393f40;
  height: 11.5em;
}
.clinkle-footer .clinkle-logo {
  display: inline-block;
  height: 1.929em;
}
.clinkle-footer .clinkle-logo-text {
  display: inline-block;
  height: 1.929em;
  width: 9.68em;
}
.clinkle-footer .nav-bar {
  height: 1.929em;
}
.clinkle-footer .nav-links {
  display: inline;
  position: absolute;
  right: 0;
  line-height: 1.929em;
}
.clinkle-footer .nav-toggle {
  display: none;
  position: absolute;
  right: 10px;
  top: -3px;
  font-size: 2.5em;
  cursor: pointer;
}
.clinkle-footer .nav-collapse {
  display: inline;
}
.clinkle-footer .nav-collapse li {
  display: inline;
  margin-right: 35px;
}
.clinkle-footer .nav-collapse .content {
  display: inline;
  font-family: 'Avenir-Medium', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  text-shadow: none;
  font-size: 16px;
  color: white;
}
.clinkle-footer .nav-links {
  bottom: -8px;
}
.clinkle-footer .nav-toggle {
  color: white;
  bottom: 30px;
  position: relative;
  font-size: 28px;
}
.clinkle-footer .bottom-nav-container {
  position: relative;
  padding-top: 4.286em;
}
.clinkle-footer .clinkle-logo-wrapper {
  display: inline-block;
  text-align: center;
  width: 16.500em;
}
.clinkle-footer .clinkle-logo-white-circle {
  display: inline-block;
  height: 1.929em;
  width: 2.000em;
  margin-right: 1em;
}
@media (max-width: 890px) {
  .clinkle-footer .hide-if-large {
    display: block;
  }
  .clinkle-footer .show-if-large {
    display: none;
  }
}
@media (max-width: 890px) {
  .clinkle-footer .nav-collapse {
    background-color: black;
    padding: 15px 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    opacity: .8;
    bottom: 30px;
  }
  .clinkle-footer .nav-collapse li {
    padding: 20px 35px;
    display: block;
    align: right;
    margin-right: 35px;
  }
  .clinkle-footer .nav-collapse a {
    opacity: 1;
  }
}
@font-face {
  font-family: "Avenir";
  src: url(/assets/Avenir-Light.eot);
  src: local("☺"), url(/assets/Avenir-Light.woff) format("woff"), url(/assets/Avenir-Light.otf) format("opentype"), url(/assets/Avenir-Light.svg#Avenir-Light) format("svg"), url(/assets/Avenir-Light.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Light.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Light";
  src: url(/assets/Avenir-Light.eot);
  src: local("☺"), url(/assets/Avenir-Light.woff) format("woff"), url(/assets/Avenir-Light.otf) format("opentype"), url(/assets/Avenir-Light.svg#Avenir-Light) format("svg"), url(/assets/Avenir-Light.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Avenir-Book";
  src: url(/assets/Avenir-Book.eot);
  src: local("☺"), url(/assets/Avenir-Book.woff) format("woff"), url(/assets/Avenir-Book.otf) format("opentype"), url(/assets/Avenir-Book.svg#Avenir-Book) format("svg"), url(/assets/Avenir-Book.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Book.ttf) format("truetype");
}
@font-face {
  font-family: "Avenir";
  src: url(/assets/Avenir-Roman.eot);
  src: local("☺"), url(/assets/Avenir-Roman.woff) format("woff"), url(/assets/Avenir-Roman.otf) format("opentype"), url(/assets/Avenir-Roman.svg#Avenir-Roman) format("svg"), url(/assets/Avenir-Roman.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Roman.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Roman";
  src: url(/assets/Avenir-Roman.eot);
  src: local("☺"), url(/assets/Avenir-Roman.woff) format("woff"), url(/assets/Avenir-Roman.otf) format("opentype"), url(/assets/Avenir-Roman.svg#Avenir-Roman) format("svg"), url(/assets/Avenir-Roman.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Roman.ttf) format("truetype");
}
@font-face {
  font-family: "Avenir-Medium";
  src: url(/assets/Avenir-Medium.eot);
  src: local("☺"), url(/assets/Avenir-Medium.woff) format("woff"), url(/assets/Avenir-Medium.otf) format("opentype"), url(/assets/Avenir-Medium.svg#Avenir-Medium) format("svg"), url(/assets/Avenir-Medium.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Avenir";
  src: url(/assets/Avenir-Heavy.eot);
  src: local("☺"), url(/assets/Avenir-Heavy.woff) format("woff"), url(/assets/Avenir-Heavy.otf) format("opentype"), url(/assets/Avenir-Heavy.svg#Avenir-Heavy) format("svg"), url(/assets/Avenir-Heavy.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Heavy.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Heavy";
  src: url(/assets/Avenir-Heavy.eot);
  src: local("☺"), url(/assets/Avenir-Heavy.woff) format("woff"), url(/assets/Avenir-Heavy.otf) format("opentype"), url(/assets/Avenir-Heavy.svg#Avenir-Heavy) format("svg"), url(/assets/Avenir-Heavy.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Heavy.ttf) format("truetype");
}
@font-face {
  font-family: "Avenir-Black";
  src: url(/assets/Avenir-Black.eot);
  src: local("☺"), url(/assets/Avenir-Black.woff) format("woff"), url(/assets/Avenir-Black.otf) format("opentype"), url(/assets/Avenir-Black.svg#Avenir-Black) format("svg"), url(/assets/Avenir-Black.eot?#iefix) format("embedded-opentype"), url(/assets/Avenir-Black.ttf) format("truetype");
}
