@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,700italic,400italic|Roboto+Condensed:400,700,400italic,700italic);
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  color: #FF8300;
  text-decoration: none;}

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

button {
  overflow: visible;
  background-color: transparent;
  border: none;}

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box;
  overflow: auto; }

* [tabindex] {
  outline: none; }

*, *:before, *:after {
  box-sizing: inherit; }

html {
  height: 100%; }

body {
  background-color: #FFF;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  color: #333E47;
  font-size: 18px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 10px; }

h1 {
  font-size: 72px;
  font-weight: 400; }

h2 {
  font-size: 60px;
  font-weight: 400; }

h3 {
  font-size: 24px;
  font-weight: 400;
  color: #FF8300; }

h4 {
  font-size: 20px;
  font-weight: 800; }

h5 {
  font-size: 18px;
  font-weight: 800; }

h6 {
  font-size: 16px;
  font-weight: 400;
  color: #FF8300; }

p a,
span a {
  color: #FF8300;
  font-weight: 800;
  text-decoration: none; }
  p a:hover,
  span a:hover {
    color: #333E47; }
li a.active {
  color: #fff;
}

.tabs {
  z-index: 999;
  position: relative;
}
.tabs.primary a.active {
  color: #FF8300;
}

hr {
  display: block;
  padding: 0;
  border: 0;
  height: 1px;
  width: 100%;
  max-width: 1060px;
  background-color: #93989E;
  margin: 20px auto; }
  @media (max-width: 1100px) {
    hr {
      width: 90%; } }

form {
  width: 100%;
  display: block;
  margin-top: 20px; }
  form * {
    outline: none; }
  form fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
    form fieldset::after {
      clear: both;
      content: "";
      display: table; }
  form input, form textarea {
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #7f8080;
    margin-bottom: 12px;
    padding: 5px;
    font-size: 16px; }
  form fieldset input {
    display: block;
    float: left;
    width: 49%; }
    form fieldset input#edit-submitted-first-name,
    form fieldset input#edit-submitted-email {
      margin-right: 2%; }
    /*form fieldset input:last-child {*/
      /*margin-left: 1%; }*/
    @media (max-width: 419px) {
      form fieldset input {
        width: 100%;
        float: none; }
      form fieldset input#edit-submitted-first-name,
      form fieldset input#edit-submitted-email {
          margin-right: 0; }
        form fieldset input:last-child {
          margin-left: 0; } }
  form textarea {
    min-height: 120px; }
  form label {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 10px; }
  form .custom-select {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #7f8080;
    margin-bottom: 20px; }
    form .custom-select .form-item {
      margin-top: 0;
      margin-bottom: 0;
    }
    form .custom-select select {
      display: block;
      width: 120%;
      padding: 6px;
      font-size: 15px;
      background-color: #FFF;
      color: #93989E;
      border: 0;
      -moz-appearance: none;
      -webkit-appearance: none; }
    form .custom-select:before {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 35px;
      height: 100%;
      border-left: 1px solid #7f8080;
      pointer-events: none; }
    form .custom-select:after {
      content: '';
      display: block;
      position: absolute;
      right: 11px;
      top: 14px;
      height: 0;
      width: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #7f8080;
      pointer-events: none;
      -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); }
    form .custom-select:hover:before {
      background-color: #f7f7f7; }
    form .custom-select:hover:after {
      border-top-color: #333E47; }
  form .custom-submit {
    display: inline-block;
    position: relative;
    padding: 7px 10px;
    margin: -2px 0 0 15px;
    color: #FFF;
    text-decoration: none;
    z-index: 0; }
    #skylark_zip .custom-submit {
      margin: 0;
    }
    form .custom-submit input {
      display: inline-block;
      width: auto;
      font-size: 18px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400;
      margin: 0;
      background: transparent;
      color: #FFF;
      border: 0;
      padding: 0; }
    form .custom-submit:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 3px;
      background-color: #FF8300;
      z-index: -1; }
    form .custom-submit:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      border: 10px solid transparent;
      border-image: url(../images/anim-border.png) 44 round;
      -webkit-animation: anim-button--pulse 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
      -moz-animation: anim-button--pulse 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
      animation: anim-button--pulse 1500ms cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate; }
    form .custom-submit:hover input {
      -webkit-animation: anim-button--hover 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
      -moz-animation: anim-button--hover 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
      animation: anim-button--hover 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
form .has-error .help-block.with-errors {
  display: none;
}

form .has-error input,
form .has-error select,
form .has-error .custom-select {
  background-color: rgba(255, 232, 232, 1);
  border-color: red;
}
html {
  display: block;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); }
  html.js-show-mobile-menu {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
    overflow-y: hidden; }

@-webkit-keyframes anim-button--pulse {
  0% {
    border-image-outset: 5px;
    opacity: 0; }
  10% {
    border-image-outset: 12px;
    opacity: 0.08; }
  15% {
    border-image-outset: 5px;
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    border-image-outset: 10px;
    opacity: 0; } }

@-moz-keyframes anim-button--pulse {
  0% {
    border-image-outset: 5px;
    opacity: 0; }
  10% {
    border-image-outset: 12px;
    opacity: 0.08; }
  15% {
    border-image-outset: 5px;
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    border-image-outset: 10px;
    opacity: 0; } }

@keyframes anim-button--pulse {
  0% {
    border-image-outset: 5px;
    opacity: 0; }
  10% {
    border-image-outset: 12px;
    opacity: 0.08; }
  15% {
    border-image-outset: 5px;
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    border-image-outset: 10px;
    opacity: 0; } }

@-webkit-keyframes anim-button--hover {
  0% {
    color: #FFF; }
  100% {
    color: #2d2d2d; } }

@-moz-keyframes anim-button--hover {
  0% {
    color: #FFF; }
  100% {
    color: #2d2d2d; } }

@keyframes anim-button--hover {
  0% {
    color: #FFF; }
  100% {
    color: #2d2d2d; } }

.anim-button {
  display: inline-block;
  position: relative;
  padding: 7px 10px;
  margin: 15px 10px;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  z-index: 0; }
.anim-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  background-color: #FF8300;
  z-index: -1; }
.anim-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 11px solid;
  border-image: url(../images/anim-border.png) 44 44;
  border-image-outset: 6px;
  -webkit-animation: anim-button--pulse 2800ms cubic-bezier(0.23, 1, 0.32, 1) infinite both;
  -moz-animation: anim-button--pulse 2800ms cubic-bezier(0.23, 1, 0.32, 1) infinite both;
  animation: anim-button--pulse 2800ms cubic-bezier(0.23, 1, 0.32, 1) infinite both;
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px); }
.anim-button:hover {
  -webkit-animation: anim-button--hover 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  -moz-animation: anim-button--hover 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: anim-button--hover 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }
@media (max-width: 619px) {
  .anim-button {
    font-size: 16px;
    margin-top: 5px; } }
@media (max-width: 419px) {
  .anim-button {
    font-size: 15px; } }
.anim-button.anim-button--flush-left {
  margin-left: 0; }
.anim-button.anim-button--flush-right {
  margin-right: 0; }
.anim-button.anim-button--flush-top {
  margin-top: 0; }
.anim-button.anim-button--flush-bottom {
  margin-bottom: 0; }

.flush-top {
  margin-top: 0 !important; }

.flush-bottom {
  margin-top: 0 !important; }

.flush-left {
  margin-top: 0 !important; }

.flush-right {
  margin-top: 0 !important; }

.nudge-up-10 {
  margin-top: -10px !important; }

.nudge-up-20 {
  margin-top: -20px !important; }

.nudge-up-30 {
  margin-top: -20px !important; }

.nudge-up-40 {
  margin-top: -40px !important; }

.nudge-up-50 {
  margin-top: -50px !important; }

.nudge-up-60 {
  margin-top: -60px !important; }

.nudge-up-70 {
  margin-top: -70px !important; }

.nudge-up-80 {
  margin-top: -80px !important; }

.nudge-up-90 {
  margin-top: -90px !important; }

.nudge-up-100 {
  margin-top: -100px !important; }

.nudge-down-10 {
  margin-bottom: -10px !important; }

.nudge-down-20 {
  margin-bottom: -20px !important; }

.nudge-down-30 {
  margin-bottom: -20px !important; }

.nudge-down-40 {
  margin-bottom: -40px !important; }

.nudge-down-50 {
  margin-bottom: -50px !important; }

.nudge-down-60 {
  margin-bottom: -60px !important; }

.nudge-down-70 {
  margin-bottom: -70px !important; }

.nudge-down-80 {
  margin-bottom: -80px !important; }

.nudge-down-90 {
  margin-bottom: -90px !important; }

.nudge-down-100 {
  margin-bottom: -100px !important; }

.nudge-left-10 {
  margin-left: -10px !important; }

.nudge-left-20 {
  margin-left: -20px !important; }

.nudge-left-30 {
  margin-left: -20px !important; }

.nudge-left-40 {
  margin-left: -40px !important; }

.nudge-left-50 {
  margin-left: -50px !important; }

.nudge-left-60 {
  margin-left: -60px !important; }

.nudge-left-70 {
  margin-left: -70px !important; }

.nudge-left-80 {
  margin-left: -80px !important; }

.nudge-left-90 {
  margin-left: -90px !important; }

.nudge-left-100 {
  margin-left: -100px !important; }

.nudge-right-10 {
  margin-right: -10px !important; }

.nudge-right-20 {
  margin-right: -20px !important; }

.nudge-right-30 {
  margin-right: -20px !important; }

.nudge-right-40 {
  margin-right: -40px !important; }

.nudge-right-50 {
  margin-right: -50px !important; }

.nudge-right-60 {
  margin-right: -60px !important; }

.nudge-right-70 {
  margin-right: -70px !important; }

.nudge-right-80 {
  margin-right: -80px !important; }

.nudge-right-90 {
  margin-right: -90px !important; }

.nudge-right-100 {
  margin-right: -100px !important; }

.push-up-10 {
  margin-top: 10px !important; }

.push-up-20 {
  margin-top: 20px !important; }

.push-up-30 {
  margin-top: 20px !important; }

.push-up-40 {
  margin-top: 40px !important; }

.push-up-50 {
  margin-top: 50px !important; }

.push-up-60 {
  margin-top: 60px !important; }

.push-up-70 {
  margin-top: 70px !important; }

.push-up-80 {
  margin-top: 80px !important; }

.push-up-90 {
  margin-top: 90px !important; }

.push-up-100 {
  margin-top: 100px !important; }

.push-down-10 {
  margin-bottom: 10px !important; }

.push-down-20 {
  margin-bottom: 20px !important; }

.push-down-30 {
  margin-bottom: 20px !important; }

.push-down-40 {
  margin-bottom: 40px !important; }

.push-down-50 {
  margin-bottom: 50px !important; }

.push-down-60 {
  margin-bottom: 60px !important; }

.push-down-70 {
  margin-bottom: 70px !important; }

.push-down-80 {
  margin-bottom: 80px !important; }

.push-down-90 {
  margin-bottom: 90px !important; }

.push-down-100 {
  margin-bottom: 100px !important; }

.push-left-10 {
  margin-left: 10px !important; }

.push-left-20 {
  margin-left: 20px !important; }

.push-left-30 {
  margin-left: 20px !important; }

.push-left-40 {
  margin-left: 40px !important; }

.push-left-50 {
  margin-left: 50px !important; }

.push-left-60 {
  margin-left: 60px !important; }

.push-left-70 {
  margin-left: 70px !important; }

.push-left-80 {
  margin-left: 80px !important; }

.push-left-90 {
  margin-left: 90px !important; }

.push-left-100 {
  margin-left: 100px !important; }

.push-right-10 {
  margin-right: 10px !important; }

.push-right-20 {
  margin-right: 20px !important; }

.push-right-30 {
  margin-right: 20px !important; }

.push-right-40 {
  margin-right: 40px !important; }

.push-right-50 {
  margin-right: 50px !important; }

.push-right-60 {
  margin-right: 60px !important; }

.push-right-70 {
  margin-right: 70px !important; }

.push-right-80 {
  margin-right: 80px !important; }

.push-right-90 {
  margin-right: 90px !important; }

.push-right-100 {
  margin-right: 100px !important; }

.word-breakable {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  z-index: 100;
  padding: 20px 20px 0 20px; }
.navigation a {
  color: #FFF;
  text-decoration: none; }
@media (max-width: 768px) {
  .navigation {
    position: relative;
    padding: 0; } }

.navigation__wrapper {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  height: 100px; }
.navigation__wrapper::after {
  clear: both;
  content: "";
  display: table; }
@media (max-width: 1100px) {
  .navigation__wrapper {
    padding-top: 5px; } }
@media (max-width: 768px) {
  .navigation__wrapper {
    padding-top: 0;
    background-color: #FFF;
    height: 65px;
    padding: 0 20px; }
  .navigation__wrapper .navigation__ext-links,
  .navigation__wrapper .navigation__pri-links {
    display: none; } }

.navigation__mobile-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 17px;
  width: 30px;
  height: 30px;
  cursor: pointer; }
.navigation__mobile-toggle > div {
  width: 100%;
  height: 20%;
  background-color: #2d2d2d;
  border-radius: 2px;
  margin-bottom: 13.33333%;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center; }
@media (max-width: 768px) {
  .navigation__mobile-toggle {
    display: block; } }
.js-show-mobile-menu .navigation__mobile-toggle > div:nth-child(1) {
  -webkit-transform: rotate(225deg) translateY(-35%) translateX(-40%);
  -moz-transform: rotate(225deg) translateY(-35%) translateX(-40%);
  -ms-transform: rotate(225deg) translateY(-35%) translateX(-40%);
  -o-transform: rotate(225deg) translateY(-35%) translateX(-40%);
  transform: rotate(225deg) translateY(-35%) translateX(-40%); }
.js-show-mobile-menu .navigation__mobile-toggle > div:nth-child(2) {
  opacity: 0; }
.js-show-mobile-menu .navigation__mobile-toggle > div:nth-child(3) {
  -webkit-transform: rotate(-225deg) translateY(35%) translateX(-40%);
  -moz-transform: rotate(-225deg) translateY(35%) translateX(-40%);
  -ms-transform: rotate(-225deg) translateY(35%) translateX(-40%);
  -o-transform: rotate(-225deg) translateY(35%) translateX(-40%);
  transform: rotate(-225deg) translateY(35%) translateX(-40%); }

.navigation__logo {
  display: block;
  position: relative;
  margin: 0;
  float: left;
  width: 180px;
  height: 100%;
  background: url("../images/logo.png") no-repeat center;
  background-size: 100% auto;
  text-indent: -500px;
  overflow: hidden; }
@media (max-width: 1100px) {
  .navigation__logo {
    width: 150px;
    top: 5px; } }
@media (max-width: 800px) {
  .navigation__logo {
    width: 130px;
    top: 5px; } }
@media (max-width: 768px) {
  .navigation__logo {
    width: 100px;
    background-image: url("../images/logo-black.png");
    top: auto;
    bottom: 5px; } }

.navigation__logo-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.navigation__ext-links {
  position: absolute;
  right: 0;
  top: -5px; }

.navigation__ext-link {
  position: relative;
  display: inline-block;
  border-right: 1px solid #FFF;
  padding: 0 5px;
  font-size: 12px;
  z-index: 1; }
.navigation__ext-link a {
  -webkit-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  font-weight: 400; }
.navigation__ext-link:hover a {
  color: orange; }
.navigation__ext-link:last-child {
  border-right: 0;
  padding-right: 0; }

.navigation__pri-links {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 55px 0 0 0;
  text-align: right;
  margin-right: 20px; }

.navigation__pri-link {
  position: relative;
  display: inline-block;
  list-style: none;
  text-align: right;
  font-size: 18px;
  padding-left: 0!important;
  padding-right: 0!important;}
.navigation__pri-link a {
  position: relative;
  margin: 0 14px;
  z-index: 1;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);

}
.navigation__pri-link > a {
  padding-bottom: 6px; }
.navigation__pri-link:last-child a {
  margin-right: 0; }
.navigation__pri-link [data-social] {
  display: inline-block;
  width: 18px; }
.navigation__pri-link [data-social="twitter"] {
  background-image: url("../images/sprite.png");
  background-size: 75px 58.5px;
  background-position: 0px -44px;
  height: 15px; }
.navigation__pri-link [data-social="linkedin"] {
  background-image: url("../images/sprite.png");
  background-size: 75px 58.5px;
  background-position: -44px 0px;
  height: 18px; }
.navigation__pri-link [data-social="github"] {
  background-image: url("../images/sprite.png");
  background-size: 75px 58.5px;
  background-position: -44px -20px;
  height: 15px; }
@media (max-width: 1100px) {
  .navigation__pri-link {
    font-size: 16px; }
  .navigation__pri-link a {
    margin: 0 11px; } }
@media (max-width: 800px) {
  .navigation__pri-link {
    font-size: 13px; }
  .navigation__pri-link a {
    margin: 0 6px; } }

.navigation__seperate {
  display: inline-block;
  position: relative;
  top: 2px;
  height: 18px;
  margin: 0 12px;
  width: 2px;
  background-color: #FFF; }
@media (max-width: 1100px) {
  .navigation__seperate {
    top: 3px; } }

.navigation__sec-links {
  display: block;
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  position: absolute;
  left: 50%;
  width: 100%;
  min-width: 110px; }
.navigation__sec-links:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  margin-left: -50%;
  height: 230%;
  bottom: 0;
  background-color: #FF8300;
  z-index: 0; }
@media (max-width: 767px) {
  .navigation__sec-links {
    min-width: 75px; } }

.navigation__sec-link {
  display: block;
  visibility: hidden;
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 1;
  opacity: 0; }
.navigation__sec-link a {
  display: block;
  width: 100%;
  padding: 10px 0;
  margin: 0 0 0 -50%;
  font-weight: 400;
  text-shadow: none;
}

.navigation__sec-links {
  visibility: hidden; }
.navigation__sec-links:before {
  -webkit-transform: translate3d(0, -105%, 0) scale3d(0.95, 1, 1);
  -moz-transform: translate3d(0, -105%, 0) scale3d(0.95, 1, 1);
  -ms-transform: translate3d(0, -105%, 0) scale3d(0.95, 1, 1);
  -o-transform: translate3d(0, -105%, 0) scale3d(0.95, 1, 1);
  transform: translate3d(0, -105%, 0) scale3d(0.95, 1, 1);
  -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1); }

.navigation__sec-link {
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1), opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1), opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1), opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
.navigation__sec-link a {
  -webkit-transition: color 700ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 700ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 700ms cubic-bezier(0.23, 1, 0.32, 1); }
.navigation__sec-link:nth-child(1) {
  -webkit-transform: translate3d(0, -50px, 0) scale3d(0.8, 0.8, 1);
  -moz-transform: translate3d(0, -50px, 0) scale3d(0.8, 0.8, 1);
  -ms-transform: translate3d(0, -50px, 0) scale3d(0.8, 0.8, 1);
  -o-transform: translate3d(0, -50px, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(0, -50px, 0) scale3d(0.8, 0.8, 1); }
.navigation__sec-link:nth-child(2) {
  -webkit-transform: translate3d(0, -100px, 0) scale3d(0.9, 0.9, 1);
  -moz-transform: translate3d(0, -100px, 0) scale3d(0.9, 0.9, 1);
  -ms-transform: translate3d(0, -100px, 0) scale3d(0.9, 0.9, 1);
  -o-transform: translate3d(0, -100px, 0) scale3d(0.9, 0.9, 1);
  transform: translate3d(0, -100px, 0) scale3d(0.9, 0.9, 1); }
.navigation__sec-link:nth-child(3) {
  -webkit-transform: translate3d(0, -150px, 0) scale3d(0.75, 0.75, 1);
  -moz-transform: translate3d(0, -150px, 0) scale3d(0.75, 0.75, 1);
  -ms-transform: translate3d(0, -150px, 0) scale3d(0.75, 0.75, 1);
  -o-transform: translate3d(0, -150px, 0) scale3d(0.75, 0.75, 1);
  transform: translate3d(0, -150px, 0) scale3d(0.75, 0.75, 1); }
.navigation__sec-link:nth-child(4) {
  -webkit-transform: translate3d(0, -200px, 0) scale3d(0.8, 0.8, 1);
  -moz-transform: translate3d(0, -200px, 0) scale3d(0.8, 0.8, 1);
  -ms-transform: translate3d(0, -200px, 0) scale3d(0.8, 0.8, 1);
  -o-transform: translate3d(0, -200px, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(0, -200px, 0) scale3d(0.8, 0.8, 1); }
.navigation__sec-link:nth-child(5) {
  -webkit-transform: translate3d(0, -250px, 0) scale3d(0.7, 0.7, 1);
  -moz-transform: translate3d(0, -250px, 0) scale3d(0.7, 0.7, 1);
  -ms-transform: translate3d(0, -250px, 0) scale3d(0.7, 0.7, 1);
  -o-transform: translate3d(0, -250px, 0) scale3d(0.7, 0.7, 1);
  transform: translate3d(0, -250px, 0) scale3d(0.7, 0.7, 1); }
.navigation__sec-link:nth-child(6) {
  -webkit-transform: translate3d(0, -300px, 0) scale3d(0.9, 0.9, 1);
  -moz-transform: translate3d(0, -300px, 0) scale3d(0.9, 0.9, 1);
  -ms-transform: translate3d(0, -300px, 0) scale3d(0.9, 0.9, 1);
  -o-transform: translate3d(0, -300px, 0) scale3d(0.9, 0.9, 1);
  transform: translate3d(0, -300px, 0) scale3d(0.9, 0.9, 1); }
.navigation__sec-link:nth-child(7) {
  -webkit-transform: translate3d(0, -350px, 0) scale3d(0.8, 0.8, 1);
  -moz-transform: translate3d(0, -350px, 0) scale3d(0.8, 0.8, 1);
  -ms-transform: translate3d(0, -350px, 0) scale3d(0.8, 0.8, 1);
  -o-transform: translate3d(0, -350px, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(0, -350px, 0) scale3d(0.8, 0.8, 1); }
.navigation__sec-link:nth-child(8) {
  -webkit-transform: translate3d(0, -400px, 0) scale3d(0.95, 0.95, 1);
  -moz-transform: translate3d(0, -400px, 0) scale3d(0.95, 0.95, 1);
  -ms-transform: translate3d(0, -400px, 0) scale3d(0.95, 0.95, 1);
  -o-transform: translate3d(0, -400px, 0) scale3d(0.95, 0.95, 1);
  transform: translate3d(0, -400px, 0) scale3d(0.95, 0.95, 1); }
.navigation__sec-link:nth-child(9) {
  -webkit-transform: translate3d(0, -450px, 0) scale3d(0.75, 0.75, 1);
  -moz-transform: translate3d(0, -450px, 0) scale3d(0.75, 0.75, 1);
  -ms-transform: translate3d(0, -450px, 0) scale3d(0.75, 0.75, 1);
  -o-transform: translate3d(0, -450px, 0) scale3d(0.75, 0.75, 1);
  transform: translate3d(0, -450px, 0) scale3d(0.75, 0.75, 1); }
.navigation__sec-link:nth-child(10) {
  -webkit-transform: translate3d(0, -500px, 0) scale3d(0.85, 0.85, 1);
  -moz-transform: translate3d(0, -500px, 0) scale3d(0.85, 0.85, 1);
  -ms-transform: translate3d(0, -500px, 0) scale3d(0.85, 0.85, 1);
  -o-transform: translate3d(0, -500px, 0) scale3d(0.85, 0.85, 1);
  transform: translate3d(0, -500px, 0) scale3d(0.85, 0.85, 1); }
.navigation__sec-link:nth-child(11) {
  -webkit-transform: translate3d(0, -550px, 0) scale3d(0.8, 0.8, 1);
  -moz-transform: translate3d(0, -550px, 0) scale3d(0.8, 0.8, 1);
  -ms-transform: translate3d(0, -550px, 0) scale3d(0.8, 0.8, 1);
  -o-transform: translate3d(0, -550px, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(0, -550px, 0) scale3d(0.8, 0.8, 1); }
.navigation__sec-link:nth-child(12) {
  -webkit-transform: translate3d(0, -600px, 0) scale3d(0.85, 0.85, 1);
  -moz-transform: translate3d(0, -600px, 0) scale3d(0.85, 0.85, 1);
  -ms-transform: translate3d(0, -600px, 0) scale3d(0.85, 0.85, 1);
  -o-transform: translate3d(0, -600px, 0) scale3d(0.85, 0.85, 1);
  transform: translate3d(0, -600px, 0) scale3d(0.85, 0.85, 1); }
.navigation__sec-link:nth-child(13) {
  -webkit-transform: translate3d(0, -650px, 0) scale3d(0.8, 0.8, 1);
  -moz-transform: translate3d(0, -650px, 0) scale3d(0.8, 0.8, 1);
  -ms-transform: translate3d(0, -650px, 0) scale3d(0.8, 0.8, 1);
  -o-transform: translate3d(0, -650px, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(0, -650px, 0) scale3d(0.8, 0.8, 1); }
.navigation__sec-link:nth-child(14) {
  -webkit-transform: translate3d(0, -700px, 0) scale3d(0.9, 0.9, 1);
  -moz-transform: translate3d(0, -700px, 0) scale3d(0.9, 0.9, 1);
  -ms-transform: translate3d(0, -700px, 0) scale3d(0.9, 0.9, 1);
  -o-transform: translate3d(0, -700px, 0) scale3d(0.9, 0.9, 1);
  transform: translate3d(0, -700px, 0) scale3d(0.9, 0.9, 1); }
.navigation__sec-link:nth-child(15) {
  -webkit-transform: translate3d(0, -750px, 0) scale3d(0.8, 0.8, 1);
  -moz-transform: translate3d(0, -750px, 0) scale3d(0.8, 0.8, 1);
  -ms-transform: translate3d(0, -750px, 0) scale3d(0.8, 0.8, 1);
  -o-transform: translate3d(0, -750px, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(0, -750px, 0) scale3d(0.8, 0.8, 1); }

.navigation__pri-link [data-social] {
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); }

.navigation__pri-link:hover [data-social] {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  -moz-transform: scale3d(1.2, 1.2, 1);
  -ms-transform: scale3d(1.2, 1.2, 1);
  -o-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1); }

.navigation__pri-link:hover .navigation__sec-links {
  visibility: visible; }
.navigation__pri-link:hover .navigation__sec-links:before {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }

.navigation__pri-link:hover .navigation__sec-link {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.navigation__pri-link:hover .navigation__sec-link:hover a {
  color: #2d2d2d; }

.navigation__pri-link > a:not([data-social]) {
  border: 0px solid transparent;
  -webkit-transition: border 200ms ease-in;
  -moz-transition: border 200ms ease-in;
  transition: border 200ms ease-in; }

.navigation__pri-link:hover > a:not([data-social]),
.navigation__pri-link a.active:not([data-social]) {
  border-bottom: 2px solid #FFF;
  color: #fff;}

.navigation--mobile {
  display: none;
  z-index: 0;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 250px;
  background: #FF8300;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }
.navigation--mobile a {
  color: #FFF;
  text-decoration: none; }
@media (max-width: 768px) {
  .navigation--mobile {
    display: block; }
  html.js {
  overflow-x: hidden; } }

.navigation__header--mobile {
  position: relative;
  color: #FFF;
  padding: 20px;
  margin: 0 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8); }

.navigation__header-nav--mobile {
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
  visibility: hidden;
  width: 200px;
  text-align: left; }
.navigation__header-nav--mobile:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 20px;
  background-image: url("../images/sprite.png");
  background-size: 75px 58.5px;
  background-position: -64px 0px;
  opacity: 0;
  -webkit-transform: rotate(-90deg) translate3d(20px, 0, 0);
  -moz-transform: rotate(-90deg) translate3d(20px, 0, 0);
  -ms-transform: rotate(-90deg) translate3d(20px, 0, 0);
  -o-transform: rotate(-90deg) translate3d(20px, 0, 0);
  transform: rotate(-90deg) translate3d(20px, 0, 0);
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1); }
.js-secondary .navigation__header-nav--mobile {
  visibility: visible; }
.js-secondary .navigation__header-nav--mobile:before {
  -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
  -moz-transform: rotate(180deg) translate3d(0, 0, 0);
  -ms-transform: rotate(180deg) translate3d(0, 0, 0);
  -o-transform: rotate(180deg) translate3d(0, 0, 0);
  transform: rotate(180deg) translate3d(0, 0, 0);
  opacity: 1; }

.navigation__wrapper--mobile {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.js-secondary .navigation__wrapper--mobile {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.navigation__social-links--mobile {
  display: table;
  width: 100%;
  margin: 20px 0;
  padding: 0 20px; }

.navigation__social-link--mobile {
  position: relative;
  display: table-cell;
  list-style: none;
  text-align: center;
  vertical-align: middle;
  font-size: 18px; }
.navigation__social-link--mobile [data-social] {
  display: inline-block;
  width: 18px; }
.navigation__social-link--mobile [data-social="twitter"] {
  background-image: url("../images/sprite.png");
  background-size: 75px 58.5px;
  background-position: 0px -44px;
  height: 15px; }
.navigation__social-link--mobile [data-social="linkedin"] {
  background-image: url("../images/sprite.png");
  background-size: 75px 58.5px;
  background-position: -44px 0px;
  height: 18px; }
.navigation__social-link--mobile [data-social="github"] {
  background-image: url("../images/sprite.png");
  background-size: 75px 58.5px;
  background-position: -44px -20px;
  height: 15px; }

.navigation__ext-links--mobile {
  width: 100%;
  margin: 30px 0;
  padding: 0;
  text-align: center; }

.navigation__ext-link--mobile {
  position: relative;
  display: inline-block;
  border-right: 1px solid #FFF;
  padding: 0 5px;
  font-size: 14px;
  z-index: 1; }
.navigation__ext-link--mobile a {
  -webkit-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1); }
.navigation__ext-link--mobile:hover a {
  color: #333E47; }
.navigation__ext-link--mobile:last-child {
  border-right: 0;
  padding-right: 0; }

.navigation__pri-links--mobile {
  margin: 0;
  padding: 0 20px; }

.navigation__pri-link--mobile {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  list-style: none;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0; }
.navigation__pri-link--mobile:nth-child(1) {
  -webkit-transition-delay: 40ms;
  -moz-transition-delay: 40ms;
  transition-delay: 40ms; }
.navigation__pri-link--mobile:nth-child(2) {
  -webkit-transition-delay: 80ms;
  -moz-transition-delay: 80ms;
  transition-delay: 80ms; }
.navigation__pri-link--mobile:nth-child(3) {
  -webkit-transition-delay: 120ms;
  -moz-transition-delay: 120ms;
  transition-delay: 120ms; }
.navigation__pri-link--mobile:nth-child(4) {
  -webkit-transition-delay: 160ms;
  -moz-transition-delay: 160ms;
  transition-delay: 160ms; }
.navigation__pri-link--mobile:nth-child(5) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  transition-delay: 200ms; }
.navigation__pri-link--mobile:nth-child(6) {
  -webkit-transition-delay: 240ms;
  -moz-transition-delay: 240ms;
  transition-delay: 240ms; }
.navigation__pri-link--mobile:nth-child(7) {
  -webkit-transition-delay: 280ms;
  -moz-transition-delay: 280ms;
  transition-delay: 280ms; }
.navigation__pri-link--mobile:nth-child(8) {
  -webkit-transition-delay: 320ms;
  -moz-transition-delay: 320ms;
  transition-delay: 320ms; }
.navigation__pri-link--mobile:nth-child(9) {
  -webkit-transition-delay: 360ms;
  -moz-transition-delay: 360ms;
  transition-delay: 360ms; }
.navigation__pri-link--mobile:nth-child(10) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  transition-delay: 400ms; }
.navigation__pri-link--mobile:nth-child(11) {
  -webkit-transition-delay: 440ms;
  -moz-transition-delay: 440ms;
  transition-delay: 440ms; }
.navigation__pri-link--mobile:nth-child(12) {
  -webkit-transition-delay: 480ms;
  -moz-transition-delay: 480ms;
  transition-delay: 480ms; }
.navigation__pri-link--mobile:nth-child(13) {
  -webkit-transition-delay: 520ms;
  -moz-transition-delay: 520ms;
  transition-delay: 520ms; }
.navigation__pri-link--mobile:nth-child(14) {
  -webkit-transition-delay: 560ms;
  -moz-transition-delay: 560ms;
  transition-delay: 560ms; }
.navigation__pri-link--mobile > a {
  display: block;
  padding: 15px 0px;
  text-align: left;
  vertical-align: middle;
  -webkit-transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1); }
.navigation__pri-link--mobile.js-has-children > a:after {
  content: '';
  margin-top: 4px;
  display: inline-block;
  float: right;
  width: 9px;
  height: 16px;
  background-image: url("../images/sprite.png");
  background-size: 60px 46.8px;
  background-position: -51.2px 0px; }
.navigation__pri-link--mobile:not(.js-has-children) > a {
  margin-right: 20px; }
.navigation__pri-link--mobile:hover > a, .navigation__pri-link--mobile.js-active > a {
  color: #333E47; }
.js-show-mobile-menu .navigation__pri-link--mobile {
  opacity: 1; }

.navigation__sec-links--mobile {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 20px; }
.navigation__pri-link--mobile.js-active .navigation__sec-links--mobile {
  visibility: visible; }
.navigation__pri-link--mobile.js-active .navigation__sec-links--mobile .navigation__sec-link--mobile {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.navigation__sec-link--mobile {
  display: block;
  list-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(20%, 0, 0);
  -moz-transform: translate3d(20%, 0, 0);
  -ms-transform: translate3d(20%, 0, 0);
  -o-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0);
  opacity: 0; }
.navigation__sec-link--mobile:nth-child(1) {
  -webkit-transition-delay: 60ms;
  -moz-transition-delay: 60ms;
  transition-delay: 60ms; }
.navigation__sec-link--mobile:nth-child(2) {
  -webkit-transition-delay: 120ms;
  -moz-transition-delay: 120ms;
  transition-delay: 120ms; }
.navigation__sec-link--mobile:nth-child(3) {
  -webkit-transition-delay: 180ms;
  -moz-transition-delay: 180ms;
  transition-delay: 180ms; }
.navigation__sec-link--mobile:nth-child(4) {
  -webkit-transition-delay: 240ms;
  -moz-transition-delay: 240ms;
  transition-delay: 240ms; }
.navigation__sec-link--mobile:nth-child(5) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms; }
.navigation__sec-link--mobile:nth-child(6) {
  -webkit-transition-delay: 360ms;
  -moz-transition-delay: 360ms;
  transition-delay: 360ms; }
.navigation__sec-link--mobile:nth-child(7) {
  -webkit-transition-delay: 420ms;
  -moz-transition-delay: 420ms;
  transition-delay: 420ms; }
.navigation__sec-link--mobile:nth-child(8) {
  -webkit-transition-delay: 480ms;
  -moz-transition-delay: 480ms;
  transition-delay: 480ms; }
.navigation__sec-link--mobile:nth-child(9) {
  -webkit-transition-delay: 540ms;
  -moz-transition-delay: 540ms;
  transition-delay: 540ms; }
.navigation__sec-link--mobile:nth-child(10) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms; }
.navigation__sec-link--mobile:nth-child(11) {
  -webkit-transition-delay: 660ms;
  -moz-transition-delay: 660ms;
  transition-delay: 660ms; }
.navigation__sec-link--mobile:nth-child(12) {
  -webkit-transition-delay: 720ms;
  -moz-transition-delay: 720ms;
  transition-delay: 720ms; }
.navigation__sec-link--mobile:nth-child(13) {
  -webkit-transition-delay: 780ms;
  -moz-transition-delay: 780ms;
  transition-delay: 780ms; }
.navigation__sec-link--mobile:nth-child(14) {
  -webkit-transition-delay: 840ms;
  -moz-transition-delay: 840ms;
  transition-delay: 840ms; }
.navigation__sec-link--mobile > a {
  display: block;
  padding: 15px 0px;
  text-align: left;
  vertical-align: middle; }
.navigation__sec-link--mobile:hover > a {
  color: #2d2d2d; }


/* Footer */
.footer {
  background-color: #333E47;
  overflow: hidden; }
@media (max-width: 1100px) {
  .footer {
    padding-left: 40px;
    padding-right: 40px; } }
@media (max-width: 419px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px; } }

.footer__wrapper {
  position: relative;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  color: #FFF; }
.footer__wrapper::after {
  clear: both;
  content: "";
  display: table; }

.footer__address {
  display: inline-block;
  vertical-align: top;
  line-height: 1.4; }
@media (max-width: 767px) {
  .footer__address {
    display: block;
    width: 100%;
    margin-bottom: 20px; } }

.footer__links {
  display: block;
  float: right;
  width: 70%;
  margin: 0;
  padding: 0; }
@media (max-width: 767px) {
  .footer__links {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
  .footer__links::after {
    clear: both;
    content: "";
    display: table; } }

.footer__link-column {
  display: block;
  float: left;
  width: 25%; }
@media (max-width: 767px) {
  .footer__link-column {
    display: block;
    width: 50%;
    text-align: left; } }

.footer__link {
  display: block;
  list-style: none;
  width: 100%;
  margin-bottom: 15px;
  font-size: 15px; }
.footer__link a {
  color: #FFF;
  text-decoration: none; }
.footer__link:hover a {
  color: #FF8300; }

.footer__social-links {
  position: absolute;
  bottom: 40px;
  left: 0px;
  margin: 0;
  padding: 0; }
@media (max-width: 767px) {
  .footer__social-links {
    position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    bottom: auto; } }

.footer__social-link {
  display: inline-block;
  list-style: none; }
.footer__social-link a {
  position: relative;
  margin-right: 15px;
  z-index: 1;
  font-weight: 400; }
.footer__social-link [data-social] {
  display: inline-block;
  width: 18px;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); }
.footer__social-link [data-social="twitter"] {
  background-image: url("../images/sprite.png");
  background-size: 75px 58.5px;
  background-position: 0px -44px;
  height: 15px; }
.footer__social-link [data-social="linkedin"] {
  background-image: url("../images/sprite.png");
  background-size: 75px 58.5px;
  background-position: -44px 0px;
  height: 18px; }
.footer__social-link [data-social="github"] {
  background-image: url("../images/sprite.png");
  background-size: 75px 58.5px;
  background-position: -44px -20px;
  height: 15px; }
.footer__social-link:hover [data-social] {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  -moz-transform: scale3d(1.2, 1.2, 1);
  -ms-transform: scale3d(1.2, 1.2, 1);
  -o-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1); }

.footer__legal {
  display: block;
  width: 70%;
  float: right;
  font-size: 12px;
  margin-top: 10px; }
.footer__legal a {
  color: #FFF;
  text-decoration: none; }
.footer__legal a:hover {
  color: #FF8300; }
@media (max-width: 767px) {
  .footer__legal {
    font-size: 12px;
    width: 100%;
    float: none; } }

.footer__link {
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(30px, 0, 0);
  -moz-transform: translate3d(30px, 0, 0);
  -ms-transform: translate3d(30px, 0, 0);
  -o-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
  opacity: 0; }
.footer__link:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  transition-delay: 50ms; }
.footer__link:nth-child(2) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms; }
.footer__link:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms; }
.footer__link:nth-child(4) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  transition-delay: 200ms; }
.footer__link:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  transition-delay: 250ms; }
.js-in-view .footer__link {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.footer__address {
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(50px, 0, 0);
  -moz-transform: translate3d(50px, 0, 0);
  -ms-transform: translate3d(50px, 0, 0);
  -o-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
  opacity: 0; }
.js-in-view .footer__address {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.footer__social-links {
  -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(-20px, 0, 0);
  -moz-transform: translate3d(-20px, 0, 0);
  -ms-transform: translate3d(-20px, 0, 0);
  -o-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
  opacity: 0; }
.js-in-view .footer__social-links {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.footer__legal {
  -webkit-transition: all 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 800ms cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  -ms-transform: translate3d(20px, 0, 0);
  -o-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  opacity: 0; }
.js-in-view .footer__legal {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.page-user .region-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 100px;
}

@media all and (max-width: 1024px){
  .slicknav_menu {
    display: none;

  }
}

.text-button {
    display: inline-block;
    margin-bottom: 8px;
}

.clear {
  clear: both;
}

/* Our Values Graphic */
div.our-values {
  background: #2c6c85;
  padding: 60px 0;
}
div.our-values-img {
    padding-bottom: 78.4037%;
    background: url(/sites/default/themes/swiftnav/images/our_values_desktop.png) no-repeat center center;
    background-size: cover;
}
@media all and (max-width: 619px) {
  div.our-values {
    padding: 20px 0;
  }
  div.our-values .generic-content__wrapper {
    padding: 0;
  }
  div.our-values-img {
    background-image: url(/sites/default/themes/swiftnav/images/our_values_mobile.png);
    padding-bottom: 301.2987%;
  }
}

/* cart nav link */
.main-menu li.cart-navigation {
    position: absolute;
    width: 160px;
    height: 20px;
    list-style-type: none;
    top: 25px;
    right: 0;
}
.main-menu li.cart-navigation a {
  display: inline-block;
  text-align: right;
  font-size: 14px;
  line-height: 25px;
}
.main-menu li.cart-navigation a img {
  height: 14px;
}
.main-menu li.cart-navigation span {
    display: inline-block;
    color: #fff;
    padding: 0 8px;
}
.navigation--mobile li.cart-navigation {
  display: block;
  list-style-type: none;
}
.navigation--mobile li.cart-navigation a {
    display: block;
    text-align: center;
    padding-top: 10px;
}

/* Resource Node View */
.node-resource-asset .content {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 100px;
}

.node-resource-asset .content .field {
  margin-bottom: 20px;
}

#sliding-popup #popup-text,
#sliding-popup #popup-buttons button {
  font-family: 'Roboto Condensed', sans-serif !important;
}

#sliding-popup .popup-content #popup-buttons {
  margin: 0 !important;
}

#sliding-popup .popup-content #popup-buttons button {
  font-size: 11px;
  background: #ff8300 !important;
  color: #ffffff !important;
  text-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #ffffff !important;
}
