/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}

body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

@media only screen and (max-width: 767px) {
  body {
    font-family: ff-meta-serif-web-pro;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    background: #fff url(../img/body-bg.png) top left repeat;
    padding: 0;
    margin: 0;
    color: #333;
  }

  a {
    color: #83cd8e;
  }
  a:visited {
    color: #554137;
  }
  a:hover {
    color: #30763a;
  }
  a:active {
    color: #d9c7a3;
  }
  a:focus {
    outline: thin dotted;
    color: #30763a;
  }
  a:hover,
  a:active {
    outline: 0;
  }

  h1,
  h2,
  h3,
  h4 {
    margin-top: 18px;
  }
  h3,
  h4,
  h5,
  h6 {
    line-height: 18px;
  }

  hr {
    position: relative;
    height: 3px;
    margin: 0 0 29px 0;
    background: #d8efdb;
    border: none;
    width: 100%;
  }

  section.content div img {
    border: 1px solid #333;
    padding: 18px;
    background: #dfdcc0 url(../img/line.png) top left repeat;
    max-width: 88%;
    margin: 22px 0 10px 0;
  }

  section h2 {
    font-size: 19.3px;
    line-height: 24px;
    word-spacing: 2px;
    text-align: center;
    color: #896858;
    text-shadow: 0 -2px 0 #fff;

    font-family: ff-meta-serif-web-pro;
    font-weight: 500;
    font-style: italic;

    margin: 30px 0 26px 0;
    padding: 0;
  }

  section h2.contact {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
  }

  section.content div h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 36px 0 0 0;
    padding: 0;
    color: #914b52;
  }

  section.content div h4 {
    font-size: 16px;
    line-height: 22px;

    font-family: ff-meta-serif-web-pro;
    font-weight: 700;
    font-style: normal;

    margin: 36px 0 0 0;
    padding: 0;
    color: #333;
  }

  section.content div h5 {
    font-size: 14px;
    line-height: 20px;

    font-family: ff-meta-serif-web-pro;
    font-weight: 500;
    font-style: italic;

    margin: 18px 0 0 0;
    padding: 0;
    color: #333;
  }

  section.content div h3:first-child,
  section.content div h4:first-child {
    margin: 18px 0 0 0;
  }

  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }

  p,
  pre,
  address {
    font-size: 12px;
    line-height: 16px;
  }
  small {
    font-size: 9px;
  }
  abbr,
  code,
  kbd,
  samp,
  small,
  var {
    line-height: 13px;
  }
  ul,
  ol,
  dl,
  dialog {
    font-size: 12px;
    line-height: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  li ul,
  li ol,
  ul ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0;
  }

  form,
  legend,
  label {
    font-size: 12px;
    line-height: 16px;
  }
  table {
    font-size: 12px;
  }
  caption {
    font-size: 12px;
    line-height: 16px;
  }

  header {
    width: 100%;
    background: #036a00 url(../img/header-216px.png) top center repeat;
    height: 216px;
    border-bottom: #fff solid 1px;
  }

  .header-inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  header #logo {
    margin: 0 auto;
    position: relative;
    display: block;
    width: 317px;
    height: 190px;
    background: transparent url(../img/logo-badge.png) center center no-repeat;
    top: 13px;
  }

  header h1 {
    font-family: adage-script, cursive;
    font-size: 45px;
    line-height: 56px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;

    position: absolute;
    top: 40px;
    left: 52px;
  }

  header h1 span {
    display: block;
    font-size: 11px;
    line-height: 6px;
    font-family: ff-meta-serif-web-pro;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 0 20px;
    text-shadow: 0 -2px 0 #173a1c;
  }

  header h1 a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -2px 0 #173a1c;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  header h1 a:visited {
    color: #fff;
    text-decoration: none;
  }

  header h1 a:hover,
  header h1 a:focus {
    color: #dfdcc0;
    text-decoration: none;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  header h1 a:active {
    color: #e4f4e6;
    text-decoration: none;
  }

  header #badge {
    display: none;
  }

  section.line {
    height: 20px;
    background: #dfdcc0 url(../img/line.png) top center repeat-x;
    border-top: 1px solid #333;
    border-bottom: 1px solid #fff;
    clear: left;
  }

  nav.primary {
    clear: left;
    width: 100%;
    background: #554137 url(../img/nav-bg-174px.png) top center repeat;
    border-top: 1px solid #333;
    border-bottom: 2px solid #333;
    height: 96px;
    margin: 0 auto;
    position: relative;
  }

  nav.primary div.nav-inner {
    width: 80%;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }

  nav.primary div.nav-inner ul {
    font-size: 16px;
    font-family: ff-meta-serif-web-pro;
    font-weight: 700;
    font-style: normal;
    text-align: center;

    margin: 0;
    padding: 0;
  }

  nav.primary div.nav-inner ul li {
    margin: 21px 0 0 0;
    padding: 0;
    display: inline-block;
  }

  nav.primary div.nav-inner ul li a {
    margin: 0 17px 0 0;
    padding: 0;
    border: none;
    background: transparent;
    text-align: center;
    text-shadow: 0 -1px 0 #000;
  }

  nav.primary div.nav-inner ul li a:link {
    color: #d9c7a3;
    text-decoration: none;

    background: none;
  }

  nav.primary div.nav-inner ul li a:visited {
    color: #d9c7a3;
    text-decoration: none;
  }

  nav.primary div.nav-inner ul li a:hover,
  nav.primary div.nav-inner ul li a:focus {
    color: #fff;
    background: none;
    text-decoration: none;

    padding-bottom: 0;
  }

  nav.primary div.nav-inner ul li a:active {
    color: #fff;
    text-decoration: none;
  }

  nav.primary div.nav-inner ul li a.current {
    color: #83cd8e;
    text-decoration: none;

    padding-bottom: 0;
    background: none;
  }

  nav.primary div.nav-inner ul li a.current:hover,
  nav.primary div.nav-inner ul li a.current:focus {
    color: #fff;
  }

  nav.primary div.nav-inner ul li span {
    display: none;
  }

  .ie7 nav.primary {
    border-bottom: none;
  }

  .ie7 nav.primary div.nav-inner ul li a {
    color: #dfdcc0;
  }

  .ie7 nav.primary div.nav-inner ul li a:visited {
    color: #009245;
  }

  .ie7 nav.primary div.nav-inner ul li a:hover {
    color: #914b52;
  }

  .ie7 nav.primary div.nav-inner ul li a:active {
    color: #333;
  }

  div#main {
    width: 100%;
    clear: left;
    z-index: 1000;
  }

  div#main-inner {
    width: 80%;
    margin: 0 auto;
    padding: 0;
  }

  .one-column {
    width: 100%;
  }

  .two-column {
    width: 100%;
  }

  .three-column {
    width: 100%;
  }

  .four-column {
    width: 100%;
  }

  .five-column {
    width: 100%;
  }

  .full-column {
    width: 100%;
    margin: 0;
  }

  .one-column,
  .two-column,
  .three-column,
  .four-column,
  .five-column,
  .full-column {
    display: block;
    float: none;
    margin: 0 0 36px 0;
    padding: 0;
  }

  .first {
    margin-left: 0;
    clear: left;
  }

  section.content div.two-column div.social-media div.social-media-left {
    width: 40%;
    float: none;
    margin: 0;
  }

  section.content div.two-column div.social-media div.social-media-right {
    width: 40%;
    float: none;
  }

  section.content div.two-column div.social-media p a img {
    border: none;
    background: none;
    max-width: none;
    margin: 0 9px 0 0;
    padding: 0;

    width: 24px;
    height: 24px;
  }

  #contact h3 {
    margin: 0 0 18px 0;
  }

  #contact h4.contact {
    display: none;
    margin: 0;
  }

  section.content div.contact {
    margin: 0;
  }

  section.content div.two-column div.social-media p {
    font-size: 14px;
    float: none;
    margin: 0 0 24px 0;
  }

  form {
    overflow: hidden;
  }

  label {
    width: 100%;
    position: relative;
    top: 5px;
    margin-bottom: 18px;
    line-height: 18px;
    display: block;
  }

  label:hover,
  label:focus {
    cursor: auto;
  }

  input[type="text"] {
    width: 92%;
    padding: 9px;
    margin-bottom: 18px;
    display: block;

    border: 1px solid #554137;
    font-family: ff-meta-serif-web-pro;
    color: #554137;
  }

  input[type="text"]:hover,
  input[type="text"]:focus {
    border: 1px solid #036a00;
  }

  input[type="submit"],
  input[type="reset"] {
    position: relative;
    top: 5px;
    padding: 12px 14px 12px 14px;
    margin: 0 9px 0 0;

    font-family: ff-meta-serif-web-pro;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 -1px 1px #3a8f46;
    border: 1px solid #3a8f46;

    background-color: #83cd8e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#83cd8e), to(#3a8f46));
    background-image: -webkit-linear-gradient(top, #83cd8e, #3a8f46);
    background-image: -moz-linear-gradient(top, #83cd8e, #3a8f46);
    background-image: -ms-linear-gradient(top, #83cd8e, #3a8f46);
    background-image: -o-linear-gradient(top, #83cd8e, #3a8f46);
    background-image: linear-gradient(top, #83cd8e, #3a8f46);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#83cd8e', EndColorStr='#3a8f46');

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus {
    border: 1px solid #132e16;

    background-color: #30763a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#30763a), to(#132e16));
    background-image: -webkit-linear-gradient(top, #30763a, #132e16);
    background-image: -moz-linear-gradient(top, #30763a, #132e16);
    background-image: -ms-linear-gradient(top, #30763a, #132e16);
    background-image: -o-linear-gradient(top, #30763a, #132e16);
    background-image: linear-gradient(top, #30763a, #132e16);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#30763a', EndColorStr='#132e16');

    text-shadow: 0 -1px 1px #132e16;
  }

  input[type="submit"]:active,
  input[type="reset"]:active {
    top: 6px;
  }

  textarea {
    width: 93%;
    padding: 9px;
    margin-bottom: 18px;
    display: block;
    clear: left;
    overflow: auto;

    border: 1px solid #554137;
    font-family: ff-meta-serif-web-pro;
    color: #554137;
    line-height: 18px;
  }

  fieldset label {
    font-size: 14px;
    margin-bottom: 9px;
  }

  footer {
    clear: left;
    width: 100%;
    background: #914b52 url(../img/footer-bg-100px.png) top left repeat;
    height: 250px;
    border-top: 1px solid #333;
  }

  .footer-inner {
    width: 80%;
    margin: 0 auto;
    padding: 36px 0 0 0;
    position: relative;
  }

  .footer-inner .one-column {
    width: 33%;
    margin: 0;
    padding: 0;
    float: left;
  }

  .footer-inner .two-column {
    width: 100%;
    margin: 0 0 36px 0;
    padding: 0;
  }

  .footer-inner .one-column:last-child {
    margin: 0;
  }

  footer .footer-inner h4 {
    display: none;
  }

  footer .footer-inner ul {
    padding: 0;
  }

  footer .footer-inner ul li {
    color: #bf8389;
    float: left;
    margin: -2px 5px 3px -6px;
  }

  footer .footer-inner ul.normal li {
    color: #bf8389;
    float: none;
    margin: 0;
  }

  footer .footer-inner ul li a {
    color: #e2c6c9;
    text-decoration: underline;
  }

  footer .footer-inner ul li a:visited {
    color: #e2c6c9;
    text-decoration: underline;
  }

  footer .footer-inner ul li a:hover {
    color: #f3e8e9;
    text-decoration: underline;
  }

  footer .footer-inner ul li a:active {
    color: #fff;
    text-decoration: underline;
  }

  footer .footer-inner ul li a.home {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 -160px;
    background-size: 80px 320px;
    width: 40px;
    height: 40px;
    display: block;
  }

  footer .footer-inner ul li a.home:hover {
    background-position: -40px -160px;
  }

  footer .footer-inner ul li a.experience {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 -200px;
    background-size: 80px 320px;
    width: 40px;
    height: 40px;
    display: block;
  }

  footer .footer-inner ul li a.experience:hover {
    background-position: -40px -200px;
  }

  footer .footer-inner ul li a.portfolio {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 -240px;
    background-size: 80px 320px;
    width: 40px;
    height: 40px;
    display: block;
  }

  footer .footer-inner ul li a.portfolio:hover {
    background-position: -40px -240px;
  }

  footer .footer-inner ul li a.contact {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 -280px;
    background-size: 80px 320px;
    width: 40px;
    height: 40px;
    display: block;
  }

  footer .footer-inner ul li a.contact:hover {
    background-position: -40px -280px;
  }

  footer .footer-inner ul li a.facebook {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 0;
    background-size: 80px 320px;
    width: 40px;
    height: 40px;
    display: block;
  }

  footer .footer-inner ul li a.facebook:hover {
    background-position: -40px 0;
  }

  footer .footer-inner ul li a.linkedin {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 -40px;
    background-size: 80px 320px;
    width: 40px;
    height: 40px;
    display: block;
  }

  footer .footer-inner ul li a.linkedin:hover {
    background-position: -40px -40px;
  }
}

@media only screen and (min-width: 500px) {
  footer {
    height: 285px;
  }
}

@media only screen and (min-width: 540px) {
  nav.primary {
    height: 60px;
  }
}

@media only screen and (min-width: 768px) {
  form {
    overflow: hidden;
  }

  label {
    width: 100%;
    position: relative;
    top: 5px;
    margin-bottom: 18px;
    line-height: 18px;
    display: block;
  }

  label:hover,
  label:focus {
    cursor: auto;
  }

  input[type="text"] {
    width: 91%;
    padding: 9px;
    margin-bottom: 18px;
    display: block;

    border: 1px solid #554137;
    font-family: ff-meta-serif-web-pro;
    color: #554137;
  }

  input[type="text"]:hover,
  input[type="text"]:focus {
    border: 1px solid #036a00;
  }

  input[type="submit"],
  input[type="reset"] {
    position: relative;
    top: 5px;
    padding: 12px 14px 12px 14px;
    margin: 0 9px 0 0;

    font-family: ff-meta-serif-web-pro;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 -1px 1px #009245;
    border: 1px solid #009245;

    background-color: #009245;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#83cd8e), to(#009245));
    background-image: -webkit-linear-gradient(top, #83cd8e, #009245);
    background-image: -moz-linear-gradient(top, #83cd8e, #009245);
    background-image: -ms-linear-gradient(top, #83cd8e, #009245);
    background-image: -o-linear-gradient(top, #83cd8e, #009245);
    background-image: linear-gradient(top, #83cd8e, #009245);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#83cd8e', EndColorStr='#009245');

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  input[type="submit"]:hover,
  input[type="reset"]:hover {
    border: 1px solid #132e16;

    background-color: #30763a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#30763a), to(#132e16));
    background-image: -webkit-linear-gradient(top, #30763a, #132e16);
    background-image: -moz-linear-gradient(top, #30763a, #132e16);
    background-image: -ms-linear-gradient(top, #30763a, #132e16);
    background-image: -o-linear-gradient(top, #30763a, #132e16);
    background-image: linear-gradient(top, #30763a, #132e16);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#30763a', EndColorStr='#132e16');

    text-shadow: 0 -1px 1px #132e16;
  }

  input[type="submit"]:active,
  input[type="reset"]:active {
    top: 6px;
  }

  textarea {
    width: 92%;
    padding: 9px;
    margin-bottom: 18px;
    display: block;
    clear: left;
    overflow: auto;

    border: 1px solid #554137;
    font-family: ff-meta-serif-web-pro;
    color: #554137;
    line-height: 18px;
  }

  fieldset label {
    font-size: 14px;
    margin-bottom: 9px;
  }

  body {
    font-family: ff-meta-serif-web-pro;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    background: #fff url(../img/body-bg.png) top left repeat;
    padding: 0;
    margin: 0;
    color: #333;
  }

  a {
    color: #009245;
  }
  a:visited {
    color: #554137;
  }
  a:hover {
    color: #914b52;
  }
  a:active {
    color: #dfdcc0;
  }
  a:focus {
    outline: thin dotted;
  }
  a:hover,
  a:active {
    outline: 0;
  }

  h1,
  h2,
  h3,
  h4 {
    margin-top: 18px;
  }
  h3,
  h4,
  h5,
  h6 {
    line-height: 18px;
  }

  hr {
    position: relative;
    height: 2px;
    margin: 0 0 29px 0;
    background: #dfdcc0;
    border: none;
    border-top: 1px solid #fff;
    width: 100%;
  }

  section.content div img {
    border: 1px solid #333;
    padding: 18px;
    background: #dfdcc0 url(../img/line.png) top left repeat;
    max-width: 194px;
    margin: 22px 0 10px 0;
  }

  section.content div.four-column img {
    max-width: 462px;
  }

  section h2 {
    font-size: 19.3px;
    line-height: 24px;
    word-spacing: 2px;
    text-align: center;
    color: #896858;
    text-shadow: 0 -2px 0 #fff;

    font-family: ff-meta-serif-web-pro;
    font-weight: 500;
    font-style: italic;

    margin: 46px 0 43px 0;
    padding: 0;
  }

  section h2.contact {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
  }

  section.content div h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 36px 0 0 0;
    padding: 0;
    color: #914b52;
  }

  section.content div h4 {
    font-size: 16px;
    line-height: 22px;

    font-family: ff-meta-serif-web-pro;
    font-weight: 700;
    font-style: normal;

    margin: 36px 0 0 0;
    padding: 0;
    color: #333;
  }

  section.content div h5 {
    font-size: 14px;
    line-height: 20px;

    font-family: ff-meta-serif-web-pro;
    font-weight: 500;
    font-style: italic;

    margin: 18px 0 0 0;
    padding: 0;
    color: #333;
  }

  section.content div h3:first-child,
  section.content div h4:first-child {
    margin: 18px 0 0 0;
  }

  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }

  p,
  pre,
  address {
    font-size: 12px;
    line-height: 16px;
  }
  small {
    font-size: 9px;
  }
  abbr,
  code,
  kbd,
  samp,
  small,
  var {
    line-height: 13px;
  }
  ul,
  ol,
  dl,
  dialog {
    font-size: 12px;
    line-height: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  li ul,
  li ol,
  ul ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0;
  }

  form,
  legend,
  label {
    font-size: 12px;
    line-height: 16px;
  }
  table {
    font-size: 12px;
  }
  caption {
    font-size: 12px;
    line-height: 16px;
  }

  header {
    width: 100%;
    background: #036a00 url(../img/header-216px.png) top center repeat;
    height: 216px;
    border-bottom: #fff solid 1px;
  }

  .header-inner {
    width: 768px;
    margin: 0 auto;
    position: relative;
  }

  header #logo {
    margin: 0 auto;
    position: relative;
    display: block;
    width: 317px;
    height: 190px;
    background: transparent url(../img/logo-badge.png) center center no-repeat;
    top: 13px;
  }

  header h1 {
    font-family: adage-script, cursive;
    font-size: 45px;
    line-height: 56px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;

    position: absolute;
    top: 40px;
    left: 52px;
  }

  header h1 span {
    display: block;
    font-size: 11px;
    line-height: 6px;
    font-family: ff-meta-serif-web-pro;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 0 20px;
    text-shadow: 0 -2px 0 #173a1c;
  }

  header h1 a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -2px 0 #173a1c;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  header h1 a:visited {
    color: #fff;
    text-decoration: none;
  }

  header h1 a:hover {
    color: #a7dbaf;
    color: #dfdcc0;
    text-decoration: none;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  header h1 a:active {
    color: #e4f4e6;
    text-decoration: none;
  }

  header #badge {
    display: none;
  }

  section.line {
    height: 20px;
    background: #dfdcc0 url(../img/line.png) top center repeat-x;
    border-top: 1px solid #333;
    border-bottom: 1px solid #fff;
    clear: left;
  }

  nav.primary {
    clear: left;
    width: 100%;
    background: #554137 url(../img/nav-bg-174px.png) top center repeat;
    height: 96px;
    border-top: 1px solid #333;
    border-bottom: 2px solid #333;
  }

  nav.primary div.nav-inner {
    width: 768px;
    margin: 0 auto;
    position: relative;
  }

  nav.primary div.nav-inner ul {
    font-size: 18px;
    font-family: ff-meta-serif-web-pro;
    font-weight: 700;
    font-style: normal;
  }

  nav.primary div.nav-inner ul li {
    margin: 0;
    padding: 0;
    float: left;
  }

  nav.primary div.nav-inner ul li a {
    float: left;
    display: block;
    margin: 14px 18px 0 0;
    padding: 18px;
    border: none;
    background: transparent;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    border-bottom: 2px solid transparent;
  }

  nav.primary div.nav-inner ul li a:link {
    color: #dfdcc0;
    text-decoration: none;
    text-shadow: 0 -2px 0 #333;
    background: none;
  }

  nav.primary div.nav-inner ul li a:visited {
    color: #dfdcc0;
    text-decoration: none;
    text-shadow: 0 -2px 0 #333;
  }

  nav.primary div.nav-inner ul li a:hover {
    color: #914b52;
    background: #fff;
    text-decoration: none;
    text-shadow: 0 -2px 0 #fff;
    padding-bottom: 30px;
    background: #fff url(../img/body-bg.png) top left repeat;
  }

  nav.primary div.nav-inner ul li a:active {
    color: #333;
    text-decoration: none;
    text-shadow: 0 -2px 0 #fff;
  }

  nav.primary div.nav-inner ul li a.current {
    color: #009245;
    background: #fff;
    text-decoration: none;
    text-shadow: 0 -2px 0 #fff;
    padding-bottom: 30px;
    background: #fff url(../img/body-bg.png) top left repeat;
    border-bottom: transparent 2px solid;
  }

  nav.primary div.nav-inner ul li a.current:hover {
    color: #914b52;
  }

  nav.primary div.nav-inner ul li span {
    display: block;
    font-size: 10px;
    font-family: ff-meta-serif-web-pro;
    font-weight: 500;
    font-style: normal;
    margin-top: 2px;
    text-shadow: none;
    text-shadow: 0 -2px 0 #333;
  }

  nav.primary div.nav-inner ul li span:hover {
    text-shadow: 0 -2px 0 #fff;
  }

  nav.primary div.nav-inner ul li a.current span,
  nav.primary div.nav-inner ul li a:hover span {
    text-shadow: 0 -2px 0 #fff;
  }

  .ie7 nav.primary {
    border-bottom: none;
  }

  .ie7 nav.primary div.nav-inner ul li a {
    color: #dfdcc0;
  }

  .ie7 nav.primary div.nav-inner ul li a:visited {
    color: #009245;
  }

  .ie7 nav.primary div.nav-inner ul li a:hover {
    color: #914b52;
  }

  .ie7 nav.primary div.nav-inner ul li a:active {
    color: #333;
  }

  div#main {
    width: 100%;
    min-height: 400px;
    clear: left;
    z-index: 1000;
  }

  div#main-inner {
    width: 768px;
    margin: 0 auto;
  }

  .one-column {
    width: 98px;
  }

  .two-column {
    width: 232px;
  }

  .three-column {
    width: 366px;
  }

  .four-column {
    width: 500px;
  }

  .five-column {
    width: 634px;
  }

  .full-column {
    width: 768px;
    margin: 0;
  }

  .one-column,
  .two-column,
  .three-column,
  .four-column,
  .five-column {
    display: inline;
    float: left;
    margin: 0 0 45px 36px;
  }

  .first {
    margin-left: 0;
    clear: left;
  }

  section.content div.two-column div.social-media div.social-media-left {
    width: 100px;
    float: left;
    margin: 0 32px 0 0;
  }

  section.content div.two-column div.social-media p a img {
    border: none;
    background: none;
    max-width: none;
    margin: 0 9px 0 0;
    padding: 0;

    width: 24px;
    height: 24px;
  }

  #contact h3 {
    margin: 0 0 18px 0;
  }

  section.content div.two-column div.social-media p {
    font-size: 14px;
    float: left;
    margin: 0 0 24px 0;
  }

  footer {
    clear: left;
    width: 100%;
    background: #914b52 url(../img/footer-bg-100px.png) top left repeat;
    height: 260px;
    border-top: 1px solid #333;
  }

  .footer-inner {
    width: 768px;
    margin: 0 auto;
    position: relative;
  }

  footer .footer-inner h4 {
    padding-top: 30px;
    color: #e2c6c9;
    text-shadow: 0 -1px 0 #333;
  }

  footer .footer-inner ul li {
    color: #bf8389;
    float: left;
    margin: 0 5px 0 -6px;
  }

  footer .footer-inner ul.normal li {
    color: #bf8389;
    float: none;
    margin: 0;
  }

  footer .footer-inner ul li a {
    color: #e2c6c9;
    text-decoration: underline;
  }

  footer .footer-inner ul li a:visited {
    color: #e2c6c9;
    text-decoration: underline;
  }

  footer .footer-inner ul li a:hover {
    color: #f3e8e9;
    text-decoration: underline;
  }

  footer .footer-inner ul li a:active {
    color: #fff;
    text-decoration: underline;
  }

  footer .footer-inner ul li a.home {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 -200px;
    background-size: 100px 400px;
    width: 50px;
    height: 50px;
    display: block;
  }

  footer .footer-inner ul li a.home:hover {
    background-position: -50px -200px;
  }

  footer .footer-inner ul li a.experience {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 -250px;
    background-size: 100px 400px;
    width: 50px;
    height: 50px;
    display: block;
  }

  footer .footer-inner ul li a.experience:hover {
    background-position: -50px -250px;
  }

  footer .footer-inner ul li a.portfolio {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 -300px;
    background-size: 100px 400px;
    width: 50px;
    height: 50px;
    display: block;
  }

  footer .footer-inner ul li a.portfolio:hover {
    background-position: -50px -300px;
  }

  footer .footer-inner ul li a.contact {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 -350px;
    background-size: 100px 400px;
    width: 50px;
    height: 50px;
    display: block;
  }

  footer .footer-inner ul li a.contact:hover {
    background-position: -50px -350px;
  }

  footer .footer-inner ul li a.facebook {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 0;
    background-size: 100px 400px;
    width: 50px;
    height: 50px;
    display: block;
  }

  footer .footer-inner ul li a.facebook:hover {
    background-position: -50px 0;
  }

  footer .footer-inner ul li a.linkedin {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 -50px;
    background-size: 100px 400px;
    width: 50px;
    height: 50px;
    display: block;
  }

  footer .footer-inner ul li a.linkedin:hover {
    background-position: -50px -50px;
  }
}

@media only screen and (min-width: 1222px) {
  form {
    overflow: hidden;
  }
  legend {
    padding-bottom: 18px;
  }
  label {
    width: 100%;
    position: relative;
    top: 5px;
    margin-bottom: 18px;
    line-height: 18px;
    display: block;
  }

  input[type="text"] {
    width: 94%;
    padding: 9px;
    margin-bottom: 18px;
    display: block;

    border: 1px solid #554137;
    font-family: ff-meta-serif-web-pro;
    color: #554137;
  }

  input[type="text"]:hover,
  input[type="text"]:focus {
    border: 1px solid #036a00;
  }

  input[type="submit"],
  input[type="reset"] {
    position: relative;
    top: 5px;
    padding: 12px 14px 12px 14px;
    margin: 0 9px 0 0;

    font-family: ff-meta-serif-web-pro;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 -1px 1px #009245;
    border: 1px solid #009245;

    background-color: #009245;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#83cd8e), to(#009245));
    background-image: -webkit-linear-gradient(top, #83cd8e, #009245);
    background-image: -moz-linear-gradient(top, #83cd8e, #009245);
    background-image: -ms-linear-gradient(top, #83cd8e, #009245);
    background-image: -o-linear-gradient(top, #83cd8e, #009245);
    background-image: linear-gradient(top, #83cd8e, #009245);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#83cd8e', EndColorStr='#009245');

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }

  input[type="submit"]:hover,
  input[type="reset"]:hover {
    border: 1px solid #132e16;

    background-color: #30763a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#30763a), to(#132e16));
    background-image: -webkit-linear-gradient(top, #30763a, #132e16);
    background-image: -moz-linear-gradient(top, #30763a, #132e16);
    background-image: -ms-linear-gradient(top, #30763a, #132e16);
    background-image: -o-linear-gradient(top, #30763a, #132e16);
    background-image: linear-gradient(top, #30763a, #132e16);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#30763a', EndColorStr='#132e16');

    text-shadow: 0 -1px 1px #132e16;
  }

  input[type="submit"]:disabled {
    border: 1px solid #888;
    background-color: #aaa;
    background-image: none;
    cursor: not-allowed;
    filter: none;
    text-shadow: 0 -1px 1px #111;
  }

  input[type="submit"]:active,
  input[type="reset"]:active {
    top: 6px;
  }

  textarea {
    width: 94%;
    padding: 9px;
    margin-bottom: 18px;
    display: block;
    clear: left;
    overflow: auto;

    border: 1px solid #554137;
    font-family: ff-meta-serif-web-pro;
    color: #554137;
    line-height: 18px;
  }

  fieldset label {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .g-recaptcha {
    margin-bottom: 13px;
  }

  body {
    font-family: ff-meta-serif-web-pro;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    background: #fff url(../img/body-bg.png) top left repeat;
    padding: 0;
    margin: 0;
    color: #333;
  }

  a {
    color: #009245;
  }
  a:visited {
    color: #554137;
  }
  a:hover {
    color: #914b52;
  }
  a:active {
    color: #dfdcc0;
  }
  a:focus {
    outline: thin dotted;
  }
  a:hover,
  a:active {
    outline: 0;
  }

  h1,
  h2,
  h3,
  h4 {
    margin-top: 18px;
  }
  h3,
  h4,
  h5,
  h6 {
    line-height: 18px;
  }

  hr {
    position: relative;
    height: 2px;
    margin: 0 0 29px 0;
    background: #d8efdb;
    background: #dfdcc0;
    border: none;
    border-top: 1px solid #fff;
    width: 100%;
  }

  section.content div img {
    border: 1px solid #a7dbaf;
    border: 1px solid #896858;
    padding: 18px;
    background: #d8efdb;
    background: #dfdcc0 url(../img/line.png) top left repeat;
    max-width: 331px;
    margin: 22px 0 10px 0;
  }

  section.content div.four-column img {
    max-width: 758px;
  }

  section h2 {
    font-family: ff-meta-serif-web-pro;
    font-weight: 500;
    font-style: italic;
    font-size: 31px;
    line-height: 36px;
    text-shadow: 0 -2px 0 #fff;
    word-spacing: 2px;
    text-align: center;
    color: #896858;

    margin: 46px 0 43px 0;
    padding: 0;
  }

  section h2.contact {
    font-size: 34px;
    line-height: 36px;
    font-weight: 700;
  }

  section.content div h3 {
    font-size: 22px;
    line-height: 28px;
    margin: 36px 0 0 0;
    padding: 0;
    color: #914b52;
  }

  section.content div h4 {
    font-size: 18px;
    line-height: 24px;

    font-family: ff-meta-serif-web-pro;
    font-weight: 700;
    font-style: normal;

    margin: 36px 0 0 0;
    padding: 0;
    color: #333;
  }

  section.content div h5 {
    font-size: 18px;
    line-height: 24px;

    font-family: ff-meta-serif-web-pro;
    font-weight: 500;
    font-style: italic;

    margin: 18px 0 0 0;
    padding: 0;
    color: #333;
  }

  section.content div h3:first-child,
  section.content div h4:first-child {
    margin: 18px 0 0 0;
  }

  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }

  p,
  pre,
  address {
    font-size: 14px;
    line-height: 18px;
  }
  small {
    font-size: 11px;
  }
  abbr,
  code,
  kbd,
  samp,
  small,
  var {
    line-height: 15px;
  }
  ul,
  ol,
  dl,
  dialog {
    font-size: 14px;
    line-height: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  li ul,
  li ol,
  ul ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0;
  }

  form,
  legend,
  label {
    font-size: 14px;
    line-height: 18px;
  }
  table {
    font-size: 14px;
  }
  caption {
    font-size: 14px;
    line-height: 18px;
  }

  header {
    width: 100%;
    background: #036a00 url(../img/header-216px.png) top center repeat;
    height: 216px;
    border-bottom: #fff solid 1px;
  }

  .header-inner {
    width: 1222px;
    margin: 0 auto;
    position: relative;
  }

  header #logo {
    margin: 0 auto;
    position: relative;
    display: block;
    width: 317px;
    height: 190px;
    background: transparent url(../img/logo-badge.png) center center no-repeat;
    top: 13px;
  }

  header h1 {
    font-family: adage-script, cursive;
    font-size: 45px;
    line-height: 56px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;

    position: absolute;
    top: 40px;
    left: 52px;
  }

  header h1 span {
    display: block;
    font-size: 11px;
    line-height: 6px;
    font-family: ff-meta-serif-web-pro;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 0 20px;
    text-shadow: 0 -2px 0 #173a1c;
  }

  header h1 a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -2px 0 #173a1c;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  header h1 a:visited {
    color: #fff;
    text-decoration: none;
  }

  header h1 a:hover {
    color: #a7dbaf;
    color: #dfdcc0;
    text-decoration: none;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  header h1 a:active {
    color: #e4f4e6;
    text-decoration: none;
  }

  header #badge {
    display: block;
    float: left;
    position: absolute;
    width: 175px;
    height: 175px;
    top: 95px;
    right: 0;
    padding: 0;
    margin: 0;
    background: transparent url(../img/badge.png) 0 0 no-repeat;
    background-size: 175px 175px;
  }

  header p {
    font-size: 36px;
    line-height: 32px;
    font-family: ff-meta-serif-web-pro;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    margin: 55px 0 0 7px;

    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  header p span {
    display: block;
  }

  header p a {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -2px 0 #592e32;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  header p a:visited {
    color: #fff;
    text-decoration: none;
  }

  header p a:hover {
    color: #dfdcc0;
    text-decoration: none;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  header p a:active {
    color: #a7dbaf;
    text-decoration: none;
  }

  section.line {
    height: 20px;
    background: #dfdcc0 url(../img/line.png) top center repeat-x;
    border-top: 1px solid #333;
    border-bottom: 1px solid #fff;
    clear: left;
  }

  nav.primary {
    clear: left;
    width: 100%;
    background: #554137 url(../img/nav-bg-174px.png) top center repeat;
    height: 108px;
    border-top: 1px solid #333;
    border-bottom: 2px solid #333;
  }

  nav.primary div.nav-inner {
    width: 1222px;
    height: 108px;
    margin: 0 auto;
    position: relative;
  }

  nav.primary div.nav-inner ul {
    font-size: 24px;
    font-family: ff-meta-serif-web-pro;
    font-weight: 700;
    font-style: normal;
  }

  nav.primary div.nav-inner ul li {
    margin: 0;
    padding: 0;
    float: left;
  }

  nav.primary div.nav-inner ul li a {
    float: left;
    display: block;
    margin: 14px 24px 0 0;
    padding: 24px;
    border: none;
    background: transparent;

    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    border-bottom: transparent 2px solid;
  }

  nav.primary div.nav-inner ul li a:link {
    color: #dfdcc0;
    text-decoration: none;
    text-shadow: 0 -2px 0 #333;
    background: none;
  }

  nav.primary div.nav-inner ul li a:visited {
    color: #dfdcc0;
    text-decoration: none;
    text-shadow: 0 -2px 0 #333;
  }

  nav.primary div.nav-inner ul li a:hover {
    color: #914b52;
    background: #fff;
    text-decoration: none;
    text-shadow: 0 -2px 0 #fff;
    padding-bottom: 30px;
    background: #fff url(../img/body-bg.png) top left repeat;
  }

  nav.primary div.nav-inner ul li a:active {
    color: #333;
    text-decoration: none;
    text-shadow: 0 -2px 0 #fff;
  }

  nav.primary div.nav-inner ul li a.current {
    color: #009245;
    background: #fff;
    text-decoration: none;
    text-shadow: 0 -2px 0 #fff;
    padding-bottom: 30px;
    background: #fff url(../img/body-bg.png) top left repeat;
    border-bottom: transparent 2px solid;
  }

  nav.primary div.nav-inner ul li a.current:hover {
    color: #914b52;
  }

  nav.primary div.nav-inner ul li span {
    display: block;
    font-size: 14px;
    font-family: ff-meta-serif-web-pro;
    font-weight: 500;
    font-style: normal;
    margin-top: 4px;
    text-shadow: 0 -2px 0 #333;
  }

  nav.primary div.nav-inner ul li span:hover {
    text-shadow: 0 -2px 0 #fff;
  }

  nav.primary div.nav-inner ul li a.current span,
  nav.primary div.nav-inner ul li a:hover span {
    text-shadow: 0 -2px 0 #fff;
  }

  .ie7 nav.primary {
    border-bottom: none;
  }

  .ie7 nav.primary div.nav-inner ul li a {
    color: #dfdcc0;
  }

  .ie7 nav.primary div.nav-inner ul li a:visited {
    color: #009245;
  }

  .ie7 nav.primary div.nav-inner ul li a:hover {
    color: #914b52;
  }

  .ie7 nav.primary div.nav-inner ul li a:active {
    color: #333;
  }

  div#main {
    width: 100%;
    min-height: 400px;
    clear: left;
    z-index: 1000;
  }

  div#main-inner {
    width: 1222px;
    margin: 0 auto;
  }

  .one-column {
    width: 157px;
  }

  .two-column {
    width: 370px;
  }

  .three-column {
    width: 583px;
  }

  .four-column {
    width: 796px;
  }

  .five-column {
    width: 1009px;
  }

  .full-column {
    width: 1222px;
    margin: 0;
  }

  .one-column,
  .two-column,
  .three-column,
  .four-column,
  .five-column {
    display: inline;
    float: left;
    margin: 0 0 45px 56px;
  }

  .first {
    margin-left: 0;
    clear: left;
  }

  section.content div.two-column div.social-media div.social-media-left {
    width: 150px;
    float: left;
    margin: 0 32px 0 0;
  }

  section.content div.two-column div.social-media div.social-media-right {
    width: 150px;
    float: left;
  }

  section.content div.two-column div.social-media p a img {
    border: none;
    background: none;
    max-width: none;
    margin: 0 9px 0 0;
    padding: 0;
  }

  #contact h3 {
    margin: 0 0 18px 0;
  }

  section.content div.two-column div.social-media p {
    font-size: 18px;
    float: left;
    margin: 0 0 32px 0;
  }

  footer {
    clear: left;
    width: 100%;
    background: #914b52 url(../img/footer-bg-100px.png) top left repeat;
    height: 274px;
    border-top: 1px solid #333;
  }

  .footer-inner {
    width: 1222px;
    margin: 0 auto;
    position: relative;
  }

  footer .footer-inner h4 {
    padding-top: 30px;
    color: #e2c6c9;
    text-shadow: 0 -1px 0 #333;
  }

  footer .footer-inner ul li {
    color: #bf8389;
    float: left;
    margin: 0 10px 10px -6px;
  }

  footer .footer-inner ul.normal li {
    color: #bf8389;
    float: none;
    margin: 0;
  }

  footer .footer-inner ul li a {
    color: #e2c6c9;
    text-decoration: underline;
  }

  footer .footer-inner ul li a:visited {
    color: #e2c6c9;
    text-decoration: underline;
  }

  footer .footer-inner ul li a:hover {
    color: #f3e8e9;
    text-decoration: underline;
  }

  footer .footer-inner ul li a:active {
    color: #fff;
    text-decoration: underline;
  }

  footer .footer-inner ul li a.home {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 -240px;
    background-size: 120px 480px;
    width: 60px;
    height: 60px;
    display: block;
  }

  footer .footer-inner ul li a.home:hover {
    background-position: -60px -240px;
  }

  footer .footer-inner ul li a.experience {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 -300px;
    background-size: 120px 480px;
    width: 60px;
    height: 60px;
    display: block;
  }

  footer .footer-inner ul li a.experience:hover {
    background-position: -60px -300px;
  }

  footer .footer-inner ul li a.portfolio {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 -360px;
    background-size: 120px 480px;
    width: 60px;
    height: 60px;
    display: block;
  }

  footer .footer-inner ul li a.portfolio:hover {
    background-position: -60px -360px;
  }

  footer .footer-inner ul li a.contact {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 -420px;
    background-size: 120px 480px;
    width: 60px;
    height: 60px;
    display: block;
  }

  footer .footer-inner ul li a.contact:hover {
    background-position: -60px -420px;
  }

  footer .footer-inner ul li a.facebook {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 0;
    background-size: 120px 480px;
    width: 60px;
    height: 60px;
    display: block;
  }

  footer .footer-inner ul li a.facebook:hover {
    background-position: -60px 0;
  }

  footer .footer-inner ul li a.linkedin {
    color: #e2c6c9;
    text-decoration: underline;

    text-indent: -9999px;
    background: transparent url(../img/icons.png) no-repeat;
    background-position: 0 -60px;
    background-size: 120px 480px;
    width: 60px;
    height: 60px;
    display: block;
  }

  footer .footer-inner ul li a.linkedin:hover {
    background-position: -60px -60px;
  }
}
