/*! 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: thin dotted;
}
/**
 * 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 {
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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;
}
/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/
body {
  min-width: 960px;
}
/* `Container
----------------------------------------------------------------------------------------------------*/
.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11 {
  position: relative;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
  width: 60px;
}
.container_12 .grid_2 {
  width: 140px;
}
.container_12 .grid_3 {
  width: 220px;
}
.container_12 .grid_4 {
  width: 300px;
}
.container_12 .grid_5 {
  width: 380px;
}
.container_12 .grid_6 {
  width: 460px;
}
.container_12 .grid_7 {
  width: 540px;
}
.container_12 .grid_8 {
  width: 620px;
}
.container_12 .grid_9 {
  width: 700px;
}
.container_12 .grid_10 {
  width: 780px;
}
.container_12 .grid_11 {
  width: 860px;
}
.container_12 .grid_12 {
  width: 940px;
}
/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
  padding-left: 80px;
}
.container_12 .prefix_2 {
  padding-left: 160px;
}
.container_12 .prefix_3 {
  padding-left: 240px;
}
.container_12 .prefix_4 {
  padding-left: 320px;
}
.container_12 .prefix_5 {
  padding-left: 400px;
}
.container_12 .prefix_6 {
  padding-left: 480px;
}
.container_12 .prefix_7 {
  padding-left: 560px;
}
.container_12 .prefix_8 {
  padding-left: 640px;
}
.container_12 .prefix_9 {
  padding-left: 720px;
}
.container_12 .prefix_10 {
  padding-left: 800px;
}
.container_12 .prefix_11 {
  padding-left: 880px;
}
/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
  padding-right: 80px;
}
.container_12 .suffix_2 {
  padding-right: 160px;
}
.container_12 .suffix_3 {
  padding-right: 240px;
}
.container_12 .suffix_4 {
  padding-right: 320px;
}
.container_12 .suffix_5 {
  padding-right: 400px;
}
.container_12 .suffix_6 {
  padding-right: 480px;
}
.container_12 .suffix_7 {
  padding-right: 560px;
}
.container_12 .suffix_8 {
  padding-right: 640px;
}
.container_12 .suffix_9 {
  padding-right: 720px;
}
.container_12 .suffix_10 {
  padding-right: 800px;
}
.container_12 .suffix_11 {
  padding-right: 880px;
}
/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
  left: 80px;
}
.container_12 .push_2 {
  left: 160px;
}
.container_12 .push_3 {
  left: 240px;
}
.container_12 .push_4 {
  left: 320px;
}
.container_12 .push_5 {
  left: 400px;
}
.container_12 .push_6 {
  left: 480px;
}
.container_12 .push_7 {
  left: 560px;
}
.container_12 .push_8 {
  left: 640px;
}
.container_12 .push_9 {
  left: 720px;
}
.container_12 .push_10 {
  left: 800px;
}
.container_12 .push_11 {
  left: 880px;
}
/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
  left: -80px;
}
.container_12 .pull_2 {
  left: -160px;
}
.container_12 .pull_3 {
  left: -240px;
}
.container_12 .pull_4 {
  left: -320px;
}
.container_12 .pull_5 {
  left: -400px;
}
.container_12 .pull_6 {
  left: -480px;
}
.container_12 .pull_7 {
  left: -560px;
}
.container_12 .pull_8 {
  left: -640px;
}
.container_12 .pull_9 {
  left: -720px;
}
.container_12 .pull_10 {
  left: -800px;
}
.container_12 .pull_11 {
  left: -880px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container_12:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.container_12 {
  zoom: 1;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "movimento";
  src: url("fonts/movimento.eot");
  src: url("fonts/movimento.eot?#iefix") format("embedded-opentype"), url("fonts/movimento.woff") format("woff"), url("fonts/movimento.ttf") format("truetype"), url("fonts/movimento.svg#movimento") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "movimento" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "a";
}
.icon-twitter:before {
  content: "b";
}
/* Variables
--------------------------------------------------------------------------------*/
.sans {
  font-family: 'Source Sans Pro', sans-serif;
}
.serif {
  font-family: 'Source Serif Pro', serif;
}
/* Structure
--------------------------------------------------------------------------------*/
body {
  background: #d2d8db url('../img/bkg.jpg') repeat top left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #062354;
}
a {
  color: #586b72;
}
a:hover {
  color: #889ba8;
}
strong {
  font-weight: 600;
}
/* Header
--------------------------------------------------------------------------------*/
.header-wrapper {
  background: #fff;
  padding: 10px;
  height: 70px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 999;
}
.header-logo {
  padding-left: 10px;
}
.navigation-wrapper {
  text-align: right;
  padding-right: 10px;
}
.navigation-wrapper .navigation {
  display: inline-block;
}
.navigation-wrapper .navigation ul {
  margin: 0;
  padding: 0;
}
.navigation-wrapper .navigation li {
  display: inline-block;
  margin-right: 15px;
}
.navigation-wrapper .navigation a {
  position: relative;
  padding-bottom: 5px;
  text-decoration: none;
  color: #cabb80;
  margin: 15px 10px;
  text-transform: lowercase;
  display: inline-block;
}
.navigation-wrapper .navigation a:after {
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  bottom: 0;
  height: 2px;
  width: 0;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
.navigation-wrapper .navigation a:hover:after {
  width: 80%;
  background: #cabb80;
}
.navigation-wrapper .navigation .current-page-ancestor a,
.navigation-wrapper .navigation .current-menu-item a {
  color: #cabb80;
  font-weight: 600;
}
.navigation-wrapper .navigation .current-page-ancestor a:after,
.navigation-wrapper .navigation .current-menu-item a:after {
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  bottom: 0;
  height: 2px;
  width: 0;
  width: 80%;
  background: #cabb80;
}
.navigation-wrapper .social-link {
  text-decoration: none;
  color: #cabb80;
  font-size: 25px;
  vertical-align: -7px;
  transition: color .5s ease;
  margin-left: 10px;
}
.navigation-wrapper .social-link:hover {
  color: #000;
}
/* Main
--------------------------------------------------------------------------------*/
.main-wrapper {
  margin-top: 110px;
}
.featured-image {
  height: 300px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.home .featured-image {
  height: 440px;
}
.main-content {
  background: #FFF;
  font-size: 14px;
  line-height: 1.45;
  min-height: 500px;
}
.main-content .box {
  margin: 20px;
  border: 2px solid #d2d8db;
  padding: 20px;
  font-family: 'Source Serif Pro', serif;
}
.main-content .social-col .box {
  padding: 10px 20px;
}
.main-content h2 {
  margin: 0;
  color: #889ba8;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-size: 21px;
}
.main-content h3 {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.page-content {
  padding: 50px 0;
  font-family: 'Source Serif Pro', serif;
  line-height: 1.45;
}
.page-content ol {
  margin: 40px 0;
}
.page-content ul {
  list-style-type: none;
}
.page-content li {
  margin-bottom: 10px;
}
.page-content strong {
  color: #889ba8;
}
.page-menu {
  margin: 0;
  padding: 0;
  text-align: right;
  margin-top: 20px;
}
.page-menu li {
  display: block;
  margin-bottom: 15px;
}
.page-menu li .children {
  margin-top: 15px;
}
.page-menu > li > a {
  font-size: 16px;
  color: #556875;
}
.page-menu a {
  color: #889ba8;
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}
.page-menu a:after {
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  bottom: 0;
  height: 2px;
  width: 0;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
.page-menu a:hover:after {
  width: 80%;
  background: #586b72;
}
.page-menu a:hover {
  color: #586b72;
}
.page-menu .current_page_ancestor > a,
.page-menu .current_page_item > a {
  color: #586b72;
  font-weight: 600;
}
.page-menu .current_page_ancestor > a:after,
.page-menu .current_page_item > a:after {
  content: '';
  display: block;
  position: absolute;
  right: -10px;
  bottom: 0;
  height: 2px;
  width: 0;
  width: 80%;
  background: #586b72;
}
.social-wrapper {
  padding: 20px;
}
.form-content {
  font-family: 'Source Sans Pro', sans-serif;
  padding: 50px 0;
  line-height: 1.45;
  color: #889ba8;
}
.form-content .box {
  margin: 0 -22px;
  font-family: 'Source Sans Pro', sans-serif;
}
.form-content h3 {
  color: #889ba8;
  margin-bottom: 15px;
}
.form-content label {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  text-transform: lowercase;
  color: #586b72;
}
.form-content input {
  width: 100%;
  background: #d2d8db;
  border: 1px solid transparent;
  padding: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #586b72;
  outline: none;
  font-size: 12px;
}
.form-content textarea {
  width: 100%;
  background: #d2d8db;
  border: 1px solid transparent;
  padding: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #586b72;
  outline: none;
  font-size: 12px;
}
.form-content .btn {
  width: auto;
  background: #cabb80;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.form-content .btn:hover {
  background: #bba85c;
}
.form-content .wpcf7 {
  overflow: hidden;
  margin-bottom: 30px;
}
.form-content .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.form-content .wpcf7-response-output {
  clear: both;
  border: 0;
  background: #ffc;
  margin: 0;
  padding: 10px 15px;
  color: #E68100;
}
.form-content .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #B00;
  margin-top: 5px;
}
.form-content .wpcf7-mail-sent-ok {
  background: #E4FADA;
  color: #398f14;
}
/* Footer
--------------------------------------------------------------------------------*/
.footer {
  background: #fff;
  margin-top: 20px;
  font-size: 13px;
}
.footer a {
  text-decoration: none;
  color: #889ba8;
}
.footer-col {
  padding: 10px 20px;
  color: #889ba8;
}
.footer-header {
  font-weight: 600;
}
/* Anim
--------------------------------------------------------------------------------*/
