/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0;
  padding: 0 0 1em; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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; }

/*
 * Removes 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; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves 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; }

@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
button,
body,
input,
select,
textarea {
  color: #595a4f;
  font: 100%/1.5 "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400; }

main {
  display: block; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle;
  max-width: 100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical;
  height: 10em;
  width: 100%; }

input, textarea {
  font-size: 0.875em; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
  border: 1px solid #ddd;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: white;
  padding: 0.5em;
  -webkit-appearance: none; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
  width: 100%; }

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, textarea:focus {
  border: 1px solid #73a7ba;
  box-shadow: inset 0 0 5px rgba(115, 186, 160, 0.25);
  outline: none; }

input[type="tel"] {
  max-width: 8.5em; }

textarea {
  max-width: 40em;
  width: 100%;
  -webkit-appearance: none; }

a {
  color: #bac439;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    text-decoration: none;
    color: #8d952b; }

.button, input[type="submit"], button {
  border: none;
  border-radius: 0.375em;
  background-color: #bac439;
  background-repeat: no-repeat;
  background-position: right bottom;
  color: white;
  cursor: pointer;
  display: inline-block;
  padding: 0.625em 1.25em 0.55em;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .button:hover, input[type="submit"]:hover, button:hover {
    background-color: #959c2e; }
  .button:active, input[type="submit"]:active, button:active {
    background-color: #777d24; }

.button--large {
  font-size: 18px;
  font-size: 1.125rem; }

.button--blue {
  background-color: #677e85; }
  .button--blue:hover {
    background-color: #46555a;
    color: white; }
  .button--blue:active {
    background-color: #303a3d; }

.button--teal {
  background-color: #73baa0; }
  .button--teal:hover {
    background-color: #4d9d80;
    color: white; }
  .button--teal:active {
    background-color: #364246; }

.button--line {
  background-color: transparent;
  border: 1px solid #bac439; }
  .button--line:hover {
    background-color: transparent;
    color: #dbe378; }

.button__wrapper {
  text-align: center;
  margin-bottom: 2.5em; }

@media screen and (min-width: 36em) {
  .site-content.site-content--subpage {
    padding: 2em; }
    .site-content.site-content--subpage::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 66em) {
  .site-content.site-content--subpage {
    padding: 3em 1.25em 1.5em; } }

.subpage__content::after {
  clear: both;
  content: "";
  display: table; }

.subpage__content ul {
  margin: 0 0 1em; }

.subpage__content li {
  margin-bottom: 0.5em; }

.container {
  padding: 2em; }

@media screen and (min-width: 48em) {
  .container--half {
    max-width: 50%;
    margin: 0 auto; } }

.cta {
  color: white;
  text-align: center;
  max-width: 62.5em;
  margin: 0 auto; }
  .cta::after {
    clear: both;
    content: "";
    display: table; }

.cta__wrapper {
  background-color: #46555a; }

.cta__title {
  color: #46555a;
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
  padding: 2em 1em 0.625em;
  margin: 0;
  font-weight: 400; }
  @media screen and (min-width: 48em) {
    .cta__title {
      font-size: 30px;
      font-size: 1.875rem;
      padding: 1.5em 1em 0.5em; } }
  .cta__title span {
    font-weight: bold;
    display: block;
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: -0.2em; }
    @media screen and (min-width: 48em) {
      .cta__title span {
        display: inline;
        margin-top: 0; } }

.cta__contact {
  background-image: url(/graphics/v4/border_footer_cta_bottom.png);
  -webkit-background-size: 65px 6px;
  -moz-background-size: 65px 6px;
  -o-background-size: 65px 6px;
  background-size: 65px 6px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 1.5em; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .cta__contact {
      background-image: url(/graphics/v4/border_footer_cta_bottom@2x.png); } }
  .cta__contact .button {
    font-size: 23px;
    font-size: 1.4375rem;
    padding-left: 1.5em; }
    .cta__contact .button:before {
      background-color: #46555a;
      content: '';
      position: absolute;
      background-image: url(/graphics/v4/icons.png);
      -webkit-background-size: 520px 350px;
      -moz-background-size: 520px 350px;
      -o-background-size: 520px 350px;
      background-size: 520px 350px;
      background-position: -467px -83px;
      top: 0.375em;
      left: -1em;
      height: 1.8em;
      width: 2.25em; }
      @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
        .cta__contact .button:before {
          background-image: url(/graphics/v4/icons@2x.png); } }
  @media screen and (min-width: 48em) {
    .cta__contact {
      background-image: url(/graphics/v4/border_footer_cta_side.png);
      -webkit-background-size: 6px 65px;
      -moz-background-size: 6px 65px;
      -o-background-size: 6px 65px;
      background-size: 6px 65px;
      background-repeat: repeat-y;
      background-position: right top;
      float: left;
      width: 66%; } }
  @media screen and (min-width: 48em) and (min--moz-device-pixel-ratio: 1.5), screen and (min-width: 48em) and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 48em) and (min-device-pixel-ratio: 1.5), screen and (min-width: 48em) and (min-resolution: 144dpi), screen and (min-width: 48em) and (min-resolution: 1.5dppx) {
    .cta__contact {
      background-image: url(/graphics/v4/border_footer_cta_side@2x.png); } }
  @media screen and (min-width: 62em) {
    .cta__contact {
      width: 71%; } }

.cta__features {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 2.25em; }
  @media screen and (min-width: 48em) {
    .cta__features {
      float: right;
      width: 34%;
      text-align: left; } }
  @media screen and (min-width: 62em) {
    .cta__features {
      width: 29%; } }
  .cta__features .button {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em; }

.title--main {
  color: #46555a;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.5em; }
  @media screen and (min-width: 36em) {
    .title--main {
      font-size: 42px;
      font-size: 2.625rem;
      line-height: 1.3; } }

.title--secondary {
  font-weight: bold;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.2;
  margin: 0; }
  @media screen and (min-width: 36em) {
    .title--secondary {
      font-size: 26px;
      font-size: 1.625rem; } }

.subtitle--secondary {
  color: #bac439;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  margin: 0 0 1.5em 0.125em;
  text-transform: uppercase; }

.other {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Georgia, serif;
  font-style: italic;
  color: #999;
  margin-bottom: 1em; }

.content-image--inset {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 40%; }
  @media screen and (min-width: 48em) {
    .content-image--inset {
      margin-right: -4em; } }

.section-selector {
  border-radius: 0.25em;
  margin-bottom: 2em; }
  .section-selector::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 60em) {
    .section-selector {
      background-color: #f8f9ea; } }
  .section-selector a {
    display: block;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    border-right: 1px solid rgba(186, 196, 57, 0.35);
    padding: 0.625em 0.875em;
    letter-spacing: 0.1em; }
    .section-selector a:last-child {
      border-right: none; }
  .section-selector .is-current {
    background-color: #bac439;
    color: white;
    border-right: none; }

.site-content--contact {
  background: url(/graphics/v4/bg_contact.jpg) center -40px no-repeat;
  -webkit-background-size: 150% auto;
  background-size: 150% auto; }
  @media screen and (min-width: 24em) {
    .site-content--contact {
      background-position: center -80px; } }
  @media screen and (min-width: 32em) {
    .site-content--contact {
      background-position: center -100px; } }
  @media screen and (min-width: 36em) {
    .site-content--contact {
      background-image: url(/graphics/v4/bg_contact.jpg);
      -webkit-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -o-background-size: 100% auto;
      background-size: 100% auto;
      background-position: center -50px; } }
  @media screen and (min-width: 36em) and (min--moz-device-pixel-ratio: 1.5), screen and (min-width: 36em) and (-o-min-device-pixel-ratio: 3 / 2), screen and (min-width: 36em) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 36em) and (min-device-pixel-ratio: 1.5), screen and (min-width: 36em) and (min-resolution: 144dpi), screen and (min-width: 36em) and (min-resolution: 1.5dppx) {
    .site-content--contact {
      background-image: url(/graphics/v4/bg_contact@2x.jpg); } }
  @media screen and (min-width: 48em) {
    .site-content--contact {
      -webkit-background-size: 1100px 370px;
      background-size: 1100px 370px;
      background-position: center -80px; } }

.content--generic {
  margin: 0 auto;
  max-width: 40em; }
  @media screen and (min-width: 48em) {
    .content--generic {
      padding-top: 4em; } }
  .content--generic .title--secondary {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 0.25em;
    color: #73a7ba; }

.content--contact {
  margin: 0 auto;
  max-width: 36em; }
  @media screen and (min-width: 54em) {
    .content--contact {
      float: right;
      max-width: 100%;
      width: 65%; } }
  .content--contact .title--main {
    padding-top: 0.75em; }
    @media screen and (min-width: 48em) {
      .content--contact .title--main {
        padding-top: 2.5em; } }
  .content--contact h4 {
    color: #73a7ba;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.35;
    font-weight: 400;
    margin-top: -0.5em; }
    @media screen and (min-width: 36em) {
      .content--contact h4 {
        font-size: 18px;
        font-size: 1.125rem;
        margin-top: -1em; } }

.form--contact {
  border-top: 0.125em solid #73baa0;
  background-color: #eaf5f1;
  padding: 1.25em;
  position: relative;
  margin: 0 -1.25em; }
  .form--contact::after {
    clear: both;
    content: "";
    display: table; }
  .form--contact label {
    color: #46555a;
    padding-bottom: 0.125em;
    font-weight: bold; }
  .form--contact input[type="text"], .form--contact textarea {
    margin-bottom: 1em; }
  @media screen and (min-width: 36em) {
    .form--contact textarea {
      height: 8em; } }
  .form--contact input[type="submit"] {
    font-weight: bold;
    background-color: #73baa0;
    font-size: 21px;
    font-size: 1.3125rem;
    width: 100%; }
    .form--contact input[type="submit"]:hover {
      background-color: #4d9d80; }
  .form--contact .call {
    padding: 1.25em 1em 0.5em;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem; }
    @media screen and (min-width: 36em) {
      .form--contact .call {
        text-align: left;
        position: absolute;
        left: 0.5em;
        bottom: 1em; } }
    .form--contact .call strong {
      color: #4d9d80;
      display: block;
      margin-top: -0.2em;
      font-size: 21px;
      font-size: 1.3125rem; }
      .form--contact .call strong span {
        font-size: 14px;
        font-size: 0.875rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        margin-left: 0.25em; }
  #label_company_name{ display:none; }
  #input_company_name{ display:none; }
  @media screen and (min-width: 36em) {
    .form--contact .formdetails {
      width: 50%;
      float: left;
      padding-right: 0.625em; } }
  @media screen and (min-width: 36em) {
    .form--contact .notes {
      width: 50%;
      float: left;
      padding-left: 0.625em; } }

.sidebar--contact {
  margin: 0 auto;
  max-width: 26em;
  padding-top: 1.875em; }
  @media screen and (min-width: 54em) {
    .sidebar--contact {
      float: left;
      padding-top: 12em;
      width: 27.5%; } }
  @media screen and (min-width: 54em) {
    .sidebar--contact {
      padding-top: 16.05em; } }
  @media screen and (min-width: 54em) {
    .sidebar--contact.sidebar--contact-long-list {
      padding-top: 7.1em; } }
  .sidebar--contact h3 {
    color: #73a7ba;
    letter-spacing: 0.1em;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.1;
    margin: 0 0 0.375em;
    text-transform: uppercase; }
  .sidebar--contact p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0.25em; }
  .sidebar--contact ul {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
    color: #999;
    margin: 0;
    padding-left: 2em; }
  .sidebar--contact li {
    margin-bottom: 0.625em;
    line-height: 1.3; }

.message {
  display: none;
  visibility: hidden;
  background-color: #eaf5f1;
  border: 1px solid #73baa0;
  border-radius: 0.25em;
  margin: 2em 1.5em 1em;
  max-width: 42em;
  padding: 1.25em 2em 0.5em; }
  @media screen and (min-width: 46em) {
    .message {
      margin: 2em auto 1em; } }
  @media screen and (min-width: 62.5em) {
    .message {
      margin-bottom: 4em; } }
  .message h5 {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 400;
    color: #73baa0;
    margin: 0 0 0.25em; }
  .message p {
    margin: 0; }
  .message.is-showing {
    display: block;
    visibility: visible; }

.errors {
  background-color: #c15c46;
  color: white;
  display: none;
  margin-bottom: 1.5em;
  padding: 1em 1.25em; }
  .errors h5 {
    margin: 0 0 0.25em;
    font-size: 18px;
    font-size: 1.125rem; }
  .errors p:last-of-type {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 0; }

.bounceInDown, .message.is-showing {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes bounceShortRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(14px);
    transform: translateY(14px); }
  80% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceShortRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(14px);
    -ms-transform: translateY(14px);
    transform: translateY(14px); }
  80% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.site-content--camp-features {
  background: url(/graphics/v4/features_camp_topper.jpg) center top no-repeat;
  background-size: 1000px auto; }
  .site-content--camp-features .title--main {
    padding-top: 4em; }
    @media screen and (min-width: 66em) {
      .site-content--camp-features .title--main {
        padding-top: 3em; } }

.site-content--features {
  background: url(/graphics/v4/features_church_topper.jpg) center top no-repeat;
  background-size: 800px auto; }
  @media screen and (min-width: 36em) {
    .site-content--features {
      background-size: 1000px auto; } }
  .site-content--features .title--main {
    padding-top: 4em; }
    @media screen and (min-width: 66em) {
      .site-content--features .title--main {
        padding-top: 3em; } }

.subpage__content--features {
  display: none; }
  .subpage__content--features.is-showing {
    display: block;
    -webkit-animation-name: bounceShortRight;
    animation-name: bounceShortRight;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.feature__article {
  background-image: url(/graphics/v4/border_header_bottom.png);
  -webkit-background-size: 35px 4px;
  -moz-background-size: 35px 4px;
  -o-background-size: 35px 4px;
  background-size: 35px 4px;
  background-repeat: repeat-x;
  background-position: left top;
  padding-top: 1.5em; }
  @media screen and (min-width: 40em) {
    .feature__article {
      padding-left: 5em;
      padding-right: 5em; } }
  @media screen and (min-width: 54em) {
    .feature__article {
      padding-left: 8em;
      padding-right: 8em; } }
  .feature__article .title--secondary {
    margin-bottom: 0.5em; }

.features--camp {
  background-image: url(/graphics/v4/border_header_bottom.png);
  -webkit-background-size: 35px 4px;
  -moz-background-size: 35px 4px;
  -o-background-size: 35px 4px;
  background-size: 35px 4px;
  background-repeat: repeat-x;
  background-position: left top;
  padding-top: 1.5em; }
  @media screen and (min-width: 48em) {
    .features--camp ul {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2;
      -webkit-column-gap: 2em;
      -moz-column-gap: 2em;
      column-gap: 2em; } }
  .features--camp li {
    display: inline-block; }

.feature__img {
  background-color: #edf2f0;
  margin: 0.5em auto 1.5em;
  padding: 0.625em;
  text-align: center; }
  .feature__img em {
    padding: 1em 0 0.375em;
    display: block;
    color: #46555a;
    font-size: 13px;
    font-size: 0.8125rem; }

.feature__img--design {
  background-color: white;
  border-top: 0.25em solid #73baa0;
  border-bottom: 0.25em solid #73baa0;
  padding: 0.425em 0; }

.feature__img--tools1,
.feature__img--tools2 {
  max-width: 25em; }
  @media screen and (min-width: 54em) {
    .feature__img--tools1,
    .feature__img--tools2 {
      float: right;
      margin-top: 0.25em;
      margin-left: 2em;
      margin-right: -6em; } }

.feature__img--tools1 {
  margin-top: 0;
  float: right;
  width: 50%;
  margin-left: 1em; }
  @media screen and (min-width: 54em) {
    .feature__img--tools1 {
      width: auto; } }

.feature__img--tools2 {
  position: relative; }
  @media screen and (min-width: 54em) {
    .feature__img--tools2 {
      float: left;
      margin-left: -4em;
      margin-right: 2em; } }

.feature__img--financials {
  padding: 0;
  background-color: transparent;
  margin-top: 0;
  float: right;
  width: 50%;
  margin-left: 1.25em;
  max-width: 14em;
  border-radius: 0.25em;
  overflow: hidden; }
  @media screen and (min-width: 54em) {
    .feature__img--financials {
      float: right;
      margin-top: 0.25em;
      margin-left: 2em;
      margin-right: -3em; } }

.feature__img--communication {
  padding: 0;
  background-color: transparent;
  margin-top: 0;
  float: left;
  width: 50%;
  margin-right: 1.25em;
  max-width: 12em;
  border-radius: 0.25em;
  overflow: hidden; }
  @media screen and (min-width: 54em) {
    .feature__img--communication {
      float: left;
      margin-top: 0.25em;
      margin-right: 2em;
      margin-left: -1.25em;
      margin-bottom: 0.5em; } }

.features__church-tools,
.features__website-tools {
  background-image: url(/graphics/v4/border_header_bottom.png);
  -webkit-background-size: 35px 4px;
  -moz-background-size: 35px 4px;
  -o-background-size: 35px 4px;
  background-size: 35px 4px;
  background-repeat: repeat-x;
  background-position: left top;
  padding-top: 1.5em; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .features__church-tools,
    .features__website-tools {
      background-image: url(/graphics/v4/border_header_bottom@2x.png); } }

@media screen and (min-width: 40em) {
  .features__church-tools {
    float: left;
    width: 45%; } }

@media screen and (min-width: 56em) {
  .features__church-tools {
    width: 50%; } }

@media screen and (min-width: 40em) {
  .features__website-tools {
    float: right;
    width: 45%; } }

@media screen and (min-width: 56em) {
  .features__website-tools {
    width: 43%; } }

.features__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.feature {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 1em;
  padding-left: 6em;
  position: relative; }
  .feature:before {
    background-image: url(/graphics/v4/icons_feature.png);
    -webkit-background-size: 540px 250px;
    -moz-background-size: 540px 250px;
    -o-background-size: 540px 250px;
    background-size: 540px 250px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 4.75em;
    width: 4.75em; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .feature:before {
        background-image: url(/graphics/v4/icons_feature@2x.png); } }
  .feature h6 {
    color: #73a7ba;
    font-size: 16px;
    font-size: 1rem;
    padding-top: 0.325em;
    line-height: 1.2;
    margin: 0 0 0.25em; }

.feature--users:before {
  background-position: -348px -85px; }

.feature--cal:before {
  background-position: -108px -182px; }

.feature--contacts:before {
  background-position: -228px -182px; }

.feature--reports:before {
  background-position: -468px -83px; }

.feature--attendance:before {
  background-position: 2px -182px; }

.feature--ministry:before {
  background-position: -228px -84px; }

.feature--giving:before {
  background-position: -108px -85px; }

.feature--content:before {
  background-position: -108px 0; }

.feature--photos:before {
  background-position: -468px 3px; }

.feature--forms:before {
  background-position: -228px 0; }

.feature--integration:before {
  background-position: 3px 4px; }

.feature--blogs:before {
  background-position: -348px 2px; }

.feature--design:before {
  background-position: 2px -83px; }

.feature--no-icon:before {
  display: none; }

.feature--camp-reporting:before,
.feature--camp-donations:before,
.feature--camp-skillblock:before,
.feature--camp-dashboard:before,
.feature--camp-kidssetup:before,
.feature--camp-familysetup:before,
.feature--camp-admin:before,
.feature--camp-discount:before,
.feature--camp-optional:before,
.feature--camp-hosting:before,
.feature--camp-bulk:before,
.feature--camp-cabins:before,
.feature--camp-email:before {
  background-image: url(/graphics/v4/icons_feature_camp.png);
  -webkit-background-size: 670px 170px;
  -moz-background-size: 670px 170px;
  -o-background-size: 670px 170px;
  background-size: 670px 170px; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .feature--camp-reporting:before,
    .feature--camp-donations:before,
    .feature--camp-skillblock:before,
    .feature--camp-dashboard:before,
    .feature--camp-kidssetup:before,
    .feature--camp-familysetup:before,
    .feature--camp-admin:before,
    .feature--camp-discount:before,
    .feature--camp-optional:before,
    .feature--camp-hosting:before,
    .feature--camp-bulk:before,
    .feature--camp-cabins:before,
    .feature--camp-email:before {
      background-image: url(/graphics/v4/icons_feature_camp@2x.png); } }

.feature--camp-reporting:before {
  background-position: 0 0; }

.feature--camp-donations:before {
  background-position: -98px -2px; }

.feature--camp-skillblock:before {
  background-position: -200px 0; }

.feature--camp-dashboard:before {
  background-position: -600px -7px; }

.feature--camp-kidssetup:before {
  background-position: -300px 0; }

.feature--camp-familysetup:before {
  background-position: -400px 0; }

.feature--camp-admin:before {
  background-position: -500px 0; }

.feature--camp-discount:before {
  background-position: 0 -101px; }

.feature--camp-optional:before {
  background-position: -100px -102px; }

.feature--camp-hosting:before {
  background-position: -300px -106px; }

.feature--camp-bulk:before {
  background-position: -500px -103px; }

.feature--camp-cabins:before {
  background-position: -200px -100px; }

.feature--camp-email:before {
  background-position: -400px -100px; }

.template-list {
  list-style: none;
  margin: 0;
  padding: 1em 0; }
  .template-list::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 54em) {
    .template-list {
      margin: 0 -10em; } }
  @media screen and (min-width: 80em) {
    .template-list {
      margin: 0 -15em; } }

.template {
  padding-bottom: 1.5em;
  text-align: center; }
  @media screen and (min-width: 54em) {
    .template {
      width: 50%;
      float: left;
      padding-bottom: 3em; } }
  @media screen and (min-width: 70em) {
    .template {
      width: 33.33%; } }
  .template:nth-child(2n + 1) {
    clear: left; }
    @media screen and (min-width: 70em) {
      .template:nth-child(2n + 1) {
        clear: none; } }
  @media screen and (min-width: 70em) {
    .template:nth-child(3n + 1) {
      clear: left; } }

.template__name {
  color: #46555a;
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0.5em 0 0.25em; }

.feature__article--design .title--secondary {
  margin: 0; }

.design__custom {
  background-color: #eaf5f1;
  border-radius: 0.25em;
  padding: 2em 2em 1em;
  margin-top: 3em; }

.design__custom-collage {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: block;
  margin: -4em auto 1.5em;
  max-width: 20em; }
  @media screen and (min-width: 36em) {
    .design__custom-collage {
      float: left;
      max-width: 40%;
      margin-right: 2em; } }

.sidebar--blog {
  background-color: #46555a;
  border-radius: 0.25em;
  padding: 0.5em 1.25em 0; }
  .sidebar--blog .title--sidebar {
    color: #84b2c2;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin: 0;
    padding: 1em 0 0.5em;
    text-transform: uppercase; }
  @media screen and (min-width: 48em) {
    .sidebar--blog {
      float: right;
      width: 30%; } }
  .sidebar--blog .title-sidebar-mainCategory {
    font-size: 0.875em;
    padding: 0 0 1em; }
    @media screen and (min-width: 48em) {
      .sidebar--blog .title-sidebar-mainCategory {
        font-size: 1.125em; } }

@media screen and (min-width: 48em) {
  .site-content--blog .site-content__content {
    float: left;
    width: 60%; } }

.blog-nav-archives,
.blog-nav-categories {
  list-style: none;
  margin: 0;
  padding: 0 0 1em; }
  .blog-nav-archives a,
  .blog-nav-categories a {
    color: #eaf5f1;
    display: block;
    padding: 0.5em 0;
    font-size: 0.875em;
    font-weight: normal;
    text-decoration: none; }
    .blog-nav-archives a:hover,
    .blog-nav-categories a:hover {
      color: #73baa0; }
  .blog-nav-archives .num,
  .blog-nav-categories .num {
    color: #73baa0;
    font-family: Georgia, serif;
    font-style: italic; }

.blog-nav-archivesMore {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.375em 0.75em 0.5em;
  border-radius: 0.5em;
  margin: 0.25em 0 1.5em;
  color: rgba(234, 245, 241, 0.25); }
  .blog-nav-archivesMore a {
    display: inline-block;
    font-size: 0.75em;
    font-style: italic;
    padding: 0; }

.blog-nav-search {
  padding: 0 0 2em;
  position: relative; }
  .blog-nav-search::after {
    clear: both;
    content: "";
    display: table; }
  .blog-nav-search label {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    color: #84b2c2;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin: 0;
    padding: 1em 0 0.5em;
    text-transform: uppercase; }
    @media screen and (min-width: 62em) {
      .blog-nav-search label {
        float: left;
        padding: 0.775em 1.125em 0 0; } }
  .blog-nav-search input[type="text"] {
    float: left;
    width: 97%;
    margin: 0 -0.325em 0 0;
    min-height: 2.4em; }
    @media screen and (min-width: 48em) {
      .blog-nav-search input[type="text"] {
        width: 9em; } }
  .blog-nav-search input[type="submit"] {
    background-color: #73baa0;
    font-size: 0.75em;
    padding: 0.25em 1.25em;
    height: 3.1em;
    position: absolute;
    right: 0; }

.blog-post-full,
.blog-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.blog-list-post {
  background-image: url(/graphics/v4/border_header_bottom.png);
  -webkit-background-size: 35px 4px;
  -moz-background-size: 35px 4px;
  -o-background-size: 35px 4px;
  background-size: 35px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
  margin: 0 0 3em;
  padding: 0 0 2em; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .blog-list-post {
      background-image: url(/graphics/v4/border_header_bottom@2x.png); } }
  @media screen and (min-width: 48em) {
    .blog-list-post.blog--featured {
      border-bottom: none;
      margin: 0 0 1em; } }

.blog-post-poster {
  display: block;
  margin: 0 0 1em;
  overflow: hidden;
  border-radius: 0.25em; }
  @media screen and (min-width: 48em) {
    .blog-post-poster {
      margin: 0 -0.625em 1em; } }

.blog-post-poster img {
  display: block; }

.blog-post-title {
  margin: 0; }

.blog-post-title a {
  color: #73baa0;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
  text-decoration: none; }
  @media screen and (min-width: 48em) {
    .blog-post-title a {
      font-size: 30px;
      font-size: 1.875rem; } }

.blog-post-title a:hover {
  color: #a6d3c3; }

.blog-post-meta {
  background-color: #f1f6f8;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  margin: 0 -1em 1.25em;
  overflow: hidden;
  padding: 0.5em 0.375em;
  border-radius: 0.5em; }

.blog-post-date,
.blog-post-author {
  display: inline-block;
  padding: 0.125em 0.875em; }

.blog-post-date {
  border-right: 1px solid #c8dde4;
  padding: 0.125em 0.875em 0.125em; }

.blog-post-leadIn,
.blog-post-content {
  font-size: 0.875em;
  line-height: 1.5;
  padding: 0 0 1em; }
  .blog-post-leadIn a,
  .blog-post-content a {
    color: #73baa0;
    font-weight: 400; }

.blog-post-continue i {
  display: none; }

.blog-post-classification {
  display: none; }
  @media screen and (min-width: 48em) {
    .blog-post-classification {
      color: #a6a6a6;
      display: block;
      font-size: 0.875em;
      overflow: hidden;
      padding: 1em 0;
      text-transform: uppercase; } }

.blog-post-classification a {
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.blog-post-classification a:hover {
  text-decoration: underline; }

.blog-post-categories,
.blog-post-tagged {
  float: left;
  padding-right: 1.5em; }
  .blog-post-categories span,
  .blog-post-tagged span {
    display: block;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem; }
  .blog-post-categories a,
  .blog-post-tagged a {
    color: #73baa0; }

.blog-list-title {
  color: #73a7ba;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0.5em 1.125em 1em;
  text-transform: uppercase; }
  .blog-list-title strong {
    color: #46555a;
    text-transform: none;
    margin-top: -0.25em;
    letter-spacing: 0;
    display: block;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 200; }

.blog-list-numFound {
  color: #999;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 0.75em;
  padding: 0 1em 1em;
  text-align: right; }

.blog-list-condensed {
  background-image: url(/graphics/v4/border_header_bottom.png);
  -webkit-background-size: 35px 4px;
  -moz-background-size: 35px 4px;
  -o-background-size: 35px 4px;
  background-size: 35px 4px;
  background-repeat: repeat-x;
  background-position: left top;
  list-style: none;
  padding: 0 0 2em;
  margin: 0; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .blog-list-condensed {
      background-image: url(/graphics/v4/border_header_bottom@2x.png); } }

.blog-list-item a {
  background-image: url(/graphics/v4/border_header_bottom.png);
  -webkit-background-size: 35px 4px;
  -moz-background-size: 35px 4px;
  -o-background-size: 35px 4px;
  background-size: 35px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
  display: block;
  padding: 1em 1em 1.5em;
  text-decoration: none;
  color: #73baa0; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .blog-list-item a {
      background-image: url(/graphics/v4/border_header_bottom@2x.png); } }

.blog-list-item a:hover {
  color: #46555a; }

.blog-list-item h6 {
  font-weight: 400;
  letter-spacing: 0.025em;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0; }

.blog-item-meta {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  margin-top: -0.125em; }

.list-nav {
  overflow: hidden;
  padding: 0 0 3em; }
  @media screen and (min-width: 48em) {
    .list-nav {
      padding: 3em 0; } }

.list-nav a {
  display: block;
  font-weight: normal;
  font-size: 0.75em;
  position: relative;
  text-transform: uppercase;
  text-decoration: none; }
  .list-nav a:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0.25em;
    width: 0;
    height: 0;
    z-index: 3; }

.list-nav a:hover {
  text-decoration: none; }

.list-nav i {
  display: none; }

.list-prev {
  float: left;
  padding: 0 0 0 1.5em; }
  .list-prev:after {
    border: 5px solid transparent;
    border-right-color: #bac439;
    opacity: 0.6;
    left: 0; }

.list-next {
  float: right;
  padding: 0 1.5em 0 0; }
  .list-next:after {
    border: 5px solid transparent;
    border-left-color: #bac439;
    opacity: 0.6;
    right: 0; }

/* -- simple forms page -- */
/*-------------------------------------*/
.simpleForm {
  margin: 0 auto;
  max-width: 32em; }

.simpleForm_denotes {
  font-style: italic;
  padding: 1em 1em 1.5em;
  display: block;
  color: #777;
  font-size: 0.75em;
  max-width: 45em;
  margin: 0 auto; }

.simpleForm_denotes input {
  display: none; }

.simpleForm_denotes label {
  display: none; }

.simpleForm input[maxlength="3"],
.advForm input[maxlength="3"] {
  float: none;
  margin: 0 0.25em;
  width: 3em; }

.simpleForm input[maxlength="4"],
.advForm input[maxlength="4"] {
  float: none;
  margin: 0 0.25em;
  width: 4em; }

.simpleForm_star {
  color: #bac439; }

.simpleForm input {
  font-size: 14px;
  font-size: 0.875rem; }

.simpleForm_item,
.simpleForm_itemTextArea {
  padding: 0 0 1em; }
  @media screen and (min-width: 45em) {
    .simpleForm_item::after,
    .simpleForm_itemTextArea::after {
      clear: both;
      content: "";
      display: table; } }
  @media screen and (min-width: 30em) {
    .simpleForm_item input, .simpleForm_item textarea,
    .simpleForm_itemTextArea input,
    .simpleForm_itemTextArea textarea {
      max-width: 60%; } }
  @media screen and (min-width: 45em) {
    .simpleForm_item input, .simpleForm_item textarea,
    .simpleForm_itemTextArea input,
    .simpleForm_itemTextArea textarea {
      float: left;
      max-width: 60%; } }

.simpleForm_item label,
.simpleForm_itemTextArea label {
  font-weight: bold;
  display: block;
  margin: 0.5em 0 0.25em; }
  @media screen and (min-width: 45em) {
    .simpleForm_item label,
    .simpleForm_itemTextArea label {
      float: left;
      width: 30%;
      padding: 0 0.75em 0 0;
      text-align: right; } }

.simpleForm_submitRow {
  border-top: 1px solid #e7e6e4; }

.simpleForm_submit {
  margin: 0.75em 0 1.5em 1em; }
  @media screen and (min-width: 45em) {
    .simpleForm_submit {
      margin: 0.75em 0 1.5em 30%; } }

.simpleFormError {
  background-color: #c15c46;
  color: #fff;
  margin: 0 0 24px;
  padding: 12px 20px; }

.simpleFormError ul {
  padding: 0 0 0.75em 2em;
  margin: 0; }

/* -- advanced forms page -- */
/*-------------------------------------*/
.site-content.site-content--advform {
  max-width: 40em; }
  @media screen and (min-width: 36em) {
    .site-content.site-content--advform .title--main {
      margin-bottom: 0.25em; } }
  .site-content.site-content--advform .title--sub {
    margin-top: -0.5em;
    color: #73baa0;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-left: 0.1em; }

.advForm h2 {
  color: #5391a7;
  font-weight: normal;
  margin: 1em 0 0.5em;
  font-size: 28px;
  font-size: 1.75rem; }
  .advForm h2 strong {
    font-weight: normal; }

.advForm h3 {
  color: #bac439;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  margin: 1em 0 0.5em; }

.advForm h4 {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 1.5em 0 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #46555a; }

.advForm img {
  display: block;
  margin: 0 auto;
  height: auto !important;
  border: 4px solid #eaf5f1; }

.advForm_item--cc-logos img {
  display: inline-block;
  margin: 0;
  border: none; }

.advForm_denotes {
  font-style: italic;
  padding: 1em 1em 1.5em;
  display: block;
  color: #aaa;
  font-size: 0.75em; }

.advForm_denotes input {
  display: none; }

.advForm_denotes label {
  display: none; }

.advForm_star {
  color: #bac439; }

.advForm_labelOnly {
  overflow: hidden;
  padding: 0 0 1em; }

.advForm_item,
.advForm_itemTextArea {
  padding: 0 0 1em; }
  .advForm_item input, .advForm_item textarea,
  .advForm_itemTextArea input,
  .advForm_itemTextArea textarea {
    font-size: 14px;
    font-size: 0.875rem; }
    @media screen and (min-width: 30em) {
      .advForm_item input, .advForm_item textarea,
      .advForm_itemTextArea input,
      .advForm_itemTextArea textarea {
        max-width: 60%; } }

.advForm_item label,
.advForm_itemTextArea label {
  font-weight: bold;
  display: block;
  margin: 0.5em 0 0.25em;
  font-size: 14px;
  font-size: 0.875rem; }

.advForm_itemCheckbox {
  padding: 0 0 0 1em;
  margin: 0 0 1em; }
  .advForm_itemCheckbox input {
    position: relative;
    top: -0.2em;
    margin-right: 0.2em; }

.advForm ul.advForm_radioGroup {
  list-style: none;
  margin: 0;
  padding: 0.5em 0 0 1em; }
  .advForm ul.advForm_radioGroup input[type="radio"], .advForm ul.advForm_radioGroup input[type="checkbox"] {
    position: absolute;
    left: 0.25em;
    top: 0.3em; }
  .advForm ul.advForm_radioGroup li {
    position: relative;
    padding-left: 1.5em;
    padding-bottom: 0.375em; }
  .advForm ul.advForm_radioGroup span {
    display: block; }

.advForm_item select {
  margin-right: 0.25em;
  padding: 0.25em 0 0.125em; }

.advForm_submitRow {
  border-top: 1px solid #e7e6e4; }

.advForm_submit {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0.75em 0 1.5em 1em; }
  @media screen and (min-width: 45em) {
    .advForm_submit {
      margin: 0.75em 0 1.5em 30%; } }

.advForm_submit-minor {
  border: none;
  display: none !important;
  margin: -1.25em 0 0 0;
  background: transparent;
  padding: 0.5em 1em;
  color: #bac439; }
  .advForm_submit-minor:hover {
    text-decoration: underline; }
  @media screen and (min-width: 44em) {
    .advForm_submit-minor {
      margin-top: -1em;
      margin-left: 28%; } }
  @media screen and (min-width: 60em) {
    .advForm_submit-minor {
      display: inline-block;
      margin: 0; } }

.advFormError {
  background-color: #c15c46;
  color: #fff;
  margin: 0 0 24px;
  padding: 24px 20px 12px; }

.advFormError ul {
  padding: 0 0 0.75em 2em;
  margin: 0; }

.site-header__wrapper {
  background-image: url(/graphics/v4/bg_header.png);
  -webkit-background-size: 160px 84px;
  -moz-background-size: 160px 84px;
  -o-background-size: 160px 84px;
  background-size: 160px 84px;
  background-repeat: repeat-x; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .site-header__wrapper {
      background-image: url(/graphics/v4/bg_header@2x.png); } }

.site-header__wrapper--camp {
  background-image: url(/graphics/v4/bg_header_camps.png);
  -webkit-background-size: 160px 84px;
  -moz-background-size: 160px 84px;
  -o-background-size: 160px 84px;
  background-size: 160px 84px; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .site-header__wrapper--camp {
      background-image: url(/graphics/v4/bg_header_camps@2x.png); } }

.site-header {
  max-width: 62.5em;
  position: relative;
  margin: 0 auto; }

.logo-main {
  font-size: 1em;
  margin: 0;
  position: relative;
  z-index: 60;
  width: 11em; }
  .logo-main a {
    background-image: url(/graphics/v4/icons.png);
    -webkit-background-size: 520px 350px;
    -moz-background-size: 520px 350px;
    -o-background-size: 520px 350px;
    background-size: 520px 350px;
    background-repeat: no-repeat;
    background-position: 0 8px;
    display: block;
    height: 5.25em;
    position: relative;
    text-decoration: none;
    text-indent: -9999px;
    width: 12em; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .logo-main a {
        background-image: url(/graphics/v4/icons@2x.png); } }
    .logo-main a:hover {
      opacity: 0.6; }

.logo-main--camp a {
  background-position: 0 -102px; }

.logo-main--generic {
  padding: 1em 0; }
  .logo-main--generic a {
    background-image: url(/graphics/v4/logo_generic.png);
    -webkit-background-size: 200px 70px;
    -moz-background-size: 200px 70px;
    -o-background-size: 200px 70px;
    background-size: 200px 70px;
    background-position: 7px -12px;
    height: 2.75em;
    width: 13em; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .logo-main--generic a {
        background-image: url(/graphics/v4/logo_generic@2x.png); } }

.menu-show {
  background-image: url(/graphics/v4/icons.png);
  -webkit-background-size: 520px 350px;
  -moz-background-size: 520px 350px;
  -o-background-size: 520px 350px;
  background-size: 520px 350px;
  background-position: -478px 4px;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  background-color: #bac439;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  right: 1em;
  top: 1.325em;
  z-index: 10; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .menu-show {
      background-image: url(/graphics/v4/icons@2x.png); } }
  .no-js .menu-show {
    display: none;
    visibility: hidden; }
  .js-nav-open .menu-show {
    background-color: rgba(0, 0, 0, 0.7);
    background-position: -481px -40px; }
    .js-nav-open .menu-show:hover {
      background-color: rgba(0, 0, 0, 0.4); }
  .menu-show:hover {
    background-color: #959c2e; }
  .menu-show:active {
    background-color: rgba(0, 0, 0, 0.9); }
  @media screen and (min-width: 42em) {
    .menu-show {
      display: none;
      visibility: hidden; } }

.menu-close {
  position: absolute;
  top: -999em;
  left: -999em; }

.nav-main {
  background-color: #a4ac32;
  position: relative;
  z-index: 60; }
  .js .nav-main {
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 0.15s ease-in-out, max-height 0.35s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out, max-height 0.35s ease-in-out;
    transition: opacity 0.15s ease-in-out, max-height 0.35s ease-in-out; }
  @media screen and (min-width: 42em) {
    .js .nav-main, .no-js .nav-main {
      background-color: transparent;
      max-height: 14em;
      visibility: visible;
      position: absolute;
      right: 0;
      top: 0; } }
  .js-nav-open .nav-main {
    max-height: 14em;
    opacity: 1;
    visibility: visible; }
  .nav-main ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  @media screen and (min-width: 42em) {
    .nav-main li {
      float: left; } }
  @media screen and (min-width: 42em) {
    .nav-main li:nth-child(2n) a {
      padding-right: 1.5em; } }
  @media screen and (min-width: 42em) {
    .nav-main li:last-child a {
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      padding-left: 1.5em; } }
  @media screen and (min-width: 42em) {
    .nav-main li:last-child a span {
      color: #d2dc56; } }
  .nav-main a {
    color: white;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.875em 1.25em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media screen and (min-width: 42em) {
      .nav-main a {
        border-bottom: none;
        font-size: 13px;
        font-size: 0.8125rem;
        padding: 2em 1em 1.875em; } }
    .nav-main a:hover {
      background-color: #6f7522; }
      @media screen and (min-width: 42em) {
        .nav-main a:hover {
          background-color: rgba(0, 0, 0, 0.2); } }
    @media screen and (min-width: 42em) {
      .nav-main a.is-current {
        padding-bottom: 1.625em;
        padding-top: 1.75em;
        border-top: 0.25em solid rgba(204, 224, 231, 0.5);
        border-bottom: 0.25em solid rgba(204, 224, 231, 0.5); } }
    .nav-main a span {
      display: block;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 400;
      margin-top: -0.375em;
      letter-spacing: 0;
      text-transform: none; }
      @media screen and (min-width: 42em) {
        .nav-main a span {
          color: #cce0e7;
          margin-top: -0.125em;
          font-size: 11px;
          font-size: 0.6875rem; } }
  .nav-main .also-label {
    color: #6f7522;
    font-style: italic;
    padding: 0.875em 1.25em;
    border-bottom: 1px solid #959c2e; }
    @media screen and (min-width: 42em) {
      .nav-main .also-label {
        color: white;
        font-style: normal;
        text-transform: uppercase;
        border-bottom: none;
        color: #cce0e7;
        letter-spacing: 0.1em;
        font-size: 13px;
        font-size: 0.8125rem;
        padding-top: 2.05em;
        padding-right: 2em;
        opacity: 0.7;
        line-height: 1.2; } }
    @media screen and (min-width: 42em) {
      .nav-main .also-label strong {
        display: block;
        font-weight: 400;
        font-size: 16px;
        font-size: 1rem;
        letter-spacing: 0.125em; } }
    .nav-main .also-label:after {
      content: ':'; }
      @media screen and (min-width: 42em) {
        .nav-main .also-label:after {
          display: none; } }

.site-content {
  max-width: 62.5em;
  margin: 0 auto;
  padding: 1.25em; }

.site-content--home {
  overflow: hidden; }
  @media screen and (min-width: 56em) {
    .site-content--home {
      overflow: visible; } }

.home__promo-wrapper {
  background-image: url(/graphics/v4/home_slider_cims.png);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 -7em 0.5em -5em;
  max-width: 50em;
  pointer-events: none; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .home__promo-wrapper {
      background-image: url(/graphics/v4/home_slider_cims@2x.png); } }
  @media screen and (min-width: 46em) {
    .home__promo-wrapper {
      margin: 0 auto; } }
  @media screen and (min-width: 62.5em) {
    .home__promo-wrapper {
      left: -0.5em;
      margin-top: -3.5em;
      position: relative; } }
  .site-content--camps .home__promo-wrapper {
    background-image: none; }

.home__sites {
  margin: 0;
  padding: 0; }

.home__title-main {
  color: #46555a;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.1;
  margin: -0.5em 0 0.25em;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .home__title-main {
      font-size: 32px;
      font-size: 2rem;
      margin-bottom: 0.125em; } }
  @media screen and (min-width: 56em) {
    .home__title-main {
      font-size: 40px;
      font-size: 2.5rem;
      margin-bottom: 0.125em; } }

.home__title-secondary {
  color: #73a7ba;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 2em;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .home__title-secondary {
      font-size: 18px;
      font-size: 1.125rem; } }
  @media screen and (min-width: 56em) {
    .home__title-secondary {
      font-size: 21px;
      font-size: 1.3125rem; } }

.home__blurbs {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center; }
  .home__blurbs::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 30em) {
    .home__blurbs {
      padding-bottom: 1.25em; } }
  .home__blurbs li {
    border-top: 0.25em solid #d2dc56;
    padding-top: 0.25em;
    max-width: 15em;
    margin: 0 auto 1.5em;
    text-align: left; }
    @media screen and (min-width: 30em) {
      .home__blurbs li {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        margin: 0 3% 1.5em; } }
    @media screen and (min-width: 56em) {
      .home__blurbs li {
        width: 22.5%;
        margin: 0 1% 1.5em; } }
    @media screen and (min-width: 64em) {
      .home__blurbs li {
        display: block;
        float: left;
        width: 21.14583%;
        margin: 0 49px 1.5em 0; } }
    @media screen and (min-width: 64em) {
      .home__blurbs li:first-child {
        margin-right: 50px; } }
    @media screen and (min-width: 64em) {
      .home__blurbs li:last-child {
        margin-right: 0; } }
  .home__blurbs h4 {
    color: #46555a;
    font-size: 18pxpx;
    font-size: 1.125pxrem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    background-image: url(/graphics/v4/border_header_bottom.png);
    -webkit-background-size: 35px 4px;
    -moz-background-size: 35px 4px;
    -o-background-size: 35px 4px;
    background-size: 35px 4px;
    background-repeat: repeat-x;
    background-position: left bottom;
    margin: 0 0 1em;
    padding: 1em 0; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .home__blurbs h4 {
        background-image: url(/graphics/v4/border_header_bottom@2x.png); } }
    @media screen and (min-width: 30em) {
      .home__blurbs h4 {
        display: table;
        height: 4.5em;
        padding: 0;
        width: 91%;
        margin: 0 auto 1em; } }
    @media screen and (min-width: 30em) {
      .home__blurbs h4 a, .home__blurbs h4 div {
        display: table-cell;
        vertical-align: middle; } }
    .home__blurbs h4 a {
      color: #46555a;
      text-decoration: none; }
      .home__blurbs h4 a:hover {
        color: #73a7ba; }
  .home__blurbs p {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 0.75em; }
  .home__blurbs .and {
    font-style: italic;
    font-weight: 400; }

.home__video {
  display: none;
  background: #bac439 url(/graphics/v4/bg_home_video_link.jpg) top left no-repeat;
  -webkit-background-size: 960px 144px;
  background-size: 960px 144px;
  border-radius: 0.25em;
  max-width: 60em;
  margin: 0 auto 1.5em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (min-width: 40em) {
    .home__video {
      background-position: center top; } }
  .home__video.show-video {
    background-position: center -150px;
    background-color: #46555a;
    max-width: 47em; }
  .js.video .home__video {
    display: block; }

.home__video__link {
  color: #595a4f;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 1.625em 1em 1.5em 1.25em;
  position: relative;
  text-decoration: none; }
  @media screen and (min-width: 40em) {
    .home__video__link {
      font-size: 24px;
      font-size: 1.5rem;
      height: 144px;
      padding: 1.425em 1em 0 1.5em; } }
  @media screen and (min-width: 56em) {
    .home__video__link {
      padding-left: 3em; } }
  .home__video__link:hover {
    opacity: 0.7; }
  .home__video__link:before {
    position: absolute;
    content: '';
    background-image: url(/graphics/v4/icons.png);
    -webkit-background-size: 520px 350px;
    -moz-background-size: 520px 350px;
    -o-background-size: 520px 350px;
    background-size: 520px 350px;
    font-size: 16px;
    font-size: 1rem;
    background-position: -302px -69px;
    width: 5.5em;
    height: 5.5em;
    right: 1em;
    top: 1em; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .home__video__link:before {
        background-image: url(/graphics/v4/icons@2x.png); } }
    @media screen and (min-width: 40em) {
      .home__video__link:before {
        top: 50%;
        left: 50%;
        margin: -2.75em 0 0 -2.75em; } }
  .home__video__link.is-hidden {
    display: none; }
  .home__video__link strong {
    position: relative;
    margin-top: -0.325em;
    color: white;
    display: block;
    font-size: 30px;
    font-size: 1.875rem; }
    @media screen and (min-width: 40em) {
      .home__video__link strong {
        font-size: 42px;
        font-size: 2.625rem; } }

.home__video video {
  display: inline-block;
  max-width: 100%; }

.home__video__wrapper {
  visibility: hidden;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  max-height: 0;
  opacity: 0;
  padding: 0;
  text-align: center; }
  .show-video .home__video__wrapper {
    max-height: 30em;
    opacity: 1;
    padding: 1em 1em 0.5em;
    visibility: visible; }

.home__about-ncol__desc {
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 36em;
  margin: 0 auto 4em;
  position: relative;
  padding-left: 5em; }
  .home__about-ncol__desc:before {
    background-image: url(/graphics/v4/icons.png);
    -webkit-background-size: 520px 350px;
    -moz-background-size: 520px 350px;
    -o-background-size: 520px 350px;
    background-size: 520px 350px;
    background-position: -300px 0;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0.125em;
    content: '';
    width: 4em;
    height: 4.25em; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .home__about-ncol__desc:before {
        background-image: url(/graphics/v4/icons@2x.png); } }

.home__social {
  border-top: 0.25em solid #eaf5f1;
  border-bottom: 0.25em solid #eaf5f1;
  padding: 1.25em 1em;
  text-align: center;
  position: relative; }
  .home__social::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 48em) {
    .home__social {
      border-top: 0.125em solid #eaf5f1;
      border-bottom: 0.125em solid #eaf5f1; } }
  .home__social h4 {
    color: #46555a;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 0.5em;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.1em; }

@media screen and (min-width: 48em) {
  .home__networks {
    padding-top: 1.125em;
    width: 50%;
    float: right; } }

@media screen and (min-width: 60em) {
  .home__networks {
    position: absolute;
    top: 50%;
    margin-top: -5.25em;
    width: 33%;
    right: 1em; } }

.social-link {
  background-image: url(/graphics/v4/icons.png);
  -webkit-background-size: 260px 175px;
  -moz-background-size: 260px 175px;
  -o-background-size: 260px 175px;
  background-size: 260px 175px;
  display: inline-block;
  height: 3.25em;
  margin: 0 0.25em 1.5em;
  text-indent: -9999px;
  width: 3.25em; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
    .social-link {
      background-image: url(/graphics/v4/icons@2x.png); } }
  @media screen and (min-width: 48em) {
    .social-link {
      background-size: 520px 350px;
      height: 6.25em;
      margin: 0 0.5em 1.5em;
      text-indent: -9999px;
      width: 6.25em;
      opacity: 0.6; } }
  .social-link:hover {
    opacity: 0.6; }
    @media screen and (min-width: 48em) {
      .social-link:hover {
        opacity: 1; } }

.social-link--fb {
  background-position: -75px -104px; }
  @media screen and (min-width: 48em) {
    .social-link--fb {
      background-position: -150px -210px; } }

.social-link--twitter {
  background-position: 0 -104px; }
  @media screen and (min-width: 48em) {
    .social-link--twitter {
      background-position: 0 -210px; } }

.home__blog {
  background-color: #eaf5f1;
  border-radius: 0.25em;
  display: none;
  margin: 0 -1em;
  overflow: hidden;
  padding: 1em 1em 1em 4em;
  position: relative;
  text-align: left; }
  @media screen and (min-width: 48em) {
    .home__blog {
      padding-right: 1.5em;
      float: left;
      width: 50%; } }
  @media screen and (min-width: 60em) {
    .home__blog {
      padding: 2em 2em 2em 11em;
      width: 66%; } }
  .home__blog:before {
    background-image: url(/graphics/v4/icons.png);
    -webkit-background-size: 520px 350px;
    -moz-background-size: 520px 350px;
    -o-background-size: 520px 350px;
    background-size: 520px 350px;
    background-position: -375px -236px;
    background-repeat: no-repeat;
    opacity: 0.85;
    content: '';
    display: block;
    width: 9em;
    height: 7em;
    position: absolute;
    left: -2em;
    top: 50%;
    margin-top: -3.5em;
    z-index: 1; }
    @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .home__blog:before {
        background-image: url(/graphics/v4/icons@2x.png); } }
    @media screen and (min-width: 60em) {
      .home__blog:before {
        left: 0.5em; } }
  .home__blog.is-showing {
    display: block; }
  .home__blog h3 {
    margin: 0;
    font-size: 21px;
    font-size: 1.3125rem;
    position: relative;
    z-index: 2; }
    .home__blog h3 a {
      color: #73baa0;
      text-decoration: none; }
  .home__blog .home__blog__date {
    font-size: 12px;
    font-size: 0.75rem;
    font-style: italic;
    margin-bottom: 0.5em;
    opacity: 0.65;
    position: relative;
    z-index: 2; }
  .home__blog p {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 0;
    position: relative;
    z-index: 2; }
  .home__blog a {
    color: #73baa0; }
    .home__blog a:hover {
      color: #46555a; }

.copyright {
  color: #aaa;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  padding: 2em;
  text-align: center;
  text-transform: uppercase; }
  .copyright a {
    color: #aaa;
    font-weight: 400; }
