/* IMPORT THE FRAMEWORK */
/* /////////////// VARIABLES /////////////// */
/* /////////////// MIXIN FUNCTIONS /////////////// */
/*  LINEAR GRADIENTS  */
/*  BREAKPOINTS  */
/*  VISUAL STYLES  */
/*  LAYOUT FRAMEWORK  */
.service-row, .service-row .heading-wrapper, .service-row h2, .service-row .img-wrapper {
  position: relative; }

.service-row .info .inner, .service-row .info .heading-inner, .service-row h2 {
  box-sizing: border-box; }

.service-row h2 {
  text-align: center; }

.service-row .heading-wrapper, .service-row {
  clear: both; }
  .service-row .heading-wrapper:after, .service-row:after {
    display: table;
    content: '';
    clear: both; }

/*  COLUMN FRAMEWORK  */
/* LOOP TO CREATE A CLASS FOR EACH COLUMN WIDTH */
/* --------------------------------- */
/* /////// SITE SPECIFIC STYLES //// */
/* --------------------------------- */
/* FORMS */
/* CONTENT */
.service-row p {
  line-height: 1.6em; }

/* --------------------------------- */
/* /////// END SITE STYLES ///////// */
/* --------------------------------- */
/* HERO */
.hero {
  background-image: url("../images/services/detail-hero.jpg"); }

/* INTRO */
/*.intro-wrapper						{ color: #7E7E7E; }
.intro								{ @extend %sw, %box-sizing; padding: 80px 0; font-size: 1.9em; line-height: 1.2em; font-weight: 300; text-align: center; }*/
/* SERVICES */
.service-row, .service-row .img-wrapper {
  height: 600px; }

.service-row {
  /* IMG RIGHT */
  /* IMG LEFT */ }
  .service-row .info, .service-row .img-wrapper {
    float: left;
    width: 50%; }
  .service-row .info .inner, .service-row .info .heading-inner {
    text-align: left; }
  .service-row .info .inner {
    max-width: 600px;
    padding: 0 60px;
    text-align: left; }
  .service-row .info .heading-inner .anchor {
    display: block;
    height: 175px;
    margin-top: -175px;
    visibility: hidden; }
  .service-row .heading-wrapper {
    display: block;
    color: #fff;
    background-color: #b4b4b4; }
  .service-row h2 {
    padding: 40px 60px;
    width: 100%;
    max-width: 600px;
    font-size: 3.2em;
    line-height: 1.1em;
    z-index: 1;
    text-align: left;
    font-family: "Damion", serif; }
    .service-row h2 a {
      color: #595959; }
    .service-row h2 a:hover {
      color: #b7b7b7; }
    .service-row h2.small {
      font-size: 2.9em; }
  .service-row p {
    margin-bottom: 1em;
    font-size: 1em;
    color: #7a7a7a; }
    .service-row p:first-of-type {
      margin-top: 60px; }
    .service-row p:last-child {
      margin-bottom: 0; }
  .service-row .img-wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 2; }
  .service-row:nth-of-type(2n-1) .info .inner {
    float: right; }
  .service-row:nth-of-type(2n-1) h2 {
    float: right; }
  .service-row:nth-of-type(2n-1) .heading-wrapper:before {
    right: -20px;
    margin-right: 280px; }
  .service-row:nth-of-type(2n) .heading-wrapper:before {
    left: -20px;
    margin-left: 280px; }
  .service-row:nth-of-type(2n) .info {
    float: right; }
  .service-row a.more {
    color: #d93731;
    line-height: 1.8em;
    font-weight: 700;
    text-transform: uppercase; }
    .service-row a.more :hover {
      color: #e57672; }
    .service-row a.more :active {
      color: #a0221e; }

/* MEDIA QUERIES */
@media screen and (max-width: 1199px) {
  .service-row:nth-of-type(2n-1) .heading-wrapper:before {
    margin-right: 50%; }
  .service-row:nth-of-type(2n) .heading-wrapper:before {
    margin-left: 50%; }
  .service-row h2 {
    padding: 40px 60px; }
  .service-row .info .inner {
    padding: 0 60px; } }

@media screen and (max-width: 1100px) {
  .service-row h2 {
    font-size: 2.8em; } }

@media screen and (max-width: 1040px) {
  .service-row h2 {
    font-size: 2.5em; }
  .service-row .info .inner {
    padding: 0 10%;
    max-width: none; } }

@media screen and (max-width: 900px) {
  .service-row {
    height: auto; }
    .service-row .info, .service-row .info .inner, .service-row .img-wrapper {
      float: none !important;
      width: auto; }
    .service-row .info .inner {
      padding-bottom: 60px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 5%; }
    .service-row .img-wrapper {
      height: 0;
      padding-bottom: 62.5%;
      margin-top: 20px; }
    .service-row h2 {
      float: none !important;
      text-align: left;
      padding: 40px 5%;
      max-width: none; }
      .service-row h2:after {
        margin-top: 132px;
        margin-right: 0 !important;
        margin-left: -20px !important;
        transform-origin: top center !important; }
    .service-row .heading-wrapper:before {
      display: none; } }

@media screen and (max-width: 560px) {
  .intro {
    padding: 60px 5% !important;
    font-size: 1.45em; } }

@media screen and (max-width: 413px) {
  .intro {
    font-size: 1.3em; }
  .service-row h2 {
    font-size: 2em; } }

@media screen and (max-width: 374px) {
  .hero-banner h1 {
    font-size: 3em; }
  .intro {
    font-size: 1.2em; }
  .service-row h2 {
    font-size: 1.8em; }
    .service-row h2.small {
      font-size: 1.5em; }
  .service-row h2:after {
    width: 30px;
    height: 30px; }
  .service-row p:first-of-type {
    margin-top: 40px; } }
