@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

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

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

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

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* ==========================================================================
   Custom Defaults
   ========================================================================== */
@font-face {
  font-family: 'ic-fonts';
  src: url('../../fonts/ic-fonts-35647877&188e36924165.eot');
  src: url('../../fonts/ic-fonts-35647877&188e36924165.eot#iefix') format("embedded-opentype"), url('../../fonts/ic-fonts-35647877&188e36924165.woff') format("woff"), url('../../fonts/ic-fonts-35647877&188e36924165.ttf') format("truetype"), url('../../fonts/ic-fonts-35647877&188e36924165.svg#ic-fonts') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ic-fonts';
    src: url('../../font/ic-fonts.svg-35647877.html#ic-fonts') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ic-fonts";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-menu:before {
  content: '\e800';
}

/* '' */
.icon-mobile:before {
  content: '\e801';
}

/* '' */
.icon-location-alt:before {
  content: '\e803';
}

/* '' */
.icon-email:before {
  content: '\e802';
}

/* '' */
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

body {
  font-family: "Open Sans",sans-serif;
  font-size: 100%;
  color: #777777;
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3 / 1), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 3dppx) {
  body {
    font-size: 85%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body {
    font-size: 75%;
  }
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a {
  text-decoration: none;
  color: #326500;
}
a:hover {
  text-decoration: underline;
}

.panel.dark, .panel.base {
  color: white;
}
.panel.dark a, .panel.base a {
  color: white;
}
.panel.dark header, .panel.base header {
  font-family: 'Amaranth';
  font-size: 160%;
}
.panel.dark header em,
.panel.dark header small, .panel.base header em,
.panel.base header small {
  color: white;
  font-style: normal;
}
.panel.dark header {
  color: #999999;
}
.panel.home header {
  color: #666666;
}
.panel.inside header {
  color: #333333;
  font-family: 'Amaranth';
  font-size: 160%;
}

.header .logo h1 {
  color: #333333;
  font-weight: 300;
  font-size: 25px;
  font-size: 1.5625rem;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 960px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 960px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 960px) and (min-resolution: 192dpi), only screen and (max-width: 960px) and (min-resolution: 2dppx) {
  .header .logo h1 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: 0.5em;
  }
}

@media only screen and (min-width: 960px) and (orientation: landscape) {
  .header .logo h1 {
    color: #a29061;
    font-size: 47px;
    font-size: 2.9375rem;
  }
}
.header .logo small {
  display: none;
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .header .logo small {
    color: #999999;
    display: block;
    font-weight: 400;
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: .01em;
    line-height: 0.9em;
  }
}

.button {
  box-sizing: border-box;
  background: #a29061;
  border-radius: 5px;
  color: white;
  background-color: #ab9b70;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ab9b70), color-stop(100%, #918157));
  background-image: -webkit-linear-gradient(#ab9b70, #918157);
  background-image: linear-gradient(#ab9b70, #918157);
  text-decoration: none;
  box-shadow: 1px 1px 2px #c8bda1 inset;
  text-shadow: -1px -1px 1px #63583a;
  font-family: 'Amaranth';
  text-transform: uppercase;
  padding: 0.5em 0.8em;
  margin: 20px 0;
  display: inline-block;
}
.button:hover {
  background-color: #b3a57e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3a57e), color-stop(100%, #998b64));
  background-image: -webkit-linear-gradient(#b3a57e, #998b64);
  background-image: linear-gradient(#b3a57e, #998b64);
  box-shadow: 1px 1px 2px #d1c8b0 inset;
  text-shadow: -1px -1px 1px #726543;
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .button {
    font-family: inherit;
    text-transform: none;
  }
}
.button:hover {
  text-decoration: none;
}
.button.dark {
  box-sizing: border-box;
  background: #666666;
  border-radius: 5px;
  color: white;
  background-color: #757575;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #757575), color-stop(100%, #5b5b5b));
  background-image: -webkit-linear-gradient(#757575, #5b5b5b);
  background-image: linear-gradient(#757575, #5b5b5b);
  text-decoration: none;
  box-shadow: 1px 1px 2px #999999 inset;
  text-shadow: -1px -1px 1px #333333;
}
.button.dark:hover {
  background-color: #a3a3a3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a3a3a3), color-stop(100%, #898989));
  background-image: -webkit-linear-gradient(#a3a3a3, #898989);
  background-image: linear-gradient(#a3a3a3, #898989);
  box-shadow: 1px 1px 2px #cccccc inset;
  text-shadow: -1px -1px 1px #666666;
}
.button.darker {
  box-sizing: border-box;
  background: #333333;
  border-radius: 5px;
  color: white;
  background-color: #474747;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #474747), color-stop(100%, #2d2d2d));
  background-image: -webkit-linear-gradient(#474747, #2d2d2d);
  background-image: linear-gradient(#474747, #2d2d2d);
  text-decoration: none;
  box-shadow: 1px 1px 2px #666666 inset;
  text-shadow: -1px -1px 1px black;
}
.button.darker:hover {
  background-color: #757575;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #757575), color-stop(100%, #5b5b5b));
  background-image: -webkit-linear-gradient(#757575, #5b5b5b);
  background-image: linear-gradient(#757575, #5b5b5b);
  box-shadow: 1px 1px 2px #999999 inset;
  text-shadow: -1px -1px 1px #333333;
}

li > .button {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  li > .button {
    display: inline;
  }
}

.icon-button {
  box-sizing: border-box;
  background: #a29061;
  border-radius: 5px;
  color: white;
  background-color: #ab9b70;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ab9b70), color-stop(100%, #918157));
  background-image: -webkit-linear-gradient(#ab9b70, #918157);
  background-image: linear-gradient(#ab9b70, #918157);
  text-decoration: none;
  box-shadow: 1px 1px 2px #c8bda1 inset;
  text-shadow: -1px -1px 1px #63583a;
  font-family: 'Amaranth';
  text-transform: uppercase;
  overflow: auto;
  padding: 0.5em 0.8em 0.5em 0.5em;
}
.icon-button:hover {
  background-color: #b3a57e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3a57e), color-stop(100%, #998b64));
  background-image: -webkit-linear-gradient(#b3a57e, #998b64);
  background-image: linear-gradient(#b3a57e, #998b64);
  box-shadow: 1px 1px 2px #d1c8b0 inset;
  text-shadow: -1px -1px 1px #726543;
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .icon-button {
    font-family: inherit;
    text-transform: none;
  }
}
.icon-button:after,
.icon-button i {
  display: inline-block;
  vertical-align: middle;
}
.icon-button:after {
  content: '';
  height: 100%;
}
.icon-button i {
  margin-top: -0.25em;
  font-size: 1.5em;
  max-width: 99%;
}
.icon-button i.icon-email {
  padding-right: 0.25em;
}
.icon-button:hover {
  text-decoration: none;
}
.icon-button.dark {
  box-sizing: border-box;
  background: #666666;
  border-radius: 5px;
  color: white;
  background-color: #757575;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #757575), color-stop(100%, #5b5b5b));
  background-image: -webkit-linear-gradient(#757575, #5b5b5b);
  background-image: linear-gradient(#757575, #5b5b5b);
  text-decoration: none;
  box-shadow: 1px 1px 2px #999999 inset;
  text-shadow: -1px -1px 1px #333333;
}
.icon-button.dark:hover {
  background-color: #a3a3a3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a3a3a3), color-stop(100%, #898989));
  background-image: -webkit-linear-gradient(#a3a3a3, #898989);
  background-image: linear-gradient(#a3a3a3, #898989);
  box-shadow: 1px 1px 2px #cccccc inset;
  text-shadow: -1px -1px 1px #666666;
}
.icon-button.darker {
  box-sizing: border-box;
  background: #333333;
  border-radius: 5px;
  color: white;
  background-color: #474747;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #474747), color-stop(100%, #2d2d2d));
  background-image: -webkit-linear-gradient(#474747, #2d2d2d);
  background-image: linear-gradient(#474747, #2d2d2d);
  text-decoration: none;
  box-shadow: 1px 1px 2px #666666 inset;
  text-shadow: -1px -1px 1px black;
}
.icon-button.darker:hover {
  background-color: #757575;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #757575), color-stop(100%, #5b5b5b));
  background-image: -webkit-linear-gradient(#757575, #5b5b5b);
  background-image: linear-gradient(#757575, #5b5b5b);
  box-shadow: 1px 1px 2px #999999 inset;
  text-shadow: -1px -1px 1px #333333;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }

  to {
    padding: 0;
  }
}
.unstyled,
.inline {
  list-style: none;
}

.inline {
  margin: 0;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .inline > li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
  }
}

.two-cols {
  -webkit-columns: 2 8em;
  -moz-columns: 2 8em;
  columns: 2 8em;
}

form fieldset {
  border: none;
  padding: 0;
  margin: 2em 0;
}
form label {
  display: block;
  margin: 0.75em 0;
}
form label > span {
  display: none;
}
form input,
form button,
form textarea {
  box-sizing: border-box;
  border: none;
  border-radius: 5px;
  width: 100%;
  padding: 0.5em;
  color: #333333;
}
form input::-webkit-input-placeholder,
form button::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #777777;
  text-transform: uppercase;
}
form input:-moz-placeholder,
form button:-moz-placeholder,
form textarea:-moz-placeholder {
  color: #777777;
  text-transform: uppercase;
}
form input::-moz-placeholder,
form button::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #777777;
  text-transform: uppercase;
}
form input:-ms-input-placeholder,
form button:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #777777;
  text-transform: uppercase;
}
form textarea {
  height: 6em;
}

.panel.smoke {
  height: 39px;
  background-color: #222222;
  background: url('../../images/smoke-188e36924165.png') center no-repeat #222222;
  background: url('../../images/smoke-188e36924165.png') center no-repeat #222222;
}
.panel.dark {
  background: #333333;
  background-image: -webkit-linear-gradient( rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05)), url('../../images/dark-texture-188e36924165.png');
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05)), url('../../images/dark-texture-188e36924165.png');
  background-image: linear-gradient( rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05)), url('../../images/dark-texture-188e36924165.png');
}
.panel.base {
  background: #a29061;
}
.panel.home {
  border-top: 1px solid white;
  padding-top: 15px;
  background-image: -webkit-linear-gradient( #cccccc 0%, white 5%, white 100%);
  background-image: -webkit-linear-gradient(#cccccc 0%, white 5%, white 100%);
  background-image: linear-gradient( #cccccc 0%, white 5%, white 100%);
}
.panel.main {
  line-height: 1.75em;
}
.panel.inside header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.75em;
}

.home .content.has-images > section {
  padding: 0;
}

.error {
  color: #990000;
}

.content {
  padding: 30px;
  position: relative;
  height: 100%;
  *zoom: 1;
}
.content:before, .content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.content form {
  padding: 30px;
  background: #a29061;
}
.content form .button.darker {
  width: auto;
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .content {
    padding: 30px 0;
    width: 960px;
    margin: 0 auto;
  }
  .content > section {
    padding: 1.5em 0;
  }
  .content.has-images > header {
    width: 600px;
  }
  .content.has-images > section {
    float: left;
    width: 600px;
  }
}
.content h3,
.content h4 {
  color: #666666;
}
.content .info {
  *zoom: 1;
  position: relative;
  text-align: center;
}
.content .info:before, .content .info:after {
  content: " ";
  display: table;
}
.content .info:after {
  clear: both;
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .content .info {
    margin-top: 3em;
  }
  .content .info .button {
    float: right;
    padding-left: 2em;
    padding-right: 2em;
    margin-right: 5em;
  }
}
.content .info p {
  overflow: auto;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  text-align: left;
  padding: 1.5em 0;
  vertical-align: middle;
  margin: 2em 0;
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .content .info p {
    border: none;
    padding: 0;
    border-right: 1px solid #999999;
    float: left;
    width: 50%;
    margin: 0;
  }
}
.content .info p:after,
.content .info p i {
  display: block;
  vertical-align: middle;
  float: left;
}
.content .info p:after {
  content: '';
  height: 100%;
}
.content .info p i {
  font-size: 4em;
  max-width: 99%;
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .content .info p i {
    padding: .4em 0;
  }
}
@media only screen and (max-width: 960px) {
  .content .images {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 2rem;
  }
  .content .images img {
    box-sizing: border-box;
    width: 47%;
    height: auto;
    margin-bottom: 1rem;
  }
  .content .images img:nth-child(odd) {
    margin-right: 3%;
  }
  .content .images img:nth-child(even) {
    margin-left: 3%;
  }
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .content .images {
    float: right;
  }
  .content .images img {
    box-shadow: 0 20px 75px -45px black;
    display: block;
    margin: 2rem;
    margin-top: 0;
    margin-right: 0;
  }
}

.insurance img,
.services img {
  display: none;
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .insurance img,
  .services img {
    display: block;
    position: absolute;
    right: 0;
  }
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .insurance .content > .rich-text,
  .services .content > .rich-text {
    width: 700px;
    line-height: 1.75em;
  }
}

@media only screen and (min-width: 960px) and (orientation: landscape) {
  .insurance img {
    top: 80px;
  }

  .services ul {
    margin: 60px 0 30px;
  }
  .services img {
    top: 50px;
  }
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .contact .content > p {
    float: left;
    display: block;
    line-height: 1.5em;
    width: 30%;
  }
  .contact .content form {
    padding-top: 14px;
    margin: 0;
    float: right;
    width: 60%;
  }
  .contact .content form fieldset {
    margin: 0;
  }
  .contact .content form label {
    box-sizing: border-box;
    display: block;
    width: 50%;
    float: left;
    margin: .5em 0;
    padding-left: 1em;
  }
  .contact .content form button {
    width: 25%;
    float: right;
  }
}

.tiles {
  overflow: hidden;
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .tiles {
    margin-left: -10px;
  }
}

.tile {
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.tile .button {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0;
}
.tile img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .tile {
    width: 33.33%;
    padding-left: 10px;
    float: left;
  }
  .tile .button {
    left: 20px;
  }
}

.home .header {
  box-shadow: -15px -15px 100px black, 15px -15px 100px black;
}

.header {
  position: relative;
  border-top: solid 6px #326500;
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .header {
    height: 115px;
    border-top: solid 4px #326500;
  }
}
.header .content {
  padding: 0 30px;
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .header .content {
    padding: 0;
  }
}
.header .logo {
  text-decoration: none;
  background: transparent url('../../images/logo-alt-188e36924165.png') no-repeat 0 18px;
  display: block;
  *zoom: 1;
}
.header .logo:before, .header .logo:after {
  content: " ";
  display: table;
}
.header .logo:after {
  clear: both;
}
.header .logo img {
  float: left;
  visibility: hidden;
  width: 53px;
  height: 86px;
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .header .logo img {
    padding: 20px 10px 20px 0;
    background: white;
    padding-right: 20px;
    visibility: visible;
    width: 47px;
    height: 64px;
  }
}
@media only screen and (max-width: 960px) {
  .header .logo h1 {
    margin-top: 3px;
  }
}
.header .contact {
  position: absolute;
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .header .contact {
    top: 20px;
    right: 0;
  }
}
@media only screen and (max-width: 960px) {
  .header .contact {
    top: 43px;
    left: 83px;
  }
  .header .contact .icon-button {
    padding: 0.3em 0.6em 0.3em 0;
  }
  .header .contact > li:last-child {
    display: none;
  }
}

nav[role="site-navigation"] {
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 960px) and (orientation: landscape) {
  nav[role="site-navigation"] {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
nav[role="site-navigation"] input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
nav[role="site-navigation"] label {
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
nav[role="site-navigation"] ul {
  padding: 0;
  width: 100%;
}
nav[role="site-navigation"] ul > li {
  text-align: center;
  cursor: pointer;
}
nav[role="site-navigation"] ul > li > a {
  position: relative;
  color: #999999;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 15px;
  display: block;
}
nav[role="site-navigation"] ul > li > a:hover, nav[role="site-navigation"] ul > li > a.current {
  color: #326500;
}
nav[role="site-navigation"] ul > li > a:hover:after, nav[role="site-navigation"] ul > li > a.current:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #326500;
}
@media only screen and (max-width: 960px) {
  nav[role="site-navigation"] {
    position: relative;
  }
  nav[role="site-navigation"] ul {
    max-height: 0;
    overflow-y: hidden;
  }
  nav[role="site-navigation"] label {
    display: block;
    position: absolute;
    top: -66px;
    right: 0;
    padding: 0.3em;
  }
  nav[role="site-navigation"] input[type=checkbox]:checked ~ ul {
    max-height: 100%;
  }
  nav[role="site-navigation"] input[type=checkbox]:checked ~ ul > li > a {
    box-sizing: border-box;
    background: #666666;
    border-radius: 5px;
    color: white;
    background-color: #757575;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #757575), color-stop(100%, #5b5b5b));
    background-image: -webkit-linear-gradient(#757575, #5b5b5b);
    background-image: linear-gradient(#757575, #5b5b5b);
    text-decoration: none;
    box-shadow: 1px 1px 2px #999999 inset;
    text-shadow: -1px -1px 1px #333333;
    width: 100%;
    font-family: 'Amaranth';
    text-transform: uppercase;
    padding: 0.5em 0.8em;
    margin-bottom: 20px;
    text-align: left;
  }
  nav[role="site-navigation"] input[type=checkbox]:checked ~ ul > li > a:hover {
    background-color: #a3a3a3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a3a3a3), color-stop(100%, #898989));
    background-image: -webkit-linear-gradient(#a3a3a3, #898989);
    background-image: linear-gradient(#a3a3a3, #898989);
    box-shadow: 1px 1px 2px #cccccc inset;
    text-shadow: -1px -1px 1px #666666;
  }
  nav[role="site-navigation"] input[type=checkbox]:checked ~ ul > li > a:after {
    position: absolute;
    right: 1.25em;
    content: "\203A";
  }
}

.lt-ie9 .header nav[role="site-navigation"] {
  position: relative;
}
.lt-ie9 .header nav[role="site-navigation"] ul {
  max-height: 0;
  overflow-y: hidden;
}
.lt-ie9 .header nav[role="site-navigation"] label {
  display: block;
  position: absolute;
  top: -66px;
  right: 0;
  padding: 0.3em;
}
.lt-ie9 .header nav[role="site-navigation"] input[type=checkbox]:checked ~ ul {
  max-height: 100%;
}
.lt-ie9 .header nav[role="site-navigation"] input[type=checkbox]:checked ~ ul > li > a {
  box-sizing: border-box;
  background: #666666;
  border-radius: 5px;
  color: white;
  background-color: #757575;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #757575), color-stop(100%, #5b5b5b));
  background-image: -webkit-linear-gradient(#757575, #5b5b5b);
  background-image: linear-gradient(#757575, #5b5b5b);
  text-decoration: none;
  box-shadow: 1px 1px 2px #999999 inset;
  text-shadow: -1px -1px 1px #333333;
  width: 100%;
  font-family: 'Amaranth';
  text-transform: uppercase;
  padding: 0.5em 0.8em;
  margin-bottom: 20px;
  text-align: left;
}
.lt-ie9 .header nav[role="site-navigation"] input[type=checkbox]:checked ~ ul > li > a:hover {
  background-color: #a3a3a3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a3a3a3), color-stop(100%, #898989));
  background-image: -webkit-linear-gradient(#a3a3a3, #898989);
  background-image: linear-gradient(#a3a3a3, #898989);
  box-shadow: 1px 1px 2px #cccccc inset;
  text-shadow: -1px -1px 1px #666666;
}
.lt-ie9 .header nav[role="site-navigation"] input[type=checkbox]:checked ~ ul > li > a:after {
  position: absolute;
  right: 1.25em;
  content: "\203A";
}
.lt-ie9 .header nav[role="site-navigation"] ul {
  max-height: 100%;
}
.lt-ie9 .header nav[role="site-navigation"] ul > li > a {
  box-sizing: border-box;
  background: #666666;
  border-radius: 5px;
  color: white;
  background-color: #757575;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #757575), color-stop(100%, #5b5b5b));
  background-image: -webkit-linear-gradient(#757575, #5b5b5b);
  background-image: linear-gradient(#757575, #5b5b5b);
  text-decoration: none;
  box-shadow: 1px 1px 2px #999999 inset;
  text-shadow: -1px -1px 1px #333333;
  width: 100%;
  font-family: 'Amaranth';
  text-transform: uppercase;
  padding: 0.5em 0.8em;
  margin-bottom: 20px;
  text-align: left;
}
.lt-ie9 .header nav[role="site-navigation"] ul > li > a:hover {
  background-color: #a3a3a3;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a3a3a3), color-stop(100%, #898989));
  background-image: -webkit-linear-gradient(#a3a3a3, #898989);
  background-image: linear-gradient(#a3a3a3, #898989);
  box-shadow: 1px 1px 2px #cccccc inset;
  text-shadow: -1px -1px 1px #666666;
}
.lt-ie9 .header nav[role="site-navigation"] ul > li > a:after {
  position: absolute;
  right: 1.25em;
  content: "\203A";
}
.lt-ie9 .header .contact {
  position: absolute;
  top: 70px;
  left: 103px;
}
.lt-ie9 .header .contact > li {
  display: none;
}
.lt-ie9 .header .contact > li:first-child {
  display: block;
  width: 500px;
}

/* ------------------------------------------------------------------------------------------------

Shame
=====

1. 	If it’s a hack, it goes in shame.css.
2. 	Document all hacks fully:
  a. 	What part of the codebase does it relate to?
  b. 	Why was this needed?
  c. 	How does this fix it?
  d. 	How might you fix it properly, given more time?
3. 	Do not blame the developer; if they explained why they had to do it then their reasons are
probably (hopefully) valid.
4. 	Try and clean shame.css up when you have some down time.

via: http://csswizardry.com/2013/04/shame-css/

------------------------------------------------------------------------------------------------ */
