@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
/* generated with grunt-sass-globbing */
/* generated with grunt-sass-globbing */
.button-alternate, .gform_button, .button, .wpcf7-submit {
  background-color: transparent;
  color: #f9f9f9;
  text-decoration: none;
  border: 1px solid #f9f9f9;
  padding: 0.5625em 1.125em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all .5s ease;
  font-size: 1.423828125em; }
  .button-alternate:hover, .gform_button:hover, .button:hover, .wpcf7-submit:hover, .button-alternate:focus, .gform_button:focus, .button:focus, .wpcf7-submit:focus {
    color: #c7c7c7;
    border-color: #c7c7c7; }

.button-alternate, .gform_button {
  background-color: #3f6d7f;
  border: 1px solid #325765;
  font-size: 1.125em; }
  .button-alternate:hover, .gform_button:hover, .button-alternate:focus, .gform_button:focus {
    color: #c7c7c7;
    border-color: #25414c; }

.blog-wrap, .footer, .contact-wrapper .contact-inner, .featured-section, .content-block, .contained, #inner-header, .testimonial-section {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media  (max-width: 47.9375em) {
    .blog-wrap, .footer, .contact-wrapper .contact-inner, .featured-section, .content-block, .contained, #inner-header, .testimonial-section {
      padding-left: 1.25em;
      padding-right: 1.25em; } }
  .blog-wrap:after, .footer:after, .contact-wrapper .contact-inner:after, .featured-section:after, .content-block:after, .contained:after, #inner-header:after, .testimonial-section:after {
    content: " ";
    display: block;
    clear: both; }
  @media  (min-width: 48em) {
    .blog-wrap, .footer, .contact-wrapper .contact-inner, .featured-section, .content-block, .contained, #inner-header, .testimonial-section {
      max-width: 43.75em;
      margin-left: auto;
      margin-right: auto; }
      .blog-wrap:after, .footer:after, .contact-wrapper .contact-inner:after, .featured-section:after, .content-block:after, .contained:after, #inner-header:after, .testimonial-section:after {
        content: " ";
        display: block;
        clear: both; } }
  @media  (min-width: 64em) {
    .blog-wrap, .footer, .contact-wrapper .contact-inner, .featured-section, .content-block, .contained, #inner-header, .testimonial-section {
      max-width: 60em;
      margin-left: auto;
      margin-right: auto; }
      .blog-wrap:after, .footer:after, .contact-wrapper .contact-inner:after, .featured-section:after, .content-block:after, .contained:after, #inner-header:after, .testimonial-section:after {
        content: " ";
        display: block;
        clear: both; } }

.contact-wrapper, .featured-section, .content-wrapper, .testimonial-wrapper {
  padding: 3.375em 0; }

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td, th {
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

embed, img, object, video {
  max-width: 100%;
  height: auto; }

.footer {
  padding-top: 0.5625em; }

/* generated with grunt-sass-globbing */
code, pre {
  margin: 0;
  padding: 0; }

code, pre {
  font-family: monospace;
  tab-size: 4; }

code {
  display: inline-block;
  padding: 0 0.5em;
  color: #444;
  background-color: #f9f9f9; }

pre {
  display: block;
  margin-bottom: 1.125em;
  padding: 1.5em 1.5em;
  background: #f9f9f9; }
  pre code {
    width: 100%;
    display: block;
    padding: 0;
    color: inherit;
    background: none; }

form, label, fieldset, legend, input, select, textarea, button {
  margin: 0;
  padding: 0; }

form {
  display: block;
  margin-bottom: 1.125em; }

label {
  display: block;
  margin-bottom: 1.125em;
  font-weight: 700; }

fieldset {
  margin-bottom: 1.125em;
  padding: 0;
  border: none; }
  fieldset legend {
    width: 100%;
    display: block;
    margin-bottom: 1.125em; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], select, textarea {
  display: block;
  width: 100%;
  margin-bottom: 1.125em;
  padding: 0.75em 0.5em;
  color: #444;
  line-height: 1.5em;
  background: white;
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aaa; }
  input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: #aaa; }
  input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #aaa; }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #aaa; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], select {
  height: 3.125em; }

select {
  padding-right: 1.5em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI3LjcwM3B4IiBoZWlnaHQ9IjYuMDg3cHgiIHZpZXdCb3g9IjAgMCA3LjcwMyA2LjA4NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNy43MDMgNi4wODciIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiMxQTFBMUEiIGQ9Ik03LjcwMywwTDUuNzc3LDMuMDE2TDMuODUyLDYuMDg3TDEuOTI2LDMuMDQzTDAsMGgzLjg1Mkg3LjcwM3oiLz48L3N2Zz4=);
  background-position: right 8px center;
  background-repeat: no-repeat; }
  html.lt-ie10 select {
    background-image: none;
    padding-right: 0.5em; }
  select::-ms-expand {
    display: none; }

@-moz-document url-prefix() {
  select {
    padding-right: 0.5em;
    background-image: none; } }

textarea {
  height: auto;
  max-width: 100%;
  resize: vertical; }

input[type="radio"], input[type="checkbox"] {
  margin-bottom: 0.28125em;
  margin-right: 0.5em; }

input[type="reset"], input[type="submit"], button {
  padding: 0.5em 1.5em; }

* html {
  font-size: 100%; }

html {
  font-size: 16px;
  line-height: 1.5em; }

body {
  color: #444;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #f9f9f9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body, html {
  height: 100%; }

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0; }

ul, ol, dl {
  margin-bottom: 1.125em; }

ul, ol {
  padding-left: 1.5em; }
  ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0; }

dl dt {
  font-weight: bold; }
dl dd {
  margin-bottom: 0.5625em; }

img, iframe, figure, figcaption {
  margin: 0;
  padding: 0; }

figure {
  margin-bottom: 1.125em; }
  figure figcaption {
    margin-top: 0.5625em;
    color: #aaa; }

div[id^="attachment_"].aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background-color: #f9f9f9;
  color: #444;
  text-align: center; }

.wp-caption-text {
  padding: 0.75em;
  font-size: 0.8888888889em; }

@media  (min-width: 48em) {
  div[id^="attachment_"].alignright {
    margin-left: 0.75em;
    float: right; } }

@media  (min-width: 48em) {
  div[id^="attachment_"].alignleft {
    margin-right: 0.75em;
    float: left; } }

table, caption, thead, tbody, tfoot, tr, td, th {
  margin: 0;
  padding: 0; }

table {
  width: 100%;
  margin-bottom: 1.125em;
  background-color: white;
  border: 1px solid #ddd; }
  table table {
    margin-bottom: 0; }
  table caption {
    margin-bottom: 1.125em;
    color: #aaa;
    text-align: left; }
  table td, table th {
    padding: 0.75em 0.75em;
    text-align: left;
    background-color: white; }
  table th {
    font-weight: 700; }

h1, h2, h3, h4, h5, h6, p, address, blockquote, hr {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 1.125em;
  margin-bottom: 0.5625em;
  line-height: 1.5em;
  font-family: 'Roboto Slab', serif; }

h1 {
  font-size: max-width; }

h2 {
  font-size: 1.6018066406em; }

h3 {
  font-size: 1.423828125em; }

h4 {
  font-size: 1.265625em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

p {
  font-size: 1em; }

p {
  margin-bottom: 1.125em; }

address {
  margin-bottom: 1.125em;
  font-style: normal; }

blockquote {
  font-size: 1.423828125em;
  margin-bottom: 1.125em;
  text-align: center; }
  blockquote:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e802';
    height: 1em;
    width: 1em;
    display: inline-block;
    line-height: 1em;
    text-align: center;
    margin-bottom: 0.5625em; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote cite {
    display: block; }

cite {
  font-style: italic; }

hr {
  margin-top: 1.125em;
  margin-bottom: 1.125em;
  height: 1px;
  background: #ddd;
  border: none; }

.heading-link {
  color: #363636;
  text-decoration: none; }
  .heading-link:hover, .heading-link:focus {
    text-decoration: underline; }

.byline {
  font-weight: bold;
  font-size: 0.8888888889em; }

a {
  color: #0074D9; }
  a:hover, a:focus {
    color: #005cad; }

/* generated with grunt-sass-globbing */
.contact-wrapper {
  background-color: #f1f1f1; }
  .contact-wrapper .contact-text {
    font-size: 1.423828125em; }
  .contact-wrapper .contact-facebook a {
    line-height: 0;
    vertical-align: middle;
    text-indent: -119988px;
    display: inline-block;
    color: #3a5795; }
    .contact-wrapper .contact-facebook a:after {
      content: '\e800'; }
    .contact-wrapper .contact-facebook a:after {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      text-decoration: inherit;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      height: 100%;
      width: 100%;
      display: block;
      text-align: center;
      text-indent: 0;
      vertical-align: middle;
      line-height: 1; }
  .contact-wrapper .contact-linkedin a {
    line-height: 0;
    vertical-align: middle;
    text-indent: -119988px;
    display: inline-block;
    color: #0077B5; }
    .contact-wrapper .contact-linkedin a:after {
      content: '\e804'; }
    .contact-wrapper .contact-linkedin a:after {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      text-decoration: inherit;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      height: 100%;
      width: 100%;
      display: block;
      text-align: center;
      text-indent: 0;
      vertical-align: middle;
      line-height: 1; }
  .contact-wrapper .contact-facebook, .contact-wrapper .contact-linkedin {
    font-size: 2.8125em; }
    .contact-wrapper .contact-facebook a, .contact-wrapper .contact-linkedin a {
      text-decoration: none; }
  .contact-wrapper .contact-method {
    font-weight: bold; }
  @media  (min-width: 48em) {
    .contact-wrapper .contact-section {
      width: 47.8260869565%;
      float: left;
      margin-right: 4.347826087%; } }
  .contact-wrapper .contact-form {
    margin-bottom: 1.125em; }
    @media  (min-width: 48em) {
      .contact-wrapper .contact-form {
        width: 47.8260869565%;
        float: right;
        margin-right: 0; } }

.featured-wrapper {
  background-color: #f1f1f1; }

.featured-section:after {
  content: "";
  display: table;
  clear: both; }

.featured-item {
  text-align: center; }
  @media  (min-width: 48em) {
    .featured-item {
      width: 30.4347826087%;
      float: left;
      margin-right: 4.347826087%; } }

@media  (min-width: 48em) {
  .featured-item:last-child {
    width: 30.4347826087%;
    float: right;
    margin-right: 0; } }

.wpcf7-validation-errors {
  background-color: #FF4136;
  color: #f9f9f9; }

div.wpcf7-validation-errors {
  border: none;
  padding: 24px; }

.wpcf7-mail-sent-ok {
  background-color: #2ECC40;
  color: #f9f9f9; }

div.wpcf7-mail-sent-ok {
  border: none;
  padding: 24px; }

.hero {
  height: 100%;
  background: transparent;
  text-align: center;
  position: relative;
  z-index: 0; }
  .hero:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6; }
  .hero .hero-caption {
    color: #f9f9f9;
    width: 90%;
    text-align: center;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 1.125em;
    margin-left: auto;
    margin-right: auto; }
    .hero .hero-caption h1 {
      margin-top: 0; }
    @media  (min-width: 48em) {
      .hero .hero-caption {
        width: 70%; } }
  .hero .hero-caption-title {
    font-size: max-width; }
    @media  (min-width: 48em) {
      .hero .hero-caption-title {
        font-size: 2.8125em; } }
  .hero .hero-caption-body {
    font-size: 1.265625em;
    margin-bottom: 2.25em; }
    @media  (min-width: 48em) {
      .hero .hero-caption-body {
        font-size: 1.423828125em; } }

.content-wrapper {
  background-color: #f9f9f9; }

@media  (min-width: 64em) {
  .content-block {
    padding-left: 4.6875em;
    padding-right: 4.6875em; } }

.logo-img {
  height: 5em; }

.site-description, .logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px; }

.logo {
  margin-right: 1.125em; }

.header {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5em;
  z-index: 10; }

.site-description {
  font-family: 'Roboto Slab', serif;
  font-size: 0.9375em;
  font-style: italic;
  font-weight: 300; }

.branding {
  width: 100%; }
  @media  (min-width: 48em) {
    .branding {
      width: 56.5217391304%;
      float: left;
      margin-right: 4.347826087%; } }

.nav-container {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  font-weight: 500; }
  @media  (min-width: 48em) {
    .nav-container {
      position: static;
      margin-top: 1.6875em;
      width: 39.1304347826%;
      float: right;
      margin-right: 0;
      text-align: right; }
      .nav-container .top-nav {
        margin: 0;
        padding: 0;
        border: 0; }
        .nav-container .top-nav:after {
          content: "";
          display: table;
          clear: both; }
        .nav-container .top-nav li {
          list-style-image: none;
          list-style-type: none;
          margin-left: 0;
          white-space: nowrap;
          display: inline;
          float: left;
          padding-left: 4px;
          padding-right: 4px; }
          .nav-container .top-nav li:first-child, .nav-container .top-nav li.first {
            padding-left: 0; }
          .nav-container .top-nav li:last-child {
            padding-right: 0; }
          .nav-container .top-nav li.last {
            padding-right: 0; }
        .nav-container .top-nav .menu-item {
          list-style-image: none;
          list-style-type: none;
          margin-left: 0;
          white-space: nowrap;
          display: inline;
          float: left;
          padding-left: 0.625em;
          padding-right: 0.625em; }
          .nav-container .top-nav .menu-item:first-child, .nav-container .top-nav .menu-item.first {
            padding-left: 0; }
          .nav-container .top-nav .menu-item:last-child {
            padding-right: 0; }
          .nav-container .top-nav .menu-item.last {
            padding-right: 0; } }
  .nav-container .top-nav {
    padding-left: 0;
    list-style: none;
    text-align: center; }
  .nav-container .menu-item {
    margin-bottom: 1.125em; }
  .nav-container .navigation {
    display: none; }
    @media  (min-width: 48em) {
      .nav-container .navigation {
        display: inline-block;
        vertical-align: middle; } }
  .nav-container a {
    text-decoration: none;
    color: #444; }
    .nav-container a:hover, .nav-container a:focus {
      color: #0074D9; }

.site-description {
  display: none; }
  @media  (min-width: 48em) {
    .site-description {
      display: inline-block; } }

.hamburger-menu {
  line-height: 0;
  vertical-align: middle;
  text-indent: -119988px;
  display: inline-block;
  text-decoration: none;
  color: #3f6d7f;
  float: right;
  margin-top: 2.1875em; }
  .hamburger-menu:after {
    content: '\e80a'; }
  .hamburger-menu:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    text-indent: 0;
    vertical-align: middle;
    line-height: 1; }
  @media  (min-width: 48em) {
    .hamburger-menu {
      display: none; } }

#inner-header:after {
  content: "";
  display: table;
  clear: both; }

.testimonial-wrapper {
  background-color: #f9f9f9; }

.testimonial {
  text-align: center;
  font-size: 1.125em; }
  .testimonial:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e802';
    height: 1em;
    width: 1em;
    display: inline-block;
    line-height: 1em;
    text-align: center;
    margin-bottom: 18px; }

.testament {
  font-size: 1.125em; }

.testator {
  font-size: 0.8888888889em;
  font-weight: 700; }
