/* master scss */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

/**
*   The  pseudo-element 'content' property doesnt accept normal (&raquo;) style
*   HTML entities. These variables below easy the pain of looking up the HEX codes...
*
*   Referenced from http://www.danshort.com/HTMLentities/
*/
/*********************
TRANSITIONS
*********************/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 960px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1180px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

/*
----------------------------------------------- 
Typographic styles
----------------------------------------------- */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 1, 2016 */
/* --
@Font face
------------------------- */
/*

font-family:'URWClarendonW01-Regular_923452';
font-family:'URWClarendonW01-Regular_923467';
font-family:'URW Clarendon W01 Bold';
*/
/* fonts web */
/*
$helveticaneue-italic-font-stack: 'HelveticaNeueW02-56Ital';
$helveticaneue-bold-font-stack: 'HelveticaNeueW02-75Bold';
*/
/* fonts web */
/*
@font-face {
    font-family: 'superclarendonregular';
    src: url('../type/ClarendonURW-Regular.eot');
    src: url('../type/ClarendonURW-Regular.eot?#iefix') format('embedded-opentype'),
         url('../type/ClarendonURW-Regular.woff2') format('woff2'),
         url('../type/ClarendonURW-Regular.woff') format('woff'),
         url('../type/ClarendonURW-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'superclarendonbold';
    src: url('../type/ClarendonURW-Bold.eot');
    src: url('../type/ClarendonURW-Bold.eot?#iefix') format('embedded-opentype'),
         url('../type/ClarendonURW-Bold.woff2') format('woff2'),
         url('../type/ClarendonURW-Bold.woff') format('woff'),
         url('../type/ClarendonURW-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/
.tk-freight-sans-pro-n3 h1, .tk-freight-sans-pro-n3 p {
  font-family: tk-freight-sans-pro-n3 !important; }

.tk-freight-sans-pro-n4 h1, .tk-freight-sans-pro-n4 p {
  font-family: tk-freight-sans-pro-n4 !important; }

.tk-freight-sans-pro-n5 h1, .tk-freight-sans-pro-n5 p {
  font-family: tk-freight-sans-pro-n5 !important; }

.tk-freight-text-pro-n3 h1, .tk-freight-text-pro-n3 p {
  font-family: tk-freight-text-pro-n3 !important; }

.tk-freight-text-pro-n4 h1, .tk-freight-text-pro-n4 p {
  font-family: tk-freight-text-pro-n4 !important; }

.tk-freight-text-pro-n7 h1, .tk-freight-text-pro-n7 p {
  font-family: tk-freight-text-pro-n7 !important; }

.tk-freight-display-pro-n3 h1, .tk-freight-display-pro-n3 p {
  font-family: tk-freight-display-pro-n3 !important; }

.tk-freight-display-pro-n6 h1, .tk-freight-display-pro-n6 p {
  font-family: tk-freight-display-pro-n6 !important; }

.tk-freight-display-pro-n7 h1, .tk-freight-display-pro-n7 p {
  font-family: tk-freight-display-pro-n7 !important; }

.tk-freight-sans-condensed--n3 h1, .tk-freight-sans-condensed--n3 p {
  font-family: tk-freight-sans-condensed--n3 !important; }

.tk-freight-sans-condensed--n5 h1, .tk-freight-sans-condensed--n5 p {
  font-family: tk-freight-sans-condensed--n5 !important; }

.tk-freight-sans-condensed--n6 h1, .tk-freight-sans-condensed--n6 p {
  font-family: tk-freight-sans-condensed--n6 !important; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: map-get($icon-home, 'width');
}

At the bottom of this section, we provide information about the spritesheet itself
*/
/*
The provided mixins are intended to be used with variables directly

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites(map-get($spritesheet, 'sprites'));
*/
/********** Deprecated and obsolete elements **********/
applet, basefont, dir, font, isindex, menu, s, strike, u {
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  white-space: normal;
  vertical-align: baseline;
  text-decoration: inherit;
  text-align: left;
  color: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

dir, menu {
  list-style: none; }

nobr {
  white-space: normal; }

blink {
  text-decoration: none; }

marquee {
  overflow: visible; }

/******************** Base ********************/
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  /* -webkit-font-smoothing: antialiased; */ }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  -webkit-border-radius: 0; }

a:link, a:visited, a:hover, a:active {
  outline: none;
  text-decoration: none; }

/* --
Article
------------------------- */
article .title {
  /*
    @include fontSize(42);
    @include lineHeight(46, 42);
    color: #171717;   
    */ }

/* bootstrap overwrites */
.navbar-nav > li > a {
  padding: 0; }

.navbar-nav,
.navbar-nav > li {
  float: none; }

.nav > li > a:hover, .nav > li > a:focus {
  background: inherit; }

.navbar-nav {
  margin: 0; }

.navbar-brand, .navbar-nav > li > a {
  text-shadow: none !important; }

footer .container {
  padding: 0 10px; }

h2 {
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "tk-freight-sans-condensed--n6";
  margin: 21px 20px 0 20px;
  font-weight: 600; }
  @media (min-width: 960px) {
    h2 {
      margin: 27px 0 0 0; } }

p {
  font-size: 16px;
  line-height: 20px;
  font-family: "tk-freight-text-pro-n4";
  margin: 5px 20px; }
  @media (min-width: 960px) {
    p {
      margin: 0; } }

input[type="email"] {
  background: #fff;
  outline: 0;
  border: none;
  border-bottom: 2px solid #ff3948;
  font-family: "tk-freight-text-pro-n4";
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  padding: 6px 15px 7px 15px;
  width: 100%;
  transition: all .2s ease-in; }
  @media (min-width: 960px) {
    input[type="email"] {
      width: 293px; } }
  input[type="email"]:focus {
    outline: none;
    border-bottom-color: #333;
    color: #333;
    background: #f2f2f2; }

input.button,
input[type="submit"] {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 75px;
  height: 45px;
  background: #ff3948 url("../img/arrow-right-1.png") no-repeat center center;
  position: absolute;
  right: 0;
  bottom: 20px;
  transition: all .2s ease-in; }
  input.button:focus,
  input[type="submit"]:focus {
    outline: none; }
  input.button:hover,
  input[type="submit"]:hover {
    background: #333 url("../img/arrow-right-1.png") no-repeat center center; }

form {
  margin: 21px 0 0 0;
  padding: 20px 0;
  border-top: 1px solid #dddddd;
  position: relative; }

.extra {
  margin: 25px 0 0 0;
  background: #333; }
  .extra .container {
    background: #333;
    padding: 0 20px; }
    @media (min-width: 960px) {
      .extra .container {
        padding: 0 150px; } }
  .extra li {
    display: inline-block;
    margin-right: 25px;
    padding: 10px 0; }
    .extra li a {
      width: auto;
      line-height: 1em;
      margin: 0; }

section[role="main"] #mc_embed_signup-foot {
  font-weight: normal;
  float: left;
  padding: 25px 20px;
  margin-bottom: 30px;
  width: 100%;
  background: url("../img/newsletter-bg.gif") no-repeat center center;
  background-size: cover; }
  @media (min-width: 1180px) {
    section[role="main"] #mc_embed_signup-foot {
      padding: 25px 100px; } }
  section[role="main"] #mc_embed_signup-foot p {
    background: #000;
    padding: 23px 10px 22px 10px;
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    font-family: "tk-freight-sans-pro-n4";
    font-weight: normal;
    display: inline-block;
    margin-right: 10px;
    float: left;
    width: 100%; }
    @media (min-width: 768px) {
      section[role="main"] #mc_embed_signup-foot p {
        width: auto;
        padding: 18px 10px 17px 10px; } }
    @media (min-width: 1180px) {
      section[role="main"] #mc_embed_signup-foot p {
        font-size: 36px;
        line-height: 30px;
        padding: 18px 10px 17px 10px; } }
  section[role="main"] #mc_embed_signup-foot div {
    display: inline-block;
    float: left;
    width: 100%; }
    @media (min-width: 768px) {
      section[role="main"] #mc_embed_signup-foot div {
        width: auto; } }
  section[role="main"] #mc_embed_signup-foot form {
    background: #000;
    padding: 10px 100px 10px 10px;
    display: inline-block;
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      section[role="main"] #mc_embed_signup-foot form {
        width: auto; } }
    section[role="main"] #mc_embed_signup-foot form input[type="email"] {
      background: #fff;
      outline: 0;
      border: none;
      border-bottom: 2px solid #e42d6d;
      font-family: "tk-freight-sans-pro-n4";
      font-size: 16px;
      line-height: 30px;
      color: #999999;
      padding: 6px 15px 7px 15px;
      width: 100%;
      transition: all .2s ease-in; }
      @media (min-width: 768px) {
        section[role="main"] #mc_embed_signup-foot form input[type="email"] {
          width: 293px; } }
      section[role="main"] #mc_embed_signup-foot form input[type="email"]:focus {
        outline: none;
        border-bottom-color: #333;
        color: #333;
        background: #f2f2f2; }
    section[role="main"] #mc_embed_signup-foot form input.button,
    section[role="main"] #mc_embed_signup-foot form input[type="submit"] {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      width: 75px;
      height: 45px;
      background: #e42d6d url("../img/arrow-right-1.png") no-repeat center center;
      position: absolute;
      right: 10px;
      top: 10px;
      transition: all .2s ease-in; }
      section[role="main"] #mc_embed_signup-foot form input.button:focus,
      section[role="main"] #mc_embed_signup-foot form input[type="submit"]:focus {
        outline: none; }
      section[role="main"] #mc_embed_signup-foot form input.button:hover,
      section[role="main"] #mc_embed_signup-foot form input[type="submit"]:hover {
        background: #333 url("../img/arrow-right-1.png") no-repeat center center; }

section.article .row {
  font-family: "tk-freight-sans-pro-n3"; }
  section.article .row p {
    font-size: 18px;
    line-height: 30px;
    font-family: "tk-freight-sans-pro-n3";
    font-weight: normal; }
