@charset "UTF-8";
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:300");
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

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

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

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

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
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 0 0 40px; }

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

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

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
b, strong {
  font-weight: bold; }

dfn, em {
  font-style: italic; }

small {
  font-size: 75%; }

dd {
  margin: 0; }

/**
 * This is the most useful file in the framework.
 * Set up the variables for this skin here.
 * Feel free to add your own for use throughout.
 */
/* === TYPOGRAPHY === */
/* === COLOURS === */
/* === BREAKPOINTS === */
/* === GRID === */
/* === ELEMENTS === */
/**
 * A few mixins used by the framework
 */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.0.3");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon,
[class^="icon-"] {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.icon-2x {
  font-size: 2em; }

.icon-3x {
  font-size: 3em; }

.icon-4x {
  font-size: 4em; }

.icon-5x {
  font-size: 5em; }

.icon-fw {
  width: 1.28571em;
  text-align: center; }

.icon-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .icon-ul > li {
    position: relative; }

.icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .icon-li.icon-lg {
    left: -1.85714em; }

.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.icon.pull-left {
  margin-right: .3em; }

.icon.pull-right {
  margin-left: .3em; }

.icon-spin {
  animation: spin 2s infinite linear; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  transform: rotate(90deg); }

.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  transform: rotate(180deg); }

.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  transform: rotate(270deg); }

.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  transform: scale(-1, 1); }

.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  transform: scale(1, -1); }

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.icon-stack-1x, .icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.icon-stack-1x {
  line-height: inherit; }

.icon-stack-2x {
  font-size: 2em; }

.icon-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: ""; }

.icon-music:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-envelope-o:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-star-o:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-film:before {
  content: ""; }

.icon-th-large:before {
  content: ""; }

.icon-th:before {
  content: ""; }

.icon-th-list:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: ""; }

.icon-search-plus:before {
  content: ""; }

.icon-search-minus:before {
  content: ""; }

.icon-power-off:before {
  content: ""; }

.icon-signal:before {
  content: ""; }

.icon-gear:before,
.icon-cog:before {
  content: ""; }

.icon-trash-o:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-file-o:before {
  content: ""; }

.icon-clock-o:before {
  content: ""; }

.icon-road:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-arrow-circle-o-down:before {
  content: ""; }

.icon-arrow-circle-o-up:before {
  content: ""; }

.icon-inbox:before {
  content: ""; }

.icon-play-circle-o:before {
  content: ""; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: ""; }

.icon-refresh:before {
  content: ""; }

.icon-list-alt:before {
  content: ""; }

.icon-lock:before {
  content: ""; }

.icon-flag:before {
  content: ""; }

.icon-headphones:before {
  content: ""; }

.icon-volume-off:before {
  content: ""; }

.icon-volume-down:before {
  content: ""; }

.icon-volume-up:before {
  content: ""; }

.icon-qrcode:before {
  content: ""; }

.icon-barcode:before {
  content: ""; }

.icon-tag:before {
  content: ""; }

.icon-tags:before {
  content: ""; }

.icon-book:before {
  content: ""; }

.icon-bookmark:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-camera:before {
  content: ""; }

.icon-font:before {
  content: ""; }

.icon-bold:before {
  content: ""; }

.icon-italic:before {
  content: ""; }

.icon-text-height:before {
  content: ""; }

.icon-text-width:before {
  content: ""; }

.icon-align-left:before {
  content: ""; }

.icon-align-center:before {
  content: ""; }

.icon-align-right:before {
  content: ""; }

.icon-align-justify:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-dedent:before,
.icon-outdent:before {
  content: ""; }

.icon-indent:before {
  content: ""; }

.icon-video-camera:before {
  content: ""; }

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: ""; }

.icon-pencil:before {
  content: ""; }

.icon-map-marker:before {
  content: ""; }

.icon-adjust:before {
  content: ""; }

.icon-tint:before {
  content: ""; }

.icon-edit:before,
.icon-pencil-square-o:before {
  content: ""; }

.icon-share-square-o:before {
  content: ""; }

.icon-check-square-o:before {
  content: ""; }

.icon-arrows:before {
  content: ""; }

.icon-step-backward:before {
  content: ""; }

.icon-fast-backward:before {
  content: ""; }

.icon-backward:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-pause:before {
  content: ""; }

.icon-stop:before {
  content: ""; }

.icon-forward:before {
  content: ""; }

.icon-fast-forward:before {
  content: ""; }

.icon-step-forward:before {
  content: ""; }

.icon-eject:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-plus-circle:before {
  content: ""; }

.icon-minus-circle:before {
  content: ""; }

.icon-times-circle:before {
  content: ""; }

.icon-check-circle:before {
  content: ""; }

.icon-question-circle:before {
  content: ""; }

.icon-info-circle:before {
  content: ""; }

.icon-crosshairs:before {
  content: ""; }

.icon-times-circle-o:before {
  content: ""; }

.icon-check-circle-o:before {
  content: ""; }

.icon-ban:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-mail-forward:before,
.icon-share:before {
  content: ""; }

.icon-expand:before {
  content: ""; }

.icon-compress:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-asterisk:before {
  content: ""; }

.icon-exclamation-circle:before {
  content: ""; }

.icon-gift:before {
  content: ""; }

.icon-leaf:before {
  content: ""; }

.icon-fire:before {
  content: ""; }

.icon-eye:before {
  content: ""; }

.icon-eye-slash:before {
  content: ""; }

.icon-warning:before,
.icon-exclamation-triangle:before {
  content: ""; }

.icon-plane:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-random:before {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-magnet:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-retweet:before {
  content: ""; }

.icon-shopping-cart:before {
  content: ""; }

.icon-folder:before {
  content: ""; }

.icon-folder-open:before {
  content: ""; }

.icon-arrows-v:before {
  content: ""; }

.icon-arrows-h:before {
  content: ""; }

.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: ""; }

.icon-twitter-square:before {
  content: ""; }

.icon-facebook-square:before {
  content: ""; }

.icon-camera-retro:before {
  content: ""; }

.icon-key:before {
  content: ""; }

.icon-gears:before,
.icon-cogs:before {
  content: ""; }

.icon-comments:before {
  content: ""; }

.icon-thumbs-o-up:before {
  content: ""; }

.icon-thumbs-o-down:before {
  content: ""; }

.icon-star-half:before {
  content: ""; }

.icon-heart-o:before {
  content: ""; }

.icon-sign-out:before {
  content: ""; }

.icon-linkedin-square:before {
  content: ""; }

.icon-thumb-tack:before {
  content: ""; }

.icon-external-link:before {
  content: ""; }

.icon-sign-in:before {
  content: ""; }

.icon-trophy:before {
  content: ""; }

.icon-github-square:before {
  content: ""; }

.icon-upload:before {
  content: ""; }

.icon-lemon-o:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-square-o:before {
  content: ""; }

.icon-bookmark-o:before {
  content: ""; }

.icon-phone-square:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook-f:before,
.icon-facebook:before {
  content: ""; }

.icon-github:before {
  content: ""; }

.icon-unlock:before {
  content: ""; }

.icon-credit-card:before {
  content: ""; }

.icon-rss:before {
  content: ""; }

.icon-hdd-o:before {
  content: ""; }

.icon-bullhorn:before {
  content: ""; }

.icon-bell:before {
  content: ""; }

.icon-certificate:before {
  content: ""; }

.icon-hand-o-right:before {
  content: ""; }

.icon-hand-o-left:before {
  content: ""; }

.icon-hand-o-up:before {
  content: ""; }

.icon-hand-o-down:before {
  content: ""; }

.icon-arrow-circle-left:before {
  content: ""; }

.icon-arrow-circle-right:before {
  content: ""; }

.icon-arrow-circle-up:before {
  content: ""; }

.icon-arrow-circle-down:before {
  content: ""; }

.icon-globe:before {
  content: ""; }

.icon-wrench:before {
  content: ""; }

.icon-tasks:before {
  content: ""; }

.icon-filter:before {
  content: ""; }

.icon-briefcase:before {
  content: ""; }

.icon-arrows-alt:before {
  content: ""; }

.icon-group:before,
.icon-users:before {
  content: ""; }

.icon-chain:before,
.icon-link:before {
  content: ""; }

.icon-cloud:before {
  content: ""; }

.icon-flask:before {
  content: ""; }

.icon-cut:before,
.icon-scissors:before {
  content: ""; }

.icon-copy:before,
.icon-files-o:before {
  content: ""; }

.icon-paperclip:before {
  content: ""; }

.icon-save:before,
.icon-floppy-o:before {
  content: ""; }

.icon-square:before {
  content: ""; }

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: ""; }

.icon-list-ul:before {
  content: ""; }

.icon-list-ol:before {
  content: ""; }

.icon-strikethrough:before {
  content: ""; }

.icon-underline:before {
  content: ""; }

.icon-table:before {
  content: ""; }

.icon-magic:before {
  content: ""; }

.icon-truck:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-pinterest-square:before {
  content: ""; }

.icon-google-plus-square:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-money:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-columns:before {
  content: ""; }

.icon-unsorted:before,
.icon-sort:before {
  content: ""; }

.icon-sort-down:before,
.icon-sort-desc:before {
  content: ""; }

.icon-sort-up:before,
.icon-sort-asc:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-rotate-left:before,
.icon-undo:before {
  content: ""; }

.icon-legal:before,
.icon-gavel:before {
  content: ""; }

.icon-dashboard:before,
.icon-tachometer:before {
  content: ""; }

.icon-comment-o:before {
  content: ""; }

.icon-comments-o:before {
  content: ""; }

.icon-flash:before,
.icon-bolt:before {
  content: ""; }

.icon-sitemap:before {
  content: ""; }

.icon-umbrella:before {
  content: ""; }

.icon-paste:before,
.icon-clipboard:before {
  content: ""; }

.icon-lightbulb-o:before {
  content: ""; }

.icon-exchange:before {
  content: ""; }

.icon-cloud-download:before {
  content: ""; }

.icon-cloud-upload:before {
  content: ""; }

.icon-user-md:before {
  content: ""; }

.icon-stethoscope:before {
  content: ""; }

.icon-suitcase:before {
  content: ""; }

.icon-bell-o:before {
  content: ""; }

.icon-coffee:before {
  content: ""; }

.icon-cutlery:before {
  content: ""; }

.icon-file-text-o:before {
  content: ""; }

.icon-building-o:before {
  content: ""; }

.icon-hospital-o:before {
  content: ""; }

.icon-ambulance:before {
  content: ""; }

.icon-medkit:before {
  content: ""; }

.icon-fighter-jet:before {
  content: ""; }

.icon-beer:before {
  content: ""; }

.icon-h-square:before {
  content: ""; }

.icon-plus-square:before {
  content: ""; }

.icon-angle-double-left:before {
  content: ""; }

.icon-angle-double-right:before {
  content: ""; }

.icon-angle-double-up:before {
  content: ""; }

.icon-angle-double-down:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-desktop:before {
  content: ""; }

.icon-laptop:before {
  content: ""; }

.icon-tablet:before {
  content: ""; }

.icon-mobile-phone:before,
.icon-mobile:before {
  content: ""; }

.icon-circle-o:before {
  content: ""; }

.icon-quote-left:before {
  content: ""; }

.icon-quote-right:before {
  content: ""; }

.icon-spinner:before {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-mail-reply:before,
.icon-reply:before {
  content: ""; }

.icon-github-alt:before {
  content: ""; }

.icon-folder-o:before {
  content: ""; }

.icon-folder-open-o:before {
  content: ""; }

.icon-smile-o:before {
  content: ""; }

.icon-frown-o:before {
  content: ""; }

.icon-meh-o:before {
  content: ""; }

.icon-gamepad:before {
  content: ""; }

.icon-keyboard-o:before {
  content: ""; }

.icon-flag-o:before {
  content: ""; }

.icon-flag-checkered:before {
  content: ""; }

.icon-terminal:before {
  content: ""; }

.icon-code:before {
  content: ""; }

.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: ""; }

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: ""; }

.icon-location-arrow:before {
  content: ""; }

.icon-crop:before {
  content: ""; }

.icon-code-fork:before {
  content: ""; }

.icon-unlink:before,
.icon-chain-broken:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-exclamation:before {
  content: ""; }

.icon-superscript:before {
  content: ""; }

.icon-subscript:before {
  content: ""; }

.icon-eraser:before {
  content: ""; }

.icon-puzzle-piece:before {
  content: ""; }

.icon-microphone:before {
  content: ""; }

.icon-microphone-slash:before {
  content: ""; }

.icon-shield:before {
  content: ""; }

.icon-calendar-o:before {
  content: ""; }

.icon-fire-extinguisher:before {
  content: ""; }

.icon-rocket:before {
  content: ""; }

.icon-maxcdn:before {
  content: ""; }

.icon-chevron-circle-left:before {
  content: ""; }

.icon-chevron-circle-right:before {
  content: ""; }

.icon-chevron-circle-up:before {
  content: ""; }

.icon-chevron-circle-down:before {
  content: ""; }

.icon-html5:before {
  content: ""; }

.icon-css3:before {
  content: ""; }

.icon-anchor:before {
  content: ""; }

.icon-unlock-alt:before {
  content: ""; }

.icon-bullseye:before {
  content: ""; }

.icon-ellipsis-h:before {
  content: ""; }

.icon-ellipsis-v:before {
  content: ""; }

.icon-rss-square:before {
  content: ""; }

.icon-play-circle:before {
  content: ""; }

.icon-ticket:before {
  content: ""; }

.icon-minus-square:before {
  content: ""; }

.icon-minus-square-o:before {
  content: ""; }

.icon-level-up:before {
  content: ""; }

.icon-level-down:before {
  content: ""; }

.icon-check-square:before {
  content: ""; }

.icon-pencil-square:before {
  content: ""; }

.icon-external-link-square:before {
  content: ""; }

.icon-share-square:before {
  content: ""; }

.icon-compass:before {
  content: ""; }

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: ""; }

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: ""; }

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: ""; }

.icon-euro:before,
.icon-eur:before {
  content: ""; }

.icon-gbp:before {
  content: ""; }

.icon-dollar:before,
.icon-usd:before {
  content: ""; }

.icon-rupee:before,
.icon-inr:before {
  content: ""; }

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: ""; }

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: ""; }

.icon-won:before,
.icon-krw:before {
  content: ""; }

.icon-bitcoin:before,
.icon-btc:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-file-text:before {
  content: ""; }

.icon-sort-alpha-asc:before {
  content: ""; }

.icon-sort-alpha-desc:before {
  content: ""; }

.icon-sort-amount-asc:before {
  content: ""; }

.icon-sort-amount-desc:before {
  content: ""; }

.icon-sort-numeric-asc:before {
  content: ""; }

.icon-sort-numeric-desc:before {
  content: ""; }

.icon-thumbs-up:before {
  content: ""; }

.icon-thumbs-down:before {
  content: ""; }

.icon-youtube-square:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-xing-square:before {
  content: ""; }

.icon-youtube-play:before {
  content: ""; }

.icon-dropbox:before {
  content: ""; }

.icon-stack-overflow:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-flickr:before {
  content: ""; }

.icon-adn:before {
  content: ""; }

.icon-bitbucket:before {
  content: ""; }

.icon-bitbucket-square:before {
  content: ""; }

.icon-tumblr:before {
  content: ""; }

.icon-tumblr-square:before {
  content: ""; }

.icon-long-arrow-down:before {
  content: ""; }

.icon-long-arrow-up:before {
  content: ""; }

.icon-long-arrow-left:before {
  content: ""; }

.icon-long-arrow-right:before {
  content: ""; }

.icon-apple:before {
  content: ""; }

.icon-windows:before {
  content: ""; }

.icon-android:before {
  content: ""; }

.icon-linux:before {
  content: ""; }

.icon-dribbble:before {
  content: ""; }

.icon-skype:before {
  content: ""; }

.icon-foursquare:before {
  content: ""; }

.icon-trello:before {
  content: ""; }

.icon-female:before {
  content: ""; }

.icon-male:before {
  content: ""; }

.icon-gittip:before,
.icon-gratipay:before {
  content: ""; }

.icon-sun-o:before {
  content: ""; }

.icon-moon-o:before {
  content: ""; }

.icon-archive:before {
  content: ""; }

.icon-bug:before {
  content: ""; }

.icon-vk:before {
  content: ""; }

.icon-weibo:before {
  content: ""; }

.icon-renren:before {
  content: ""; }

.icon-pagelines:before {
  content: ""; }

.icon-stack-exchange:before {
  content: ""; }

.icon-arrow-circle-o-right:before {
  content: ""; }

.icon-arrow-circle-o-left:before {
  content: ""; }

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: ""; }

.icon-dot-circle-o:before {
  content: ""; }

.icon-wheelchair:before {
  content: ""; }

.icon-vimeo-square:before {
  content: ""; }

.icon-turkish-lira:before,
.icon-try:before {
  content: ""; }

.icon-plus-square-o:before {
  content: ""; }

.icon-space-shuttle:before {
  content: ""; }

.icon-slack:before {
  content: ""; }

.icon-envelope-square:before {
  content: ""; }

.icon-wordpress:before {
  content: ""; }

.icon-openid:before {
  content: ""; }

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: ""; }

.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: ""; }

.icon-yahoo:before {
  content: ""; }

.icon-google:before {
  content: ""; }

.icon-reddit:before {
  content: ""; }

.icon-reddit-square:before {
  content: ""; }

.icon-stumbleupon-circle:before {
  content: ""; }

.icon-stumbleupon:before {
  content: ""; }

.icon-delicious:before {
  content: ""; }

.icon-digg:before {
  content: ""; }

.icon-pied-piper:before {
  content: ""; }

.icon-pied-piper-alt:before {
  content: ""; }

.icon-drupal:before {
  content: ""; }

.icon-joomla:before {
  content: ""; }

.icon-language:before {
  content: ""; }

.icon-fax:before {
  content: ""; }

.icon-building:before {
  content: ""; }

.icon-child:before {
  content: ""; }

.icon-paw:before {
  content: ""; }

.icon-spoon:before {
  content: ""; }

.icon-cube:before {
  content: ""; }

.icon-cubes:before {
  content: ""; }

.icon-behance:before {
  content: ""; }

.icon-behance-square:before {
  content: ""; }

.icon-steam:before {
  content: ""; }

.icon-steam-square:before {
  content: ""; }

.icon-recycle:before {
  content: ""; }

.icon-automobile:before,
.icon-car:before {
  content: ""; }

.icon-cab:before,
.icon-taxi:before {
  content: ""; }

.icon-tree:before {
  content: ""; }

.icon-spotify:before {
  content: ""; }

.icon-deviantart:before {
  content: ""; }

.icon-soundcloud:before {
  content: ""; }

.icon-database:before {
  content: ""; }

.icon-file-pdf-o:before {
  content: ""; }

.icon-file-word-o:before {
  content: ""; }

.icon-file-excel-o:before {
  content: ""; }

.icon-file-powerpoint-o:before {
  content: ""; }

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: ""; }

.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: ""; }

.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: ""; }

.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: ""; }

.icon-file-code-o:before {
  content: ""; }

.icon-vine:before {
  content: ""; }

.icon-codepen:before {
  content: ""; }

.icon-jsfiddle:before {
  content: ""; }

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: ""; }

.icon-circle-o-notch:before {
  content: ""; }

.icon-ra:before,
.icon-rebel:before {
  content: ""; }

.icon-ge:before,
.icon-empire:before {
  content: ""; }

.icon-git-square:before {
  content: ""; }

.icon-git:before {
  content: ""; }

.icon-hacker-news:before {
  content: ""; }

.icon-tencent-weibo:before {
  content: ""; }

.icon-qq:before {
  content: ""; }

.icon-wechat:before,
.icon-weixin:before {
  content: ""; }

.icon-send:before,
.icon-paper-plane:before {
  content: ""; }

.icon-send-o:before,
.icon-paper-plane-o:before {
  content: ""; }

.icon-history:before {
  content: ""; }

.icon-genderless:before,
.icon-circle-thin:before {
  content: ""; }

.icon-header:before {
  content: ""; }

.icon-paragraph:before {
  content: ""; }

.icon-sliders:before {
  content: ""; }

.icon-share-alt:before {
  content: ""; }

.icon-share-alt-square:before {
  content: ""; }

.icon-bomb:before {
  content: ""; }

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: ""; }

.icon-tty:before {
  content: ""; }

.icon-binoculars:before {
  content: ""; }

.icon-plug:before {
  content: ""; }

.icon-slideshare:before {
  content: ""; }

.icon-twitch:before {
  content: ""; }

.icon-yelp:before {
  content: ""; }

.icon-newspaper-o:before {
  content: ""; }

.icon-wifi:before {
  content: ""; }

.icon-calculator:before {
  content: ""; }

.icon-paypal:before {
  content: ""; }

.icon-google-wallet:before {
  content: ""; }

.icon-cc-visa:before {
  content: ""; }

.icon-cc-mastercard:before {
  content: ""; }

.icon-cc-discover:before {
  content: ""; }

.icon-cc-amex:before {
  content: ""; }

.icon-cc-paypal:before {
  content: ""; }

.icon-cc-stripe:before {
  content: ""; }

.icon-bell-slash:before {
  content: ""; }

.icon-bell-slash-o:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-copyright:before {
  content: ""; }

.icon-at:before {
  content: ""; }

.icon-eyedropper:before {
  content: ""; }

.icon-paint-brush:before {
  content: ""; }

.icon-birthday-cake:before {
  content: ""; }

.icon-area-chart:before {
  content: ""; }

.icon-pie-chart:before {
  content: ""; }

.icon-line-chart:before {
  content: ""; }

.icon-lastfm:before {
  content: ""; }

.icon-lastfm-square:before {
  content: ""; }

.icon-toggle-off:before {
  content: ""; }

.icon-toggle-on:before {
  content: ""; }

.icon-bicycle:before {
  content: ""; }

.icon-bus:before {
  content: ""; }

.icon-ioxhost:before {
  content: ""; }

.icon-angellist:before {
  content: ""; }

.icon-cc:before {
  content: ""; }

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: ""; }

.icon-meanpath:before {
  content: ""; }

.icon-buysellads:before {
  content: ""; }

.icon-connectdevelop:before {
  content: ""; }

.icon-dashcube:before {
  content: ""; }

.icon-forumbee:before {
  content: ""; }

.icon-leanpub:before {
  content: ""; }

.icon-sellsy:before {
  content: ""; }

.icon-shirtsinbulk:before {
  content: ""; }

.icon-simplybuilt:before {
  content: ""; }

.icon-skyatlas:before {
  content: ""; }

.icon-cart-plus:before {
  content: ""; }

.icon-cart-arrow-down:before {
  content: ""; }

.icon-diamond:before {
  content: ""; }

.icon-ship:before {
  content: ""; }

.icon-user-secret:before {
  content: ""; }

.icon-motorcycle:before {
  content: ""; }

.icon-street-view:before {
  content: ""; }

.icon-heartbeat:before {
  content: ""; }

.icon-venus:before {
  content: ""; }

.icon-mars:before {
  content: ""; }

.icon-mercury:before {
  content: ""; }

.icon-transgender:before {
  content: ""; }

.icon-transgender-alt:before {
  content: ""; }

.icon-venus-double:before {
  content: ""; }

.icon-mars-double:before {
  content: ""; }

.icon-venus-mars:before {
  content: ""; }

.icon-mars-stroke:before {
  content: ""; }

.icon-mars-stroke-v:before {
  content: ""; }

.icon-mars-stroke-h:before {
  content: ""; }

.icon-neuter:before {
  content: ""; }

.icon-facebook-official:before {
  content: ""; }

.icon-pinterest-p:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

.icon-server:before {
  content: ""; }

.icon-user-plus:before {
  content: ""; }

.icon-user-times:before {
  content: ""; }

.icon-hotel:before,
.icon-bed:before {
  content: ""; }

.icon-viacoin:before {
  content: ""; }

.icon-train:before {
  content: ""; }

.icon-subway:before {
  content: ""; }

.icon-medium:before {
  content: ""; }

/*!
 *  Melbourne
 */
@font-face {
  font-family: 'Melbourne';
  src: url("../fonts/melbourne/Melbourne_bold.woff?v=1.0") format("woff"), url("../fonts/melbourne/Melbourne_bold.ttf?v=1.0") format("truetype"), url("../fonts/melbourne/Melbourne_bold.svg?v=1.0#fontawesomeregular") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Melbourne';
  src: url("../fonts/melbourne/Melbourne_light.woff?v=1.0") format("woff"), url("../fonts/melbourne/Melbourne_light.ttf?v=1.0") format("truetype"), url("../fonts/melbourne/Melbourne_light.svg?v=1.0#fontawesomeregular") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Melbourne';
  src: url("../fonts/melbourne/Melbourne_reg.eot?v=1.0");
  src: url("../fonts/melbourne/Melbourne_reg.eot?#iefix&v=1.0") format("embedded-opentype"), url("../fonts/melbourne/Melbourne_reg.woff?v=1.0") format("woff"), url("../fonts/melbourne/Melbourne_reg.ttf?v=1.0") format("truetype"), url("../fonts/melbourne/Melbourne_reg.svg?v=1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Sizes are declared on their own here in extendable classes */
h1, .h1 {
  font-size: 37px;
  font-size: 3.7rem; }

h2, .h2 {
  font-size: 25px;
  font-size: 2.5rem; }

h3, .h3 {
  font-size: 21px;
  font-size: 2.1rem; }

h4, .h4, .widget-title {
  font-size: 17px;
  font-size: 1.7rem; }

h5, .h5 {
  font-size: 17px;
  font-size: 1.7rem; }

h6, .h6 {
  font-size: 17px;
  font-size: 1.7rem; }

img {
  max-width: 100%;
  height: auto; }
  .lt-ie9 img {
    width: auto; }

.aligncenter,
.alignright,
.alignleft {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignnone {
  margin: 0 0 20.4px 0; }

@media screen and (min-width: 480px) {
  .alignright {
    float: right;
    margin: 0 0 20.4px 20.4px;
    max-width: 60%; }
  .alignleft {
    float: left;
    margin: 0 20.4px 20.4px 0;
    max-width: 60%; } }

.wp-caption {
  max-width: 100%; }
  .wp-caption img {
    float: none;
    margin: 0; }
  .wp-caption p.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0; }

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

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none; }

input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1; }

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  box-shadow: none; }

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  border: 1px solid #c3c7ca;
  background: #f1f2f3;
  cursor: pointer;
  color: #434343;
  display: inline-block;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 0.2em 1em;
  text-decoration: none;
  vertical-align: middle;
  width: auto; }
  button:hover, button:active,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="button"]:hover,
  input[type="button"]:active {
    background: #e3e5e7;
    border-color: #b5babe;
    text-decoration: none; }
  button::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0; }

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="file"] {
  width: 100%;
  display: block;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #c3c7ca;
  color: #434343;
  outline: 0;
  margin: 0;
  padding: 0.1em 0.5em;
  text-align: left;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 20.4px;
  font-family: "Melbourne", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: lighter;
  vertical-align: middle; }

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
      user-select: none;
  color: #AAA;
  cursor: default; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #AAA; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #AAA; }

input.placeholder_text,
textarea.placeholder_text {
  color: #AAA; }

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px; }
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }
  ::-webkit-validation-bubble-message {
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Melbourne", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px; }
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    box-shadow: none;
    background: #666666;
    border-color: #666666; } }

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  max-width: 100%; }

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: "Melbourne", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  optgroup::-moz-focus-inner {
    border: 0;
    padding: 0; }

.media-img {
  margin-bottom: 13.464px; }

.media-body {
  overflow: hidden; }
  .media-body > :last-child {
    margin-bottom: 0; }
    .media-body > :last-child > :last-child {
      margin-bottom: 0; }
      .media-body > :last-child > :last-child > :last-child {
        margin-bottom: 0; }

.media,
.xs-media,
.s-media,
.m-media,
.l-media,
.xl-media,
.xxl-media {
  display: block; }

.media > .media-img {
  float: left;
  margin-right: 20.4px;
  max-width: 25%; }

@media screen and (min-width: 480px) {
  .xs-media > .media-img {
    float: left;
    margin-right: 20.4px;
    max-width: 25%; } }

@media screen and (min-width: 600px) {
  .s-media > .media-img {
    float: left;
    margin-right: 20.4px;
    max-width: 25%; } }

@media screen and (min-width: 768px) {
  .m-media > .media-img {
    float: left;
    margin-right: 20.4px;
    max-width: 25%; } }

@media screen and (min-width: 940px) {
  .l-media > .media-img {
    float: left;
    margin-right: 20.4px;
    max-width: 25%; } }

@media screen and (min-width: 1170px) {
  .xl-media > .media-img {
    float: left;
    margin-right: 20.4px;
    max-width: 25%; } }

@media screen and (min-width: 1300px) {
  .xxl-media > .media-img {
    float: left;
    margin-right: 20.4px;
    max-width: 25%; } }

/* 
<ul class="nav">
    <li><a>Link</a></li>
</ul>
*/
.nav > li, .pagination ol > li,
.nav > li > a, .pagination ol > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1; }

/**
 * Grids are based on CSS Wizardry Grids, but have the option of using floated columns in
 * situations where you don't want to comment out whitespace (most of the time).
 
<div class="grid">
    <div class="col xs-one-half m-one-quarter">
        <div class="well">Well must be separate because .col has left padding</div>
    </div>
    <div class="col xs-one-half m-one-quarter">
        <p></p>
    </div>
    <div class="col xs-one-half m-one-quarter xs-first m-not-first">
        <div class="well">Well must be separate because .col has left padding</div>
    </div>
    <div class="col xs-one-half m-one-quarter">
        <p></p>
    </div>
</div>

 */
.grid {
  margin-left: -44px;
  list-style: none;
  margin-bottom: 0;
  vertical-align: top; }
  .grid.tight {
    margin-left: 0; }
    .grid.tight .col, .grid.tight .grid-item, .grid.tight .main-col, .grid.tight .sidebar, .grid.tight .grid-item {
      padding-left: 0;
      margin-bottom: 0; }

.grid > .grid {
  margin-left: 0; }

.col, .grid-item, .main-col, .sidebar {
  display: block;
  float: left;
  width: 100%;
  padding-left: 44px; }

.grid-item {
  float: none;
  display: inline-block;
  vertical-align: top; }

@media screen and (max-width: 939px) {
  .grid {
    margin-left: -36px; }
  .col, .grid-item, .main-col, .sidebar, .grid-item {
    padding-left: 36px; } }

@media screen and (max-width: 599px) {
  .grid {
    margin-left: -30px; }
  .col, .grid-item, .main-col, .sidebar, .grid-item {
    padding-left: 30px; } }

.one-whole {
  width: 100%; }

.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

.one-third, .two-sixths, .four-twelfths {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

.one-fifth, .two-tenths {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

.first {
  clear: left; }

.not-first {
  clear: none; }

@media screen and (min-width: 480px) {
  .xs-one-whole {
    width: 100%; }
  .xs-one-half, .xs-two-quarters, .xs-three-sixths, .xs-four-eighths, .xs-five-tenths, .xs-six-twelfths {
    width: 50%; }
  .xs-one-third, .xs-two-sixths, .xs-four-twelfths {
    width: 33.333%; }
  .xs-two-thirds, .xs-four-sixths, .xs-eight-twelfths {
    width: 66.666%; }
  .xs-one-quarter, .xs-two-eighths, .xs-three-twelfths {
    width: 25%; }
  .xs-three-quarters, .xs-six-eighths, .xs-nine-twelfths {
    width: 75%; }
  .xs-one-fifth, .xs-two-tenths {
    width: 20%; }
  .xs-two-fifths, .xs-four-tenths {
    width: 40%; }
  .xs-three-fifths, .xs-six-tenths {
    width: 60%; }
  .xs-four-fifths, .xs-eight-tenths {
    width: 80%; }
  .xs-one-sixth, .xs-two-twelfths {
    width: 16.666%; }
  .xs-five-sixths, .xs-ten-twelfths {
    width: 83.333%; }
  .xs-one-eighth {
    width: 12.5%; }
  .xs-three-eighths {
    width: 37.5%; }
  .xs-five-eighths {
    width: 62.5%; }
  .xs-seven-eighths {
    width: 87.5%; }
  .xs-one-tenth {
    width: 10%; }
  .xs-three-tenths {
    width: 30%; }
  .xs-seven-tenths {
    width: 70%; }
  .xs-nine-tenths {
    width: 90%; }
  .xs-one-twelfth {
    width: 8.333%; }
  .xs-five-twelfths {
    width: 41.666%; }
  .xs-seven-twelfths {
    width: 58.333%; }
  .xs-eleven-twelfths {
    width: 91.666%; }
  .xs-first {
    clear: left; }
  .xs-not-first {
    clear: none; } }

@media screen and (min-width: 600px) {
  .s-one-whole {
    width: 100%; }
  .s-one-half, .s-two-quarters, .s-three-sixths, .s-four-eighths, .s-five-tenths, .s-six-twelfths {
    width: 50%; }
  .s-one-third, .s-two-sixths, .s-four-twelfths {
    width: 33.333%; }
  .s-two-thirds, .s-four-sixths, .s-eight-twelfths {
    width: 66.666%; }
  .s-one-quarter, .s-two-eighths, .s-three-twelfths {
    width: 25%; }
  .s-three-quarters, .s-six-eighths, .s-nine-twelfths {
    width: 75%; }
  .s-one-fifth, .s-two-tenths {
    width: 20%; }
  .s-two-fifths, .s-four-tenths {
    width: 40%; }
  .s-three-fifths, .s-six-tenths {
    width: 60%; }
  .s-four-fifths, .s-eight-tenths {
    width: 80%; }
  .s-one-sixth, .s-two-twelfths {
    width: 16.666%; }
  .s-five-sixths, .s-ten-twelfths {
    width: 83.333%; }
  .s-one-eighth {
    width: 12.5%; }
  .s-three-eighths {
    width: 37.5%; }
  .s-five-eighths {
    width: 62.5%; }
  .s-seven-eighths {
    width: 87.5%; }
  .s-one-tenth {
    width: 10%; }
  .s-three-tenths {
    width: 30%; }
  .s-seven-tenths {
    width: 70%; }
  .s-nine-tenths {
    width: 90%; }
  .s-one-twelfth {
    width: 8.333%; }
  .s-five-twelfths {
    width: 41.666%; }
  .s-seven-twelfths {
    width: 58.333%; }
  .s-eleven-twelfths {
    width: 91.666%; }
  .s-first {
    clear: left; }
  .s-not-first {
    clear: none; } }

@media screen and (min-width: 768px) {
  .m-one-whole {
    width: 100%; }
  .m-one-half, .m-two-quarters, .m-three-sixths, .m-four-eighths, .m-five-tenths, .m-six-twelfths {
    width: 50%; }
  .m-one-third, .m-two-sixths, .m-four-twelfths {
    width: 33.333%; }
  .m-two-thirds, .m-four-sixths, .m-eight-twelfths {
    width: 66.666%; }
  .m-one-quarter, .m-two-eighths, .m-three-twelfths {
    width: 25%; }
  .m-three-quarters, .m-six-eighths, .m-nine-twelfths {
    width: 75%; }
  .m-one-fifth, .m-two-tenths {
    width: 20%; }
  .m-two-fifths, .m-four-tenths {
    width: 40%; }
  .m-three-fifths, .m-six-tenths {
    width: 60%; }
  .m-four-fifths, .m-eight-tenths {
    width: 80%; }
  .m-one-sixth, .m-two-twelfths {
    width: 16.666%; }
  .m-five-sixths, .m-ten-twelfths {
    width: 83.333%; }
  .m-one-eighth {
    width: 12.5%; }
  .m-three-eighths {
    width: 37.5%; }
  .m-five-eighths {
    width: 62.5%; }
  .m-seven-eighths {
    width: 87.5%; }
  .m-one-tenth {
    width: 10%; }
  .m-three-tenths {
    width: 30%; }
  .m-seven-tenths {
    width: 70%; }
  .m-nine-tenths {
    width: 90%; }
  .m-one-twelfth {
    width: 8.333%; }
  .m-five-twelfths {
    width: 41.666%; }
  .m-seven-twelfths {
    width: 58.333%; }
  .m-eleven-twelfths {
    width: 91.666%; }
  .m-first {
    clear: left; }
  .m-not-first {
    clear: none; } }

@media screen and (min-width: 940px) {
  .l-one-whole {
    width: 100%; }
  .l-one-half, .l-two-quarters, .l-three-sixths, .l-four-eighths, .l-five-tenths, .l-six-twelfths {
    width: 50%; }
  .l-one-third, .l-two-sixths, .l-four-twelfths {
    width: 33.333%; }
  .l-two-thirds, .l-four-sixths, .l-eight-twelfths {
    width: 66.666%; }
  .l-one-quarter, .l-two-eighths, .l-three-twelfths {
    width: 25%; }
  .l-three-quarters, .l-six-eighths, .l-nine-twelfths {
    width: 75%; }
  .l-one-fifth, .l-two-tenths {
    width: 20%; }
  .l-two-fifths, .l-four-tenths {
    width: 40%; }
  .l-three-fifths, .l-six-tenths {
    width: 60%; }
  .l-four-fifths, .l-eight-tenths {
    width: 80%; }
  .l-one-sixth, .l-two-twelfths {
    width: 16.666%; }
  .l-five-sixths, .l-ten-twelfths {
    width: 83.333%; }
  .l-one-eighth {
    width: 12.5%; }
  .l-three-eighths {
    width: 37.5%; }
  .l-five-eighths {
    width: 62.5%; }
  .l-seven-eighths {
    width: 87.5%; }
  .l-one-tenth {
    width: 10%; }
  .l-three-tenths {
    width: 30%; }
  .l-seven-tenths {
    width: 70%; }
  .l-nine-tenths {
    width: 90%; }
  .l-one-twelfth {
    width: 8.333%; }
  .l-five-twelfths {
    width: 41.666%; }
  .l-seven-twelfths {
    width: 58.333%; }
  .l-eleven-twelfths {
    width: 91.666%; }
  .l-first {
    clear: left; }
  .l-not-first {
    clear: none; } }

@media screen and (min-width: 1170px) {
  .xl-one-whole {
    width: 100%; }
  .xl-one-half, .xl-two-quarters, .xl-three-sixths, .xl-four-eighths, .xl-five-tenths, .xl-six-twelfths {
    width: 50%; }
  .xl-one-third, .xl-two-sixths, .xl-four-twelfths {
    width: 33.333%; }
  .xl-two-thirds, .xl-four-sixths, .xl-eight-twelfths {
    width: 66.666%; }
  .xl-one-quarter, .xl-two-eighths, .xl-three-twelfths {
    width: 25%; }
  .xl-three-quarters, .xl-six-eighths, .xl-nine-twelfths {
    width: 75%; }
  .xl-one-fifth, .xl-two-tenths {
    width: 20%; }
  .xl-two-fifths, .xl-four-tenths {
    width: 40%; }
  .xl-three-fifths, .xl-six-tenths {
    width: 60%; }
  .xl-four-fifths, .xl-eight-tenths {
    width: 80%; }
  .xl-one-sixth, .xl-two-twelfths {
    width: 16.666%; }
  .xl-five-sixths, .xl-ten-twelfths {
    width: 83.333%; }
  .xl-one-eighth {
    width: 12.5%; }
  .xl-three-eighths {
    width: 37.5%; }
  .xl-five-eighths {
    width: 62.5%; }
  .xl-seven-eighths {
    width: 87.5%; }
  .xl-one-tenth {
    width: 10%; }
  .xl-three-tenths {
    width: 30%; }
  .xl-seven-tenths {
    width: 70%; }
  .xl-nine-tenths {
    width: 90%; }
  .xl-one-twelfth {
    width: 8.333%; }
  .xl-five-twelfths {
    width: 41.666%; }
  .xl-seven-twelfths {
    width: 58.333%; }
  .xl-eleven-twelfths {
    width: 91.666%; }
  .xl-first {
    clear: left; }
  .xl-not-first {
    clear: none; } }

@media screen and (min-width: 1300px) {
  .xxl-one-whole {
    width: 100%; }
  .xxl-one-half, .xxl-two-quarters, .xxl-three-sixths, .xxl-four-eighths, .xxl-five-tenths, .xxl-six-twelfths {
    width: 50%; }
  .xxl-one-third, .xxl-two-sixths, .xxl-four-twelfths {
    width: 33.333%; }
  .xxl-two-thirds, .xxl-four-sixths, .xxl-eight-twelfths {
    width: 66.666%; }
  .xxl-one-quarter, .xxl-two-eighths, .xxl-three-twelfths {
    width: 25%; }
  .xxl-three-quarters, .xxl-six-eighths, .xxl-nine-twelfths {
    width: 75%; }
  .xxl-one-fifth, .xxl-two-tenths {
    width: 20%; }
  .xxl-two-fifths, .xxl-four-tenths {
    width: 40%; }
  .xxl-three-fifths, .xxl-six-tenths {
    width: 60%; }
  .xxl-four-fifths, .xxl-eight-tenths {
    width: 80%; }
  .xxl-one-sixth, .xxl-two-twelfths {
    width: 16.666%; }
  .xxl-five-sixths, .xxl-ten-twelfths {
    width: 83.333%; }
  .xxl-one-eighth {
    width: 12.5%; }
  .xxl-three-eighths {
    width: 37.5%; }
  .xxl-five-eighths {
    width: 62.5%; }
  .xxl-seven-eighths {
    width: 87.5%; }
  .xxl-one-tenth {
    width: 10%; }
  .xxl-three-tenths {
    width: 30%; }
  .xxl-seven-tenths {
    width: 70%; }
  .xxl-nine-tenths {
    width: 90%; }
  .xxl-one-twelfth {
    width: 8.333%; }
  .xxl-five-twelfths {
    width: 41.666%; }
  .xxl-seven-twelfths {
    width: 58.333%; }
  .xxl-eleven-twelfths {
    width: 91.666%; }
  .xxl-first {
    clear: left; }
  .xxl-not-first {
    clear: none; } }

/* 
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ 
*/
#fb-root {
  display: none; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important; }

.cf, .media,
.xs-media,
.s-media,
.m-media,
.l-media,
.xl-media,
.xxl-media, .nav, .pagination ol, .grid, .ui-datepicker-title, .clear-multi, .ginput_complex, .page-contact-us .page-contact-us__form .hubspot-contact-form, .page-contact-us .page-contact-us__form .gform_wrapper form .gform_fields {
  zoom: 1; }
  .cf:before, .media:before,
  .xs-media:before,
  .s-media:before,
  .m-media:before,
  .l-media:before,
  .xl-media:before,
  .xxl-media:before, .nav:before, .pagination ol:before, .grid:before, .ui-datepicker-title:before, .clear-multi:before, .ginput_complex:before, .page-contact-us .page-contact-us__form .hubspot-contact-form:before, .page-contact-us .page-contact-us__form .gform_wrapper form .gform_fields:before, .cf:after, .media:after,
  .xs-media:after,
  .s-media:after,
  .m-media:after,
  .l-media:after,
  .xl-media:after,
  .xxl-media:after, .nav:after, .pagination ol:after, .grid:after, .ui-datepicker-title:after, .clear-multi:after, .ginput_complex:after, .page-contact-us .page-contact-us__form .hubspot-contact-form:after, .page-contact-us .page-contact-us__form .gform_wrapper form .gform_fields:after {
    content: "";
    display: table; }
  .cf:after, .media:after,
  .xs-media:after,
  .s-media:after,
  .m-media:after,
  .l-media:after,
  .xl-media:after,
  .xxl-media:after, .nav:after, .pagination ol:after, .grid:after, .ui-datepicker-title:after, .clear-multi:after, .ginput_complex:after, .page-contact-us .page-contact-us__form .hubspot-contact-form:after, .page-contact-us .page-contact-us__form .gform_wrapper form .gform_fields:after {
    clear: both; }

.clear {
  clear: both; }

* {
  box-sizing: border-box; }

.nav, .pagination ol, .main-menu, .main-menu ul, .social-menu-bar .social-nav-wrap .social-menu, .page-contact-us .page-contact-us__contact-details .contact-list, .page-contact-us .page-contact-us__form .gform_wrapper form .gform_fields li.gfield .gfield_checkbox, .portfolio_items ul.isotope-filters, .case_study .case-study-details-wrapper .case-study-details {
  margin: 0;
  padding: 0;
  list-style: none; }

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

.screen-reader-text {
  display: none;
  visibility: hidden; }

.inline {
  display: inline; }

.text-align-center {
  text-align: center; }

.at-least-xs,
.at-least-s,
.at-least-m,
.at-least-l,
.at-least-xl,
.at-least-xxl {
  display: none; }

@media screen and (min-width: 480px) {
  .at-least-xs {
    display: block; } }

@media screen and (min-width: 600px) {
  .at-least-s {
    display: block; } }

@media screen and (min-width: 768px) {
  .at-least-m {
    display: block; } }

@media screen and (min-width: 940px) {
  .at-least-l {
    display: block; } }

@media screen and (min-width: 1170px) {
  .at-least-xl {
    display: block; } }

@media screen and (min-width: 1300px) {
  .at-least-xxl {
    display: block; } }

.less-than-xs,
.less-than-s,
.less-than-m,
.less-than-l,
.less-than-xl,
.less-than-xxl {
  display: block; }

@media screen and (min-width: 480px) {
  .less-than-xs {
    display: none; } }

@media screen and (min-width: 600px) {
  .less-than-s {
    display: none; } }

@media screen and (min-width: 768px) {
  .less-than-m {
    display: none; } }

@media screen and (min-width: 940px) {
  .less-than-l {
    display: none; } }

@media screen and (min-width: 1170px) {
  .less-than-xl {
    display: none; } }

@media screen and (min-width: 1300px) {
  .less-than-xxl {
    display: none; } }

/**
 * Nothing too special here, just some
 * standard defaults. You probably won't need
 * to change this up too much, but who knows...
 */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  height: 100%; }

body {
  height: 100%;
  font-family: "Melbourne", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 17px;
  font-weight: lighter;
  line-height: 1.2;
  color: #434343; }

.site-wrap {
  overflow: hidden; }

.flow, .aligncenter,
.alignright,
.alignleft,
p,
ul,
ol,
hr,
table,
pre,
.well,
.well-tight {
  margin-bottom: 20.4px;
  margin-bottom: 2.04rem;
  margin-top: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .widget-title, .h5, .h6,
.byline {
  margin-bottom: 10.2px;
  margin-bottom: 1.02rem;
  margin-top: 0; }

.widget {
  margin-bottom: 44px; }

/**
 * Layout of major components.
 * Define the layout(s) for your site here,
 * E.g. full-width page, right sidebar, left sidebar,
 * two sidebars etc.
 */
/* === PAGE WIDTH === */
.page-width {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }

/* 
 * Rather than changing the classes in the html,
 * you can do it here by extending the semantic classes
 * with grid classes. Unfortunately you can't extend 
 * within the media query, no biggie, all those 
 * classes have is an easily calculable width.
 *
 * I usually output a layout name class on an outer 
 * wrapper and then adjust the inner panels (main col,
 * sidebar etc) according to that outer class.
 */
/* === PAGE WIDTH === */
.page-width {
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }

/* === CONTENT LAYOUTS === */
@media screen and (min-width: 940px) {
  .main-col {
    width: 66.66%;
    float: left; } }

@media screen and (min-width: 940px) {
  .sidebar {
    width: 33.33%;
    float: right;
    clear: right; } }

@media screen and (min-width: 940px) {
  #submenu {
    margin-bottom: 0; } }

@media screen and (min-width: 940px) {
  .left-sidebar .main-col {
    float: right; }
  .left-sidebar .sidebar {
    float: left;
    clear: left; } }

.full-width .main-col {
  width: 100%;
  float: none; }

/**
 * Typography. Edit as desired.
 */
/* === HEADINGS === */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .widget-title, .h5, .h6 {
  color: #434343;
  font-weight: lighter;
  font-family: "Melbourne", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .page-content-layer h1 strong, .page-content-layer h2 strong, .page-content-layer h3 strong, .page-content-layer h4 strong, .page-content-layer h5 strong, .page-content-layer h6 strong, .page-content-layer
  .h1 strong, .page-content-layer .h2 strong, .page-content-layer .h3 strong, .page-content-layer .h4 strong, .page-content-layer .widget-title strong, .page-content-layer .h5 strong, .page-content-layer .h6 strong {
    color: #f16722; }

/* === BLOCKQUOTE === */
blockquote {
  margin-left: 1em;
  margin-right: 1em;
  font-family: "Melbourne", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

/* === LISTS === */
ul,
ol {
  padding-left: 2em; }

/* === SIZES === */
.tiny {
  font-size: 0.8em; }

.small {
  font-size: 0.9em; }

.large {
  font-size: 1.1em; }

.extra-large {
  font-size: 1.2em; }

/* === EMPHASIS === */
.zomg {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #f16722; }

/* === LEADING PARAGRAPH === */
.lede,
.lead {
  font-size: 1.3em;
  font-family: "Melbourne", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

a {
  color: #f16722;
  text-decoration: none;
  transition: color .2s linear; }
  a:hover, a:active {
    color: #d34f0d; }

.feature-link {
  display: block;
  font-weight: bold;
  margin-top: -13.464px; }
  .feature-link:after {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    box-sizing: padding-box;
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #f16722;
    margin-left: 5px; }
  .feature-link:hover:after {
    border-left-color: #d34f0d; }

a.img-link:hover {
  opacity: 0.8; }

/**
 * Theme Specific Form Styles.
 * These extend the styles in the framework/objects/forms file.
 * Includes styling for Gravity Forms (a WordPress form plugin).
 */
.gform_fields {
  padding-left: 0;
  list-style: none; }

.form-item,
.gform_fields > li {
  margin-bottom: 10.2px; }

.ginput_complex label {
  font-size: 0.9em; }

select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="file"] {
  max-width: 380px;
  padding: 10px 12px;
  border: none; }

textarea {
  padding: 10px 12px;
  height: 120px;
  border: none; }

.gfield_checkbox > li,
.gfield_radio > li {
  margin-bottom: 4px; }

.gfield_checkbox input[type="checkbox"],
.gfield_checkbox input[type="radio"],
.gfield_radio input[type="checkbox"],
.gfield_radio input[type="radio"] {
  margin-right: 8px; }

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: March 18, 2013 4:24 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

----------------------------------------------------------------
*/
.ui-datepicker-title select {
  width: 75px;
  margin: 1px;
  float: left; }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 1001 !important;
  background: #FFF; }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../images/datepicker-arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

.ginput_container {
  position: relative; }

input.datepicker_with_icon {
  padding-left: 2.5em !important; }

img.ui-datepicker-trigger {
  position: absolute;
  top: 7px;
  left: 9px; }

.clear-multi {
  max-width: 380px; }

.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
  float: left;
  width: 30.6%;
  margin-right: 4%; }

.gfield_date_dropdown_year {
  margin-right: 0; }

.ginput_complex .ginput_left,
.ginput_complex .ginput_right {
  display: block;
  width: 48%;
  float: left; }

.ginput_complex .ginput_right {
  float: right; }

input[type="submit"].gform_button {
  padding-right: 1em;
  margin-bottom: 0;
  margin-top: 6px; }

.gfield_required,
.gfield_error .validation_message,
.validation_error {
  color: #d10f0f; }

#gforms_confirmation_message {
  color: #378a0f; }

.gform_validation_container {
  display: none;
  visibility: hidden; }

/**
 * Tables. Edit as desired.
 */
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  table th,
  table td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #f1f2f3;
    text-align: left; }
  table th {
    font-weight: bold;
    color: #434343; }
  table thead th {
    vertical-align: bottom; }
  table .row-title {
    color: #222425;
    font-weight: bold; }

/**
 * Even if you don't think your site
 * will include any code blocks, including this
 * file makes debugging slightly prettier. 
 */
pre {
  border: 1px solid #c3c7ca;
  overflow: auto;
  padding: 0 2em;
  line-height: 2em;
  font-size: 12px;
  background-image: linear-gradient(#f1f2f3 50%, transparent 50%, transparent);
  background-size: 100% 4em;
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  position: relative;
  left: 0;
  text-transform: none; }
  pre code {
    background-color: transparent; }

code {
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  background-color: lightyellow;
  color: #666; }

/**
 * This should be a good starting point
 * for however you want your buttons to look.
 * Feel free to change what you like.
 */
.btn, .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.gform_button,
input.btn,
.page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.gform_button {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 22px;
  border-radius: 0;
  background: #393939;
  border: none;
  font-family: "Melbourne", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased; }
  .btn:link, .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.gform_button:link, .btn:visited, .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.gform_button:visited,
  input.btn:link,
  .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.gform_button:link,
  input.btn:visited,
  .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.gform_button:visited {
    color: #FFF; }
  .btn:hover, .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.gform_button:hover, .btn:active, .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.gform_button:active,
  input.btn:hover,
  .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.gform_button:hover,
  input.btn:active,
  .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.gform_button:active {
    background: #2c2c2c;
    text-decoration: none; }

.btn-small {
  font-size: 15px;
  font-size: 1.5rem; }

.btn-large, input[type="submit"].gform_button {
  font-size: 21px;
  font-size: 2.1rem; }

.btn-cta, input[type="submit"].gform_button {
  background: #f16722;
  position: relative;
  padding-right: 2em;
  color: #FFF; }
  .btn-cta:hover, input[type="submit"].gform_button:hover, .btn-cta:active, input[type="submit"].gform_button:active {
    background: #d34f0d; }
  .btn-cta:before, input[type="submit"].gform_button:before {
    position: absolute;
    content: "";
    display: block;
    right: .5em;
    top: 50%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left-color: #FFF; }

/**
 * Elements are reusable things like wells,
 * horizontal rules, callout boxes, accordions/togglers,
 * progress bars or anything that you'll use more than once in your site.
 */
.well, .well-tight {
  padding: 20.4px 20.4px 0;
  background: #f1f2f3;
  border: 1px solid #e3e4e5; }

.well-tight {
  padding: 5px; }
  .well-tight > :last-child {
    margin-bottom: 0; }

hr {
  height: 0;
  border: 0;
  border-top: 2px solid #f16722;
  width: 15%; }
  hr.width-wide {
    width: 75%; }
  hr.width-full {
    width: 100%; }
  .subscription-layer hr {
    border-top-color: #FFF; }

/**
 * A file for reusable classes that are part of the skin.
 * E.g. .entry-item - vertically space these 'things' and include a bottom border.
 * Feel free to delete what's here, but it's a good idea to include
 * your own objects.
 */
.entry-item {
  /* Elements inside the item should take care of padding */
  border-bottom: 1px solid #e3e4e5;
  margin-bottom: 20.4px;
  margin-bottom: 2.04rem;
  /* Except on media entry-items */ }
  .entry-item.media {
    padding-bottom: 20.4px;
    padding-bottom: 2.04rem; }
  .entry-item.spaced {
    padding-bottom: 13.464px;
    padding-bottom: 1.3464rem;
    margin-bottom: 33.864px;
    margin-bottom: 3.3864rem; }
  .entry-item:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.byline {
  color: #f16722;
  margin-top: -0.5em; }

.grayscale-img, .orange-hover-wrapper, .clients_gallery .flexslider-client-carousel .slides .slide-inner img {
  filter: grayscale(100%);
  filter: gray; }

.no-grayscale-img, .orange-hover-wrapper:hover, .touch .orange-hover-wrapper, .clients_gallery .flexslider-client-carousel .slides .slide-inner:hover img, .clients_gallery .flexslider-client-carousel .slides .flex-active-slide img {
  filter: none; }

.orange-hover-wrapper:hover .orange-hover {
  opacity: 1; }
  .orange-hover-wrapper:hover .orange-hover .orange-hover-inner h3 {
    top: 0px;
    opacity: 1; }
  .orange-hover-wrapper:hover .orange-hover .orange-hover-inner a {
    bottom: 0px;
    opacity: 1; }

.orange-hover-wrapper:hover .orange-hover-background {
  opacity: 0.95; }

.touch .orange-hover-wrapper .orange-hover {
  opacity: 1; }
  .touch .orange-hover-wrapper .orange-hover .orange-hover-inner h3 {
    display: none; }
  .touch .orange-hover-wrapper .orange-hover .orange-hover-inner a {
    opacity: 0; }

.orange-hover-wrapper .orange-hover {
  opacity: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: opacity .2s linear; }
  .orange-hover-wrapper .orange-hover .orange-hover-inner {
    z-index: 4;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .orange-hover-wrapper .orange-hover .orange-hover-inner h3,
    .orange-hover-wrapper .orange-hover .orange-hover-inner a {
      transition: top .2s ease-out, bottom .2s ease-out, opacity .1s linear;
      color: #FFF;
      position: relative;
      opacity: 0.5; }
    .orange-hover-wrapper .orange-hover .orange-hover-inner h3 {
      font-size: 28px;
      font-size: 2.8rem;
      top: -30px; }
    .orange-hover-wrapper .orange-hover .orange-hover-inner a {
      border-color: #FFF;
      bottom: -30px; }
      .orange-hover-wrapper .orange-hover .orange-hover-inner a:hover {
        color: #f16722;
        background-color: #FFF; }
  .orange-hover-wrapper .orange-hover .orange-hover-background {
    z-index: 3;
    height: 100%;
    width: 100%;
    opacity: 0.85;
    position: absolute;
    background-color: #f16722;
    transition: opacity .2s linear; }

.touch .orange-hover-wrapper .orange-hover {
  opacity: 1; }
  .touch .orange-hover-wrapper .orange-hover h3 {
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (min-width: 600px) {
      .touch .orange-hover-wrapper .orange-hover h3 {
        font-size: 28px;
        font-size: 2.8rem; } }
  .touch .orange-hover-wrapper .orange-hover a {
    color: #f16722;
    background-color: #FFF;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (min-width: 600px) {
      .touch .orange-hover-wrapper .orange-hover a {
        font-size: 18px;
        font-size: 1.8rem; } }
  .touch .orange-hover-wrapper .orange-hover .orange-hover-inner {
    width: 100%;
    position: absolute; }
  .touch .orange-hover-wrapper .orange-hover .orange-hover-background {
    background-color: transparent; }

#pbOverlay {
  display: none; }

.search-form {
  background: #FFF;
  border: 1px solid #a2a3a5;
  position: relative; }
  .search-form .s {
    background: transparent;
    border: none;
    padding-right: 35px;
    max-width: 100%; }
  .search-form .search-submit {
    position: absolute;
    width: 30px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #f16722;
    border: none;
    text-align: center;
    color: #FFF;
    font-size: 19px;
    font-size: 1.9rem;
    vertical-align: middle;
    transition: .2s;
    padding: 0; }
    .search-form .search-submit i {
      position: relative;
      top: -1px; }
    .search-form .search-submit:hover {
      background: #545658; }

.layer {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (min-width: 940px) {
    .layer {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .layer.layer__no-padding, .page-contact-us .layer.page-contact-us__google-map, .layer.social_media_hub {
    padding-top: 0;
    padding-bottom: 0; }
  .layer.layer__no-bottom-padding, .layer.clients_gallery {
    padding-bottom: 0; }
  .layer.layer__inherit-padding {
    padding-top: inherit;
    padding-bottom: inherit; }
  .layer.layer__small-padding {
    padding-top: 17.5px;
    padding-bottom: 17.5px; }
    @media screen and (min-width: 940px) {
      .layer.layer__small-padding {
        padding-top: 35px;
        padding-bottom: 35px; } }
  .layer.layer__large-padding {
    padding-top: 70px;
    padding-bottom: 70px; }
    @media screen and (min-width: 940px) {
      .layer.layer__large-padding {
        padding-top: 140px;
        padding-bottom: 140px; } }
  .layer.layer__x-large-padding {
    padding-top: 105px;
    padding-bottom: 105px; }
    @media screen and (min-width: 940px) {
      .layer.layer__x-large-padding {
        padding-top: 210px;
        padding-bottom: 210px; } }
  .layer strong {
    color: #f16722; }
  .layer .btn.btn-box, .layer .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.btn-box.gform_button, .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer .layer input.btn-box.gform_button {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #f16722;
    color: #f16722;
    font-size: 18px;
    font-size: 1.8rem;
    background: transparent;
    transition: background .2s linear, color .2s linear;
    margin-bottom: 2.5rem; }
    .layer .btn.btn-box:hover, .layer .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.btn-box.gform_button:hover, .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer .layer input.btn-box.gform_button:hover {
      color: #FFF;
      background: #f16722; }
  .layer.orange {
    background: #f16722;
    color: #FFF; }
    .layer.orange strong,
    .layer.orange h1,
    .layer.orange h2,
    .layer.orange p,
    .layer.orange .btn.btn-box,
    .layer.orange .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.btn-box.gform_button, .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer
    .layer.orange input.btn-box.gform_button {
      color: #FFF; }
    .layer.orange .btn.btn-box, .layer.orange .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.btn-box.gform_button, .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer .layer.orange input.btn-box.gform_button,
    .layer.orange hr {
      border-color: #FFF; }
    .layer.orange .btn.btn-box:hover, .layer.orange .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.btn-box.gform_button:hover, .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer .layer.orange input.btn-box.gform_button:hover {
      color: #f16722;
      background: #FFF; }
  .layer.grey {
    background: #393939;
    color: #FFF; }
    .layer.grey h1,
    .layer.grey h2,
    .layer.grey p,
    .layer.grey a {
      color: #FFF; }
    .layer.grey a,
    .layer.grey hr {
      border-color: #f16722; }
  .layer.parallax-window {
    min-height: 400px;
    background: transparent; }

/**
 * A blank slate for your page styles.
 * Include things like feature images, 
 * title layout etc.
 */
.page-title-layer {
  background: #e3e4e5;
  border-bottom: 1px solid #ced0d1; }
  .page-title-layer .page-width {
    padding: 20.4px 0; }
  .page-title-layer :last-child {
    margin-bottom: 0; }

.page-title,
.post-title {
  margin-bottom: 0; }

.sub-title {
  margin-bottom: 0;
  color: #545658;
  font-family: "Melbourne", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  font-size: 1.8rem; }

#breadcrumbs {
  display: none;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 8px 0 0; }
  @media screen and (min-width: 768px) {
    #breadcrumbs {
      display: block; } }

body.no-hero-layer {
  margin-top: 68px;
  transition: margin .4s ease-out; }
  @media screen and (min-width: 768px) {
    body.no-hero-layer {
      margin-top: 78px; } }

.banner {
  background: #393939 url("../images/grey-geometric-bg.png") repeat center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: padding .4s ease-out, background .8s ease-out, position .8s ease-out; }
  .banner .header--logo {
    float: left;
    display: block; }
    .banner .header--logo img {
      margin-top: 6px;
      width: 200px; }
      @media screen and (min-width: 940px) {
        .banner .header--logo img {
          width: 240px; } }
  .admin-bar .banner {
    margin-top: 46px; }
    @media screen and (min-width: 768px) {
      .admin-bar .banner {
        margin-top: 32px; } }
    .admin-bar .banner.sticky-banner {
      margin-top: 0; }
  .has-hero-layer.transparent-banner .banner {
    background: transparent repeat center; }
  .has-hero-layer.solid-banner .banner {
    background: #393939 url("../images/grey-geometric-bg.png") repeat center !important; }

@media screen and (min-width: 940px) {
  .sticky-banner .banner {
    padding-top: 0;
    padding-bottom: 0; }
    .sticky-banner .banner li.cta a {
      line-height: 30px; } }

footer {
  background: #393939 url("../images/grey-geometric-bg.png") repeat center; }
  footer .footer-left {
    float: left; }
  footer .footer-right {
    float: right; }
  footer h3 {
    color: #FFF;
    text-transform: uppercase;
    text-align: center; }
    @media screen and (min-width: 940px) {
      footer h3 {
        text-align: left; } }
  footer a {
    font-size: 19px;
    font-size: 1.9rem;
    color: #FFF; }
    footer a:hover {
      color: rgba(255, 255, 255, 0.5); }
  footer ul {
    padding-left: 0; }
    footer ul > li {
      padding: 2px 0;
      text-align: center; }
      @media screen and (min-width: 940px) {
        footer ul > li {
          text-align: left; } }
    @media screen and (min-width: 940px) {
      footer ul {
        margin-bottom: 0; } }
  @media screen and (min-width: 940px) {
    footer .contact-list i[class^="icon-"] {
      width: 1.5em; } }
  footer .copyright {
    text-align: center; }
    footer .copyright .footer--logo {
      display: block; }
      footer .copyright .footer--logo img {
        width: 150px; }
    @media screen and (min-width: 940px) {
      footer .copyright {
        text-align: left;
        margin-top: 20px; } }

/** 
 * A blank slate for your sidebar
 */
.mobile-menu-btns {
  float: right;
  text-align: right;
  margin-top: 9px; }

.mobile-menu-btn {
  display: inline-block;
  color: #FFF;
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: 24px; }
  @media screen and (min-width: 940px) {
    .mobile-menu-btn {
      display: none; } }
  .mobile-menu-btn:hover, .mobile-menu-btn:active, .mobile-menu-btn:focus {
    color: #EEE;
    outline: none; }

.main-menu-bar {
  clear: both; }
  @media screen and (min-width: 940px) {
    .main-menu-bar {
      clear: none;
      float: right; } }

.main-nav-wrap {
  clear: right; }
  @media screen and (max-width: 939px) {
    .main-nav-wrap {
      display: none;
      position: absolute;
      right: 20px;
      left: 20px;
      top: 80px;
      background: #393939;
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }
      .main-nav-wrap:before {
        content: "";
        position: absolute;
        right: 12px;
        display: block;
        width: 0;
        height: 0;
        top: -14px;
        border: 7px solid transparent;
        border-bottom-color: #393939; } }
  @media screen and (min-width: 940px) {
    .main-nav-wrap {
      display: block !important; } }

.main-menu {
  white-space: nowrap; }
  .main-menu li.current-menu-item > a {
    color: #f16722; }
  .main-menu li.current-menu-item.cta > a {
    /* 	background: #FFF;
				color: $brand-colour; */ }
  .main-menu a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.01em;
    font-weight: lighter; }
    .main-menu a:focus {
      outline: none; }
  .main-menu > li {
    display: block;
    position: relative; }
    .main-menu > li:hover > a {
      color: rgba(255, 255, 255, 0.5); }
    @media screen and (min-width: 940px) {
      .main-menu > li {
        display: inline-block;
        padding: 7px 0;
        border: none; } }
    @media screen and (min-width: 940px) and (max-width: 1299px) {
      .main-menu > li.home-item {
        display: none; } }
  .main-menu > li.cta > a {
    /* background: $brand-orange; */
    transition: background .2s linear, line-height .2s linear;
    color: #FFF;
    line-height: 40px;
    perspective: 1000px; }
    @media only screen and (max-width: 940px) {
      .main-menu > li.cta > a {
        background: #f16722; } }
    .main-menu > li.cta > a span {
      position: relative;
      display: inline-block;
      transition: transform 0.3s;
      transform-origin: 50% 0;
      transform-style: preserve-3d; }
      @media screen and (min-width: 940px) {
        .main-menu > li.cta > a span {
          padding: 0 14px;
          background: #f16722; } }
      @media screen and (min-width: 940px) {
        .main-menu > li.cta > a span:before {
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          height: 100%;
          background: #eb580f;
          content: 'Let\'s Talk';
          text-align: center;
          transition: background 0.3s;
          transform: rotateX(-90deg);
          transform-origin: 50% 0; } }
    @media only screen and (max-width: 940px) {
      .main-menu > li.cta > a:hover, .main-menu > li.cta > a:focus {
        background: #eb580f;
        color: rgba(255, 255, 255, 0.5); } }
    @media screen and (min-width: 940px) {
      .main-menu > li.cta > a:hover span,
      .main-menu > li.cta > a:focus span {
        transform: rotateX(90deg) translateY(-22px); } }
  .main-menu > li > a {
    display: block;
    padding: 0 0.5em;
    line-height: 40px;
    position: relative; }
    @media screen and (min-width: 940px) and (max-width: 1099px) {
      .main-menu > li > a {
        letter-spacing: normal;
        font-size: 12.3px;
        font-size: 1.23rem; } }
    @media screen and (min-width: 940px) {
      .main-menu > li > a {
        display: inline-block;
        font-size: 20px;
        font-size: 2rem; } }
  .main-menu ul {
    white-space: normal;
    display: none; }
    @media screen and (min-width: 940px) {
      .main-menu ul {
        position: absolute;
        top: 44px;
        left: 0;
        background: #393939;
        width: 230px;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }
        .main-menu ul:before {
          content: "";
          position: absolute;
          pointer-events: none;
          left: 25px;
          display: block;
          width: 0;
          height: 0;
          top: -14px;
          border: 7px solid transparent;
          border-bottom-color: #393939; } }
    .main-menu ul li {
      display: block;
      position: relative; }
      .main-menu ul li.current-menu-item > a {
        color: #FFF;
        background: #eb580f; }
        .main-menu ul li.current-menu-item > a:hover {
          background: #f16722; }
      @media screen and (max-width: 939px) {
        .main-menu ul li:last-child {
          border-bottom: none; } }
    .main-menu ul a {
      display: block;
      padding: 0.5em 1em;
      position: relative; }
      .main-menu ul a:hover {
        background: #f16722;
        color: rgba(255, 255, 255, 0.5); }
      @media screen and (max-width: 939px) {
        .main-menu ul a {
          padding: 0.5em 3.2em 0.5em 1.5em; } }
  .main-menu li:hover > ul {
    display: block; }
  .main-menu ul ul {
    left: 230px;
    top: 0; }
    .main-menu ul ul:before {
      display: none; }
    @media screen and (max-width: 939px) {
      .main-menu ul ul a {
        padding: 0.5em 3.2em 0.5em 2em; } }

@media screen and (max-width: 939px) {
  .main-nav-wrap ul.nav ul {
    display: none; } }

.mobile-menu-sub-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3em;
  background: rgba(0, 0, 0, 0.25);
  color: #FFF;
  text-align: center; }
  .mobile-menu-sub-toggle i {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    left: 0; }
  @media screen and (min-width: 940px) {
    .mobile-menu-sub-toggle {
      display: none !important; } }

@media screen and (max-width: 939px) {
  .no-js .main-nav-wrap {
    display: block; }
    .no-js .main-nav-wrap ul {
      display: block !important; } }

.social-menu-bar {
  clear: both; }
  @media screen and (min-width: 940px) {
    .social-menu-bar {
      clear: none;
      float: right;
      margin-top: 6px; } }
  .social-menu-bar .social-nav-wrap {
    clear: right;
    display: none; }
    @media screen and (min-width: 1170px) {
      .social-menu-bar .social-nav-wrap {
        display: block; } }
    .social-menu-bar .social-nav-wrap .social-menu {
      white-space: nowrap;
      margin-left: 15px; }
      .social-menu-bar .social-nav-wrap .social-menu li {
        display: inline-block;
        padding: 7px 0;
        border: none;
        margin-left: 10px; }
        .social-menu-bar .social-nav-wrap .social-menu li > a {
          display: block;
          width: 30px;
          height: 30px;
          border: solid 1px rgba(255, 255, 255, 0.5);
          border-radius: 50%;
          color: #FFF;
          text-transform: uppercase;
          font-size: 18px;
          font-size: 1.8rem;
          letter-spacing: 0.01em; }
          .social-menu-bar .social-nav-wrap .social-menu li > a:focus {
            outline: none; }
          .social-menu-bar .social-nav-wrap .social-menu li > a:hover {
            color: rgba(255, 255, 255, 0.5); }
          .social-menu-bar .social-nav-wrap .social-menu li > a i {
            margin-top: 6px;
            width: 30px;
            text-align: center; }

/*
.social-media-links {
	@extend .cf;
	width: auto;
	float: right;
	text-align: right;
	overflow: hidden;
	ul {
		vertical-align: top;
		line-height: 1;
	}
	li {
		float: left;
		padding-top: 3px;
	}
	a {
		text-indent: -4999px;
		text-align: left;
		display: inline-block;
		position: relative;
		height: 28px;
		width:28px;
		//color: $fsg-dark-yellow;
		&:before {
			display: block;
			text-indent: 0;
			position: absolute;
			top: 0;
			@include font-size(26);
			@extend .icon;
			border: none !important;
		}
	}
	.facebook a {	@extend .icon-facebook-square; }
	.twitter a {	@extend .icon-twitter-square;	}
	.feed a {		@extend .icon-rss-square;	}
	.instagram a {	@extend .icon-instagram; }
	.linkedin a {	@extend .icon-linkedin-square; }
	.youtube a {	@extend .icon-youtube-square;	}
}

*/
#submenu {
  margin-bottom: 0; }
  #submenu .widget {
    margin-bottom: 20.4px;
    margin-bottom: 2.04rem; }
  #submenu .submenu {
    display: none;
    padding: 10px; }
  @media screen and (min-width: 940px) {
    #submenu .widget {
      margin-bottom: 44px; }
    #submenu .submenu {
      display: block !important; } }
  #submenu ul ul {
    margin-top: 4px;
    margin-left: 4px; }
    #submenu ul ul ul {
      margin-top: 0;
      margin-left: 12px; }
  #submenu li {
    position: relative;
    font-weight: bold; }
    #submenu li li {
      padding-left: 10px;
      font-weight: normal; }
      #submenu li li:before {
        content: "";
        position: absolute;
        display: inline-block;
        border: 4px solid transparent;
        border-left-color: #a2a3a5;
        left: 0;
        top: 6px; }
    #submenu li.current-menu-item, #submenu li.current-page-item {
      font-weight: bold !important; }

#submenu-title i {
  margin-right: 5px; }
  @media screen and (min-width: 940px) {
    #submenu-title i {
      display: none; } }

/**
 * A starting point for your pagination
 */
.pagination {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold; }
  .pagination ol {
    display: inline-block;
    width: auto; }
  .pagination li {
    display: inline-block;
    padding: 0 4px; }

.hero-layer {
  padding-top: 130px;
  padding-bottom: 130px; }
  @media screen and (min-width: 940px) {
    .hero-layer {
      padding-top: 200px;
      padding-bottom: 200px; } }
  .hero-layer h1, .hero-layer h2 {
    color: #FFF;
    text-align: center;
    text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.5); }
  .hero-layer h1 {
    font-weight: bold; }
    @media screen and (min-width: 940px) {
      .hero-layer h1 {
        font-size: 72px;
        font-size: 7.2rem;
        line-height: 72px; } }
  @media screen and (min-width: 940px) {
    .hero-layer h2 {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 32px; } }

.custom-slider {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%; }
  .custom-slider.hero-layer {
    padding: 0; }
  .custom-slider .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/hero[c].jpg) 80% center no-repeat;
    background-size: cover; }
  .custom-slider .slider-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 2rem;
    position: relative;
    z-index: 5;
    color: white;
    transition: all 2s; }
    @media screen and (max-width: 760px) {
      .custom-slider .slider-content {
        background: rgba(0, 0, 0, 0.3); } }
    .custom-slider .slider-content .big {
      font-size: 9rem;
      font-weight: 600; }
    .custom-slider .slider-content p {
      max-width: 960px;
      width: 60%;
      text-shadow: rgba(0, 0, 0, 0.5) 0px 0.25rem 0.4rem;
      font-size: 5rem;
      margin: 0;
      transition: all 1s; }
      @media screen and (max-width: 760px) {
        .custom-slider .slider-content p {
          width: 100%; } }
    .custom-slider .slider-content a {
      padding: 0.5em 0.8em;
      border: solid 1px white;
      color: white;
      display: inline-block;
      font-size: 2.5rem;
      margin: 1em 0; }
      .custom-slider .slider-content a:hover {
        color: white;
        border: 1px solid #f16722;
        background: #f16722; }
  .custom-slider .scroll-prompt {
    position: absolute;
    bottom: 5rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 2rem;
    cursor: pointer;
    padding-top: 5rem; }
    .custom-slider .scroll-prompt:after {
      content: '';
      position: absolute;
      bottom: 2.5rem;
      width: 2rem;
      height: 5rem;
      background: url(../images/scroll-down-arrow.svg) center center no-repeat;
      background-size: contain;
      left: 0;
      right: 0;
      margin: auto;
      display: inline-block;
      cursor: pointer;
      /* Animation */
      animation-name: bounce;
      animation-duration: 1s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-out; }
  @media screen and (max-width: 600px) {
    .custom-slider .slider-content .big {
      font-size: 5rem; }
    .custom-slider .slider-content p {
      font-size: 3rem; }
    .custom-slider .slider-content a {
      font-size: 2rem; } }

.js .custom-slider .big {
  transform: translateY(-2rem);
  transition: transform 1s 0.2s, opacity 1s 0.2s;
  opacity: 0; }

.js .custom-slider p {
  transform: translateY(-2rem);
  opacity: 0;
  transition: transform 1s 0.5s, opacity 1s 0.5s; }

.js .custom-slider a {
  transform: translateY(-2rem);
  transition: transform 1s 0.8s, opacity 1s 0.8s, color 0.4s, border 0.2s, background 0.2s;
  opacity: 0; }

.js .custom-slider .scroll-prompt {
  transform: translateY(-2rem);
  transition: transform 1.5s 3s, opacity 1.5s 3s;
  opacity: 0; }

.animate-hero .custom-slider .big,
.animate-hero .custom-slider p,
.animate-hero .custom-slider a,
.animate-hero .custom-slider .scroll-prompt {
  transform: translateY(0rem);
  opacity: 1; }

@keyframes bounce {
  0% {
    transform: translateY(-0.3rem); }
  50% {
    transform: translateY(0.3rem); }
  100% {
    transform: translateY(-0.3rem); } }

.subscription-layer {
  background: #f16722 url("../images/orange-city.jpg") repeat center;
  text-align: center; }
  .subscription-layer h3 {
    text-transform: uppercase;
    color: #FFF; }
    .subscription-layer h3 strong {
      color: #FFF; }
    @media screen and (min-width: 940px) {
      .subscription-layer h3 {
        font-size: 32px;
        font-size: 3.2rem; } }
  .subscription-layer .subscription-form {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 940px) {
      .subscription-layer .subscription-form {
        width: 700px; } }
    .subscription-layer .subscription-form label {
      display: none !important; }
    .subscription-layer .subscription-form .hs_email input {
      width: 100% !important;
      display: block !important;
      border-radius: 0 !important;
      -webkit-appearance: none !important;
      background-color: white !important;
      border: 0px !important;
      color: #797a7c !important;
      outline: 0 !important;
      margin: 0 !important;
      padding: 10px 12px !important;
      text-align: left !important;
      font-size: 17px !important;
      font-size: 1.7rem !important;
      line-height: 20.4px !important;
      font-family: "Melbourne", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
      font-weight: lighter !important;
      vertical-align: middle !important;
      min-width: 100% !important;
      padding-right: 135px !important;
      box-sizing: border-box !important;
      border-radius: none !important;
      height: auto !important; }
    .subscription-layer .subscription-form .actions {
      margin: 0 !important;
      background: none !important;
      padding: 0 !important; }
    .subscription-layer .subscription-form .hs_submit {
      position: absolute !important;
      top: 0 !important;
      right: 0 !important; }
    .subscription-layer .subscription-form label,
    .subscription-layer .subscription-form .hs_blog_australias_content_marketing_blog_subscription,
    .subscription-layer .subscription-form .hs_lifecyclestage {
      display: none;
      visibility: hidden; }
  .subscription-layer .social-nav-wrap ul.social-menu {
    display: inline-block; }
    .subscription-layer .social-nav-wrap ul.social-menu li {
      width: 32px;
      text-align: center;
      margin-left: 5px;
      margin-right: 5px;
      padding-top: 20px; }
      @media screen and (min-width: 940px) {
        .subscription-layer .social-nav-wrap ul.social-menu li {
          width: 64px;
          padding-top: 50px; } }
      .subscription-layer .social-nav-wrap ul.social-menu li a,
      .subscription-layer .social-nav-wrap ul.social-menu li a:hover,
      .subscription-layer .social-nav-wrap ul.social-menu li a:active {
        color: #FFF;
        font-size: 32px;
        font-size: 3.2rem; }
        @media screen and (min-width: 940px) {
          .subscription-layer .social-nav-wrap ul.social-menu li a,
          .subscription-layer .social-nav-wrap ul.social-menu li a:hover,
          .subscription-layer .social-nav-wrap ul.social-menu li a:active {
            font-size: 52px;
            font-size: 5.2rem; } }
        .subscription-layer .social-nav-wrap ul.social-menu li a:hover,
        .subscription-layer .social-nav-wrap ul.social-menu li a:hover:hover,
        .subscription-layer .social-nav-wrap ul.social-menu li a:active:hover {
          color: rgba(255, 255, 255, 0.5); }

.page-contact-us {
  background: #f16722 url("../images/orange-city.jpg") repeat center; }
  .page-contact-us .page-contact-us__contact-details {
    background-color: transparent; }
    .page-contact-us .page-contact-us__contact-details h1 {
      color: #FFF;
      text-align: center;
      text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.5);
      font-weight: bold;
      margin-bottom: 35px; }
      @media screen and (min-width: 940px) {
        .page-contact-us .page-contact-us__contact-details h1 {
          font-size: 64px;
          font-size: 6.4rem; } }
    .page-contact-us .page-contact-us__contact-details .contact-list li {
      margin-bottom: 20px;
      padding-left: 42px; }
      .page-contact-us .page-contact-us__contact-details .contact-list li a {
        color: #FFF;
        position: relative;
        line-height: 26px;
        line-height: 2.6rem; }
        @media screen and (min-width: 940px) {
          .page-contact-us .page-contact-us__contact-details .contact-list li a {
            font-size: 22px;
            font-size: 2.2rem; } }
        .page-contact-us .page-contact-us__contact-details .contact-list li a i {
          position: absolute;
          left: -41px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 20px;
          font-size: 2rem; }
          @media screen and (min-width: 940px) {
            .page-contact-us .page-contact-us__contact-details .contact-list li a i {
              font-size: 34px;
              font-size: 3.4rem; } }
    .page-contact-us .page-contact-us__contact-details .social-menu {
      text-align: center;
      font-size: 42px;
      font-size: 4.2rem; }
      @media screen and (min-width: 940px) {
        .page-contact-us .page-contact-us__contact-details .social-menu {
          text-align: left; } }
      .page-contact-us .page-contact-us__contact-details .social-menu li {
        margin-right: 25px; }
        .page-contact-us .page-contact-us__contact-details .social-menu li a {
          color: #FFF; }
    .page-contact-us .page-contact-us__contact-details hr {
      display: none;
      margin-top: 1.88rem;
      margin-bottom: 1.88rem;
      border-color: #FFF;
      width: 50%; }
      @media screen and (min-width: 940px) {
        .page-contact-us .page-contact-us__contact-details hr {
          display: block; } }
    .page-contact-us .page-contact-us__contact-details a {
      opacity: 1;
      transition: opacity .2s linear; }
      .page-contact-us .page-contact-us__contact-details a:hover {
        opacity: 0.75; }
  .page-contact-us .page-contact-us__form {
    margin-top: 35px; }
    @media screen and (min-width: 940px) {
      .page-contact-us .page-contact-us__form {
        margin-top: 0; } }
    .page-contact-us .page-contact-us__form .hubspot-contact-form {
      position: relative;
      margin-bottom: 20px; }
      .page-contact-us .page-contact-us__form .hubspot-contact-form .field {
        margin-bottom: 14.4px; }
        .page-contact-us .page-contact-us__form .hubspot-contact-form .field input {
          max-width: 100%; }
          @media screen and (min-width: 940px) {
            .page-contact-us .page-contact-us__form .hubspot-contact-form .field input {
              width: 51%; } }
        .page-contact-us .page-contact-us__form .hubspot-contact-form .field label {
          display: none;
          visibility: hidden; }
      @media screen and (min-width: 940px) {
        .page-contact-us .page-contact-us__form .hubspot-contact-form .hs_message {
          position: absolute;
          right: 0;
          width: 48%;
          bottom: inherit;
          top: 0; } }
      .page-contact-us .page-contact-us__form .hubspot-contact-form .hs_message textarea {
        height: 258px; }
      .page-contact-us .page-contact-us__form .hubspot-contact-form .hsformerror p {
        color: red; }
      .page-contact-us .page-contact-us__form .hubspot-contact-form .hs_submit input.btn, .page-contact-us .page-contact-us__form .hubspot-contact-form .hs_submit .gform_wrapper .gform_footer input.gform_button, .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer .hubspot-contact-form .hs_submit input.gform_button {
        font-size: 18px;
        font-size: 1.8rem;
        border: 1px solid #FFF;
        background: transparent;
        transition: background .2s linear, color .2s linear; }
        .page-contact-us .page-contact-us__form .hubspot-contact-form .hs_submit input.btn:hover, .page-contact-us .page-contact-us__form .hubspot-contact-form .hs_submit .gform_wrapper .gform_footer input.gform_button:hover, .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer .hubspot-contact-form .hs_submit input.gform_button:hover {
          color: #f16722;
          background: #FFF; }
    .page-contact-us .page-contact-us__form .gform_wrapper form {
      position: relative; }
      .page-contact-us .page-contact-us__form .gform_wrapper form .gform_fields {
        position: relative; }
        .page-contact-us .page-contact-us__form .gform_wrapper form .gform_fields li.gfield label {
          color: #FFF;
          text-transform: uppercase; }
          .page-contact-us .page-contact-us__form .gform_wrapper form .gform_fields li.gfield label.gfield_label {
            display: none;
            visibility: hidden; }
        .page-contact-us .page-contact-us__form .gform_wrapper form .gform_fields li.gfield.pull-left {
          float: left;
          width: 100%; }
          @media screen and (min-width: 940px) {
            .page-contact-us .page-contact-us__form .gform_wrapper form .gform_fields li.gfield.pull-left {
              width: 51%; } }
        .page-contact-us .page-contact-us__form .gform_wrapper form .gform_fields li.gfield.pull-right {
          float: right;
          width: 100%; }
          @media screen and (min-width: 940px) {
            .page-contact-us .page-contact-us__form .gform_wrapper form .gform_fields li.gfield.pull-right {
              width: 48%; } }
        @media screen and (min-width: 940px) {
          .page-contact-us .page-contact-us__form .gform_wrapper form .gform_fields li.gfield.contact-message {
            position: absolute;
            right: 0;
            width: 48%;
            bottom: 0;
            top: 0; } }
        .page-contact-us .page-contact-us__form .gform_wrapper form .gform_fields li.gfield.contact-message textarea {
          height: 297px; }
        .page-contact-us .page-contact-us__form .gform_wrapper form .gform_fields input {
          max-width: 100%; }
        .page-contact-us .page-contact-us__form .gform_wrapper form .gform_fields input[type='checkbox'] {
          height: 20px;
          width: 20px; }
    .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer {
      position: absolute;
      bottom: 0px;
      right: 0px; }
      .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.gform_button {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 5px 30px;
        border: 1px solid #FFF;
        background: transparent;
        transition: background .2s linear, color .2s linear; }
        .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.gform_button:hover {
          color: #f16722;
          background: #FFF; }
  .page-contact-us .page-contact-us__google-map {
    position: relative; }
    .page-contact-us .page-contact-us__google-map .acf-map {
      width: 100%;
      height: 200px; }
      @media screen and (min-width: 940px) {
        .page-contact-us .page-contact-us__google-map .acf-map {
          height: 300px; } }
    .page-contact-us .page-contact-us__google-map .current-status {
      position: absolute;
      background-color: #393939;
      color: #FFF;
      text-align: center;
      border-radius: 45%;
      padding: 40px 20px;
      left: 10%;
      top: 50%;
      transform: translateY(-50%);
      text-transform: uppercase;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 18px; }
      @media screen and (min-width: 940px) {
        .page-contact-us .page-contact-us__google-map .current-status {
          left: 25%; } }
      .page-contact-us .page-contact-us__google-map .current-status i,
      .page-contact-us .page-contact-us__google-map .current-status .and {
        font-size: 12px;
        font-size: 1.2rem; }

.page-web-design {
  padding-top: 100px;
  padding-bottom: 100px; }
  .page-web-design .web-design-info-graphic .title {
    text-align: center; }
  .page-web-design .web-design-info-graphic .steps {
    list-style: none;
    padding-left: 0; }
    .page-web-design .web-design-info-graphic .steps .step {
      margin-top: 30px;
      margin-bottom: 30px; }
      .page-web-design .web-design-info-graphic .steps .step .content {
        text-align: center; }
        .page-web-design .web-design-info-graphic .steps .step .content h2 {
          font-size: 32px;
          font-size: 3.2rem;
          color: #f16722;
          text-transform: uppercase; }
        .page-web-design .web-design-info-graphic .steps .step .content hr {
          display: none; }
        .page-web-design .web-design-info-graphic .steps .step .content p strong {
          color: #363636; }
      .page-web-design .web-design-info-graphic .steps .step .image {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px;
        height: 120px;
        width: 120px;
        background-color: #e3e4e5;
        border-radius: 50%;
        text-align: center;
        padding: 20px; }
  @media screen and (min-width: 940px) {
    .page-web-design .web-design-info-graphic {
      position: relative; }
      .page-web-design .web-design-info-graphic .circle {
        position: relative;
        height: 470px;
        width: 470px;
        margin-left: auto;
        margin-right: auto;
        border: solid 80px #fbab1e;
        border-radius: 50%; }
        .page-web-design .web-design-info-graphic .circle .title {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 0;
          right: 0;
          padding-top: 30px; }
          .page-web-design .web-design-info-graphic .circle .title h1 {
            font-size: 38px;
            font-size: 3.8rem;
            line-height: 38px;
            text-transform: uppercase; }
            .page-web-design .web-design-info-graphic .circle .title h1 strong {
              color: #363636; }
          .page-web-design .web-design-info-graphic .circle .title hr {
            width: 25%; }
        .page-web-design .web-design-info-graphic .circle .steps {
          margin: 0;
          padding: 0;
          list-style: none;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
          .page-web-design .web-design-info-graphic .circle .steps .step {
            position: absolute;
            margin-top: 0;
            margin-bottom: 0; }
            .page-web-design .web-design-info-graphic .circle .steps .step .content {
              cursor: pointer;
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              width: 250px; }
              .page-web-design .web-design-info-graphic .circle .steps .step .content h2 {
                font-size: 42px;
                font-size: 4.2rem;
                position: absolute;
                transition: top .2s ease-in-out;
                top: 20px;
                right: 0;
                left: 0;
                margin-bottom: 0; }
              .page-web-design .web-design-info-graphic .circle .steps .step .content hr {
                position: absolute;
                top: 75px;
                right: 0;
                left: 0;
                width: 50%;
                border-color: #434343;
                border-width: 3px;
                opacity: 1;
                transition: opacity .2s ease-in-out; }
                .page-web-design .web-design-info-graphic .circle .steps .step .content hr:before {
                  content: " ";
                  position: absolute;
                  bottom: -35px;
                  height: 30px;
                  width: 30px;
                  transform: rotate(45deg); }
              .page-web-design .web-design-info-graphic .circle .steps .step .content p {
                position: absolute;
                top: 50px;
                right: 0;
                left: 0;
                opacity: 0;
                transition: opacity .2s ease-in-out, top .2s ease-in-out; }
            .page-web-design .web-design-info-graphic .circle .steps .step .image {
              border: 7px solid #FFF;
              cursor: pointer;
              transition: background-color .2s ease-in-out; }
              .page-web-design .web-design-info-graphic .circle .steps .step .image img {
                display: inline-block;
                vertical-align: middle; }
            .page-web-design .web-design-info-graphic .circle .steps .step:hover .image {
              background-color: #f16722; }
            .page-web-design .web-design-info-graphic .circle .steps .step:hover .content h2 {
              top: 0; }
            .page-web-design .web-design-info-graphic .circle .steps .step:hover .content p {
              top: 60px;
              opacity: 1; }
            .page-web-design .web-design-info-graphic .circle .steps .step:hover .content hr {
              opacity: 0; }
            .page-web-design .web-design-info-graphic .circle .steps .step.left {
              left: -4%; }
              .page-web-design .web-design-info-graphic .circle .steps .step.left .content {
                text-align: right;
                left: -300px; }
                .page-web-design .web-design-info-graphic .circle .steps .step.left .content hr:before {
                  right: -15px;
                  border-top: 3px solid #434343; }
              .page-web-design .web-design-info-graphic .circle .steps .step.left.top {
                top: -21%; }
              .page-web-design .web-design-info-graphic .circle .steps .step.left.bottom {
                bottom: -21%; }
                .page-web-design .web-design-info-graphic .circle .steps .step.left.bottom hr:before {
                  border-top: none;
                  border-bottom: 3px solid #434343; }
            .page-web-design .web-design-info-graphic .circle .steps .step.right {
              right: -4%; }
              .page-web-design .web-design-info-graphic .circle .steps .step.right .content {
                text-align: left;
                left: 170px; }
                .page-web-design .web-design-info-graphic .circle .steps .step.right .content hr:before {
                  left: -15px;
                  border-left: 3px solid #434343; }
              .page-web-design .web-design-info-graphic .circle .steps .step.right.top {
                top: -21%; }
              .page-web-design .web-design-info-graphic .circle .steps .step.right.bottom {
                bottom: -21%; }
            .page-web-design .web-design-info-graphic .circle .steps .step.middle {
              top: 50%;
              transform: translateY(-50%); }
              .page-web-design .web-design-info-graphic .circle .steps .step.middle.left {
                left: -32%; }
                .page-web-design .web-design-info-graphic .circle .steps .step.middle.left .content hr {
                  right: -30px; }
              .page-web-design .web-design-info-graphic .circle .steps .step.middle.right {
                right: -32%; }
                .page-web-design .web-design-info-graphic .circle .steps .step.middle.right .content hr {
                  left: -30px; }
            .page-web-design .web-design-info-graphic .circle .steps .step.top .content {
              top: -90px; }
            .page-web-design .web-design-info-graphic .circle .steps .step.middle .content hr {
              width: 60%; }
              .page-web-design .web-design-info-graphic .circle .steps .step.middle .content hr:before {
                display: none; }
            .page-web-design .web-design-info-graphic .circle .steps .step.bottom .content {
              top: 90px; }
              .page-web-design .web-design-info-graphic .circle .steps .step.bottom .content hr:before {
                transform: rotate(-45deg);
                bottom: 7px; } }

.page-landing-page {
  min-width: 320px; }
  .page-landing-page .colContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    .page-landing-page .colContainer .contentCol {
      -ms-flex: 1;
          flex: 1;
      padding-right: 40px; }
      .page-landing-page .colContainer .contentCol h2 {
        color: #f16722;
        font-weight: 600;
        font-size: 42px;
        line-height: 51px;
        padding-bottom: 25px;
        margin: 0; }
      .page-landing-page .colContainer .contentCol p {
        font-size: 16px;
        line-height: 19px;
        color: #333234;
        font-family: 'Noto Sans', sans-serif; }
        .page-landing-page .colContainer .contentCol p + h2 {
          padding-top: 25px; }
    .page-landing-page .colContainer .formCol {
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
      background: #F2F2F2;
      padding: 35px 25px;
      max-width: 420px; }
      .page-landing-page .colContainer .formCol h3 {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        padding-bottom: 25px; }
      .page-landing-page .colContainer .formCol .hbspt-form .hs-error-msgs label {
        font-size: 12px;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 0 !important; }
      .page-landing-page .colContainer .formCol .hbspt-form .hs-form-field {
        margin: 0;
        padding-bottom: 15px; }
        .page-landing-page .colContainer .formCol .hbspt-form .hs-form-field label {
          margin: 0;
          padding-bottom: 10px;
          display: block; }
          .page-landing-page .colContainer .formCol .hbspt-form .hs-form-field label span {
            color: #333234;
            font-family: 'Noto Sans', sans-serif;
            font-weight: 300;
            line-height: 19px;
            font-size: 16px; }
        .page-landing-page .colContainer .formCol .hbspt-form .hs-form-field select,
        .page-landing-page .colContainer .formCol .hbspt-form .hs-form-field textarea,
        .page-landing-page .colContainer .formCol .hbspt-form .hs-form-field input[type='email'],
        .page-landing-page .colContainer .formCol .hbspt-form .hs-form-field input[type='text'] {
          width: 100%;
          box-sizing: border-box;
          color: #333234;
          font-family: 'Noto Sans', sans-serif;
          font-weight: 300;
          line-height: 19px;
          font-size: 16px;
          height: 43px;
          padding: 10px;
          max-width: 100%;
          border: 0 !important;
          border-radius: 0px !important;
          box-shadow: none; }
      .page-landing-page .colContainer .formCol .hbspt-form select {
        padding: 0 10px; }
      .page-landing-page .colContainer .formCol .hbspt-form .actions {
        margin: 0;
        padding: 0;
        position: relative;
        display: block;
        width: 100%;
        padding-top: 20px; }
        .page-landing-page .colContainer .formCol .hbspt-form .actions input[type='submit'] {
          outline: none;
          background: #f16722;
          display: block;
          width: 100%;
          border: 0;
          border-radius: 0;
          padding: 23px;
          box-sizing: border-box;
          font-family: 'Noto Sans', sans-serif;
          font-size: 16px;
          letter-spacing: .5px;
          line-height: 19px;
          text-transform: uppercase;
          font-weight: 300;
          text-shadow: none;
          box-shadow: none;
          transition: opacity .2s ease-in-out !important;
          position: relative; }
          .page-landing-page .colContainer .formCol .hbspt-form .actions input[type='submit']:hover, .page-landing-page .colContainer .formCol .hbspt-form .actions input[type='submit']:focus, .page-landing-page .colContainer .formCol .hbspt-form .actions input[type='submit']:active {
            opacity: .8; }
    @media (max-width: 768px) {
      .page-landing-page .colContainer {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
        .page-landing-page .colContainer .formCol, .page-landing-page .colContainer .contentCol {
          max-width: 100%;
          width: 100%;
          -ms-flex: 1 auto;
              flex: 1 auto; }
        .page-landing-page .colContainer .formCol {
          margin-bottom: 40px; }
        .page-landing-page .colContainer .contentCol {
          padding-right: 0; } }

.hero-layer-landing-page {
  text-align: center;
  position: relative;
  padding: 235px 0 120px 0;
  min-width: 320px; }
  .hero-layer-landing-page:after {
    content: '';
    background: rgba(0, 0, 0, 0.64);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .hero-layer-landing-page .page-width {
    position: relative;
    z-index: 1; }
    .hero-layer-landing-page .page-width h1 {
      font-size: 44px;
      font-weight: 400;
      padding-bottom: 3.5rem;
      text-shadow: none;
      max-width: 690px;
      margin: auto;
      line-height: 53px; }

.page-thank-you .page-content-layer {
  text-align: center; }

.page-thank-you .page-contact-cta {
  background: #222328;
  background-position: center;
  text-align: center; }
  .page-thank-you .page-contact-cta h2 {
    padding-bottom: 15px;
    font-weight: 500;
    color: white; }

.hero-layer-landing-page .button,
.page-landing-page .button,
.page-thank-you .button {
  padding: 18px 40px;
  border: 1px solid #f16722;
  border-color: #f16722;
  transition: background .2s ease-in-out, color .2s ease-in-out;
  display: inline-block;
  font-size: 16px; }
  .hero-layer-landing-page .button:hover, .hero-layer-landing-page .button:focus, .hero-layer-landing-page .button:active,
  .page-landing-page .button:hover,
  .page-landing-page .button:focus,
  .page-landing-page .button:active,
  .page-thank-you .button:hover,
  .page-thank-you .button:focus,
  .page-thank-you .button:active {
    background: #f16722;
    color: white; }

.page-landing-page-2 {
  min-width: 320px;
  /* @media(max-width: 768px){
				.lp-2-hero{height: 375px}
			} */ }
  .page-landing-page-2 .text-white {
    color: #fff; }
  .page-landing-page-2 .text-center {
    text-align: center; }
  .page-landing-page-2 .text-orange {
    color: #EE6222;
    font-weight: 600; }
  .page-landing-page-2 a:focus {
    outline: none; }
  .page-landing-page-2 .popup-button {
    margin-top: 3.5rem; }
    .page-landing-page-2 .popup-button a {
      display: inline-block;
      margin: 0 0 2rem; }
  .page-landing-page-2 .lp-2-btn {
    margin-top: 2rem;
    background: #EE6222;
    color: #fff;
    text-transform: uppercase;
    padding: 1.5rem 5.5rem 1.5rem 5.5rem;
    border: none;
    font-size: 2.15rem;
    border-radius: 4px; }
  @media (max-width: 768px) {
    .page-landing-page-2 .lp-2-btn {
      padding: 1.5rem 5rem 1.5rem 5rem;
      font-size: 1.7rem; } }
  .page-landing-page-2 hr {
    margin-top: -1rem; }
  .page-landing-page-2 h1 {
    font-weight: 500;
    font-size: 5rem; }
  .page-landing-page-2 h2 {
    font-size: 4rem; }
  .page-landing-page-2 h4 {
    font-size: 2.2rem; }
  .page-landing-page-2 p {
    font-size: 1.9rem; }
  .page-landing-page-2 .intro-p {
    margin-right: 2rem;
    font-size: 2.5rem; }
  @media (max-width: 768px) {
    .page-landing-page-2 h1 {
      font-weight: 500;
      font-size: 4rem; }
    .page-landing-page-2 h2 {
      font-size: 2.6rem; }
    .page-landing-page-2 h3 {
      font-size: 2.25rem; }
    .page-landing-page-2 h4 {
      font-size: 2rem; }
    .page-landing-page-2 .intro-p {
      margin-left: 1rem;
      margin-right: 1rem; } }
  .page-landing-page-2 .lp-2-hero {
    height: auto; }
  .page-landing-page-2 .lp-logo {
    width: 200px;
    margin-left: 4rem;
    margin-top: 3rem; }
  .page-landing-page-2 .hero-container {
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem;
    margin: 0 auto;
    max-width: 1170px; }
    .page-landing-page-2 .hero-container .left-side {
      text-align: right;
      width: 380px;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
    .page-landing-page-2 .hero-container .right-side {
      text-align: left;
      margin-top: 10rem;
      margin-left: 3rem; }
    @media (max-width: 768px) {
      .page-landing-page-2 .hero-container .left-side {
        display: none;
        width: 0%; }
      .page-landing-page-2 .hero-container .right-side {
        display: block;
        width: 100%;
        text-align: center;
        -ms-flex-pack: center;
            justify-content: center;
        max-width: 600px;
        margin: auto;
        padding-top: 1rem; } }
  .page-landing-page-2 button.lp-2-btn {
    background: #EE6222;
    color: #fff;
    text-transform: uppercase;
    padding: 1rem 3.5rem;
    border: none;
    font-size: 1.5rem;
    border-radius: 4px; }
  .page-landing-page-2 .grey-boxes-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
  .page-landing-page-2 .grey-box {
    background-color: #F1F2F3;
    padding: 2.5rem;
    text-align: center;
    margin: 2rem;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    -ms-flex-pack: end;
        justify-content: flex-end;
    border-radius: 6px;
    position: relative; }
  .page-landing-page-2 .grey-box-icon {
    margin-bottom: 2rem; }
  .page-landing-page-2 .grey-box-title {
    color: #000;
    font-weight: 500;
    font-size: 2.4rem; }
  .page-landing-page-2 .grey-box:nth-child(-n+3)::after {
    content: url(../../library/images/arrow-right.png);
    position: absolute;
    bottom: 14rem;
    right: -5rem;
    z-index: 1; }
  .page-landing-page-2 .grey-box:nth-child(4)::after {
    content: url(../../library/images/arrow-down.png);
    position: absolute;
    bottom: -6rem;
    right: 10rem;
    z-index: 3; }
  .page-landing-page-2 .grey-box:nth-child(5) {
    -ms-flex-order: 7;
        order: 7; }
  .page-landing-page-2 .grey-box:nth-child(6) {
    -ms-flex-order: 6;
        order: 6; }
  .page-landing-page-2 .grey-box:nth-child(7) {
    -ms-flex-order: 5;
        order: 5; }
  .page-landing-page-2 .grey-box:nth-child(5)::after, .page-landing-page-2 .grey-box:nth-child(6)::after {
    content: url(../../library/images/arrow-left.png);
    position: absolute;
    top: 5rem;
    right: 22rem;
    z-index: 1; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .page-landing-page-2 .grey-box:nth-child(5)::after, .page-landing-page-2 .grey-box:nth-child(6)::after {
      right: 18rem; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .page-landing-page-2 .grey-box {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%; }
    .page-landing-page-2 .grey-box:nth-child(5) {
      -ms-flex-order: 5;
          order: 5; }
    .page-landing-page-2 .grey-box:nth-child(6) {
      -ms-flex-order: 6;
          order: 6; }
    .page-landing-page-2 .grey-box:nth-child(7) {
      -ms-flex-order: 7;
          order: 7; }
    .page-landing-page-2 .grey-box:nth-child(-n+6)::after {
      content: none; } }
  @media (max-width: 768px) {
    .page-landing-page-2 .grey-box {
      -ms-flex-preferred-size: 65%;
          flex-basis: 65%; }
    .page-landing-page-2 .grey-box:nth-child(5) {
      -ms-flex-order: 5;
          order: 5; }
    .page-landing-page-2 .grey-box:nth-child(6) {
      -ms-flex-order: 6;
          order: 6; }
    .page-landing-page-2 .grey-box:nth-child(7) {
      -ms-flex-order: 7;
          order: 7; }
    .page-landing-page-2 .grey-box:nth-child(-n+6)::after {
      content: none; } }
  .page-landing-page-2 .cta-section .cta-section-header {
    padding-top: 6%;
    font-size: 3.8rem;
    line-height: 1.5; }
  @media (max-width: 768px) {
    .page-landing-page-2 .cta-section .cta-section-header {
      font-size: 2.5rem;
      padding-top: 10%;
      margin-bottom: 3rem; } }
  .page-landing-page-2 .cta-section .white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto; }
  .page-landing-page-2 .cta-section .form {
    display: none;
    position: relative;
    margin: 0 auto;
    max-width: 60rem; }
    .form-popup-class .page-landing-page-2 .cta-section .form {
      display: block; }
  .page-landing-page-2 .lp-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    background-color: #222328;
    padding-bottom: 2rem; }
    .page-landing-page-2 .lp-footer .float-left {
      width: 50%;
      display: -ms-flexbox;
      display: flex;
      margin-left: 3rem;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .page-landing-page-2 .lp-footer .float-left .copyright {
        margin-top: 4rem;
        margin-left: 2rem; }
    .page-landing-page-2 .lp-footer .float-right {
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      -ms-flex-pack: end;
          justify-content: flex-end;
      margin-right: 3rem; }
      .page-landing-page-2 .lp-footer .float-right .social-menu-bar {
        margin-top: 2rem; }
        .page-landing-page-2 .lp-footer .float-right .social-menu-bar .js-social-nav-wrap {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
        .page-landing-page-2 .lp-footer .float-right .social-menu-bar i:hover {
          color: #EE6222; }
    @media (max-width: 992px) {
      .page-landing-page-2 .lp-footer {
        -ms-flex-flow: column;
            flex-flow: column; }
        .page-landing-page-2 .lp-footer .float-left {
          -ms-flex-order: 2;
              order: 2;
          width: 100%;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          text-align: center;
          -ms-flex-flow: wrap;
              flex-flow: wrap;
          margin-left: 0; }
        .page-landing-page-2 .lp-footer .float-right {
          -ms-flex-order: 1;
              order: 1;
          width: 100%;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          text-align: center;
          margin-right: 0; }
        .page-landing-page-2 .lp-footer p.text-white.copyright {
          margin-top: 5rem;
          margin-left: 1rem; }
        .page-landing-page-2 .lp-footer .lp-logo {
          margin-left: 0; } }
  @media (max-width: 992px) and (max-width: 423px) {
    .page-landing-page-2 .lp-footer .social-menu-bar .social-nav-wrap .social-menu {
      margin-left: 0 !important; }
    .page-landing-page-2 .lp-footer .copyright {
      margin-top: 2rem !important;
      margin-left: 0 !important; } }

.form-popup-class .mfp-content {
  background: #ffffff;
  margin: auto;
  width: 30%;
  padding: 3rem;
  text-align: center;
  border-radius: 4px; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .form-popup-class .mfp-content {
      width: 40%; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .form-popup-class .mfp-content {
      width: 50%; } }
  @media (max-width: 768px) {
    .form-popup-class .mfp-content {
      width: 70%; } }
  .form-popup-class .mfp-content input {
    width: 100%;
    max-width: none;
    border: 1px solid #c3c7ca; }
  .form-popup-class .mfp-content .hs-input {
    border: 1px solid #c3c7ca;
    border-radius: 4px;
    margin-bottom: 1.5rem; }
  .form-popup-class .mfp-content #form-iframe {
    text-align: left; }
  .form-popup-class .mfp-content #what_is_your_biggest_marketing_challenge-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce {
    margin-bottom: 2.5rem; }
  .form-popup-class .mfp-content .hs-form-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce_1d39783b-24de-41d5-8b84-2628ada0616e input:not([type="image"]) {
    padding-top: .75rem;
    padding-bottom: .75rem; }
  .form-popup-class .mfp-content #label-firstname-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce, .form-popup-class .mfp-content #label-lastname-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce, .form-popup-class .mfp-content #label-email-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce, .form-popup-class .mfp-content #label-phone-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce, .form-popup-class .mfp-content #label-what_is_your_biggest_marketing_challenge-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce {
    font-weight: 300; }
  .form-popup-class .mfp-content .hs-form-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce_b16784e8-1c10-4c6d-a750-38032eb47c8c.stacked label {
    font-weight: 300; }
  .form-popup-class .mfp-content .hs-form-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce_dfd06701-c46d-48ee-929d-e66a46c60be9 {
    margin: 0;
    padding: 0; }
  .form-popup-class .mfp-content .hs-button {
    background: #EE6222;
    color: #fff;
    text-transform: uppercase;
    padding: 1.8rem;
    border: none;
    font-size: 1.2rem;
    border-radius: 4px; }

.page-thank-you-2 {
  min-width: 320px; }
  .page-thank-you-2 .text-white {
    color: #fff; }
  .page-thank-you-2 .text-center {
    text-align: center; }
  .page-thank-you-2 .text-orange {
    color: #EE6222;
    font-weight: 600; }
  .page-thank-you-2 .popup-button {
    margin-top: 3.5rem; }
  .page-thank-you-2 hr {
    margin-top: -1rem; }
  .page-thank-you-2 a:focus {
    outline: none; }
  .page-thank-you-2 .lp-2-btn {
    margin-top: 2rem;
    background: #EE6222;
    color: #fff;
    text-transform: uppercase;
    padding: 1.5rem 5.5rem 1.5rem 5.5rem;
    border: none;
    font-size: 2.15rem;
    border-radius: 4px; }
  @media (max-width: 768px) {
    .page-thank-you-2 .lp-2-btn {
      font-size: 1.6rem;
      padding: 1.5rem 5rem 1.5rem 5rem; } }
  .page-thank-you-2 .lp-2-grey {
    margin-top: 2rem;
    background: #434343;
    color: #fff;
    text-transform: uppercase;
    padding: 1.5rem 6rem 1.5rem 6rem !important;
    border: none;
    font-size: 1.65rem;
    border-radius: 4px; }
  .page-thank-you-2 h1 {
    font-weight: 500;
    font-size: 5.5rem; }
  .page-thank-you-2 h2 {
    font-size: 4rem; }
  .page-thank-you-2 h4 {
    font-size: 2.2rem; }
  .page-thank-you-2 p {
    font-size: 1.9rem; }
  @media (max-width: 768px) {
    .page-thank-you-2 h1 {
      font-weight: 500;
      font-size: 4rem; }
    .page-thank-you-2 h2 {
      font-size: 2.6rem; }
    .page-thank-you-2 h3 {
      font-size: 2.25rem; }
    .page-thank-you-2 h4 {
      font-size: 2rem; } }
  .page-thank-you-2 .lp-2-hero {
    height: 325px; }
  .page-thank-you-2 .header-container {
    margin-top: 4rem; }
  .page-thank-you-2 .lp-logo {
    width: 200px;
    margin-left: 4rem;
    margin-top: 3rem; }
  .page-thank-you-2 .hero-container {
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem; }
  .page-thank-you-2 .download-now-text {
    padding-bottom: 2rem; }
  .page-thank-you-2 .running-assessment {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #f5f5f5; }
    .page-thank-you-2 .running-assessment .left-side {
      width: 50%;
      text-align: right; }
    .page-thank-you-2 .running-assessment .right-side {
      width: 50%;
      text-align: left;
      margin-left: 3rem;
      position: relative; }
      .page-thank-you-2 .running-assessment .right-side h2 {
        margin-bottom: 1.5rem; }
      @media (min-width: 998px) {
        .page-thank-you-2 .running-assessment .right-side .assessment-title::after {
          content: url(../../library/images/line.png);
          position: absolute;
          left: 0;
          top: 1.2rem; } }
    @media (max-width: 768px) {
      .page-thank-you-2 .running-assessment {
        padding-top: 0px; }
        .page-thank-you-2 .running-assessment .left-side {
          display: none;
          width: 0%; }
        .page-thank-you-2 .running-assessment .right-side {
          display: block;
          width: 100%;
          text-align: center;
          -ms-flex-pack: center;
              justify-content: center;
          max-width: 600px;
          margin: auto;
          padding-top: 1rem; } }
  .page-thank-you-2 .cta-section-small {
    background: #fff;
    padding-top: 3rem;
    padding-bottom: 2rem; }
    .page-thank-you-2 .cta-section-small button.lp-2-grey {
      background: #434343;
      color: #fff;
      text-transform: uppercase;
      padding: 1.25rem 6rem;
      border: none;
      font-size: 1.5rem;
      border-radius: 4px; }
  .page-thank-you-2 .free-assessment .free-assessment-container {
    margin-top: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    box-shadow: 0 -5px 5px -5px #f2f2f2; }
  .page-thank-you-2 .free-assessment .free-assessment-boxes {
    text-align: center;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 2.5rem;
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    position: relative; }
  .page-thank-you-2 .free-assessment .discovery-text {
    font-family: "Melbourne";
    margin-top: 1.5rem;
    font-weight: bold;
    font-size: 2rem; }
  @media (min-width: 768px) and (max-width: 992px) {
    .page-thank-you-2 .free-assessment .free-assessment-boxes {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
  @media (max-width: 768px) {
    .page-thank-you-2 .free-assessment .free-assessment-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      box-shadow: none; }
    .page-thank-you-2 .free-assessment .free-assessment-boxes {
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%; } }
  @media (min-width: 768px) {
    .page-thank-you-2 .free-assessment .free-assessment-boxes:not(:first-child)::after {
      display: block;
      position: absolute;
      height: 100%;
      width: 20px;
      content: '';
      top: 0;
      left: 0;
      background: linear-gradient(to right, #f2f2f2 0%, rgba(255, 255, 255, 0) 40%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=1 ); } }
  .page-thank-you-2 .testimonials {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: #F1F2F3; }
    .page-thank-you-2 .testimonials .client-testimonial {
      margin-top: 1rem;
      text-align: center;
      position: relative; }
    .page-thank-you-2 .testimonials .testimonial-text {
      font-size: 2.3rem;
      margin-bottom: 2rem; }
    .page-thank-you-2 .testimonials .testimonial-quotes {
      margin-bottom: 5rem; }
    @media (max-width: 768px) {
      .page-thank-you-2 .testimonials .testimonial-text {
        margin-top: 2rem;
        font-size: 1.8rem; } }
    .page-thank-you-2 .testimonials .testimonial-quotes::before {
      content: url("../../library/images/Open1x.png");
      margin-right: 10px; }
    .page-thank-you-2 .testimonials .testimonial-quotes::after {
      content: url("../../library/images/Close1x.png");
      position: absolute;
      margin-left: 10px; }
    @media (max-width: 992px) {
      .page-thank-you-2 .testimonials h2 {
        margin-bottom: 1.5rem; }
      .page-thank-you-2 .testimonials .testimonial-quotes::before {
        content: none; }
      .page-thank-you-2 .testimonials .testimonial-quotes::after {
        content: none; } }
  .page-thank-you-2 .cta-section .cta-section-header {
    padding-top: 6%;
    font-size: 3.8rem;
    line-height: 1.5; }
  @media (max-width: 768px) {
    .page-thank-you-2 .cta-section .cta-section-header {
      font-size: 3.1rem; } }
  .page-thank-you-2 .cta-section .white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto; }
  .page-thank-you-2 .cta-section .form {
    display: none;
    position: relative;
    margin: 0 auto;
    max-width: 60rem; }
    .form-popup-class .page-thank-you-2 .cta-section .form {
      display: block; }
  .page-thank-you-2 .brands {
    background: #d2d2d2;
    opacity: 24%;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .page-thank-you-2 .brands .brands-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-align: center;
          align-items: center; }
    .page-thank-you-2 .brands .brand {
      -ms-flex-pack: 10%;
          justify-content: 10%; }
  .page-thank-you-2 .lp-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    background-color: #222328;
    padding-bottom: 2rem; }
    .page-thank-you-2 .lp-footer .float-left {
      width: 50%;
      display: -ms-flexbox;
      display: flex;
      margin-left: 3rem;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .page-thank-you-2 .lp-footer .float-left .copyright {
        margin-top: 4rem;
        margin-left: 2rem; }
    .page-thank-you-2 .lp-footer .float-right {
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      -ms-flex-pack: end;
          justify-content: flex-end;
      margin-right: 3rem; }
      .page-thank-you-2 .lp-footer .float-right .social-menu-bar {
        margin-top: 2rem; }
        .page-thank-you-2 .lp-footer .float-right .social-menu-bar .js-social-nav-wrap {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
        .page-thank-you-2 .lp-footer .float-right .social-menu-bar i:hover {
          color: #EE6222; }
    @media (max-width: 992px) {
      .page-thank-you-2 .lp-footer {
        -ms-flex-flow: column;
            flex-flow: column; }
        .page-thank-you-2 .lp-footer .float-left {
          -ms-flex-order: 2;
              order: 2;
          width: 100%;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center;
          text-align: center;
          -ms-flex-flow: wrap;
              flex-flow: wrap;
          margin-left: 0; }
        .page-thank-you-2 .lp-footer .float-right {
          -ms-flex-order: 1;
              order: 1;
          width: 100%;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          text-align: center;
          margin-right: 0; }
        .page-thank-you-2 .lp-footer p.text-white.copyright {
          margin-top: 5rem;
          margin-left: 1rem; }
        .page-thank-you-2 .lp-footer .lp-logo {
          margin-left: 0; } }
  @media (max-width: 992px) and (max-width: 423px) {
    .page-thank-you-2 .lp-footer .social-menu-bar .social-nav-wrap .social-menu {
      margin-left: 0 !important; }
    .page-thank-you-2 .lp-footer .copyright {
      margin-top: 2rem !important;
      margin-left: 0 !important; } }

.form-popup-class .mfp-content {
  background: #ffffff;
  margin: auto;
  width: 30%;
  padding: 3rem;
  text-align: center;
  border-radius: 4px; }
  @media (min-width: 992px) and (max-width: 1200px) {
    .form-popup-class .mfp-content {
      width: 40%; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .form-popup-class .mfp-content {
      width: 50%; } }
  @media (max-width: 768px) {
    .form-popup-class .mfp-content {
      width: 70%; } }
  .form-popup-class .mfp-content input {
    width: 100%;
    max-width: none;
    border: 1px solid #c3c7ca; }
  .form-popup-class .mfp-content .hs-input {
    border: 1px solid #c3c7ca;
    border-radius: 4px;
    margin-bottom: 1.5rem; }
  .form-popup-class .mfp-content #form-iframe {
    text-align: left; }
  .form-popup-class .mfp-content #what_is_your_biggest_marketing_challenge-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce {
    margin-bottom: 2.5rem; }
  .form-popup-class .mfp-content .hs-form-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce_1d39783b-24de-41d5-8b84-2628ada0616e input:not([type="image"]) {
    padding-top: .75rem;
    padding-bottom: .75rem; }
  .form-popup-class .mfp-content #label-firstname-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce, .form-popup-class .mfp-content #label-lastname-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce, .form-popup-class .mfp-content #label-email-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce, .form-popup-class .mfp-content #label-phone-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce, .form-popup-class .mfp-content #label-what_is_your_biggest_marketing_challenge-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce {
    font-weight: 300; }
  .form-popup-class .mfp-content .hs-form-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce_b16784e8-1c10-4c6d-a750-38032eb47c8c.stacked label {
    font-weight: 300; }
  .form-popup-class .mfp-content .hs-form-2d8f8c6c-9ecd-4378-a768-8eeb3c7d34ce_dfd06701-c46d-48ee-929d-e66a46c60be9 {
    margin: 0;
    padding: 0; }
  .form-popup-class .mfp-content .hs-button {
    background: #EE6222;
    color: #fff;
    text-transform: uppercase;
    padding: 1.8rem;
    border: none;
    font-size: 1.2rem;
    border-radius: 4px; }

.section_title {
  text-align: center; }

.call_to_action {
  text-align: center; }
  .call_to_action .btn, .call_to_action .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.gform_button, .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer .call_to_action input.gform_button {
    margin-bottom: 0; }

.icon_grid {
  text-align: center;
  padding-bottom: 0; }
  .icon_grid .icon_grid-item {
    padding-bottom: 35px; }
    @media screen and (min-width: 940px) {
      .icon_grid .icon_grid-item {
        padding-bottom: 70px; } }

@media screen and (min-width: 768px) {
  .numbered_grid .numbered_grid-item {
    margin-top: 22px;
    padding-top: 22px; } }

@media screen and (min-width: 940px) {
  .numbered_grid .numbered_grid-item {
    margin-top: 44px;
    padding-top: 44px; } }

.numbered_grid .numbered_grid-item .numbered_grid-item-wrapper header {
  position: relative;
  min-height: 42px; }
  .numbered_grid .numbered_grid-item .numbered_grid-item-wrapper header h2 {
    padding-left: 52px;
    min-height: 42px; }
  .numbered_grid .numbered_grid-item .numbered_grid-item-wrapper header span.number {
    position: absolute;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 46px;
    float: left;
    height: 42px;
    width: 42px;
    text-align: center;
    color: #FFF;
    background-color: #f16722;
    border-radius: 50%; }

@media screen and (min-width: 768px) {
  .numbered_grid .numbered_grid-item .numbered_grid-item-wrapper.item-odd {
    padding-right: 22px; }
  .numbered_grid .numbered_grid-item .numbered_grid-item-wrapper.item-even {
    padding-left: 22px; } }

@media screen and (min-width: 940px) {
  .numbered_grid .numbered_grid-item .numbered_grid-item-wrapper {
    position: relative; }
    .numbered_grid .numbered_grid-item .numbered_grid-item-wrapper img,
    .numbered_grid .numbered_grid-item .numbered_grid-item-wrapper p:last-child {
      margin-bottom: 0; }
    .numbered_grid .numbered_grid-item .numbered_grid-item-wrapper.item-odd {
      padding-right: 44px; }
    .numbered_grid .numbered_grid-item .numbered_grid-item-wrapper.item-even {
      padding-left: 44px;
      border-left: 1px solid #393939; }
    .numbered_grid .numbered_grid-item .numbered_grid-item-wrapper:before {
      border-top: 1px solid #393939;
      content: " ";
      position: absolute;
      top: -44px;
      display: block;
      left: 0;
      right: 0; }
    .numbered_grid .numbered_grid-item .numbered_grid-item-wrapper.item-odd:before {
      right: 44px; }
    .numbered_grid .numbered_grid-item .numbered_grid-item-wrapper.item-even:before {
      left: 44px; } }

.numbered_grid .numbered_grid-item.item-top {
  margin-top: 0;
  padding-top: 0; }
  .numbered_grid .numbered_grid-item.item-top .numbered_grid-item-wrapper:before {
    border-top: none; }

.numbered_grid.orange .numbered_grid-item-wrapper header span.number, .numbered_grid.grey .numbered_grid-item-wrapper header span.number {
  color: #f16722;
  background-color: #FFF; }

.our_people {
  text-align: center;
  padding-bottom: 0; }
  .our_people h2 {
    margin: 0; }
  .our_people .icon_grid-item {
    padding-bottom: 35px; }
  .our_people .our-people__display-picture {
    position: relative;
    width: 150px;
    margin-left: auto;
    margin-right: auto; }
    .our_people .our-people__display-picture img {
      border-radius: 50%;
      opacity: 1; }
    .our_people .our-people__display-picture .alt-image {
      transition: opacity .2s linear;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .our_people .our-people__display-picture:hover .alt-image {
      opacity: 0; }
  .our_people .our-people__contact-details .contact-icon {
    display: inline-block; }
    .our_people .our-people__contact-details .contact-icon a {
      display: inline-block;
      background: #f16722;
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin: 0 3px;
      border-radius: 50%;
      border: 1px solid #f16722;
      font-size: 16px;
      font-size: 1.6rem;
      color: #FFF; }
      .our_people .our-people__contact-details .contact-icon a:hover {
        background: #FFF;
        color: #f16722; }

.text_and_image .full-width, .text_and_image_alt .full-width {
  position: relative; }

.text_and_image .content-image, .text_and_image_alt .content-image {
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 940px) {
    .text_and_image .content-image, .text_and_image_alt .content-image {
      position: absolute;
      top: 0;
      bottom: 0; } }
  .text_and_image .content-image .image-background, .text_and_image_alt .content-image .image-background {
    position: absolute;
    z-index: -1;
    background-size: cover;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    transition: all 1s; }
  .text_and_image .content-image:hover .image-background, .text_and_image_alt .content-image:hover .image-background {
    transform: scale(1.1); }
  .text_and_image .content-image .image-text, .text_and_image_alt .content-image .image-text {
    display: table;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    padding: 10.75rem 0; }
    @media screen and (min-width: 940px) {
      .text_and_image .content-image .image-text, .text_and_image_alt .content-image .image-text {
        padding: 5rem; } }
    .text_and_image .content-image .image-text .vertical-center, .text_and_image_alt .content-image .image-text .vertical-center {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    .text_and_image .content-image .image-text p, .text_and_image_alt .content-image .image-text p {
      padding: 2rem;
      border: 5px solid white;
      display: inline-block;
      margin: 0 auto;
      font-family: 'Open Sans';
      font-weight: 600;
      text-transform: uppercase;
      font-size: 3rem; }
      @media screen and (min-width: 940px) {
        .text_and_image .content-image .image-text p, .text_and_image_alt .content-image .image-text p {
          font-size: 5rem;
          padding: 5rem;
          min-width: 40rem; } }

.text_and_image .content-area, .text_and_image_alt .content-area {
  width: 100%;
  padding: 60px 25px; }
  @media screen and (min-width: 940px) {
    .text_and_image .content-area, .text_and_image_alt .content-area {
      position: relative;
      float: right;
      width: 50%;
      padding: 100px 50px; } }

@media screen and (min-width: 940px) {
  .text_and_image .image-left .content-image, .text_and_image_alt .image-left .content-image {
    left: 0;
    right: 50%; } }

@media screen and (min-width: 940px) {
  .text_and_image .image-right .content-image, .text_and_image_alt .image-right .content-image {
    left: 50%;
    right: 0; }
  .text_and_image .image-right .content-area, .text_and_image_alt .image-right .content-area {
    float: left; } }

.text_and_image_alt:nth-of-type(odd), .text_and_image_alt:last-of-type {
  background: rgba(0, 0, 0, 0.04); }

.text_and_image_alt .full-width {
  position: relative; }

.text_and_image_alt .content-area {
  display: table; }
  @media screen and (min-width: 940px) {
    .text_and_image_alt .content-area {
      min-height: 80rem; } }

.text_and_image_alt .content-container {
  display: table-cell;
  vertical-align: middle; }

.from_the_blog .flexslider-blog-carousel .slides .slide-inner {
  width: 350px;
  max-width: 100%;
  margin: 0 auto; }
  .from_the_blog .flexslider-blog-carousel .slides .slide-inner .blog-post-image-wrapper {
    position: relative; }
    .from_the_blog .flexslider-blog-carousel .slides .slide-inner .blog-post-image-wrapper .blog-post-image {
      height: 200px;
      overflow: hidden;
      margin-bottom: 15px;
      position: relative; }
      .csstransforms .from_the_blog .flexslider-blog-carousel .slides .slide-inner .blog-post-image-wrapper .blog-post-image img {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
    .from_the_blog .flexslider-blog-carousel .slides .slide-inner .blog-post-image-wrapper .orange-hover {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

.resources .flexslider-resources-carousel .slides .slide-inner {
  width: 350px;
  max-width: 100%;
  margin: 0 auto; }

.resources .resource-grid .resource-item-wrapper {
  margin-bottom: 44px; }

.resources .resource-item {
  position: relative; }
  .resources .resource-item .image {
    line-height: 0; }
  .resources .resource-item .orange-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.clients_gallery .flexslider-client-carousel .slides .slide-inner {
  width: 210px;
  margin: 0 40px; }
  .clients_gallery .flexslider-client-carousel .slides .slide-inner:hover {
    cursor: pointer; }

.clients_gallery .flexslider-client-gallery-carousel {
  margin-bottom: 0; }

.clients_gallery .isotope .item.height2 {
  float: right; }

.social_media_hub .social-media-image-container {
  position: relative;
  height: 150px; }
  @media screen and (min-width: 940px) {
    .social_media_hub .social-media-image-container {
      height: 300px; } }
  .social_media_hub .social-media-image-container .social-media-image {
    background-position: center bottom;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .2s linear;
    z-index: 1; }
    .social_media_hub .social-media-image-container .social-media-image a {
      display: inline-block;
      height: 100%;
      width: 100%; }
    .social_media_hub .social-media-image-container .social-media-image.visible {
      opacity: 1;
      z-index: 2; }

.portfolio_items ul.isotope-filters {
  text-align: center; }
  @media screen and (min-width: 940px) {
    .portfolio_items ul.isotope-filters li {
      display: inline-block; } }
  .portfolio_items ul.isotope-filters li .btn, .portfolio_items ul.isotope-filters li .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.gform_button, .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer .portfolio_items ul.isotope-filters li input.gform_button {
    color: #434343;
    background: none;
    transition: color .2s linear;
    padding: 22px 22px;
    font-size: 22px;
    font-size: 2.2rem; }
    .portfolio_items ul.isotope-filters li .btn.active, .portfolio_items ul.isotope-filters li .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.active.gform_button, .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer .portfolio_items ul.isotope-filters li input.active.gform_button, .portfolio_items ul.isotope-filters li .btn:hover, .portfolio_items ul.isotope-filters li .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.gform_button:hover, .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer .portfolio_items ul.isotope-filters li input.gform_button:hover {
      color: #f16722; }
    .portfolio_items ul.isotope-filters li .btn:focus, .portfolio_items ul.isotope-filters li .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer input.gform_button:focus, .page-contact-us .page-contact-us__form .gform_wrapper .gform_footer .portfolio_items ul.isotope-filters li input.gform_button:focus {
      box-shadow: none; }

.isotope .item {
  background-position: center;
  box-sizing: border-box;
  float: left;
  width: 33.3333%;
  height: 150px;
  overflow: hidden;
  background-size: cover; }
  @media screen and (min-width: 940px) {
    .isotope .item {
      height: 300px; } }

.isotope .grid-sizer {
  width: 33.3333%; }

.isotope .item.width2 {
  width: 66.6666%; }

.isotope .item.height2 {
  height: 300px; }
  @media screen and (min-width: 940px) {
    .isotope .item.height2 {
      height: 600px; } }

.image_gallery .flexslider-image-gallery {
  margin-bottom: 0px; }
  .image_gallery .flexslider-image-gallery:hover .flex-direction-nav .flex-prev {
    left: 20px;
    color: transparent; }
  .image_gallery .flexslider-image-gallery:hover .flex-direction-nav .flex-next {
    right: 20px; }

.image_gallery .flexslider:hover .flex-direction-nav .flex-prev {
  left: 20px;
  color: transparent; }

.image_gallery .flexslider:hover .flex-direction-nav .flex-next {
  right: 20px;
  color: transparent; }

.image_gallery .flexslider-image-gallery {
  margin-bottom: 0px; }

.image_gallery .flexslider-full-width-image-gallery {
  margin-bottom: 0px; }

.image_gallery .flexslider-full-width-image-gallery .slides li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.image_gallery .flexslider-full-width-image-gallery .slide-content {
  padding-top: 50px;
  padding-bottom: 100px; }

@media screen and (min-width: 940px) {
  .image_gallery .flexslider-full-width-image-gallery .slide-content {
    padding-top: 100px;
    padding-bottom: 200px; } }

.image_gallery .flexslider-full-width-image-gallery h1, .image_gallery .flexslider-full-width-image-gallery h2, .image_gallery .flexslider-full-width-image-gallery p, .image_gallery .flexslider-full-width-image-gallery a {
  color: white;
  text-align: center; }

@media screen and (min-width: 940px) {
  .image_gallery .flexslider-full-width-image-gallery h1 {
    font-size: 64px;
    font-size: 6.4rem; } }

@media screen and (min-width: 940px) {
  .image_gallery .flexslider-full-width-image-gallery h2 {
    font-size: 48px;
    font-size: 4.8rem; } }

.csstransforms .image_gallery .flexslider-full-width-image-gallery .flex-direction-nav a:after {
  border-color: white; }

.image_gallery .flexslider-full-width-image-gallery .flex-control-nav {
  bottom: 40px; }

.image_gallery .flexslider-full-width-image-gallery .flex-control-paging li a {
  border: 1px solid white; }

.image_gallery .flexslider-full-width-image-gallery .flex-control-paging li a:hover {
  border: 1px solid white;
  background: white; }

.image_gallery .flexslider-full-width-image-gallery .flex-control-paging li a.flex-active {
  border: 1px solid white;
  background: white; }

.image_carousel .flexslider-image-carousel .slides .slide-inner {
  width: 210px;
  margin: 0 40px; }

.image_carousel .image-item {
  position: relative; }

.image_carousel .image-item .image {
  line-height: 0; }

.image_carousel .image-item .orange-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.image_carousel .flexslider-image-carousel .slides .slide-inner {
  width: 210px;
  margin: 0 40px; }

.image_carousel .image-item {
  position: relative; }
  .image_carousel .image-item .image {
    line-height: 0; }
  .image_carousel .image-item .orange-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.featured_image {
  text-align: center; }
  .featured_image .featured-image-wrapper {
    position: relative; }
    .featured_image .featured-image-wrapper .featured-image-inner {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
      .featured_image .featured-image-wrapper .featured-image-inner h1, .featured_image .featured-image-wrapper .featured-image-inner h2 {
        color: #FFF;
        text-align: center;
        text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.5); }
      .featured_image .featured-image-wrapper .featured-image-inner h1 {
        font-weight: bold;
        font-size: 32px;
        font-size: 3.2rem; }
        @media screen and (min-width: 940px) {
          .featured_image .featured-image-wrapper .featured-image-inner h1 {
            font-size: 64px;
            font-size: 6.4rem; } }
      .featured_image .featured-image-wrapper .featured-image-inner h2 {
        font-size: 18px;
        font-size: 1.8rem; }
        @media screen and (min-width: 940px) {
          .featured_image .featured-image-wrapper .featured-image-inner h2 {
            font-size: 24px;
            font-size: 2.4rem; } }
      .featured_image .featured-image-wrapper .featured-image-inner a {
        color: #FFF;
        border-color: #FFF;
        margin-bottom: 0; }
    .featured_image .featured-image-wrapper .image {
      line-height: 0; }
      .featured_image .featured-image-wrapper .image img {
        width: 100%; }

.case_study {
  position: relative; }
  @media screen and (min-width: 940px) {
    .flexbox .case_study .case-study-grid {
      margin-top: 70px;
      margin-left: 0;
      /* new */
      padding: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .flexbox .case_study .case-study-grid .col, .flexbox .case_study .case-study-grid .grid-item, .flexbox .case_study .case-study-grid .main-col, .flexbox .case_study .case-study-grid .sidebar {
        padding: 0;
        float: none; } }
  .case_study.arrow:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 25px 0 25px;
    border-color: white transparent transparent transparent; }
  .case_study h1 {
    text-align: center; }
  .case_study .hero-image-wrapper {
    margin-bottom: 2em;
    text-align: center; }
    @media screen and (min-width: 940px) {
      .case_study .hero-image-wrapper {
        margin-bottom: 0; } }
  .case_study .case-study-details-wrapper .case-study-details li {
    margin-bottom: 2em;
    position: relative; }
    .case_study .case-study-details-wrapper .case-study-details li hr {
      margin-bottom: 0;
      width: 50%;
      border-width: 3px; }
    .case_study .case-study-details-wrapper .case-study-details li p {
      margin-bottom: 0.75em; }
    @media screen and (min-width: 940px) {
      .csstransforms .case_study .case-study-details-wrapper .case-study-details li:before {
        position: absolute;
        bottom: -26px;
        content: " ";
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background-color: #FFF; }
      .csstransforms .case_study .case-study-details-wrapper .case-study-details li:after {
        position: absolute;
        content: " ";
        height: 30px;
        width: 30px;
        transform: rotate(45deg); } }
  @media screen and (min-width: 940px) {
    .case_study .case-study-details-wrapper .case-study-details.case-study-details-left {
      padding-right: 60px; } }
  .case_study .case-study-details-wrapper .case-study-details.case-study-details-left li .case-study-icon {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 60px; }
  .case_study .case-study-details-wrapper .case-study-details.case-study-details-left li.has-icon p {
    min-height: 30px; }
  .case_study .case-study-details-wrapper .case-study-details.case-study-details-left li.has-icon h2, .case_study .case-study-details-wrapper .case-study-details.case-study-details-left li.has-icon p {
    margin-right: 80px; }
  @media screen and (min-width: 940px) {
    .case_study .case-study-details-wrapper .case-study-details.case-study-details-left li hr {
      margin-right: 0;
      text-align: right; } }
  @media screen and (min-width: 940px) {
    .csstransforms .case_study .case-study-details-wrapper .case-study-details.case-study-details-left li:before {
      right: -27px; }
    .csstransforms .case_study .case-study-details-wrapper .case-study-details.case-study-details-left li:after {
      right: -15px;
      bottom: -36px;
      border-top: 3px solid #FFF;
      border-left: none; } }
  @media screen and (min-width: 940px) {
    .case_study .case-study-details-wrapper .case-study-details.case-study-details-right {
      padding-left: 60px; } }
  @media screen and (min-width: 940px) {
    .case_study .case-study-details-wrapper .case-study-details.case-study-details-right.no-padding {
      padding-left: 0px; } }
  .case_study .case-study-details-wrapper .case-study-details.case-study-details-right li .case-study-icon {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 60px; }
  .case_study .case-study-details-wrapper .case-study-details.case-study-details-right li.has-icon p {
    min-height: 30px; }
  .case_study .case-study-details-wrapper .case-study-details.case-study-details-right li.has-icon h2, .case_study .case-study-details-wrapper .case-study-details.case-study-details-right li.has-icon p {
    margin-left: 80px; }
  @media screen and (min-width: 940px) {
    .case_study .case-study-details-wrapper .case-study-details.case-study-details-right li hr {
      margin-left: 0;
      text-align: left; } }
  @media screen and (min-width: 940px) {
    .csstransforms .case_study .case-study-details-wrapper .case-study-details.case-study-details-right li:before {
      left: -27px; }
    .csstransforms .case_study .case-study-details-wrapper .case-study-details.case-study-details-right li:after {
      left: -15px;
      bottom: -34px;
      border-left: 3px solid #FFF; } }
  @media screen and (min-width: 940px) {
    .case_study .btn-box.view-product {
      margin-top: 70px;
      margin-bottom: 0px; } }
  @media screen and (min-width: 940px) {
    .csstransforms .case_study.white .case-study-details li:before {
      background-color: #f16722; }
    .csstransforms .case_study.white .case-study-details li:after {
      border-left: 3px solid #f16722; } }
  @media screen and (min-width: 940px) {
    .csstransforms .case_study.grey hr,
    .csstransforms .case_study.orange hr {
      border-color: #FFF; }
    .csstransforms .case_study.grey .case-study-details li:before,
    .csstransforms .case_study.orange .case-study-details li:before {
      background-color: #FFF; }
    .csstransforms .case_study.grey .case-study-details li:after,
    .csstransforms .case_study.orange .case-study-details li:after {
      border-left: 3px solid #FFF; } }

.circles {
  margin: 0 auto 3rem;
  padding: 0 2rem;
  list-style: none;
  font-family: 'Droid Sans', sans-serif;
  text-transform: uppercase;
  text-align: center; }
  .circles li {
    width: 16%;
    display: inline-block;
    padding: 2rem;
    max-width: 20rem; }
    @media screen and (max-width: 600px) {
      .circles li {
        width: 33.33%;
        max-width: none;
        float: left;
        padding: 2rem 4rem; } }
    @media screen and (max-width: 400px) {
      .circles li {
        padding: 2rem; } }
  .circles li:nth-child(1) svg.animated {
    transform: rotate(-90deg); }
  .circles li:nth-child(2) svg.animated {
    transform: rotate(-30deg); }
  .circles li:nth-child(3) svg.animated {
    transform: rotate(30deg); }
  .circles li:nth-child(4) svg.animated {
    transform: rotate(90deg); }
  .circles li:nth-child(5) svg.animated {
    transform: rotate(150deg); }
  .circles li:nth-child(6) svg.animated {
    transform: rotate(210deg); }
  .circles .circle-container {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 2rem;
    transition: all 0.2s; }
    .circles .circle-container[data-scroll-target] {
      cursor: pointer; }
      .circles .circle-container[data-scroll-target]:hover {
        transform: scale(1.2); }
    .circles .circle-container .circle {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 50%;
      overflow: hidden !important; }
      .circles .circle-container .circle svg {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
      .circles .circle-container .circle .background-colour {
        opacity: 0.26; }
    .circles .circle-container .number-container {
      display: table;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      height: 88%;
      width: 88%;
      margin: auto;
      border-radius: 50%;
      background: white;
      text-align: center; }
    .circles .circle-container .number {
      display: table-cell;
      vertical-align: middle;
      font-size: 3rem; }
      @media screen and (min-width: 940px) {
        .circles .circle-container .number {
          font-size: 8rem; } }

.circle-title {
  font-size: 1.5rem; }
  @media screen and (min-width: 940px) {
    .circle-title {
      font-size: 3rem; } }

@keyframes rotateA {
  0% {
    transform: rotateZ(-90deg); }
  100% {
    transform: rotateZ(990deg); } }

@keyframes rotateB {
  0% {
    transform: rotateZ(-30deg); }
  100% {
    transform: rotateZ(1050deg); } }

@keyframes rotateC {
  0% {
    transform: rotateZ(30deg); }
  100% {
    transform: rotateZ(1110deg); } }

@keyframes rotateD {
  0% {
    transform: rotateZ(90deg); }
  100% {
    transform: rotateZ(1170deg); } }

@keyframes rotateE {
  0% {
    transform: rotateZ(150deg); }
  100% {
    transform: rotateZ(1230deg); } }

@keyframes rotateF {
  0% {
    transform: rotateZ(210deg); }
  100% {
    transform: rotateZ(1290deg); } }

.circles li svg.animated {
  animation-play-state: paused;
  animation-name: rotateA;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s; }

.circles li:nth-child(2) svg.animated {
  animation-name: rotateB;
  animation-duration: 2.2s; }

.circles li:nth-child(3) svg.animated {
  animation-name: rotateC;
  animation-duration: 2.4s; }

.circles li:nth-child(4) svg.animated {
  animation-name: rotateD;
  animation-duration: 2.6s; }

.circles li:nth-child(5) svg.animated {
  animation-name: rotateE;
  animation-duration: 2.8s; }

.circles li:nth-child(6) svg.animated {
  animation-name: rotateF;
  animation-duration: 3s; }

.seen.circles li svg.animated {
  animation-play-state: running; }

.ipad_and_text {
  position: relative;
  overflow: hidden;
  min-height: 70rem;
  background: #EAEAEA; }
  .ipad_and_text .content-area {
    width: 100%;
    padding: 60px 50px;
    max-width: 1600px; }
    @media screen and (min-width: 940px) {
      .ipad_and_text .content-area {
        position: relative;
        padding: 100px 100px;
        margin: 0 auto; } }
    .ipad_and_text .content-area h2 {
      font-size: 5rem;
      font-weight: 700;
      font-family: 'DroidSans', sans-serif;
      text-transform: uppercase;
      margin-bottom: 0.5em; }
      @media screen and (min-width: 940px) {
        .ipad_and_text .content-area h2 {
          width: 60%; } }
    .ipad_and_text .content-area hr {
      width: 4rem;
      border-top: 0.5rem solid #17a186;
      margin: 3rem 0 5rem; }
    .ipad_and_text .content-area p {
      font-family: 'Open Sans', sans-serif;
      font-weight: 300;
      font-size: 2.2rem;
      line-height: 1.5; }
      @media screen and (min-width: 940px) {
        .ipad_and_text .content-area p {
          width: 45%; } }
      .ipad_and_text .content-area p b {
        font-weight: 700;
        font-family: 'DroidSans'; }

.ipad {
  position: relative;
  float: right;
  width: 80%;
  max-width: 1100px;
  perspective: 6000px; }
  @media screen and (min-width: 940px) {
    .ipad {
      position: absolute;
      bottom: 3rem;
      left: 50%;
      width: 60%; } }

.ipad-body {
  width: 100%;
  height: auto;
  display: block; }

.ipad-screen {
  position: absolute;
  top: 0;
  left: 2%;
  right: 0;
  bottom: 17%;
  margin: auto;
  width: 52%;
  height: 138%;
  overflow: hidden;
  transform-style: preserve-3d;
  transform: rotateX(61.8deg) rotateY(-1.5deg) rotateZ(44deg);
  display: block; }
  .ipad-screen img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    animation: ipad-screen-pan 10s;
    animation-delay: 3s;
    animation-play-state: running;
    animation-iteration-count: infinite; }

@keyframes ipad-screen-pan {
  0% {
    transform: translateY(0%); }
  20% {
    transform: translateY(0%); }
  30% {
    transform: translateY(-20%); }
  50% {
    transform: translateY(-20%); }
  60% {
    transform: translateY(-35%); }
  70% {
    transform: translateY(-35%); }
  80% {
    transform: translateY(-50%); }
  90% {
    transform: translateY(-50%); }
  100% {
    transform: translateY(0%); } }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Font Face
*********************************/
@font-face {
  font-family: 'flexslider-icon';
  src: url("../fonts/flexslider/flexslider-icon.eot");
  src: url("../fonts/flexslider/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider/flexslider-icon.woff") format("woff"), url("../fonts/flexslider/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Controls
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: transparent;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 27px;
  display: inline-block;
  content: '\f001';
  color: #e3e4e5; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.csstransforms .flex-direction-nav a {
  width: 25px;
  height: 25px; }

.csstransforms .flex-direction-nav a {
  overflow: visible; }

.csstransforms .flex-direction-nav a:before {
  display: none;
  visibility: hidden; }

.csstransforms .flex-direction-nav a:after {
  content: " ";
  background: transparent;
  border-color: #a2a3a5;
  border-style: solid;
  border-width: 0px 0px 2px 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: rotate(45deg); }

.csstransforms .flex-direction-nav a.flex-next:after {
  border-width: 2px 2px 0px 0px; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: -10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: -10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a .flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  border: 1px solid #a2a3a5;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 50%; }

.flex-control-paging li a:hover {
  border: 1px solid #f16722;
  background: #f3773a; }

.flex-control-paging li a.flex-active {
  border: 1px solid #f16722;
  background: #f16722;
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
 * Don't show links for images, or javascript/internal links
 */
  .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;
    /* h5bp.com/t */ }
  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; }
  .noprint,
  .sidebar,
  .main-menu {
    display: none !important;
    visibility: hidden !important; }
  .main-col,
  .page-width {
    width: 100% !important;
    max-width: 100% !important; } }
