@charset "UTF-8";
/*! ********************************************************************
**** NOTE: This file is generated via SASS. 
**** If you are looking to override styles, 
**** please use the styles.css file in the main theme folder.
*********************************************************************** */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

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

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

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

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

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

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

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**
 *
 * Neat Grid Settings
 * 
 */
/**
 *
 * SCSS Variabls
 * 
 */
/**
 *
 * @Section: Typography
 * 
 */
body {
  color: #484c50;
  font-family: "nexalight", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
  letter-spacing: 1px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "avenir", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0;
  color: #2680cc;
  text-rendering: optimizeLegibility;
  letter-spacing: 1px; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

p {
  padding: 0 0 20px;
  margin: 0; }
  p:last-child {
    padding-bottom: 0; }

a {
  color: #072b5d;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  a:hover {
    color: #020a16; }
  a:active, a:focus {
    color: #020a16;
    outline: none; }

hr {
  border-bottom: 1px solid #eee;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 0 0 20px; }

img {
  margin: 0;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #eee;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: #6c7278; }

blockquote {
  color: #6c7278;
  margin: 0 0 20px;
  padding-top: 20px;
  background: #f6f6f6;
  font-size: 0.9em; }

cite {
  color: #868c92;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

small {
  font-size: 0.75em;
  color: #999; }

.text-tiny {
  font-size: 0.75em; }

.text-small {
  font-size: 0.875em; }

.text-medium {
  font-size: 1.25em; }

.text-large {
  font-size: 1.5em; }

.text-xlarge {
  font-size: 1.75em; }

.text-xxlarge {
  font-size: 2em; }

.text-xxxlarge {
  font-size: 2.5em; }

.text-huge {
  font-size: 3em; }

.text-xhuge {
  font-size: 3.5em; }

.text-xxhuge {
  font-size: 4em; }

.text-massive {
  font-size: 5em; }

.text-large, .text-xlarge, .text-xxlarge, .text-xxxlarge, .text-huge, .text-xhuge, .text-xxhuge, .text-massive {
  line-height: 1.25em; }

@media screen and (max-width: 68em) {
  .text-huge {
    font-size: 2em; }
  .text-xhuge, .text-xxhuge {
    font-size: 2.5em; }
  .text-massive {
    font-size: 3em; } }

@media screen and (max-width: 47.9375em) {
  .text-medium {
    font-size: 1em; }
  .text-large {
    font-size: 1.5em; }
  .text-xlarge {
    font-size: 1.5em; }
  .text-xxlarge {
    font-size: 1.5em; }
  .text-xxxlarge {
    font-size: 1.5em; }
  .text-huge {
    font-size: 1.75em; }
  .text-xhuge, .text-xxhuge {
    font-size: 2em; }
  .text-massive {
    font-size: 2.5em; } }

.font-base {
  font-family: "nexalight", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.font-alt {
  font-family: "avenir", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.color-primary {
  color: #072b5d !important; }

.color-secondary {
  color: #2680cc !important; }

.color-tertiary {
  color: #fe4200 !important; }

.color-light-gray {
  color: #eee !important; }

.color-medium-gray {
  color: #999 !important; }

.color-dark-gray {
  color: #484c50 !important; }

.color-white {
  color: white !important; }

.color-white-half {
  color: rgba(255, 255, 255, 0.5) !important; }

.color-black {
  color: black !important; }

.color-black-half {
  color: rgba(0, 0, 0, 0.5) !important; }

.weight-light {
  font-weight: 100; }

.weight-medium {
  font-weight: 500; }

.weight-heavy {
  font-weight: 700; }

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

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

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

/**
 *
 * @Section: Forms
 * 
 */
fieldset {
  background: white;
  border: 1px solid #eee;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "nexalight", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*";
    font-size: 0.875em;
    color: #ff0000;
    margin-left: 2px; }
  label abbr {
    display: none; }

textarea,
input[type="color"], 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:not([type]), textarea, select,
select[multiple=multiple], input[type=file] {
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: #fcfcfc;
  border-radius: 0;
  border: 1px solid #999;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "nexalight", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover, select:hover,
  select[multiple=multiple]:hover, input[type=file]:hover {
    border-color: #072b5d; }
  textarea:focus,
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus, select:focus,
  select[multiple=multiple]:focus, input[type=file]:focus {
    border-color: #072b5d;
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  width: 100%; }

select {
  padding: 8px; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

.wpcf7 .ajax-loader {
  float: right; }

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0 0 20px;
  table-layout: fixed;
  width: auto;
  display: block;
  clear: both; }
  table caption {
    text-align: center; }

tr, td, th {
  vertical-align: top; }

th, td {
  border: 1px solid #eee;
  padding: 10px 20px;
  text-align: left; }

th {
  font-weight: bold; }

thead {
  background: #072b5d;
  color: white; }

tr:nth-child(even) {
  background: #f6f6f6; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .widget_dbd_recent_entries .widget-body ul {
    list-style-type: disc;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }

dl {
  line-height: 1.5em;
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

/**
 *
 * @Section: Animations
 * 
 */
@keyframes glowing-text {
  0% {
    text-shadow: 0 0 -10px #fff;
    color: rgba(255, 255, 255, 0.6); }
  40% {
    text-shadow: 0 0 10px #fff;
    color: white; }
  60% {
    text-shadow: 0 0 10px #fff;
    color: white; }
  100% {
    text-shadow: 0 0 -10px #fff;
    color: rgba(255, 255, 255, 0.6); } }

.text-glow {
  animation: glowing-text 5000ms infinite; }

@keyframes opacity-move {
  0% {
    opacity: 0.2;
    transform: translate(0, 0); }
  40% {
    opacity: 1;
    transform: translate(0, 5px); }
  60% {
    opacity: 1;
    transform: translate(0, 5px); }
  100% {
    opacity: 0.2;
    transform: translate(0, 0); } }

/* Clearfix */
.primary-navigation::after, .navigation::after, .pagination::after, .primary-content .entry-meta::after, .primary-content .section .section-item::after, .primary-content .content-items::after, .primary-content .partial-hero .section-content::after, .primary-content .section-item--testimonials .content-item__content-wrapper::after, .primary-content .text-image::after, .comments-holder::after, .comments-holder .comments-header::after, .comments-holder .comments-list::after, #respond::after, #respond #commentform .comment-author-details p::after, .secondary-content .widget-container::after, .widget_dbd_recent_entries .widget-body ul.detailed li a::after, .widget_dbd_recent_comments .widget-body .recent-comments li a::after, .widget_dbd_recent_comments .widget-body .recent-comments.has_avatar li::after, .dbd-views.services .dbd-views-item::after, form.search-form p::after {
  clear: both;
  content: "";
  display: table; }

/**
 *
 * @Section: Fonts
 * 
 */
/*
@font-face {
    font-family: 'magistralc';
    src: url('../fonts/magistralc-bold-webfont.eot');
    src: url('../fonts/magistralc-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/magistralc-bold-webfont.woff2') format('woff2'),
         url('../fonts/magistralc-bold-webfont.woff') format('woff'),
         url('../fonts/magistralc-bold-webfont.ttf') format('truetype'),
         url('../fonts/magistralc-bold-webfont.svg#magistralcregular') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'magistralc';
    src: url('../fonts/magistralc-webfont.eot');
    src: url('../fonts/magistralc-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/magistralc-webfont.woff2') format('woff2'),
         url('../fonts/magistralc-webfont.woff') format('woff'),
         url('../fonts/magistralc-webfont.ttf') format('truetype'),
         url('../fonts/magistralc-webfont.svg#magistralcregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
@font-face {
  font-family: 'nexalight';
  src: url("../fonts/nexa/nexa-light-webfont.woff2") format("woff2"), url("../fonts/nexa/nexa-light-webfont.woff") format("woff"), url("../fonts/nexa/nexa-light-webfont.svg#nexalight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "avenir";
  src: url("../fonts/avenir/Fonts/1475532/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix");
  src: url("../fonts/avenir/Fonts/1475532/e0542193-b2e6-4273-bc45-39d4dfd3c15b.eot?#iefix") format("eot"), url("../fonts/avenir/Fonts/1475532/17b90ef5-b63f-457b-a981-503bb7afe3c0.woff2") format("woff2"), url("../fonts/avenir/Fonts/1475532/c9aeeabd-dd65-491d-b4be-3e0db9ae47a0.woff") format("woff"), url("../fonts/avenir/Fonts/1475532/25f994de-d13f-4a5d-a82b-bf925a1e054d.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "avenir";
  src: url("../fonts/avenir/Fonts/1475556/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix");
  src: url("../fonts/avenir/Fonts/1475556/f55e4498-ad48-4577-93a0-c614de5cbbb8.eot?#iefix") format("eot"), url("../fonts/avenir/Fonts/1475556/c78eb7af-a1c8-4892-974b-52379646fef4.woff2") format("woff2"), url("../fonts/avenir/Fonts/1475556/75b36c58-2a02-4057-a537-09af0832ae46.woff") format("woff"), url("../fonts/avenir/Fonts/1475556/b5c44a82-eeb8-41de-9c3f-a8db50b24b8a.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/*!
 *  Font Awesome 4.7.0 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/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

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

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

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

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

.fa-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 */
.fa-glass:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

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

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

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

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

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

.fa-circle-thin:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-genderless:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/**
 *
 * @Section: Base
 * 
 */
.browsehappy {
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 10px 20px;
  background: #ffffdd;
  width: 100%;
  bottom: 0px;
  z-index: 99999999;
  position: fixed;
  display: block; }

/**
 *
 * @Section: Layout
 * 
 */
.wrapper {
  position: relative;
  z-index: 1; }

.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.primary-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .primary-content:last-child {
    margin-right: 0; }
  .primary-content.secondary-none {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
    float: none;
    margin-right: 0;
    clear: both; }
    .primary-content.secondary-none:last-child {
      margin-right: 0; }
    .primary-content.secondary-none:last-child {
      width: 100%; }

.secondary-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .secondary-content:last-child {
    margin-right: 0; }

@media screen and (max-width: 68em) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 47.9375em) {
  .primary-content, .secondary-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
    float: none;
    margin-right: 0;
    clear: both; }
    .primary-content:last-child, .secondary-content:last-child {
      margin-right: 0; }
    .primary-content:last-child, .secondary-content:last-child {
      width: 100%; } }

/* Layout styles for inline editing */
.row {
  display: block;
  margin-bottom: 40px; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.columns.columns-1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%; }
  .columns.columns-1:last-child {
    margin-right: 0; }

.columns.columns-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%; }
  .columns.columns-2:last-child {
    margin-right: 0; }

.columns.columns-3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .columns.columns-3:last-child {
    margin-right: 0; }

.columns.columns-4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .columns.columns-4:last-child {
    margin-right: 0; }

.columns.columns-5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%; }
  .columns.columns-5:last-child {
    margin-right: 0; }

.columns.columns-6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .columns.columns-6:last-child {
    margin-right: 0; }

.columns.columns-7 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  .columns.columns-7:last-child {
    margin-right: 0; }

.columns.columns-8 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .columns.columns-8:last-child {
    margin-right: 0; }

.columns.columns-9 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .columns.columns-9:last-child {
    margin-right: 0; }

.columns.columns-10 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%; }
  .columns.columns-10:last-child {
    margin-right: 0; }

.columns.columns-11 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%; }
  .columns.columns-11:last-child {
    margin-right: 0; }

.columns.columns-12 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .columns.columns-12:last-child {
    margin-right: 0; }

.columns.shift-1 {
  margin-left: 8.5298%; }

.columns.shift-2 {
  margin-left: 17.05961%; }

.columns.shift-3 {
  margin-left: 25.58941%; }

.columns.shift-4 {
  margin-left: 34.11922%; }

.columns.shift-5 {
  margin-left: 42.64902%; }

.columns.shift-6 {
  margin-left: 51.17883%; }

.columns.shift-7 {
  margin-left: 59.70863%; }

.columns.shift-8 {
  margin-left: 68.23843%; }

.columns.shift-9 {
  margin-left: 76.76824%; }

.columns.shift-10 {
  margin-left: 85.29804%; }

.columns.shift-11 {
  margin-left: 93.82785%; }

.columns.shift-12 {
  margin-left: 102.35765%; }

@media screen and (max-width: 47.9375em) {
  body.body-wrapper .columns {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
    float: none;
    margin-right: 0;
    clear: both;
    margin-bottom: 40px; }
    body.body-wrapper .columns:last-child {
      margin-right: 0; }
    body.body-wrapper .columns:last-child {
      width: 100%; } }

/**
 *
 * Modules
 * 
 */
/**
 *
 * @Section: Header
 * 
 */
.layout-header {
  width: 100%;
  height: 60px;
  background: #072b5d;
  z-index: 2; }
  .header-overlay .layout-header {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6); }

.site-brand {
  display: block;
  width: 270px;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
  white-space: nowrap; }
  .site-brand .site-brand__image {
    max-height: 50px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .site-brand .site-brand__text {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
    font-size: 0.875em;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px; }

.primary-navigation {
  margin-left: 280px;
  margin-right: 75px; }

.secondary-navigation {
  width: 70px;
  float: right; }

.mobile-toggles {
  height: 60px;
  line-height: 60px; }

.mobile-toggles__list {
  margin: 0;
  float: right;
  height: 60px; }

.mobile-toggles__item {
  float: left;
  display: block;
  height: 60px;
  margin-right: 10px;
  position: relative; }
  .mobile-toggles__item:last-child {
    margin-right: 0; }

.mobile-toggles__link {
  padding: 0;
  color: white; }
  .mobile-toggles__link:hover, .mobile-toggles__link:active, .mobile-toggles__link:focus {
    color: white;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8); }

.mobile-toggles__icon.fa {
  line-height: 60px;
  font-size: 24px; }

.mobile-toggles__item--hamburger {
  display: none; }
  @media screen and (max-width: 47.9375em) {
    .mobile-toggles__item--hamburger {
      display: block; } }

.mobile-toggles__item--language {
  font-weight: 700; }

.language-navigation {
  float: right;
  line-height: 60px;
  height: 60px;
  margin-left: 20px; }
  .language-navigation .menu-item {
    display: block; }
    .language-navigation .menu-item a {
      display: inline;
      color: white;
      text-transform: uppercase;
      padding: 0 0 10px;
      margin: 0;
      font-weight: 700;
      font-size: 0.875em; }
      .language-navigation .menu-item a:hover, .language-navigation .menu-item a:active {
        border-bottom: 2px solid white; }

.layout-header .search-form {
  width: 100%;
  margin: 0;
  height: 0;
  visibility: hidden;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .layout-header .search-form p {
    padding: 0; }
  .layout-header .search-form.is-visible {
    visibility: visible;
    height: 60px;
    padding: 10px 20px; }

@media screen and (max-width: 47.9375em) {
.single-case-studies .case-study-sidebar:last-child {
    margin-right: 0;
    width: 100%;
}
.single-case-studies .primary-content .entry-content {

    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0;
    float: none;
    margin-right: 0;
    clear: both;
    margin-bottom: 20px;

}
  .layout-header {
    position: relative;
    height: 60px; }
    .admin-bar .layout-header {
      top: auto; }
  .secondary-navigation {
    width: 100px;
    float: right; } }

@media screen and (max-width: 29.9375em) {
  .site-brand {
    width: auto; }
    .site-brand .site-brand__image {
      width: 30px;
      vertical-align: middle; }
    .site-brand .site-brand__text {
      white-space: normal;
      line-height: 15px;
      font-size: .6em;
      width: 100px;
      vertical-align: middle; } }

/* Scrolling Header Styles */
.body--scroll {
  /*
  .site-brand {
    height: $header-compact-height - ($base-spacing / 2);
    line-height: $header-compact-height - ($base-spacing / 2);
    margin-top: $base-spacing / 4;
    margin-bottom: $base-spacing / 4;

    .site-brand__image {
      max-height: $header-compact-height - ($base-spacing / 2);
    }
  }
  

  .mobile-toggles, .language-navigation {
    height: $header-compact-height;
    line-height: $header-compact-height;
  }
  */ }
  .body--scroll .layout-header {
    position: fixed;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.8); }
    .admin-bar .body--scroll .layout-header {
      top: auto; }
  .body--scroll #wpadminbar {
    display: none; }

/**
 *
 * @Section: Primary Navigation
 * 
 */
.primary-navigation .primary-navigation__inner {
  position: relative;
  float: right; }

.primary-navigation .menu-main-menu-short-container {
  display: none; }

.primary-navigation .menu-indicator {
  border-bottom: 1px solid white;
  position: absolute;
  bottom: 10px;
  width: 0;
  opacity: 0; }

.primary-navigation ul.menu {
  position: relative;
  z-index: 1;
  display: block;
  float: right;
  height: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none; }
  .primary-navigation ul.menu li {
    z-index: 1;
    display: block;
    float: left;
    margin: 0;
    height: 60px;
    line-height: 60px;
    position: relative; }
    .primary-navigation ul.menu li a {
      position: relative;
      z-index: 2;
      display: inline-block;
      color: white;
      text-transform: uppercase;
      padding: 0 10px;
      margin: 0;
      font-weight: 700;
      font-size: 0.75em;
      animation: glowing-text 5000ms infinite; }
    .primary-navigation ul.menu li:hover a {
      color: white; }
    .primary-navigation ul.menu li:hover > ul.sub-menu {
      opacity: 1;
      visibility: visible;
      height: auto;
      top: 61px; }
    .primary-navigation ul.menu li:first-child a {
      margin-left: 0; }
    .primary-navigation ul.menu li ul.sub-menu {
      z-index: 1;
      padding: 0;
      margin: 0;
      position: absolute;
      top: 55px;
      left: 0;
      width: 180px;
      opacity: 0;
      visibility: hidden;
      height: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .primary-navigation ul.menu li ul.sub-menu li {
        display: block;
        float: none;
        margin: 0;
        padding: 0; }
        .primary-navigation ul.menu li ul.sub-menu li a {
          display: block;
          color: white;
          background: #072b5d;
          font-size: 0.875em;
          line-height: 1em;
          height: auto;
          width: 180px;
          padding: 5px 10px; }
        .primary-navigation ul.menu li ul.sub-menu li:hover a {
          background: #03152e; }
        .primary-navigation ul.menu li ul.sub-menu li:hover > ul.sub-menu {
          left: 180px; }
        .primary-navigation ul.menu li ul.sub-menu li.current-menu-item a, .primary-navigation ul.menu li ul.sub-menu li.current_page_ancestor a {
          background: #03152e; }
        .primary-navigation ul.menu li ul.sub-menu li ul.sub-menu {
          top: 0px;
          left: 0; }
          .primary-navigation ul.menu li ul.sub-menu li ul.sub-menu li a {
            background: black; }
    .primary-navigation ul.menu li.menu-item-has-children > a {
      padding-right: 30px; }
      .primary-navigation ul.menu li.menu-item-has-children > a:before {
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 10px;
        display: inline-block;
        content: '';
        height: 0;
        width: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid rgba(0, 0, 0, 0.5); }
    .primary-navigation ul.menu li.menu-item-has-children:hover > a:before {
      height: 0;
      width: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid black; }
  .primary-navigation ul.menu .sub-menu li.menu-item-has-children > a:before {
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    margin-top: -5px;
    content: '';
    height: 0;
    width: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgba(7, 43, 93, 0.5);
    border-top: 5px solid transparent; }
  .body--scroll .primary-navigation ul.menu {
    height: 60px; }
    .body--scroll .primary-navigation ul.menu li {
      height: 60px;
      line-height: 60px; }
      .body--scroll .primary-navigation ul.menu li ul.sub-menu {
        top: 60px; }

/**
 *
 * @Section: Primary Navigation - Mobile
 * 
 */
@media screen and (min-width: 48em) and (max-width: 68.6875em) {
  .primary-navigation .menu-main-menu-short-container {
    display: block; }
  .primary-navigation .menu-main-menu-container {
    display: none; } }

@media screen and (max-width: 47.9375em) {
  body {
    overflow-x: hidden; }
    body .wrapper {
      position: relative;
      top: 0px;
      right: auto;
      bottom: auto;
      left: 0px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
  .layout-header .primary-navigation {
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: -400px;
    height: 100%;
    width: 400px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999999;
    overflow: scroll;
    margin: 0;
    background: #111;
    max-width: 80%; }
    .admin-bar .layout-header .primary-navigation {
      padding-top: 46px; }
    .layout-header .primary-navigation .primary-navigation__inner {
      float: none; }
    .layout-header .primary-navigation .menu-indicator {
      display: none !important; }
    .layout-header .primary-navigation ul.menu {
      float: none;
      margin: 0;
      background: none;
      height: auto; }
      .layout-header .primary-navigation ul.menu li {
        float: none;
        margin: 0;
        padding: 0;
        display: block;
        height: auto;
        line-height: normal;
        background: transparent !important;
        border-bottom: 1px solid black;
        border-top: 1px solid #191919; }
        .layout-header .primary-navigation ul.menu li:last-child {
          border-bottom: 0; }
        .layout-header .primary-navigation ul.menu li a {
          color: white;
          display: block;
          font-weight: 300;
          font-size: 1.25em;
          text-transform: uppercase;
          padding: 10px 20px;
          margin: 0;
          height: auto;
          line-height: normal;
          background: none; }
          .layout-header .primary-navigation ul.menu li a:hover {
            background-color: #0b418c; }
        .layout-header .primary-navigation ul.menu li ul.sub-menu, .layout-header .primary-navigation ul.menu li ul.sub-menu ul.sub-menu {
          position: relative;
          visibility: visible;
          opacity: 1;
          height: auto;
          width: 100%;
          top: auto !important;
          left: auto;
          background: black;
          border-top: 1px solid #222; }
          .layout-header .primary-navigation ul.menu li ul.sub-menu li, .layout-header .primary-navigation ul.menu li ul.sub-menu ul.sub-menu li {
            border: 0;
            padding: 0; }
            .layout-header .primary-navigation ul.menu li ul.sub-menu li a, .layout-header .primary-navigation ul.menu li ul.sub-menu ul.sub-menu li a {
              font-size: 1em;
              background: none;
              width: auto; }
              .layout-header .primary-navigation ul.menu li ul.sub-menu li a:hover, .layout-header .primary-navigation ul.menu li ul.sub-menu li a:active, .layout-header .primary-navigation ul.menu li ul.sub-menu ul.sub-menu li a:hover, .layout-header .primary-navigation ul.menu li ul.sub-menu ul.sub-menu li a:active {
                background-color: #072b5d; }
        .layout-header .primary-navigation ul.menu li.menu-item-has-children > a:before {
          height: 0;
          width: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #ccc; }
        .layout-header .primary-navigation ul.menu li ul.sub-menu ul.sub-menu {
          border-top: 0; }
          .layout-header .primary-navigation ul.menu li ul.sub-menu ul.sub-menu li a {
            padding: 10px 30px;
            font-size: 90%; }
    .layout-header .primary-navigation.is-visible {
      left: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; } }

/**
 *
 * @Section: Main
 * 
 */
.main-content {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 47.9375em) {
    .main-content {
      padding-top: 0; } }

.read-more a {
  background: black;
  color: white !important;
  padding: 0 5px;
  font-size: 0.75em;
  text-transform: uppercase;
  border-radius: 0.1875em;
  white-space: nowrap; }
  .read-more a:hover {
    background-color: #072b5d; }

/* Prev / Next Posts + Pagination */
.navigation {
  text-align: center;
  margin: 0 0 20px; }
  .navigation a:link, .navigation a:visited {
    padding: 5px 10px;
    color: #fff;
    background: #bebebe;
    float: left;
    width: 49%; }
  .navigation a:hover, .navigation a:active {
    background: #072b5d; }
  .navigation a:first-child {
    margin-right: 2%; }

.pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 1.25em; }
  .pagination span, .pagination a {
    margin: 0px 2px; }
  .pagination a:link, .pagination a:visited {
    padding: 2px 10px;
    background: black;
    color: white;
    border-radius: 0.1875em; }
  .pagination a:hover, .pagination a:active {
    background: #072b5d; }

.menu-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: black;
  opacity: 0;
  visibility: hidden;
  z-index: 999998; }
  .menu-screen.is-visible {
    opacity: 0.4;
    visibility: visible; }

.collapse-box {
  text-align: right; }
  .collapse-box .collapse-box-link {
    font-size: 0.75em;
    text-transform: uppercase; }
  .collapse-box .collapse-box-content {
    text-align: left;
    background: #072b5d;
    border: 1px solid black;
    color: white;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0.1875em;
    padding: 10px;
    -webkit-transition: fade 0.3s ease-in-out;
    -moz-transition: fade 0.3s ease-in-out;
    transition: fade 0.3s ease-in-out; }
    .collapse-box .collapse-box-content strong, .collapse-box .collapse-box-content a {
      color: white; }
    .js .collapse-box .collapse-box-content {
      overflow: hidden;
      height: 0;
      visibility: hidden;
      opacity: 0; }
      .js .collapse-box .collapse-box-content.is-visible {
        overflow: auto;
        height: auto;
        visibility: visible;
        opacity: 1; }

.jump {
  display: block;
  width: 62px;
  height: 72px;
  margin: 40px auto;
  background: url(../img/arrows-down.png) no-repeat center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  animation: opacity-move 3000ms infinite; }
  .jump:hover {
    -webkit-transform: translate(0, 5px);
    -moz-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px);
    animation: none; }

/**
 *
 * Primary Content
 * 
 */
.primary-content {
  padding-top: 40px;
  /**
   *
   * Content Section Imports
   * 
   */
  /**
 *
 * @Module: Content - Content Items
 * 
 */
  /**
 *
 * @Module: Content - Partial-hero
 * 
 */
  /**
 *
 * @Module: Content - Home
 * 
 */
  /**
 *
 * @Module: Content - Why Chinalytics
 * 
 */
  /**
 *
 * @Module: Content - Capabilities
 * 
 */
  /**
 *
 * @Module: Content - About
 * 
 */
  /**
 *
 * @Module: Content - Contact
 * 
 */
  /**
 *
 * @Module: Content - Contact
 * 
 */
  /**
 *
 * @Module: Content - Case Studies
 * 
 */
  /**
 *
 * @Module: Content - Testimonials
 * 
 */
  /**
 *
 * @Module: Content - Text & Image
 * 
 */ }
  .header-overlay .primary-content {
    padding-top: 0; }
  .primary-content ul, .primary-content ol {
    margin: 0 0 20px 40px; }
    .primary-content ul li, .primary-content ol li {
      margin-bottom: 5px;
      padding-left: 5px; }
  .primary-content ul {
    list-style-type: disc; }
  .primary-content ol {
    list-style-type: decimal; }
  .primary-content .entry-header .entry-title {
    margin-bottom: 40px;
    color: black;
    text-transform: uppercase; }
  .primary-content .entry-meta {
    padding: 10px 0;
    margin-bottom: 20px;
    color: #999; }
  .primary-content .entry-byline .dateline {
    float: left; }
  .primary-content .entry-byline .comments-link {
    float: right; }
  .primary-content .entry-content h2, .primary-content .entry-content h3 {
    margin-bottom: 20px; }
  .primary-content .entry-content h4, .primary-content .entry-content h5, .primary-content .entry-content h6 {
    margin-bottom: 10px; }
  .primary-content .entry-content h3, .primary-content .entry-content h4, .primary-content .entry-content h5, .primary-content .entry-content h6 {
    color: #484c50; }
  .primary-content .section {
    position: relative;
    padding: 40px 0; }
    .primary-content .section.section--xlgray {
      background: #f6f6f6; }
    .primary-content .section.section--lgray {
      background: #eee; }
    .primary-content .section.section--mgray {
      background: #999; }
    .primary-content .section.section--dgray {
      background: #484c50; }
    .primary-content .section.section--primary {
      background: #072b5d; }
    .primary-content .section.section--secondary {
      background: #2680cc; }
    .primary-content .section.section--tertiary {
      background: #fe4200; }
    .primary-content .section.section--primary, .primary-content .section.section--secondary, .primary-content .section.section--tertiary, .primary-content .section.section--dgray, .primary-content .section.section--mgray {
      color: white; }
      .primary-content .section.section--primary a, .primary-content .section.section--secondary a, .primary-content .section.section--tertiary a, .primary-content .section.section--dgray a, .primary-content .section.section--mgray a {
        color: white;
        font-weight: 700; }
        .primary-content .section.section--primary a:hover, .primary-content .section.section--primary a:active, .primary-content .section.section--primary a:focus, .primary-content .section.section--secondary a:hover, .primary-content .section.section--secondary a:active, .primary-content .section.section--secondary a:focus, .primary-content .section.section--tertiary a:hover, .primary-content .section.section--tertiary a:active, .primary-content .section.section--tertiary a:focus, .primary-content .section.section--dgray a:hover, .primary-content .section.section--dgray a:active, .primary-content .section.section--dgray a:focus, .primary-content .section.section--mgray a:hover, .primary-content .section.section--mgray a:active, .primary-content .section.section--mgray a:focus {
          text-decoration: underline; }
      .primary-content .section.section--primary h1, .primary-content .section.section--primary h2, .primary-content .section.section--primary h3, .primary-content .section.section--primary h4, .primary-content .section.section--primary h5, .primary-content .section.section--primary h6, .primary-content .section.section--secondary h1, .primary-content .section.section--secondary h2, .primary-content .section.section--secondary h3, .primary-content .section.section--secondary h4, .primary-content .section.section--secondary h5, .primary-content .section.section--secondary h6, .primary-content .section.section--tertiary h1, .primary-content .section.section--tertiary h2, .primary-content .section.section--tertiary h3, .primary-content .section.section--tertiary h4, .primary-content .section.section--tertiary h5, .primary-content .section.section--tertiary h6, .primary-content .section.section--dgray h1, .primary-content .section.section--dgray h2, .primary-content .section.section--dgray h3, .primary-content .section.section--dgray h4, .primary-content .section.section--dgray h5, .primary-content .section.section--dgray h6, .primary-content .section.section--mgray h1, .primary-content .section.section--mgray h2, .primary-content .section.section--mgray h3, .primary-content .section.section--mgray h4, .primary-content .section.section--mgray h5, .primary-content .section.section--mgray h6 {
        color: white; }
    .primary-content .section.section--no-padding {
      padding: 0; }
      .primary-content .section.section--no-padding .section__header {
        padding: 40px 0; }
    .primary-content .section .section__header {
      padding: 0 0 40px; }
      .primary-content .section .section__header .section__heading {
        text-align: center;
        font-weight: 300; }
        .primary-content .section .section__header .section__heading span {
          display: inline-block;
          color: #2680cc;
          text-transform: uppercase; }
          .primary-content .section .section__header .section__heading span:after {
            content: '';
            display: block;
            height: 2px;
            width: 50%;
            background: #2680cc;
            margin: 10px auto 0; }
      .primary-content .section .section__header .section__subheading {
        text-align: center;
        text-transform: uppercase;
        color: #999;
        font-size: 1em;
        margin-top: 10px; }
    .primary-content .section .section-item {
      position: relative;
      margin-bottom: 40px; }
      .primary-content .section .section-item h1, .primary-content .section .section-item h2, .primary-content .section .section-item h3, .primary-content .section .section-item h4 {
        font-size: 1em;
        margin-bottom: 20px; }
        .primary-content .section .section-item h1:last-child, .primary-content .section .section-item h2:last-child, .primary-content .section .section-item h3:last-child, .primary-content .section .section-item h4:last-child {
          margin-bottom: 0; }
      .primary-content .section .section-item:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 47.9375em) {
      .primary-content .section.section--no-padding .section__header {
        padding: 20px 0; }
      .primary-content .section .section__header {
        padding: 0 0 20px; } }
  .primary-content .content-items--2 .content-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 20px; }
    .primary-content .content-items--2 .content-item:last-child {
      margin-right: 0; }
    .primary-content .content-items--2 .content-item:nth-child(2n) {
      margin-right: 0; }
    .primary-content .content-items--2 .content-item:nth-child(2n+1) {
      clear: left; }
  .primary-content .content-items--3 .content-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-bottom: 20px; }
    .primary-content .content-items--3 .content-item:last-child {
      margin-right: 0; }
    .primary-content .content-items--3 .content-item:nth-child(3n) {
      margin-right: 0; }
    .primary-content .content-items--3 .content-item:nth-child(3n+1) {
      clear: left; }
  .primary-content .content-items--4 .content-item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-bottom: 20px; }
    .primary-content .content-items--4 .content-item:last-child {
      margin-right: 0; }
    .primary-content .content-items--4 .content-item:nth-child(4n) {
      margin-right: 0; }
    .primary-content .content-items--4 .content-item:nth-child(4n+1) {
      clear: left; }
  .primary-content .content-items .content-item {
    position: relative; }
  .primary-content .content-items .content-item__featured-image {
    position: absolute;
    width: 33%;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #eee; }
  .primary-content .content-items .content-item__content-wrapper {
    margin-right: 33%;
    width: 67%;
    padding: 80px; }
  .primary-content .content-items .content-item__title {
    margin-bottom: 10px; }
  .primary-content .content-items--2 .content-item__featured-image, .primary-content .content-items--3 .content-item__featured-image, .primary-content .content-items--4 .content-item__featured-image {
    width: 100%;
    padding-bottom: 100%;
    position: relative; }
  .primary-content .content-items--2 .content-item__content-wrapper, .primary-content .content-items--3 .content-item__content-wrapper, .primary-content .content-items--4 .content-item__content-wrapper {
    margin-right: 0;
    width: 100%;
    padding: 40px; }
  @media screen and (min-width: 48em) and (max-width: 59.9375em) {
    .primary-content .content-items--3 .content-item, .primary-content .content-items--4 .content-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-bottom: 20px; }
      .primary-content .content-items--3 .content-item:last-child, .primary-content .content-items--4 .content-item:last-child {
        margin-right: 0; }
      .primary-content .content-items--3 .content-item:nth-child(2n), .primary-content .content-items--4 .content-item:nth-child(2n) {
        margin-right: 0; }
      .primary-content .content-items--3 .content-item:nth-child(2n+1), .primary-content .content-items--4 .content-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 47.9375em) {
    .primary-content .content-items .content-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%;
      float: none;
      margin-right: 0;
      clear: both;
      margin-bottom: 20px; }
      .primary-content .content-items .content-item:last-child {
        margin-right: 0; }
      .primary-content .content-items .content-item:last-child {
        width: 100%; }
      .primary-content .content-items .content-item:nth-child(1n) {
        margin-right: 0; }
      .primary-content .content-items .content-item:nth-child(1n+1) {
        clear: left; } }
  .primary-content .partial-hero {
    position: relative; }
    .primary-content .partial-hero .hero-item {
      height: auto;
      padding: 0;
      position: absolute;
      width: 50%;
      top: 0;
      bottom: 0;
      left: 0; }
    .primary-content .partial-hero .section-content {
      width: 50%;
      margin-left: 50%;
      padding: 80px 60px; }
      .primary-content .partial-hero .section-content .section-content__inner {
        width: 70%;
        min-width: 400px;
        float: left; }
      .primary-content .partial-hero .section-content h1, .primary-content .partial-hero .section-content h2 {
        margin-botom: 40px; }
      .primary-content .partial-hero .section-content h3, .primary-content .partial-hero .section-content h4, .primary-content .partial-hero .section-content h5 {
        margin-bottom: 20px; }
    .primary-content .partial-hero.partial-hero--width-one-third .hero-item {
      width: 33%; }
    .primary-content .partial-hero.partial-hero--width-one-third .section-content {
      width: 67%;
      margin-left: 33%; }
    .primary-content .partial-hero.partial-hero--width-two-thirds .hero-item {
      width: 67%; }
    .primary-content .partial-hero.partial-hero--width-two-thirds .section-content {
      width: 33%;
      margin-left: 67%; }
    .primary-content .partial-hero.partial-hero--alignment-right .hero-item {
      right: 0;
      left: auto; }
    .primary-content .partial-hero.partial-hero--alignment-right .section-content {
      margin-left: 0;
      margin-right: 50%; }
      .primary-content .partial-hero.partial-hero--alignment-right .section-content .section-content__inner {
        float: right; }
    .primary-content .partial-hero.partial-hero--alignment-right.partial-hero--width-one-third .section-content {
      margin-right: 33%; }
    .primary-content .partial-hero.partial-hero--alignment-right.partial-hero--width-two-thirds .section-content {
      margin-right: 67%; }
    .primary-content .partial-hero .video-trigger {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      opacity: 0.8;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .primary-content .partial-hero .video-trigger .fa {
        position: absolute;
        top: 20px;
        right: 20px;
        color: white;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        font-size: 5em; }
      .primary-content .partial-hero .video-trigger:hover, .primary-content .partial-hero .video-trigger:active, .primary-content .partial-hero .video-trigger:focus {
        opacity: 1; }
    @media screen and (min-width: 48em) and (max-width: 68.6875em) {
      .primary-content .partial-hero .section-content {
        padding: 40px; }
        .primary-content .partial-hero .section-content .section-content__inner {
          width: 100%;
          min-width: 0; } }
    @media screen and (max-width: 47.9375em) {
      .primary-content .partial-hero .hero-item {
        width: 100%;
        position: relative;
        padding: 33%; }
      .primary-content .partial-hero .section-content {
        width: 100%;
        padding: 40px;
        margin: 0; }
        .primary-content .partial-hero .section-content .section-content__inner {
          width: 100%;
          min-width: 0; } }
  .primary-content .section-home .section-header {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /*-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
    padding: 40px 80px;
    background: rgba(7, 43, 93, 0.8); }
    .primary-content .section-home .section-header .section-title {
      color: white; }
      .primary-content .section-home .section-header .section-title span {
        border: 0; }
    @media screen and (max-width: 47.9375em) {
      .primary-content .section-home .section-header {
        padding: 40px; } }
  .primary-content .section-item--features .section-content {
    margin-bottom: 40px; }
  .primary-content .section-item--features .features {
    display: block; }
    .primary-content .section-item--features .features::after {
      clear: both;
      content: "";
      display: table; }
    .primary-content .section-item--features .features .feature-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      text-align: center;
      margin-bottom: 40px; }
      .primary-content .section-item--features .features .feature-item:last-child {
        margin-right: 0; }
      .primary-content .section-item--features .features .feature-item:nth-child(3n) {
        margin-right: 0; }
      .primary-content .section-item--features .features .feature-item:nth-child(3n+1) {
        clear: left; }
      .primary-content .section-item--features .features .feature-item .feature-icon {
        height: 80px;
        width: 100%;
        margin-bottom: 10px; }
        .primary-content .section-item--features .features .feature-item .feature-icon img {
          max-height: 100%;
          margin: 0 auto 20px; }
      .primary-content .section-item--features .features .feature-item h3 {
        text-transform: uppercase;
        margin-bottom: 10px;
        font-size: 1.25em; }
  @media screen and (min-width: 30em) and (max-width: 47.9375em) {
    .primary-content .section-item--features .features .feature-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .primary-content .section-item--features .features .feature-item:nth-child(3n) {
        margin-right: 2.35765%; }
      .primary-content .section-item--features .features .feature-item:nth-child(3n+1) {
        clear: none; }
      .primary-content .section-item--features .features .feature-item:last-child {
        margin-right: 0; }
      .primary-content .section-item--features .features .feature-item:nth-child(2n) {
        margin-right: 0; }
      .primary-content .section-item--features .features .feature-item:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 29.9375em) {
    .primary-content .section-item--features .features .feature-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%;
      float: none;
      margin-right: 0;
      clear: both; }
      .primary-content .section-item--features .features .feature-item:nth-child(3n) {
        margin-right: 2.35765%; }
      .primary-content .section-item--features .features .feature-item:nth-child(3n+1) {
        clear: none; }
      .primary-content .section-item--features .features .feature-item:last-child {
        margin-right: 0; }
      .primary-content .section-item--features .features .feature-item:last-child {
        width: 100%; } }
  .primary-content .section-item--capabilities {
    padding-top: 40px; }
    .primary-content .section-item--capabilities #capabilities-slideshow {
      background-color: #999;
      background-image: url(../img/waveform.png), linear-gradient(white, #4c5e6f, white);
      background-size: 100% auto;
      background-position: center;
      margin: 40px 0 128px;
      background-repeat: no-repeat;
      height: auto;
      position: relative;
      z-index: 1; }
      .primary-content .section-item--capabilities #capabilities-slideshow .cycle-slideshow {
        height: auto; }
        .primary-content .section-item--capabilities #capabilities-slideshow .cycle-slideshow .slide-item {
          width: 100%;
          height: 100%; }
          .primary-content .section-item--capabilities #capabilities-slideshow .cycle-slideshow .slide-item img {
            margin: 0 auto;
            max-height: 100%;
            max-height: 60vh;
            width: auto; }
      .primary-content .section-item--capabilities #capabilities-slideshow .slideshow-navigation-container {
        text-align: center;
        padding: 0;
        position: absolute;
        width: 100%;
        height: 48px;
        bottom: -48px;
        left: 0; }
        .primary-content .section-item--capabilities #capabilities-slideshow .slideshow-navigation-container .slideshow-navigation {
          display: inline-block;
          margin: 0;
          padding: 0 45px;
          position: relative; }
          .primary-content .section-item--capabilities #capabilities-slideshow .slideshow-navigation-container .slideshow-navigation .slide-nav-prev {
            width: 25px;
            height: 48px;
            background: url(../img/arrow-left-blue.png) no-repeat center;
            position: absolute;
            top: 0;
            left: 0;
            cursor: pointer; }
          .primary-content .section-item--capabilities #capabilities-slideshow .slideshow-navigation-container .slideshow-navigation .slide-nav-next {
            width: 25px;
            height: 48px;
            background: url(../img/arrow-right-blue.png) no-repeat center;
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer; }
          .primary-content .section-item--capabilities #capabilities-slideshow .slideshow-navigation-container .slideshow-navigation .slideshow-pager {
            list-style-type: none;
            margin: 0;
            text-align: center;
            height: 48px; }
            .primary-content .section-item--capabilities #capabilities-slideshow .slideshow-navigation-container .slideshow-navigation .slideshow-pager li {
              display: inline-block;
              margin: 19px 10px;
              padding: 0;
              width: 10px;
              height: 10px;
              border-radius: 50%;
              background: #999;
              cursor: pointer; }
              .primary-content .section-item--capabilities #capabilities-slideshow .slideshow-navigation-container .slideshow-navigation .slideshow-pager li.cycle-pager-active {
                background: #2680cc; }
              .primary-content .section-item--capabilities #capabilities-slideshow .slideshow-navigation-container .slideshow-navigation .slideshow-pager li span {
                border: 0;
                height: 1px;
                margin: -1px;
                overflow: hidden;
                padding: 0;
                position: absolute;
                width: 1px; }
      .primary-content .section-item--capabilities #capabilities-slideshow .slideshow-counter {
        text-align: center;
        padding: 0;
        position: absolute;
        width: 100%;
        height: 30px;
        bottom: -98px;
        left: 0;
        font-weight: 700;
        color: #072b5d;
        line-height: 30px; }
        .primary-content .section-item--capabilities #capabilities-slideshow .slideshow-counter .current-slide {
          border: 1px solid #072b5d;
          border-radius: 50%;
          display: inline-block;
          width: 30px;
          margin-right: 5px; }
        .primary-content .section-item--capabilities #capabilities-slideshow .slideshow-counter .total-slides {
          background: #072b5d;
          color: white;
          border: 1px solid #072b5d;
          border-radius: 50%;
          display: inline-block;
          width: 30px;
          margin-left: 5px; }
  .primary-content .section-about .hero-item .section-content {
    padding: 60px 0;
    background: rgba(255, 255, 255, 0.8);
    color: black; }
    .primary-content .section-about .hero-item .section-content p {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      .primary-content .section-about .hero-item .section-content p:last-child {
        margin-right: 0; }
  .primary-content .section--contact {
    background-image: url(/content/uploads/2016/01/tablet-splash-hero-1800x1313.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 550px; }
    .primary-content .section--contact .contact-box {
      padding: 20px;
      background: rgba(7, 43, 93, 0.1);
      border: 1px solid #072b5d; }
      .primary-content .section--contact .contact-box .contact-form p {
        padding: 0; }
      .primary-content .section--contact .contact-box .contact-information {
        padding: 20px;
        background: rgba(255, 255, 255, 0.9); }
        .primary-content .section--contact .contact-box .contact-information h3 {
          margin-bottom: 20px; }
        .primary-content .section--contact .contact-box .contact-information p {
          padding-bottom: 20px; }
    @media screen and (max-width: 47.9375em) {
      .primary-content .section--contact {
        padding-bottom: 20px; } }
  .primary-content .section--get-started {
    background-image: url(/content/uploads/2016/01/waveform.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat; }
    .primary-content .section--get-started strong {
      color: #072b5d; }
  .primary-content .section--case-studies .slideshow.slideshow--contains-bg .slide-items .slide-item .slide-content .slide-content__inner {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    padding: 60px 0; }
    .primary-content .section--case-studies .slideshow.slideshow--contains-bg .slide-items .slide-item .slide-content .slide-content__inner:last-child {
      margin-right: 0; }
  .primary-content .section-item--testimonials {
    background: #2680cc; }
    .primary-content .section-item--testimonials .content-item__content-wrapper {
      background: #2680cc;
      color: white;
      text-align: center;
      padding: 20px; }
      .primary-content .section-item--testimonials .content-item__content-wrapper h3 {
        color: white; }
      .primary-content .section-item--testimonials .content-item__content-wrapper hr {
        border-color: rgba(255, 255, 255, 0.5); }
    .primary-content .section-item--testimonials .testimonial__text {
      font-size: 1.25em;
      line-height: normal;
      text-align: center;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .primary-content .section-item--testimonials .testimonial__meta {
      display: inline-block;
      text-align: left; }
      .primary-content .section-item--testimonials .testimonial__meta .testimonial__image {
        border-radius: 50%;
        overflow: hidden;
        float: left;
        width: 100px;
        border: 2px solid white; }
      .primary-content .section-item--testimonials .testimonial__meta.testimonial__meta--has-image .testimonial__name, .primary-content .section-item--testimonials .testimonial__meta.testimonial__meta--has-image .testimonial__role, .primary-content .section-item--testimonials .testimonial__meta.testimonial__meta--has-image .testimonial__link-wrapper {
        margin-left: 124px;
        margin-bottom: 5px; }
      .primary-content .section-item--testimonials .testimonial__meta .testimonial__name {
        font-weight: 700; }
    .primary-content .section-item--testimonials .slideshow.slideshow--content-only.content-items--1 {
      padding-bottom: 0; }
      .primary-content .section-item--testimonials .slideshow.slideshow--content-only.content-items--1 .slide-items .slide-item {
        bottom: 0;
        padding-bottom: 33.3333%;
        height: auto;
        overflow: hidden; }
        .primary-content .section-item--testimonials .slideshow.slideshow--content-only.content-items--1 .slide-items .slide-item .content-item {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: #2680cc; }
      .primary-content .section-item--testimonials .slideshow.slideshow--content-only.content-items--1 .slideshow-pager-wrapper {
        width: 67%;
        bottom: 20px; }
        .primary-content .section-item--testimonials .slideshow.slideshow--content-only.content-items--1 .slideshow-pager-wrapper .slideshow-pager li {
          background: rgba(255, 255, 255, 0.6); }
          .primary-content .section-item--testimonials .slideshow.slideshow--content-only.content-items--1 .slideshow-pager-wrapper .slideshow-pager li.cycle-pager-active {
            background: white; }
    @media screen and (min-width: 75em) {
      .primary-content .section-item--testimonials .content-item__content-wrapper {
        padding: 40px; }
      .primary-content .section-item--testimonials .testimonial__text {
        font-size: 1.5em; } }
    @media screen and (min-width: 48em) and (max-width: 68.6875em) {
      .primary-content .section-item--testimonials .slideshow.slideshow--content-only.content-items--1 .slideshow-pager-wrapper {
        width: 50%; }
      .primary-content .section-item--testimonials .slideshow.slideshow--content-only.content-items--1 .slide-items .slide-item {
        padding-bottom: 50%; }
      .primary-content .section-item--testimonials .content-item__content-wrapper {
        padding: 20px;
        width: 50%;
        margin-right: 50%; }
      .primary-content .section-item--testimonials .content-item__featured-image {
        width: 50%; }
      .primary-content .section-item--testimonials .testimonial__text {
        font-size: 1em; }
      .primary-content .section-item--testimonials .testimonial__meta .testimonial__image {
        width: 60px; }
      .primary-content .section-item--testimonials .testimonial__meta.testimonial__meta--has-image .testimonial__name, .primary-content .section-item--testimonials .testimonial__meta.testimonial__meta--has-image .testimonial__role, .primary-content .section-item--testimonials .testimonial__meta.testimonial__meta--has-image .testimonial__link-wrapper {
        margin-left: 72px; } }
    @media screen and (max-width: 47.9375em) {
      .primary-content .section-item--testimonials .slideshow.slideshow--content-only.content-items--1 {
        height: auto; }
        .primary-content .section-item--testimonials .slideshow.slideshow--content-only.content-items--1 .slide-items {
          height: auto; }
          .primary-content .section-item--testimonials .slideshow.slideshow--content-only.content-items--1 .slide-items .slide-item {
            height: auto;
            padding-bottom: 0; }
            .primary-content .section-item--testimonials .slideshow.slideshow--content-only.content-items--1 .slide-items .slide-item .content-item {
              position: relative;
              top: auto;
              bottom: auto;
              left: auto;
              right: auto;
              margin-bottom: 40px; }
        .primary-content .section-item--testimonials .slideshow.slideshow--content-only.content-items--1 .slideshow-pager-wrapper {
          width: 100%; }
      .primary-content .section-item--testimonials .content-item__featured-image {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        padding: 50%; }
      .primary-content .section-item--testimonials .content-item__content-wrapper {
        margin: 0;
        position: relative;
        width: 100%;
        padding: 20px; } }
  .primary-content .text-image {
    position: relative; }
    .primary-content .text-image .text-image__image-wrapper {
      position: relative;
      float: right;
      width: 38%;
      margin-left: 2%; }
      .primary-content .text-image .text-image__image-wrapper .text-image__image {
        min-width: 100%; }
    .primary-content .text-image .text-image__text-wrapper {
      float: left;
      width: 58%; }
    .primary-content .text-image .text-image__text h1, .primary-content .text-image .text-image__text h2 {
      margin-botom: 40px; }
    .primary-content .text-image .text-image__text h3, .primary-content .text-image .text-image__text h4, .primary-content .text-image .text-image__text h5 {
      margin-bottom: 20px; }
    .primary-content .text-image .video-trigger {
      position: relative;
      display: block; }
      .primary-content .text-image .video-trigger .fa {
        position: absolute;
        top: 20px;
        right: 20px;
        color: white;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
        font-size: 5em;
        opacity: 0.8; }
      .primary-content .text-image .video-trigger:hover .fa, .primary-content .text-image .video-trigger:active .fa, .primary-content .text-image .video-trigger:focus .fa {
        opacity: 1; }
    @media screen and (min-width: 75em) {
      .primary-content .text-image .text-image__image-wrapper, .primary-content .text-image .text-image__text-wrapper {
        width: 48%; }
      .primary-content .text-image .text-image__text-wrapper {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        /*-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/ } }
    @media screen and (max-width: 47.9375em) {
      .primary-content .text-image .text-image__image-wrapper {
        width: 100%;
        float: none;
        margin: 0 0 20px; }
      .primary-content .text-image .text-image__text-wrapper {
        width: 100%;
        float: none; } }
  .primary-content .section-item--show-icon:after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: url(../img/icon-chinalytics-shadow.png) no-repeat center center white;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -40px;
    border-radius: 50%;
    z-index: 10; }

/**
 *
 * @Module: Slideshow
 * 
 */
.slideshow {
  position: relative;
  z-index: 1; }
  .slideshow .slide-items {
    z-index: 1; }
    .slideshow .slide-items .slide-item {
      display: block;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      width: 100%;
      height: 800px;
      height: 80vh; }
      .slideshow .slide-items .slide-item .bg-full {
        position: absolute;
        top: 0;
        left: 0;
        min-height: 100%;
        width: 100%;
        height: auto;
        z-index: -1; }
      .slideshow .slide-items .slide-item .slide-title {
        color: white;
        font-size: 3.5em; }
      .slideshow .slide-items .slide-item .slide-content {
        padding: 0 60px; }
        .slideshow .slide-items .slide-item .slide-content.slide-content--white {
          color: white; }
          .slideshow .slide-items .slide-item .slide-content.slide-content--white h1, .slideshow .slide-items .slide-item .slide-content.slide-content--white h2, .slideshow .slide-items .slide-item .slide-content.slide-content--white h3, .slideshow .slide-items .slide-item .slide-content.slide-content--white h4, .slideshow .slide-items .slide-item .slide-content.slide-content--white h5 {
            color: white; }
  .slideshow .slideshow-prev-next .slide-nav {
    font-size: 5em;
    line-height: 1em;
    color: white;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    margin-top: -42px;
    top: 50%;
    cursor: pointer;
    z-index: 10;
    opacity: .8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .slideshow .slideshow-prev-next .slide-nav:hover {
      color: white; }
  .slideshow .slideshow-prev-next .slide-nav-prev {
    left: 20px; }
  .slideshow .slideshow-prev-next .slide-nav-next {
    right: 20px; }
  @media screen and (max-width: 47.9375em) {
    .slideshow .slideshow-prev-next .slide-nav {
      font-size: 4em;
      width: 20px;
      height: 34px;
      top: 20%;
      margin-top: 0; }
    .slideshow .slideshow-prev-next .slide-nav-prev {
      left: 5px; }
    .slideshow .slideshow-prev-next .slide-nav-next {
      right: 5px; } }
  .slideshow .slideshow-pager-wrapper {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 11; }
    .slideshow .slideshow-pager-wrapper .slideshow-pager {
      list-style-type: none;
      margin: 0;
      text-align: center; }
      .slideshow .slideshow-pager-wrapper .slideshow-pager li {
        display: inline-block;
        margin: 0 10px;
        padding: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.6);
        cursor: pointer; }
        .slideshow .slideshow-pager-wrapper .slideshow-pager li.cycle-pager-active {
          background: white; }
        .slideshow .slideshow-pager-wrapper .slideshow-pager li span {
          border: 0;
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
    .section-item--show-icon .slideshow .slideshow-pager-wrapper {
      bottom: 60px; }
  .slideshow.slideshow--contains-bg .slide-items .slide-item .slide-content {
    height: 100%; }
    .slideshow.slideshow--contains-bg .slide-items .slide-item .slide-content .container {
      height: 100%;
      position: relative; }
    .slideshow.slideshow--contains-bg .slide-items .slide-item .slide-content .slide-content__inner {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      /*-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
      width: 100%; }
  .slideshow.slideshow--content-only {
    padding-bottom: 60px; }
    .slideshow.slideshow--content-only .slide-items .slide-item {
      height: auto; }
    .slideshow.slideshow--content-only .slideshow-prev-next .slide-nav {
      color: #999;
      text-shadow: none;
      margin-top: -72px; }
      .slideshow.slideshow--content-only .slideshow-prev-next .slide-nav:hover {
        color: #2680cc; }
    .slideshow.slideshow--content-only .slideshow-pager-wrapper {
      bottom: 10px; }
      .slideshow.slideshow--content-only .slideshow-pager-wrapper .slideshow-pager li {
        background: #eee; }
        .slideshow.slideshow--content-only .slideshow-pager-wrapper .slideshow-pager li.cycle-pager-active {
          background: #2680cc; }
  .slideshow-numbered-pager .slideshow {
    padding-bottom: 100px; }
    .slideshow-numbered-pager .slideshow .slideshow-pager-wrapper {
      bottom: 0; }
      .slideshow-numbered-pager .slideshow .slideshow-pager-wrapper .slideshow-pager li {
        height: 84px;
        background: none !important;
        width: 50px;
        margin: 0;
        padding: 0 50px;
        position: relative;
        z-index: 1; }
        .slideshow-numbered-pager .slideshow .slideshow-pager-wrapper .slideshow-pager li::before {
          content: '';
          display: block;
          height: 4px;
          background: #eee;
          position: absolute;
          width: 50%;
          bottom: 10px;
          left: 0;
          z-index: 1; }
        .slideshow-numbered-pager .slideshow .slideshow-pager-wrapper .slideshow-pager li:first-child::before {
          display: none; }
        .slideshow-numbered-pager .slideshow .slideshow-pager-wrapper .slideshow-pager li::after {
          content: '';
          display: block;
          height: 4px;
          background: #eee;
          position: absolute;
          width: 50%;
          bottom: 10px;
          right: 0;
          z-index: 1; }
        .slideshow-numbered-pager .slideshow .slideshow-pager-wrapper .slideshow-pager li:last-child::after {
          display: none; }
      .slideshow-numbered-pager .slideshow .slideshow-pager-wrapper .slideshow-pager span {
        display: block;
        position: relative;
        height: 62px;
        width: 50px;
        margin: 0 0 0 -25px;
        font-size: 3em;
        text-align: center;
        line-height: 62px;
        overflow: visible;
        top: 0;
        left: 50%;
        z-index: 2; }
        .slideshow-numbered-pager .slideshow .slideshow-pager-wrapper .slideshow-pager span:after {
          content: '';
          display: block;
          border-radius: 50%;
          height: 20px;
          width: 20px;
          background: #eee;
          position: absolute;
          bottom: -20px;
          left: 50%;
          margin-left: -10px; }
      .slideshow-numbered-pager .slideshow .slideshow-pager-wrapper .slideshow-pager li.cycle-pager-active span:after {
        background-color: #2680cc; }
    @media screen and (max-width: 47.9375em) {
      .slideshow-numbered-pager .slideshow {
        padding-bottom: 0;
        padding-top: 84px; }
        .slideshow-numbered-pager .slideshow .slideshow-pager-wrapper {
          bottom: auto;
          top: 5px; }
          .slideshow-numbered-pager .slideshow .slideshow-pager-wrapper .slideshow-pager li {
            height: 64px;
            width: 20px;
            padding: 0 20px; }
          .slideshow-numbered-pager .slideshow .slideshow-pager-wrapper .slideshow-pager span {
            height: 42px;
            width: 40px;
            margin: 0 0 0 -20px;
            font-size: 1.5em;
            line-height: 42px; } }
  @media screen and (max-width: 47.9375em) {
    .slideshow {
      height: 400px; }
      .slideshow .slide-items {
        height: 400px; }
        .slideshow .slide-items .slide-item {
          height: 400px; }
          .slideshow .slide-items .slide-item .slide-content {
            padding: 22px; }
      .slideshow.slideshow--content-only {
        height: auto; }
        .slideshow.slideshow--content-only .slide-items {
          height: auto; }
          .slideshow.slideshow--content-only .slide-items .slide-item {
            height: auto; } }

/*
 * 
 * @Section: Hero
 * 
 */
.hero-item {
  position: relative;
  height: 800px;
  height: 80vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }
  .hero-item .hero-item__video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .hero-item.hero-item--auto-sized .hero-item__video {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .hero-item .hero-item__mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: black; }
  .hero-item .hero-content {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: white; }
    .hero-item .hero-content .entry-kicker {
      color: white; }
    .hero-item .hero-content h1, .hero-item .hero-content h2, .hero-item .hero-content h3, .hero-item .hero-content h4 {
      font-size: 1em;
      margin-bottom: 20px; }
      .hero-item .hero-content h1:last-child, .hero-item .hero-content h2:last-child, .hero-item .hero-content h3:last-child, .hero-item .hero-content h4:last-child {
        margin-bottom: 0; }
  @media screen and (max-height: 39.9375em) {
    .hero-item {
      height: 400px;
      height: 80vh; } }

/**
 *
 * @Section: Breadcrumbs
 * 
 */
.breadcrumbs {
  background: #072b5d;
  color: #3f8af1;
  padding: 5px; }
  .breadcrumbs a:link, .breadcrumbs a:visited {
    color: #fff; }
  .breadcrumbs a:hover, .breadcrumbs a:active {
    color: #3f8af1; }
  .breadcrumbs .breadcrumbs-inner {
    font-size: 0.75em;
    text-transform: uppercase; }

/**
 *
 * @Section: Comments
 * 
 */
.comments-holder {
  padding: 0;
  margin-top: 40px;
  background: #f9f9f9;
  border-top: 5px solid #f2f2f2; }
  .comments-holder .comments-header {
    background: black;
    color: white;
    position: relative;
    padding-right: 20%;
    min-height: 80px; }
    .comments-holder .comments-header h3 {
      padding: 10px;
      margin: 0; }
      .comments-holder .comments-header h3 span {
        color: rgba(255, 255, 255, 0.7); }
    .comments-holder .comments-header .comment-count {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      background: #072b5d;
      color: white;
      width: 20%;
      font-size: 1.25em;
      line-height: 1em;
      text-align: center;
      padding: 10px;
      text-transform: lowercase; }
      .comments-holder .comments-header .comment-count:hover {
        background: #2680cc; }
      .comments-holder .comments-header .comment-count i {
        font-size: 1.5em; }
  .comments-holder .no-comments {
    font-size: 1em;
    margin-top: 20px; }
  .comments-holder .comments-list {
    list-style-type: none;
    margin: 0;
    padding: 20px; }
    .comments-holder .comments-list .comment {
      float: left;
      width: 100%;
      margin-bottom: 0px; }
      .comments-holder .comments-list .comment .avatar {
        float: left;
        background: #fff;
        padding: 0px;
        border-radius: 40% 0 0 40%; }
      .comments-holder .comments-list .comment .comment-main {
        margin: 0 0 20px 80px;
        border: 1px solid #ddd;
        overflow: hidden; }
        .comments-holder .comments-list .comment .comment-main .comment-meta {
          background: #eee;
          color: #000;
          text-shadow: 1px 1px 1px #fff;
          line-height: 36px;
          height: 36px;
          border-bottom: 1px solid #ccc; }
          .comments-holder .comments-list .comment .comment-main .comment-meta .comment-author {
            float: left;
            padding-left: 20px; }
            .comments-holder .comments-list .comment .comment-main .comment-meta .comment-author .fn {
              font-weight: bold;
              font-style: normal; }
              .comments-holder .comments-list .comment .comment-main .comment-meta .comment-author .fn:before {
                content: ''; }
          .comments-holder .comments-list .comment .comment-main .comment-meta .comment-datestamp {
            float: right;
            padding-right: 20px;
            font-size: 0.625em; }
            .comments-holder .comments-list .comment .comment-main .comment-meta .comment-datestamp a:link, .comments-holder .comments-list .comment .comment-main .comment-meta .comment-datestamp a:visited {
              color: #999; }
            .comments-holder .comments-list .comment .comment-main .comment-meta .comment-datestamp a:hover, .comments-holder .comments-list .comment .comment-main .comment-meta .comment-datestamp a:active {
              color: black; }
        .comments-holder .comments-list .comment .comment-main .comment-body {
          padding: 20px;
          background: #f3f3f3;
          border-top: 1px solid #fff; }
          .comments-holder .comments-list .comment .comment-main .comment-body .comment-reply-link {
            padding: 0px;
            text-align: right; }
            .comments-holder .comments-list .comment .comment-main .comment-body .comment-reply-link a:link, .comments-holder .comments-list .comment .comment-main .comment-body .comment-reply-link a:visited {
              text-transform: lowercase;
              font-size: 0.875em;
              padding: 3px 5px;
              border-radius: 0.1875em;
              background: #999;
              color: white; }
            .comments-holder .comments-list .comment .comment-main .comment-body .comment-reply-link a:hover, .comments-holder .comments-list .comment .comment-main .comment-body .comment-reply-link a:active {
              background: #666666; }
      .comments-holder .comments-list .comment ul.children {
        list-style-type: none;
        margin: 0;
        padding: 0 0 0 30px; }
        .comments-holder .comments-list .comment ul.children .avatar {
          width: 50px; }
        .comments-holder .comments-list .comment ul.children .comment-main {
          margin-left: 50px; }
    .comments-holder .comments-list .pingback {
      clear: both;
      background-color: #f6f6f6;
      border-radius: 0.1875em;
      margin-bottom: 20px;
      padding: 10px;
      text-align: right;
      text-transform: uppercase; }
      .comments-holder .comments-list .pingback p {
        padding: 0;
        margin: 0; }

#respond {
  padding: 10px;
  background: #f6f6f6;
  border: 1px solid #eee;
  margin: 0 20px 20px; }
  #respond h3 {
    margin-bottom: 20px; }
  #respond #cancel-comment-reply-link {
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 10px;
    text-transform: lowercase;
    border-left: 1px solid #eee;
    font-size: 1em;
    line-height: 1.5em; }
  #respond #commentform {
    clear: both;
    margin: 0px; }
    #respond #commentform .comment-author-details {
      float: left;
      width: 38%; }
      #respond #commentform .comment-author-details p {
        margin: 0px 0px 10px; }
    #respond #commentform .comment-form-comment {
      width: 60%;
      float: right;
      margin-bottom: 0px; }
      #respond #commentform .comment-form-comment label {
        display: none; }
    #respond #commentform .form-allowed-tags {
      clear: both;
      width: 60%;
      float: right; }
    #respond #commentform .form-submit {
      margin-right: 62%; }
      #respond #commentform .form-submit input#submit {
        border: 1px solid #011530;
        border-radius: 0.1875em;
        box-shadow: inset 0 1px 0 0 #134d9d;
        color: white;
        display: inline-block;
        background-color: #072b5d;
        padding: 0.5em 1em;
        text-decoration: none;
        text-transform: uppercase;
        text-shadow: 0 1px 0 #000308;
        background-clip: padding-box;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 1.25em; }
        #respond #commentform .form-submit input#submit:hover:not(:disabled), #respond #commentform .form-submit input#submit:active:not(:disabled) {
          color: white;
          box-shadow: inset 0 1px 0 0 #3888f8;
          cursor: pointer;
          background-color: #08408f; }
        #respond #commentform .form-submit input#submit:active:not(:disabled) {
          border: 1px solid #010c1c;
          box-shadow: inset 0 0 8px 4px #032048, inset 0 0 8px 4px #032048, 0 1px 1px 0 #eee; }
    #respond #commentform .comment-subscription-form, #respond #commentform #mc4wp-checkbox {
      background: black;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      color: rgba(255, 255, 255, 0.7);
      padding: 5px 20px;
      margin: 0;
      clear: both;
      text-align: left;
      font-weight: normal;
      font-size: 0.875em;
      text-transform: uppercase; }
      #respond #commentform .comment-subscription-form label, #respond #commentform #mc4wp-checkbox label {
        margin: 0;
        font-weight: normal; }

@media screen and (max-width: 47.9375em) {
  .comments-holder .comments-header {
    font-size: 0.7em;
    min-height: 60px; }
  .comments-holder .comments-list {
    padding: 10px; }
    .comments-holder .comments-list .comment {
      position: relative; }
      .comments-holder .comments-list .comment ul.children {
        padding-left: 20px; }
      .comments-holder .comments-list .comment .avatar, .comments-holder .comments-list .comment ul.children .avatar {
        height: auto;
        width: 24px;
        position: absolute;
        top: 5px;
        left: 5px;
        border-radius: 0.1875em; }
      .comments-holder .comments-list .comment .comment-main, .comments-holder .comments-list .comment ul.children .comment-main {
        margin: 0 0 10px 0; }
        .comments-holder .comments-list .comment .comment-main .comment-meta, .comments-holder .comments-list .comment ul.children .comment-main .comment-meta {
          height: auto;
          border: 0; }
          .comments-holder .comments-list .comment .comment-main .comment-meta .comment-author, .comments-holder .comments-list .comment ul.children .comment-main .comment-meta .comment-author {
            float: none;
            padding-left: 34px;
            border-bottom: 1px solid #eee;
            width: 100%; }
          .comments-holder .comments-list .comment .comment-main .comment-meta .comment-datestamp, .comments-holder .comments-list .comment ul.children .comment-main .comment-meta .comment-datestamp {
            width: 100%;
            text-align: right;
            line-height: 12px;
            padding: 5px;
            margin: 0px;
            background: #f6f6f6;
            border-top: 1px solid white; }
            .comments-holder .comments-list .comment .comment-main .comment-meta .comment-datestamp::after, .comments-holder .comments-list .comment ul.children .comment-main .comment-meta .comment-datestamp::after {
              clear: both;
              content: "";
              display: table; }
        .comments-holder .comments-list .comment .comment-main .comment-body, .comments-holder .comments-list .comment ul.children .comment-main .comment-body {
          padding: 10px; }
          .comments-holder .comments-list .comment .comment-main .comment-body p, .comments-holder .comments-list .comment ul.children .comment-main .comment-body p {
            padding-bottom: 10px; }
  #respond #commentform .comment-author-details,
  #respond #commentform .comment-form-comment,
  #respond #commentform .form-allowed-tags {
    float: none;
    width: 100%; } }

/**
 *
 * @Section: Sidebar
 * 
 */
.secondary-content {
  padding-top: 40px; }
  .secondary-content .widget-container {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee; }
    .secondary-content .widget-container:last-child {
      border: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .secondary-content .widget-container h3 {
      font-size: 1.5em;
      font-family: "nexalight", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

/**
 *
 * @Section: Footer
 * 
 */
.main-footer {
  background: #2680cc;
  color: white;
  padding: 40px 0; }
  .main-footer h1, .main-footer h2, .main-footer h3, .main-footer h4, .main-footer h5, .main-footer h6 {
    color: white; }
  .main-footer a {
    color: white;
    font-weight: 700; }
    .main-footer a:hover {
      text-decoration: underline; }
  .main-footer .footer-widget-area .widget-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 0 40px; }
    .main-footer .footer-widget-area .widget-container:last-child {
      margin-right: 0; }
  .main-footer .footer-widget-area .widget-title {
    margin-bottom: 20px; }
  .main-footer .footer-widget-area p {
    font-size: 0.875em; }
  .main-footer .footer-widget-area:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
    left: 33.3333%; }
  .main-footer .footer-widget-area:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
    right: 33.3333%; }
  .main-footer .social-icons .social-icons__label {
    line-height: 35px;
    display: block;
    float: left; }
  .main-footer .social-icons .social-icons__link {
    float: left;
    display: block;
    margin-left: 10px;
    width: 35px; }
    .main-footer .social-icons .social-icons__link:first-child {
      margin-left: 0; }
  .main-footer .menu .menu-item {
    margin-bottom: 10px; }
  .main-footer .footer-contact__field--name, .main-footer .footer-contact__field--email {
    width: 49%;
    float: left; }
  .main-footer .footer-contact__field--name {
    margin-right: 2%; }
  .main-footer .footer-contact__field input, .main-footer .footer-contact__field textarea {
    background: #072b5d;
    border: 0; }
  .main-footer .footer-contact__field textarea {
    height: 150px; }
  @media screen and (max-width: 47.9375em) {
    .main-footer .footer-widget-area:before, .main-footer .footer-widget-area:after {
      display: none; }
    .main-footer .footer-widget-area .widget-container {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%;
      float: none;
      margin-right: 0;
      clear: both;
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
      .main-footer .footer-widget-area .widget-container:last-child {
        margin-right: 0; }
      .main-footer .footer-widget-area .widget-container:last-child {
        width: 100%; }
      .main-footer .footer-widget-area .widget-container:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
    .main-footer .social-icons {
      text-align: center;
      float: none;
      margin-left: 0; }
      .main-footer .social-icons .social-icons__link, .main-footer .social-icons .social-icons__image {
        display: inline-block;
        float: none; } }

/*! ************************************
*******[ @Section: Widgets ]***********
************************************* */
/** DBD Recent Posts Widget **/
.widget_dbd_recent_entries .widget-body {
  padding: 0 !important; }
  .widget_dbd_recent_entries .widget-body ul.detailed {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .widget_dbd_recent_entries .widget-body ul.detailed li {
      border-bottom: 1px solid #eee;
      border-top: 1px solid white; }
      .widget_dbd_recent_entries .widget-body ul.detailed li:first-child {
        border-top: 0; }
      .widget_dbd_recent_entries .widget-body ul.detailed li:last-child {
        border-bottom: 0; }
      .widget_dbd_recent_entries .widget-body ul.detailed li a {
        display: block;
        padding: 10px; }
  .widget_dbd_recent_entries .widget-body a.thumb-thumbnail .post-content {
    margin-left: 33%; }
  .widget_dbd_recent_entries .widget-body a:link, .widget_dbd_recent_entries .widget-body a:visited {
    color: #484c50; }
  .widget_dbd_recent_entries .widget-body a:hover, .widget_dbd_recent_entries .widget-body a:active {
    background: white; }
  .widget_dbd_recent_entries .widget-body h5 {
    font-family: "nexalight", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    margin-bottom: 5px; }
  .widget_dbd_recent_entries .widget-body .compact h5 {
    font-weight: normal;
    font-size: 1em;
    line-height: 1.5em; }
  .widget_dbd_recent_entries .widget-body a.has-thumb .wp-post-image {
    margin: 0 auto 5px; }
  .widget_dbd_recent_entries .widget-body a.thumb-thumbnail .wp-post-image {
    float: left;
    margin: 0;
    width: 30%; }
  .widget_dbd_recent_entries .widget-body .post-date {
    color: #999;
    font-size: 0.75em;
    line-height: .8em; }
  .widget_dbd_recent_entries .widget-body .post-summary {
    color: #999;
    display: none; }
  .widget_dbd_recent_entries .widget-body .read-more-link {
    text-align: center;
    padding: 10px; }
    .widget_dbd_recent_entries .widget-body .read-more-link a {
      border: 1px solid #011530;
      border-radius: 0.1875em;
      box-shadow: inset 0 1px 0 0 #134d9d;
      color: white;
      display: inline-block;
      background-color: #072b5d;
      padding: 0.5em 1em;
      text-decoration: none;
      text-transform: uppercase;
      text-shadow: 0 1px 0 #000308;
      background-clip: padding-box;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .widget_dbd_recent_entries .widget-body .read-more-link a:hover:not(:disabled), .widget_dbd_recent_entries .widget-body .read-more-link a:active:not(:disabled) {
        color: white;
        box-shadow: inset 0 1px 0 0 #3888f8;
        cursor: pointer;
        background-color: #08408f; }
      .widget_dbd_recent_entries .widget-body .read-more-link a:active:not(:disabled) {
        border: 1px solid #010c1c;
        box-shadow: inset 0 0 8px 4px #032048, inset 0 0 8px 4px #032048, 0 1px 1px 0 #eee; }
    .widget_dbd_recent_entries .widget-body .read-more-link a:link, .widget_dbd_recent_entries .widget-body .read-more-link a:visited {
      color: white; }
  @media screen and (max-width: 59.9375em) {
    .widget_dbd_recent_entries .widget-body .read-more-link {
      text-align: right; }
    .widget_dbd_recent_entries .widget-body h5 {
      font-size: 1.25em; }
    .widget_dbd_recent_entries .widget-body .post-summary {
      display: block; } }

.widget_dbd_recent_comments .widget-body {
  padding: 0 !important; }
  .widget_dbd_recent_comments .widget-body .recent-comments li {
    border-bottom: 1px solid #eee;
    border-top: 1px solid white; }
    .widget_dbd_recent_comments .widget-body .recent-comments li:first-child {
      border-top: 0; }
    .widget_dbd_recent_comments .widget-body .recent-comments li:last-child {
      border-bottom: 0; }
    .widget_dbd_recent_comments .widget-body .recent-comments li a {
      display: block;
      padding: 10px;
      color: #484c50;
      font-size: 0.875em; }
      .widget_dbd_recent_comments .widget-body .recent-comments li a strong {
        color: #072b5d; }
      .widget_dbd_recent_comments .widget-body .recent-comments li a:hover {
        color: #072b5d;
        background: white; }
  .widget_dbd_recent_comments .widget-body .recent-comments.has_avatar li .avatar {
    float: left;
    border-radius: 0.1875em; }
  .widget_dbd_recent_comments .widget-body .recent-comments.has_avatar li .recent-comments-content {
    display: block;
    margin-left: 60px; }

@media screen and (min-width: 48em) and (max-width: 59.9375em) {
  .widget_dbd_recent_comments .recent-comments li {
    padding: 5px; }
  .widget_dbd_recent_comments .recent-comments.has_avatar li .avatar {
    width: 32px; }
  .widget_dbd_recent_comments .recent-comments.has_avatar li .recent-comments-content {
    margin-left: 40px; } }

/**
 *
 * @Module: Views
 * 
 */
.dbd-views.services .dbd-views-item {
  margin-bottom: 20px; }
  .dbd-views.services .dbd-views-item .item-field {
    margin-left: 170px; }
  .dbd-views.services .dbd-views-item .item-title a {
    color: black; }
  .dbd-views.services .dbd-views-item .item-title a:hover {
    color: #072b5d; }
  .dbd-views.services .dbd-views-item .wp-post-image {
    float: left;
    margin-left: 0; }
  .dbd-views.services .dbd-views-item .item-readmore {
    text-align: right; }

/**
 *
 * @Section: Media
 * 
 */
img {
  display: block;
  max-width: 100%;
  height: auto; }
  img.wp-smiley, .wsl_connect_with_provider img {
    display: inline; }

audio {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%; }

video {
  max-width: 100%;
  background: white; }

.aligncenter {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%; }

.alignright {
  margin: 0 0 10px 10px;
  float: right; }

.alignleft {
  margin: 0 10px 10px 0;
  float: left; }

.alignright, .alignleft {
  display: block;
  max-width: 50%; }

@media screen and (max-width: 47.9375em) {
  .alignright, .alignleft {
    margin: 0 auto 20px;
    float: none;
    max-width: 100%; } }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none; }

.wp-caption .wp-caption-text {
  font-size: 0.875em;
  line-height: 1em;
  padding: 10px;
  margin: 0;
  background: #f6f6f6;
  border: 1px solid #eee;
  border-top-color: white;
  color: #999; }

.videocontainer, .video-container, .embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px; }
  .videocontainer iframe, .videocontainer object, .videocontainer embed, .video-container iframe, .video-container object, .video-container embed, .embed-youtube iframe, .embed-youtube object, .embed-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/**
 *
 * Search Form
 * 
 */
form.search-form input, form.search-form button {
  float: left; }

form.search-form input.form-text {
  width: 89%;
  margin: 0 1% 0 0;
  height: 40px;
  background: #f6f6f6; }
  form.search-form input.form-text:focus {
    background: white; }

form.search-form button.form-submit {
  border: 1px solid #011530;
  border-radius: 0.1875em;
  box-shadow: inset 0 1px 0 0 #134d9d;
  color: white;
  display: inline-block;
  background-color: #072b5d;
  padding: 0.5em 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #000308;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 10%;
  padding: 0px 1%;
  margin: 0px;
  height: 40px; }
  form.search-form button.form-submit:hover:not(:disabled), form.search-form button.form-submit:active:not(:disabled) {
    color: white;
    box-shadow: inset 0 1px 0 0 #3888f8;
    cursor: pointer;
    background-color: #08408f; }
  form.search-form button.form-submit:active:not(:disabled) {
    border: 1px solid #010c1c;
    box-shadow: inset 0 0 8px 4px #032048, inset 0 0 8px 4px #032048, 0 1px 1px 0 #eee; }
  form.search-form button.form-submit img {
    margin: 0 auto; }
  form.search-form button.form-submit .fa {
    font-size: 1.25em; }

/**
 *
 * Signup Form
 * 
 */
.signup-form-drawer {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  background: #072b5d;
  color: white;
  color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  -webkit-transition: max-height 300ms ease-in-out;
  -moz-transition: max-height 300ms ease-in-out;
  transition: max-height 300ms ease-in-out; }
  .signup-form-drawer.active {
    max-height: 1000px;
    padding: 40px;
    z-index: 99;
    border-bottom: 5px solid #03152e; }
  .signup-form-drawer form p {
    padding: 0; }
  .signup-form-drawer h3 {
    margin-bottom: 20px;
    color: white; }
  .signup-form-drawer input, .signup-form-drawer textarea {
    color: #484c50; }
  .signup-form-drawer .signup-drawer-toggle {
    position: absolute;
    bottom: 0;
    right: 10px;
    text-align: center; }
    .signup-form-drawer .signup-drawer-toggle a {
      display: block;
      color: white;
      height: 40px;
      width: 40px;
      line-height: 40px;
      background: url(../img/arrow-up.png) no-repeat center #03152e;
      background-size: 20px auto; }

/**
 *
 * URL Builder
 * 
 */
.url-builder {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%; }
  .url-builder:last-child {
    margin-right: 0; }

.url-builder-form {
  margin-bottom: 40px; }

.url-builder-result {
  font-family: monospace; }

.url-builder-parameters-info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  padding: 20px;
  border: 1px solid #eee;
  background: #f6f6f6; }
  .url-builder-parameters-info:last-child {
    margin-right: 0; }

@media screen and (max-width: 47.9375em) {
  .url-builder, .url-builder-parameters-info {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-left: 0%;
    float: none;
    margin-right: 0;
    clear: both; }
    .url-builder:last-child, .url-builder-parameters-info:last-child {
      margin-right: 0; }
    .url-builder:last-child, .url-builder-parameters-info:last-child {
      width: 100%; } }

/**
 *
 * @Section: Buttons
 * 
 */
button, .button {
  border: 1px solid #d8d1d1;
  border-radius: 0.1875em;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  display: inline-block;
  background-color: #eee;
  padding: 0.5em 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #f9f8f8;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  button:hover:not(:disabled), button:active:not(:disabled), .button:hover:not(:disabled), .button:active:not(:disabled) {
    color: #333333;
    box-shadow: inset 0 1px 0 0 white;
    cursor: pointer;
    background-color: #d6d3d3; }
  button:active:not(:disabled), .button:active:not(:disabled) {
    border: 1px solid #cfc6c6;
    box-shadow: inset 0 0 8px 4px #e3dfdf, inset 0 0 8px 4px #e3dfdf, 0 1px 1px 0 #eee; }
  button.button-primary, .button.button-primary {
    border: 1px solid #011530;
    border-radius: 0.1875em;
    box-shadow: inset 0 1px 0 0 #134d9d;
    color: white;
    display: inline-block;
    background-color: #072b5d;
    padding: 0.5em 1em;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #000308;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    button.button-primary:hover:not(:disabled), button.button-primary:active:not(:disabled), .button.button-primary:hover:not(:disabled), .button.button-primary:active:not(:disabled) {
      color: white;
      box-shadow: inset 0 1px 0 0 #3888f8;
      cursor: pointer;
      background-color: #08408f; }
    button.button-primary:active:not(:disabled), .button.button-primary:active:not(:disabled) {
      border: 1px solid #010c1c;
      box-shadow: inset 0 0 8px 4px #032048, inset 0 0 8px 4px #032048, 0 1px 1px 0 #eee; }
  button.button-secondary, .button.button-secondary {
    border: 1px solid #1566aa;
    border-radius: 0.1875em;
    box-shadow: inset 0 1px 0 0 #65a4d9;
    color: white;
    display: inline-block;
    background-color: #2680cc;
    padding: 0.5em 1em;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #0c508a;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    button.button-secondary:hover:not(:disabled), button.button-secondary:active:not(:disabled), .button.button-secondary:hover:not(:disabled), .button.button-secondary:active:not(:disabled) {
      color: white;
      box-shadow: inset 0 1px 0 0 #c7e1f7;
      cursor: pointer;
      background-color: #4499e1; }
    button.button-secondary:active:not(:disabled), .button.button-secondary:active:not(:disabled) {
      border: 1px solid #135b97;
      box-shadow: inset 0 0 8px 4px #1a73be, inset 0 0 8px 4px #1a73be, 0 1px 1px 0 #eee; }
  button.button-tertiary, .button.button-tertiary {
    border: 1px solid #cb3500;
    border-radius: 0.1875em;
    box-shadow: inset 0 1px 0 0 #f87e53;
    color: white;
    display: inline-block;
    background-color: #fe4200;
    padding: 0.5em 1em;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #a22a00;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    button.button-tertiary:hover:not(:disabled), button.button-tertiary:active:not(:disabled), .button.button-tertiary:hover:not(:disabled), .button.button-tertiary:active:not(:disabled) {
      color: white;
      box-shadow: inset 0 1px 0 0 #ffd9cb;
      cursor: pointer;
      background-color: #ff6732; }
    button.button-tertiary:active:not(:disabled), .button.button-tertiary:active:not(:disabled) {
      border: 1px solid #b72f00;
      box-shadow: inset 0 0 8px 4px #e53b00, inset 0 0 8px 4px #e53b00, 0 1px 1px 0 #eee; }
  button.button-hollow-white, .button.button-hollow-white {
    color: white !important;
    border: 2px solid white;
    background: 0;
    box-shadow: none; }
    button.button-hollow-white:hover, button.button-hollow-white:active, .button.button-hollow-white:hover, .button.button-hollow-white:active {
      background: white !important;
      color: black !important;
      text-decoration: none !important; }
  button.button-large, .button.button-large {
    font-size: 1.5em; }
  button.button-medium, .button.button-medium {
    font-size: 1.25em; }
  button.button-huge, .button.button-huge {
    font-size: 3em; }
  button.button-small, .button.button-small {
    font-size: 0.875em;
    line-height: normal;
    padding: 5px 10px; }

input[type="submit"], input[type="button"], input[type="reset"] {
  border: 1px solid #d8d1d1;
  border-radius: 0.1875em;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  display: inline-block;
  background-color: #eee;
  padding: 0.5em 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #f9f8f8;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  input[type="submit"]:hover:not(:disabled), input[type="submit"]:active:not(:disabled), input[type="button"]:hover:not(:disabled), input[type="button"]:active:not(:disabled), input[type="reset"]:hover:not(:disabled), input[type="reset"]:active:not(:disabled) {
    color: #333333;
    box-shadow: inset 0 1px 0 0 white;
    cursor: pointer;
    background-color: #d6d3d3; }
  input[type="submit"]:active:not(:disabled), input[type="button"]:active:not(:disabled), input[type="reset"]:active:not(:disabled) {
    border: 1px solid #cfc6c6;
    box-shadow: inset 0 0 8px 4px #e3dfdf, inset 0 0 8px 4px #e3dfdf, 0 1px 1px 0 #eee; }

/**
 *
 * @Section: Global States
 *
 * Globally applicable state styles only!
 * Module-specific states belong with their module as a regular modifier class. e.g .my-module--is-loading
 * 
 */
.is-hidden {
  display: none;
  visibility: hidden; }

.no-js .is-hidden--no-js {
  display: none; }

.js .is-hidden--js {
  display: none; }

.is-visually-hidden {
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.flash-error, .flash-warning {
  font-weight: normal; }

.flash-notice {
  font-weight: normal; }

.flash-success {
  font-weight: normal; }

.flash-info {
  font-weight: normal; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

/*! ************************************
*******[ @Section: Magnific Popup ]***********
************************************* */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  overflow: hidden;
  position: fixed;
  background: black;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100002;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 100004; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 100003; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 100005;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0; }
  button.mfp-close:hover, button.mfp-close:active, button.mfp-arrow:hover, button.mfp-arrow:active {
    background-color: transparent !important;
    box-shadow: none !important;
    color: white !important; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/****** Custom Styles *******/
.mfp-white-box {
  max-width: 68em;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding: 20px;
  margin: 0 auto; }
  .mfp-white-box .mfp-close {
    color: white;
    font-size: 5em;
    position: fixed;
    top: 20px;
    right: 20px; }

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
  position: relative; }
  .r-tabs .r-tabs-nav .tab-indicator {
    border-bottom: 5px solid #2680cc;
    position: absolute;
    bottom: 0;
    width: 0;
    opacity: 0; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none; }

.r-tabs .r-tabs-panel {
  display: none; }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Style */
.responsive-tabs .responsive-tabs__tabs {
  text-align: center;
  margin: 0;
  padding: 0; }

.responsive-tabs .responsive-tabs__tab-item {
  margin: 0;
  padding: 0; }

.responsive-tabs .responsive-tabs__tab-link {
  display: inline-block;
  font-size: 1.5em;
  font-family: "avenir", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #999;
  padding: 0 40px 20px; }

.responsive-tabs .r-tabs-state-active .responsive-tabs__tab-link {
  color: #2680cc; }

.responsive-tabs .responsive-tabs__tab-panes {
  border-top: 1px solid #eee;
  padding: 40px 0; }
  .responsive-tabs .responsive-tabs__tab-panes .section-item {
    margin-bottom: 0; }

/* Accordion responsive breakpoint */
@media screen and (max-width: 47.9375em) {
  .primary-content .section--tabbed {
    padding: 0; }
  .r-tabs .r-tabs-nav {
    display: none; }
  .r-tabs .r-tabs-accordion-title {
    position: relative;
    display: block;
    font-size: 1.75em;
    line-height: normal;
    text-align: center;
    border-bottom: 1px solid #d5d5d5; }
    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
      background: #eee;
      color: black;
      display: block;
      padding: 10px; }
    .r-tabs .r-tabs-accordion-title:after {
      position: absolute;
      font-family: FontAwesome;
      right: 10px;
      content: '';
      -webkit-transition: -webkit-transform 600ms ease-in-out;
      -moz-transition: -moz-transform 600ms ease-in-out;
      transition: transform 600ms ease-in-out;
      top: 50%;
      margin-top: -14px; }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #2680cc;
    color: white; }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .responsive-tabs .responsive-tabs__tab-panes {
    border: 0;
    padding: 0; }
  .r-tabs .r-tabs-panel.r-tabs-state-active {
    padding: 20px 0; } }

.slideshow .slide-items {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.slideshow .slide-items .slide-item {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
}
.slideshow .slide-items .slide-item .slideshow-screen {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
.slideshow.has-jump {
    margin-bottom: 60px;
}
.slideshow {
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: 20px;
}
.slideshow .slide-items .slide-item .slide-content-wrapper .slide-content:last-child {
    margin-right: 0;
}
.slideshow .slide-items .slide-item .slide-content-wrapper .slide-content {
    line-height: 30px;
    text-align: center;
}
.slideshow .slide-items .slide-item .slide-content-wrapper .slide-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.slideshow .slide-items .slide-item .slide-content-wrapper .slide-content:last-child {
    margin-right: 0;
}
.slideshow .slide-items .slide-item .slide-content-wrapper .slide-content {
    line-height: 30px;
    text-align: center;
}
.slideshow .slide-items .slide-item .slide-content-wrapper .slide-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.slideshow .slide-items .slide-item .slide-content-wrapper .slide-content .slide-text {
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.single-case-studies .jump:hover {
    border-width: 10px;
}
.single-case-studies .jump .fa {
    height: 100%;
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.single-case-studies .jump, .jump .fa {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.single-case-studies .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.single-case-studies .entry-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
}
.single-case-studies .case-study-sidebar:last-child {
    margin-right: 0;
    border: 1px solid #969696;
    padding: 20px;
}
.single-case-studies .case-study-sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-left: 8.5298%;
}
.single-case-studies .entry-header .case-study-title {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.entry-header .entry-title {
    margin-bottom: 40px;
}
.single-case-studies .entry-header .entry-title {
    margin-top: 20px !important;
    font-size: 1.5em;
    color: #969696;
    font-weight: 300;
}
.content-section .section-title {
    text-align: center;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    z-index: 4;
}
.content-section {
    clear: both;
    margin-bottom: 60px;
}
.single-case-studies .case-studies {
    margin-bottom: 60px;
}
.slideshow .slide-items .slide-item .slide-content-wrapper .slide-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 17.05961%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.slideshow .slide-items .slide-item .slide-content-wrapper {
    height: 100%;
    width: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
}
.single-case-studies .jump {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 15px solid #f6f6f6;
        border-top-width: 15px;
        border-right-width: 15px;
        border-bottom-width: 15px;
        border-left-width: 15px;
    margin-top: -40px;
    position: absolute;
    z-index: 6;
    left: 50%;
    margin-left: -40px;
    background: #85ba41;
        background-color: rgb(133, 186, 65);
}
.single-case-studies .jump .fa {
    height: 100%;
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.single-case-studies .jump, .jump .fa {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.single-case-studies .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        line-height: 1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*, ::after, ::before {
    box-sizing: inherit;
}
.single-case-studies .case-studies {
    margin-bottom: 60px;
    overflow: hidden;
}
.breadcrumbs {
    text-transform: uppercase;
    color: #969696;
    margin-bottom: 20px;
    font-size: .875em;
    background: none;
}
.breadcrumbs a:active, .breadcrumbs a:hover {
    color: #969696;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
    color: #161616;
}
.single-case-studies .primary-content ul {
    list-style-type: none;
}
.single-case-studies .primary-content ul, .primary-content ol {
    margin: 0 0 20px 20px;
}
.single-case-studies .primary-content {
    padding-top: 0px;
}
.single-case-studies .layout-header {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
.body--scroll .layout-header {
    position: fixed;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.8);
}

.primary-content .section--testimonials .content-items .content-item__featured-image {
    width: 40%;
    right: 13px;
    top: 18px;
}
.primary-content .section--testimonials .content-items .content-item__content-wrapper {
    margin-right: 33%;
    width: 61%;
}
.section--case-studies .slideshow .slide-items,
.section--case-studies .slideshow .slide-items .slide-item, 
.section--case-studies .slideshow {
    height: 800px;
}
.content-item__featured-image {
  border: 10px solid white;
}
.primary-content .section--testimonials .section-item--testimonials .content-item__content-wrapper {
      padding: 72px;
}

