@charset "UTF-8";
.content:after, .container:after, .single-image .main:after, .col-2 .content:after, .home-2 .content .wrap:after, .buttons:after, .cases:after {
  content: "";
  display: table;
  clear: both;
}

.single-image figure img, .col-2 figure img, .col-2 .gallery img, .home-1 figure, .home-2 .content .wrap, nav {
  box-shadow: 6px 6px 40px #adadad;
}

.cases__item {
  box-shadow: 1px 1px 4px rgba(173, 173, 173, 0.5);
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.container {
  position: relative;
}

body {
  font-family: "Typonine Stencil", Georgia, serif;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  font-size: 100%;
  background-color: #fffffc;
}
@media (min-width: 770px) {
  body {
    background-image: url("../img/bg-1.jpg");
    background-position: 10% 6%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 980px) {
  body {
    background-image: url("../img/bg-1.jpg"), url("../img/bg-2.jpg");
    background-position: 10% 5%, 15% 28%;
  }
}

@media (min-width: 980px) {
  #verkoopspunt .content {
    background-image: url("../img/bg-2.jpg");
    background-position: 0 525px;
    background-repeat: no-repeat;
  }
}

#verkoopspunt {
  background-image: none !important;
}

figure {
  padding: 0;
  margin: 0;
  display: block;
}

img {
  max-width: 100%;
}

@media (min-width: 770px) {
  .masonry {
    background-image: url("../img/bg-4.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}
@media (min-width: 980px) {
  .masonry {
    background-image: url("../img/bg-3.jpg"), url("../img/bg-4.jpg");
    background-position: 0 top, bottom right;
  }
}

@media (min-width: 770px) {
  .case {
    background-image: url("../img/bg-1.jpg");
    background-position: 10% 6%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 980px) {
  .case {
    background-image: url("../img/bg-1.jpg");
    background-position: 10% 12%;
  }
}

@media (min-width: 980px) {
  body#contact {
    background-image: url("../img/bg-1.jpg"), url("../img/bg-2.jpg");
    background-position: 10% 5%, 29% 96%;
  }
}

@media (min-width: 980px) {
  body#media {
    background-image: url("../img/bg-1.jpg"), url("../img/bg-2.jpg");
    background-position: 10% 5%, 18% 52%;
  }
}

.prefix {
  font-size: 1.35em;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 980px) {
  .prefix {
    font-size: 1.65em;
  }
}
.prefix:before {
  content: "—";
  margin-right: 0.35em;
}
@media (max-width: 480px) {
  .prefix {
    font-size: 1.35em;
  }
}

.subtitle {
  text-transform: uppercase;
  color: #BC480A;
  font-weight: 400;
  font-style: normal;
  font-family: "brandon-grotesque", "Brandon Grotesque", "Myriad Pro", Candara, sans-serif;
  font-size: 0.75em;
  letter-spacing: +1px;
}
@media (min-width: 980px) {
  .subtitle {
    font-size: 0.95em;
  }
}
@media (max-width: 480px) {
  .subtitle {
    font-size: 0.75em;
  }
}

.cases__item .prefix {
  margin-bottom: 0.15em;
}

.cases__item .subtitle {
  margin: 0 2em 1em 2em;
}

.single-image .prefix, .single-image .subtitle {
  padding-left: 0;
}

.single-image .subtitle {
  padding-left: 0;
}

.content h4 {
  border-bottom: 1px solid;
  display: inline-block;
  margin-bottom: 0.125em;
}
.content p a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #333333;
}
.content p a:hover {
  opacity: 0.7;
}

.media {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.media .media-locatie {
  font-family: "brandon-grotesque", "Brandon Grotesque", "Myriad Pro", Candara, sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: 1em;
  font-family: "TyponineStencil Normal 14", Georgia, serif;
}
.media .media-locatie a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #333333;
}
.media li {
  margin-bottom: 32px;
}
.media .media-date {
  font-size: 0.9em;
  margin-bottom: 0;
  line-height: 1;
  font-family: "brandon-grotesque", "Brandon Grotesque", "Myriad Pro", Candara, sans-serif;
  text-transform: uppercase;
}
.media p {
  color: #535353;
}
.media .media-locatie + p {
  margin-top: -6px;
}

.case-title {
  font-family: "brandon-grotesque", "Brandon Grotesque", "Myriad Pro", Candara, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.1em;
  letter-spacing: +1px;
  color: rgba(51, 51, 51, 0.85);
}

hgroup {
  border-bottom: 1px solid transparent;
}

.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 1em;
  margin-top: 2em;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
.container *, .container *:before, .container *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 770px) {
  .container {
    padding: 2em;
  }
}

@media (min-width: 770px) {
  #logo {
    margin-left: 20px;
  }
}

.content {
  clear: both;
  margin-bottom: 0;
  padding-top: 3em;
}
@media (min-width: 770px) {
  .content {
    padding-top: 6em;
  }
}

.masonry {
  padding-top: 6em;
}

@media (min-width: 770px) {
  .single-image hgroup {
    width: 45.8333333333%;
    float: right;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
    padding: 0 0 0 1em;
  }
}
.single-image figure {
  margin-bottom: 3.5em;
}
@media (min-width: 770px) {
  .single-image figure {
    width: 45.8333333333%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
  }
}
.single-image figure.noshadow img {
  box-shadow: none;
}
.single-image figure img {
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 770px) {
  .single-image .wrap {
    width: 45.8333333333%;
    float: right;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
    padding: 0 0 0 1em;
  }
}

.col-2 hgroup {
  padding: 0;
}
.col-2 figure {
  margin-bottom: 3.5em;
}
.col-2 figure img {
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 770px) {
  .col-2 .main {
    width: 45.8333333333%;
    float: right;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
    padding: 0 0 1em 1em;
  }
}
.col-2 .gallery img {
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 770px) {
  .col-2 .gallery {
    width: 45.8333%;
    margin-left: 2.08333%;
  }
}

#verkoopspunt .content {
  padding-bottom: 6em;
}

.arrow a {
  color: #bc490a;
  font-size: 100px;
  text-decoration: none;
}

.case hgroup {
  width: 45.8333333333%;
  float: left;
  margin-left: 2.0833333333%;
  margin-right: 2.0833333333%;
  float: right;
}
.case .masonry {
  background: none;
  padding-top: 1em;
}

#onkruid {
  position: absolute;
  left: 75px;
  top: 120px;
}

#label {
  display: none;
}
@media (min-width: 770px) {
  #label {
    position: absolute;
    left: 561px;
    top: 111px;
    display: block;
    z-index: 1000;
  }
}

.home-1 figure {
  margin: 0;
  padding: 0;
}
.home-1 figure img {
  display: block;
}

.home-1, .home-2 {
  padding-bottom: 6em;
}
@media (min-width: 770px) {
  .home-1, .home-2 {
    background-image: url("../img/bg-1.jpg");
    background-position: 10% 6%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 980px) {
  .home-1, .home-2 {
    background-image: url("../img/bg-1.jpg"), url("../img/bg-2.jpg"), url("../img/bg-4.jpg");
    background-position: 10% 20%, 10% 100%, 90% 100%;
  }
}

.home-2 .content img {
  margin: 0;
  padding: 0;
  display: block;
}
@media (min-width: 600px) {
  .home-2 .content figure {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
  }
}

.nav-opener, .nav-closer {
  position: relative;
  top: 9px;
  right: 18px;
  float: right;
  font-size: 1.65em;
  line-height: 1.2;
  margin-bottom: 0;
  color: #333;
}
.nav-opener:before, .nav-closer:before {
  content: "—";
  margin-right: 0.35em;
}
.nav-opener a, .nav-closer a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}
.nav-opener a:hover, .nav-closer a:hover {
  opacity: 0.5;
}
@media (max-width: 480px) {
  .nav-opener, .nav-closer {
    font-size: 1.35em;
  }
}

.nav-closer {
  position: absolute;
  top: 73px;
  right: 34px;
  color: #000;
}
.nav-closer a {
  text-decoration: none;
  display: inline-block;
  color: #000;
  padding-right: 34px;
  background: transparent url("../img/close.png") right 58.5% no-repeat;
  position: relative;
  right: -14px;
}
.nav-closer:before {
  position: relative;
  right: -14px;
}

.nav-lang {
  list-style-type: none;
  position: absolute;
  top: 4px;
  right: 45px;
}
.nav-lang li {
  display: inline-block;
  font-family: "TyponineStencil Normal 14", Georgia, serif;
  text-transform: uppercase;
}
.nav-lang a {
  display: block;
  color: #333333;
  text-decoration: none;
  font-size: 0.75em;
  padding: 2px;
  margin: 0 8px 0 0;
  line-height: 1;
}
.nav-lang a:hover, .nav-lang a.current-lang {
  border-bottom: 1px solid #333333;
}

.no-js nav {
  overflow: normal;
  position: relative;
}

nav {
  background-color: #fffffc;
  color: #0ecdd8;
  font-size: 1em;
  height: 100%;
  overflow: hidden;
  padding: 80px 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
}
nav.nav-open {
  width: 320px;
  transition: width 300ms;
}
@media (min-width: 980px) {
  nav.nav-open {
    width: 480px;
  }
}
@media (min-width: 1650px) {
  nav.nav-open {
    width: 600px;
  }
}
nav.nav-closed {
  width: 0;
  transition: width 300ms;
}

.navigation {
  list-style-type: none;
  text-align: right;
  margin-right: 56px;
  margin-top: 5em;
  margin-right: 56px;
  float: right;
  max-width: 186px;
}
.navigation li {
  line-height: 1.5;
  margin-bottom: 1em;
}
.navigation span {
  display: block;
  font-size: 1.5em;
  color: #333333;
  margin-bottom: 0.125em;
  color: #333333;
}
.navigation a {
  text-decoration: none;
  color: #333333;
  font-size: 1.5em;
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #333333;
}
.navigation a:hover {
  color: #C1C1C1;
  border-bottom: 1px solid #C1C1C1;
}
.navigation ul {
  list-style-type: none;
}
.navigation ul li {
  line-height: 1.25;
  margin-bottom: 0.65em;
  margin-left: -6px;
}
.navigation ul a {
  font-size: 1.15em;
  color: rgba(51, 51, 51, 0.5);
  border-bottom-color: rgba(51, 51, 51, 0.5);
  white-space: nowrap;
}

.buttons {
  padding-left: 0;
  margin-top: 3em;
  margin-bottom: 4em;
  list-style-type: none;
  width: 100%;
}
@media (min-width: 770px) {
  .buttons {
    margin-bottom: 0;
  }
}
.buttons li {
  display: inline-block;
  min-width: 43%;
  margin-right: 2em;
  margin-bottom: 1em;
}
.buttons li + li {
  margin-right: 0;
}

.buttons__link {
  display: inline-block;
  padding: 0.6em 1em 0.5em 1em;
  text-align: center;
  color: #bc490a;
  border: 2px solid #bc490a;
  text-decoration: none;
  font-family: "brandon-grotesque", "Brandon Grotesque", "Myriad Pro", Candara, sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
}
.buttons__link:hover {
  background-color: #bc490a;
  color: #fffffc;
}
@media (max-width: 480px) {
  .buttons__link {
    font-size: 0.8em;
  }
}

.buttons__link ~ .buttons__link {
  color: green !important;
}

.masonry {
  background-color: #fffffc;
}

.no-js .cases__item {
  margin-bottom: 1em;
  display: block;
  width: 45.8333333333%;
  float: left;
  width: 47.999999%;
  margin: 1%;
}
.no-js .cases__item:nth-child(2n + 1) {
  margin-left: 2.0833333333%;
  margin-right: -100%;
  clear: both;
}
.no-js .cases__item:nth-child(2n + 2) {
  margin-left: 52.0833333333%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 770px) {
  .no-js .cases__item {
    width: 29.1666666667%;
    float: left;
  }
  .no-js .cases__item:nth-child(3n + 1) {
    margin-left: 2.0833333333%;
    margin-right: -100%;
    clear: both;
  }
  .no-js .cases__item:nth-child(3n + 2) {
    margin-left: 35.4166666667%;
    margin-right: -100%;
    clear: none;
  }
  .no-js .cases__item:nth-child(3n + 3) {
    margin-left: 68.75%;
    margin-right: -100%;
    clear: none;
  }
}

.cases {
  padding: 0 0 5em 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  background-color: transparent;
}
.cases *, .cases *:before, .cases *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* These are the classes that are going to be applied: */
.size-1of3 {
  width: 29.1666666667%;
  float: left;
}
.size-1of3:nth-child(3n + 1) {
  margin-left: 2.0833333333%;
  margin-right: -100%;
  clear: both;
}
.size-1of3:nth-child(3n + 2) {
  margin-left: 35.4166666667%;
  margin-right: -100%;
  clear: none;
}
.size-1of3:nth-child(3n + 3) {
  margin-left: 68.75%;
  margin-right: -100%;
  clear: none;
}

.size-1of2 {
  width: 45.8333333333%;
  float: left;
}
.size-1of2:nth-child(2n + 1) {
  margin-left: 2.0833333333%;
  margin-right: -100%;
  clear: both;
}
.size-1of2:nth-child(2n + 2) {
  margin-left: 52.0833333333%;
  margin-right: -100%;
  clear: none;
}

.cases[data-columns]::before {
  content: '2 .size-1of2';
}
@media (min-width: 770px) {
  .cases[data-columns]::before {
    content: '3 .size-1of3';
  }
}

.cases__item {
  background-color: #fffffc;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.cases__item a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.cases__item a:hover img {
  opacity: 0.85;
}
.cases__item a:hover .subtitle {
  color: #C1C1C1;
}

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/*!
 * author styles
 */
#tabs ul {
  list-style-type: none;
  color: #333333;
  text-transform: uppercase;
  font-family: "brandon-grotesque", "Brandon Grotesque", "Myriad Pro", Candara, sans-serif;
  font-size: 0.95em;
  color: #bc490a;
}
@media (min-width: 600px) {
  #tabs ul {
    width: 20.8333333333%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
  }
}
#tabs ul li {
  line-height: 1.8;
}
@media (min-width: 600px) {
  #tabs ul li {
    display: block;
    width: 100%;
  }
}
#tabs ul .ui-tabs-active {
  color: #bc490a;
}
#tabs ul .ui-tabs-active:before {
  content: "–";
  position: absolute;
  left: 0;
  top: 6px;
}
#tabs ul a {
  color: inherit;
  text-decoration: none;
}
#tabs ul a:hover {
  color: #bc490a;
}
#tabs ul a:hover:before {
  content: "–";
  position: absolute;
  left: 0;
  top: 6px;
}
@media (min-width: 600px) {
  #tabs div {
    width: 70.8333333333%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
    padding-top: 0;
    position: relative;
    top: -7px;
  }
}
#tabs dl {
  margin-bottom: 1.5em;
}
@media (min-width: 770px) {
  #tabs dl {
    width: 45.8333333333%;
    float: left;
  }
  #tabs dl:nth-child(2n + 1) {
    margin-left: 2.0833333333%;
    margin-right: -100%;
    clear: both;
  }
  #tabs dl:nth-child(2n + 2) {
    margin-left: 52.0833333333%;
    margin-right: -100%;
    clear: none;
  }
}
#tabs dt {
  color: #333333;
  font-weight: 600;
  display: inline-block;
}
#tabs dd {
  color: #535353;
  margin-left: 0;
}
#tabs dd a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #535353;
  font-size: 14px;
}
#tabs dd a:hover {
  color: rgba(83, 83, 83, 0.7);
  border-bottom: 1px solid rgba(83, 83, 83, 0.7);
}

.contact-data {
  list-style-type: none;
  padding-left: 0;
}
.contact-data h3 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "brandon-grotesque", "Brandon Grotesque", "Myriad Pro", Candara, sans-serif;
  letter-spacing: 1px;
}
.contact-data .contact-data-phone {
  padding-top: 1em;
}
.contact-data .contact-data-email {
  padding-top: 1em;
}
.contact-data .contact-data-email a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid;
}
.contact-data .contact-data-email a:hover {
  opacity: 0.7;
}

.social-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  position: absolute;
  top: 23px;
  right: 150px;
}
.social-nav li {
  display: inline-block;
}
.social-nav a {
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -6000px;
  background-size: cover;
  margin: 0 12px 0 0;
}
.social-nav a:hover {
  opacity: 0.6;
}

.social {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.social li {
  display: inline-block;
}
.social a {
  display: block;
  width: 18px;
  height: 18px;
  text-indent: -6000px;
  background-size: cover;
  margin: 0 12px 0 0;
}
.social a:hover {
  opacity: 0.6;
}

footer {
  clear: both;
  padding-top: 6em;
  color: #cccccc;
  text-transform: uppercase;
  text-align: center;
  font-family: "brandon-grotesque", "Brandon Grotesque", "Myriad Pro", Candara, sans-serif;
  font-size: 0.9em;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer a:hover {
  color: #333;
  border-bottom: 1px dotted #333;
}

#home footer {
  padding-top: 0;
  margin-top: 0;
  position: relative;
  top: 12em;
}
