/*
Theme Name:         Earnest
Theme URI:          http://assemblydigital.com
Description:        Custom theme for Earnest built by <a href="http://assemblydigital.com">Assembly Digital</a>
Version:            1.0.0
Author:             Assembly Digital
Author URI:         http://assemblydigital.com
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
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;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
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 {
  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;
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #353439;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #101011;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 768px) {
  .container {
    width: 756px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 976px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1176px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px;
}
.row {
  margin-left: -18px;
  margin-right: -18px;
}
.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: 18px;
  padding-right: 18px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -18px;
  margin-right: -18px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 18px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-footer: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;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  color: #353439;
  line-height: 1.475;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: #f4f4f4;
  font-family: 'vag', 'helvetica neue', 'helvetica', sans;
  font-size: 18px;
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  html,
  body {
    font-size: 24px;
  }
}
body {
  padding-bottom: 48px;
}
html.no-scroll {
  overflow: hidden;
  max-height: 100%;
}
html.no-scroll body {
  overflow: hidden;
  max-height: 100%;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}
#scroll-to-top {
  bottom: 0;
  background-color: #353439;
  height: 40px;
  position: fixed;
  right: 0;
  width: 40px;
  z-index: 100;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  transition: transform 150ms;
  -webkit-transition: -webkit-transform 150ms;
  -moz-transition: -webkit-transform 150ms;
}
#scroll-to-top.visible {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
#scroll-to-top a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 0;
  padding: 0;
}
@media (max-width: 991px) {
  #scroll-to-top {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .no-touch #scroll-to-top {
    display: none;
  }
}
img {
  height: auto;
  max-width: 100%;
}
.icon {
  display: inline-block;
  height: 0.857142rem;
  vertical-align: middle;
  width: 0.857142rem;
  fill: #353439;
}
.icon.icon-large {
  height: 36px;
  width: 36px;
}
.icon.icon-medium {
  height: 1rem;
  width: 1rem;
}
.icon.icon-small {
  height: 0.666667rem;
  width: 0.666667rem;
}
.icon.icon-dark {
  fill: #353439;
}
.icon.icon-white {
  fill: #ffffff;
}
.nav-tabs span {
  display: inline-block;
  margin: 0 5px;
}
.nav-tabs a {
  border-bottom: 2px solid transparent;
}
.nav-tabs a:active svg,
.nav-tabs a:focus svg {
  fill: #ffffff;
}
.nav-tabs .active a {
  border-bottom: 2px solid #ffffff;
}
.borderimage .nav-tabs a {
  border: none;
}
.borderimage .nav-tabs .active {
  position: relative;
}
.borderimage .nav-tabs .active a {
  border: none;
}
.borderimage .nav-tabs .active a:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  height: 4px;
  width: 30px;
  margin-left: -15px;
  background-image: url('assets/img/underline.svg');
  background-size: 100%;
}
.tab-button {
  border: 2px solid transparent;
  border-radius: 2px;
  line-height: 24px;
  margin: 0 0.5em;
  padding: 10px;
  position: relative;
  z-index: 2;
  display: block;
}
.tab-button .icon {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  height: 3em;
  width: 3em;
  position: relative;
  z-index: 1;
}
input:focus,
button:focus {
  outline: none;
}
.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border-radius: 8px;
  border: none;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.btn:hover {
  text-decoration: none;
}
.btn-bordered {
  border: 2px solid #353439;
}
.btn-bordered:hover,
.btn-bordered:focus {
  border: 2px solid #353439;
  background-color: #353439;
  color: #ffffff;
}
.btn-bordered:hover svg.icon,
.btn-bordered:focus svg.icon {
  fill: #ffffff;
}
.custom-border {
  border-radius: 18px 10px 20px 13px;
  display: inline-block;
}
.borderimage .custom-border {
  border-radius: 16px 10px 20px 13px;
  padding: 0.1em 0.4em;
  border-width: 0.4em;
  -webkit-border-image: url('assets/img/earnest-border.svg') 8 stretch;
  -o-border-image: url('assets/img/earnest-border.svg') 8 stretch;
     border-image: url('assets/img/earnest-border.svg') 8 stretch;
}
.borderimage .custom-border:hover,
.borderimage .custom-border:focus {
  border-color: transparent;
  border-width: 0.4em;
  -webkit-border-image: url('assets/img/earnest-border.svg') 8 stretch;
  -o-border-image: url('assets/img/earnest-border.svg') 8 stretch;
     border-image: url('assets/img/earnest-border.svg') 8 stretch;
}
.borderimage .custom-border-light {
  border-radius: 16px 10px 20px 13px;
  padding: 0.1em 0.4em;
  border-width: 0.4em;
  -webkit-border-image: url('assets/img/earnest-border-light.svg') 8 stretch;
  -o-border-image: url('assets/img/earnest-border-light.svg') 8 stretch;
     border-image: url('assets/img/earnest-border-light.svg') 8 stretch;
}
.borderimage .custom-border-light:hover,
.borderimage .custom-border-light:focus {
  border-color: transparent;
  border-width: 0.4em;
  background-color: #ffffff;
  color: #353439;
  -webkit-border-image: url('assets/img/earnest-border-light.svg') 8 stretch;
  -o-border-image: url('assets/img/earnest-border-light.svg') 8 stretch;
     border-image: url('assets/img/earnest-border-light.svg') 8 stretch;
}
.btn-wide {
  line-height: 1;
  padding: 0.5em 2em;
}
.btn-small {
  border-radius: 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.btn-dark {
  border: 2px solid transparent;
  background-color: #353439;
  color: #ffffff;
}
.btn-dark:focus,
.btn-dark:hover {
  background-color: transparent;
  color: #353439;
  border: 2px solid #353439;
}
.btn-unstyled {
  border: none;
  border-radius: 0;
}
.btn-unstyled.active {
  border-bottom: 1px solid #353439;
}
.learn-more {
  border-radius: 50%;
  border: 0.15em solid #9a98a1;
  color: #9a98a1;
  display: inline-block;
  font-size: 0.6em;
  font-weight: bold;
  height: 1.5em;
  line-height: 1;
  padding: 0.25em;
  margin-top: 3px;
  text-align: center;
  vertical-align: top;
  width: 1.5em;
}
.learn-more:focus,
.learn-more:hover {
  border: 0.15em solid #353439;
}
#navigation-overlay {
  width: 100%;
  height: 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 1000;
  opacity: 0;
  padding: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="number"] {
  background: transparent;
  border: 2px solid #353439;
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
}
.hidden-children {
  display: none;
}
form.submission-form strong {
  display: block;
  clear: both;
}
form.submission-form .row.options {
  margin-top: 24px;
}
form.submission-form input#budget.form-control {
  text-align: right;
}
.form-group--subheading {
  font-family: 'vag', 'helvetica neue', 'helvetica', sans;
  font-weight: normal;
}
.pace .pace-progress {
  background: #353439;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
::-webkit-input-placeholder {
  color: #353439;
  font-weight: bold;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #353439;
  font-weight: bold;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #353439;
  font-weight: bold;
}
:-ms-input-placeholder {
  color: #353439;
}
img.alignleft {
  float: left;
  margin: 0.25em 0.5em 0.5em 0;
}
img.alignright {
  float: right;
  margin: 0.25em 0em 0.5em;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
@font-face {
  font-family: 'earnestmedium';
  src: url('assets/fonts/earnest/earnest_REGULAR-webfont.eot');
  src: url('assets/fonts/earnest/earnest_REGULAR-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/earnest/earnest_REGULAR-webfont.woff2') format('woff2'), url('assets/fonts/earnest/earnest_REGULAR-webfont.woff') format('woff'), url('assets/fonts/earnest/earnest_REGULAR-webfont.ttf') format('truetype'), url('assets/fonts/earnest/earnest_REGULAR-webfont.svg#earnestmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'earnestmedium';
  src: url('assets/fonts/earnest/earnest_BOLD-webfont.eot');
  src: url('assets/fonts/earnest/earnest_BOLD-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/earnest/earnest_BOLD-webfont.woff2') format('woff2'), url('assets/fonts/earnest/earnest_BOLD-webfont.woff') format('woff'), url('assets/fonts/earnest/earnest_BOLD-webfont.ttf') format('truetype'), url('assets/fonts/earnest/earnest_BOLD-webfont.svg#earnestmedium') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'vag';
  src: url('assets/fonts/vag/VAGRoundedStd-Thin.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vag';
  src: url('assets/fonts/vag/VAGRoundedStd-Bold.otf');
  font-weight: bold;
  font-style: normal;
}
.page-header-large {
  font-size: 2em;
}
@media (min-width: 768px) {
  .page-header-large {
    font-size: 3em;
  }
}
.press-title {
  font-weight: bold;
}
.single-post .press-title {
  font-size: 1.3333em;
}
.press-title a {
  color: #353439;
}
time.published {
  font-weight: bold;
  line-height: 0.8;
  font-size: 1.2em;
}
.single-post time.published {
  font-size: 1.7em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'vag', 'helvetica neue', 'helvetica', sans;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.5em;
}
h1.flush-top,
h2.flush-top,
h3.flush-top,
h4.flush-top,
h5.flush-top,
h6.flush-top {
  margin-top: 0;
}
h1.flush-bottom,
h2.flush-bottom,
h3.flush-bottom,
h4.flush-bottom,
h5.flush-bottom,
h6.flush-bottom {
  margin-bottom: 0;
}
h1.flush,
h2.flush,
h3.flush,
h4.flush,
h5.flush,
h6.flush {
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  border-bottom: none;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0;
}
.h1,
h1 {
  font-size: 1.5em;
}
@media (min-width: 992px) {
  .h1,
  h1 {
    font-size: 2em;
  }
}
.h2,
h2 {
  font-size: 1.7em;
}
.h3,
h3 {
  font-size: 1.3333em;
}
.h4,
h4 {
  font-size: 1em;
}
.h5,
time {
  font-size: 0.777778em;
}
time {
  font-family: 'earnestmedium', 'vag', 'helvetica neue', 'helvetica', sans;
}
.small,
small {
  font-size: 0.777778em;
}
.page-header {
  text-align: center;
}
.page-intro {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  font-weight: bold;
  font-size: 1.3333em;
}
@media (min-width: 768px) {
  .page-intro {
    font-size: 2em;
  }
}
.page-intro p:first-child {
  margin-top: 1em;
}
p:first-child {
  margin-top: 0;
}
blockquote {
  font-weight: bold;
  font-size: 1.3333em;
  margin-right: 0;
}
@media (max-width: 767px) {
  blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
a {
  border-bottom: 1px solid #353439;
  color: #353439;
  outline: none;
}
a:hover,
a:focus {
  color: #353439;
  text-decoration: none;
}
a:focus {
  outline: none;
  border: none;
}
a.no-border {
  border-bottom: none;
}
ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
li {
  padding-left: 0.9em;
  position: relative;
}
li:before {
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-image: url(assets/img/list-heart.svg);
  position: absolute;
  top: 0.333em;
  left: 0;
  background-size: 100%;
}
#menu-primary-navigation li,
.list-unstyled li {
  padding: 0;
}
#menu-primary-navigation li:before,
.list-unstyled li:before {
  display: none;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline li {
  padding: 0;
}
.list-inline li:before {
  display: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.font-script {
  font-family: 'earnestmedium', 'vag', 'helvetica neue', 'helvetica', sans;
  line-height: 0.55;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
/*
 *
 * Variables and Mixins for Global Responsive Behaviour
 *
 */
/*
 * Media query constants
 */
/*
 * Simple and not so illogical Media Queries
 */
#responsive-width-aid {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 1px;
}
@media (min-width: 768px) {
  #responsive-width-aid {
    width: 768px;
  }
}
@media (min-width: 992px) {
  #responsive-width-aid {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  #responsive-width-aid {
    width: 1200px;
  }
}
.nav-footer,
.push {
  height: 155px;
}
.nav-footer .social-links {
  margin: 0;
  padding: 1em 0;
}
.nav-footer .social-links a {
  border: none;
}
@media (max-width: 767px) {
  .nav-footer .social-links svg {
    width: 20px;
    height: 20px;
  }
}
.nav-footer .legal {
  font-weight: bold;
}
div.navbar-container {
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  bottom: 0;
  left: 100%;
  overflow: auto;
  padding: 110px 0 18px;
  position: fixed;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 2000;
}
div.navbar-container.nav-target.nav-open {
  left: auto;
  right: 0;
}
.boardOpen div.navbar-container {
  padding-top: 70px;
}
@media (min-width: 768px) {
  div.navbar-container {
    padding: 18px 0;
    left: auto;
    padding: 58px 18px 18px;
    right: -340px;
    text-align: left;
    width: 340px;
    -webkit-transition: right 150ms cubic-bezier(0.29, 0.02, 1, 0.72);
    transition: right 150ms cubic-bezier(0.29, 0.02, 1, 0.72);
  }
}
div.navbar-container button.navbar-toggle {
  position: absolute;
  top: 18px;
  right: 18px;
  top: 65px;
}
div.navbar-container button.navbar-toggle .icon {
  height: 30px;
  width: 30px;
}
.boardOpen div.navbar-container button.navbar-toggle {
  top: 10px;
}
@media (min-width: 768px) {
  div.navbar-container button.navbar-toggle {
    display: none;
  }
}
nav.navbar {
  min-height: 100%;
  margin: 0 auto -155px;
  z-index: 1;
  width: 100%;
}
nav.navbar ul#menu-primary-navigation {
  margin: 0;
  padding: 0 0 1em 0;
  transition: transform 400ms;
  -webkit-transition: -webkit-transform 400ms;
}
nav.navbar ul#menu-primary-navigation > li {
  padding: 1em 25%;
}
@media (max-width: 767px) {
  nav.navbar ul#menu-primary-navigation > li {
    padding: 1em 0;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
nav.navbar ul#menu-primary-navigation > li:first-child {
  padding-top: 0;
}
nav.navbar li {
  font-weight: bold;
  list-style: none;
  text-align: center;
}
nav.navbar li.active {
  position: relative;
}
nav.navbar li.active:after {
  content: '';
  width: 60px;
  height: 40px;
  background-image: url('assets/img/drip.png');
  position: absolute;
  right: 20px;
  top: -5px;
  background-size: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
nav.navbar li a {
  border: none;
  color: #353439;
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-target {
  position: relative;
  left: 0;
}
@media (min-width: 768px) {
  .nav-target {
    -webkit-transition: left 150ms cubic-bezier(0.29, 0.02, 1, 0.72);
    transition: left 150ms cubic-bezier(0.29, 0.02, 1, 0.72);
  }
}
@media (min-width: 768px) {
  .nav-target.nav-open {
    left: -340px;
  }
}
.navbar-toggle-container {
  cursor: pointer;
  float: right;
  margin-top: 0;
  margin-right: 0;
  position: relative;
  z-index: 1020;
}
@media (min-width: 768px) {
  .navbar-toggle-container {
    margin-top: 10px;
  }
}
.navbar-toggle-container .icon-close {
  display: none;
}
.nav-open .navbar-toggle-container .icon-close {
  display: inline-block;
  height: 30px;
  width: 30px;
}
.nav-open .navbar-toggle-container .icon-hamburger {
  display: none;
}
.navbar-toggle-container.mobile-only {
  width: 100%;
  padding: 0 18px;
}
.navbar-toggle-container.mobile-only:before,
.navbar-toggle-container.mobile-only:after {
  content: " ";
  display: table;
}
.navbar-toggle-container.mobile-only:after {
  clear: both;
}
.navbar-toggle-container.mobile-only:before,
.navbar-toggle-container.mobile-only:after {
  content: " ";
  display: table;
}
.navbar-toggle-container.mobile-only:after {
  clear: both;
}
.navbar-toggle-container .navbar-toggle-header {
  color: #353439;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  line-height: 58px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .navbar-toggle-container .navbar-toggle-header {
    display: none;
  }
}
.navbar-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  float: left;
  padding: 9px 10px;
  position: relative;
}
.navbar-button:focus {
  outline: 0;
}
.navbar-button .icon-bar-wrap {
  float: right;
}
.navbar-button .icon-bar {
  display: block;
  width: 33px;
  height: 4px;
  background-color: #353439;
}
.navbar-button .icon-bar + .icon-bar {
  margin-top: 5px;
}
header.banner {
  padding: 1em 0;
  background-image: url('assets/img/earnest-decoration.svg');
  background-repeat: no-repeat;
  background-position: bottom right;
  backround-size: 320px;
  margin-bottom: 2em;
}
.home.page header.banner {
  position: absolute;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  header.banner {
    padding: 1.4em 0;
    background-size: 80%;
  }
}
header.banner .site-title {
  position: relative;
  float: left;
  margin: 0;
  z-index: 100;
}
header.banner a.navbar-brand {
  border: none;
  display: block;
  margin-top: 5px;
  width: 80px;
}
@media (min-width: 768px) {
  header.banner a.navbar-brand {
    width: 115px;
    margin-top: 0;
  }
}
header.banner a.navbar-brand img {
  display: block;
  height: 44px;
  max-width: 100%;
}
@media (min-width: 768px) {
  header.banner a.navbar-brand img {
    height: 72px;
  }
}
@media (min-width: 768px) {
  header.banner a.navbar-brand {
    width: 175px;
  }
}
.flavour-board {
  background-color: #353439;
  color: #ffffff;
  height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 5;
}
.flavour-board:after {
  background-image: url('assets/img/flavour-board-flourish.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 85%;
  z-index: 5;
}
.flavour-board .banner,
.flavour-board .flavour-board-content,
.flavour-board .flavour-board-header {
  position: relative;
  z-index: 6;
}
.flavour-board a:hover {
  color: #ffffff;
}
.flavour-board a:hover .icon {
  fill: #ffffff;
}
.flavour-board .flavour-board-header-small {
  display: none;
  float: right;
  font-size: 1rem;
  margin: 0;
  padding: 15px 18px 0 0;
}
@media (min-width: 768px) {
  .flavour-board .flavour-board-header-small {
    padding: 10px 18px 0 0;
  }
}
.flavour-board .flavour-board-header-small h2 {
  font-size: 0.7rem;
  letter-spacing: 0.03em;
  margin: 0 14px 0 0;
  float: left;
}
.flavour-board .flavour-board-header-small .flavour-board-time {
  float: left;
  font-size: 1.3rem;
  margin-right: 10px;
  line-height: 0.5;
}
.flavour-board .flavour-board-header-small svg.icon-white {
  float: left;
}
.flavour-board.closed {
  cursor: pointer;
  height: 40px;
  -webkit-transition: left 150ms cubic-bezier(0.29, 0.02, 1, 0.72);
  transition: left 150ms cubic-bezier(0.29, 0.02, 1, 0.72);
  z-index: 3000;
}
.flavour-board.closed:after,
.flavour-board.closed .navbar {
  visibility: hidden;
}
.flavour-board.closed .flavour-board-content {
  visibility: hidden;
}
.flavour-board.closed .flavour-board-header-small {
  display: block;
}
.flavour-board.open {
  -webkit-transition: height 500ms ease-in-out, left 150ms cubic-bezier(0.29, 0.02, 1, 0.72);
  transition: height 500ms ease-in-out, left 150ms cubic-bezier(0.29, 0.02, 1, 0.72);
}
.flavour-board .banner {
  margin-bottom: 0;
  padding-top: 25px;
}
.flavour-board .site-title {
  margin-top: 8px;
  margin-bottom: 0;
  float: left;
  width: 80px;
}
.flavour-board .site-title img {
  width: 80px;
  height: 32px;
}
.flavour-board .navbar-toggle-container {
  margin-top: 0;
}
.flavour-board .navbar .container-fluid {
  padding: 0;
}
.flavour-board .flavour-board-header {
  margin-bottom: 2em;
  padding-left: 18px;
  padding-right: 18px;
}
.flavour-board .flavour-board-header h2 {
  font-size: 3em;
  text-transform: uppercase;
}
.flavour-board .flavour-board-header time {
  display: block;
  font-size: 2em;
  text-transform: capitalize;
}
.flavour-board a {
  color: #ffffff;
}
.flavour-board a:hover {
  text-decoration: none;
}
.flavour-board .nav-tabs li {
  vertical-align: top;
}
.flavour-board .nav-tabs li:first-child + li {
  font-size: 34px;
  vertical-align: middle;
  line-height: 92px;
}
.flavour-board .tab-content {
  padding: 0 18px 24px;
}
.flavour-board .tab-content:before,
.flavour-board .tab-content:after {
  content: " ";
  display: table;
}
.flavour-board .tab-content:after {
  clear: both;
}
.flavour-board .tab-content:before,
.flavour-board .tab-content:after {
  content: " ";
  display: table;
}
.flavour-board .tab-content:after {
  clear: both;
}
.flavour-board .tab-content > .tab-pane {
  padding-top: 1em;
  display: none;
}
.flavour-board .tab-content > .tab-pane:before,
.flavour-board .tab-content > .tab-pane:after {
  content: " ";
  display: table;
}
.flavour-board .tab-content > .tab-pane:after {
  clear: both;
}
.flavour-board .tab-content > .tab-pane:before,
.flavour-board .tab-content > .tab-pane:after {
  content: " ";
  display: table;
}
.flavour-board .tab-content > .tab-pane:after {
  clear: both;
}
.flavour-board .tab-content > .active {
  display: block;
}
.flavour-board .tab-content h3 {
  text-transform: uppercase;
}
.flavour-board .tab-content .location-flavour {
  font-size: 2.6em;
  text-align: center;
  float: none;
  margin-bottom: 0.333em;
  margin-right: -8px;
  width: 100%;
  opacity: 0.9;
  word-spacing: -0.18em;
}
.flavour-board .tab-content .location-flavour a {
  display: inline-block;
}
.flavour-board .nav-tabs,
.flavour-board .location-flavour-list {
  font-family: 'earnestmedium', 'vag', 'helvetica neue', 'helvetica', sans;
}
footer.flavour-board-footer p {
  font-size: 14px;
  text-align: center;
}
.single-flavours .entry-title {
  font-weight: normal;
  font-family: 'earnestmedium', 'vag', 'helvetica neue', 'helvetica', sans;
  font-size: 4em;
  line-height: 0.5em;
  word-spacing: -0.18em;
}
.single-flavours .feature-image {
  text-align: center;
}
.single-flavours .feature-image img {
  display: inline-block;
  max-width: 320px;
  width: 100%;
}
@media (min-width: 768px) {
  .single-flavours .feature-image img {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .single-flavours .feature-image img {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .single-flavours .feature-image img {
    max-width: 550px;
  }
}
.single-flavours .single-flavour-column {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .single-flavours .single-flavour-column {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-right: -6px;
  }
}
.single-flavours .share-links a {
  border: none;
}
.single-flavours .flavour-available {
  padding: 0.25em 0;
}
.single-flavours .flavour-available .btn {
  margin: 0.25em 0;
}
.single-locations dt {
  font-weight: bold;
}
.page.flavours .flavours-list {
  width: 100%;
}
.page.flavours .flavours {
  display: inline-block;
  float: none;
  font-family: 'earnestmedium', 'vag', 'helvetica neue', 'helvetica', sans;
  margin-bottom: 2em;
  margin-right: -9px;
  position: relative;
  vertical-align: top;
}
.page.flavours .flavours .h2 {
  font-size: 2.6em;
  left: 0;
  line-height: 0.5;
  padding: 0 18px;
  width: 100%;
}
.page.flavours .flavours .h2 span {
  font-family: 'earnestmedium', 'vag', 'helvetica neue', 'helvetica', sans;
  word-spacing: -0.18em;
  display: inline-block;
  max-width: 70%;
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.66, 0.96, 0.79, 0.97);
  transition: transform 150ms cubic-bezier(0.66, 0.96, 0.79, 0.97);
  vertical-align: top;
}
.page.flavours .flavours .flavour-wrap a {
  display: block;
  border: none;
}
.page.flavours .flavours .flavour-wrap img {
  max-width: 260px;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .filter-toggle {
    display: none;
  }
}
.filters {
  font-family: 'earnestmedium', 'vag', 'helvetica neue', 'helvetica', sans;
  font-size: 1.3rem;
  line-height: 0.3;
  text-align: center;
}
@media (max-width: 767px) {
  .filters {
    display: none;
  }
}
@media (min-width: 768px) {
  .filters {
    display: block !important;
  }
}
.filters .filter-list {
  margin-top: 0;
  margin-bottom: 3em;
}
.filters li {
  margin-left: -10px;
  padding: 4px 0 0;
}
@media (max-width: 767px) {
  .filters li {
    display: block;
    border: none;
    padding-bottom: 1em;
  }
}
.filters li + li {
  position: relative;
}
@media (min-width: 768px) {
  .filters li + li:before {
    content: "";
    background-image: url('assets/img/vertical-border.svg');
    background-size: 100%;
    display: block;
    height: 20px;
    left: 0;
    top: 5px;
    position: absolute;
    width: 2px;
    background-repeat: no-repeat;
  }
}
.filters a {
  display: block;
  position: relative;
  border: none;
  padding: 0.25em 1em 1em;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .filters a {
    padding: 0.25em 1em;
  }
}
.filters a .icon {
  display: none;
}
.filters a.active .icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
}
@media (min-width: 768px) {
  .filters a.active .icon {
    bottom: -10px;
  }
}
.flavour-available {
  font-weight: bold;
}
.flavour-available > div {
  font-size: 0.888889em;
  margin-bottom: 1em;
}
.flavour-available span {
  font-weight: normal;
  font-size: 0.6em;
  line-height: 1;
  vertical-align: middle;
}
.jobs-list {
  margin-top: 3em;
}
.jobs-list li {
  margin-bottom: 3em;
}
.job-details {
  display: none;
}
dl.job-info {
  margin: 0;
}
dl.job-info:before,
dl.job-info:after {
  content: " ";
  display: table;
}
dl.job-info:after {
  clear: both;
}
dl.job-info:before,
dl.job-info:after {
  content: " ";
  display: table;
}
dl.job-info:after {
  clear: both;
}
.single-jobs dl.job-info {
  margin-bottom: 1em;
}
dl.job-info time {
  font-size: 1em;
  font-family: 'vag', 'helvetica neue', 'helvetica', sans;
}
dl.job-info dt,
dl.job-info dd {
  float: left;
}
dl.job-info dt {
  clear: left;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
  font-size: 0.777778em;
  line-height: 1.5rem;
}
dl.job-info dd {
  margin: 0 0 0.25em;
}
.page.locations dl {
  margin: 0 0 1em;
}
.page.locations dl:before,
.page.locations dl:after {
  content: " ";
  display: table;
}
.page.locations dl:after {
  clear: both;
}
.page.locations dl:before,
.page.locations dl:after {
  content: " ";
  display: table;
}
.page.locations dl:after {
  clear: both;
}
.page.locations dt {
  clear: left;
  float: left;
  font-weight: bold;
  padding-right: 10px;
}
.page.locations dd {
  margin: 0;
}
@media (min-width: 992px) {
  .page.locations dd {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .page.locations dd {
    width: auto;
    margin: 0 0 0 0;
  }
}
.page.locations .location-section-heading {
  margin: 2em 0 1em;
}
.page.locations .location-section-heading svg {
  margin-top: -0.25em;
}
.page.locations .address-item {
  display: block;
}
@media (min-width: 768px) {
  .page.locations .locations:not(.location-mobile) .location-image {
    padding: 0 18px 18px;
  }
}
.page.locations .locations:not(.location-mobile) .location-info {
  padding-top: 18px;
}
.page.locations .locations:not(.location-mobile) .location-info:before,
.page.locations .locations:not(.location-mobile) .location-info:after {
  content: " ";
  display: table;
}
.page.locations .locations:not(.location-mobile) .location-info:after {
  clear: both;
}
.page.locations .locations:not(.location-mobile) .location-info:before,
.page.locations .locations:not(.location-mobile) .location-info:after {
  content: " ";
  display: table;
}
.page.locations .locations:not(.location-mobile) .location-info:after {
  clear: both;
}
@media (min-width: 768px) {
  .page.locations .locations:not(.location-mobile) .location-info {
    padding: 18px;
  }
}
.page.locations .locations:not(.location-mobile) .location-info .placeholder-current-open-status {
  font-weight: bold;
  padding-top: 5px;
}
.page.locations .locations:not(.location-mobile) .address {
  margin: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .page.locations .locations:not(.location-mobile) .address {
    padding-right: 18px;
  }
}
.page.locations .locations:not(.location-mobile) .address .address-line {
  margin: 0;
  font-weight: bold;
}
.page.locations .locations:not(.location-mobile) .address .phone {
  margin-top: 0;
}
.page.locations .locations:not(.location-mobile) .location-hours {
  margin: 0;
  text-align: left;
}
.page.locations .locations:not(.location-mobile) .btn {
  float: left;
  clear: both;
}
.borderimage #mapSearch {
  border-width: 0.4em;
  -webkit-border-image: url('assets/img/earnest-border.svg') 8 stretch;
  -o-border-image: url('assets/img/earnest-border.svg') 8 stretch;
     border-image: url('assets/img/earnest-border.svg') 8 stretch;
}
.map-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.map-container .map-controls {
  margin-bottom: 1em;
  padding: 0 18px;
  text-align: center;
}
@media (min-width: 992px) {
  .map-container .map-controls {
    position: absolute;
    top: 15px;
    z-index: 1000;
    left: 75px;
    text-align: left;
  }
}
.map-container .map-controls #mapSearch {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 44px;
}
@media (min-width: 768px) {
  .map-container .map-controls #mapSearch {
    height: 58px;
  }
}
.map-container #status {
  background-color: #ffffff;
  height: auto;
  text-align: center;
  -webkit-transition: right 300ms;
          transition: right 300ms;
  width: 100%;
  -webkit-transition: right 300ms;
  -moz-transition: right 300ms;
}
@media (min-width: 992px) {
  .map-container #status {
    position: absolute;
    height: 500px;
    z-index: 1000;
    right: 0;
    top: 0;
    width: 300px;
    right: -300px;
  }
}
.map-container #status.has-directions .status-toggle {
  display: inline-block;
}
.map-container #status.active {
  right: 0;
}
.map-container #status.active .status-toggle {
  display: inline-block;
}
.map-container #status.active .status-details {
  display: block;
  height: auto;
}
@media (min-width: 992px) {
  .map-container #status.active .status-details {
    right: 0;
    height: 439px;
  }
}
.map-container #status.active .icon-mobile,
.map-container #status.active .icon-desktop {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.map-container #status .status-details {
  display: none;
  height: 100%;
  overflow-y: scroll;
  padding: 1em 18px 1.5em;
}
@media (min-width: 992px) {
  .map-container #status .status-details {
    padding: 3em 1.5em 1.5em;
  }
}
.map-container #status .status-toggle {
  display: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: none;
  padding: 8px;
  border-radius: 2px 0 0 2px;
}
.map-container #status .status-toggle .icon {
  -webkit-transition: -webkit-transform 150ms 300ms;
          transition: transform 150ms 300ms;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
@media (min-width: 768px) {
  .map-container #status .status-toggle .icon-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .map-container #status .status-toggle .icon-desktop {
    display: none;
  }
}
@media (min-width: 992px) {
  .map-container #status .status-toggle {
    margin-top: -31px;
    position: absolute;
    top: 50%;
    right: 100%;
  }
}
.map-container #status p {
  margin-top: 0;
}
@media (min-width: 992px) {
  .map-container span.distance {
    display: block;
  }
}
.location-map {
  height: 350px;
}
@media (min-width: 768px) {
  .location-map {
    height: 500px;
  }
}
.page.locations .location-map img {
  max-width: none;
}
.page.locations .location-map .wrap {
  float: left;
  width: 200px;
}
@media (min-width: 768px) {
  .page.locations .location-map h3.flush {
    margin-bottom: 0.25em;
  }
}
.page.locations .location-map p {
  margin: 0;
}
.page.locations .location-map dl {
  line-height: 1.2;
  margin-top: 12px;
}
.scoop-shops,
.distribution-locations {
  margin-top: 0;
}
.scoop-shops li,
.distribution-locations li {
  display: inline-block;
  float: none;
  margin-right: -6px;
  vertical-align: top;
  padding-left: 18px;
  padding-right: 18px;
}
@media (max-width: 767px) {
  .scoop-shops li,
  .distribution-locations li {
    width: 100%;
  }
}
.scoop-shops .icon,
.distribution-locations .icon {
  margin-bottom: 0.5rem;
}
.distribution-locations li {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .location-mobile {
    margin-top: 1em;
  }
}
.mobile-location--row {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .mobile-location--row {
    padding-right: 18px;
    padding-left: 18px;
  }
}
.mobile-location--content {
  font-size: 1.67em;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .mobile-location--content {
    margin-top: 2rem;
  }
}
.mobile-location--cta {
  padding-bottom: 18px;
}
.mobile-location--cta p {
  font-size: 1.3em;
  padding-top: 15px;
}
.mobile-location--info {
  margin-right: -6px;
}
.mobile-location--info h3,
.mobile-location--info p {
  text-align: left;
}
.page.our-story section {
  margin: 100px 0;
}
@media (min-width: 768px) {
  .page.our-story section .section-header {
    margin-top: 0;
  }
}
.page.our-story section .image-tile {
  padding-left: 36px;
  padding-right: 36px;
}
@media (min-width: 768px) {
  .page.our-story section .container-fluid,
  .page.our-story section .blockquote-container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.image-tile {
  padding: 150px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.image-tile.image-only {
  padding: 100px 0;
}
@media (min-width: 768px) {
  .image-tile.image-only {
    padding: 300px 0;
  }
}
.image-tile img {
  width: 100%;
  height: auto;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
}
.image-tile .image-tile-text {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.75em;
  text-align: center;
  width: 100%;
}
.image-tile .image-tile-text p {
  margin: 0;
}
.image-tile .image-tile-text.text-color-black {
  color: #353439;
}
.image-tile .icon-large {
  height: 2em;
  width: 2em;
}
.earth-week__header {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 90px;
  line-height: 115px;
}
@media (max-width: 767px) {
  .earth-week__header {
    font-size: 57px;
    line-height: 83px;
  }
}
.earth-week__header--earth {
  font-size: 154px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .earth-week__header--earth {
    font-size: 98px;
  }
}
.earth-week__header--week {
  font-size: 176px;
}
@media (max-width: 767px) {
  .earth-week__header--week {
    font-size: 112px;
  }
}
.earth-week__header--small {
  position: relative;
  top: -59px;
}
@media (max-width: 767px) {
  .earth-week__header--small {
    top: -42px;
  }
}
.earth-week__header--script {
  text-transform: lowercase;
  font-family: 'earnestmedium', 'vag', 'helvetica neue', 'helvetica', sans;
  font-size: 134px;
  position: relative;
  top: -39px;
  left: 0;
}
@media (max-width: 767px) {
  .earth-week__header--script {
    font-size: 90px;
    top: -30px;
  }
}
.earth-week__date {
  text-align: center;
  font-family: 'earnestmedium', 'vag', 'helvetica neue', 'helvetica', sans;
  font-size: 60px;
  position: relative;
  top: -40px;
}
.earth-week__date p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .earth-week__date {
    font-size: 50px;
  }
}
.earth-week__title {
  text-transform: uppercase;
  font-size: 46px;
  margin-bottom: 10px;
  margin-top: 0;
}
.earth-week__small-header {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.earth-week__number {
  font-family: 'earnestmedium', 'vag', 'helvetica neue', 'helvetica', sans;
  font-size: 124px;
  line-height: 0.5;
}
.earth-week__number p {
  margin-bottom: 0;
}
.earth-week__icon {
  max-width: 250px;
  margin: 0 auto;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .earth-week__icon {
    padding-bottom: 50px;
  }
}
.earth-week__container {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .earth-week__container {
    max-width: 450px;
    margin: 0 auto;
  }
}
.earth-week-front {
  padding-top: 100px;
  padding-bottom: 60px;
}
.earth-week-front h1,
.earth-week-front a {
  text-align: center;
}
@media (min-width: 768px) {
  .earth-week-front .earth-week__date {
    padding-top: 20px;
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .earth-week-front .earth-week__date {
    font-size: 40px;
    padding-top: 20px;
  }
}
.earth-week-front__icon {
  max-width: 150px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .earth-week-front__icon {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .earth-week-front__icon {
    max-width: 200px;
  }
}
.earth-week-front__content {
  padding-top: 30px;
  text-align: center;
}
.earth-week-front__section {
  padding: 20px 0 60px 0;
}
.earth-week-front__title {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-top: 0;
}
.home {
  padding: 0;
}
.home .link-container {
  height: 100%;
  position: absolute;
  text-align: center;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 100%;
  display: none;
}
.home .link-container a {
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .home .link-container a {
    font-size: 1.0em;
  }
}
.home .video-screen,
.home .video-image {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.home .video-image {
  opacity: 1;
  z-index: 1;
  background-size: cover;
}
.home .video-screen {
  background-color: white;
  opacity: 0.68;
  z-index: 2;
}
.home .video-container {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.home .video-container iframe {
  position: absolute;
}
.feature-heading {
  padding-bottom: 15px;
  position: relative;
  left: 2px;
}
.feature-heading img {
  z-index: 1;
}
.link-title-content {
  z-index: 2;
  padding-top: 50px;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
.link-title-content .custom-border {
  border-width: 0.3em;
}
.link-title-content .custom-border:hover,
.link-title-content .custom-border:active,
.link-title-content .custom-border:focus {
  border-width: 0.3em;
}
.entry-summary a {
  display: block;
  float: left;
}
.blog article {
  padding-bottom: 4em;
}
.blog article header {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .blog article header .entry-title {
    margin-top: 1em;
  }
}
.blog .press-large .entry-title {
  font-size: 2.5em;
}
.single-post .press-image {
  text-align: center;
}
.single-post .press-image img {
  display: inline-block;
}
.single-post header {
  margin-bottom: 3em;
}
.single-post .link-container {
  margin-top: 1em;
}
.next {
  float: right;
}
.previous {
  float: left;
}
.error404 {
  padding: 0;
}
.error404 header.banner {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.error404 main {
  background-image: url('assets/img/earnest-ice-cream-404-bg.jpg');
  background-position: center center;
  background-size: cover;
  height: 100vh;
}
.error404 .content-404 {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 240px;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.7);
}