@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* ======= COLOR ======= */
div.gray, section.gray {
  background-color: #ececec; }

div.white, section.white {
  background-color: #ffffff; }

div.black, section.black {
  background-color: #191919;
  color: #ffffff; }

/* ======= TYPOGRAPHY ======= */
body {
  font-size: 62.5% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.header, h1, div.hours p {
  font-family: "Chronicle Display A", "Chronicle Display B";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  font-size: 3.2em;
  text-transform: uppercase;
  line-height: 1; }

.subheader, h2, .gradient1 p, .gradient2 p, #social-wrapper div p, section.gallery p, div.bio p, div.grid-item h3 {
  font-family: "Chronicle Display A", "Chronicle Display B";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  font-size: 2.6em;
  line-height: 1.3;
  letter-spacing: 0.01em; }

.body-copy, div.grid-item p, .post-wrapper p, .post-wrapper ul {
  font-family: "Chronicle Display A", "Chronicle Display B";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  font-size: 2.2em;
  line-height: 1.3;
  letter-spacing: 0.01em; }

.utility-lg, a.button, h3, h5, header nav a, #mobile-menu a, section#misc p {
  font-family: FuturaBT-Book, arial;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.utility-sm, h6, #mobile-menu h7 a, section#color div p, #social-wrapper div h6, div.service-block p, div.service-block h3 span, ul#news-categories li {
  font-family: FuturaBT-Book, arial;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

a {
  color: inherit; }

a:hover {
  opacity: .6; }

.header a:hover, h1 a:hover, div.hours p a:hover, .subheader a:hover, h2 a:hover, .gradient1 p a:hover, .gradient2 p a:hover, #social-wrapper div p a:hover, section.gallery p a:hover, div.bio p a:hover, div.grid-item h3 a:hover, .body-copy a:hover, div.grid-item p a:hover, .post-wrapper p a:hover, .post-wrapper ul a:hover {
  opacity: 1;
  background-image: linear-gradient(to right, #10566a, #2f6852, #677043, #7f5647, #65334e, #431c54, #29145a);
  color: #ffffff;
  text-decoration: none; }

a.button {
  display: inline-block;
  padding: 12px 30px 8px 30px;
  border: 1px solid #000000;
  text-decoration: none; }

a.button:hover {
  opacity: 1;
  color: #ececec;
  background-color: #000000; }

a.button.white {
  color: #ffffff;
  border: 1px solid #ffffff; }

h5 {
  margin: 20px 0 20px 0; }

section h5:first-of-type {
  margin-bottom: 60px; }

h5 a {
  text-decoration: none; }

h5 span {
  display: inline-block;
  margin-bottom: 15px; }

h6 {
  margin: 0; }

h6 span {
  display: inline-block;
  margin-bottom: 10px; }

h6 a {
  text-decoration: none; }

/* ======= STRUCTURE ======= */
body {
  margin-top: 73px; }

body.flush {
  margin-top: 0; }

.mobile {
  display: none !important; }

section {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  padding: 100px 0; }

div.module {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  overflow: auto; }

div.gap {
  display: inline-block;
  width: 100%;
  height: 40px; }

.gradient1, .gradient2 {
  color: #ffffff; }

.gradient1 p, .gradient2 p {
  margin: 0 auto 30px;
  max-width: 880px; }

.gradient1 a, .gradient2 a {
  text-decoration: none; }

.gradient1 a.button.white:hover, .gradient2 a.button.white:hover {
  background-color: #ffffff;
  color: #000000; }

.gradient1 {
  background: url("../img/gradient-1.jpg") no-repeat 50% -1px;
  background-size: cover; }

.gradient2 {
  background: url("../img/gradient-2.jpg") no-repeat 50% -1px;
  background-size: cover; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 1000;
  opacity: 1;
  transition: top .1s;
  -o-transition: top .1s;
  -moz-transition: top .1s;
  -webkit-transition: top .1s;
  -webkit-backface-visibility: hidden; }

header.hidden {
  top: -75px;
  transition: top .3s;
  -o-transition: top .3s;
  -moz--transition: top .3s;
  -webkit-transition: top .3s;
  -webkit-backface-visibility: hidden; }

header div.module {
  max-width: 100%;
  height: 73px; }

header a.logo {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -10px; }

header nav {
  width: 100%;
  text-align: center; }

header nav a {
  text-decoration: none;
  padding: 30px 15px 21px;
  display: inline-block;
  position: relative; }

header nav a:hover {
  opacity: 1; }

header nav a:hover span:after, header nav a.selected span:after {
  content: '';
  display: inline-block;
  width: 104%;
  position: absolute;
  bottom: 0;
  left: -2%;
  height: 3px;
  background-color: #000; }

a#book {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -22px; }

footer {
  display: block;
  width: 100%;
  background-color: #ffffff;
  position: relative; }

footer section {
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  padding: 60px 0 30px; }

footer section::after {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(to right, #10566a, #2f6852, #677043, #7f5647, #65334e, #431c54, #29145a);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 500; }

footer div.column {
  float: left;
  width: 33.3%;
  height: 185px;
  position: relative; }

a.logo {
  display: block;
  width: 185px;
  height: 22px;
  text-indent: -9999em;
  background: url("../img/fourteenjay.svg") no-repeat 50% 50%; }

a.social {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 30px;
  text-indent: -9999em; }

a.facebook {
  background: url("../img/facebook.svg") no-repeat 50% 50%; }

a.twitter {
  background: url("../img/twitter.svg") no-repeat 50% 50%; }

a.instagram {
  background: url("../img/instagram.svg") no-repeat 50% 50%; }

a.email {
  background: url("../img/email.svg") no-repeat 50% 50%; }

footer h6.copyright {
  opacity: .5;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0; }

/* ======= BREAKPOINTS ======= */
#mobile-menu a {
  text-decoration: none;
  clear: both;
  display: inline-block;
  width: 100%;
  padding: 20px 0; }

#mobile-menu h7 {
  display: inline-block;
  margin-top: 50px;
  clear: both;
  width: 100%; }

#mobile-menu h7 a {
  color: #ffffff;
  padding: 0 0 20px 0; }

#mobile-menu a.selected {
  opacity: .6; }

@media screen and (max-width: 1060px) {
  .desktop {
    display: none !important; }

  .mobile {
    display: inherit !important; }

  body {
    margin-top: 55px; }

  div.module {
    width: 90%;
    padding: 0 5%; }

  section {
    padding: 60px 0; }

  header div.module {
    height: 55px; }

  header a.logo {
    left: 5%; }

  #mobile-menu {
    position: fixed;
    width: 100%;
    background-color: #000000;
    top: 0;
    left: 0;
    bottom: 0;
    color: #ffffff;
    display: none !important;
    z-index: 750;
    padding-top: 75px;
    text-align: center; }

  #mobile-menu a.button {
    width: 65%;
    margin: 30px auto 0px; }

  header.menu-open {
    top: 0 !important;
    background-color: #000000; }

  header.menu-open a.logo {
    background: url("../img/fourteenjay-white.svg") no-repeat 50% 50%; }

  header.menu-open a#menu {
    background: url("../img/close-menu-icon.svg") no-repeat 50% 50%; }

  #mobile-menu.active {
    display: block !important; }

  footer section {
    padding: 40px 0 20px; }

  footer div.column {
    clear: both;
    width: 100%;
    height: auto;
    margin-bottom: 30px; }

  footer div.column:last-of-type {
    opacity: .5;
    margin-bottom: 0;
    margin-top: 20px; }

  a#menu {
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    right: 0;
    top: 0;
    margin-top: 0;
    background: url("../img/menu-icon.svg") no-repeat 50% 50%;
    text-indent: -9990em; } }
/* ======= STYLES PAGE ======= */
section.styles {
  display: block;
  overflow: auto;
  width: 75%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  float: none; }

section#color {
  margin-top: 5%; }

section#color div {
  width: 32%;
  display: block;
  margin-right: 2%;
  float: left;
  height: 150px;
  position: relative; }

section#color div p {
  position: absolute;
  top: 10px;
  left: 18px; }

section#color div:last-of-type {
  margin-right: 0; }

div.gradient-box {
  display: block;
  text-indent: -9999em;
  width: 100%;
  height: 12px;
  background-image: linear-gradient(to right, #10566a, #2f6852, #677043, #7f5647, #65334e, #431c54, #29145a);
  margin-top: 20px; }

section#typography {
  padding-bottom: 5%;
  margin: 20px auto 5% auto; }

section#typography div {
  display: block;
  width: 90%;
  padding: 4% 5% 4%;
  background-color: #ececec;
  margin-bottom: 20px; }

h7 {
  font-style: normal;
  font-family: courier;
  font-size: 1rem;
  color: #909090; }

@media screen and (max-width: 959px) {
  section {
    width: 100%; } }
/* ======= HOME ======= */
header#home {
  background: none;
  color: #ffffff !important; }

header#home a.logo {
  background: url("../img/fourteenjay-white.svg") no-repeat 50% 50%; }

header#home nav a:hover span:after, header#home nav a.selected span:after {
  display: none; }

header#home nav a:hover {
  opacity: .6; }

header#home a.button {
  border: 1px solid #ffffff;
  color: #ffffff; }

header#home a.button:hover {
  background-color: #ffffff;
  color: #000000; }

section#landing {
  display: block;
  width: 100%;
  height: 700px;
  overflow: hidden;
  float: left;
  background: url("../img/fourteenjay-landing.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  padding: 0; }

section#landing h1 {
  width: 424px;
  height: 72px;
  text-indent: -9999em;
  background: url("../img/fourteenjay-logo.png") no-repeat 50% 50%;
  background-size: contain;
  top: 50%;
  left: 50%;
  margin: -37px 0 0 -212px;
  position: absolute; }

section#landing:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 56px;
  height: 25px;
  margin-left: -28px;
  background: url("../img/arrow.svg") no-repeat 50% 50%; }

div.news-wrapper.homepage div.grid-item {
  display: none;
  opacity: 0; }

div.news-wrapper.homepage div.grid-item.active {
  display: table;
  opacity: 1; }

uL#slider-nav {
  list-style-type: none;
  display: inline-block;
  padding: 0 5px;
  margin: 15px auto 0; }

ul#slider-nav li {
  cursor: pointer;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: url("../img/slider-dot.svg") no-repeat 50% 50%;
  opacity: .4;
  text-indent: -9999em;
  padding: 20px;
  float: left; }

ul#slider-nav li.active, ul#slider-nav li:hover {
  opacity: 1; }

@media screen and (max-width: 768px) {
  section#landing h1 {
    width: 400px;
    height: auto;
    margin: -37px 0 0 -200px;
    position: absolute; } }
#social-wrapper div {
  display: block;
  background-color: #ffffff;
  float: left;
  width: 320px;
  height: auto;
  color: #000000;
  position: relative;
  margin: 0 40px 0 0; }

#social-wrapper div:nth-of-type(3) {
  margin-right: 0; }

#social-wrapper div:hover {
  opacity: .95; }

#social-wrapper div p {
  display: table;
  width: 280px;
  height: 320px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -140px; }

#social-wrapper div h6 {
  display: inline-block;
  position: absolute;
  width: 280px;
  margin-left: -140px;
  bottom: 25px;
  left: 50%; }

#social-wrapper div p a {
  text-decoration: none;
  opacity: 1; }

#social-wrapper div p a:hover {
  background: none;
  opacity: .6;
  color: #000000; }

#social-wrapper div p a {
  padding-bottom: 10px;
  display: table-cell;
  vertical-align: middle;
  max-width: 90%; }

#social-wrapper div.twitter {
  background: #fff url("../img/twitter.svg") no-repeat 50% 30px; }

#social-wrapper div.instagram img {
  width: 100%;
  max-width: 310px;
  margin: 5px; }

#social-wrapper div.instagram a:hover {
  opacity: 1; }

@media screen and (max-width: 1060px) {
  #social-wrapper-mobile div {
    float: none;
    margin: 0 auto; } }
/* ======= ABOUT ======= */
div.module.gallery {
  height: 800px;
  max-width: 1650px;
  overflow: hidden;
  text-align: center; }

section.gallery p {
  margin: 28px 0 0 0; }

div.module.gallery img {
  height: 100%;
  display: none; }

div.module.gallery img.active {
  display: inline-block;
  opacity: 1; }

ul#slider-nav.gallery-nav li {
  background: url("../img/slider-dot-white.svg") no-repeat 50% 50%; }

div.bio {
  display: none; }
  @media screen and (min-width: 1060px) {
    div.bio {
      min-height: 425px; } }

div.bio.active {
  display: inherit; }

div.bio p {
  max-width: 840px;
  margin: 0 auto 30px; }

ul#bio-nav {
  list-style: none;
  padding: 0;
  display: block;
  width: 100%;
  max-width: 960px;
  overflow: auto;
  margin: 0 auto 40px; }

ul#bio-nav li {
  display: block;
  float: left;
  width: 20%;
  margin-right: 5%;
  background-color: #ececec;
  opacity: .4; }

ul#bio-nav li:hover, ul#bio-nav li.active {
  opacity: 1;
  cursor: pointer; }

ul#bio-nav li img {
  width: 100%;
  max-width: 100%; }

ul#bio-nav li:last-of-type {
  margin-right: 0; }

/* ======= CONTACT ======= */
div.hours-wrapper {
  display: inline-block;
  margin: 60px 0 40px; }

div.hours.holiday {
  display: inline-block;
  padding: 20px 100px;
  border: 1px solid #dbdbdb;
  margin-bottom: 40px; }

div.hours.holiday p {
  margin-bottom: 0; }

div.hours p {
  margin-top: 5px; }

div.affiliates {
  margin-top: 90px;
  margin-left: -18px; }

div.affiliates a {
  display: inline-block;
  margin-right: 30px;
  height: 100px;
  text-indent: -9999em; }
  @media screen and (max-width: 1040px) {
    div.affiliates a {
      margin-right: 30px;
      background-size: inherit;
      width: 75px !important; } }

div.affiliates a:last-of-type {
  margin-right: 0; }

div.affiliates a.rizzieri {
  background: url("../img/rizzieri.png") no-repeat 50% 50%;
  background-size: contain;
  width: 105px; }

div.affiliates a.red-chocolate {
  background: url("../img/red-chocolate.png") no-repeat 50% 50%;
  background-size: contain;
  width: 95px; }

div.affiliates a.aveda {
  background: url("../img/aveda.png") no-repeat 50% 50%;
  background-size: contain;
  width: 85px; }

/* ======= SERVICES ======= */
div.service-block {
  display: block;
  float: left;
  width: 100%;
  padding: 75px 0;
  clear: both;
  border-bottom: 1px solid #dbdbdb; }

div.service-block:first-of-type {
  padding-top: 0 !important; }

div.service-block.row {
  width: 50%;
  padding: 75px 25%; }

div.service-block .right {
  padding-top: 2px; }

div.service-block .left, div.service-block .right {
  display: block;
  overflow: auto;
  width: 36%;
  padding: 0 7%;
  float: left; }

div.service-block h3, div.service-block h1 {
  margin: 0 0 15px 0; }

div.service-block h1.header, div.service-block h1 {
  margin-bottom: 0; }

div.service-block h3 {
  line-height: 1; }

@media screen and (max-width: 960px) {
  div.service-block.row {
    width: 90%;
    padding: 40px 5%; }

  div.service-block .left, div.service-block .right {
    width: 90%;
    padding: 0 5%; }

  div.service-block .right {
    padding-top: 20px; }

  div.service-block .right h3:last-of-type {
    margin-bottom: 0; } }
/* ======= NEWS - LANDING ======= */
ul#news-categories {
  list-style: none;
  padding: 40px 0 0 0;
  display: inline-block;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  text-align: center; }

ul#news-categories li {
  display: inline-block;
  margin-right: 30px;
  color: #000000;
  opacity: .4;
  cursor: pointer; }

ul#news-categories li:last-of-type {
  margin-right: 0; }

ul#news-categories li.active, ul#news-categories li:hover {
  opacity: 1; }

div.grid-item {
  display: block;
  background-color: #ffffff;
  padding: 5px 5px 30px 5px;
  width: 90%;
  margin: 0 auto 35px; }

div.grid-item img {
  width: 100%; }

div.grid-item h3 {
  max-width: 75%;
  margin: 25px auto 14px; }

div.grid-item p {
  max-width: 75%;
  margin: 0 auto 26px; }

div.grid-item a:hover {
  opacity: 1; }

#feed {
  overflow: auto; }

@media screen and (min-width: 1061px) {
  div.grid-item.featured {
    float: left;
    width: 100%;
    max-width: 1030px;
    padding: 5px;
    background-color: #ffffff;
    display: table;
    margin: 0 !important; }

  div.grid-item.featured .text {
    display: table-cell;
    width: 50%;
    margin: 0 auto;
    overflow: auto;
    vertical-align: middle;
    padding: 90px 0; }
    div.grid-item.featured .text * {
      margin-left: 5px; }

  div.grid-item.featured img {
    float: left; }

  div.grid-item.featured h2, div.grid-item.featured h1 {
    display: inline-block;
    max-width: 76%;
    padding: 0 12%;
    margin: 0 0 60px 0; }

  div.grid-item {
    width: 50%;
    max-width: 490px;
    margin: 40px 40px 0 0;
    float: left; }

  div.grid-item:nth-of-type(2n+2) {
    float: left;
    margin: 40px 0 0 0;
    clear: none; } }
/* ======= NEWS - SINGLE ======= */
div.post-single {
  padding: 100px;
  width: 90%;
  max-width: 840px; }

div.post-single h1:after {
  content: '';
  clear: both;
  display: inline-block;
  height: 8px;
  width: 10%;
  padding: 0;
  margin: 30px 45% 20px;
  background-color: #000000; }

div.post-single h1, div.post-single h2 {
  margin-top: 0;
  margin-bottom: 0; }

div.post-single h2 {
  margin-bottom: 60px; }

.post-wrapper {
  display: block;
  width: 100%;
  overflow: auto; }

.post-wrapper img {
  max-width: 100%;
  margin: 0 auto 40px;
  height: auto; }

.post-wrapper p {
  max-width: 650px;
  margin: 0 auto 15px;
  text-align: left; }

.post-wrapper p iframe {
  max-width: 100%; }

.post-wrapper ul {
  max-width: 650px;
  margin: 0 auto 20px;
  text-align: left;
  list-style-type: none; }

.post-wrapper ul li {
  margin: 0 0 15px -20px;
  max-width: 650px; }

.post-wrapper ul li:before {
  content: "·";
  padding-right: 8px;
  color: #000000;
  display: inline-block;
  margin-left: -14px; }

.post-wrapper p strong, .post-wrapper p b {
  font-weight: 400;
  font-family: FuturaBT-Book, arial;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: .05em; }

ul#social-links {
  display: inline-block;
  width: 100%;
  max-width: 650px;
  margin: 60px auto 0;
  list-style-type: none;
  padding: 0; }

ul#social-links li {
  display: inline-block;
  float: left;
  margin-right: 30px; }

ul#social-links li a {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999em; }

/* ======== BOOK NOW ======= */
#spa-biz {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 40px;
  background-color: #ffffff;
  overflow: hidden; }

a.half-tout {
  display: table;
  padding: 3%;
  width: 42.5%;
  float: left;
  margin-top: 30px;
  margin-right: 3%;
  text-decoration: none; }

a.half-tout.white {
  background-color: #ffffff; }

a.half-tout:last-of-type {
  margin-right: 0; }

@media screen and (max-width: 1060px) {
  #spa-biz {
    background: none;
    margin-top: 0;
    padding: 0; }

  a.half-tout {
    width: 90%;
    padding: 5%;
    clear: both;
    margin: 30px 0 0 0; } }
/* ======= MISC - TEXT ONLY ======= */
section#misc p {
  max-width: 800px;
  margin: 25px auto 0;
  text-transform: none;
  letter-spacing: 0; }

section#misc p strong, section#misc p em {
  text-transform: uppercase; }

/*# sourceMappingURL=style.css.map */
