@charset "UTF-8";
/**
 * @file styles.scss
 *
 * Main stylesheet.
 * */
/**
 * Import external libraries.
 * */
/**
 * import config.
 * */
/* ===========================
 * Typography
 * =========================== */
/* ===========================
 * Colours
 * =========================== */
/* ===========================
 * Mesurement
 * =========================== */
/* ===========================
 * Grid
 * =========================== */
/**
 * Responsive breakpoints
 * */
/**
 * @file _colours.scss
 *
 * Colours used in the site.
 *
 * Prefix all colours with a namespace so that we can use theming if necessary.
 * The prefix is usually initials of the project - e.g. Salted Herring becomes $sh -> $sh-green: green.
 * */
/**
 * Define Global colours - collections of colours that can be used throughout the site:
 *
 *  $GLOBAL_COLOURS:    ("green", $we-green), ("teal", $we-teal),
 *						("black", $we-black), ("grey", $we-grey),
 *						("light-grey", $we-light-grey), ("white", $we-white),
 *						("mid-grey", $we-mid-grey);
 * */
/**
 * @file _mixins.scss
 *
 * Various mixins used throughout the stylesheets.
 * */
/**
 * Hack to override issue with compass box-sizing parsing of strings.
 * */
/**
 * Vertical alignment transformation
 * */
/**
 * Horizontal alignment transformation
 * */
/**
 * Clip path
 * */
/**
 * Font smoothing - see: https://maximilianhoffmann.com/posts/better-font-rendering-on-osx
 * */
/*
 * Font feature settings - see: https://github.com/bitmanic/font-feature-settings
 * */
/**
 * Grouping content - e.g. rows - fixes float boxes.
 * */
/**
 * Triangle generation
 * */
/**
 * How to make 3-corner-rounded triangle in CSS (SO)
 * http://stackoverflow.com/q/14446677/1397351
 */
/**
 * Disable text selection
 * */
/**
 * @file _grid.scss
 *
 * Grid configuration
 * */
/* line 19, ../scss/config/_grid.scss */
.container {
  width: 1068px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
/* line 12, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/susy-2.2.2/sass/susy/output/support/_clearfix.scss */
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 24, ../scss/config/_grid.scss */
.row {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  /*.grid_4 {
  	&:nth-child(3n) {
  		margin-right: 0;
  	}
  }*/
}
/* line 28, ../scss/config/_grid.scss */
.row.overflow {
  overflow: visible;
}
/* line 32, ../scss/config/_grid.scss */
.row.padding {
  padding-left: 9.9705px;
  padding-right: 9.9705px;
}

/* line 47, ../scss/config/_grid.scss */
.grid_1 {
  width: 69px;
  float: left;
  margin-left: 9.9705px;
  margin-right: 9.9705px;
  width: 69px;
  max-width: 69px;
  _width: 69px;
  		/*@if $i != $total-columns {
  			&:last-child {
  				margin-right: 0;
  			}
  		}
  
  		&.center {
  			&:last-child {
  				margin-right: auto;
  			}
  		}*/
}

/* line 70, ../scss/config/_grid.scss */
.grid_1_wide {
  width: 69px;
}

/* line 47, ../scss/config/_grid.scss */
.grid_2 {
  width: 157.941px;
  float: left;
  margin-left: 9.9705px;
  margin-right: 9.9705px;
  		/*@if $i != $total-columns {
  			&:last-child {
  				margin-right: 0;
  			}
  		}
  
  		&.center {
  			&:last-child {
  				margin-right: auto;
  			}
  		}*/
}

/* line 70, ../scss/config/_grid.scss */
.grid_2_wide {
  width: 157.941px;
}

/* line 47, ../scss/config/_grid.scss */
.grid_3 {
  width: 246.882px;
  float: left;
  margin-left: 9.9705px;
  margin-right: 9.9705px;
  		/*@if $i != $total-columns {
  			&:last-child {
  				margin-right: 0;
  			}
  		}
  
  		&.center {
  			&:last-child {
  				margin-right: auto;
  			}
  		}*/
}

/* line 70, ../scss/config/_grid.scss */
.grid_3_wide {
  width: 246.882px;
}

/* line 47, ../scss/config/_grid.scss */
.grid_4 {
  width: 335.823px;
  float: left;
  margin-left: 9.9705px;
  margin-right: 9.9705px;
  		/*@if $i != $total-columns {
  			&:last-child {
  				margin-right: 0;
  			}
  		}
  
  		&.center {
  			&:last-child {
  				margin-right: auto;
  			}
  		}*/
}

/* line 70, ../scss/config/_grid.scss */
.grid_4_wide {
  width: 335.823px;
}

/* line 47, ../scss/config/_grid.scss */
.grid_5 {
  width: 424.764px;
  float: left;
  margin-left: 9.9705px;
  margin-right: 9.9705px;
  		/*@if $i != $total-columns {
  			&:last-child {
  				margin-right: 0;
  			}
  		}
  
  		&.center {
  			&:last-child {
  				margin-right: auto;
  			}
  		}*/
}

/* line 70, ../scss/config/_grid.scss */
.grid_5_wide {
  width: 424.764px;
}

/* line 47, ../scss/config/_grid.scss */
.grid_6 {
  width: 513.705px;
  float: left;
  margin-left: 9.9705px;
  margin-right: 9.9705px;
  		/*@if $i != $total-columns {
  			&:last-child {
  				margin-right: 0;
  			}
  		}
  
  		&.center {
  			&:last-child {
  				margin-right: auto;
  			}
  		}*/
}

/* line 70, ../scss/config/_grid.scss */
.grid_6_wide {
  width: 513.705px;
}

/* line 47, ../scss/config/_grid.scss */
.grid_7 {
  width: 602.646px;
  float: left;
  margin-left: 9.9705px;
  margin-right: 9.9705px;
  		/*@if $i != $total-columns {
  			&:last-child {
  				margin-right: 0;
  			}
  		}
  
  		&.center {
  			&:last-child {
  				margin-right: auto;
  			}
  		}*/
}

/* line 70, ../scss/config/_grid.scss */
.grid_7_wide {
  width: 602.646px;
}

/* line 47, ../scss/config/_grid.scss */
.grid_8 {
  width: 691.587px;
  float: left;
  margin-left: 9.9705px;
  margin-right: 9.9705px;
  		/*@if $i != $total-columns {
  			&:last-child {
  				margin-right: 0;
  			}
  		}
  
  		&.center {
  			&:last-child {
  				margin-right: auto;
  			}
  		}*/
}

/* line 70, ../scss/config/_grid.scss */
.grid_8_wide {
  width: 691.587px;
}

/* line 47, ../scss/config/_grid.scss */
.grid_9 {
  width: 780.528px;
  float: left;
  margin-left: 9.9705px;
  margin-right: 9.9705px;
  		/*@if $i != $total-columns {
  			&:last-child {
  				margin-right: 0;
  			}
  		}
  
  		&.center {
  			&:last-child {
  				margin-right: auto;
  			}
  		}*/
}

/* line 70, ../scss/config/_grid.scss */
.grid_9_wide {
  width: 780.528px;
}

/* line 47, ../scss/config/_grid.scss */
.grid_10 {
  width: 869.469px;
  float: left;
  margin-left: 9.9705px;
  margin-right: 9.9705px;
  		/*@if $i != $total-columns {
  			&:last-child {
  				margin-right: 0;
  			}
  		}
  
  		&.center {
  			&:last-child {
  				margin-right: auto;
  			}
  		}*/
}

/* line 70, ../scss/config/_grid.scss */
.grid_10_wide {
  width: 869.469px;
}

/* line 47, ../scss/config/_grid.scss */
.grid_11 {
  width: 958.41px;
  float: left;
  margin-left: 9.9705px;
  margin-right: 9.9705px;
  		/*@if $i != $total-columns {
  			&:last-child {
  				margin-right: 0;
  			}
  		}
  
  		&.center {
  			&:last-child {
  				margin-right: auto;
  			}
  		}*/
}

/* line 70, ../scss/config/_grid.scss */
.grid_11_wide {
  width: 958.41px;
}

/* line 47, ../scss/config/_grid.scss */
.grid_12 {
  width: 1047.351px;
  float: left;
  margin-left: 9.9705px;
  margin-right: 9.9705px;
  		/*@if $i != $total-columns {
  			&:last-child {
  				margin-right: 0;
  			}
  		}
  
  		&.center {
  			&:last-child {
  				margin-right: auto;
  			}
  		}*/
}

/* line 70, ../scss/config/_grid.scss */
.grid_12_wide {
  width: 1047.351px;
}

/* line 80, ../scss/config/_grid.scss */
[class*="grid_"].last {
  float: right;
}

/* line 86, ../scss/config/_grid.scss */
.alpha {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 0;
}

/* line 92, ../scss/config/_grid.scss */
.spacer_1 {
  margin-left: 98.9115px;
}

/* line 96, ../scss/config/_grid.scss */
.after_1 {
  margin-right: 98.9115px;
}

/* line 92, ../scss/config/_grid.scss */
.spacer_2 {
  margin-left: 187.8525px;
}

/* line 96, ../scss/config/_grid.scss */
.after_2 {
  margin-right: 187.8525px;
}

/* line 92, ../scss/config/_grid.scss */
.spacer_3 {
  margin-left: 276.7935px;
}

/* line 96, ../scss/config/_grid.scss */
.after_3 {
  margin-right: 276.7935px;
}

/* line 92, ../scss/config/_grid.scss */
.spacer_4 {
  margin-left: 365.7345px;
}

/* line 96, ../scss/config/_grid.scss */
.after_4 {
  margin-right: 365.7345px;
}

/* line 92, ../scss/config/_grid.scss */
.spacer_5 {
  margin-left: 454.6755px;
}

/* line 96, ../scss/config/_grid.scss */
.after_5 {
  margin-right: 454.6755px;
}

/* line 92, ../scss/config/_grid.scss */
.spacer_6 {
  margin-left: 543.6165px;
}

/* line 96, ../scss/config/_grid.scss */
.after_6 {
  margin-right: 543.6165px;
}

/* line 92, ../scss/config/_grid.scss */
.spacer_7 {
  margin-left: 632.5575px;
}

/* line 96, ../scss/config/_grid.scss */
.after_7 {
  margin-right: 632.5575px;
}

/* line 92, ../scss/config/_grid.scss */
.spacer_8 {
  margin-left: 721.4985px;
}

/* line 96, ../scss/config/_grid.scss */
.after_8 {
  margin-right: 721.4985px;
}

/* line 92, ../scss/config/_grid.scss */
.spacer_9 {
  margin-left: 810.4395px;
}

/* line 96, ../scss/config/_grid.scss */
.after_9 {
  margin-right: 810.4395px;
}

/* line 92, ../scss/config/_grid.scss */
.spacer_10 {
  margin-left: 899.3805px;
}

/* line 96, ../scss/config/_grid.scss */
.after_10 {
  margin-right: 899.3805px;
}

/* line 92, ../scss/config/_grid.scss */
.spacer_11 {
  margin-left: 988.3215px;
}

/* line 96, ../scss/config/_grid.scss */
.after_11 {
  margin-right: 988.3215px;
}

/* line 92, ../scss/config/_grid.scss */
.spacer_12 {
  margin-left: 1077.2625px;
}

/* line 96, ../scss/config/_grid.scss */
.after_12 {
  margin-right: 1077.2625px;
}

/* ===========================
 * Responsive Grid
 * =========================== */
/* ===========================
 * iPad to Desktop
 * =========================== */
/* ===========================
 * iPhone to iPad
 * =========================== */
/* ===========================
 * iPhone
 * =========================== */
@media (min-width: 0) and (max-width: 735px) {
  /* line 133, ../scss/config/_grid.scss */
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 141, ../scss/config/_grid.scss */
  .grid_1,
  .grid_1_wide {
    width: 100%;
    max-width: 40rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 151, ../scss/config/_grid.scss */
  .grid_1:last-child {
    margin-right: auto;
  }

  /* line 141, ../scss/config/_grid.scss */
  .grid_2,
  .grid_2_wide {
    width: 100%;
    max-width: 40rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 151, ../scss/config/_grid.scss */
  .grid_2:last-child {
    margin-right: auto;
  }

  /* line 141, ../scss/config/_grid.scss */
  .grid_3,
  .grid_3_wide {
    width: 100%;
    max-width: 40rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 151, ../scss/config/_grid.scss */
  .grid_3:last-child {
    margin-right: auto;
  }

  /* line 141, ../scss/config/_grid.scss */
  .grid_4,
  .grid_4_wide {
    width: 100%;
    max-width: 40rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 151, ../scss/config/_grid.scss */
  .grid_4:last-child {
    margin-right: auto;
  }

  /* line 141, ../scss/config/_grid.scss */
  .grid_5,
  .grid_5_wide {
    width: 100%;
    max-width: 40rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 151, ../scss/config/_grid.scss */
  .grid_5:last-child {
    margin-right: auto;
  }

  /* line 141, ../scss/config/_grid.scss */
  .grid_6,
  .grid_6_wide {
    width: 100%;
    max-width: 40rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 151, ../scss/config/_grid.scss */
  .grid_6:last-child {
    margin-right: auto;
  }

  /* line 141, ../scss/config/_grid.scss */
  .grid_7,
  .grid_7_wide {
    width: 100%;
    max-width: 40rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 151, ../scss/config/_grid.scss */
  .grid_7:last-child {
    margin-right: auto;
  }

  /* line 141, ../scss/config/_grid.scss */
  .grid_8,
  .grid_8_wide {
    width: 100%;
    max-width: 40rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 151, ../scss/config/_grid.scss */
  .grid_8:last-child {
    margin-right: auto;
  }

  /* line 141, ../scss/config/_grid.scss */
  .grid_9,
  .grid_9_wide {
    width: 100%;
    max-width: 40rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 151, ../scss/config/_grid.scss */
  .grid_9:last-child {
    margin-right: auto;
  }

  /* line 141, ../scss/config/_grid.scss */
  .grid_10,
  .grid_10_wide {
    width: 100%;
    max-width: 40rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 151, ../scss/config/_grid.scss */
  .grid_10:last-child {
    margin-right: auto;
  }

  /* line 141, ../scss/config/_grid.scss */
  .grid_11,
  .grid_11_wide {
    width: 100%;
    max-width: 40rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 151, ../scss/config/_grid.scss */
  .grid_11:last-child {
    margin-right: auto;
  }

  /* line 141, ../scss/config/_grid.scss */
  .grid_12,
  .grid_12_wide {
    width: 100%;
    max-width: 40rem;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 151, ../scss/config/_grid.scss */
  .grid_12:last-child {
    margin-right: auto;
  }
}
@font-face {
  font-family: 'BaseTwo';
  src: url("../b2-fonts/LabGrotesque-Light.eot?#iefix") format("embedded-opentype"), url("../b2-fonts/LabGrotesque-Light.woff") format("woff"), url("../b2-fonts/LabGrotesque-Light.ttf") format("truetype"), url("../b2-fonts/LabGrotesque-Light.svg#LabGrotesque-Light") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'BaseTwo';
  src: url("../b2-fonts/LabGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("../b2-fonts/LabGrotesque-Regular.woff") format("woff"), url("../b2-fonts/LabGrotesque-Regular.ttf") format("truetype"), url("../b2-fonts/LabGrotesque-Regular.svg#LabGrotesque-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'BaseTwo';
  src: url("../b2-fonts/LabGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("../b2-fonts/LabGrotesque-Medium.woff") format("woff"), url("../b2-fonts/LabGrotesque-Medium.ttf") format("truetype"), url("../b2-fonts/LabGrotesque-Medium.svg#LabGrotesque-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'BaseTwo';
  src: url("../b2-fonts/LabGrotesque-Bold.eot?#iefix") format("embedded-opentype"), url("../b2-fonts/LabGrotesque-Bold.woff") format("woff"), url("../b2-fonts/LabGrotesque-Bold.ttf") format("truetype"), url("../b2-fonts/LabGrotesque-Bold.svg#LabGrotesque-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'BaseTwo';
  src: url("../b2-fonts/LabGrotesque-Black.eot?#iefix") format("embedded-opentype"), url("../b2-fonts/LabGrotesque-Black.woff") format("woff"), url("../b2-fonts/LabGrotesque-Black.ttf") format("truetype"), url("../b2-fonts/LabGrotesque-Black.svg#LabGrotesque-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'BaseTwo';
  src: url("../b2-fonts/LabGrotesque-LightItalic.eot?#iefix") format("embedded-opentype"), url("../b2-fonts/LabGrotesque-LightItalic.woff") format("woff"), url("../b2-fonts/LabGrotesque-LightItalic.ttf") format("truetype"), url("../b2-fonts/LabGrotesque-LightItalic.svg#LabGrotesque-LightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'BaseTwo';
  src: url("../b2-fonts/LabGrotesque-Italic.eot?#iefix") format("embedded-opentype"), url("../b2-fonts/LabGrotesque-Italic.woff") format("woff"), url("../b2-fonts/LabGrotesque-Italic.ttf") format("truetype"), url("../b2-fonts/LabGrotesque-Italic.svg#LabGrotesque-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'BaseTwo';
  src: url("../b2-fonts/LabGrotesque-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../b2-fonts/LabGrotesque-MediumItalic.woff") format("woff"), url("../b2-fonts/LabGrotesque-MediumItalic.ttf") format("truetype"), url("../b2-fonts/LabGrotesque-MediumItalic.svg#LabGrotesque-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'BaseTwo';
  src: url("../b2-fonts/LabGrotesque-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../b2-fonts/LabGrotesque-BoldItalic.woff") format("woff"), url("../b2-fonts/LabGrotesque-BoldItalic.ttf") format("truetype"), url("../b2-fonts/LabGrotesque-BoldItalic.svg#LabGrotesque-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'BaseTwo';
  src: url("../b2-fonts/LabGrotesque-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../b2-fonts/LabGrotesque-BlackItalic.woff") format("woff"), url("../b2-fonts/LabGrotesque-BlackItalic.ttf") format("truetype"), url("../b2-fonts/LabGrotesque-BlackItalic.svg#LabGrotesque-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
}
/**
 * @file _fonts.scss
 *
 * Fonts used in the project
 * */
/**
 * Fontello
 * */
/*
@include font-face('fontello', font-files('fontello.woff', 'fontello.woff2', 'fontello.ttf', 'fontello.svg'), 'fontello.eot', normal,
					normal);
*/
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?94036915");
  src: url("../font/fontello.eot?94036915#iefix") format("embedded-opentype"), url("../font/fontello.woff2?94036915") format("woff2"), url("../font/fontello.woff?94036915") format("woff"), url("../font/fontello.ttf?94036915") format("truetype"), url("../font/fontello.svg?94036915#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Example font import:
 * */
/*
@include font-face('RealtimeStencil', font-files('30669F_0_0.woff', '30669F_0_0.woff2', '30669F_0_0.ttf',
										'30669F_0_0.svg'), '30669F_0_0.eot', bold, normal);
*/
/**
 * Fontello config:
 * - Update with the values output by fontello.
 * */
/* line 85, ../scss/config/_fonts.scss */
.icon-twitter {
  font-size: 0;
  line-height: 0;
  text-indent: -1000000px;
}
/* line 60, ../scss/config/_fonts.scss */
.icon-twitter:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  text-indent: 0;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 85, ../scss/config/_fonts.scss */
.icon-facebook {
  font-size: 0;
  line-height: 0;
  text-indent: -1000000px;
}
/* line 60, ../scss/config/_fonts.scss */
.icon-facebook:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  text-indent: 0;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 85, ../scss/config/_fonts.scss */
.icon-instagram {
  font-size: 0;
  line-height: 0;
  text-indent: -1000000px;
}
/* line 60, ../scss/config/_fonts.scss */
.icon-instagram:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  text-indent: 0;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 85, ../scss/config/_fonts.scss */
.icon-search {
  font-size: 0;
  line-height: 0;
  text-indent: -1000000px;
}
/* line 60, ../scss/config/_fonts.scss */
.icon-search:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  text-indent: 0;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 85, ../scss/config/_fonts.scss */
.icon-arrow {
  font-size: 0;
  line-height: 0;
  text-indent: -1000000px;
}
/* line 60, ../scss/config/_fonts.scss */
.icon-arrow:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  text-indent: 0;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/* line 85, ../scss/config/_fonts.scss */
.icon-close {
  font-size: 0;
  line-height: 0;
  text-indent: -1000000px;
}
/* line 60, ../scss/config/_fonts.scss */
.icon-close:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  text-indent: 0;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

/**
 * @file _sprites.scss
 *
 * Sprite generation - all icons are served from the public/assets/icons directory.
 * */
/**
 * Wraps any styles in a retina media query.
 */
/**
 * Option variable to define the spacing between images in the generated sprite
 */
/**
 * A mixin to create retina sprites with hover & active states
 *
 * You have to register a pair of sprites using `{@link #retina-sprite-add}` and then you can use this mixin:
 *
 *     @include retina-sprite-add(icons, "icons/*.png", "icons-retina/*.png");
 *
 *     .my-icon {
 *       @include retina-sprite(icon-name, icons);
 *     }
 *
 * @param {String} $name
 * @param {String} [$sprite-name]
 * @param {Boolean} [$hover=false]
 * @param {Boolean} [$active=false]
 */
/**
 * @param {String} $name
 * @param {String} $path
 * @param {String} $path2x
 */
/* line 1, ../scss/config/_modifiers.scss */
.clearfix:after, #header .container .socials .social-icons:after, .blog-entry .blog-entry-misc:after, body.page-type-contact-page #Form_contactForm fieldset:after, body.page-type-contact-page #Form_contactForm .Actions:after {
  content: '';
  clear: both;
  display: table;
}

/* line 7, ../scss/config/_modifiers.scss */
.hide {
  display: none;
}

/* line 11, ../scss/config/_modifiers.scss */
.text-centered {
  text-align: center;
}

/* line 15, ../scss/config/_modifiers.scss */
.text-right {
  text-align: right;
}

/* line 19, ../scss/config/_modifiers.scss */
.float-left {
  float: left;
}

/* line 23, ../scss/config/_modifiers.scss */
.float-right, #search-wrapper .container #btn-close {
  float: right;
}

/* line 27, ../scss/config/_modifiers.scss */
.as-block {
  display: block;
}

/* line 31, ../scss/config/_modifiers.scss */
.as-inline-block {
  display: inline-block;
}

/* line 35, ../scss/config/_modifiers.scss */
.as-table {
  display: table;
  table-layout: fixed;
}
/* line 38, ../scss/config/_modifiers.scss */
.as-table .as-row {
  display: table-row;
}
/* line 42, ../scss/config/_modifiers.scss */
.as-table .as-cell {
  display: table-cell;
}

/* line 47, ../scss/config/_modifiers.scss */
.absolute {
  position: absolute;
}

/* line 51, ../scss/config/_modifiers.scss */
.relative, #header .container .socials .social, #header .container .socials #btn-search, .blog-entry .blog-thumb {
  position: relative;
}

/* line 55, ../scss/config/_modifiers.scss */
.icon-centered, #header .container .socials .social:before, #header .container .socials #btn-search:before {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.25rem;
}

/* line 63, ../scss/config/_modifiers.scss */
.title, .showcase .container .showcase-title,
.showcase .container .work-title,
.work .container .showcase-title,
.work .container .work-title {
  color: #ef483d;
  font-size: 2rem;
  font-weight: 900;
  float: left;
  width: 100%;
  max-width: 320px;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 63, ../scss/config/_modifiers.scss */
  .title, .showcase .container .showcase-title,
  .showcase .container .work-title,
  .work .container .showcase-title,
  .work .container .work-title {
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  /* line 63, ../scss/config/_modifiers.scss */
  .title, .showcase .container .showcase-title,
  .showcase .container .work-title,
  .work .container .showcase-title,
  .work .container .work-title {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 0) and (max-width: 639px) {
  /* line 63, ../scss/config/_modifiers.scss */
  .title, .showcase .container .showcase-title,
  .showcase .container .work-title,
  .work .container .showcase-title,
  .work .container .work-title {
    margin-bottom: 0.5em;
  }
}

/* line 84, ../scss/config/_modifiers.scss */
.content, .showcase .container .showcase-content,
.showcase .container .work-content,
.work .container .showcase-content,
.work .container .work-content {
  float: left;
  width: 100%;
  max-width: 610px;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 84, ../scss/config/_modifiers.scss */
  .content, .showcase .container .showcase-content,
  .showcase .container .work-content,
  .work .container .showcase-content,
  .work .container .work-content {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
/* line 97, ../scss/config/_modifiers.scss */
.content h2, .showcase .container .showcase-content h2,
.showcase .container .work-content h2,
.work .container .showcase-content h2,
.work .container .work-content h2, .content h3, .showcase .container .showcase-content h3,
.showcase .container .work-content h3,
.work .container .showcase-content h3,
.work .container .work-content h3, .content h4, .showcase .container .showcase-content h4,
.showcase .container .work-content h4,
.work .container .showcase-content h4,
.work .container .work-content h4, .content h5, .showcase .container .showcase-content h5,
.showcase .container .work-content h5,
.work .container .showcase-content h5,
.work .container .work-content h5, .content h6, .showcase .container .showcase-content h6,
.showcase .container .work-content h6,
.work .container .showcase-content h6,
.work .container .work-content h6, .content p, .showcase .container .showcase-content p,
.showcase .container .work-content p,
.work .container .showcase-content p,
.work .container .work-content p, .content ul, .showcase .container .showcase-content ul,
.showcase .container .work-content ul,
.work .container .showcase-content ul,
.work .container .work-content ul, .content li, .showcase .container .showcase-content li,
.showcase .container .work-content li,
.work .container .showcase-content li,
.work .container .work-content li {
  margin-top: 0;
  line-height: 1.2;
}
/* line 102, ../scss/config/_modifiers.scss */
.content h2, .showcase .container .showcase-content h2,
.showcase .container .work-content h2,
.work .container .showcase-content h2,
.work .container .work-content h2 {
  font-size: 2rem;
}
/* line 106, ../scss/config/_modifiers.scss */
.content h3, .showcase .container .showcase-content h3,
.showcase .container .work-content h3,
.work .container .showcase-content h3,
.work .container .work-content h3 {
  font-size: 1.625rem;
}
/* line 110, ../scss/config/_modifiers.scss */
.content h4, .showcase .container .showcase-content h4,
.showcase .container .work-content h4,
.work .container .showcase-content h4,
.work .container .work-content h4 {
  font-size: 1.25rem;
}
/* line 114, ../scss/config/_modifiers.scss */
.content h5, .showcase .container .showcase-content h5,
.showcase .container .work-content h5,
.work .container .showcase-content h5,
.work .container .work-content h5 {
  font-size: 1.125rem;
}
/* line 118, ../scss/config/_modifiers.scss */
.content h6, .showcase .container .showcase-content h6,
.showcase .container .work-content h6,
.work .container .showcase-content h6,
.work .container .work-content h6 {
  font-size: 1rem;
}
/* line 122, ../scss/config/_modifiers.scss */
.content li, .showcase .container .showcase-content li,
.showcase .container .work-content li,
.work .container .showcase-content li,
.work .container .work-content li,
.content p,
.showcase .container .showcase-content p,
.showcase .container .work-content p,
.work .container .showcase-content p,
.work .container .work-content p {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  /* line 122, ../scss/config/_modifiers.scss */
  .content li, .showcase .container .showcase-content li,
  .showcase .container .work-content li,
  .work .container .showcase-content li,
  .work .container .work-content li,
  .content p,
  .showcase .container .showcase-content p,
  .showcase .container .work-content p,
  .work .container .showcase-content p,
  .work .container .work-content p {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}
/* line 131, ../scss/config/_modifiers.scss */
.content a, .showcase .container .showcase-content a,
.showcase .container .work-content a,
.work .container .showcase-content a,
.work .container .work-content a {
  word-wrap: break-word;
}

@media (max-width: 767px) {
  /* line 136, ../scss/config/_modifiers.scss */
  .title, .showcase .container .showcase-title,
  .showcase .container .work-title,
  .work .container .showcase-title,
  .work .container .work-title,
  .content,
  .showcase .container .showcase-content,
  .showcase .container .work-content,
  .work .container .showcase-content,
  .work .container .work-content {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}

/* line 145, ../scss/config/_modifiers.scss */
.padding-left-15 {
  padding-left: 0.9375rem;
}

/* line 149, ../scss/config/_modifiers.scss */
.padding-15 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

/* line 154, ../scss/config/_modifiers.scss */
.padding-30, body.page-SearchResultController .search-result.container .row {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

/* line 159, ../scss/config/_modifiers.scss */
.margin-bottom-half-em {
  margin-bottom: 0.5em;
}

/**
 * Import Sprite sheet.
 * */
/* line 18, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 24, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
body {
  margin: 0;
}

/* line 36, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 64, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 71, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 80, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
a {
  background-color: transparent;
}

/* line 85, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 94, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 99, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 105, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 111, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 117, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 123, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
small {
  font-size: 80%;
}

/* line 128, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 136, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 140, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 148, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
img {
  border: 0;
}

/* line 153, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 161, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 166, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 173, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
pre {
  overflow: auto;
}

/* line 178, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 195, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 206, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
button {
  overflow: visible;
}

/* line 214, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 224, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 233, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 239, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 247, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
input {
  line-height: normal;
}

/* line 255, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 264, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 272, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/* line 282, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 288, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 296, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* line 302, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 308, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 316, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 321, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 13, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_main.scss */
html {
  color: #222;
  font-size: 16;
  line-height: 1.4;
}

/* line 23, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 28, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 34, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 46, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_main.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* line 56, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 63, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_main.scss */
textarea {
  resize: vertical;
}

/* line 4, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 6, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 35, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_helpers.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 8, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_helpers.scss */
.invisible {
  visibility: hidden;
}

/* line 61, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_helpers.scss */
.clearfix:before, #header .container .socials .social-icons:before, .blog-entry .blog-entry-misc:before, body.page-type-contact-page #Form_contactForm fieldset:before, body.page-type-contact-page #Form_contactForm .Actions:before, .clearfix:after, #header .container .socials .social-icons:after, .blog-entry .blog-entry-misc:after, body.page-type-contact-page #Form_contactForm fieldset:after, body.page-type-contact-page #Form_contactForm .Actions:after {
  content: " ";
  display: table;
}
/* line 67, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_helpers.scss */
.clearfix:after, #header .container .socials .social-icons:after, .blog-entry .blog-entry-misc:after, body.page-type-contact-page #Form_contactForm fieldset:after, body.page-type-contact-page #Form_contactForm .Actions:after {
  clear: both;
}

@media print {
  /* line 12, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_media.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 22, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_media.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 27, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_media.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 31, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_media.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 37, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_media.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 42, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_media.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 51, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_media.scss */
  thead {
    display: table-header-group;
  }

  /* line 55, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_media.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 60, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_media.scss */
  img {
    max-width: 100% !important;
  }

  /* line 64, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_media.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 71, ../../../../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-h5bp-1.0.0/stylesheets/h5bp/_media.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/**
 * Blocks.
 * */
/* line 1, ../scss/blocks/_parallax.scss */
.parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-position: center center;
}
/* line 4, ../scss/blocks/_parallax.scss */
.parallax.normal {
  height: 400px;
}

/* line 1, ../scss/blocks/_header.scss */
#header {
  background-color: #ef483d;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  height: 70px;
}
/* line 9, ../scss/blocks/_header.scss */
#header .container {
  height: 70px;
  padding: 17px 0 18px;
  background-color: #ef483d;
}
/* line 13, ../scss/blocks/_header.scss */
#header .container a {
  font-size: 20px;
  color: #fff;
}
/* line 17, ../scss/blocks/_header.scss */
#header .container a:active, #header .container a:link {
  text-decoration: none;
}
/* line 23, ../scss/blocks/_header.scss */
#header .container .nav {
  font-weight: bold;
  padding-left: 0.9375rem;
  padding-right: 12.625rem;
}
/* line 30, ../scss/blocks/_header.scss */
#header .container .nav ul, #header .container .nav li {
  list-style: none;
}
/* line 34, ../scss/blocks/_header.scss */
#header .container .nav ul {
  overflow: hidden;
  *zoom: 1;
  padding: 0;
  margin: 0;
}
/* line 38, ../scss/blocks/_header.scss */
#header .container .nav ul li {
  float: left;
  margin: 0 0.9375rem;
}
/* line 41, ../scss/blocks/_header.scss */
#header .container .nav ul li ul {
  padding: 1.625rem 0;
  font-weight: normal;
  display: none;
  background-color: #ef483d;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
}
/* line 42, ../scss/blocks/_header.scss */
#header .container .nav ul li ul.level-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 46, ../scss/blocks/_header.scss */
#header .container .nav ul li ul a {
  text-transform: none;
}
/* line 59, ../scss/blocks/_header.scss */
#header .container .nav ul li ul li {
  width: 33.33333%;
  margin: 0;
  padding: 0 1.875rem;
}
/* line 64, ../scss/blocks/_header.scss */
#header .container .nav ul li ul li ul {
  font-weight: lighter;
  position: static;
  display: block;
  padding-bottom: 0;
}
/* line 69, ../scss/blocks/_header.scss */
#header .container .nav ul li ul li ul li {
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom: 1.875rem;
}
/* line 74, ../scss/blocks/_header.scss */
#header .container .nav ul li ul li ul li:last-child {
  margin-bottom: 0.625rem;
}
/* line 83, ../scss/blocks/_header.scss */
#header .container .nav ul li a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 2.125rem;
  line-height: 34px;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  padding: 0 0.625rem;
}
/* line 91, ../scss/blocks/_header.scss */
#header .container .nav ul li a:hover, #header .container .nav ul li a.current {
  color: #ef483d;
  background-color: #fff;
}
/* line 97, ../scss/blocks/_header.scss */
#header .container .nav ul li a.active {
  background-color: rgba(255, 255, 255, 0.2);
}
/* line 100, ../scss/blocks/_header.scss */
#header .container .nav ul li a.active:hover {
  color: #ef483d;
  background-color: #fff;
}
/* line 110, ../scss/blocks/_header.scss */
#header .container .socials {
  overflow: hidden;
  *zoom: 1;
  height: 100%;
  top: 0;
  right: 0;
}
/* line 116, ../scss/blocks/_header.scss */
#header .container .socials .social-icons {
  height: 100%;
  float: left;
}
/* line 122, ../scss/blocks/_header.scss */
#header .container .socials button,
#header .container .socials a {
  float: left;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: -62.4375rem;
  width: 2.75rem;
}
/* line 132, ../scss/blocks/_header.scss */
#header .container .socials button {
  padding: 0;
  width: 70px;
  border: none;
  outline: none;
}
/* line 139, ../scss/blocks/_header.scss */
#header .container .socials .social {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #ef483d;
}
/* line 144, ../scss/blocks/_header.scss */
#header .container .socials .social:hover {
  background-color: #fff;
  color: #ef483d;
}
/* line 154, ../scss/blocks/_header.scss */
#header .container .socials #btn-search {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-left: 1px solid #ef483d;
  background-color: #fff;
  outline: none;
  color: #ef483d;
}
/* line 161, ../scss/blocks/_header.scss */
#header .container .socials #btn-search:hover {
  background-color: #ef483d;
  color: #fff;
}
/* line 171, ../scss/blocks/_header.scss */
#header .container .socials #btn-mobile {
  display: none;
  position: relative;
  background-color: #ef483d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 178, ../scss/blocks/_header.scss */
#header .container .socials #btn-mobile i {
  display: block;
  width: 33.333%;
  height: 4.3%;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  top: 47.85%;
  left: 33.3333%;
}
/* line 188, ../scss/blocks/_header.scss */
#header .container .socials #btn-mobile i.first {
  margin-top: -8px;
}
/* line 192, ../scss/blocks/_header.scss */
#header .container .socials #btn-mobile i.third {
  margin-top: 8px;
}

/* line 202, ../scss/blocks/_header.scss */
#mobile-menu-tray-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  overflow: hidden;
}
/* line 212, ../scss/blocks/_header.scss */
#mobile-menu-tray-wrapper #mobile-menu-tray {
  position: absolute;
  border-radius: 50%;
  width: 4.375rem;
  height: 4.375rem;
  top: -2.1875rem;
  background-color: #ef483d;
  left: -2.1875rem;
}

@media (max-width: 1024px) {
  /* line 225, ../scss/blocks/_header.scss */
  #search-wrapper .container #btn-close {
    float: left;
    margin-left: 4.375rem;
  }

  /* line 230, ../scss/blocks/_header.scss */
  #header {
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    height: 4.375rem;
  }
  /* line 233, ../scss/blocks/_header.scss */
  #header .container {
    background: none;
  }
  /* line 235, ../scss/blocks/_header.scss */
  #header .container .nav {
    display: none;
    overflow: hidden;
  }
  /* line 239, ../scss/blocks/_header.scss */
  #header .container .nav a.current + ul {
    display: block;
  }
  /* line 244, ../scss/blocks/_header.scss */
  #header .container .socials {
    right: auto;
    left: 0;
  }
  /* line 247, ../scss/blocks/_header.scss */
  #header .container .socials a.social {
    display: none;
  }
  /* line 250, ../scss/blocks/_header.scss */
  #header .container .socials #btn-search {
    border: none;
  }
  /* line 254, ../scss/blocks/_header.scss */
  #header .container .socials #btn-mobile {
    display: block;
  }
  /* line 258, ../scss/blocks/_header.scss */
  #header .container .socials .social-icons {
    height: 4.375rem;
    position: fixed;
    right: -12.5rem;
    -moz-transition: right 0.5s ease-in 0.05s;
    -o-transition: right 0.5s ease-in 0.05s;
    -webkit-transition: right 0.5s ease-in;
    -webkit-transition-delay: 0.05s;
    transition: right 0.5s ease-in 0.05s;
  }
  /* line 263, ../scss/blocks/_header.scss */
  #header .container .socials .social-icons a.social {
    display: block;
  }
}
@media (max-width: 1024px) and (max-width: 1023px) {
  /* line 263, ../scss/blocks/_header.scss */
  #header .container .socials .social-icons a.social {
    background-color: rgba(255, 255, 255, 0);
  }
  /* line 267, ../scss/blocks/_header.scss */
  #header .container .socials .social-icons a.social:hover {
    background-color: white;
  }
}
@media (max-width: 1024px) {
  /* line 279, ../scss/blocks/_header.scss */
  #header.toggled .container .nav {
    display: block;
    position: fixed;
    top: 4.375rem;
    width: 100%;
    height: calc(100% - 70px);
    left: 0;
    z-index: 9;
    padding-top: 1.5625rem;
    padding-right: 0.9375rem;
  }
  /* line 292, ../scss/blocks/_header.scss */
  #header.toggled .container .socials .social-icons {
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 309, ../scss/blocks/_header.scss */
  #header .container .nav ul li ul.level-2 {
    border-top: none;
  }
  /* line 313, ../scss/blocks/_header.scss */
  #header .container .nav ul li ul li a {
    font-size: 1rem;
  }
  /* line 316, ../scss/blocks/_header.scss */
  #header .container .nav ul li ul li ul li {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 767px) {
  /* line 329, ../scss/blocks/_header.scss */
  #header {
    height: 2.5rem;
  }
  /* line 333, ../scss/blocks/_header.scss */
  #header.toggled .container,
  #header .container {
    height: 2.5rem;
  }
  /* line 336, ../scss/blocks/_header.scss */
  #header.toggled .container .nav,
  #header .container .nav {
    padding: 1.5625rem 0.625rem;
  }
  /* line 338, ../scss/blocks/_header.scss */
  #header.toggled .container .nav ul,
  #header .container .nav ul {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 339, ../scss/blocks/_header.scss */
  #header.toggled .container .nav ul.level-2,
  #header .container .nav ul.level-2 {
    border-top: none;
  }
  /* line 345, ../scss/blocks/_header.scss */
  #header.toggled .container .nav ul li,
  #header .container .nav ul li {
    margin: 0 0 0.9375rem;
    float: none;
    width: 100%;
  }
  /* line 346, ../scss/blocks/_header.scss */
  #header.toggled .container .nav ul li a,
  #header .container .nav ul li a {
    display: inline-block;
  }
  /* line 350, ../scss/blocks/_header.scss */
  #header.toggled .container .nav ul li:last-child,
  #header .container .nav ul li:last-child {
    margin-bottom: 0;
  }
  /* line 356, ../scss/blocks/_header.scss */
  #header.toggled .container .nav ul li ul,
  #header .container .nav ul li ul {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    position: static;
  }
  /* line 360, ../scss/blocks/_header.scss */
  #header.toggled .container .nav ul li ul.level-2,
  #header .container .nav ul li ul.level-2 {
    height: auto !important;
  }
  /* line 363, ../scss/blocks/_header.scss */
  #header.toggled .container .nav ul li ul li,
  #header .container .nav ul li ul li {
    position: relative;
    padding-right: 0;
    float: none;
    width: 100%;
    padding-left: 1.25rem;
  }
  /* line 368, ../scss/blocks/_header.scss */
  #header.toggled .container .nav ul li ul li.multi:after,
  #header .container .nav ul li ul li.multi:after {
    position: absolute;
    right: 0.9375rem;
    content: "+";
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 1.875rem;
    top: -5px;
    pointer-events: none;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  /* line 382, ../scss/blocks/_header.scss */
  #header.toggled .container .nav ul li ul li.multi.hover ul,
  #header .container .nav ul li ul li.multi.hover ul {
    display: block;
  }
  /* line 386, ../scss/blocks/_header.scss */
  #header.toggled .container .nav ul li ul li.multi.hover:after,
  #header .container .nav ul li ul li.multi.hover:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 392, ../scss/blocks/_header.scss */
  #header.toggled .container .nav ul li ul li.multi li.multi:after,
  #header .container .nav ul li ul li.multi li.multi:after {
    content: '';
    display: none;
  }
  /* line 400, ../scss/blocks/_header.scss */
  #header.toggled .container .nav ul li ul li a,
  #header .container .nav ul li ul li a {
    display: block;
  }
  /* line 402, ../scss/blocks/_header.scss */
  #header.toggled .container .nav ul li ul li a.active,
  #header .container .nav ul li ul li a.active {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
  }
  /* line 408, ../scss/blocks/_header.scss */
  #header.toggled .container .nav ul li ul li a,
  #header.toggled .container .nav ul li ul li a:hover,
  #header.toggled .container .nav ul li ul li a.current,
  #header .container .nav ul li ul li a,
  #header .container .nav ul li ul li a:hover,
  #header .container .nav ul li ul li a.current {
    background-color: transparent;
    color: #fff;
  }
  /* line 418, ../scss/blocks/_header.scss */
  #header.toggled .container .nav ul li ul li ul,
  #header .container .nav ul li ul li ul {
    display: none;
  }
  /* line 427, ../scss/blocks/_header.scss */
  #header.toggled .container .socials .social-icons,
  #header .container .socials .social-icons {
    height: 2.5rem;
    -moz-transition: right 0.5s ease-in 0.05s;
    -o-transition: right 0.5s ease-in 0.05s;
    -webkit-transition: right 0.5s ease-in;
    -webkit-transition-delay: 0.05s;
    transition: right 0.5s ease-in 0.05s;
  }
  /* line 431, ../scss/blocks/_header.scss */
  #header.toggled .container .socials .social-icons a.social,
  #header .container .socials .social-icons a.social {
    display: block;
  }
  /* line 437, ../scss/blocks/_header.scss */
  #header.toggled .container .socials button,
  #header .container .socials button {
    width: 2.5rem;
  }
  /* line 443, ../scss/blocks/_header.scss */
  #header.toggled .container .socials #btn-mobile i.first,
  #header .container .socials #btn-mobile i.first {
    margin-top: -4px;
  }
  /* line 447, ../scss/blocks/_header.scss */
  #header.toggled .container .socials #btn-mobile i.third,
  #header .container .socials #btn-mobile i.third {
    margin-top: 4px;
  }
  /* line 458, ../scss/blocks/_header.scss */
  #header.toggled .container .nav {
    top: 2.5rem;
    height: calc(100% - 40px);
    left: 0;
  }
  /* line 464, ../scss/blocks/_header.scss */
  #header.toggled .container .socials {
    right: auto;
    left: 0;
  }
}
/* line 1, ../scss/blocks/_footer.scss */
#footer {
  padding: 0.9375rem 0 0;
  background-color: #ef483d;
  color: #fff;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  /* line 1, ../scss/blocks/_footer.scss */
  #footer {
    padding-bottom: 0.625rem;
  }
}
/* line 10, ../scss/blocks/_footer.scss */
#footer a {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 15, ../scss/blocks/_footer.scss */
  #footer .container .row {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
/* line 21, ../scss/blocks/_footer.scss */
#footer .container .row .grid {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  /* line 21, ../scss/blocks/_footer.scss */
  #footer .container .row .grid {
    margin-bottom: 0.3125rem;
  }
}

/* line 3, ../scss/blocks/_work.scss */
.showcase .container,
.work .container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
/* line 10, ../scss/blocks/_work.scss */
.showcase .container .showcase-title h2, .showcase .container .showcase-title p,
.showcase .container .work-title h2,
.showcase .container .work-title p,
.work .container .showcase-title h2,
.work .container .showcase-title p,
.work .container .work-title h2,
.work .container .work-title p {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 16, ../scss/blocks/_work.scss */
.showcase .container .showcase-title h2,
.showcase .container .work-title h2,
.work .container .showcase-title h2,
.work .container .work-title h2 {
  font-size: 2rem;
}
/* line 20, ../scss/blocks/_work.scss */
.showcase .container .showcase-title p,
.showcase .container .work-title p,
.work .container .showcase-title p,
.work .container .work-title p {
  color: #000;
  font-size: 2rem;
}
/* line 25, ../scss/blocks/_work.scss */
.showcase .container .showcase-title .showcase-title-holder,
.showcase .container .work-title .showcase-title-holder,
.work .container .showcase-title .showcase-title-holder,
.work .container .work-title .showcase-title-holder {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (max-width: 767px) {
  /* line 25, ../scss/blocks/_work.scss */
  .showcase .container .showcase-title .showcase-title-holder,
  .showcase .container .work-title .showcase-title-holder,
  .work .container .showcase-title .showcase-title-holder,
  .work .container .work-title .showcase-title-holder {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  /* line 35, ../scss/blocks/_work.scss */
  .showcase .container .showcase-title,
  .work .container .showcase-title {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 1, ../scss/blocks/_blogentry.scss */
.blog-entry {
  width: calc(50% - 30px);
  margin: 0 0.9375rem 1.25rem;
  float: left;
  display: block;
}
/* line 6, ../scss/blocks/_blogentry.scss */
.blog-entry:active {
  text-decoration: none;
}
@media (min-width: 0) and (max-width: 639px) {
  /* line 1, ../scss/blocks/_blogentry.scss */
  .blog-entry {
    margin: 0 0 1.25rem;
    width: 100%;
    float: none;
  }
}
/* line 14, ../scss/blocks/_blogentry.scss */
.blog-entry .blog-thumb {
  overflow: hidden;
  margin-bottom: 0.3125rem;
}
/* line 19, ../scss/blocks/_blogentry.scss */
.blog-entry .blog-thumb img {
  position: relative;
  z-index: -1;
  display: block;
  line-height: 0;
  font-size: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 29, ../scss/blocks/_blogentry.scss */
.blog-entry .blog-thumb:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 34, ../scss/blocks/_blogentry.scss */
.blog-entry .blog-thumb:before {
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
/* line 52, ../scss/blocks/_blogentry.scss */
.blog-entry .blog-thumb .blog-entry-title {
  z-index: 2;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 1.875rem;
  margin: 0;
  padding: 1.875rem;
}
/* line 68, ../scss/blocks/_blogentry.scss */
.blog-entry .blog-entry-misc div {
  color: #1a1a1a;
  width: 100%;
  font-size: 1.25rem;
}
/* line 74, ../scss/blocks/_blogentry.scss */
.blog-entry .blog-entry-misc .blog-entry-tags {
  font-weight: bold;
  max-width: 20rem;
}
/* line 79, ../scss/blocks/_blogentry.scss */
.blog-entry .blog-entry-misc .blog-entry-date {
  text-align: right;
  max-width: 10.3125rem;
}
@media (min-width: 0) and (max-width: 639px) {
  /* line 79, ../scss/blocks/_blogentry.scss */
  .blog-entry .blog-entry-misc .blog-entry-date {
    font-size: 0.875rem;
  }
}
@media (min-width: 0) and (max-width: 639px) {
  /* line 88, ../scss/blocks/_blogentry.scss */
  .blog-entry .blog-entry-misc .blog-entry-tags,
  .blog-entry .blog-entry-misc .blog-entry-date {
    margin: 0;
    width: 100%;
    float: none;
    text-align: left;
    max-width: none;
  }
}

/* line 1, ../scss/blocks/_searchform.scss */
#search-wrapper {
  display: none;
  overflow: hidden;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.96);
}
/* line 12, ../scss/blocks/_searchform.scss */
#search-wrapper .container {
  padding: 0;
  background: none;
}
/* line 15, ../scss/blocks/_searchform.scss */
#search-wrapper .container #btn-close {
  background-color: #ef483d;
  color: #fff;
  height: 4.375rem;
  width: 4.375rem;
}
/* line 21, ../scss/blocks/_searchform.scss */
#search-wrapper .container #btn-close:before {
  display: block;
  font-size: 2rem;
}
@media (max-width: 767px) {
  /* line 15, ../scss/blocks/_searchform.scss */
  #search-wrapper .container #btn-close {
    float: left;
    margin-left: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

/* line 37, ../scss/blocks/_searchform.scss */
#GeneralSearchForm_GeneralSearchForm {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
/* line 39, ../scss/blocks/_searchform.scss */
#GeneralSearchForm_GeneralSearchForm label {
  position: absolute;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  font-size: 5.375rem;
  font-weight: bold;
  text-transform: lowercase;
  width: 100%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  /* line 39, ../scss/blocks/_searchform.scss */
  #GeneralSearchForm_GeneralSearchForm label {
    font-size: 2rem;
  }
}
/* line 52, ../scss/blocks/_searchform.scss */
#GeneralSearchForm_GeneralSearchForm label:before {
  content: '';
  width: 2px;
  margin-left: 0.3125rem;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  background-color: #ef483d;
  height: 120px;
  font-weight: 100;
}
@media (max-width: 767px) {
  /* line 52, ../scss/blocks/_searchform.scss */
  #GeneralSearchForm_GeneralSearchForm label:before {
    height: 50px;
    margin-left: 0.125rem;
  }
}
/* line 68, ../scss/blocks/_searchform.scss */
#GeneralSearchForm_GeneralSearchForm .text {
  letter-spacing: 1px;
  font-size: 5.375rem;
  border: none;
  color: #ef483d;
  font-weight: bold;
  text-align: center;
  outline: none;
  background: none;
}
@media (max-width: 767px) {
  /* line 68, ../scss/blocks/_searchform.scss */
  #GeneralSearchForm_GeneralSearchForm .text {
    font-size: 2rem;
  }
}

/**
 * Elements.
 * */
/**
 * Modules
 * */
/**
 * @file _typography.scss
 *
 * Global styles.
 * */
/* line 7, ../scss/_typography.scss */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 12, ../scss/_typography.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 18, ../scss/_typography.scss */
body {
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
  text-rendering: optimizeLegibility;
  color: #1a1a1a;
}

/* line 24, ../scss/_typography.scss */
body,
p,
span,
td,
li {
  font-family: 'BaseTwo', Helvetica, Arial, sans-serif;
}

/* line 32, ../scss/_typography.scss */
body,
p,
td,
li {
  font-size: 16px;
}

/* line 39, ../scss/_typography.scss */
h1 {
  font-size: 4.5rem;
  line-height: 1em;
  margin: 0;
}

/* line 45, ../scss/_typography.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 51, ../scss/_typography.scss */
a:link, a:visited {
  color: #ef483d;
  border-bottom: none;
  text-decoration: none;
}
/* line 58, ../scss/_typography.scss */
a:hover {
  text-decoration: none;
}
/* line 62, ../scss/_typography.scss */
a:active {
  border-bottom: none;
  text-decoration: underline;
}

/**
 * Style classes
 * */
/* line 71, ../scss/_typography.scss */
.hide_text {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
}

/* line 75, ../scss/_typography.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 79, ../scss/_typography.scss */
.uppercase, #header .container a, body.page-type-contact-page #Form_contactForm .Actions .action {
  text-transform: uppercase;
}

/* line 83, ../scss/_typography.scss */
.text-centered {
  text-align: center;
}

/* line 94, ../scss/_typography.scss */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url('xml/ellipsis.xml#ellipsis');
}

/* line 57, ../scss/styles.scss */
html.lt-ie9,
html.lt-ie9 body,
html.locked,
html.locked body {
  height: 100%;
  overflow: hidden;
}

/**
 * Pages.
 * */
/* line 1, ../scss/pagetypes/_homepage.scss */
body.page-home #footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 8;
  height: 52px;
}
@media (max-width: 1024px) {
  /* line 1, ../scss/pagetypes/_homepage.scss */
  body.page-home #footer {
    position: static;
    height: auto;
  }
}
/* line 16, ../scss/pagetypes/_homepage.scss */
body.page-home #basetwo {
  top: 13.75rem;
  right: -0.75em;
  display: block;
  background-image: url('../images/sprites-sb739d15205.png');
  background-position: 0 0;
  -moz-background-size: auto;
  -o-background-size: auto;
  -webkit-background-size: auto;
  background-size: auto;
  background-repeat: repeat-y;
  height: 118px;
  width: 617px;
}
@media (max-width: 767px) {
  /* line 16, ../scss/pagetypes/_homepage.scss */
  body.page-home #basetwo {
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    top: 20%;
  }
}
/* line 27, ../scss/pagetypes/_homepage.scss */
body.page-home #design {
  bottom: 10.625rem;
  left: -0.75em;
  display: block;
  background-image: url('../images/sprites-sb739d15205.png');
  background-position: 0 -118px;
  -moz-background-size: auto;
  -o-background-size: auto;
  -webkit-background-size: auto;
  background-size: auto;
  background-repeat: repeat-y;
  height: 151px;
  width: 460px;
}
@media (max-width: 767px) {
  /* line 27, ../scss/pagetypes/_homepage.scss */
  body.page-home #design {
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    bottom: 20%;
  }
}
/* line 38, ../scss/pagetypes/_homepage.scss */
body.page-home #basetwo,
body.page-home #design {
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
}
@media (max-width: 767px) {
  /* line 38, ../scss/pagetypes/_homepage.scss */
  body.page-home #basetwo,
  body.page-home #design {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
/* line 48, ../scss/pagetypes/_homepage.scss */
body.page-home #btn-read-on {
  bottom: 4.5rem;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  z-index: 8;
  text-indent: 0;
  color: rgba(255, 255, 255, 0.6);
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}
@media (max-width: 1023px) {
  /* line 48, ../scss/pagetypes/_homepage.scss */
  body.page-home #btn-read-on {
    bottom: 2.25rem;
  }
}
/* line 60, ../scss/pagetypes/_homepage.scss */
body.page-home #btn-read-on:hover {
  color: white;
}
/* line 66, ../scss/pagetypes/_homepage.scss */
body.page-home #btn-read-on:before {
  font-size: 1.25rem;
  font-weight: lighter;
}
/* line 72, ../scss/pagetypes/_homepage.scss */
body.page-home #ie-go-home {
  position: fixed;
  z-index: 100;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 81, ../scss/pagetypes/_homepage.scss */
body.page-home #ie-go-home .container {
  padding-top: 100px;
  color: #333;
}
/* line 84, ../scss/pagetypes/_homepage.scss */
body.page-home #ie-go-home .container h1 {
  color: #ef483d;
}

/* line 1, ../scss/pagetypes/_blogpage.scss */
body.page-Security #main,
body.page-SearchResultController #main,
body.page-type-blogs-page #main {
  padding-top: 70px;
}
@media (max-width: 767px) {
  /* line 1, ../scss/pagetypes/_blogpage.scss */
  body.page-Security #main,
  body.page-SearchResultController #main,
  body.page-type-blogs-page #main {
    padding-top: 2.5625rem;
  }
}
/* line 8, ../scss/pagetypes/_blogpage.scss */
body.page-Security #page-title,
body.page-SearchResultController #page-title,
body.page-type-blogs-page #page-title {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (max-width: 767px) {
  /* line 8, ../scss/pagetypes/_blogpage.scss */
  body.page-Security #page-title,
  body.page-SearchResultController #page-title,
  body.page-type-blogs-page #page-title {
    margin: 0;
    padding: 0;
  }
}
/* line 19, ../scss/pagetypes/_blogpage.scss */
body.page-Security #header,
body.page-SearchResultController #header,
body.page-type-blogs-page #header {
  border-color: #ef483d;
}
/* line 21, ../scss/pagetypes/_blogpage.scss */
body.page-Security #header #btn-search,
body.page-SearchResultController #header #btn-search,
body.page-type-blogs-page #header #btn-search {
  border-right: 1px solid #ef483d;
}
/* line 26, ../scss/pagetypes/_blogpage.scss */
body.page-Security .container .row,
body.page-SearchResultController .container .row,
body.page-type-blogs-page .container .row {
  padding: 0 0.9375rem;
}
@media (min-width: 0) and (max-width: 639px) {
  /* line 26, ../scss/pagetypes/_blogpage.scss */
  body.page-Security .container .row,
  body.page-SearchResultController .container .row,
  body.page-type-blogs-page .container .row {
    margin: 0;
    padding: 0 0.3125rem;
  }
  /* line 31, ../scss/pagetypes/_blogpage.scss */
  body.page-Security .container .row.sub-title,
  body.page-SearchResultController .container .row.sub-title,
  body.page-type-blogs-page .container .row.sub-title {
    padding: 0;
  }
}

@media (min-width: 0) and (max-width: 639px) {
  /* line 1, ../scss/pagetypes/_search_result.scss */
  body.page-SearchResultController #main {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 0) and (max-width: 639px) {
  /* line 8, ../scss/pagetypes/_search_result.scss */
  body.page-SearchResultController .search-result.container .row {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 14, ../scss/pagetypes/_search_result.scss */
body.page-SearchResultController .search-result.container .row .search-result-item {
  display: block;
  border-top: 1px solid #ef483d;
  padding-bottom: 1em;
  background-color: rgba(238, 238, 238, 0);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 15, ../scss/pagetypes/_search_result.scss */
body.page-SearchResultController .search-result.container .row .search-result-item:link, body.page-SearchResultController .search-result.container .row .search-result-item:active {
  text-decoration: none;
}
/* line 24, ../scss/pagetypes/_search_result.scss */
body.page-SearchResultController .search-result.container .row .search-result-item .item-title {
  color: #000;
  font-size: 2rem;
  margin: 0.5em 0 0.25em;
  font-weight: bold;
}
/* line 31, ../scss/pagetypes/_search_result.scss */
body.page-SearchResultController .search-result.container .row .search-result-item .item-content {
  font-size: 1.25rem;
  color: gray;
  font-weight: 100;
}
/* line 35, ../scss/pagetypes/_search_result.scss */
body.page-SearchResultController .search-result.container .row .search-result-item .item-content .highlight {
  display: inline-block;
  color: #ef483d;
  background-color: rgba(239, 72, 61, 0.2);
  padding: 0 0.25em;
  border-radius: 0.125rem;
}
/* line 45, ../scss/pagetypes/_search_result.scss */
body.page-SearchResultController .search-result.container .row .search-result-item:hover {
  padding-left: 0.9375rem;
  background-color: #eeeeee;
}
/* line 51, ../scss/pagetypes/_search_result.scss */
body.page-SearchResultController .search-result.container .row .pagination {
  margin-top: 1.875rem;
  color: #ef483d;
}
/* line 57, ../scss/pagetypes/_search_result.scss */
body.page-SearchResultController .search-result.container .pagination {
  margin-top: 1.875rem;
  color: #ef483d;
}
/* line 60, ../scss/pagetypes/_search_result.scss */
body.page-SearchResultController .search-result.container .pagination a {
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* line 62, ../scss/pagetypes/_search_result.scss */
body.page-SearchResultController .search-result.container .pagination a:hover {
  color: #000;
}

/* line 1, ../scss/pagetypes/_single_blog_entry.scss */
body.single-blog-entry-page #header .container .socials #btn-search,
body.single-blog-entry-page #header {
  border-right-color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
/* line 7, ../scss/pagetypes/_single_blog_entry.scss */
body.single-blog-entry-page #main {
  padding-top: 0;
}
/* line 13, ../scss/pagetypes/_single_blog_entry.scss */
body.single-blog-entry-page #content-area .title .sub-title, body.single-blog-entry-page #content-area .showcase .container .showcase-title .sub-title, .showcase .container body.single-blog-entry-page #content-area .showcase-title .sub-title,
body.single-blog-entry-page #content-area .showcase .container .work-title .sub-title,
.showcase .container body.single-blog-entry-page #content-area .work-title .sub-title,
body.single-blog-entry-page #content-area .work .container .showcase-title .sub-title,
.work .container body.single-blog-entry-page #content-area .showcase-title .sub-title,
body.single-blog-entry-page #content-area .work .container .work-title .sub-title,
.work .container body.single-blog-entry-page #content-area .work-title .sub-title {
  color: #000;
}
/* line 17, ../scss/pagetypes/_single_blog_entry.scss */
body.single-blog-entry-page #content-area .title h1, body.single-blog-entry-page #content-area .showcase .container .showcase-title h1, .showcase .container body.single-blog-entry-page #content-area .showcase-title h1,
body.single-blog-entry-page #content-area .showcase .container .work-title h1,
.showcase .container body.single-blog-entry-page #content-area .work-title h1,
body.single-blog-entry-page #content-area .work .container .showcase-title h1,
.work .container body.single-blog-entry-page #content-area .showcase-title h1,
body.single-blog-entry-page #content-area .work .container .work-title h1,
.work .container body.single-blog-entry-page #content-area .work-title h1 {
  margin: 0.3125rem 0;
}
/* line 21, ../scss/pagetypes/_single_blog_entry.scss */
body.single-blog-entry-page #content-area .title .blog-created, body.single-blog-entry-page #content-area .showcase .container .showcase-title .blog-created, .showcase .container body.single-blog-entry-page #content-area .showcase-title .blog-created,
body.single-blog-entry-page #content-area .showcase .container .work-title .blog-created,
.showcase .container body.single-blog-entry-page #content-area .work-title .blog-created,
body.single-blog-entry-page #content-area .work .container .showcase-title .blog-created,
.work .container body.single-blog-entry-page #content-area .showcase-title .blog-created,
body.single-blog-entry-page #content-area .work .container .work-title .blog-created,
.work .container body.single-blog-entry-page #content-area .work-title .blog-created,
body.single-blog-entry-page #content-area .title .blog-tags,
body.single-blog-entry-page #content-area .showcase .container .showcase-title .blog-tags,
.showcase .container body.single-blog-entry-page #content-area .showcase-title .blog-tags,
body.single-blog-entry-page #content-area .showcase .container .work-title .blog-tags,
.showcase .container body.single-blog-entry-page #content-area .work-title .blog-tags,
body.single-blog-entry-page #content-area .work .container .showcase-title .blog-tags,
.work .container body.single-blog-entry-page #content-area .showcase-title .blog-tags,
body.single-blog-entry-page #content-area .work .container .work-title .blog-tags,
.work .container body.single-blog-entry-page #content-area .work-title .blog-tags {
  font-size: 1.25rem;
  color: #1A1A1A;
  font-weight: normal;
}
/* line 26, ../scss/pagetypes/_single_blog_entry.scss */
body.single-blog-entry-page #content-area .title .blog-created a, body.single-blog-entry-page #content-area .showcase .container .showcase-title .blog-created a, .showcase .container body.single-blog-entry-page #content-area .showcase-title .blog-created a,
body.single-blog-entry-page #content-area .showcase .container .work-title .blog-created a,
.showcase .container body.single-blog-entry-page #content-area .work-title .blog-created a,
body.single-blog-entry-page #content-area .work .container .showcase-title .blog-created a,
.work .container body.single-blog-entry-page #content-area .showcase-title .blog-created a,
body.single-blog-entry-page #content-area .work .container .work-title .blog-created a,
.work .container body.single-blog-entry-page #content-area .work-title .blog-created a,
body.single-blog-entry-page #content-area .title .blog-tags a,
body.single-blog-entry-page #content-area .showcase .container .showcase-title .blog-tags a,
.showcase .container body.single-blog-entry-page #content-area .showcase-title .blog-tags a,
body.single-blog-entry-page #content-area .showcase .container .work-title .blog-tags a,
.showcase .container body.single-blog-entry-page #content-area .work-title .blog-tags a,
body.single-blog-entry-page #content-area .work .container .showcase-title .blog-tags a,
.work .container body.single-blog-entry-page #content-area .showcase-title .blog-tags a,
body.single-blog-entry-page #content-area .work .container .work-title .blog-tags a,
.work .container body.single-blog-entry-page #content-area .work-title .blog-tags a {
  color: #1A1A1A;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 29, ../scss/pagetypes/_single_blog_entry.scss */
body.single-blog-entry-page #content-area .title .blog-created a:hover, body.single-blog-entry-page #content-area .showcase .container .showcase-title .blog-created a:hover, .showcase .container body.single-blog-entry-page #content-area .showcase-title .blog-created a:hover,
body.single-blog-entry-page #content-area .showcase .container .work-title .blog-created a:hover,
.showcase .container body.single-blog-entry-page #content-area .work-title .blog-created a:hover,
body.single-blog-entry-page #content-area .work .container .showcase-title .blog-created a:hover,
.work .container body.single-blog-entry-page #content-area .showcase-title .blog-created a:hover,
body.single-blog-entry-page #content-area .work .container .work-title .blog-created a:hover,
.work .container body.single-blog-entry-page #content-area .work-title .blog-created a:hover,
body.single-blog-entry-page #content-area .title .blog-tags a:hover,
body.single-blog-entry-page #content-area .showcase .container .showcase-title .blog-tags a:hover,
.showcase .container body.single-blog-entry-page #content-area .showcase-title .blog-tags a:hover,
body.single-blog-entry-page #content-area .showcase .container .work-title .blog-tags a:hover,
.showcase .container body.single-blog-entry-page #content-area .work-title .blog-tags a:hover,
body.single-blog-entry-page #content-area .work .container .showcase-title .blog-tags a:hover,
.work .container body.single-blog-entry-page #content-area .showcase-title .blog-tags a:hover,
body.single-blog-entry-page #content-area .work .container .work-title .blog-tags a:hover,
.work .container body.single-blog-entry-page #content-area .work-title .blog-tags a:hover {
  color: rgba(26, 26, 26, 0.8);
}
/* line 35, ../scss/pagetypes/_single_blog_entry.scss */
body.single-blog-entry-page #content-area .title .blog-created, body.single-blog-entry-page #content-area .showcase .container .showcase-title .blog-created, .showcase .container body.single-blog-entry-page #content-area .showcase-title .blog-created,
body.single-blog-entry-page #content-area .showcase .container .work-title .blog-created,
.showcase .container body.single-blog-entry-page #content-area .work-title .blog-created,
body.single-blog-entry-page #content-area .work .container .showcase-title .blog-created,
.work .container body.single-blog-entry-page #content-area .showcase-title .blog-created,
body.single-blog-entry-page #content-area .work .container .work-title .blog-created,
.work .container body.single-blog-entry-page #content-area .work-title .blog-created {
  font-weight: 100;
  color: #7e7e7e;
}

/* line 3, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page #content-area .title .address, body.page-type-contact-page #content-area .showcase .container .showcase-title .address, .showcase .container body.page-type-contact-page #content-area .showcase-title .address,
body.page-type-contact-page #content-area .showcase .container .work-title .address,
.showcase .container body.page-type-contact-page #content-area .work-title .address,
body.page-type-contact-page #content-area .work .container .showcase-title .address,
.work .container body.page-type-contact-page #content-area .showcase-title .address,
body.page-type-contact-page #content-area .work .container .work-title .address,
.work .container body.page-type-contact-page #content-area .work-title .address {
  margin-top: 1em;
  font-weight: normal;
  color: #000;
}
/* line 7, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page #content-area .title .address p, body.page-type-contact-page #content-area .showcase .container .showcase-title .address p, .showcase .container body.page-type-contact-page #content-area .showcase-title .address p,
body.page-type-contact-page #content-area .showcase .container .work-title .address p,
.showcase .container body.page-type-contact-page #content-area .work-title .address p,
body.page-type-contact-page #content-area .work .container .showcase-title .address p,
.work .container body.page-type-contact-page #content-area .showcase-title .address p,
body.page-type-contact-page #content-area .work .container .work-title .address p,
.work .container body.page-type-contact-page #content-area .work-title .address p {
  margin-top: 0;
}
@media (max-width: 1024px) {
  /* line 13, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page #content-area .content, body.page-type-contact-page #content-area .showcase .container .showcase-content, .showcase .container body.page-type-contact-page #content-area .showcase-content,
  body.page-type-contact-page #content-area .showcase .container .work-content,
  .showcase .container body.page-type-contact-page #content-area .work-content,
  body.page-type-contact-page #content-area .work .container .showcase-content,
  .work .container body.page-type-contact-page #content-area .showcase-content,
  body.page-type-contact-page #content-area .work .container .work-content,
  .work .container body.page-type-contact-page #content-area .work-content {
    max-width: 38.375rem;
  }
}
/* line 21, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page #Form_contactForm textarea,
body.page-type-contact-page #Form_contactForm input {
  border: 1px solid #bbb;
  background-color: #eee;
}
/* line 27, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page #Form_contactForm p.message {
  color: #388C10;
}
/* line 29, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page #Form_contactForm p.message.bad {
  color: #ef483d;
}
/* line 36, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page #Form_contactForm fieldset .field {
  float: left;
  width: 100%;
  max-width: 18.125rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 36, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page #Form_contactForm fieldset .field {
    max-width: 21.125rem;
  }
}
@media (max-width: 767px) {
  /* line 36, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page #Form_contactForm fieldset .field {
    max-width: 21.125rem;
  }
}
@media (min-width: 0) and (max-width: 639px) {
  /* line 36, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page #Form_contactForm fieldset .field {
    max-width: none;
  }
}
@media (max-width: 1024px) {
  /* line 36, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page #Form_contactForm fieldset .field {
    max-width: 18.25rem;
  }
}
/* line 56, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page #Form_contactForm fieldset .field:nth-child(odd) {
  margin-right: 1.875rem;
}
/* line 60, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page #Form_contactForm fieldset .field label {
  color: #1a1a1a;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  display: block;
}
/* line 67, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page #Form_contactForm fieldset .field input.text {
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  width: 100%;
  display: block;
}
/* line 74, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page #Form_contactForm fieldset .field.textarea {
  clear: both;
  float: none;
  max-width: none;
}
/* line 78, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page #Form_contactForm fieldset .field.textarea textarea {
  display: block;
  width: 100%;
  height: 12.5rem;
}
/* line 85, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page #Form_contactForm fieldset .field .message.required {
  color: #ef483d;
  font-style: italic;
  font-size: 0.75rem;
}
/* line 94, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page #Form_contactForm fieldset #Form_contactForm_Email_Holder label:after,
body.page-type-contact-page #Form_contactForm fieldset #Form_contactForm_Message_Holder label:after {
  content: '*';
  color: #ef483d;
  margin-left: 0.25em;
}
/* line 104, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page #Form_contactForm .Actions .action,
body.page-type-contact-page #Form_contactForm .Actions .g-recaptcha {
  float: left;
  width: 100%;
  max-width: 18.125rem;
  margin-bottom: 1.25rem;
}
/* line 112, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page #Form_contactForm .Actions .g-recaptcha {
  margin-right: 1.875rem;
}
@media (max-width: 1024px) {
  /* line 112, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page #Form_contactForm .Actions .g-recaptcha {
    max-width: 18.125rem;
  }
}
@media (max-width: 767px) {
  /* line 112, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page #Form_contactForm .Actions .g-recaptcha {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
@media (min-width: 0) and (max-width: 639px) {
  /* line 112, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page #Form_contactForm .Actions .g-recaptcha {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
  /* line 127, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page #Form_contactForm .Actions .g-recaptcha div {
    width: 100% !important;
  }
  /* line 129, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page #Form_contactForm .Actions .g-recaptcha div iframe {
    display: block;
    width: 100%;
  }
}
/* line 137, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page #Form_contactForm .Actions .action {
  display: block;
  width: 100%;
  height: 4.75rem;
  float: right;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  /* line 137, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page #Form_contactForm .Actions .action {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
@media (min-width: 0) and (max-width: 639px) {
  /* line 137, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page #Form_contactForm .Actions .action {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}
@media (max-width: 1024px) {
  /* line 137, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page #Form_contactForm .Actions .action {
    max-width: 18.125rem;
  }
}
/* line 163, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page .guide-gmap {
  padding-top: 1.25rem;
  border-top: 0.25rem solid #ef483d;
}
body.page-type-contact-page .formcontent {
  padding-top: 1.25rem;
  border-top: 0.25rem solid #ef483d;
  width: 100%;
  max-width: 610px;
  float: left;
}
@media (max-width: 767px) {
  /* line 163, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page .guide-gmap {
    padding-top: 0;
    border-top: none;
  }
}
@media (min-width: 0) and (max-width: 639px) {
  /* line 163, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page .guide-gmap {
    padding-top: 0;
    border-top: none;
  }
}
/* line 177, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page .guide-gmap header h2 {
  margin-top: 0;
  font-size: 2rem;
  color: #ef483d;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
@media (min-width: 0) and (max-width: 639px) {
  /* line 176, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page .guide-gmap header {
    padding: 0;
  }
}
/* line 190, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page .guide-gmap .title, body.page-type-contact-page .guide-gmap .showcase .container .showcase-title, .showcase .container body.page-type-contact-page .guide-gmap .showcase-title,
body.page-type-contact-page .guide-gmap .showcase .container .work-title,
.showcase .container body.page-type-contact-page .guide-gmap .work-title,
body.page-type-contact-page .guide-gmap .work .container .showcase-title,
.work .container body.page-type-contact-page .guide-gmap .showcase-title,
body.page-type-contact-page .guide-gmap .work .container .work-title,
.work .container body.page-type-contact-page .guide-gmap .work-title {
  margin-left: 1.875rem;
  font-weight: normal;
  color: #000;
}
/* line 194, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page .guide-gmap .title p, body.page-type-contact-page .guide-gmap .showcase .container .showcase-title p, .showcase .container body.page-type-contact-page .guide-gmap .showcase-title p,
body.page-type-contact-page .guide-gmap .showcase .container .work-title p,
.showcase .container body.page-type-contact-page .guide-gmap .work-title p,
body.page-type-contact-page .guide-gmap .work .container .showcase-title p,
.work .container body.page-type-contact-page .guide-gmap .showcase-title p,
body.page-type-contact-page .guide-gmap .work .container .work-title p,
.work .container body.page-type-contact-page .guide-gmap .work-title p {
  margin-top: 0;
}
@media (max-width: 767px) {
  /* line 190, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page .guide-gmap .title, body.page-type-contact-page .guide-gmap .showcase .container .showcase-title, .showcase .container body.page-type-contact-page .guide-gmap .showcase-title,
  body.page-type-contact-page .guide-gmap .showcase .container .work-title,
  .showcase .container body.page-type-contact-page .guide-gmap .work-title,
  body.page-type-contact-page .guide-gmap .work .container .showcase-title,
  .work .container body.page-type-contact-page .guide-gmap .showcase-title,
  body.page-type-contact-page .guide-gmap .work .container .work-title,
  .work .container body.page-type-contact-page .guide-gmap .work-title {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
@media (min-width: 0) and (max-width: 639px) {
  /* line 190, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page .guide-gmap .title, body.page-type-contact-page .guide-gmap .showcase .container .showcase-title, .showcase .container body.page-type-contact-page .guide-gmap .showcase-title,
  body.page-type-contact-page .guide-gmap .showcase .container .work-title,
  .showcase .container body.page-type-contact-page .guide-gmap .work-title,
  body.page-type-contact-page .guide-gmap .work .container .showcase-title,
  .work .container body.page-type-contact-page .guide-gmap .showcase-title,
  body.page-type-contact-page .guide-gmap .work .container .work-title,
  .work .container body.page-type-contact-page .guide-gmap .work-title {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
/* line 211, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page .guide-gmap .content, body.page-type-contact-page .guide-gmap .showcase .container .showcase-content, .showcase .container body.page-type-contact-page .guide-gmap .showcase-content,
body.page-type-contact-page .guide-gmap .showcase .container .work-content,
.showcase .container body.page-type-contact-page .guide-gmap .work-content,
body.page-type-contact-page .guide-gmap .work .container .showcase-content,
.work .container body.page-type-contact-page .guide-gmap .showcase-content,
body.page-type-contact-page .guide-gmap .work .container .work-content,
.work .container body.page-type-contact-page .guide-gmap .work-content {
  margin-left: 0.9375rem;
  margin-right: 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 211, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page .guide-gmap .content, body.page-type-contact-page .guide-gmap .showcase .container .showcase-content, .showcase .container body.page-type-contact-page .guide-gmap .showcase-content,
  body.page-type-contact-page .guide-gmap .showcase .container .work-content,
  .showcase .container body.page-type-contact-page .guide-gmap .work-content,
  body.page-type-contact-page .guide-gmap .work .container .showcase-content,
  .work .container body.page-type-contact-page .guide-gmap .showcase-content,
  body.page-type-contact-page .guide-gmap .work .container .work-content,
  .work .container body.page-type-contact-page .guide-gmap .work-content {
    margin-left: 0 !important;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
@media (max-width: 767px) {
  /* line 211, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page .guide-gmap .content, body.page-type-contact-page .guide-gmap .showcase .container .showcase-content, .showcase .container body.page-type-contact-page .guide-gmap .showcase-content,
  body.page-type-contact-page .guide-gmap .showcase .container .work-content,
  .showcase .container body.page-type-contact-page .guide-gmap .work-content,
  body.page-type-contact-page .guide-gmap .work .container .showcase-content,
  .work .container body.page-type-contact-page .guide-gmap .showcase-content,
  body.page-type-contact-page .guide-gmap .work .container .work-content,
  .work .container body.page-type-contact-page .guide-gmap .work-content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
@media (min-width: 0) and (max-width: 639px) {
  /* line 211, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page .guide-gmap .content, body.page-type-contact-page .guide-gmap .showcase .container .showcase-content, .showcase .container body.page-type-contact-page .guide-gmap .showcase-content,
  body.page-type-contact-page .guide-gmap .showcase .container .work-content,
  .showcase .container body.page-type-contact-page .guide-gmap .work-content,
  body.page-type-contact-page .guide-gmap .work .container .showcase-content,
  .work .container body.page-type-contact-page .guide-gmap .showcase-content,
  body.page-type-contact-page .guide-gmap .work .container .work-content,
  .work .container body.page-type-contact-page .guide-gmap .work-content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
@media (max-width: 1024px) {
  /* line 211, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page .guide-gmap .content, body.page-type-contact-page .guide-gmap .showcase .container .showcase-content, .showcase .container body.page-type-contact-page .guide-gmap .showcase-content,
  body.page-type-contact-page .guide-gmap .showcase .container .work-content,
  .showcase .container body.page-type-contact-page .guide-gmap .work-content,
  body.page-type-contact-page .guide-gmap .work .container .showcase-content,
  .work .container body.page-type-contact-page .guide-gmap .showcase-content,
  body.page-type-contact-page .guide-gmap .work .container .work-content,
  .work .container body.page-type-contact-page .guide-gmap .work-content {
    max-width: 38.375rem;
  }
}
/* line 239, ../scss/pagetypes/_contactpage.scss */
body.page-type-contact-page .guide-gmap .content iframe, body.page-type-contact-page .guide-gmap .showcase .container .showcase-content iframe, .showcase .container body.page-type-contact-page .guide-gmap .showcase-content iframe,
body.page-type-contact-page .guide-gmap .showcase .container .work-content iframe,
.showcase .container body.page-type-contact-page .guide-gmap .work-content iframe,
body.page-type-contact-page .guide-gmap .work .container .showcase-content iframe,
.work .container body.page-type-contact-page .guide-gmap .showcase-content iframe,
body.page-type-contact-page .guide-gmap .work .container .work-content iframe,
.work .container body.page-type-contact-page .guide-gmap .work-content iframe {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  height: 30rem;
}
@media (max-width: 767px) {
body.page-type-contact-page table tr td{
	display: block;
	width: 100% !important;
  }
  /* line 251, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page #content-area .title, body.page-type-contact-page #content-area .showcase .container .showcase-title, .showcase .container body.page-type-contact-page #content-area .showcase-title,
  body.page-type-contact-page #content-area .showcase .container .work-title,
  .showcase .container body.page-type-contact-page #content-area .work-title,
  body.page-type-contact-page #content-area .work .container .showcase-title,
  .work .container body.page-type-contact-page #content-area .showcase-title,
  body.page-type-contact-page #content-area .work .container .work-title,
  .work .container body.page-type-contact-page #content-area .work-title,
  body.page-type-contact-page #content-area .content,
  body.page-type-contact-page #content-area .showcase .container .showcase-content,
  .showcase .container body.page-type-contact-page #content-area .showcase-content,
  body.page-type-contact-page #content-area .showcase .container .work-content,
  .showcase .container body.page-type-contact-page #content-area .work-content,
  body.page-type-contact-page #content-area .work .container .showcase-content,
  .work .container body.page-type-contact-page #content-area .showcase-content,
  body.page-type-contact-page #content-area .work .container .work-content,
  .work .container body.page-type-contact-page #content-area .work-content {
    max-width: none !important;
    width: 100% !important;
  }
  /* line 258, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page #Form_contactForm .g-recaptcha,
  body.page-type-contact-page #Form_contactForm .action,
  body.page-type-contact-page #Form_contactForm fieldset .field {
    width: 100% !important;
    margin-right: 0 !important;
    max-width: none !important;
  }
  /* line 266, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page .guide-gmap {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 275, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page .guide-gmap .title, body.page-type-contact-page .guide-gmap .showcase .container .showcase-title, .showcase .container body.page-type-contact-page .guide-gmap .showcase-title,
  body.page-type-contact-page .guide-gmap .showcase .container .work-title,
  .showcase .container body.page-type-contact-page .guide-gmap .work-title,
  body.page-type-contact-page .guide-gmap .work .container .showcase-title,
  .work .container body.page-type-contact-page .guide-gmap .showcase-title,
  body.page-type-contact-page .guide-gmap .work .container .work-title,
  .work .container body.page-type-contact-page .guide-gmap .work-title,
  body.page-type-contact-page #content-area .title,
  body.page-type-contact-page #content-area .showcase .container .showcase-title,
  .showcase .container body.page-type-contact-page #content-area .showcase-title,
  body.page-type-contact-page #content-area .showcase .container .work-title,
  .showcase .container body.page-type-contact-page #content-area .work-title,
  body.page-type-contact-page #content-area .work .container .showcase-title,
  .work .container body.page-type-contact-page #content-area .showcase-title,
  body.page-type-contact-page #content-area .work .container .work-title,
  .work .container body.page-type-contact-page #content-area .work-title {
    max-width: 320px !important;
  }  
  /* line 279, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page .guide-gmap .content, body.page-type-contact-page .guide-gmap .showcase .container .showcase-content, .showcase .container body.page-type-contact-page .guide-gmap .showcase-content,
  body.page-type-contact-page .guide-gmap .showcase .container .work-content,
  .showcase .container body.page-type-contact-page .guide-gmap .work-content,
  body.page-type-contact-page .guide-gmap .work .container .showcase-content,
  .work .container body.page-type-contact-page .guide-gmap .showcase-content,
  body.page-type-contact-page .guide-gmap .work .container .work-content,
  .work .container body.page-type-contact-page .guide-gmap .work-content,
  body.page-type-contact-page #content-area .content,
  body.page-type-contact-page #content-area .showcase .container .showcase-content,
  .showcase .container body.page-type-contact-page #content-area .showcase-content,
  body.page-type-contact-page #content-area .showcase .container .work-content,
  .showcase .container body.page-type-contact-page #content-area .work-content,
  body.page-type-contact-page #content-area .work .container .showcase-content,
  .work .container body.page-type-contact-page #content-area .showcase-content,
  body.page-type-contact-page #content-area .work .container .work-content,
  .work .container body.page-type-contact-page #content-area .work-content {
    max-width: calc(100% - 350px) !important;
    padding: 0 !important;
  }
  /* line 286, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page .guide-gmap .content, body.page-type-contact-page .guide-gmap .showcase .container .showcase-content, .showcase .container body.page-type-contact-page .guide-gmap .showcase-content,
  body.page-type-contact-page .guide-gmap .showcase .container .work-content,
  .showcase .container body.page-type-contact-page .guide-gmap .work-content,
  body.page-type-contact-page .guide-gmap .work .container .showcase-content,
  .work .container body.page-type-contact-page .guide-gmap .showcase-content,
  body.page-type-contact-page .guide-gmap .work .container .work-content,
  .work .container body.page-type-contact-page .guide-gmap .work-content {
    max-width: calc(100% - 365px) !important;
  }
  /* line 291, ../scss/pagetypes/_contactpage.scss */
  body.page-type-contact-page #Form_contactForm .g-recaptcha,
  body.page-type-contact-page #Form_contactForm .action,
  body.page-type-contact-page #Form_contactForm fieldset .field {
    width: 100% !important;
    margin-right: 0 !important;
    max-width: none !important;
  }
}

/* line 5, ../scss/pagetypes/tnc.scss */
body.page-terms-and-conditions #content-area .content ol, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ol, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ol,
body.page-terms-and-conditions #content-area .showcase .container .work-content ol,
.showcase .container body.page-terms-and-conditions #content-area .work-content ol,
body.page-terms-and-conditions #content-area .work .container .showcase-content ol,
.work .container body.page-terms-and-conditions #content-area .showcase-content ol,
body.page-terms-and-conditions #content-area .work .container .work-content ol,
.work .container body.page-terms-and-conditions #content-area .work-content ol {
  counter-reset: item;
}
/* line 6, ../scss/pagetypes/tnc.scss */
body.page-terms-and-conditions #content-area .content li, body.page-terms-and-conditions #content-area .showcase .container .showcase-content li, .showcase .container body.page-terms-and-conditions #content-area .showcase-content li,
body.page-terms-and-conditions #content-area .showcase .container .work-content li,
.showcase .container body.page-terms-and-conditions #content-area .work-content li,
body.page-terms-and-conditions #content-area .work .container .showcase-content li,
.work .container body.page-terms-and-conditions #content-area .showcase-content li,
body.page-terms-and-conditions #content-area .work .container .work-content li,
.work .container body.page-terms-and-conditions #content-area .work-content li {
  display: block;
  margin-bottom: 0.5em;
}
/* line 7, ../scss/pagetypes/tnc.scss */
body.page-terms-and-conditions #content-area .content li:before, body.page-terms-and-conditions #content-area .showcase .container .showcase-content li:before, .showcase .container body.page-terms-and-conditions #content-area .showcase-content li:before,
body.page-terms-and-conditions #content-area .showcase .container .work-content li:before,
.showcase .container body.page-terms-and-conditions #content-area .work-content li:before,
body.page-terms-and-conditions #content-area .work .container .showcase-content li:before,
.work .container body.page-terms-and-conditions #content-area .showcase-content li:before,
body.page-terms-and-conditions #content-area .work .container .work-content li:before,
.work .container body.page-terms-and-conditions #content-area .work-content li:before {
  font-weight: bold;
  margin-right: 0.25em;
  content: counters(item,".") " ";
  counter-increment: item;
}
/* line 8, ../scss/pagetypes/tnc.scss */
body.page-terms-and-conditions #content-area .content ol, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ol, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ol,
body.page-terms-and-conditions #content-area .showcase .container .work-content ol,
.showcase .container body.page-terms-and-conditions #content-area .work-content ol,
body.page-terms-and-conditions #content-area .work .container .showcase-content ol,
.work .container body.page-terms-and-conditions #content-area .showcase-content ol,
body.page-terms-and-conditions #content-area .work .container .work-content ol,
.work .container body.page-terms-and-conditions #content-area .work-content ol, body.page-terms-and-conditions #content-area .content ul, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ul, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ul,
body.page-terms-and-conditions #content-area .showcase .container .work-content ul,
.showcase .container body.page-terms-and-conditions #content-area .work-content ul,
body.page-terms-and-conditions #content-area .work .container .showcase-content ul,
.work .container body.page-terms-and-conditions #content-area .showcase-content ul,
body.page-terms-and-conditions #content-area .work .container .work-content ul,
.work .container body.page-terms-and-conditions #content-area .work-content ul {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  padding-left: 0;
  padding-right: 0;
}
/* line 10, ../scss/pagetypes/tnc.scss */
body.page-terms-and-conditions #content-area .content ol h2 strong, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ol h2 strong, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ol h2 strong,
body.page-terms-and-conditions #content-area .showcase .container .work-content ol h2 strong,
.showcase .container body.page-terms-and-conditions #content-area .work-content ol h2 strong,
body.page-terms-and-conditions #content-area .work .container .showcase-content ol h2 strong,
.work .container body.page-terms-and-conditions #content-area .showcase-content ol h2 strong,
body.page-terms-and-conditions #content-area .work .container .work-content ol h2 strong,
.work .container body.page-terms-and-conditions #content-area .work-content ol h2 strong,
body.page-terms-and-conditions #content-area .content ol h2,
body.page-terms-and-conditions #content-area .showcase .container .showcase-content ol h2,
.showcase .container body.page-terms-and-conditions #content-area .showcase-content ol h2,
body.page-terms-and-conditions #content-area .showcase .container .work-content ol h2,
.showcase .container body.page-terms-and-conditions #content-area .work-content ol h2,
body.page-terms-and-conditions #content-area .work .container .showcase-content ol h2,
.work .container body.page-terms-and-conditions #content-area .showcase-content ol h2,
body.page-terms-and-conditions #content-area .work .container .work-content ol h2,
.work .container body.page-terms-and-conditions #content-area .work-content ol h2, body.page-terms-and-conditions #content-area .content ul h2 strong, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ul h2 strong, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ul h2 strong,
body.page-terms-and-conditions #content-area .showcase .container .work-content ul h2 strong,
.showcase .container body.page-terms-and-conditions #content-area .work-content ul h2 strong,
body.page-terms-and-conditions #content-area .work .container .showcase-content ul h2 strong,
.work .container body.page-terms-and-conditions #content-area .showcase-content ul h2 strong,
body.page-terms-and-conditions #content-area .work .container .work-content ul h2 strong,
.work .container body.page-terms-and-conditions #content-area .work-content ul h2 strong,
body.page-terms-and-conditions #content-area .content ul h2,
body.page-terms-and-conditions #content-area .showcase .container .showcase-content ul h2,
.showcase .container body.page-terms-and-conditions #content-area .showcase-content ul h2,
body.page-terms-and-conditions #content-area .showcase .container .work-content ul h2,
.showcase .container body.page-terms-and-conditions #content-area .work-content ul h2,
body.page-terms-and-conditions #content-area .work .container .showcase-content ul h2,
.work .container body.page-terms-and-conditions #content-area .showcase-content ul h2,
body.page-terms-and-conditions #content-area .work .container .work-content ul h2,
.work .container body.page-terms-and-conditions #content-area .work-content ul h2 {
  font-size: 1.25rem;
}
/* line 17, ../scss/pagetypes/tnc.scss */
body.page-terms-and-conditions #content-area .content ol ol, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ol ol, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ol ol,
body.page-terms-and-conditions #content-area .showcase .container .work-content ol ol,
.showcase .container body.page-terms-and-conditions #content-area .work-content ol ol,
body.page-terms-and-conditions #content-area .work .container .showcase-content ol ol,
.work .container body.page-terms-and-conditions #content-area .showcase-content ol ol,
body.page-terms-and-conditions #content-area .work .container .work-content ol ol,
.work .container body.page-terms-and-conditions #content-area .work-content ol ol, body.page-terms-and-conditions #content-area .content ol ul, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ol ul, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ol ul,
body.page-terms-and-conditions #content-area .showcase .container .work-content ol ul,
.showcase .container body.page-terms-and-conditions #content-area .work-content ol ul,
body.page-terms-and-conditions #content-area .work .container .showcase-content ol ul,
.work .container body.page-terms-and-conditions #content-area .showcase-content ol ul,
body.page-terms-and-conditions #content-area .work .container .work-content ol ul,
.work .container body.page-terms-and-conditions #content-area .work-content ol ul, body.page-terms-and-conditions #content-area .content ul ol, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ul ol, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ul ol,
body.page-terms-and-conditions #content-area .showcase .container .work-content ul ol,
.showcase .container body.page-terms-and-conditions #content-area .work-content ul ol,
body.page-terms-and-conditions #content-area .work .container .showcase-content ul ol,
.work .container body.page-terms-and-conditions #content-area .showcase-content ul ol,
body.page-terms-and-conditions #content-area .work .container .work-content ul ol,
.work .container body.page-terms-and-conditions #content-area .work-content ul ol, body.page-terms-and-conditions #content-area .content ul ul, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ul ul, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ul ul,
body.page-terms-and-conditions #content-area .showcase .container .work-content ul ul,
.showcase .container body.page-terms-and-conditions #content-area .work-content ul ul,
body.page-terms-and-conditions #content-area .work .container .showcase-content ul ul,
.work .container body.page-terms-and-conditions #content-area .showcase-content ul ul,
body.page-terms-and-conditions #content-area .work .container .work-content ul ul,
.work .container body.page-terms-and-conditions #content-area .work-content ul ul {
  padding-left: 1em;
}
/* line 19, ../scss/pagetypes/tnc.scss */
body.page-terms-and-conditions #content-area .content ol ol *, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ol ol *, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ol ol *,
body.page-terms-and-conditions #content-area .showcase .container .work-content ol ol *,
.showcase .container body.page-terms-and-conditions #content-area .work-content ol ol *,
body.page-terms-and-conditions #content-area .work .container .showcase-content ol ol *,
.work .container body.page-terms-and-conditions #content-area .showcase-content ol ol *,
body.page-terms-and-conditions #content-area .work .container .work-content ol ol *,
.work .container body.page-terms-and-conditions #content-area .work-content ol ol *, body.page-terms-and-conditions #content-area .content ol ul *, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ol ul *, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ol ul *,
body.page-terms-and-conditions #content-area .showcase .container .work-content ol ul *,
.showcase .container body.page-terms-and-conditions #content-area .work-content ol ul *,
body.page-terms-and-conditions #content-area .work .container .showcase-content ol ul *,
.work .container body.page-terms-and-conditions #content-area .showcase-content ol ul *,
body.page-terms-and-conditions #content-area .work .container .work-content ol ul *,
.work .container body.page-terms-and-conditions #content-area .work-content ol ul *, body.page-terms-and-conditions #content-area .content ul ol *, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ul ol *, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ul ol *,
body.page-terms-and-conditions #content-area .showcase .container .work-content ul ol *,
.showcase .container body.page-terms-and-conditions #content-area .work-content ul ol *,
body.page-terms-and-conditions #content-area .work .container .showcase-content ul ol *,
.work .container body.page-terms-and-conditions #content-area .showcase-content ul ol *,
body.page-terms-and-conditions #content-area .work .container .work-content ul ol *,
.work .container body.page-terms-and-conditions #content-area .work-content ul ol *, body.page-terms-and-conditions #content-area .content ul ul *, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ul ul *, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ul ul *,
body.page-terms-and-conditions #content-area .showcase .container .work-content ul ul *,
.showcase .container body.page-terms-and-conditions #content-area .work-content ul ul *,
body.page-terms-and-conditions #content-area .work .container .showcase-content ul ul *,
.work .container body.page-terms-and-conditions #content-area .showcase-content ul ul *,
body.page-terms-and-conditions #content-area .work .container .work-content ul ul *,
.work .container body.page-terms-and-conditions #content-area .work-content ul ul * {
  font-size: 0.875rem;
}
/* line 25, ../scss/pagetypes/tnc.scss */
body.page-terms-and-conditions #content-area .content ol li h2, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ol li h2, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ol li h2,
body.page-terms-and-conditions #content-area .showcase .container .work-content ol li h2,
.showcase .container body.page-terms-and-conditions #content-area .work-content ol li h2,
body.page-terms-and-conditions #content-area .work .container .showcase-content ol li h2,
.work .container body.page-terms-and-conditions #content-area .showcase-content ol li h2,
body.page-terms-and-conditions #content-area .work .container .work-content ol li h2,
.work .container body.page-terms-and-conditions #content-area .work-content ol li h2, body.page-terms-and-conditions #content-area .content ol li h3, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ol li h3, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ol li h3,
body.page-terms-and-conditions #content-area .showcase .container .work-content ol li h3,
.showcase .container body.page-terms-and-conditions #content-area .work-content ol li h3,
body.page-terms-and-conditions #content-area .work .container .showcase-content ol li h3,
.work .container body.page-terms-and-conditions #content-area .showcase-content ol li h3,
body.page-terms-and-conditions #content-area .work .container .work-content ol li h3,
.work .container body.page-terms-and-conditions #content-area .work-content ol li h3, body.page-terms-and-conditions #content-area .content ol li h4, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ol li h4, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ol li h4,
body.page-terms-and-conditions #content-area .showcase .container .work-content ol li h4,
.showcase .container body.page-terms-and-conditions #content-area .work-content ol li h4,
body.page-terms-and-conditions #content-area .work .container .showcase-content ol li h4,
.work .container body.page-terms-and-conditions #content-area .showcase-content ol li h4,
body.page-terms-and-conditions #content-area .work .container .work-content ol li h4,
.work .container body.page-terms-and-conditions #content-area .work-content ol li h4, body.page-terms-and-conditions #content-area .content ol li h5, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ol li h5, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ol li h5,
body.page-terms-and-conditions #content-area .showcase .container .work-content ol li h5,
.showcase .container body.page-terms-and-conditions #content-area .work-content ol li h5,
body.page-terms-and-conditions #content-area .work .container .showcase-content ol li h5,
.work .container body.page-terms-and-conditions #content-area .showcase-content ol li h5,
body.page-terms-and-conditions #content-area .work .container .work-content ol li h5,
.work .container body.page-terms-and-conditions #content-area .work-content ol li h5, body.page-terms-and-conditions #content-area .content ol li h6, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ol li h6, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ol li h6,
body.page-terms-and-conditions #content-area .showcase .container .work-content ol li h6,
.showcase .container body.page-terms-and-conditions #content-area .work-content ol li h6,
body.page-terms-and-conditions #content-area .work .container .showcase-content ol li h6,
.work .container body.page-terms-and-conditions #content-area .showcase-content ol li h6,
body.page-terms-and-conditions #content-area .work .container .work-content ol li h6,
.work .container body.page-terms-and-conditions #content-area .work-content ol li h6, body.page-terms-and-conditions #content-area .content ul li h2, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ul li h2, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ul li h2,
body.page-terms-and-conditions #content-area .showcase .container .work-content ul li h2,
.showcase .container body.page-terms-and-conditions #content-area .work-content ul li h2,
body.page-terms-and-conditions #content-area .work .container .showcase-content ul li h2,
.work .container body.page-terms-and-conditions #content-area .showcase-content ul li h2,
body.page-terms-and-conditions #content-area .work .container .work-content ul li h2,
.work .container body.page-terms-and-conditions #content-area .work-content ul li h2, body.page-terms-and-conditions #content-area .content ul li h3, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ul li h3, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ul li h3,
body.page-terms-and-conditions #content-area .showcase .container .work-content ul li h3,
.showcase .container body.page-terms-and-conditions #content-area .work-content ul li h3,
body.page-terms-and-conditions #content-area .work .container .showcase-content ul li h3,
.work .container body.page-terms-and-conditions #content-area .showcase-content ul li h3,
body.page-terms-and-conditions #content-area .work .container .work-content ul li h3,
.work .container body.page-terms-and-conditions #content-area .work-content ul li h3, body.page-terms-and-conditions #content-area .content ul li h4, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ul li h4, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ul li h4,
body.page-terms-and-conditions #content-area .showcase .container .work-content ul li h4,
.showcase .container body.page-terms-and-conditions #content-area .work-content ul li h4,
body.page-terms-and-conditions #content-area .work .container .showcase-content ul li h4,
.work .container body.page-terms-and-conditions #content-area .showcase-content ul li h4,
body.page-terms-and-conditions #content-area .work .container .work-content ul li h4,
.work .container body.page-terms-and-conditions #content-area .work-content ul li h4, body.page-terms-and-conditions #content-area .content ul li h5, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ul li h5, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ul li h5,
body.page-terms-and-conditions #content-area .showcase .container .work-content ul li h5,
.showcase .container body.page-terms-and-conditions #content-area .work-content ul li h5,
body.page-terms-and-conditions #content-area .work .container .showcase-content ul li h5,
.work .container body.page-terms-and-conditions #content-area .showcase-content ul li h5,
body.page-terms-and-conditions #content-area .work .container .work-content ul li h5,
.work .container body.page-terms-and-conditions #content-area .work-content ul li h5, body.page-terms-and-conditions #content-area .content ul li h6, body.page-terms-and-conditions #content-area .showcase .container .showcase-content ul li h6, .showcase .container body.page-terms-and-conditions #content-area .showcase-content ul li h6,
body.page-terms-and-conditions #content-area .showcase .container .work-content ul li h6,
.showcase .container body.page-terms-and-conditions #content-area .work-content ul li h6,
body.page-terms-and-conditions #content-area .work .container .showcase-content ul li h6,
.work .container body.page-terms-and-conditions #content-area .showcase-content ul li h6,
body.page-terms-and-conditions #content-area .work .container .work-content ul li h6,
.work .container body.page-terms-and-conditions #content-area .work-content ul li h6 {
  display: inline-block;
}

/* line 96, ../scss/styles.scss */
#content-area {
  padding: 2.5rem 0.9375rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 100, ../scss/styles.scss */
  #content-area .content, #content-area .showcase .container .showcase-content, .showcase .container #content-area .showcase-content,
  #content-area .showcase .container .work-content,
  .showcase .container #content-area .work-content,
  #content-area .work .container .showcase-content,
  .work .container #content-area .showcase-content,
  #content-area .work .container .work-content,
  .work .container #content-area .work-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (min-width: 0) and (max-width: 639px) {
  /* line 96, ../scss/styles.scss */
  #content-area {
    padding: 1.25rem 0.9375rem;
  }
}

/* line 111, ../scss/styles.scss */
#page-title {
  color: #ef483d;
  font-size: 2rem;
}
/* line 114, ../scss/styles.scss */
#page-title .sub-title {
  color: #000;
}

/* line 119, ../scss/styles.scss */
#main {
  padding-bottom: calc(52px * 2);
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* line 119, ../scss/styles.scss */
  #main {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  /* line 119, ../scss/styles.scss */
  #main {
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=styles.css.map */
