@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Stylesheet: Variables
******************************************************************/
/*********************
COLORS
*********************/
/******************************************************************
Stylesheet: Typography
******************************************************************/
/*********************
FONT FACE 
*********************/
@font-face {
  font-family: 'oswaldlight';
  src: url("../font/oswald-light-webfont.eot");
  src: url("../font/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("../font/oswald-light-webfont.woff") format("woff"), url("../font/oswald-light-webfont.ttf") format("truetype"), url("../font/oswald-light-webfont.svg#oswald-light-webfont") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oswaldextralight';
  src: url("../font/oswald-extralight-webfont.eot");
  src: url("../font/oswald-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("../font/oswald-extralight-webfont.woff2") format("woff2"), url("../font/oswald-extralight-webfont.woff") format("woff"), url("../font/oswald-extralight-webfont.ttf") format("truetype"), url("../font/oswald-extralight-webfont.svg#oswaldextralight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oswald_regularregular';
  src: url("../font/oswald-regular-webfont.eot");
  src: url("../font/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/oswald-regular-webfont.woff2") format("woff2"), url("../font/oswald-regular-webfont.woff") format("woff"), url("../font/oswald-regular-webfont.ttf") format("truetype"), url("../font/oswald-regular-webfont.svg#oswald_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }
p {
  -ms-word-wrap: normal;
  word-break: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?3687028");
  src: url("../font/fontello.eot?3687028#iefix") format("embedded-opentype"), url("../font/fontello.woff?3687028") format("woff"), url("../font/fontello.ttf?3687028") format("truetype"), url("../font/fontello.svg?3687028#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?3687028#fontello') format('svg');
  }
}
*/
.icon-left-open-big:before {
  content: '\e800'; }

/* '├« Γé¼' */
.icon-right-open-big:before {
  content: '\e801'; }

/* '├« ┬ü' */
.icon-down-open-mini {
  font-family: 'fontello'; }

.icon-down-open-mini:before {
  content: '\e802'; }

/* '├« ΓÇÜ' */
.icon-ok:before {
  content: '\e803'; }

/* '├« ╞Æ' */
/******************************************************************
Stylesheet: Sass Functions
******************************************************************/
/*********************
COLOR FUNCTIONS
Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Stylesheet: Mixins Stylesheet
******************************************************************/
/*********************
TRANSITION
*********************/
/*
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/******************************************************************
Stylesheet: Grid Stylesheet
******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important; }

@media (max-width: 767px) {
  .m-none {
    display: none !important; }

  .m-all {
    float: left;
    padding-right: 1em;
    width: 100%;
    padding-right: 0; }

  .m-1of2 {
    float: left;
    padding-right: 1em;
    width: 50%; }

  .m-1of3 {
    float: left;
    padding-right: 1em;
    width: 33.33%; }

  .m-2of3 {
    float: left;
    padding-right: 1em;
    width: 66.66%; }

  .m-1of4 {
    float: left;
    padding-right: 1em;
    width: 25%; }

  .m-3of4 {
    float: left;
    padding-right: 1em;
    width: 75%; } }
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-none {
    display: none !important; }

  .t-all {
    float: left;
    padding-right: 1em;
    width: 100%;
    padding-right: 0; }

  .t-1of2 {
    float: left;
    padding-right: 1em;
    width: 50%; }

  .t-1of3 {
    float: left;
    padding-right: 1em;
    width: 33.33%; }

  .t-2of3 {
    float: left;
    padding-right: 1em;
    width: 66.66%; }

  .t-1of4 {
    float: left;
    padding-right: 1em;
    width: 25%; }

  .t-3of4 {
    float: left;
    padding-right: 1em;
    width: 75%; }

  .t-1of5 {
    float: left;
    padding-right: 1em;
    width: 20%; }

  .t-2of5 {
    float: left;
    padding-right: 1em;
    width: 40%; }

  .t-3of5 {
    float: left;
    padding-right: 1em;
    width: 60%; }

  .t-4of5 {
    float: left;
    padding-right: 1em;
    width: 80%; }

  .last-col {
    float: right;
    padding-right: 0 !important; } }
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-none {
    display: none !important; }

  .d-all {
    float: left;
    padding-right: 1em;
    width: 100%;
    padding-right: 0; }

  .d-1of2 {
    float: left;
    padding-right: 1em;
    width: 50%; }

  .d-1of3 {
    float: left;
    padding-right: 1em;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    padding-right: 1em;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 1em;
    width: 25%; }

  .d-3of4 {
    float: left;
    padding-right: 1em;
    width: 75%; }

  .d-1of5 {
    float: left;
    padding-right: 1em;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 1em;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 1em;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 1em;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 1em;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    padding-right: 1em;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    padding-right: 1em;
    width: 28.5714286%; }

  .d-3of7 {
    float: left;
    padding-right: 1em;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    padding-right: 1em;
    width: 57.1428572%; }

  .d-5of7 {
    float: left;
    padding-right: 1em;
    width: 71.4285715%;
    padding-right: 1.5em; }

  .d-6of7 {
    float: left;
    padding-right: 1em;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    padding-right: 1em;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 1em;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    padding-right: 1em;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 1em;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    padding-right: 1em;
    width: 8.33%; }

  .d-80 {
    width: 66%;
    margin: 0 auto;
    font-size: 1.125em; }

  .last-col {
    float: right;
    padding-right: 0 !important; } }
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Stylesheet: Alert Styles
******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Stylesheet: Button Styles
******************************************************************/
/*********************
BUTTON DEFAULTS
*********************/
.blue-btn, .comment-reply-link, #submit, a.black-arrow-btn, a.black-arrow-btn:visited, #gform_submit_button_31, #gform_submit_button_33, #gform_submit_button_11, a.black-btn, a.black-btn:visited, a.yellow-btn, a.yellow-btn:visited, #gform_submit_button_37, #gform_submit_button_18, #gform_submit_button_38, #gform_submit_button_39, #gform_submit_button_40 {
  display: inline-block;
  position: relative;
  font-family: "proxima-nova", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 24px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, a.black-arrow-btn:hover, #gform_submit_button_31:hover, #gform_submit_button_33:hover, #gform_submit_button_11:hover, a.black-btn:hover, a.yellow-btn:hover, #gform_submit_button_37:hover, #gform_submit_button_18:hover, #gform_submit_button_38:hover, #gform_submit_button_39:hover, #gform_submit_button_40:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus, a.black-arrow-btn:focus, #gform_submit_button_31:focus, #gform_submit_button_33:focus, #gform_submit_button_11:focus, a.black-btn:focus, a.yellow-btn:focus, #gform_submit_button_37:focus, #gform_submit_button_18:focus, #gform_submit_button_38:focus, #gform_submit_button_39:focus, #gform_submit_button_40:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }
  .blue-btn:active, .comment-reply-link:active, #submit:active, a.black-arrow-btn:active, #gform_submit_button_31:active, #gform_submit_button_33:active, #gform_submit_button_11:active, a.black-btn:active, a.yellow-btn:active, #gform_submit_button_37:active, #gform_submit_button_18:active, #gform_submit_button_38:active, #gform_submit_button_39:active, #gform_submit_button_40:active {
    top: 1px; }

.blue-btn, .comment-reply-link, #submit {
  background-color: #5b8ca3; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    background-color: #548196; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
    background-color: #527e93; }

a.black-arrow-btn, a:visited.black-arrow-btn, #gform_submit_button_31, #gform_submit_button_33, #gform_submit_button_11 {
  background-color: #262626;
  color: #fff;
  padding: 20px 25px;
  text-decoration: none; }
  a.black-arrow-btn:hover, a.black-arrow-btn:focus, a:visited.black-arrow-btn:hover, a:visited.black-arrow-btn:focus, #gform_submit_button_31:hover, #gform_submit_button_31:focus, #gform_submit_button_33:hover, #gform_submit_button_33:focus, #gform_submit_button_11:hover, #gform_submit_button_11:focus {
    background-color: #1c1c1c;
    color: #fff; }
  a.black-arrow-btn:active, a:visited.black-arrow-btn:active, #gform_submit_button_31:active, #gform_submit_button_33:active, #gform_submit_button_11:active {
    background-color: #191919; }

a.black-btn, a:visited.black-btn {
  background-color: #262626;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: normal;
  margin: 5px 10px; }
  a.black-btn:hover, a.black-btn:focus, a:visited.black-btn:hover, a:visited.black-btn:focus {
    background-color: #1c1c1c;
    color: #fff; }
  a.black-btn:active, a:visited.black-btn:active {
    background-color: #191919; }

a.yellow-btn, a:visited.yellow-btn {
  background-color: #fbac35;
  color: #000;
  font-size: 1.250em;
  padding: 10px 35px;
  text-decoration: none;
  font-weight: 700;
  margin: 5px 10px; }
  a.yellow-btn:hover, a.yellow-btn:focus, a:visited.yellow-btn:hover, a:visited.yellow-btn:focus {
    background-color: #1c1c1c;
    color: #fff; }
  a.yellow-btn:active, a:visited.yellow-btn:active {
    background-color: #191919; }

#gform_submit_button_37, #gform_submit_button_18, #gform_submit_button_38, #gform_submit_button_39, #gform_submit_button_40 {
  background-color: #fbac35;
  color: #000;
  font-size: 1.1em;
  padding: 10px 35px;
  text-decoration: none;
  font-weight: 700;
  margin: 5px 0; }
  #gform_submit_button_37:hover, #gform_submit_button_37:focus, #gform_submit_button_18:hover, #gform_submit_button_18:focus, #gform_submit_button_38:hover, #gform_submit_button_38:focus, #gform_submit_button_39:hover, #gform_submit_button_39:focus, #gform_submit_button_40:hover, #gform_submit_button_40:focus {
    background-color: #fba421;
    color: #fff; }
  #gform_submit_button_37:active, #gform_submit_button_18:active, #gform_submit_button_38:active, #gform_submit_button_39:active, #gform_submit_button_40:active {
    background-color: #fba21c; }

/******************************************************************
Stylesheet: Form Styles
******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 35px;
  line-height: 1em;
  padding: 0 8px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #262626;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "proxima-nova", sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #f7f8fa;
    outline: none; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #fff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

select::-ms-expand {
  display: none; }

.hs-form.stacked .field {
  background: transparent; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Stylesheet: Base Mobile Stylesheet
******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #262626;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
.page-id-2880 .hentry {
  text-align: center; }

.page-id-11498 .gform_body .m-all {
  float: none; }
.page-id-11498 .entry-content img {
  width: 100%; }

.page-id-2345 .single-service {
  margin: 3% 0 0;
  text-align: center; }
  .page-id-2345 .single-service .yellow-btn {
    font-size: .9em;
    margin-top: 20px; }
  .page-id-2345 .single-service p {
    margin: 0 11%;
    text-align: center; }
  .page-id-2345 .single-service img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .page-id-2345 .single-service img:hover {
      transform: scale(1.05); }
.page-id-2345 .page-title {
  font-size: 3.75em; }
.page-id-2345 .entry-content h3 {
  text-transform: uppercase;
  font-size: 1.438em;
  margin-bottom: 0;
  text-align: center; }
  .page-id-2345 .entry-content h3 a {
    color: #000; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 90%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #5b8ca3;
  /* on hover */
  /* on click */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #4b7386; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

iframe {
  border: none; }

hr {
  border: none;
  border-bottom: 1px solid #eee; }

.pageid-11704 .entry-content .aligncenter, .entry-content img.aligncenter {
  padding: 10px;
  border: 1px solid #ccc; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-family: "Oswald", sans-serif; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 2.375em;
  text-transform: uppercase;
  line-height: 1.333em;
  margin: 0;
  margin-bottom: .5em; }

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin: 0;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.325em; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

p.breadcrumb {
  font-size: .9em;
  margin-top: 0; }

/*********************
HEADER STYLES
*********************/
.header {
  background-color: #262626;
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9999;
  clear: both;
  height: 90px;
  top: 0; }

#logo {
  margin: 0.74em 0 0; }
  #logo img {
    width: 100%;
    max-width: 205px; }

/*********************
NAVIGATION STYLES
*********************/
.menu-btn {
  position: absolute;
  right: 5%;
  top: 10px;
  z-index: 1000;
  padding: 0;
  width: 2.5em;
  height: 2.25em;
  border: none;
  text-indent: 2.5em;
  font-size: 1.1em;
  color: transparent;
  background: transparent; }
  .menu-btn:before {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    bottom: 0.5em;
    left: 0.5em;
    background: linear-gradient(#ffffff 20%, transparent 20%, transparent 40%, #ffffff 40%, #ffffff 60%, transparent 60%, transparent 80%, #ffffff 80%);
    content: ''; }

.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.75em; }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 30px; }

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 120px;
  margin-bottom: 5em; }

.page-template-page-leadership #content {
  margin-top: 35px;
  padding-bottom: 50px;
  margin-bottom: 0;
  background: url(../images/Double-lines.png) no-repeat bottom center; }
.page-template-page-leadership .contact-home {
  margin-top: 40px;
  padding-bottom: 60px; }
  .page-template-page-leadership .contact-home h2, .page-template-page-leadership .contact-home p {
    text-align: center; }

.single-portfolio #projects {
  margin-top: 90px; }

.home #content, .page-id-11498 #content, .page-template-page-bios #content {
  margin-top: 90px; }

.page-template-page-socialguide #content {
  margin-top: 90px;
  background-color: #eee;
  margin-bottom: 0; }

.page-template-page-services-temp #content {
  margin-top: 90px;
  margin-bottom: 0; }

.hentry footer p {
  margin: 0; }

/* end .hentry */
.blog .hentry, .archive .hentry {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.footer-category {
  font-size: .9em; }

.thumbnail-wrapper img {
  float: none;
  text-align: center;
  margin-right: 20px; }

.single-title,
.page-title,
.entry-title {
  margin: 0; }

.page-title {
  margin-bottom: 25px; }

.entry-title {
  font-size: 1.5em; }

.single-title {
  font-size: 1.75em; }

/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
  font-size: .9em; }

.single .byline {
  margin-bottom: 15px; }

/* entry content */
.entry-content {
  padding: 0;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content h1, .entry-content .h1, .entry-content h2, .entry-content .h2, .entry-content h3, .entry-content .h3, .entry-content h4, .entry-content .h4, .entry-content h5, .entry-content .h5 {
    text-transform: none;
    color: #555;
    margin: 0 0 0.5em; }
  .entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5 {
    font-weight: 400; }
  .entry-content p {
    margin: 0 0 1em; }
  .entry-content ul, .entry-content ol {
    margin-top: 0; }
  .entry-content ul {
    display: inline-block;
    position: relative;
    margin-left: 40px; }
    .entry-content ul li {
      list-style: disc; }
      .entry-content ul li ul.children {
        display: block; }
  .entry-content ol {
    display: inline-block;
    position: relative;
    margin-left: 40px; }
    .entry-content ol li {
      list-style: decimal; }
      .entry-content ol li ul.children {
        display: block; }
    .entry-content ol li + li {
      margin-top: 1em; }
  .entry-content table {
    width: 100%;
    border: 1px solid #eaedf2;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9fa6b4;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #eaedf2; }
    .entry-content tr:nth-child(even) {
      background-color: #f8f9fa; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #eaedf2; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #5b8ca3;
    font-style: italic;
    color: #9fa6b4; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/* end .entry-content */
.post-date {
  font-size: .8em; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: #fff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #eaedf2; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #5b8ca3; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #5b8ca3;
      color: #fff; }
  .pagination .current {
    cursor: default;
    color: #262626; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #fff;
      color: #262626; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa; }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #9fa6b4;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: #fff; }
  .comment.even {
    background: #f8f9fa; }

/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #262626; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em; }

/* comment submit button */
#submit {
  float: right;
  font-size: 1em; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.no-widgets {
  background-color: #fff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #262626;
  color: #f8f9fa;
  font-size: 1em;
  padding: 45px 0 25px; }
  .footer a {
    color: #fff;
    text-decoration: none; }
  .footer h3 {
    font-family: "oswaldlight", sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    margin: 0;
    text-transform: uppercase; }

.footer-links ul {
  margin: 0; }
  .footer-links ul li {
    display: inline;
    padding: 0 5px; }
    .footer-links ul li a {
      text-decoration: none;
      color: #f8f9fa; }
  .footer-links ul li + li {
    border-left: 1px solid #f8f9fa;
    padding-left: 8px; }

/* end .footer-links */
p.copyright {
  margin: 5px 0; }

/*********************
CUSTOM STYLES
*********************/
#brochure img {
  max-width: 100%; }

.home #content .h1 {
  text-align: center; }

.our-work img {
  width: 100%; }

.home .our-work {
  margin-top: 2.5em; }

.additional-projects {
  margin: 15px 0 0; }
  .additional-projects .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    text-align: center;
    background-color: #e6a53d;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 15px; }
    .additional-projects .overlay div {
      margin: auto; }
    .additional-projects .overlay h3 {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 1.3em;
      margin: 0;
      line-height: 1.4;
      margin-bottom: .5em; }
    .additional-projects .overlay h4 {
      color: #fff;
      text-transform: uppercase;
      font-family: "proxima-nova", sans-serif;
      margin: 0;
      line-height: 1.4; }
  .additional-projects li {
    position: relative;
    vertical-align: middle;
    line-height: 0; }
    .additional-projects li:hover .overlay {
      padding-top: 3%;
      opacity: 1;
      display: block; }
  .additional-projects li + li {
    margin-top: 14px; }

.feature-project {
  position: relative;
  vertical-align: middle;
  line-height: 0;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .feature-project .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    text-align: center;
    background-color: #e6a53d;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 15px; }
    .feature-project .overlay div {
      margin: auto; }
    .feature-project .overlay h3 {
      text-transform: uppercase;
      font-weight: 400;
      font-size: 1.3em;
      margin: 0;
      line-height: 1.4;
      margin-bottom: .5em; }
    .feature-project .overlay h4 {
      color: #fff;
      text-transform: uppercase;
      font-family: "proxima-nova", sans-serif;
      margin: 0;
      line-height: 1.4; }
  .feature-project:hover .overlay, .feature-project:active .overlay, .feature-project:focus .overlay {
    opacity: 1;
    padding-top: 5%;
    display: block; }
  .feature-project a {
    color: #fff;
    text-decoration: none; }

ul.services-home li {
  height: 100%;
  background: #262626;
  min-height: 430px; }
  ul.services-home li .left {
    display: block;
    vertical-align: middle;
    position: relative;
    text-align: center; }
    ul.services-home li .left img {
      width: 96%;
      max-width: 644px; }
  ul.services-home li .right {
    color: #fff;
    display: block;
    position: relative; }
    ul.services-home li .right div {
      padding: 30px;
      text-align: center; }
      ul.services-home li .right div h3 {
        text-transform: uppercase;
        color: #e6a53d;
        font-family: "proxima-nova", sans-serif;
        font-weight: bold;
        margin: 0;
        font-size: 1.375em; }
      ul.services-home li .right div p {
        font-size: 1.25em;
        margin: 0; }

.our-agency-home {
  padding-top: 0; }
  .our-agency-home .agency_thumbnails {
    text-align: center;
    padding-top: 40px; }

body .gform_wrapper .top_label .gfield_label {
  margin: 0; }
body .gform_wrapper label.gfield_label + div.ginput_container {
  margin: 0; }

/*********************
IMPORT STYLES
*********************/
#project h1 {
  font-weight: 400;
  font-size: 2.5em;
  font-family: 'oswald', sans-serif;
  text-transform: uppercase;
  line-height: 1.1 !important;
  margin-top: 80px !important;
  font-size-adjust: none; }
  #project h1 span {
    font-size: 1.5em; }
#project h2 {
  font-family: 'oswald', sans-serif;
  font-weight: 400;
  font-size: 25px;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase; }

.project-summary {
  color: #fff;
  padding: 8% 5%;
  background-size: cover;
  background-repeat: no-repeat; }

.project-objective {
  padding: 4% 7% 1.5%; }
  .project-objective img {
    width: 100%; }

.objective-content {
  margin: 0 10% 5% 0; }

.project-strategy {
  background: #ededed;
  font-size: 18px; }
  .project-strategy .wrap {
    width: 92%;
    margin: 0 auto;
    padding: 4% 0; }

.postid-11781 .project-strategy {
  background: #d0dfe2; }
.postid-11781 .project-summary {
  min-height: 650px; }

.strategy-content {
  padding: 0 5%; }

.project-results {
  min-height: 492px;
  text-align: center;
  background-size: cover; }
  .project-results .wrap {
    width: 75%;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 20px; }
    .project-results .wrap h2 {
      margin-bottom: 10px; }

ul.results-content {
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
  padding-top: 20px;
  color: #fff;
  line-height: 1; }
  ul.results-content li {
    display: block;
    margin: 10px;
    text-align: center;
    font-weight: bold; }
    ul.results-content li span {
      font-family: "Oswald", sans-serif;
      font-size: 3.5em;
      font-weight: 300; }
    ul.results-content li span.count {
      font-size: 1em;
      font-weight: 300; }
    ul.results-content li span.increase {
      font-size: 1em;
      font-family: "proxima-nova", sans-serif;
      font-weight: 700; }
    ul.results-content li span.small {
      font-size: .85em;
      font-weight: 400;
      font-family: "proxima-nova", sans-serif; }

.col-4 li {
  width: 100%; }

ul.col-5 li {
  margin: 10px 20px;
  text-align: center; }

ul.col-5 li span {
  font-size: 2em; }

a.lars-btn {
  background: #f5a423 url(../images/arrow-2.png) no-repeat 90% 48%;
  padding: 15px 40px 15px 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  text-decoration: none; }

a:hover.lars-btn {
  background: #292929 url(../images/arrow-2.png) no-repeat 90% 48%;
  color: #fff; }

a.bliss-btn {
  background: #292929 url(../images/arrow-2.png) no-repeat 94% 48%;
  padding: 15px 40px 15px 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  text-decoration: none; }

a:hover.bliss-btn {
  background: #f5a423 url(../images/arrow-2.png) no-repeat 94% 48%;
  color: #fff; }

.our-services-home {
  margin-top: 25px; }

.our-services {
  text-align: center;
  padding: 50px 5%; }

ul.project-our-services {
  margin: 40px auto; }
  ul.project-our-services li {
    text-transform: uppercase;
    text-align: center;
    font-family: 'oswald', sans-serif;
    color: #5a5d5f;
    font-size: 18px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    ul.project-our-services li span {
      display: block;
      margin-bottom: 15px; }
    ul.project-our-services li a {
      text-decoration: none;
      color: #5a5d5f; }
    ul.project-our-services li:hover {
      transform: scale(1.1); }

#socials {
  display: block;
  min-height: 45px;
  margin: 10px 0 15px; }
  #socials .social {
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    margin: 0 10px 20px 0;
    background: url(//www.customermagnetism.com/imgs2/layout/social-icons.png) no-repeat 0 0; }
  #socials .facebook {
    background-position: 0 -45px; }
    #socials .facebook:hover {
      background-position: 0 -45px; }
  #socials .googleplus {
    background-position: -45px -45px; }
    #socials .googleplus:hover {
      background-position: -45px -45px; }
  #socials .twitter {
    background-position: -90px -45px; }
    #socials .twitter:hover {
      background-position: -90px -45px; }
  #socials .youtube {
    background-position: -135px -45px; }
    #socials .youtube:hover {
      background-position: -135px -45px; }
  #socials .linkedin {
    background-position: -180px -45px; }
    #socials .linkedin:hover {
      background-position: -180px -45px; }

.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
  background: none; }

.rsContent p {
  width: 95%;
  margin: 0 auto 20px; }

.rsDefaultInv, .rsDefaultInv .rsOverflow, .rsDefaultInv .rsSlide, .rsDefaultInv .rsVideoFrameHolder, .rsDefaultInv .rsThumbs {
  background-color: #fff !important; }

#new-royalslider-6 {
  padding: 0;
  margin: 25px auto 0;
  font-size: 0.9em; }
  #new-royalslider-6 p {
    margin: 10px 15px;
    font-size: 0.9em; }
  #new-royalslider-6 p.name {
    text-align: right;
    font-style: italic; }
  #new-royalslider-6 img {
    float: left;
    max-height: 146px;
    max-width: 195px; }

.request-a-quote-project {
  padding: 0;
  background: url(../images/project-bottom-pattern.png) repeat; }
  .request-a-quote-project .wrap {
    background: url(../images/project-arrow.png) no-repeat top center;
    width: 95%;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center; }

body .gform_wrapper div.charleft {
  color: #000; }

#gform_31 input[type=password], #gform_31 input[type=text], #gform_31 select, #gform_31 textarea, #gform_31 input[type=email], #gform_31 input[type=tel] {
  border: none;
  box-shadow: none;
  padding: 10px 5px; }

body #gform_31 .top_label .gfield_label {
  display: none; }

body #gform_38 .gform_footer {
  margin: 0;
  padding: 0; }

#input_31_13 {
  width: 98.45%;
  margin-top: 10px; }

.page-id-11498 .page-title {
  display: none; }

#gform_wrapper_33, #gform_wrapper_11 {
  width: 100%;
  max-width: 1021px;
  margin: 0 auto; }
  #gform_wrapper_33 img, #gform_wrapper_11 img {
    margin: 0; }
  #gform_wrapper_33 .alpha-item, #gform_wrapper_11 .alpha-item {
    font-size: 2.5em;
    padding: 10px;
    text-align: center;
    display: block;
    font-weight: bold; }
  #gform_wrapper_33 .gform_heading, #gform_wrapper_11 .gform_heading {
    margin: 0;
    width: 100%; }
  #gform_wrapper_33 .top_label .gfield_error, #gform_wrapper_11 .top_label .gfield_error {
    width: 100%; }
  #gform_wrapper_33 li.gfield.gfield_error.gfield_contains_required div.gfield_description, #gform_wrapper_11 li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 0 !important; }
  #gform_wrapper_33 .gform_body .gfield_label, #gform_wrapper_11 .gform_body .gfield_label {
    display: none; }
  #gform_wrapper_33 .gform_body .gfield_description, #gform_wrapper_11 .gform_body .gfield_description {
    width: 100%;
    margin: 0;
    padding: 0; }
  #gform_wrapper_33 .gform_body ul.gfield_radio, #gform_wrapper_11 .gform_body ul.gfield_radio {
    width: 100%;
    display: block;
    margin: 0 auto !important; }
    #gform_wrapper_33 .gform_body ul.gfield_radio li, #gform_wrapper_11 .gform_body ul.gfield_radio li {
      border: 3px solid #ebebeb;
      border-radius: 5px; }
      #gform_wrapper_33 .gform_body ul.gfield_radio li input[type=radio], #gform_wrapper_11 .gform_body ul.gfield_radio li input[type=radio] {
        opacity: 0.01; }
      #gform_wrapper_33 .gform_body ul.gfield_radio li input[type="radio"]:checked + label, #gform_wrapper_11 .gform_body ul.gfield_radio li input[type="radio"]:checked + label {
        color: #00aced; }
      #gform_wrapper_33 .gform_body ul.gfield_radio li label, #gform_wrapper_11 .gform_body ul.gfield_radio li label {
        display: block;
        margin: 0;
        background-color: white; }
        #gform_wrapper_33 .gform_body ul.gfield_radio li label img, #gform_wrapper_11 .gform_body ul.gfield_radio li label img {
          pointer-events: none; }
        #gform_wrapper_33 .gform_body ul.gfield_radio li label:hover, #gform_wrapper_11 .gform_body ul.gfield_radio li label:hover {
          cursor: pointer;
          color: #BD0000; }
  #gform_wrapper_33 .gform_footer, #gform_wrapper_11 .gform_footer {
    text-align: center; }

#gform_wrapper_11 .field_admin_only {
  margin: 0;
  padding: 0; }
#gform_wrapper_11 .top_label .gfield_error {
  width: 32%; }

#gform_submit_button_31 {
  background: #2b2a2b;
  font-family: 'proxima-nova', sans-serif !important; }

body .flex-direction-nav a {
  display: none; }

body .flex-direction-nav .flex-next {
  background-position: 0 100%;
  right: -10%; }

body .flex-direction-nav .flex-prev {
  left: -10%; }

body .flexslider:hover .flex-next {
  opacity: 0.8;
  right: -10%; }

body .flexslider:hover .flex-prev {
  opacity: 0.8;
  left: -10%; }

#contactvabch {
  /*#013E8F*/
  background: url(//www.customermagnetism.com/wp-content/uploads/2015/06/sea-Jerms.jpg) no-repeat scroll;
  background-position: center 0%;
  background-size: cover;
  height: 300px;
  max-height: 300px;
  position: static; }

#sea-jerem {
  min-height: 200px; }

.contact-home h2.vb {
  color: white;
  font-size: 3em;
  padding-top: 30px;
  text-transform: uppercase; }
.contact-home h2 {
  text-align: center;
  margin-bottom: 0; }
.contact-home p {
  text-align: center;
  margin-top: 0; }

body .gform_wrapper .top_label li.gfield.gf_left_third, body .gform_wrapper .top_label li.gfield.gf_middle_third, body .gform_wrapper .top_label li.gfield.gf_right_third {
  width: 100%; }

/*********************
SOCIAL MEDIA GUIDE STYLES
*********************/
.social-header {
  background: url(../images/social-guide/header-bg.png) no-repeat;
  background-size: cover;
  padding: 0;
  display: table;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .social-header .social-title {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 15px; }
    .social-header .social-title img {
      width: 100%;
      max-width: 539px; }

.social-nav {
  text-align: center;
  padding: 8px 0;
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 47px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .social-nav a {
    display: inline;
    padding: 0; }
  .social-nav img {
    padding: 5px;
    border-radius: 50%;
    width: 100%;
    max-width: 30px; }

.stay-top {
  top: 80px;
  position: fixed;
  background: #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.social-type-wrap {
  position: relative; }
  .social-type-wrap section {
    position: relative; }
  .social-type-wrap .social-type {
    position: relative;
    display: block;
    padding: 35% 0 0;
    width: 100%;
    text-align: center; }
    .social-type-wrap .social-type img {
      width: 100%;
      max-width: 1021px; }
  .social-type-wrap .social-overlay {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    text-align: left;
    padding: 10px 0 10px 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff; }
    .social-type-wrap .social-overlay a {
      color: #fff;
      font-size: .9em;
      text-decoration: none; }
    .social-type-wrap .social-overlay .pdf-icon:before {
      display: inline-block;
      width: 30px;
      height: 36px;
      content: "";
      background: url(../images/social-guide/pdf.png) no-repeat left center;
      vertical-align: middle; }
    .social-type-wrap .social-overlay .ps-icon:before {
      display: inline-block;
      width: 30px;
      height: 36px;
      content: "";
      background: url(../images/social-guide/ps-icon.png) no-repeat left center;
      vertical-align: middle; }

.active .facebook {
  background: #3b5999; }

.active .googleplus {
  background: #de4b39; }

.active .instagram {
  background: #517fa4; }

.active .twitter {
  background: #00aced; }

.active .pinterest {
  background: #cb2027; }

.active .linkedin {
  background: #007bb6; }

.active .youtube {
  background: #bb0000; }

.hide {
  display: none; }

.back-to-top {
  position: fixed;
  bottom: 10%;
  right: 0px;
  text-decoration: none;
  color: #000000;
  background-color: rgba(235, 235, 235, 0.8);
  font-size: 12px;
  padding: 1em;
  z-index: 9999;
  display: none; }

.back-to-top:hover {
  background-color: rgba(135, 135, 135, 0.5);
  text-decoration: none;
  color: #ffffff; }

/*QUIZ*/
.quiz-share {
  margin: 0 auto;
  text-align: center; }
  .quiz-share a, .quiz-share input {
    color: #fff;
    display: inline-block;
    padding: 10px 10px 10px 40px;
    text-decoration: none;
    margin: 5px;
    width: 195px;
    font-size: .95em;
    border-radius: 0; }
    .quiz-share a:hover, .quiz-share input:hover {
      color: #fff; }
  .quiz-share input {
    border: none; }
  .quiz-share .icon-facebook {
    background: #3b5999 url(//www.customermagnetism.com/wp-content/uploads/2015/06/facebook.png) no-repeat 7% center; }
  .quiz-share .icon-gplus {
    background: #de4b39 url(//www.customermagnetism.com/wp-content/uploads/2015/06/google-plus.png) no-repeat 7% center; }
  .quiz-share .icon-twitter {
    background: #00aced url(//www.customermagnetism.com/wp-content/uploads/2015/06/twitter1.png) no-repeat 10% center; }
  .quiz-share .icon-linkedin {
    background: #007bb6 url(//www.customermagnetism.com/wp-content/uploads/2015/06/linkedin.png) no-repeat 7% center; }

.quiz-mobile-banner {
  background: url(//www.customermagnetism.com/twitter-quiz/mobile-banner.png) no-repeat center top;
  width: 100%;
  height: 500px; }

/* Golf Event */
.top-event-banner {
  background: url(//www.customermagnetism.com/cmgolf/top-bg.jpg) no-repeat top left;
  background-size: cover;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
  padding-top: 120px; }
  .top-event-banner .wrap {
    padding: 0 0 20px 0; }
  .top-event-banner img {
    margin-bottom: 25px;
    width: 100%;
    max-width: 250px; }
  .top-event-banner h2, .top-event-banner h3, .top-event-banner h4, .top-event-banner h5 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 800;
    margin: 0;
    color: #fff; }
  .top-event-banner h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 2em;
    margin-bottom: 15px; }
  .top-event-banner h3 {
    font-size: 21px; }
  .top-event-banner p {
    font-size: 112.5%;
    margin: 0;
    color: #fff;
    font-weight: 300; }
  .top-event-banner p.small {
    font-size: 14px; }
  .top-event-banner h5 {
    text-shadow: 1px 1px 0px #51b791;
    color: #000;
    letter-spacing: 6px;
    font-size: 1em;
    margin-bottom: 0; }

.gray-banner {
  background: #e9ece2;
  text-align: center;
  padding: 25px 10px; }
  .gray-banner li {
    display: block;
    font-size: 1.3em;
    font-weight: 400;
    text-transform: uppercase; }
    .gray-banner li:before {
      content: '\e803';
      font-family: "fontello";
      color: #9cada9;
      padding-right: 5px; }
  .gray-banner h2 {
    font-family: "proxima-nova", sans-serif;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0; }

.event-info {
  text-align: center;
  padding: 40px 0 35px 0; }
  .event-info h2, .event-info h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "proxima-nova", sans-serif;
    margin: 0; }
    .event-info h2 span, .event-info h3 span {
      font-weight: 400; }
  .event-info h2 {
    font-size: 2.5em; }
  .event-info p {
    margin: 0; }
  .event-info h2.club-name {
    text-transform: none;
    font-weight: 400;
    font-family: "garamond-premier-pro", serif;
    font-size: 2.5em; }
  .event-info ul {
    margin: 0;
    margin-bottom: 20px; }
    .event-info ul li {
      display: block;
      text-transform: uppercase;
      font-size: 1.375em; }
      .event-info ul li span {
        font-weight: 700; }
  .event-info .section {
    width: 100%;
    max-width: 450px;
    margin: 0 auto; }
  .event-info .section + .section {
    border-top: 1px dashed #aaaaaa;
    margin-top: 15px;
    padding-top: 15px; }

.sponsorship {
  background: #e1e9e7;
  padding: 35px 0;
  text-align: center; }
  .sponsorship h2, .sponsorship h4 {
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0; }
  .sponsorship h2 {
    font-size: 1.625em;
    text-align: center; }
  .sponsorship h4 {
    font-size: 1.125em;
    text-align: left;
    display: block; }
  .sponsorship ul {
    margin: 0;
    margin-bottom: 40px;
    text-align: left; }
  .sponsorship li {
    display: block;
    font-size: 100%;
    margin-bottom: 5px;
    font-weight: 400; }
    .sponsorship li:before {
      content: '\e803';
      font-family: "fontello";
      color: #000;
      padding-right: 5px;
      float: left;
      height: 25px; }

.sponsors {
  padding: 30px 0;
  text-align: center; }
  .sponsors p {
    font-size: 1.250em; }

.registration-form {
  padding: 30px 0; }
  .registration-form h2, .registration-form h4 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    margin-top: 15px; }

/*Services*/
.services-section {
  color: #292929;
  position: relative;
  padding: 4% 0 3%; }
  .services-section .arrow-wrap {
    text-align: center;
    padding-top: 2%; }
    .services-section .arrow-wrap .arrow-down {
      font-family: 'fontello';
      font-size: 3em; }
      .services-section .arrow-wrap .arrow-down:before {
        content: '\e802'; }
  .services-section h2 {
    font-size: 2em;
    text-transform: uppercase; }
  .services-section img {
    width: 100%;
    height: auto; }
  .services-section .numbers {
    border-radius: 50%;
    background-color: #fbac35;
    font-family: "oswaldlight", sans-serif;
    font-size: 5em;
    color: #fff;
    padding: 15px;
    width: 130px;
    height: 130px;
    text-align: center;
    vertical-align: top;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 25px  0;
    line-height: 1; }
  .services-section .h1 {
    font-size: 2.250em;
    font-family: "oswaldlight", sans-serif;
    font-weight: bold;
    display: inline-block;
    width: 100%; }
    .services-section .h1 span {
      background: url(../images/title-border-light.png) repeat-x bottom; }
  .services-section h4 {
    color: #fbac35;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.250em;
    font-family: "proxima-nova", sans-serif; }
  .services-section p {
    margin-top: 0;
    margin-bottom: 1.5em;
    font-size: 112.5%; }
  .services-section a.yellow-btn {
    font-size: 1.375em;
    color: #fff;
    margin: 30px 0 0; }
    .services-section a.yellow-btn:hover, .services-section a.yellow-btn:active {
      background: #fff;
      color: #fbac35; }
  .services-section a.yellow-btn.small {
    font-size: 112.5%;
    color: #000; }
    .services-section a.yellow-btn.small:hover, .services-section a.yellow-btn.small:active {
      background: #292929;
      color: #fbac35; }
  .services-section ul {
    margin-left: 30px; }
    .services-section ul li {
      list-style: disc; }

.black-bg {
  background: #292929;
  color: #fff; }
  .black-bg .h1 span {
    background: url(../images/title-border.png) repeat-x bottom; }
  .black-bg:before {
    content: '';
    background: url(../images/black-bg-top.png) repeat-x;
    height: 7px;
    width: 100%;
    position: absolute;
    top: 0; }
  .black-bg:after {
    content: '';
    background: url(../images/black-bg-bottom.png) repeat-x;
    height: 7px;
    width: 100%;
    position: absolute;
    bottom: 0; }

.gallery {
  padding: 3% 0 5%; }
  .gallery h2 {
    text-align: center;
    font-family: "oswaldlight", sans-serif;
    margin-bottom: 3%;
    font-weight: bold; }

.slick-prev {
  left: 0px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 0px; }
  [dir="rtl"] .slick-next {
    left: 0px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

.top-banner {
  position: relative; }
  .top-banner:after {
    background: url(../images/square.svg) repeat-x;
    background-size: 30px;
    content: " ";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 22px;
    z-index: 999; }
  .top-banner h2 {
    font-size: 1.5em; }

#infographic, #nav-single {
  text-align: center; }

.contact-home h2.vb {
  text-align: center;
  margin-top: 40%;
  height: auto; }

.contact-content {
  background: #262626;
  color: #fff;
  border-radius: 10px;
  max-width: 380px;
  padding: 20px; }
  .contact-content h3 {
    color: #fbac35;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.75em; }
  .contact-content .gform_wrapper {
    max-width: 100%; }

.contact-inner {
  margin-top: 45px;
  padding-bottom: 45px; }

/* Ledership */
.leadership-content .leader {
  position: relative;
  max-height: 280px;
  margin-bottom: 3%;
  padding: 0;
  overflow: hidden;
  text-align: center; }
  .leadership-content .leader img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    margin: 0; }
  .leadership-content .leader .leader-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 270px;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "proxima-nova", sans-serif;
    text-align: center;
    padding: 10px 0;
    left: 0;
    right: 0;
    margin: auto; }
    .leadership-content .leader .leader-overlay h3 {
      text-transform: uppercase;
      font-weight: 800;
      font-size: 1.2em;
      font-family: "proxima-nova", sans-serif;
      color: #fff;
      margin: 0;
      line-height: 1.2; }
    .leadership-content .leader .leader-overlay p {
      font-size: .95em;
      margin: 0;
      line-height: 1.5; }
    .leadership-content .leader .leader-overlay a {
      color: #fff;
      text-decoration: none; }
  .leadership-content .leader:hover .leader-overlay {
    opacity: 1; }
  .leadership-content .leader:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0); }

.bio-wrap .bio {
  background: url(../images/Double-lines.png) repeat-x bottom;
  padding: 20px 0 80px; }
  .bio-wrap .bio h3 {
    text-transform: uppercase;
    font-size: 1.55em;
    line-height: 1; }
  .bio-wrap .bio h5 {
    text-transform: uppercase;
    color: #fbac35;
    font-family: "proxima-nova", sans-serif;
    margin-bottom: 1em;
    line-height: 1.5;
    font-weight: 700; }
  .bio-wrap .bio .linkedin {
    background: url(../images/linkedin-btn.png) no-repeat;
    width: 27px;
    height: 27px;
    display: block; }

.bio-anchor {
  display: block;
  height: 80px; }

.lead-banner {
  min-height: 300px; }

body .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
  margin: 0 !important; }

#field_37_5 {
  display: none; }

.thank-you-download {
  margin-top: 25px; }

.flexslider .slides li {
  position: relative;
  height: 400px;
  text-align: center; }
  .flexslider .slides li .overlay {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 60%; }
  .flexslider .slides li p {
    margin: 0 0 15px;
    font-size: 1em;
    line-height: 1.2; }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Stylesheet: 481px and Up Stylesheet
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */ }
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Stylesheet: Tablet & Small Desktop Stylesheet
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 760px; }

  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  #my-menu {
    display: none; }

  .nav {
    border: 0;
    float: right;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .nav ul {
      margin-top: 0; }
    .nav li {
      float: left;
      position: relative;
      font-family: "Oswald", sans-serif;
      font-size: 1em;
      /* showing sub-menus */ }
      .nav li a {
        border-bottom: 0;
        height: 90px;
        padding: 2.1em .6em; }
        .nav li a:hover, .nav li a:focus {
          color: #fff; }
      .nav li ul.sub-menu,
      .nav li ul.children {
        margin-top: 0;
        position: absolute;
        visibility: hidden;
        z-index: 8999;
        background: #262626;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        width: 460px;
        /* highlight sub-menu current page */ }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          font-size: .75em;
          font-family: "proxima-nova", sans-serif;
          font-weight: 400;
          border-left: 1px solid #ddd;
          width: 50%;
          /*
          if you need to go deeper, go nuts
          just remember deeper menus suck
          for usability. k, bai.
          */ }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            padding: 1em 1em 1em .8em;
            border-right: 0;
            display: block;
            height: auto;
            border-bottom: 1px solid #ccc; }
            .nav li ul.sub-menu li a img,
            .nav li ul.children li a img {
              filter: grayscale(100%);
              -webkit-filter: grayscale(100%);
              display: inline-block;
              vertical-align: top;
              padding-right: 10px; }
            .nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus,
            .nav li ul.children li a:hover,
            .nav li ul.children li a:focus {
              background: #fbac35;
              color: #000; }
              .nav li ul.sub-menu li a:hover img, .nav li ul.sub-menu li a:focus img,
              .nav li ul.children li a:hover img,
              .nav li ul.children li a:focus img {
                filter: grayscale(0);
                -webkit-filter: grayscale(0);
                margin: 0; }
          .nav li ul.sub-menu li ul,
          .nav li ul.children li ul {
            top: 0;
            left: 100%; }
      .nav li .one-column {
        width: 230px !important; }
        .nav li .one-column li {
          width: 100% !important; }
      .nav li:hover > ul {
        top: auto;
        visibility: visible; }
    .nav li.menu-item-has-children a:after {
      content: '\e802';
      font-family: 'fontello';
      display: inline-block;
      vertical-align: middle;
      padding-left: 8px; }
    .nav li.menu-item-has-children ul.sub-menu li a:after {
      content: ''; }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 0; }

  .widgettitle {
    border-bottom: 1px solid #5b8ca3;
    margin-bottom: 0.75em;
    margin-top: 0;
    color: #5b8ca3;
    text-transform: uppercase; }

  .widget {
    padding: 0 10px;
    margin: 0 0 2.2em 0; }
    .widget ul li {
      margin-bottom: 0.3em;
      /* deep nesting */ }
      .widget ul li a {
        text-decoration: none;
        color: #5b8ca3; }
        .widget ul li a:hover {
          font-weight: bold; }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }
    .widget ul li.current-menu-item {
      font-weight: bold; }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*********************
  CUSTOM STYLES
  *********************/
  .thumbnail-wrapper img {
    float: left;
    margin-right: 20px; }

  .feature-project:hover .overlay, .feature-project:active .overlay, .feature-project:focus .overlay {
    display: flex;
    padding-top: 0; }

  .additional-projects {
    margin: 0; }
    .additional-projects li + li {
      margin-top: 2px; }
    .additional-projects li:hover .overlay {
      opacity: 1;
      padding-top: 0;
      display: flex; }

  .our-agency-home {
    padding-top: 20px; }
    .our-agency-home .agency_thumbnails {
      margin: 0;
      margin-top: 30px; }
      .our-agency-home .agency_thumbnails li {
        display: inline-block;
        margin: 0 17px; }

  .overlay {
    padding: 0 25px; }
    .overlay h4 {
      font-size: .9em; }
    .overlay h3 {
      font-size: 1.1em;
      text-transform: capitalize; }

  #project h1 {
    font-size: 3em; }
    #project h1 span {
      font-size: 2em; }
  #project h2 {
    font-size: 32px; }

  ul.project-our-services li {
    width: 32%;
    display: inline-block; }
    ul.project-our-services li img {
      width: 100%;
      max-width: 143px; }

  ul.results-content {
    width: 80%;
    margin: auto;
    font-size: 120%;
    margin-bottom: 40px;
    padding-top: 20px;
    color: #fff;
    line-height: 1; }
    ul.results-content li {
      display: inline-block;
      margin: 10px 20px; }
      ul.results-content li span {
        font-family: "Oswald", sans-serif;
        font-size: 3.5em;
        font-weight: 300; }
      ul.results-content li span.count {
        font-size: 1em;
        font-weight: 300; }
      ul.results-content li span.increase {
        font-size: 1.1em; }

  .col-4 li {
    width: 20%; }

  body .flex-direction-nav a {
    width: 25px;
    height: 47px;
    margin: -20px 0 0;
    display: block;
    background: url(../images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    -webkit-transition: all .3s ease; }

  body .flex-direction-nav .flex-next {
    background-position: 0 100%;
    right: -10%; }

  body .flex-direction-nav .flex-prev {
    left: -10%; }

  body .flexslider:hover .flex-next {
    opacity: 0.8;
    right: -10%; }

  body .flexslider:hover .flex-prev {
    opacity: 0.8;
    left: -10%; }

  body .gform_wrapper .top_label li.gfield.gf_left_third, body .gform_wrapper .top_label li.gfield.gf_middle_third, body .gform_wrapper .top_label li.gfield.gf_right_third {
    width: 31.9%; }

  .request-a-quote-project .wrap {
    width: 59.79%; }

  ul.services-home li {
    height: 100%;
    background: #262626;
    min-height: 430px; }
    ul.services-home li .left {
      float: left;
      width: 50%;
      min-height: 430px;
      display: block;
      vertical-align: middle;
      position: relative;
      text-align: center; }
      ul.services-home li .left img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        max-width: 644px; }
      ul.services-home li .left:after {
        background: url(../images/arrow-point-left.png) no-repeat;
        width: 13px;
        height: 24px;
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 0; }
    ul.services-home li .right {
      float: right;
      color: #fff;
      width: 50%;
      height: 100%;
      display: block;
      position: relative;
      min-height: 430px; }
      ul.services-home li .right div {
        width: 80%;
        height: 300px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        text-align: left; }
        ul.services-home li .right div h3 {
          text-transform: uppercase;
          color: #e6a53d;
          font-family: "proxima-nova", sans-serif;
          font-weight: bold;
          margin: 0;
          font-size: 1.2em; }
        ul.services-home li .right div p {
          font-size: 1em;
          margin: 0; }
    ul.services-home li:nth-of-type(odd) .left {
      float: right; }
      ul.services-home li:nth-of-type(odd) .left:after {
        background: url(../images/arrow-point-right.png) no-repeat;
        width: 13px;
        height: 24px;
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0; }
    ul.services-home li:nth-of-type(odd) .right {
      float: left; }

  .our-clients-home {
    margin: 5% 0 0; }
    .our-clients-home .client-logos {
      text-align: center; }
      .our-clients-home .client-logos img {
        width: 100%;
        max-width: 195px;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        opacity: .8;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .our-clients-home .client-logos img:hover {
          opacity: 1;
          filter: grayscale(0);
          -webkit-filter: grayscale(0); }

  .contact-home {
    margin-top: 55px;
    position: relative; }
    .contact-home h2.vb {
      color: white;
      font-size: 6em;
      text-transform: uppercase;
      position: absolute;
      left: 0;
      right: 0;
      top: 30%;
      bottom: 0;
      display: block;
      margin: auto;
      text-align: center; }
    .contact-home .wrap {
      padding-top: 30px; }

  #contactvabch {
    /*#013E8F*/
    height: 450px;
    max-height: 450px; }

  .social-nav {
    text-align: center;
    padding: 15px 0;
    position: fixed;
    bottom: 20%;
    width: 100%;
    z-index: 9999;
    height: 62px;
    -webkit-transition: position 0.4s linear;
    transition: position 0.4s linear; }
    .social-nav a {
      display: inline-block;
      padding: 0 4%; }
    .social-nav img {
      max-width: 41px; }

  .stay-top {
    top: 80px;
    background: #000; }

  .social-type-wrap .social-type {
    padding: 20% 0 10%; }
  .social-type-wrap .social-overlay {
    position: absolute;
    width: auto;
    left: 0;
    top: 20%;
    bottom: auto;
    border-radius: 0 5px 5px 0;
    background: #fff;
    text-align: center;
    padding: 5px 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff; }

  #gform_wrapper_33 {
    max-width: 768px; }
    #gform_wrapper_33 .alpha-item {
      font-size: 3.5em;
      padding: 10px 20px;
      display: inline-block;
      vertical-align: middle;
      margin: 8px 0;
      font-weight: bold; }
    #gform_wrapper_33 .gform_body ul.gfield_radio {
      width: 100%;
      display: block; }
      #gform_wrapper_33 .gform_body ul.gfield_radio li label img {
        border-left: 3px solid #ebebeb;
        display: inline-block;
        vertical-align: middle;
        padding: 10px 0;
        width: auto; }
    #gform_wrapper_33 .ginput_container {
      padding: 15px 0 25px; }

  .page-id-11498 .gform_body .t-all {
    float: none; }
  .page-id-11498 .entry-content img {
    width: 100%; }

  /* CM Golf */
  .gray-banner {
    background: #e9ece2;
    text-align: center;
    padding: 15px 0; }
    .gray-banner li {
      display: inline-block;
      font-size: 1.813em;
      font-weight: 400;
      text-transform: uppercase; }
      .gray-banner li:before {
        content: '\e803';
        font-family: "fontello";
        color: #9cada9;
        padding-right: 5px; }
    .gray-banner li + li {
      margin-left: 30px; }

  .sponsorship li:before {
    content: '\e803';
    font-family: "fontello";
    color: #000;
    padding-right: 5px; }

  .event-info h2 {
    font-size: 2.063em; }
  .event-info h2.club-name {
    font-size: 3.063em; }
  .event-info ul li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.375em; }
    .event-info ul li span {
      font-weight: 700; }
  .event-info ul li + li {
    margin-left: 30px; }
  .event-info .section {
    width: 100%;
    max-width: 450px;
    margin: 0 auto; }
  .event-info .section + .section {
    border-top: 1px dashed #aaaaaa;
    margin-top: 15px;
    padding-top: 15px; }

  .slick-prev {
    left: 0px; }

  .slick-next {
    right: 0px; }

  .services-section .numbers {
    padding: 32px 0; }
  .services-section .h1 {
    width: 70%; }

  .leadership-content .leader {
    width: 31%;
    display: inline-block;
    margin: 0 1% 1%;
    line-height: 0; }

  .lead-banner {
    min-height: 400px; }

  .top-banner h2 {
    font-size: 3em;
    line-height: 1.3; }
  .top-banner h3 {
    font-family: "proxima-nova", sans-serif;
    font-size: 1.35em;
    margin: 0 0 10px; }
  .top-banner .black-btn {
    padding: 10px 25px;
    font-size: 1.5em; }

  #sea-jerem {
    min-height: 450px; } }
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Stylesheet: Desktop Stylsheet
  ******************************************************************/
  .single-resources .entry-content .d-2of3 {
    padding-right: 4em; }

  .page-template-page-thanks-download .d-4of5 {
    padding-right: 3em; }

  .home .wrap {
    width: 88.25%; }

  .wrap {
    width: 80%; }

  .our-work .d-2of3 {
    padding-right: 14px; }

  .nav li {
    font-size: 1.15em; }
    .nav li a {
      padding: 2.1em 0.6em; }

  ul.services-home li .right div h3 {
    font-size: 1.375em; }
  ul.services-home li .right div p {
    font-size: 1.25em;
    margin: 0; }

  .project-summary .hide {
    display: block; }

  .social-type-wrap .social-type {
    padding: 7% 0 7%; }
  .social-type-wrap .social-overlay {
    width: 200px; }

  .overlay {
    padding: 0 25px; }
    .overlay h4 {
      font-size: 1.1em; }
    .overlay h3 {
      font-size: 1.5em;
      text-transform: uppercase; }

  .additional-projects {
    margin: 0; }
    .additional-projects li + li {
      margin-top: 14px; }

  .our-services {
    padding: 50px 10% 20px; }

  ul.project-our-services li {
    width: 16%;
    display: inline-block; }
    ul.project-our-services li img {
      width: 100%;
      max-width: 148px; }

  #gform_wrapper_33 {
    max-width: 1021px; }
    #gform_wrapper_33 .alpha-item {
      padding: 10px 40px;
      width: 125px; }
    #gform_wrapper_33 .gform_body ul.gfield_radio {
      width: 100%;
      max-width: 631px;
      display: block;
      margin-left: 20.372184% !important; }

  .page-id-11498 .gform_body .d-all {
    float: none; }

  .sponsorship .wrap {
    width: 70%; }
  .sponsorship .platinum {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 40px; }
  .sponsorship .d-1of2 {
    padding-left: 7%; }
  .sponsorship li {
    font-size: 112.5%; }

  .services-section .d-1of2 {
    padding-right: 50px; }
  .services-section .h1 {
    font-size: 3.250em; }
  .services-section .numbers {
    margin-right: 35px; }

  .top-section .d-1of2 {
    padding-right: 100px; }
  .top-section .last-col {
    padding-top: 2%; }
  .top-section .video-services .last-col {
    padding-top: 0; }

  .slick-prev {
    left: -25px; }

  .slick-next {
    right: -25px; }

  .footer .wrap {
    width: 70%; }

  .leadership-content .leader {
    width: 22.5%;
    margin: 0 1% 1.5%; }

  .bio-wrap .bio .d-1of5 {
    padding-right: 2em; }

  .lead-banner {
    min-height: 600px; }

  .thank-you-download .d-1of2 {
    padding-right: 2em; }
  .thank-you-download .post-content {
    min-height: 180px; }
  .thank-you-download .tyd-content + .tyd-content {
    border-top: 1px solid #eee;
    padding-top: 20px; }

  .lunch-sidebar {
    padding-left: 4em; }

  .flexslider .slides li {
    height: 560px; }
    .flexslider .slides li .overlay {
      height: 37%; }
    .flexslider .slides li p {
      font-size: 1.25em; }
      .flexslider .slides li p span {
        display: block; } }
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Stylesheet: Super Large Monitor Stylesheet
  ******************************************************************/
  .page-template-page-leadership #content .wrap {
    width: 100%;
    max-width: 1240px; }

  .leadership-content .leader {
    max-height: 280px;
    margin-bottom: 2.2%; }

  .nav li a {
    padding: 1.4em 1.2em; } }
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Stylesheet: Retina Screens & Devices Stylesheet
  ******************************************************************/ }
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Stylesheet: Print Stylesheet
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
