@charset "UTF-8";
@font-face {
  font-family: "Muli_Regular";
  font-weight: normal;
  font-style: normal;
  src: url("../../font/muli-regular-webfont.eot");
  src: url("../../font/muli-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../font/muli-regular-webfont.woff") format("woff"), url("../../font/muli-regular-webfont.ttf") format("truetype"), url("../../font/muli-regular-webfont.svg#Muli_Regular") format("svg"); }

@font-face {
  font-family: "Muli_Italic";
  font-weight: normal;
  font-style: normal;
  src: url("../../font/muli-italic-webfont.eot");
  src: url("../../font/muli-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../../font/muli-italic-webfont.woff") format("woff"), url("../../font/muli-italic-webfont.ttf") format("truetype"), url("../../font/muli-italic-webfont.svg#Muli_Italic") format("svg"); }

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 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; }

/* 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; }

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 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.
 */
mark {
  background: #ff0;
  color: #000; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 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; }

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.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; }

body {
  font: normal 100% "Muli_Regular", Helvetica, Arial, sans-serif;
  color: #262626; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: normal;
  font-family: Georgia, serif; }

p {
  margin-top: 0; }

a {
  text-decoration: none; }

a:focus {
  outline: none; }

ul {
  padding-left: 0;
  list-style: none; }

.stacked span {
  display: block; }

.filter-bar {
  margin-bottom: 24px; }
  .filter-bar:after {
    content: "";
    display: table;
    clear: both; }
  .filter-bar .filter-field {
    float: left;
    margin-left: 20px;
    width: 145px; }
    .filter-bar .filter-field:first-child {
      margin-left: 0; }
    .filter-bar .filter-field input[type="text"],
    .filter-bar .filter-field input[type="search"] {
      padding: 5px 8px 3px;
      width: 127px;
      font-size: 0.75em;
      text-transform: uppercase;
      border-radius: 4px;
      border: 1px solid #e9e9e9;
      background-color: #f7f7f7;
      color: #6c6c6c; }
      .filter-bar .filter-field input[type="text"]:focus,
      .filter-bar .filter-field input[type="search"]:focus {
        border-color: #bbb; }
    .filter-bar .filter-field select {
      padding: 3px 0 2px;
      width: 100%;
      font-size: 0.75em;
      text-transform: uppercase; }

.form-default {
  margin-top: 20px; }

.form-field-group {
  margin-bottom: 12px;
  padding: 0;
  border: none; }
  .form-field-group > p {
    margin-bottom: 16px;
    font-size: 0.875em; }

.form-field-group-title {
  margin-bottom: 16px;
  padding-bottom: 8px;
  font: normal 1.25em "Muli_Regular", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  background: url(../../img/border-dotted.png) repeat-x 0 bottom; }

.form-field-label {
  display: block;
  margin-bottom: 2px;
  font-size: 0.875em; }

.form-field {
  margin-bottom: 12px; }
  .form-field textarea,
  .form-field input[type="url"],
  .form-field input[type="tel"],
  .form-field input[type="text"],
  .form-field input[type="email"],
  .form-field input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 6px 3px;
    width: 100%;
    border: 1px solid #bbb;
    font-size: 0.875em;
    line-height: 1.4; }
    .form-field textarea:focus,
    .form-field input[type="url"]:focus,
    .form-field input[type="tel"]:focus,
    .form-field input[type="text"]:focus,
    .form-field input[type="email"]:focus,
    .form-field input[type="search"]:focus {
      border-color: #888; }
  .form-field textarea {
    min-height: 100px;
    resize: vertical; }
  .form-field select {
    max-width: 100%;
    font-size: 0.875em;
    line-height: 1.4; }

.form-field-description {
  margin-top: 4px;
  font-size: 0.8125em;
  line-height: 1.4;
  color: #888; }

.form-confirm {
  padding-top: 16px;
  background: url(../../img/border-dotted.png) repeat-x 0 top; }
  .form-confirm p {
    font-size: 0.875em;
    line-height: 1.4; }
  .form-confirm input[type="submit"] {
    display: inline-block;
    padding: 6px 20px;
    border: none;
    background-color: #ec3a32;
    color: #fff; }
    .form-confirm input[type="submit"]:hover, .form-confirm input[type="submit"]:focus {
      background-color: #d71c14; }

.branding {
  float: left;
  margin-left: -6px;
  padding: 40px 0 0 280px;
  width: 470px;
  height: 114px;
  background: url(../../img/logo-vfc-header.png) no-repeat 0 0; }
  .branding .title {
    margin-bottom: 6px;
    font-size: 3.125em;
    color: #fff; }
    .branding .title a {
      color: #fff; }
  .branding .tagline {
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 0.875em;
    text-transform: uppercase;
    letter-spacing: 3px; }

.search-social {
  float: right;
  margin: 54px 0 34px;
  width: 196px; }
  .search-social input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 6px 3px 25px;
    width: 100%;
    font-size: 0.8125em;
    background: rgba(208, 208, 208, 0.5) url(../../img/icon-search.png) no-repeat 7px center;
    border: 1px solid #608abc;
    border-radius: 4px;
    color: #fff; }
    .search-social input[type="search"]:focus {
      border-color: #4b7ab2; }

.meta-links {
  padding-top: 16px; }
  .meta-links:after {
    content: "";
    display: table;
    clear: both; }
  .meta-links .login {
    float: left;
    display: block;
    margin-top: 2px;
    font-size: 0.75em;
    text-transform: uppercase;
    color: #fff; }
  .meta-links .networks {
    float: right; }
    .meta-links .networks .social {
      display: block;
      float: left;
      margin-left: 7px;
      width: 18px;
      height: 18px;
      text-indent: -9999px;
      background: url(../../img/sprite-social-icons.png) no-repeat 0 0; }
      .meta-links .networks .social.social-twitter {
        margin-left: 0;
        background-position: 0 0; }
      .meta-links .networks .social.social-facebook {
        width: 9px;
        background-position: -18px 0; }
      .meta-links .networks .social.social-youtube {
        background-position: -27px 0; }
      .meta-links .networks .social.social-email {
        background-position: -45px 0; }
      .meta-links .networks .social.social-instagram {
        background-position: -62px 0; }

.nav-wrap {
  background-color: #454545;
  background-image: -webkit-linear-gradient(#454545, #222);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#222));
  background-image: -o-linear-gradient(#454545, #222);
  background-image: linear-gradient(#454545, #222); }

.nav-home {
  float: left;
  display: block;
  width: 40px;
  height: 66px;
  text-indent: -9999px;
  background: url(../../img/icon-nav-home.png) no-repeat center center; }

.nav {
  float: right;
  margin: 0;
  width: 900px;
  text-align: center; }
  .nav > li {
    position: relative;
    display: inline-block;
    font-size: 1em; }
    .nav > li:hover > a {
      background-color: rgba(0, 0, 0, 0.2); }
    .nav > li:hover .dropdown {
      display: block; }
    .nav > li > a {
      display: inline-block;
      padding: 22px 14px;
      color: #fff; }
      .nav > li > a.is-active {
        background-color: #222; }
        .nav > li > a.is-active:focus, .nav > li > a.is-active:hover {
          background-color: #222; }
      .nav > li > a:hover, .nav > li > a:focus {
        background-color: rgba(0, 0, 0, 0.2); }

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 6px 0;
  width: 200px;
  text-align: left;
  background-color: #333; }
  .dropdown li {
    font-size: 0.875em; }
    .dropdown li a {
      display: block;
      padding: 6px 14px;
      color: #fff; }
      .dropdown li a:hover, .dropdown li a:focus {
        background-color: rgba(0, 0, 0, 0.35); }

.slides {
  position: relative;
  z-index: 1; }

.slide {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center 0; }

.slide-ribbon {
  margin-left: -9px;
  padding: 46px 20px 0 28px;
  width: 210px;
  height: 362px;
  background: url(../../img/bg-slide-ribbon.png) no-repeat 0 0; }

.slide-heading {
  margin-bottom: 10px;
  font-size: 2.25em;
  color: #fff; }

.slide-summary {
  margin-bottom: 24px;
  padding-left: 4px;
  font-size: 0.875em;
  line-height: 1.4;
  color: #fff; }

.slide-button {
  display: block;
  margin-left: -19px;
  padding: 8px 0 6px 23px;
  width: 218px;
  font-size: 1.25em;
  text-transform: uppercase;
  background-color: #000;
  color: #fff; }

.features {
  padding: 30px 0; }

.feature {
  width: 460px; }
  .feature.feature-first {
    float: left; }
  .feature.feature-last {
    float: right; }

.feature-photo {
  position: relative;
  display: block;
  margin-bottom: 20px;
  height: 220px; }
  .feature-photo span {
    position: absolute;
    z-index: 10;
    bottom: 16px;
    left: -10px;
    display: block;
    padding: 8px 52px 8px 12px;
    font-size: 1em;
    text-transform: uppercase;
    background-color: #ec3a32;
    color: #fff; }
    .feature-photo span:after {
      position: absolute;
      z-index: 10;
      top: 0;
      right: 0;
      bottom: 0;
      display: block;
      width: 40px;
      font-size: 1.6875em;
      text-align: center;
      background-color: #000;
      content: '»'; }

.feature-heading {
  margin-bottom: 6px;
  font-size: 1.75em; }
  .feature-heading a {
    color: #000; }

.feature-summary {
  margin-bottom: 0;
  font-size: 0.875em;
  line-height: 1.4;
  color: #666; }

.actions-bar {
  padding: 25px 0;
  background-color: #598cc8;
  background-image: -webkit-linear-gradient(#598cc8, #4a7db9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#598cc8), to(#4a7db9));
  background-image: -o-linear-gradient(#598cc8, #4a7db9);
  background-image: linear-gradient(#598cc8, #4a7db9); }
  .actions-bar .action {
    display: block;
    padding: 12px 0 0 122px;
    min-height: 68px;
    font-size: 1.375em;
    line-height: 1.2;
    background: url(http://placehold.it/80/333/333) no-repeat 0 0;
    color: #fff; }
    .actions-bar .action.action-schedule {
      background-image: url(../../img/action-schedule.png); }
    .actions-bar .action.action-meet {
      background-image: url(../../img/action-meet.png); }
    .actions-bar .action.action-book {
      background-image: url(../../img/action-book.png); }
    .actions-bar .action.action-intl {
      background-image: url(../../img/action-intl.png); }

.actions-column {
  float: left;
  width: 300px; }
  .actions-column.column-middle {
    margin: 0 20px; }

.connect {
  padding: 40px 0;
  border-top: 1px solid #fff;
  background-color: #ececec; }

.connect-header {
  margin-bottom: 18px;
  /*border-bottom: 1px solid #a5a5a5;*/ }
  .connect-header:after {
    content: "";
    display: table;
    clear: both; }

.connect-heading {
  float: left;
  margin: 4px 0 0;
  padding: 8px 82px 0 0;
  min-height: 39px;
  font-size: 1.75em;
  background: url(../../img/icon-connect-heading.png) no-repeat right bottom; }
  .connect-heading em {
    color: #4f85c5; }

.connect-newsletter {
  float: right;
  display: block;
  margin-bottom: 20px;
  padding: 8px 62px 0 0;
  width: 160px;
  height: 44px;
  font-size: 1em;
  line-height: 1.2;
  text-align: right;
  background: url(../../img/icon-newsletter-subscribe.png) no-repeat right bottom;
  color: #262626; }

.connect-column {
  float: left;
  width: 300px; }
  .connect-column.column-middle {
    margin: 0 20px; }

.bubble {
  position: relative;
  margin-bottom: 34px;
  padding: 28px 28px 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  background-color: #fff; }
  .bubble:after {
    position: absolute;
    z-index: 10;
    bottom: -26px;
    left: 50%;
    display: block;
    margin-left: -18px;
    width: 35px;
    height: 26px;
    background: url(../../img/bg-connect-bubble-arrow.jpg) no-repeat 0 0;
    content: ''; }
  .bubble p {
    font-size: 1.125em;
    line-height: 1.5; }
  .bubble a {
    color: #4f85c5; }

.bubble-source {
  text-align: center; }
  .bubble-source .source-photo {
    display: block;
    margin: 0 auto 8px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 50%; }
  .bubble-source .source-name {
    margin-bottom: 2px;
    font-size: 1.25em;
    color: #000; }
  .bubble-source .source-meta {
    font-size: 0.875em;
    color: #000; }
    .bubble-source .source-meta a {
      color: #000; }

.message {
  padding: 12px 16px 6px;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px; }
  .message-success {
    background-color: #4f85c5;
    border-color: #305d92; }
  .message-error {
    background-color: #ec3a32;
    border-color: #bb1911; }
  .message p {
    margin-bottom: 6px;
    font-size: 0.875em;
    color: #fff; }

.calendar-bar {
  margin-bottom: 32px; }

.calendar-month-select {
  position: relative;
  height: 40px;
  background-color: #4f85c5;
  color: #fff; }
  .calendar-month-select .control {
    position: absolute;
    z-index: 10;
    top: 0;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-color: #000;
    background-image: url(../../img/sprite-calendar-controls.png);
    background-repeat: no-repeat; }
    .calendar-month-select .control-prev {
      left: 0;
      background-position: 0 0; }
    .calendar-month-select .control-next {
      right: 0;
      background-position: -40px 0; }

.month-name {
  padding-top: 7px;
  font-size: 1.25em;
  font-family: "Muli_Regular", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center; }

.calendar {
  width: 100%;
  border-bottom: 1px solid #dadada; }

.day-name {
  padding: 8px 12px 6px;
  font-weight: normal;
  font-size: 0.875em;
  text-align: left; }

.day-number {
  font-size: 0.875em; }

.box {
  padding: 12px;
  border-top: 1px solid #dadada; }
  .box-populated {
    background-color: #f0f0f0; }
    .box-populated .day-number {
      color: #EC3A32 !important; }

.box-wrap {
  position: relative; }

.box-popup {
  display: none;
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 0;
  margin: 0 0 32px -135px;
  padding: 24px 16px;
  width: 238px;
  background-color: #000; }
  .box-popup:after {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 50%;
    display: block;
    margin-left: -10px;
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    content: ''; }
  .box-popup a {
    color: #fff; }

.close-popup {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  display: block;
  padding: 0 6px;
  font-size: 1em; }

.box-event-list {
  margin: 0; }
  .box-event-list li {
    padding: 2px 0;
    font-size: 0.875em; }

.gallery {
  margin-bottom: 24px; }

.gallery-item {
  display: none;
  position: relative; }
  .gallery-item:first-child {
    display: block; }
  .gallery-item img {
    display: block; }

.gallery-item-caption {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 0.8125em;
  background: rgba(0, 0, 0, 0.75);
  color: #fff; }

.gallery-control {
  position: absolute;
  z-index: 9999;
  top: 0;
  bottom: 0;
  display: block;
  width: 50%;
  text-indent: -9999px; }
  .gallery-control:after {
    position: absolute;
    z-index: 10;
    top: 50%;
    display: block;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.75);
    background-image: url(../../img/sprite-gallery-controls.png);
    content: ''; }
  .gallery-control-prev {
    left: 0; }
    .gallery-control-prev:after {
      left: 0;
      background-position: 0 0; }
  .gallery-control-next {
    right: 0; }
    .gallery-control-next:after {
      right: 0;
      background-position: -60px 0; }

.pagination {
  text-align: center; }
  .pagination span {
    display: inline-block;
    padding: 0 1px; }
  .pagination a {
    color: #4f85c5; }
    .pagination a:hover {
      text-decoration: underline; }

.body-copy h2 {
  margin-bottom: 14px;
  font: normal 1.25em "Muli_Regular", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: #4f85c5; }

.body-copy p {
  margin-bottom: 14px;
  font-size: 0.875em;
  line-height: 1.4;
  color: #666; }

.body-copy a {
  text-decoration: underline;
  color: #4f85c5; }

.body-copy ul {
  margin: 0 24px 14px;
  list-style: disc; }

.body-copy ol {
  margin: 0 24px 14px;
  list-style: decimal; }

.body-copy li {
  margin-bottom: 6px;
  font-size: 0.875em;
  line-height: 1.4;
  color: #666; }

.body-copy blockquote {
  margin-left: 0;
  padding-left: 20px;
  border-left: 3px solid #ccc; }

.body-copy .special-button {
  margin-bottom: 12px; }
  .body-copy .special-button a {
    position: relative;
    display: inline-block;
    padding: 4px 32px 4px 8px;
    font-size: 0.875em;
    line-height: 1.1;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #4f85c5;
    color: #fff; }
    .body-copy .special-button a:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: block;
      width: 26px;
      font-weight: normal;
      font-size: 1.5em;
      line-height: 1;
      text-align: center;
      background-color: #000;
      color: #fff;
      content: '\00BB'; }

.subfooter-widget {
  margin-bottom: 12px;
  color: #fff; }
  .subfooter-widget ul {
    margin: 0 0 0 16px;
    list-style: disc; }
  .subfooter-widget li {
    margin-bottom: 2px;
    font-size: 0.8125em; }
  .subfooter-widget p {
    font-size: 0.8125em; }
  .subfooter-widget a {
    color: #fff; }

.subfooter-widget-heading {
  margin-bottom: 6px;
  font-size: 1em;
  color: #000; }

.sidebar-widget {
  margin: 40px 0; }

.widget-subpages {
  margin-top: 0; }
  .widget-subpages h2 {
    margin-bottom: 0;
    padding: 12px 0;
    font-size: 1.625em;
    text-align: center;
    background-color: #ec3a32;
    color: #fff; }
    .widget-subpages h2 a {
      color: #fff; }
      .widget-subpages h2 a:hover, .widget-subpages h2 a:focus {
        text-decoration: underline; }
  .widget-subpages .parent-page {
    display: block;
    margin: 18px 0 0 16px;
    text-transform: uppercase;
    font-size: 0.875em;
    color: #ec3a32; }
    .widget-subpages .parent-page:hover, .widget-subpages .parent-page:focus {
      text-decoration: underline; }
  .widget-subpages ul {
    margin: 2px 0 0 16px; }
  .widget-subpages li {
    padding: 2px 0;
    font-size: 0.875em; }
    .widget-subpages li.is-active a {
      color: #222; }
    .widget-subpages li a {
      color: #4f85c5; }
      .widget-subpages li a:hover {
        text-decoration: underline; }

.widget-feature {
  position: relative; }
  .widget-feature:hover .widget-title {
    background-color: #407ac0; }
  .widget-feature img {
    display: block; }
  .widget-feature .widget-title {
    position: relative;
    padding: 6px 52px 4px 16px;
    font-size: 1.25em;
    font-family: "Muli_Regular", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background-color: #4f85c5;
    color: #fff; }
    .widget-feature .widget-title:after {
      position: absolute;
      z-index: 10;
      top: 0;
      right: 0;
      bottom: 0;
      display: block;
      width: 40px;
      background: #000 url(../../img/icon-widget-feature-arrow.png) no-repeat center center;
      content: ''; }
  .widget-feature .widget-more {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    text-indent: -9999px; }

.fixed-wrap {
  margin: 0 auto;
  width: 940px; }
  .fixed-wrap:after {
    content: "";
    display: table;
    clear: both; }

.site-header {
  position: relative;
  z-index: 10;
  background-color: #6e9bd0;
  background-image: -webkit-linear-gradient(#6e9bd0, #4e85c5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6e9bd0), to(#4e85c5));
  background-image: -o-linear-gradient(#6e9bd0, #4e85c5);
  background-image: linear-gradient(#6e9bd0, #4e85c5); }
  .site-header:before, .site-header:after {
    position: absolute;
    z-index: 10;
    bottom: 66px;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-position: 0 0; }
  .site-header:before {
    left: 0;
    width: 244px;
    height: 137px;
    background-image: url(../../img/bg-clouds-left.png); }
  .site-header:after {
    right: 0;
    width: 192px;
    height: 154px;
    background-image: url(../../img/bg-clouds-right.png); }

.site-main {
  position: relative;
  z-index: 1; }

.site-subfooter {
  background-color: #6293cb;
  background-image: -webkit-linear-gradient(#6293cb, #5382b8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6293cb), to(#5382b8));
  background-image: -o-linear-gradient(#6293cb, #5382b8);
  background-image: linear-gradient(#6293cb, #5382b8); }

.subfooter-column {
  float: left;
  margin: 32px 0 20px;
  padding-right: 40px;
  width: 180px; }
  .subfooter-column.column-last {
    padding-right: 20px; }

.location-map {
  float: right;
  display: block;
  width: 300px;
  height: 267px; }

.site-footer {
  padding: 24px 0;
  font-size: 0.8125em;
  border-top: 1px solid #fff;
  background-color: #27292d;
  color: #fff; }
  .site-footer p {
    float: left;
    margin-bottom: 0; }
  .site-footer ul {
    float: right;
    margin: 0; }
  .site-footer li {
    float: left;
    margin-left: 12px; }
    .site-footer li a {
      color: #fff; }

.template-backdrop {
  height: 260px;
  background-repeat: no-repeat;
  background-position: center 0; }

.template-main {
  position: relative;
  z-index: 10;
  float: right;
  padding: 32px 0 100px;
  width: 640px; }

.template-main-heading {
  margin-bottom: 14px;
  padding-bottom: 10px;
  font-size: 2em;
  background: url(../../img/border-dotted.png) repeat-x 0 bottom;
  color: #ec3a32; }

.template-meta {
  margin: -6px 0 24px;
  font-size: 0.875em;
  text-transform: uppercase; }
  .template-meta .date {
    color: #ec3a32; }

.template-sidebar {
  position: relative;
  z-index: 9;
  float: left;
  margin-top: -12px;
  width: 240px; }

.collection-item {
  margin-bottom: 20px; }

.item-title {
  margin-bottom: 2px;
  font-size: 1.25em;
  font-family: "Muli_Regular", Helvetica, Arial, sans-serif;
  color: #4f85c5; }
  .item-title a {
    text-decoration: none;
    color: #4f85c5; }
    .item-title a:hover, .item-title a:focus {
      text-decoration: underline; }

.item-meta {
  margin-bottom: 6px;
  font-size: 0.875em;
  text-transform: uppercase; }

.item-date {
  margin-bottom: 0;
  color: #ec3a32; }

.item-summary p {
  margin-bottom: 0;
  font-size: 0.875em;
  line-height: 1.4;
  color: #666; }

.report-map {
  margin-bottom: 24px; }
  .report-map:after {
    content: "";
    display: table;
    clear: both; }
  .report-map img {
    float: left; }

.report-details {
  float: right;
  margin-top: 16px;
  width: 300px; }
  .report-details li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px;
    font-size: 0.875em;
    line-height: 1.4;
    color: #444; }
    .report-details li.location:after {
      background-position: 0 0; }
    .report-details li.time:after {
      background-position: 0 -15px; }
    .report-details li.phase:after {
      background-position: 0 -30px; }
    .report-details li.person:after {
      background-position: 0 -45px; }
    .report-details li:after {
      position: absolute;
      z-index: 10;
      top: 2px;
      left: 0;
      display: block;
      width: 15px;
      height: 14px;
      background: url(../../img/sprite-report-icons.png) no-repeat 0 0;
      content: ''; }

.body-copy table {
  border: 0; }

.body-copy table caption {
  padding-bottom: 10px;
  text-align: left; }

.body-copy table thead {
  background: #6897CE; }

.body-copy table th {
  text-align: left;
  color: #fff; }

.body-copy table td,
.body-copy table th {
  font-weight: normal;
  padding: 5px 10px; }

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

form label {
  display: block;
  padding-top: 10px;
  width: 100%;
  font-size: smaller;
  font-weight: bold; }

form input, form textarea {
  display: block;
  width: 100%;
  padding: 5px;
  border-radius: 3px; }

form .recaptcha {
  margin-top: 10px; }

form input[type=submit] {
  margin-top: 10px;
  border: 0;
  padding: 5px;
  background: #4f85cf;
  color: #fff; }

form ul.errors li {
  color: #ec3a32;
  font-style: italic; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .site-header:before,
  .site-header:after {
    background: 0; }
  .slide-ribbon {
    background: url(../../img/bg-slide-ribbon.png) no-repeat 0 0 !important; }
    .slide-ribbon * {
      color: #fff !important; }
  a,
  a:visited {
    text-decoration: underline; }
  .body-copy a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #000;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    width: auto;
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  .branding .title a:after {
    content: ''; }
  .template-main {
    width: 100%;
    float: left;
    padding-bottom: 10px; }
  .template-sidebar {
    float: left;
    clear: left; }
    .template-sidebar ul, .template-sidebar .parent-page {
      margin-left: 0; }
  .sidebar-widget.widget-subpages h2,
  .template-backdrop,
  #navigation,
  .bubble:after,
  .search-social,
  .feature-photo span {
    display: none !important; }
  .connect * {
    page-break-after: avoid; } }
