﻿@charset "UTF-8";
/******************************************************

    MAIN - @imports

******************************************************/
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/*h1, .h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2, .h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3, .h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4, .h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5, .h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6, .h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}*/

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*blockquote {
  margin: 1em 40px;
}*/

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * 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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************

    BASE

******************************************************/
html,
button,
input,
select,
textarea {
  color: #222;
}

html,
body {
  height: 100% !important;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

.body-container-wrapper {
  background-color: #fff;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.group:before,
.group:after {
  content: " ";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  *zoom: 1;
}

/******************************************************

	CONFIG & SETTINGS

	Set consistent global paramenters

******************************************************/
/*

	Colour's

	Requires: Sass 3.3+, 'palette' mixin function (incl. in _mixins.scss)
	Set colour palette using Sass Maps - http://erskinedesign.com/blog/friendlier-colour-names-sass-maps/
	Single variables can be used where appropriate e.g '$white: rgb(255,255,255);'

	--EXAMPLE--

	$_color-base-grey: rgb(229,231,234);

	$palettes: (
	    purple: (
	        base:   rgb(42,40,80),
	        light:  rgb(51,46,140),
	        dark:   rgb(40,38,65)
	    ),
	    grey: (
	        base:  $_color-base-grey,
	        light: lighten($_color-base-grey, 10%),
	        dark: darken($_color-base-grey, 10%)
	    )
	);

	Add tones using the following naming convention:

		x-dark
		dark
		mid-dark
		base
		mid-light
		light
		x-light

	Usage:

		a {
		    color: palette(purple);
		    &:hover {
		        color: palette(purple, light);
		    }
		}

*/
/******************************************************

  MIXINS

******************************************************/
/******************************************************

    TYPOGRAPHY

  	font-family:'DIN Next W01 Light';
	font-family:'DINNextW01-LightItalic';
	font-family:'DIN Next W01 Regular';
	font-family:'DIN Next W01 Italic';
	font-family:'DIN Next W01 Bold';
	font-family:'DINNextW01-BoldItalic';
	font-family:'DIN Next W01 Medium';

******************************************************/
/*.content-page .title-wrapper .section-title {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 500;
  padding-top: 2em;
  display: block;
}*/
/*.content-page .title-wrapper .section-title:after {
  display: block;
  content: '';
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  height: 20px;
  width: 60px;
  margin-bottom: .5em;
}*/
/*@media (min-width: 769px) {
  .content-page .title-wrapper .section-title {
    font-size: 1.15rem;
  }
}*/
.content-page .title-wrapper .row-slate .section-title,
.content-page .title-wrapper .row-slate--dark .section-title,
.content-page .title-wrapper .row-slate--xdark .section-title {
  color: #ffc20e;
}
/*.content-page .title-wrapper h1.headline {
  font-size: 2.25em;
  line-height: 45px;
  margin: .45em 0 1em 0;
  display: inline-block;
  color: #fff;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .content-page .title-wrapper h1.headline {
    font-size: 2.98em;
    line-height: 48px;
    margin: .25em 0 1em 0;
    text-transform: uppercase;
    letter-spacing: .045em;
  }
}
@media (min-width: 1400px) {
  .content-page .title-wrapper h1.headline {
    font-size: 3.25em;
    line-height: 56px;
    margin: .25em 0 .75em 0;
  }
}*/
.content-page .title-wrapper p.lead {
  font-size: 1.25rem;
  padding-bottom: 1.65rem;
  margin-bottom: 0;
  line-height: 28px;
  margin-top: -37px;
}
@media (min-width: 769px) {
  .content-page .title-wrapper p.lead {
    padding-right: 4em;
  }
}
@media (min-width: 1400px) {
  .content-page .title-wrapper p.lead {
    font-size: 1.55rem;
    line-height: 32px;
    margin-top: -30px;
    padding-right: 0;
  }
}
.content-page .title-wrapper .row-slate p.lead,
.content-page .title-wrapper .row-slate--dark p.lead,
.content-page .title-wrapper .row-slate--xdark p.lead {
  color: #fff;
}
@media (min-width: 769px) {
  .content-page .title-wrapper .row-slate p.lead,
  .content-page .title-wrapper .row-slate--dark p.lead,
  .content-page .title-wrapper .row-slate--xdark p.lead {
    color: #fff;
  }
}

/*h3[style*="text-align: center;"] .section-title:after,
h3[style*="text-align: center"] .section-title:after,
h3[style*="text-align:center"] .section-title:after,
h3[style*="text-align:center "] .section-title:after,
h2[style*="text-align: center;"] .section-title:after,
h2[style*="text-align: center"] .section-title:after,
h2[style*="text-align:center"] .section-title:after,
h2[style*="text-align:center "] .section-title:after,
p[style*="text-align: center;"] .section-title:after,
p[style*="text-align: center"] .section-title:after,
p[style*="text-align:center"] .section-title:after,
p[style*="text-align:center "] .section-title:after,
h3[style*="text-align: center;"] .dummy-section-title:after,
h3[style*="text-align: center"] .dummy-section-title:after,
h3[style*="text-align:center"] .dummy-section-title:after,
h3[style*="text-align:center "] .dummy-section-title:after,
h2[style*="text-align: center;"] .dummy-section-title:after,
h2[style*="text-align: center"] .dummy-section-title:after,
h2[style*="text-align:center"] .dummy-section-title:after,
h2[style*="text-align:center "] .dummy-section-title:after,
p[style*="text-align: center;"] .dummy-section-title:after,
p[style*="text-align: center"] .dummy-section-title:after,
p[style*="text-align:center"] .dummy-section-title:after,
p[style*="text-align:center "] .dummy-section-title:after {
  margin: 0 auto;
}*/

.content-page {
  /* Headings */
  /*headline used on larger h2's */
  /*sub heading used on Contact us widget */
}
/*.content-page p {
  color: #231f20;
}*/
/*.content-page p a {
  color: #1fa9e0;
  text-decoration: none;
  border-bottom: 1px solid #1fa9e0;
}
.content-page p a:hover {
  border-bottom: 0;
  color: #231f20;
}*/
.content-page .row-blue p a,
.content-page .row-blue--dark p a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
/*.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem;
  word-wrap: break-word;
}
.content-page h1 {
  font-size: 4.242rem;
  line-height: 4.5rem;
  margin-top: 3rem;
}
.content-page h2 {
  font-size: 2rem;
  line-height: 37px;
  margin-top: 2rem;
  letter-spacing: -.025em;
}
@media (min-width: 769px) {
  .content-page h2 {
    font-size: 2.25rem;
    line-height: 39px;
  }
}
.content-page h3 {
  font-size: 1.75rem;
  margin-top: 2rem;
  line-height: 32px;
}
.content-page h4 {
  font-size: 1.25rem;
  margin-top: 2rem;
}
.content-page h5 {
  font-size: 0.4713333333333333rem;
}
.content-page h6 {
  font-size: 0.3535rem;
}*/
/*.content-page .headline {
  font-size: 2rem;
  line-height: 37px;
  letter-spacing: -.015em;
  margin-bottom: .5rem;
  width: 100%;
  margin-top: 0;
}
@media (min-width: 769px) {
  .content-page .headline {
    text-transform: none;
    font-size: 2.828rem;
    letter-spacing: -.02em;
    line-height: 44px;
  }
}*/
.content-page p span.headline {
  margin-top: 2rem;
  display: block;
}
.content-page .sub-heading {
  font-size: 1.4rem;
  line-height: 31px;
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
  color: #3d444a;
}
@media (min-width: 769px) {
  .content-page .sub-heading {
    font-size: 1.6rem;
    line-height: 34px;
  }
}
/*.content-page .section-title,
.content-page .dummy-section-title {
  font-size: 1.2rem;
  color: #231f20;
  display: block;
  margin-bottom: 1em;
  letter-spacing: 2px;
}*/
/*.content-page .section-title:after,
.content-page .dummy-section-title:after {
  display: block;
  content: '';
  border-bottom: 1px solid #beb6b8;
  height: 20px;
  width: 60px;
}*/
.content-page .section-title.section-title--contact,
.content-page .dummy-section-title.section-title--contact {
  font-size: 2.25rem;
  line-height: 39px;
  margin-top: 2rem;
  letter-spacing: -.025em;
  word-wrap: break-word;
  font-weight: normal;
  text-transform: none;
}
.content-page .section-title.section-title--contact:after,
.content-page .dummy-section-title.section-title--contact:after {
  display: none;
}
.content-page .proposition-nav h2 {
  border-bottom: 1px dotted #231f20;
  padding: .65em 0;
  margin-bottom: .65em;
  font-size: 2rem;
}
.content-page .page-content ul {
  list-style-type: square;
}
/*.content-page .page-content ul, .content-page .page-content ol {
  font-size: 1.25rem;
  line-height: 30px;
}*/
/*.content-page .page-content ul,
.content-page .page-content ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}*/
/*.content-page .page-content ul li,
.content-page .page-content ol li {
  line-height: 1.55rem;
  margin-bottom: .5em;
}
@media (min-width: 769px) {
  .content-page .page-content ul li,
  .content-page .page-content ol li {
    line-height: 1.85rem;
  }
}
.content-page .page-content ul li a,
.content-page .page-content ol li a {
  color: #1fa9e0;
}
.content-page .page-content ul li a:hover,
.content-page .page-content ol li a:hover {
  color: #231f20;
}
.content-page .page-content ul ul,
.content-page .page-content ol ul,
.content-page .page-content ul ol,
.content-page .page-content ol ol {
  margin-top: 0;
  margin-bottom: 0;
}*/
.content-page .page-content .row-blue ul a, .content-page .page-content .row-blue ol a, .content-page .page-content .row-blue--dark ul a, .content-page .page-content .row-blue--dark ol a, .content-page .page-content .row-slate ul a, .content-page .page-content .row-slate ol a, .content-page .page-content .row-slate--dark ul a, .content-page .page-content .row-slate--dark ol a, .content-page .page-content .row-slate--xdark ul a, .content-page .page-content .row-slate--xdark ol a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.content-page .page-content .row-blue ul a:hover, .content-page .page-content .row-blue ol a:hover, .content-page .page-content .row-blue--dark ul a:hover, .content-page .page-content .row-blue--dark ol a:hover, .content-page .page-content .row-slate ul a:hover, .content-page .page-content .row-slate ol a:hover, .content-page .page-content .row-slate--dark ul a:hover, .content-page .page-content .row-slate--dark ol a:hover, .content-page .page-content .row-slate--xdark ul a:hover, .content-page .page-content .row-slate--xdark ol a:hover {
  border-bottom: 0;
  color: #231f20;
}

/*.content-intro {
  background-color: #e7eaeb;
  padding-bottom: 3em !important;
}
.content-intro p {
  font-size: 1.65rem;
  line-height: 35px;
  color: #231f20;
  margin-bottom: .5em;
}
@media (min-width: 769px) {
  .content-intro p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.content-intro .btn {
  margin-top: .5em;
}*/

/*.row-white span, .row-white section-title, .row-fluid span, .row-fluid section-title {
  color: #231f20;
}
.row-white.panel-wrapper h2, .row-white.panel-wrapper h3, .row-white.panel-wrapper p, .row-fluid.panel-wrapper h2, .row-fluid.panel-wrapper h3, .row-fluid.panel-wrapper p {
  color: #231f20;
}*/
.row-white.panel-wrapper h3, .row-fluid.panel-wrapper h3 {
  text-transform: uppercase;
}
.row-white.panel-wrapper p, .row-fluid.panel-wrapper p {
  font-size: 1em;
  line-height: 30px;
}

.content-page .row-slate span, .content-page .row-slate .section-title, .content-page .row-slate h1, .content-page .row-slate h2, .content-page .row-slate h3, .content-page .row-slate h4, .content-page .row-slate span, .content-page .row-slate p, .content-page .row-slate ul, .content-page .row-slate a,
.content-page .row-slate--light span,
.content-page .row-slate--light .section-title,
.content-page .row-slate--light h1,
.content-page .row-slate--light h2,
.content-page .row-slate--light h3,
.content-page .row-slate--light h4,
.content-page .row-slate--light span,
.content-page .row-slate--light p,
.content-page .row-slate--light ul,
.content-page .row-slate--light a,
.content-page .row-slate--xlight span,
.content-page .row-slate--xlight .section-title,
.content-page .row-slate--xlight h1,
.content-page .row-slate--xlight h2,
.content-page .row-slate--xlight h3,
.content-page .row-slate--xlight h4,
.content-page .row-slate--xlight span,
.content-page .row-slate--xlight p,
.content-page .row-slate--xlight ul,
.content-page .row-slate--xlight a,
.content-page .row-slate--dark span,
.content-page .row-slate--dark .section-title,
.content-page .row-slate--dark h1,
.content-page .row-slate--dark h2,
.content-page .row-slate--dark h3,
.content-page .row-slate--dark h4,
.content-page .row-slate--dark span,
.content-page .row-slate--dark p,
.content-page .row-slate--dark ul,
.content-page .row-slate--dark a,
.content-page .row-slate--xdark span,
.content-page .row-slate--xdark .section-title,
.content-page .row-slate--xdark h1,
.content-page .row-slate--xdark h2,
.content-page .row-slate--xdark h3,
.content-page .row-slate--xdark h4,
.content-page .row-slate--xdark span,
.content-page .row-slate--xdark p,
.content-page .row-slate--xdark ul,
.content-page .row-slate--xdark a,
.content-page .row-brown span,
.content-page .row-brown .section-title,
.content-page .row-brown h1,
.content-page .row-brown h2,
.content-page .row-brown h3,
.content-page .row-brown h4,
.content-page .row-brown span,
.content-page .row-brown p,
.content-page .row-brown ul,
.content-page .row-brown a,
.content-page .row-brown--dark span,
.content-page .row-brown--dark .section-title,
.content-page .row-brown--dark h1,
.content-page .row-brown--dark h2,
.content-page .row-brown--dark h3,
.content-page .row-brown--dark h4,
.content-page .row-brown--dark span,
.content-page .row-brown--dark p,
.content-page .row-brown--dark ul,
.content-page .row-brown--dark a,
.content-page .row-oil span,
.content-page .row-oil .section-title,
.content-page .row-oil h1,
.content-page .row-oil h2,
.content-page .row-oil h3,
.content-page .row-oil h4,
.content-page .row-oil span,
.content-page .row-oil p,
.content-page .row-oil ul,
.content-page .row-oil a,
.content-page .row-oil--dark span,
.content-page .row-oil--dark .section-title,
.content-page .row-oil--dark h1,
.content-page .row-oil--dark h2,
.content-page .row-oil--dark h3,
.content-page .row-oil--dark h4,
.content-page .row-oil--dark span,
.content-page .row-oil--dark p,
.content-page .row-oil--dark ul,
.content-page .row-oil--dark a {
  color: #fff;
}
.content-page .row-slate span:after, .content-page .row-slate .section-title:after, .content-page .row-slate h1:after, .content-page .row-slate h2:after, .content-page .row-slate h3:after, .content-page .row-slate h4:after, .content-page .row-slate span:after, .content-page .row-slate p:after, .content-page .row-slate ul:after, .content-page .row-slate a:after,
.content-page .row-slate--light span:after,
.content-page .row-slate--light .section-title:after,
.content-page .row-slate--light h1:after,
.content-page .row-slate--light h2:after,
.content-page .row-slate--light h3:after,
.content-page .row-slate--light h4:after,
.content-page .row-slate--light span:after,
.content-page .row-slate--light p:after,
.content-page .row-slate--light ul:after,
.content-page .row-slate--light a:after,
.content-page .row-slate--xlight span:after,
.content-page .row-slate--xlight .section-title:after,
.content-page .row-slate--xlight h1:after,
.content-page .row-slate--xlight h2:after,
.content-page .row-slate--xlight h3:after,
.content-page .row-slate--xlight h4:after,
.content-page .row-slate--xlight span:after,
.content-page .row-slate--xlight p:after,
.content-page .row-slate--xlight ul:after,
.content-page .row-slate--xlight a:after,
.content-page .row-slate--dark span:after,
.content-page .row-slate--dark .section-title:after,
.content-page .row-slate--dark h1:after,
.content-page .row-slate--dark h2:after,
.content-page .row-slate--dark h3:after,
.content-page .row-slate--dark h4:after,
.content-page .row-slate--dark span:after,
.content-page .row-slate--dark p:after,
.content-page .row-slate--dark ul:after,
.content-page .row-slate--dark a:after,
.content-page .row-slate--xdark span:after,
.content-page .row-slate--xdark .section-title:after,
.content-page .row-slate--xdark h1:after,
.content-page .row-slate--xdark h2:after,
.content-page .row-slate--xdark h3:after,
.content-page .row-slate--xdark h4:after,
.content-page .row-slate--xdark span:after,
.content-page .row-slate--xdark p:after,
.content-page .row-slate--xdark ul:after,
.content-page .row-slate--xdark a:after,
.content-page .row-brown span:after,
.content-page .row-brown .section-title:after,
.content-page .row-brown h1:after,
.content-page .row-brown h2:after,
.content-page .row-brown h3:after,
.content-page .row-brown h4:after,
.content-page .row-brown span:after,
.content-page .row-brown p:after,
.content-page .row-brown ul:after,
.content-page .row-brown a:after,
.content-page .row-brown--dark span:after,
.content-page .row-brown--dark .section-title:after,
.content-page .row-brown--dark h1:after,
.content-page .row-brown--dark h2:after,
.content-page .row-brown--dark h3:after,
.content-page .row-brown--dark h4:after,
.content-page .row-brown--dark span:after,
.content-page .row-brown--dark p:after,
.content-page .row-brown--dark ul:after,
.content-page .row-brown--dark a:after,
.content-page .row-oil span:after,
.content-page .row-oil .section-title:after,
.content-page .row-oil h1:after,
.content-page .row-oil h2:after,
.content-page .row-oil h3:after,
.content-page .row-oil h4:after,
.content-page .row-oil span:after,
.content-page .row-oil p:after,
.content-page .row-oil ul:after,
.content-page .row-oil a:after,
.content-page .row-oil--dark span:after,
.content-page .row-oil--dark .section-title:after,
.content-page .row-oil--dark h1:after,
.content-page .row-oil--dark h2:after,
.content-page .row-oil--dark h3:after,
.content-page .row-oil--dark h4:after,
.content-page .row-oil--dark span:after,
.content-page .row-oil--dark p:after,
.content-page .row-oil--dark ul:after,
.content-page .row-oil--dark a:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.content-page .row-slate a:hover,
.content-page .row-slate--light a:hover,
.content-page .row-slate--xlight a:hover,
.content-page .row-slate--dark a:hover,
.content-page .row-slate--xdark a:hover,
.content-page .row-brown a:hover,
.content-page .row-brown--dark a:hover,
.content-page .row-oil a:hover,
.content-page .row-oil--dark a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.content-page .row-slate p a,
.content-page .row-slate--light p a,
.content-page .row-slate--xlight p a,
.content-page .row-slate--dark p a,
.content-page .row-slate--xdark p a,
.content-page .row-brown p a,
.content-page .row-brown--dark p a,
.content-page .row-oil p a,
.content-page .row-oil--dark p a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.content-page .row-slate p a:hover,
.content-page .row-slate--light p a:hover,
.content-page .row-slate--xlight p a:hover,
.content-page .row-slate--dark p a:hover,
.content-page .row-slate--xdark p a:hover,
.content-page .row-brown p a:hover,
.content-page .row-brown--dark p a:hover,
.content-page .row-oil p a:hover,
.content-page .row-oil--dark p a:hover {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 0;
}

.row-yellow {
  color: #231f20;
}
.row-yellow span, .row-yellow .section-title, .row-yellow p, .row-yellow h2, .row-yellow h3, .row-yellow h4, .row-yellow a {
  color: #231f20;
}
.row-yellow span:after, .row-yellow .section-title:after, .row-yellow p:after, .row-yellow h2:after, .row-yellow h3:after, .row-yellow h4:after, .row-yellow a:after {
  border-bottom: 1px solid #231f20;
}

.page-content .row-yellow a {
  text-decoration: none;
  border-bottom: 1px solid #231f20;
  color: #231f20;
}
.page-content .row-yellow ul li a {
  text-decoration: none;
  border-bottom: 1px solid #231f20;
  color: #231f20;
}
.page-content .row-yellow ul li a:hover {
  border-bottom: 0;
}

.row-blue,
.row-blue--dark {
  color: #fff;
}
.row-blue h1, .row-blue h2, .row-blue h3, .row-blue span, .row-blue p, .row-blue ul,
.row-blue--dark h1,
.row-blue--dark h2,
.row-blue--dark h3,
.row-blue--dark span,
.row-blue--dark p,
.row-blue--dark ul {
  color: #fff;
}
.row-blue span, .row-blue .section-title,
.row-blue--dark span,
.row-blue--dark .section-title {
  color: #fff;
}
.row-blue span:after, .row-blue .section-title:after,
.row-blue--dark span:after,
.row-blue--dark .section-title:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.row-brown,
.row-brown--dark,
.row-grey--dark,
.row-grey--xdark {
  color: #fff;
}
.row-brown h1, .row-brown h2, .row-brown h3, .row-brown span, .row-brown p, .row-brown ul,
.row-brown--dark h1,
.row-brown--dark h2,
.row-brown--dark h3,
.row-brown--dark span,
.row-brown--dark p,
.row-brown--dark ul,
.row-grey--dark h1,
.row-grey--dark h2,
.row-grey--dark h3,
.row-grey--dark span,
.row-grey--dark p,
.row-grey--dark ul,
.row-grey--xdark h1,
.row-grey--xdark h2,
.row-grey--xdark h3,
.row-grey--xdark span,
.row-grey--xdark p,
.row-grey--xdark ul {
  color: #fff;
}

.row-grey {
  color: #4e4438;
}
.row-grey span, .row-grey .section-title, .row-grey h1, .row-grey h2, .row-grey h3, .row-grey span, .row-grey p {
  color: #4e4438;
}
.row-grey span:after, .row-grey .section-title:after, .row-grey h1:after, .row-grey h2:after, .row-grey h3:after, .row-grey span:after, .row-grey p:after {
  border-bottom: 1px solid #a2917d;
}

hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #e7eaeb;
  margin: 2em 0 1em 0;
  padding: 0;
}

.row-slate hr, .row-slate--dark hr, .row-slate--xdark hr, .row-grey--dark hr, .row-grey--xdark hr {
  border-top: 1px solid #818d94;
}

.row-yellow hr {
  border-top: 1px solid #c89913;
}

.row-grey hr {
  border-top: 1px solid #dedede;
}

.content-page .row-slate .carousel--1 h2, .content-page .row-slate .carousel--1 h3, .content-page .row-slate .carousel--1 h4, .content-page .row-slate .carousel--1 p,
.content-page .row-slate--dark .carousel--1 h2,
.content-page .row-slate--dark .carousel--1 h3,
.content-page .row-slate--dark .carousel--1 h4,
.content-page .row-slate--dark .carousel--1 p,
.content-page .row-slate--xdark .carousel--1 h2,
.content-page .row-slate--xdark .carousel--1 h3,
.content-page .row-slate--xdark .carousel--1 h4,
.content-page .row-slate--xdark .carousel--1 p {
  color: #231f20;
}
.content-page .row-slate .carousel--1 h3,
.content-page .row-slate--dark .carousel--1 h3,
.content-page .row-slate--xdark .carousel--1 h3 {
  font-size: 1.35em;
  line-height: 1.25em;
  letter-spacing: 0.045em;
}
.content-page .row-slate .carousel--1 p,
.content-page .row-slate--dark .carousel--1 p,
.content-page .row-slate--xdark .carousel--1 p {
  font-size: 1rem;
  line-height: 1.65rem;
}

.carousel--2 h2 {
  margin-bottom: -27px;
}
.carousel--2 h3 {
  margin-top: 43px;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 1.15rem;
  letter-spacing: 0.025em;
}
@media (min-width: 769px) {
  .carousel--2 p {
    padding-right: 2em;
  }
}

.carousel--4 h3 {
  color: #1fa9e0;
  letter-spacing: .045rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.45rem;
  margin-top: .5em;
  margin-bottom: 0;
  padding-bottom: 0;
}
.carousel--4 p {
  line-height: 1.65rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1.165rem;
  color: #231f20;
}

.row-grey .carousel--4 p {
  color: #231f20;
}

.responsive-tab .resp-tabs-list {
  color: #231f20;
}
.responsive-tab .resp-tabs-list p {
  color: #3d444a;
}
.responsive-tab .resp-tabs-list li {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.25em;
  padding: .75em 4em;
  letter-spacing: .056em;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .responsive-tab .resp-tabs-list li {
    font-size: .85em;
  }
}
.responsive-tab ul {
  color: #3d444a;
}

h2.resp-accordion {
  font-size: 1em !important;
  text-transform: uppercase;
  letter-spacing: normal;
}

.icon-list h3 {
  margin: -1em 0 .5em 0;
  line-height: 24px;
  letter-spacing: .065em;
  text-transform: uppercase;
  font-size: 1.15rem;
}
@media (min-width: 769px) {
  .icon-list h3 {
    margin-top: 1em;
  }
}
.icon-list p:first-of-type {
  font-size: 1em;
  line-height: 22px;
}
.icon-list p:first-of-type:first-of-type {
  margin-top: 0;
}

/*.header-container-wrapper .menu.menu-main-menu .dropdown-menu li a {
  letter-spacing: 0;
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu li h3, .header-container-wrapper .menu.menu-main-menu .dropdown-menu li h4 {
  text-transform: uppercase;
  font-size: 1.15rem;
  margin: 0;
  padding-top: 1em;
  padding-bottom: .5em;
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu li.dropdown > a,
.header-container-wrapper .menu.menu-main-menu .dropdown-menu li.dropdown > .raw p {
  display: block;
  padding-top: 1.75em;
  padding-bottom: 1.25em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffc20e;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .125rem;
  line-height: 1em;
  margin: 0;
  text-decoration: none;
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu li.dropdown a:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: .5em;
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu li.dropdown a:hover {
  color: #fff;
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu li.dropdown:last-child ul ul {
  border: 0;
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu li.dropdown:last-child ul ul li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu li p {
  font-size: 1em;
  line-height: 25px;
  border-top: 1px dotted rgba(255, 255, 255, 0.25);
  color: #fff;
  padding-bottom: 1em;
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu li p:first-of-type {
  border: 0;
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu ul ul {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu ul li a {
  font-size: 1rem;
  border: 0;
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: .5em;
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu ul li a:hover {
  color: #ffc20e !important;
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu ul h3 {
  color: #ffc20e;
  border-bottom: 0;
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu ul h3 a {
  color: #ffc20e;
  text-transform: uppercase;
  padding: 0;
  border: 0;
  font-size: 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: block;
  padding-bottom: 1em;
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu ul h3 a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: .5em;
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu ul h3 a:hover {
  color: #fff;
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu ul h4 {
  padding-top: 1em;
  color: #fff;
  font-size: .95rem;
  letter-spacing: 0.065em;
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu ul h4 a {
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  border: 0;
  font-size: .95rem;
  letter-spacing: 0.065em;
}
.header-container-wrapper .menu.menu-main-menu .dropdown-menu ul h4 a:hover {
  color: #ffc20e;
}*/

.footer-container-wrapper .menu.menu-footer-nav h3, .footer-container-wrapper .menu.menu-footer-nav h4 {
  text-transform: uppercase;
  margin: 0;
  padding-top: 2em;
  padding-bottom: 1em;
}
.footer-container-wrapper .menu.menu-footer-nav h3 {
  color: #ffc20e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  letter-spacing: .125rem;
  font-size: .95rem;
}
.footer-container-wrapper .menu.menu-footer-nav h3 a {
  color: #ffc20e;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  border: 0;
}
.footer-container-wrapper .menu.menu-footer-nav h3 a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: .5em;
}
.footer-container-wrapper .menu.menu-footer-nav h3 a:hover {
  color: #fff;
}
.footer-container-wrapper .menu.menu-footer-nav h4 {
  padding-bottom: 0;
  padding-top: 1em;
  font-size: .95rem;
  letter-spacing: .05rem;
  color: #fff;
}
.footer-container-wrapper .menu.menu-footer-nav p {
  font-size: 1em;
  line-height: 28px;
  margin-top: 1em;
  display: block;
  float: left;
  color: #fff;
}
.footer-container-wrapper .menu.menu-footer-nav strong {
  font-size: 1.65em;
}
.footer-container-wrapper .menu.menu-footer-nav a {
  color: #fff;
}
.footer-container-wrapper .menu.menu-footer-nav a:hover {
  color: #ffc20e;
}
.footer-container-wrapper .menu.menu-footer-nav ul a {
  color: #fff;
  text-decoration: none;
}
.footer-container-wrapper .menu.menu-footer-nav ul a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: .5em;
}
.footer-container-wrapper .menu.menu-footer-nav ul a:hover {
  color: #ffc20e;
}
.footer-container-wrapper .menu.menu-footer-nav ul.contact a:before {
  display: none;
}
.footer-container-wrapper .widget-CompanyInfo {
  color: rgba(255, 255, 255, 0.25);
  font-size: .85em;
}
.footer-container-wrapper .widget-CompanyInfo p {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.25);
}
.footer-container-wrapper .widget-CompanyInfo ul li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.25);
}
.footer-container-wrapper .widget-CompanyInfo ul li span {
  color: rgba(255, 255, 255, 0.25);
}
.footer-container-wrapper .widget-CompanyInfo ul li a {
  color: rgba(255, 255, 255, 0.25);
  text-decoration: underline;
}
.footer-container-wrapper .widget-CompanyInfo ul li a:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

/*blockquote {
  display: block;
  padding: 15px 0;
  position: relative;
  font-family: Georgia,Times,Times New Roman,serif;
  font-style: italic;
  font-size: 1.25rem;
  color: #231f20;
  text-align: center;
  background-color: transparent;
  line-height: 1.85rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}*/

/*blockquote + blockquote {
  margin-top: -30px;
}

blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover {
  color: #666;
}

blockquote em {
  font-style: italic;
}

blockquote::before {
  display: none;
}

.info-panel.Testimonial p.blockquote {
  padding: 0;
  quotes: "“" "”" "‘" "’";
  line-height: 1.45em;
}
.info-panel.Testimonial p.blockquote:before {
  color: rgba(204, 204, 204, 0.64);
  content: open-quote;
  font-size: 2em;
  line-height: 0;
  vertical-align: -0.4em;
  font-family: Georgia,Times,Times New Roman,serif;
  font-weight: bold;
  margin-right: 5px;
}
.info-panel.Testimonial p.blockquote:after {
  color: rgba(204, 204, 204, 0.64);
  content: close-quote;
  font-size: 2em;
  line-height: 0.1em;
  vertical-align: -0.5em;
  font-family: Georgia,Times,Times New Roman,serif;
  font-weight: bold;
  margin-left: 5px;
}*/

@media (max-width: 480px) {
  .home-contact.soft-half {
    padding: 1.5em !important;
  }
}
.home-contact .section-title {
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: 500;
  padding-top: 2em;
  display: block;
}
.home-contact .section-title:after {
  display: block;
  content: '';
  border-bottom: 1px solid #231f20;
  height: 20px;
  width: 60px;
  margin-bottom: .5em;
}
.home-contact p {
  margin-bottom: 2em;
}
.home-contact .sub-heading {
  font-size: 1.3rem;
  line-height: 34px;
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
  color: #3d444a;
}
@media (min-width: 769px) {
  .home-contact .sub-heading {
    font-size: 1.6rem;
  }
}

/*.home-page .contact .headline {
  font-size: 2em;
}
.home-page .section-title {
  color: #231f20;
}*/

.feature-panel h3 {
  font-weight: normal;
  font-size: 2em;
  margin: 0;
  line-height: 1em;
  letter-spacing: .035em;
  margin-bottom: 0.25em;
}
.feature-panel p {
  line-height: 1.5rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1.15rem;
}

.info-panel h3 {
  font-weight: normal;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.45rem;
  letter-spacing: .045rem;
  margin-bottom: 0.25em;
}
.info-panel p {
  line-height: 1.5rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1.15rem;
}
.info-panel p strong {
  text-transform: uppercase;
  font-size: .85rem;
  letter-spacing: .045rem;
}

.blog-post-panel h3 {
  font-size: 1.95rem;
  margin: 0.5em 0;
  display: inline-block;
  float: left;
  line-height: 2rem;
  letter-spacing: -.04rem;
  margin-bottom: .25em;
  margin-top: .45em;
}
@media (min-width: 769px) {
  .blog-post-panel h3 {
    float: none;
    text-transform: uppercase;
    font-size: 1.65em;
    line-height: 1;
    margin-top: .45em;
    letter-spacing: 0.025em;
  }
  .blog-post-panel h3.headline {
    font-size: 2.25em;
    line-height: 1.2;
    margin-top: 0;
    letter-spacing: 0.025em;
  }
}
@media (min-width: 1024px) {
  .blog-post-panel h3 {
    font-size: 1.25em;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .blog-post-panel h3.headline {
    line-height: 1.1;
    font-size: 2em;
  }
}
@media (min-width: 1400px) {
  .blog-post-panel h3 {
    font-size: 1.45em;
    line-height: 1.2;
  }
  .blog-post-panel h3.headline {
    font-size: 2.25em;
    margin-top: .25em;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .blog-post-panel h3 {
    font-size: 1.95rem;
    line-height: 2rem;
  }
  .blog-post-panel h3.headline {
    font-size: 3.25em;
    line-height: 1;
    letter-spacing: 0;
  }
}
.blog-post-panel p {
  line-height: 1.65rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  float: left;
}
@media (min-width: 769px) {
  .blog-post-panel p {
    line-height: 1.5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1.15rem;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .blog-post-panel p {
    line-height: 1.5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1.25rem;
  }
}
.blog-post-panel .btn {
  margin-bottom: 2.75em;
  display: inline-block;
  width: 100%;
}
@media (min-width: 769px) {
  .blog-post-panel .btn {
    margin-bottom: .8em;
    width: auto;
  }
}
.blog-post-panel .blog-post .blog-name, .blog-post-panel .blog-post .blog-topic-name {
  text-transform: uppercase;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .blog-post-panel .blog-post .blog-name, .blog-post-panel .blog-post .blog-topic-name {
    font-size: 0.95em;
    letter-spacing: 0.065em;
  }
}
.blog-post-panel .blog-post p.blog-name, .blog-post-panel .blog-post p.blog-topic-name {
  padding: 0;
  margin: 0;
}
.blog-post-panel .blog-post .blog-name {

}
.blog-post-panel .blog-post.research-news a.blog-name, .blog-post-panel .blog-post.research-news .blog-name a, .blog-post-panel .blog-post.research-news .blog-topic-name {
  color: #ffc20e;
}
.blog-post-panel .blog-post.asset-managers-institutions a.blog-name, .blog-post-panel .blog-post.asset-managers-institutions .blog-name a, .blog-post-panel .blog-post.asset-managers-institutions .blog-topic-name {
  color: #1fa9e0;
}
.blog-post-panel .blog-post.advisers a.blog-name, .blog-post-panel .blog-post.advisers .blog-name a, .blog-post-panel .blog-post.advisers .blog-topic-name {
  color: #566974;
}
.blog-post-panel .blog-post.small.research-news a.blog-name, .blog-post-panel .blog-post.small.advisers a.blog-name, .blog-post-panel .blog-post.small.asset-managers-institutions a.blog-name {
  border-right: 1px solid #cbd2d4;
  padding-right: 10px;
  margin-right: 4px;
}
.blog-post-panel .blog-post.large.research-news p.blog-name a, .blog-post-panel .blog-post.large.advisers p.blog-name a, .blog-post-panel .blog-post.large.asset-managers-institutions p.blog-name a {
  border-right: 1px solid #cbd2d4;
  padding-right: 10px;
  margin-right: 4px;
}
.blog-post-panel .blog-post.large h3 {
  margin-bottom: .65em;
  margin-top: 1em;
}
@media (min-width: 769px) {
  .blog-post-panel .blog-post.large h3 {
    margin-bottom: .45em;
    margin-top: 0;
  }
}

.latest-insights h3 {
  font-weight: normal;
  font-size: 1.5em;
  margin: 0 1em 0px 0;
  position: relative;
  float: left;
}
.latest-insights #latest-insights-carousel .owl-item a {
  font-size: 1.3em;
  text-align: center;
  color: #231f20;
}
.latest-insights #latest-insights-carousel .owl-item a:hover {
  color: #1fa9e0;
}

.social-media-panels .span3 a {
  text-transform: uppercase;
  font-size: .8em;
}

.manage-actions {
  position: absolute;
  z-index: 999;
}
.manage-actions a {
  color: #fff;
  font-size: 0.8em;
  background-color: #aaa;
  padding: 2px;
}

.styled-list {
  padding-left: 0;
}
.styled-list > li {
  list-style-type: none;
}
.styled-list > li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: .5em;
}

span.url {
  display: block;
  font-size: 0.8em;
  color: #1fa9e0;
  line-height: 1;
}

/******************************************************

    LAYOUT

    Blocks/elements integral to the layout
    of the page.

******************************************************/
/*
	Colours
*/
.row-oil {
  background-color: #231f20;
}

.row-oil--dark {
  background-color: #080707;
}

.row-grey {
  background-color: #edeff0;
}

.row-grey--dark {
  background-color: #cbd2d4;
}

.row-grey--xdark {
  background-color: #a1adb1;
}

.row-slate {
  background-color: #566974;
}

.row-slate--dark {
  background-color: #404e57;
}

.row-slate--xdark {
  background-color: #2b3439;
}

.row-slate--light {
  background-color: #5b707b;
}

.row-slate--xlight {
  background-color: #617683;
}

.row-yellow {
  background-color: #ffc20e;
}

.row-yellow--light {
  background-color: #ffcf41;
}

.row-yellow--xlight {
  background-color: #ffdc74;
}

.row-blue {
  background-color: #1fa9e0;
}

.row-blue--dark {
  background-color: #1987b3;
}

.row-brown {
  background-color: #4e4438;
}

.row-brown--dark {
  background-color: #302a23;
}

.row-white, .page-content {
  background-color: #fff;
}

/*
	CMS
*/
.row-fluid.page-center img {
  display: block;
  margin: 0 auto;
}
.row-fluid.page-center .left {
  text-align: left;
}
.row-fluid.page-center .left img {
  float: left;
}
.row-fluid.page-center .right {
  text-align: right;
}
.row-fluid.page-center .right img {
  float: right;
}

.row-fluid-wrapper {
  position: relative;
}

.row-fluid.page-center,
.container-fluid .title-wrapper .row-fluid .page-center {
  float: none;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media (min-width: 1400px) {
  .row-fluid.page-center,
  .container-fluid .title-wrapper .row-fluid .page-center {
    max-width: 1180px;
  }
}
@media (min-width: 1400px) {
  .row-fluid.page-center,
  .container-fluid .title-wrapper .row-fluid .page-center {
    max-width: 1180px;
  }
}

/*.row-fluid-wrapper + .row-fluid-wrapper {
  padding: 3em 0 4em 0;
}

.row-fluid-wrapper:first-child {
  padding: 0;
}

.row-fluid-wrapper:first-child > .row-fluid-wrapper:first-child {
  padding: 3em 0 4em 0;
}*/

.bleed {
  position: absolute;
}

/******************************************************

// HERO IMAGE

******************************************************/
.hero-image {
  width: 100%;
}
.hero-image img {
  min-width: 100%;
  width: 100%;
}

.parallax-window {
  min-height: 500px;
  background-color: transparent;
  background-position: 0 0;
}
.no-js .parallax-window {
  display: none;
}

/******************************************************

// Content images

******************************************************/
.row-fluid.page-center img {
  max-width: 100%;
}
.row-fluid.page-center img.full-width {
  width: 100%;
}
.row-fluid.page-center img.content-image {
  margin-bottom: 1em;
}

/******************************************************

// SPEAK TO A SPECIALIST

******************************************************/
.cta-wrap {
  border-top: 1px solid #e7eaeb;
}

/******************************************************

// WIDGET STYLES

******************************************************/
.responsive-tab .resp-tabs-list li {
  margin-right: .25em;
}
.responsive-tab .resp-tabs-list li.resp-tab-item {
  background-color: rgba(255, 255, 255, 0.5);
}
.responsive-tab .resp-tabs-list li.resp-tab-item.resp-tab-active {
  background-color: #fff;
  border: 0;
  color: #231f20;
}
.responsive-tab .resp-tab-content {
  border: 0;
  padding-top: 3em;
  padding-bottom: 3em;
}
.responsive-tab .resp-tab-content.resp-tab-content-active {
  clear: both;
  float: left;
  background-color: #fff;
  width: 100%;
}

.icon-list.resp-tab-content-active img {
  margin: 2em auto;
}
@media (min-width: 769px) {
  .icon-list.resp-tab-content-active img {
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .flexbox .icon-list.resp-tab-content-active {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .icon-list.resp-tab-content-active [class*="span"] {
    position: relative;
    padding-bottom: 5em;
    float: left;
  }
  .flexbox .icon-list.resp-tab-content-active [class*="span"] {
    float: none;
  }
  .icon-list.resp-tab-content-active .btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .icon-list.resp-tab-content-active img {
    margin-bottom: 2em;
  }
  .flexbox .icon-list.resp-tab-content-active {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .icon-list.resp-tab-content-active [class*="span"] {
    position: relative;
    padding-bottom: 5em;
    float: left;
  }
  .flexbox .icon-list.resp-tab-content-active [class*="span"] {
    float: none;
  }
  .icon-list.resp-tab-content-active .btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  }
}

#scrollUp {
  display: none;
}
@media (min-width: 769px) {
  #scrollUp {
    display: block;
    bottom: 0;
    right: 20px;
    padding: 1em 1em;
    background-color: #4e4438;
    color: #fff;
    -webkit-border-top-left-radius: .25em;
    -webkit-border-top-right-radius: .25em;
    -moz-border-radius-topleft: .25em;
    -moz-border-radius-topright: .25em;
    border-top-left-radius: .25em;
    border-top-right-radius: .25em;
    text-transform: uppercase;
    box-shadow: 0px 0px 17px -4px rgba(0, 0, 0, 0.64);
  }
  #scrollUp:before {
    content: "\f176";
    font-family: FontAwesome;
    position: relative;
    top: -3px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  #scrollUp:hover {
    background-color: #231f20;
  }
}

/***Images***/
.row-fluid.page-center img.full-width.device-img {
  width: 100%;
}
@media (min-width: 1024px) {
  .row-fluid.page-center img.full-width.device-img {
    width: 50%;
  }
}

/******************************************************

// HOMEPAGE STYLES

******************************************************/
.reduced-gutter .row-fluid [class*="span"].primary-feature-panel:before, .reduced-gutter .row-fluid [class*="span"].secondary-feature-panel .feature-panel:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0.8;
  -webkit-transition: all 1s;
          transition: all 1s;
}
@media (min-width: 1024px) {
  .reduced-gutter .row-fluid [class*="span"].primary-feature-panel:before, .reduced-gutter .row-fluid [class*="span"].secondary-feature-panel .feature-panel:before {
    opacity: 0.8;
  }
}
.reduced-gutter .row-fluid [class*="span"].primary-feature-panel:hover:before, .reduced-gutter .row-fluid [class*="span"].secondary-feature-panel .feature-panel:hover:before {
  opacity: 0.5;
}
.reduced-gutter .row-fluid [class*="span"].primary-feature-panel:hover h3, .reduced-gutter .row-fluid [class*="span"].secondary-feature-panel .feature-panel:hover h3, .reduced-gutter .row-fluid [class*="span"].primary-feature-panel:hover p, .reduced-gutter .row-fluid [class*="span"].secondary-feature-panel .feature-panel:hover p {
  text-shadow: 0 0 10px black;
}

/*.home-page .latest-insights .row-fluid.page-center {
  max-width: none;
  padding: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .home-page .latest-insights .row-fluid.page-center {
    width: 96%;
  }
}
@media (min-width: 1400px) {
  .home-page .latest-insights .row-fluid.page-center {
    width: 80%;
  }
}*/

.home-width {
  margin: 0 auto;
}
.home-width > .row-fluid {
  max-width: none;
  padding: 0;
}
@media (min-width: 769px) {
  .home-width {
    display: table;
    width: 96%;
  }
}
@media (min-width: 1400px) {
  .home-width {
    width: 80%;
  }
}

.container-fluid .blog-post-panel .row-fluid.page-center {
  float: none;
  max-width: none;
}

.feature-panels > .row-fluid {
  width: 100%;
  max-width: none;
  padding: 0;
}
@media (min-width: 769px) {
  .feature-panels > .row-fluid {
    display: table;
  }
}

.feature-panel {
  text-align: center;
  padding: 3em;
}
.feature-panel h3, .feature-panel p, .feature-panel a {
  position: relative;
  z-index: 10;
  color: #fff;
}
.feature-panel h3 {
  text-transform: uppercase;
}

.reduced-gutter .row-fluid .page-center {
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 769px) {
  .reduced-gutter .row-fluid .page-center {
    padding-left: 0;
    padding-right: 0;
  }
}
.reduced-gutter .row-fluid [class*="span"] {
  margin: 0;
}
.reduced-gutter .row-fluid [class*="span"].primary-feature-panel, .reduced-gutter .row-fluid [class*="span"].secondary-feature-panel {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .reduced-gutter .row-fluid [class*="span"].primary-feature-panel, .reduced-gutter .row-fluid [class*="span"].secondary-feature-panel {
    display: table-cell;
    width: 50%;
  }
}
.reduced-gutter .row-fluid [class*="span"].primary-feature-panel h3, .reduced-gutter .row-fluid [class*="span"].primary-feature-panel p, .reduced-gutter .row-fluid [class*="span"].secondary-feature-panel h3, .reduced-gutter .row-fluid [class*="span"].secondary-feature-panel p {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  .reduced-gutter .row-fluid [class*="span"].primary-feature-panel .background-image {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: all .5s ease-out;
            transition: all .5s ease-out;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    background-position: 50% 50%;
  }
}
.reduced-gutter .row-fluid [class*="span"].primary-feature-panel:hover .background-image {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.reduced-gutter .row-fluid [class*="span"].primary-feature-panel:before {
  background-color: #231f20;
  height: 1000px;
}
.reduced-gutter .row-fluid [class*="span"].primary-feature-panel .fa-play-circle-o:before {
  content: "";
}
.reduced-gutter .row-fluid [class*="span"] a.video-modal {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/icon-video-play.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
  display: block;
  margin: 20px auto 0 auto;
  -webkit-transition: all .5s ease-out;
  transition: all .25s ease-out;
}
.reduced-gutter .row-fluid [class*="span"] a.video-modal:hover {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/icon-video-play-oil.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .reduced-gutter .row-fluid [class*="span"].secondary-feature-panel {
    border-right: 5px solid #fff;
    padding: 0 !important;
  }
}
.reduced-gutter .row-fluid [class*="span"].secondary-feature-panel .feature-panel {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
.reduced-gutter .row-fluid [class*="span"].secondary-feature-panel .feature-panel:first-of-type:before {
  background-color: #231f20;
}
@media (min-width: 1024px) {
  .reduced-gutter .row-fluid [class*="span"].secondary-feature-panel .feature-panel:first-of-type:before {
    background-color: #566974;
  }
}
@media (min-width: 1024px) {
  .reduced-gutter .row-fluid [class*="span"].secondary-feature-panel .feature-panel:first-of-type .background-image {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: all .5s ease-out;
            transition: all .5s ease-out;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.reduced-gutter .row-fluid [class*="span"].secondary-feature-panel .feature-panel:first-of-type:hover .background-image {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}
.reduced-gutter .row-fluid [class*="span"].secondary-feature-panel .feature-panel:nth-of-type(2):before {
  background-color: #231f20;
}
@media (min-width: 1024px) {
  .reduced-gutter .row-fluid [class*="span"].secondary-feature-panel .feature-panel:nth-of-type(2):before {
    background-color: #4e4438;
  }
}
@media (min-width: 1024px) {
  .reduced-gutter .row-fluid [class*="span"].secondary-feature-panel .feature-panel:nth-of-type(2) .background-image {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: all .5s ease-out;
            transition: all .5s ease-out;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.reduced-gutter .row-fluid [class*="span"].secondary-feature-panel .feature-panel:nth-of-type(2):hover .background-image {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
}
@media (min-width: 769px) {
  .reduced-gutter .row-fluid [class*="span"].secondary-feature-panel .feature-panel {
    margin-bottom: 0;
  }
  .reduced-gutter .row-fluid [class*="span"].secondary-feature-panel .feature-panel:first-child {
    border-bottom: 3px solid #fff;
  }
}
@media (min-width: 769px) {
  .reduced-gutter .row-fluid .span4 h2, .reduced-gutter .row-fluid .span5 h2, .reduced-gutter .row-fluid .span6 h2, .reduced-gutter .row-fluid .span7 h2, .reduced-gutter .row-fluid .span8 h2, .reduced-gutter .row-fluid .span4 h3, .reduced-gutter .row-fluid .span5 h3, .reduced-gutter .row-fluid .span6 h3, .reduced-gutter .row-fluid .span7 h3, .reduced-gutter .row-fluid .span8 h3, .reduced-gutter .row-fluid .span4 p, .reduced-gutter .row-fluid .span5 p, .reduced-gutter .row-fluid .span6 p, .reduced-gutter .row-fluid .span7 p, .reduced-gutter .row-fluid .span8 p {
    padding-right: 0.5em;
  }
  .reduced-gutter .row-fluid .span4 {
    width: 100%;
  }
  .reduced-gutter .row-fluid .span5 {
    width: 41.6666%;
  }
  .reduced-gutter .row-fluid .span6 {
    width: 50%;
    padding-top: 5px;
    padding-left: 2px;
  }
  .reduced-gutter .row-fluid .span6:first-child {
    padding-left: 0px;
    padding-right: 4px;
  }
  .reduced-gutter .row-fluid .span7 {
    width: 58.33333333333333%;
  }
  .reduced-gutter .row-fluid .span8 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .reduced-gutter .row-fluid .span4 {
    width: 30%;
  }
  .reduced-gutter .row-fluid .span4 h2, .reduced-gutter .row-fluid .span4 h3, .reduced-gutter .row-fluid .span4 p {
    padding-right: 0.5em;
  }
  .reduced-gutter .row-fluid .span8 {
    width: 70%;
  }
  .reduced-gutter .row-fluid .span8 h2, .reduced-gutter .row-fluid .span8 h3, .reduced-gutter .row-fluid .span8 p {
    padding-right: 0.5em;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .reduced-gutter .row-fluid .span4, .reduced-gutter .row-fluid .span5, .reduced-gutter .row-fluid .span6, .reduced-gutter .row-fluid .span7, .reduced-gutter .row-fluid .span8 {
    width: 100%;
  }
}

.feature-panel .background-image {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/*.home-page div.latest-insights {
  padding: 1em;
}
@media (min-width: 769px) {
  .home-page div.latest-insights {
    padding: 1em 0;
  }
}
.home-page .blog-posts {
  padding-top: 1em;
}
.home-page .blog-posts .row-fluid-wrapper {
  padding: 0 !important;
}
.home-page .row-fluid-wrapper.blog-posts {
  padding: 0;
}
@media (max-width: 480px) {
  .home-page .row-fluid-wrapper.blog-posts {
    padding: 1em 0 0 0;
  }
}
@media (min-width: 769px) {
  .home-page .row-fluid-wrapper.blog-posts {
    padding: 1em 0 0 0;
  }
}
@media (min-width: 1024px) {
  .home-page .row-fluid-wrapper.blog-posts {
    padding: 1em 0 2em 0;
  }
}
.home-page .blog-post-panel {
  padding-right: 5px;
}
.home-page .blog-post-panel img {
  max-width: 100%;
  width: 100%;
}
.home-page .blog-post.small img {
  margin-bottom: 1em;
}
.home-page .blog-post.large .row-fluid {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.home-page .blog-post.large .row-fluid img {
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .home-page .blog-post.large .row-fluid {
    display: block !important;
  }
  .home-page .blog-post.large .row-fluid img {
    margin-bottom: 0;
  }
}
.home-page .popular-topics {
  margin-bottom: 2em;
  margin-top: -2em;
}
@media (min-width: 769px) {
  .home-page .popular-topics {
    margin-bottom: .5em;
    margin-top: -1em;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .home-page .popular-topics {
    margin-top: 2em;
  }
}
.home-page .popular-topics .btn {
  font-size: .85rem;
  letter-spacing: .05em;
  border-radius: 0;
  text-align: left;
  color: #fff;
  background-color: #4e4438;
  cursor: pointer;
  margin-bottom: 0;
  padding: .75em 1em .5em 1em !important;
}
.home-page .popular-topics .btn:after {
  content: "\f078";
  float: right;
}
.home-page .popular-topics .btn:hover {
  background-color: #4e4438;
}
.home-page .popular-topics .btn.active:after {
  content: "\f077";
  float: right;
  display: block;
}
.home-page .popular-topics .btn.active + ul {
  display: block;
  float: left;
}
@media (min-width: 769px) {
  .home-page .popular-topics .btn {
    cursor: auto;
    padding: .45em .65em .25em 1em !important;
    margin-top: 15px;
  }
  .home-page .popular-topics .btn:after {
    content: "";
    float: none;
  }
}
@media (min-width: 1024px) {
  .home-page .popular-topics .btn {
    padding: .25em .65em .05em 1em !important;
    margin-top: 18px;
  }
}
.home-page .popular-topics ul {
  display: none;
  list-style-type: none;
  padding-left: 0;
  width: 100%;
  text-align: left;
  margin-top: 0;
  background-color: #4e4438;
}
.home-page .popular-topics ul li {
  display: block;
  padding: .5em 0;
  padding-left: .25em;
}
.home-page .popular-topics ul li a {
  margin: 0 10px;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
}
.home-page .popular-topics ul li a:hover {
  color: #1fa9e0;
}
@media (min-width: 769px) {
  .home-page .popular-topics ul {
    display: block;
    width: auto;
    margin-top: 1em;
    display: inline-block;
    background-color: transparent;
  }
  .home-page .popular-topics ul li {
    display: inline-block;
    border-left: 1px solid #cbd2d4;
  }
  .home-page .popular-topics ul li:first-child {
    border: none;
  }
  .home-page .popular-topics ul li a {
    color: #231f20;
  }
}
.home-page .contact {
  border-bottom: 1px solid #cbd2d4;
}*/

.social-media-panels .span3 a {
  display: block;
  text-align: center;
  margin-top: 1em;
}
.social-media-panels .span3 a .fa {
  display: block;
  text-align: center;
  font-size: 2em;
}
.social-media-panels .span3 a .fa.fa-facebook-official:hover {
  color: #3b5998;
}
.social-media-panels .span3 a .fa.fa-twitter:hover {
  color: #00aced;
}
.social-media-panels .span3 a .fa.fa-instagram:hover {
  color: #125688;
}
.social-media-panels .span3 a .fa.fa-linkedin-square:hover {
  color: #007bb5;
}

.latest-insights > .row-fluid {
  max-width: none;
}

#latest-insights-carousel {
  float: left;
  width: 100%;
  margin-top: 2px;
}
@media (min-width: 769px) {
  #latest-insights-carousel {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #latest-insights-carousel {
    width: 83%;
  }
}
@media (min-width: 1400px) {
  #latest-insights-carousel {
    width: 84%;
  }
}
@media (min-width: 1800px) {
  #latest-insights-carousel {
    width: 87%;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  #latest-insights-carousel {
    width: 100%;
  }
}
#latest-insights-carousel .owl-wrapper-outer {
  margin-top: 0;
}
#latest-insights-carousel .owl-buttons {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -45px;
  z-index: 100;
  height: 50px;
  padding-left: 20px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWZmMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2VkZWZmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVmZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-linear-gradient(left, rgba(237, 239, 240, 0) 0%, #edeff0 35%, #edeff0 100%);
  background: linear-gradient(to right, rgba(237, 239, 240, 0) 0%, #edeff0 35%, #edeff0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00edeff0', endColorstr='#edeff0',GradientType=1 );
}
@media (min-width: 769px) {
  #latest-insights-carousel .owl-buttons {
    margin-top: -12px;
  }
}
#latest-insights-carousel .owl-buttons > div {
  cursor: pointer;
  display: inline-block;
  font-size: 1.5em;
  margin-left: 5px;
}
#latest-insights-carousel .owl-buttons > div span {
  color: #cbd2d4;
}
#latest-insights-carousel .owl-buttons > div span:hover {
  color: #231f20;
}

.primary-blog-post .span4 p {
  padding-right: 1em;
}

.info-panel {
  color: #fff;
  padding: 3em 1em 3em 1em;
  margin-bottom: 0;
  position: relative;
  background-color: #231f20;
}
@media (min-width: 769px) {
  .info-panel {
    margin-bottom: .8em;
    margin-bottom: 5px;
    padding: 2em 2em 2em 2em;
  }
}
.info-panel p, .info-panel span {
  color: #fff;
  margin: .5em 0;
}
.info-panel .btn {
  background-color: #fff;
  color: #231f20;
}
.info-panel .btn a {
  color: #231f20;
}
.info-panel .btn:hover {
  background-color: #cbd2d4;
}
.info-panel:before {
  font-size: 1rem;
}
@media (min-width: 769px) {
  .info-panel:before {
    font-size: 0.95em;
    letter-spacing: 0.065em;
  }
}
.info-panel:after {
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: FontAwesome;
  font-size: 2.5em;
}
.info-panel.Download {
  background-color: #ffc20e;
  color: #231f20;
}
.info-panel.Download p, .info-panel.Download p span {
  color: #231f20;
}
.info-panel.Download:before {
  content: 'DOWNLOAD';
}
.info-panel.Download:after {
  content: '\f019';
  display: none;
}
.info-panel.Download .btn {
  background-color: #231f20;
  color: #fff;
}
.info-panel.Download .btn a {
  color: #fff;
}
.info-panel.Download .btn:after {
  content: '\f019';
}
.info-panel.Download .btn:hover {
  background-color: #fff;
  color: #231f20;
}
.info-panel.Event {
  background-color: #e7eaeb;
  color: #231f20;
}
.info-panel.Event p {
  color: #231f20;
}
.info-panel.Event:before {
  content: 'FE EVENT';
}
.info-panel.Event:after {
  content: '\f073';
  display: none;
}
.info-panel.Event .btn {
  background-color: #231f20;
  color: #fff;
}
.info-panel.Event .btn a {
  color: #fff;
}
.info-panel.Event .btn:after {
  content: '\f073';
}
.info-panel.Event .btn:hover {
  background-color: #1fa9e0;
  color: #fff;
}
.info-panel.Testimonial {
  background-color: #566974;
}
.info-panel.Testimonial a {
  color: #ffc20e;
}
.info-panel.Testimonial a:hover {
  color: #daa300;
}
.info-panel.Testimonial:before {
  content: "HERE'S WHAT OUR CUSTOMERS HAVE TO SAY";
}

.fe-analytics .title-wrapper {
  text-align: center;
}
.fe-analytics .section-title {
  display: none;
}

.parallax-scene {
  height: 410px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media (min-width: 769px) {
  .parallax-scene {
    height: 520px;
  }
}
.parallax-scene .parallax {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  position: relative;
  z-index: 1;
  margin-top: -117px;
  width: 100%;
  min-width: 800px;
}
@media (min-width: 769px) {
  .parallax-scene .parallax {
    margin-top: -320px;
  }
}

@-webkit-keyframes filter-effects {
  from {
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  to {
    -ms-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}

@keyframes filter-effects {
  from {
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  to {
    -ms-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
@-webkit-keyframes scale-effects {
  from {
    -ms-transform: scale3d(1, 1, 1);
    /* IE 9 */
    -webkit-transform: scale3d(1, 1, 1);
    /* Safari */
    transform: scale3d(1, 1, 1);
  }
  to {
    -ms-transform: scale3d(1.08, 1.08, 1);
    /* IE 9 */
    -webkit-transform: scale3d(1.08, 1.08, 1);
    /* Safari */
    transform: scale3d(1.08, 1.08, 1);
  }
}
@keyframes scale-effects {
  from {
    -ms-transform: scale3d(1, 1, 1);
    /* IE 9 */
    -webkit-transform: scale3d(1, 1, 1);
    /* Safari */
    transform: scale3d(1, 1, 1);
  }
  to {
    -ms-transform: scale3d(1.08, 1.08, 1);
    /* IE 9 */
    -webkit-transform: scale3d(1.08, 1.08, 1);
    /* Safari */
    transform: scale3d(1.08, 1.08, 1);
  }
}
img.fade-effect {
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -ms-transform: scale3d(1, 1, 1);
  /* IE 9 */
  -webkit-transform: scale3d(1, 1, 1);
  /* Safari */
  transform: scale3d(1, 1, 1);
  -webkit-animation: filter-effects  .8s 1 forwards .8s;
  animation: filter-effects  .8s 1 forwards .8s;
}

.cbutton {
  position: relative;
  display: inline-block;
  margin: 1em;
  padding: 0;
  border: none;
  background: none;
  color: #286aab;
  font-size: 1.4em;
  -webkit-transition: color 0.7s;
          transition: color 0.7s;
}

.cbutton.cbutton--click,
.cbutton:focus {
  outline: none;
  color: #3c8ddc;
}

.cbutton__icon {
  display: block;
}

.cbutton__text {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cbutton::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}

/* Effect Boris */
.cbutton--effect-boris::after {
  background: rgba(111, 148, 182, 0.1);
}

.cbutton--effect-boris.cbutton--click::after {
  -webkit-animation: anim-effect-boris 0.3s forwards;
          animation: anim-effect-boris 0.3s forwards;
}

@-webkit-keyframes anim-effect-boris {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
            transform: scale3d(0.3, 0.3, 1);
  }
  25%, 50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
  }
}

@keyframes anim-effect-boris {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
            transform: scale3d(0.3, 0.3, 1);
  }
  25%, 50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
  }
}
/* FE Awards page */
.multi-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: 0;
  padding: 0 20px;
}
.multi-columns li {
  width: 100%;
}
@media (min-width: 769px) {
  .multi-columns li {
    width: 50%;
    padding-right: 2em;
  }
}

/******************************************************

    NAVIGATIONS - Navigation layout and styles

******************************************************/
/*
	Primary nav
*/
.fe-logo {
  display: block;
  text-align: center;
  margin-top: .35em;
}
@media (min-width: 769px) {
  .fe-logo {
    text-align: left;
    display: inline-block;
  }
}
.fe-logo a img {
  width: 160px !important;
  float: left;
}
@media (min-width: 1400px) {
  .fe-logo a img {
    width: 166px !important;
  }
}




body.menuOpen {
  overflow: hidden;
  height: 100%;
}

/*.header-container-wrapper .menu.menu-main-menu {
  padding: 0;
  display: none;
  float: right;
  margin: 0;
}
@media (min-width: 769px) {
  .header-container-wrapper .menu.menu-main-menu {
    display: block;
  }
}
.header-container-wrapper .menu.menu-main-menu > .dropdown > span.raw p {
  cursor: pointer;
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  color: #231f20;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2.5em .85em 2em .85em;
  font-size: 1.148rem;
  display: inline-block;
  letter-spacing: .125em;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.header-container-wrapper .menu.menu-main-menu > .dropdown > span.raw p:hover {
  color: #231f20;
  background-color: #f4ba0f;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-container-wrapper .menu.menu-main-menu > .dropdown > span.raw p.open {
  background-color: #4e4438;
  color: #fff;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.header-container-wrapper .menu.menu-main-menu > .dropdown > span.raw p.open:hover {
  color: #fff;
}
@media (min-width: 1024px) {
  .header-container-wrapper .menu.menu-main-menu > .dropdown > span.raw p {
    padding: 1.65em 2.1em 1.65em 2.1em;
  }
}
@media (min-width: 1400px) {
  .header-container-wrapper .menu.menu-main-menu > .dropdown > span.raw p {
    padding: 1.90em 3em 1.58em 3em;
  }
}
.header-container-wrapper .menu.menu-main-menu li {
  display: inline-block;
  float: left;
  position: relative;
}
.header-container-wrapper .menu.menu-main-menu li .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #4e4438;
  padding-bottom: 1em;
  top: 70px;
  padding: 1em 1rem 1rem 1rem;
  width: 160%;
  z-index: 1000;
  box-shadow: 0px 4px 5px -1px rgba(0, 0, 0, 0.33);
}
@media (min-width: 1400px) {
  .header-container-wrapper .menu.menu-main-menu li .dropdown-menu {
    top: 73px;
  }
}
.header-container-wrapper .menu.menu-main-menu li .dropdown-menu li {
  width: 100%;
  padding: 0 .5em;
  box-sizing: border-box;
}
.header-container-wrapper .menu.menu-main-menu li .dropdown-menu li h3, .header-container-wrapper .menu.menu-main-menu li .dropdown-menu li h4 {
  display: block;
  width: 100%;
  float: left;
}
.header-container-wrapper .menu.menu-main-menu li .dropdown-menu li ul {
  display: block;
  width: 100%;
  padding: 0 0 1.25em 0;
  margin-left: 0;
  margin-bottom: 0;
  float: left;
  margin-top: 0;
}
.header-container-wrapper .menu.menu-main-menu li .dropdown-menu li ul li {
  width: 100%;
  padding-left: 0;
}
.header-container-wrapper .menu.menu-main-menu li.last .dropdown-menu {
  right: 0;
}
.header-container-wrapper .menu.menu-main-menu li.first, .header-container-wrapper .menu.menu-main-menu li.item-1 {
  position: inherit;
}
.header-container-wrapper .menu.menu-main-menu li.first .dropdown-menu, .header-container-wrapper .menu.menu-main-menu li.item-1 .dropdown-menu {
  width: 100%;
  left: 0;
  top: 102px;
  padding: 0 2rem 2rem 2rem;
  height: 94vh;
  overflow-y: scroll;
}
.header-container-wrapper .menu.menu-main-menu li.first .dropdown-menu li, .header-container-wrapper .menu.menu-main-menu li.item-1 .dropdown-menu li {
  width: 33.3333%;
  padding: 0 1em;
  box-sizing: border-box;
}
.header-container-wrapper .menu.menu-main-menu li.first .dropdown-menu li ul, .header-container-wrapper .menu.menu-main-menu li.item-1 .dropdown-menu li ul {
  display: block;
  width: 100%;
  padding: 0 0 1.25em 0;
  margin-left: 0;
  margin-bottom: 0;
  float: left;
}
.header-container-wrapper .menu.menu-main-menu li.first .dropdown-menu li ul li, .header-container-wrapper .menu.menu-main-menu li.item-1 .dropdown-menu li ul li {
  width: 100%;
  padding-left: 0;
}
.header-container-wrapper .menu.menu-main-menu li.first .dropdown-menu li ul li a:before, .header-container-wrapper .menu.menu-main-menu li.item-1 .dropdown-menu li ul li a:before {
  content: "\f105";
}
.header-container-wrapper .menu.menu-main-menu li.first .dropdown-menu li ul li h4 a:before, .header-container-wrapper .menu.menu-main-menu li.item-1 .dropdown-menu li ul li h4 a:before {
  content: "\f0da";
}
.header-container-wrapper .menu.menu-main-menu li.first .dropdown-menu li ul li ul, .header-container-wrapper .menu.menu-main-menu li.item-1 .dropdown-menu li ul li ul {
  padding-left: 16px;
}
.header-container-wrapper .menu.menu-main-menu li.first {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.header-container-wrapper .menu.menu-main-menu li ul li.dropdown:last-child ul li ul {
  padding-left: 0;
}
.header-container-wrapper .menu.menu-main-menu li ul li.dropdown:last-child ul li ul li h4 a:before {
  display: none;
}*/

/*
	custom menu - i.e. login, support, contact, careers
*/
.header-container.container-fluid .span12.row-oil {
  display: none;
  width: 100%;
  z-index: 300;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .header-container.container-fluid .span12.row-oil {
    display: block;
  }
}

.custom-menu-secondary ul {
  float: none;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (min-width: 769px) {
  .custom-menu-secondary ul {
    margin: 0;
    padding: 0;
    float: right;
    margin-top: 5px;
    text-align: right;
  }
}
.custom-menu-secondary ul li {
  display: inline;
  text-align: center;
  float: none;
}
@media (min-width: 769px) {
  .custom-menu-secondary ul li {
    text-align: right;
    float: right;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .custom-menu-secondary ul li {
    text-align: right;
    float: right;
  }
}
.custom-menu-secondary ul li p {
  margin: 0;
}

/*
	FOOTER
*/
.footer-container-wrapper .menu.menu-footer-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  display: none;
}
@media (min-width: 769px) {
  .footer-container-wrapper .menu.menu-footer-nav {
    display: block;
  }
}
.footer-container-wrapper .menu.menu-footer-nav img.footer-logo {
  width: 70%;
  margin: 0;
}
.footer-container-wrapper .menu.menu-footer-nav a {
  text-decoration: none;
}
.footer-container-wrapper .menu.menu-footer-nav h3, .footer-container-wrapper .menu.menu-footer-nav h4 {
  float: left;
  width: 100%;
}
.footer-container-wrapper .menu.menu-footer-nav h4 a:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: .5em;
}
.footer-container-wrapper .menu.menu-footer-nav li {
  display: inline-block;
  width: 33.3333%;
  padding: 0 1em;
  box-sizing: border-box;
  float: left;
  padding: 1em;
}
.footer-container-wrapper .menu.menu-footer-nav li ul {
  display: block;
  width: 100%;
  padding: 0 0 1.25em 0;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: .5em;
  float: left;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  padding-left: 16px;
}
.footer-container-wrapper .menu.menu-footer-nav li ul:last-of-type {
  border-bottom: 0;
}
.footer-container-wrapper .menu.menu-footer-nav li ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}
.footer-container-wrapper .menu.menu-footer-nav li img {
  display: inline;
}
.footer-container-wrapper .menu.menu-footer-nav li.last ul {
  padding-left: 0;
}
.footer-container-wrapper .menu.menu-footer-nav li.last ul h4 a:before {
  display: none;
}
.footer-container-wrapper .widget-CompanyInfo {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  float: left;
  text-align: center;
  padding-top: 2em;
}
.footer-container-wrapper .widget-CompanyInfo ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
.footer-container-wrapper .widget-CompanyInfo ul li:after {
  content: "|";
  font-family: FontAwesome;
  margin-right: .5em;
  padding-left: .85em;
}
.footer-container-wrapper .widget-CompanyInfo ul li:last-of-type:after {
  display: none;
}
.footer-container-wrapper .fa {
  margin-right: 10px;
  color: #ffc20e;
  font-size: 19px;
  display: inline-block;
}

.header-container-wrapper .container-fluid .row-fluid .page-center,
.footer-container-wrapper .container-fluid .row-fluid.page-center,
.footer-container-wrapper .container-fluid .row-fluid .page-center {
  float: none !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding-left: 0em !important;
  padding-right: 0em !important;
  width: 96%;
}

/*
	Secondary nav
*/
.custom-menu-secondary ul {
  margin-bottom: 5px;
}
.custom-menu-secondary ul li a {
  font-size: .75em;
}

/*
	Sticky nav
*/
.sticky-nav {
  display: none;
  padding: .5em 0 0;
}
@media (min-width: 1024px) {
  .sticky-nav {
    display: block;
    background-color: #566974;
  }
  .sticky-nav ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 0;
  }
  .sticky-nav ul li {
    text-transform: uppercase;
    font-size: .85rem;
    display: inline;
    letter-spacing: .065em;
  }
  .sticky-nav ul li.active {
    color: #ffc20e;
  }
  .sticky-nav ul li i {
    margin-left: .5em;
  }
  .sticky-nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: .5em 1em;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .sticky-nav ul li a:hover {
    color: #ffc20e;
  }
  .sticky-nav ul li a.active {
    color: #ffc20e;
  }
}

.clone {
  position: fixed;
  width: 100%;
  top: 66px;
  margin-top: -200px;
  z-index: 100;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16);
  z-index: 100;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.16);
  padding: .5em 0 .25em 0;
  background-color: #231f20;
  -webkit-transition: ease all .35s;
          transition: ease all .35s;
}
.clone .row-slate {
  background-color: #231f20;
}
.clone.scrolled {
  margin-top: 0;
}

/*
	Header sticky nav
*/
.row-fluid .span3.fe-logo-symbol {
  display: none;
}

/*.header-container-wrapper.clone {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 110;
  padding: 0;
  background-color: #ffc20e;
}
@media (min-width: 1024px) {
  .header-container-wrapper.clone {
    top: -28px;
  }
}
.header-container-wrapper.clone .menu.menu-main-menu > .dropdown > span.raw p {
  padding: 1.15em .85em .85em .85em;
}
@media (min-width: 1024px) {
  .header-container-wrapper.clone .menu.menu-main-menu > .dropdown > span.raw p {
    padding: 1.15em 2.1em .85em 2.1em;
  }
}
@media (min-width: 1280px) {
  .header-container-wrapper.clone .menu.menu-main-menu > .dropdown > span.raw p {
    padding: 1.15em 3em .85em 3em;
  }
}
.header-container-wrapper.clone .menu.menu-main-menu li .dropdown-menu {
  top: 46px;
}
.header-container-wrapper.clone .menu.menu-main-menu li.first .dropdown-menu, .header-container-wrapper.clone .menu.menu-main-menu li.item-1 .dropdown-menu {
  top: 78px;
}
.header-container-wrapper.clone .fe-logo {
  display: none;
}
.header-container-wrapper.clone .fe-logo-symbol {
  display: block;
  margin-left: 0;
  padding: .35em 0;
}
.header-container-wrapper .custom-menu-primary {
  min-height: 0;
}*/



/*
	Proposition nav
*/
.page-content .proposition-nav {
  display: none;
}
@media (min-width: 769px) {
  .page-content .proposition-nav {
    display: block;
  }
}
.page-content .proposition-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-content .proposition-nav ul li {
  display: block;
  width: 100%;
  line-height: 1.25em;
  float: left;
  margin-bottom: 1em;
}
.page-content .proposition-nav ul li .img {
  float: left;
  width: 20%;
}
.page-content .proposition-nav ul li .content {
  float: right;
  width: 80%;
}
.page-content .proposition-nav ul li img {
  display: block;
  text-align: left;
  float: left;
  margin-right: 1em;
}
.page-content .proposition-nav ul li span {
  display: block;
  width: 100%;
  font-size: 1.165rem;
}
.page-content .proposition-nav ul li span.title {
  margin-top: 1em;
  text-transform: uppercase;
  letter-spacing: 0.065em;
  font-size: 1.125rem;
}
.page-content .proposition-nav ul li a {
  text-decoration: none;
  border: 0;
  font-size: 1rem;
  border-bottom: dotted 1px #231f20;
  margin-top: .5em;
  display: block;
  float: left;
  text-transform: uppercase;
}
.page-content .proposition-nav ul li a:hover {
  opacity: 0.75;
  border-bottom: solid 1px #231f20;
}

/*
	MOBILE nav
*/
.mm-listview h4, .mm-listview p, .mm-listview li.dropdown a, a.mm-title {
  text-transform: uppercase;
  font-weight: normal;
}

a.mm-title, .mm-listview li.dropdown a, .mm-listview h4 {
  letter-spacing: 0.095em;
}

.mm-listview h4 {
  margin-bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  border: 0 !important;
}

.mm-listview ul.mm-listview li, ul.mm-listview li.dropdown {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/******************************************************

// Contact Hubspot Form

******************************************************/
.hbspt-form .hs-input {
  border: 1px solid #cbd2d4;
  padding: .75rem;
  font-size: .85rem;
}
.hbspt-form .hs-form-field {
  position: relative;
}
.hbspt-form .hs-form-field > label {
  font-size: 0.9em;
  text-transform: lowercase;
}
.hbspt-form fieldset {
  padding: 5px 0 20px 0 !important;
}
.hbspt-form input:not([type="submit"]) {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.hbspt-form input:not([type="submit"]):focus {
  outline: none;
  border: 1px solid #1fa9e0;
  background-color: #e4f5fb;
}
.hbspt-form input:not([type="submit"]).invalid {
  border: 1px solid #c41515;
  background-color: #fbdddd;
}
.hbspt-form input:not([type="submit"]).invalid:focus {
  border: 1px solid #1fa9e0;
  background-color: #e4f5fb;
}
.hbspt-form ul.hs-error-msgs {
  font-size: 0.9em;
  margin: 3px 0 !important;
  color: #c41515;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .hbspt-form ul.hs-error-msgs {
    position: absolute;
  }
}
.hbspt-form .hs-form-required {
  color: #c41515;
  font-size: 1.2em;
}
.hbspt-form .hs_submit {
  text-align: center;
}
.hbspt-form .hs-button.primary {
  padding: .95em 1.25em;
  font-size: .85rem;
  line-height: 1.25rem;
  letter-spacing: .05em;
  border-radius: .25em;
  -webkit-transition: background-color .25s, -webkit-transform .25s;
  transition: background-color .25s, transform .25s;
  background-color: #231f20;
}
@media (min-width: 1024px) {
  .hbspt-form .hs-button.primary {
    width: 25%;
    margin: 0 37.5%;
    text-align: center;
  }
}
.hbspt-form .hs-button.primary:hover {
  background-color: #1fa9e0;
}
.hbspt-form select.hs-input,
.hbspt-form body form.hs-form fieldset[class*="form-columns"] .hs-input {
  padding: 20px 0;
}
.hbspt-form label span {
  font-weight: normal;
  color: #231f20;
  text-transform: capitalize;
}
.hbspt-form .hs-form.stacked .field {
  margin-bottom: 0;
}
.hbspt-form fieldset.form-columns-2 .hs-form-field, .hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 100%;
  float: left;
  padding-right: 0;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .hbspt-form fieldset.form-columns-2 .hs-form-field, .hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    float: left;
    padding-right: 2em;
    box-sizing: border-box;
  }
}
.hbspt-form .hs-input, .hbspt-form .hs-form textarea.hs-input {
  max-width: none !important;
}
.hbspt-form input:not([type="image"]), .hbspt-form .hs-form textarea {
  box-sizing: border-box !important;
}
.hbspt-form body form.hs-form fieldset[class*="form-columns"] textarea.hs-input {
  width: 100%;
  padding-right: 2em;
}
@media (min-width: 769px) {
  .hbspt-form body form.hs-form fieldset[class*="form-columns"] textarea.hs-input {
    width: 95%;
  }
}
.hbspt-form body form.hs-form fieldset[class*="form-columns"] .hs-input,
.hbspt-form input.hs-input, .hbspt-form textarea.hs-input, .hbspt-form .hs-form select.hs-input {
  width: 100%;
  height: auto !important;
}
.hbspt-form .hs-form select.hs-input {
  padding: 13px 10px;
}

/******************************************************

// Login form - http://fecorporate.oegen.net/adviser/fund-data

******************************************************/
.login-form form label {
  text-align: center;
  width: 100%;
  display: block;
}
.login-form form .hs-form-field {
  width: 50%;
  padding: .5em 1em;
  display: block;
  margin: 0 auto;
}
.login-form form .hs-button.primary {
  padding: .95em 1.25em;
  font-size: .85rem;
  line-height: 1.25rem;
  letter-spacing: .05em;
  border-radius: .25em;
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-transition: background-color .25s, -webkit-transform .25s;
  transition: background-color .25s, transform .25s;
  background-color: #231f20;
}
@media (min-width: 1024px) {
  .login-form form .hs-button.primary {
    width: 25%;
    margin: 1em 37.5%;
    text-align: center;
  }
}
.login-form form .hs-button.primary:hover {
  background-color: #1fa9e0;
}
.login-form form input {
  border: 1px solid #cbd2d4;
  padding: .75rem;
  font-size: .85rem;
}

/******************************************************

    COMPONENTS

    Blocks/elements that aren't integral to the page layout.
    e.g. buttons, tabs, panels etc.

******************************************************/
a {
  text-decoration: none;
}

/*
	buttons
*/
/*.btn {
  background-color: #231f20;
  color: #fff;
  text-decoration: none;
  -webkit-transition: ease .24s;
          transition: ease .24s;
  padding: 1.5em 1.25em;
  border-radius: .25em;
  margin: .8em 0;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: .85rem;
  line-height: 1.25rem;
  letter-spacing: .05em;
}*/
/*@media (min-width: 769px) {
  .btn {
    padding: .65em 1.25em;
  }
}*/
/*.btn:after {
  content: "\f178";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: .5em;
  border: 0;
}*/
/*.btn:hover {
  background-color: #1fa9e0;
  color: #fff;
  border: 0;
}
.btn.btn--blue {
  background-color: #1fa9e0;
}
.btn.btn--yellow {
  background-color: #ffc20e;
  color: #fff;
}
.btn.btn--yellow:hover {
  background-color: #231f20;
  color: #fff;
}
.btn.btn--brown {
  background-color: #ffc20e;
  color: #ffc20e;
}
.btn.disabled {
  color: #e7eaeb;
  opacity: .4;
}
.btn.disabled:hover {
  opacity: .4;
}
@media (min-width: 769px) {
  .btn {
    display: inline-block;
    margin: .8em .8em .8em 0;
  }
}
.btn.arrow-down {
  line-height: 1.5rem;
}
.btn.arrow-down:after {
  content: "\f103";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -5px;
  margin-top: -5px;
}
.btn.full-width {
  width: 100%;
}
.btn.btn-dwn:after {
  content: "\f103";
}*/

/*
  Hubspot buttons
*/
.hs-form input.hs-button.primary.large {
  background-color: #231f20 !important;
  box-shadow: none !important;
  border: 0 !important;
  color: #fff;
  text-shadow: none !important;
  background-image: none !important;
  text-decoration: none;
  -webkit-transition: ease .24s;
          transition: ease .24s;
  padding: 1.5em 1.25em;
  border-radius: .25em;
  text-transform: uppercase;
  text-align: center;
  font-size: .85rem;
  line-height: 1.25rem;
  letter-spacing: .05em;
  font-family: "DIN Next W01 Light", Arial, Sans-Serif !important;
  font-weight: normal !important;
}
@media (min-width: 769px) {
  .hs-form input.hs-button.primary.large {
    padding: .85em 1.25em;
  }
}
.hs-form input.hs-button.primary.large:hover {
  background-color: #1fa9e0 !important;
  color: #fff !important;
  border: 0 !important;
}

.row-oil a.btn::after,
.row-yellow a.btn:after,
a.btn::after,
.row-slate a.btn:after,
.row-grey a.btn::after,
.row-blue a.btn:after,
.row-brown a.btn::after {
  border: 0;
}

.page-content p a.btn {
  border: 0;
}
.page-content p a:hover.btn {
  border: 0;
}
.page-content span.btn {
  border: 0;
}
.page-content span.btn a {
  border: 0;
}

.page-content p a.btn {
  background-color: #231f20;
  color: #fff;
}
.page-content p a:hover.btn {
  background-color: #1fa9e0;
  color: #fff;
}
.page-content span.btn {
  background-color: #231f20;
  color: #fff;
}
.page-content span.btn a {
  color: #fff;
}
.page-content span.btn:hover {
  cursor: pointer;
  background-color: #1fa9e0;
  color: #fff;
}
.page-content span.btn:hover a {
  color: #fff;
}
.page-content span.btn:hover:after {
  color: #fff;
  border: 0;
}
.page-content span.btn:after {
  color: #fff;
  border: 0;
}

.page-content .row-oil p a.btn, .page-content .row-brown p a.btn {
  background-color: #ffc20e;
  color: #231f20;
}
.page-content .row-oil p a:hover.btn, .page-content .row-brown p a:hover.btn {
  background-color: #e7eaeb;
  color: #231f20;
}
.page-content .row-oil span.btn, .page-content .row-brown span.btn {
  background-color: #ffc20e;
  color: #231f20;
}
.page-content .row-oil span.btn a, .page-content .row-brown span.btn a {
  color: #231f20;
}
.page-content .row-oil span.btn:hover, .page-content .row-brown span.btn:hover {
  cursor: pointer;
  background-color: #e7eaeb;
}
.page-content .row-oil span.btn:after, .page-content .row-brown span.btn:after {
  color: #231f20;
  border: 0;
}

.page-content .row-yellow p a.btn {
  background-color: #231f20;
  color: #ffc20e;
}
.page-content .row-yellow p a:hover.btn {
  background-color: #fff;
  color: #231f20;
}
.page-content .row-yellow span.btn {
  background-color: #231f20;
  color: #ffc20e;
}
.page-content .row-yellow span.btn a {
  color: #ffc20e;
}
.page-content .row-yellow span.btn:hover {
  cursor: pointer;
  background-color: #fff;
  color: #231f20;
}
.page-content .row-yellow span.btn:hover a {
  color: #231f20;
}
.page-content .row-yellow span.btn:hover:after {
  color: #231f20;
  border: 0;
}
.page-content .row-yellow span.btn:after {
  color: #ffc20e;
  border: 0;
}

.page-content .row-blue p a.btn {
  background-color: #231f20;
  color: #fff;
}
.page-content .row-blue p a:hover.btn {
  background-color: #e7eaeb;
  color: #231f20;
}
.page-content .row-blue span.btn {
  background-color: #231f20;
  color: #fff;
}
.page-content .row-blue span.btn a {
  color: #fff;
}
.page-content .row-blue span.btn:hover {
  cursor: pointer;
  background-color: #e7eaeb;
  color: #231f20;
}
.page-content .row-blue span.btn:hover a {
  color: #231f20;
}
.page-content .row-blue span.btn:hover:after {
  color: #231f20;
  border: 0;
}
.page-content .row-blue span.btn:after {
  color: #fff;
  border: 0;
}

.page-content .row-slate p a.btn {
  background-color: #231f20;
  color: #fff;
}
.page-content .row-slate p a:hover.btn {
  background-color: #e7eaeb;
  color: #231f20;
}
.page-content .row-slate span.btn {
  background-color: #231f20;
  color: #fff;
}
.page-content .row-slate span.btn a {
  color: #fff;
}
.page-content .row-slate span.btn:hover {
  cursor: pointer;
  background-color: #e7eaeb;
  color: #231f20;
}
.page-content .row-slate span.btn:hover a {
  color: #231f20;
}
.page-content .row-slate span.btn:hover:after {
  color: #231f20;
  border: 0;
}
.page-content .row-slate span.btn:after {
  color: #fff;
  border: 0;
}

/*.home-page p a.btn {
  background-color: #231f20;
  color: #fff;
  text-shadow: 0 0 0 transparent;
}
.home-page p a:hover.btn {
  background-color: #1fa9e0;
  color: #fff;
}

.home-page .feature-panel:first-of-type p a.btn {
  background-color: #1fa9e0;
}
.home-page .feature-panel:first-of-type p a.btn:hover {
  background-color: #1987b3;
}
@media (min-width: 1024px) {
  .home-page .feature-panel:first-of-type p a.btn {
    background-color: #231f20;
  }
  .home-page .feature-panel:first-of-type p a.btn:hover {
    background-color: #1fa9e0;
  }
}
.home-page .feature-panel:nth-of-type(2) p a.btn {
  background-color: #ffc20e;
  color: #231f20;
}
.home-page .feature-panel:nth-of-type(2) p a.btn:hover {
  background-color: #daa300;
}
@media (min-width: 1024px) {
  .home-page .feature-panel:nth-of-type(2) p a.btn {
    background-color: #231f20;
    color: #fff;
  }
  .home-page .feature-panel:nth-of-type(2) p a.btn:hover {
    background-color: #ffc20e;
    color: #231f20;
  }
}*/

.hs-cta-wrapper a.cta_button.btn span {
  color: #fff;
}
.hs-cta-wrapper a.cta_button.btn:hover span {
  color: #fff;
}

.row-slate .hs-cta-wrapper a.cta_button.btn {
  background-color: #231f20;
  color: #fff;
}
.row-slate .hs-cta-wrapper a.cta_button.btn:hover {
  background-color: #e7eaeb;
  color: #231f20;
}
.row-slate .hs-cta-wrapper a.cta_button.btn:hover span {
  color: #231f20;
}

.row-yellow .hs-cta-wrapper a.cta_button.btn span {
  color: #ffc20e;
}
.row-yellow .hs-cta-wrapper a.cta_button.btn:hover span {
  color: #231f20;
}

.page-content table.portfolios-table tr:nth-child(odd) td {
  background-color: #fff;
  margin: 0 auto;
}

.page-content table.portfolios-table td:first-child {
  text-align: left;
}

.portfolios-table {
  margin: 1em 0;
  background-color: #e6f7fd;
  width: 100%;
  border-collapse: collapse;
}
.portfolios-table th {
  background: #ffc20e;
  border: 2px solid #ffc20e;
  color: #231f20;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  padding: 1.5em 0 0 0;
  position: relative;
  font-size: .85rem;
}
.portfolios-table th:after {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: relative;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
  margin-bottom: -4px;
  display: block;
}
.portfolios-table th:first-child:after {
  display: none;
}
.portfolios-table th:last-child {
  border-right: 3px solid #ffc20e;
}
.portfolios-table td {
  padding: 1em 1em;
  border: 3px solid #ffc20e !important;
  color: #231f20;
  text-align: center;
}
.portfolios-table a {
  color: #1fa9e0;
}
.portfolios-table a.small-link {
  font-size: .75em;
  text-transform: uppercase;
  line-height: 1em;
  float: left;
  margin-top: 10px;
  border: 1px solid #99d9f2;
  padding: 4px;
  text-decoration: none;
}
.portfolios-table a.small-link:hover {
  background-color: #fff;
}
.portfolios-table .income-title td {
  background: #1fa9e0;
  color: #fff;
  text-transform: uppercase;
}
.portfolios-table .income-row td {
  background: #1fa9e0;
}
.portfolios-table .income-row td:first-child {
  background: #e4f5fb;
}
.portfolios-table .check {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(//financialexpress.net/Themes/FECorporate/Content/check.png) no-repeat;
  text-indent: -9999px;
}

.page-content table {
  width: 100%;
  background-color: #fff;
  margin-bottom: 2em;
  margin-top: 2em;
  border: 1px solid #fff;
}
.page-content table th p, .page-content table td p {
  color: #231f20;
  padding: .25em .5em;
}
.page-content table tr:nth-child(odd) td {
  background-color: #edeff0;
}
.page-content table td {
  border-bottom: 1px solid #e7eaeb;
}
.page-content table td {
  border-left: 1px solid #e7eaeb;
}

.page-content .row-slate table p {
  color: #231f20;
}

.accordion .wrapper {
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  -webkit-transition: ease .24s;
          transition: ease .24s;
}
.accordion .wrapper:first-child {
  border-bottom: 0;
}
.accordion .wrapper:hover, .accordion .wrapper.active {
  background-color: #79cbec;
}
.accordion .wrapper p {
  color: #fff;
}
.accordion .wrapper__inner {
  padding: 1em;
  margin: 0;
}
@media (min-width: 769px) {
  .accordion .wrapper__inner {
    padding: 2em 2em 1.2em;
  }
}
.accordion .accordion__title {
  padding: 1em 0;
  cursor: pointer;
  zoom: 1;
}
.accordion .accordion__title:before, .accordion .accordion__title:after {
  content: "";
  display: table;
}
.accordion .accordion__title:after {
  clear: both;
}
.accordion .accordion__content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: ease  .5s;
          transition: ease  .5s;
}
.accordion .accordion__content.show {
  max-height: 1500px;
}
.accordion .accordion__content .inner {
  padding-bottom: 2em;
}
.accordion h2 {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  float: left;
  width: 80%;
  font-size: 2em;
  text-transform: uppercase;
}
.accordion h2 span {
  display: inline-block;
  vertical-align: middle;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  font-size: .7em;
  width: 26px;
  height: 26px;
  text-align: center;
  display: inline-block;
  margin-right: .8em;
  margin-top: -6px;
}
@media (min-width: 769px) {
  .accordion h2 span {
    width: 46px;
    height: 46px;
  }
}
.accordion ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.accordion ul li {
  display: inline-block;
  margin: 0 0 5px 5px;
  float: left;
}

.open-closed {
  width: 40px;
  height: 40px;
  background-image: url(//financialexpress.net/Themes/FECorporate/Content/open-closed.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
  float: right;
  -webkit-transition: ease .24s;
          transition: ease .24s;
}

.open .open-closed {
  background-position: 0 -42px;
}

ul.IP li {
  list-style-type: none;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: -399px -73px;
  height: 89px;
  width: 125px;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 0px;
  text-align: center;
}
ul.IP li .logo1 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo2 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -112px 0px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo3 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -224px 0px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo4 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -336px 0px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo5 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -448px 0px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo6 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: 0px -75px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo7 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -112px -75px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo8 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -224px -75px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo9 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -336px -75px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo10 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -448px -75px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo11 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: 0px -150px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo12 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -112px -150px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo13 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -224px -150px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo14 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -336px -150px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo15 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -448px -150px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo16 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: 0px -225px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo17 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -112px -225px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo18 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -224px -225px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo19 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -336px -225px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo20 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -448px -225px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo21 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: 0px -300px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo22 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -112px -300px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo23 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -224px -300px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo24 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -336px -300px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo25 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -448px -300px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo26 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: 0px -375px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo27 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -112px -375px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo28 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -224px -375px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo29 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -336px -375px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}
ul.IP li .logo30 {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/sprite-image-partners.png");
  background-repeat: no-repeat;
  background-position: -448px -375px;
  height: 74px;
  width: 111px;
  display: block;
  margin-top: 8px;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-left: 8px;
}

ul.IP li.no-margin {
  margin-right: 0px;
}

/* ==========================================================================
   Print styles (Based on HTML5 Boilerplate)
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /*pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }*/

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.panel-wrapper {
  box-sizing: border-box;
  padding: 1em 2em;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url("/Themes/FECorporate/Content/AjaxLoader.gif") no-repeat center center;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  /* Col Added styles to move controls to top of content */
  position: relative;
  width: 100%;
  margin-top: 90px;
  z-index: 25;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* mouse grab icon */
.grabbing {
  cursor: url("/Themes/FECorporate/Content/grabbing.png") 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-pagination {
  z-index: 10;
  position: relative;
  display: inline-block;
}

@media (min-width: 769px) {
  .owl-carousel .owl-wrapper-outer:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 100%;
    -webkit-transition: ease .65s;
            transition: ease .65s;
  }
  .owl-carousel .owl-wrapper-outer.last:after {
    width: 0;
  }
}

.owl-buttons {
  display: block;
  position: absolute;
  top: 0;
  margin-top: -12px;
  z-index: 20;
  height: 0;
}
.owl-buttons > div {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/carousel-nav2.png") !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  width: 20px;
  height: 50px;
  text-indent: -9999px;
  border-radius: 50%;
  opacity: .4;
}
.owl-buttons .owl-prev {
  float: left;
  background-position: 0 !important;
}
.owl-buttons .owl-next {
  float: left;
  background-position: -104px 0 !important;
}

.carousel--1 .owl-item {
  padding: 0 1em;
}
.carousel--1 .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
  top: -60px;
}
.carousel--1 .owl-controls .owl-page {
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 1em .3em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
}
.carousel--1 .owl-controls .owl-page.active {
  background-color: #231f20;
}
.row-oil .carousel--1 .owl-controls .owl-page.active {
  background-color: white;
}
.carousel--1 .owl-controls .owl-pagination {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.carousel--1 .owl-buttons {
  position: relative;
  bottom: 10px;
  margin-top: -55px;
  z-index: 20;
}
.carousel--1 .owl-buttons > div {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/carousel-nav.png") !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  border-radius: 50%;
  opacity: .4;
}
.carousel--1 .owl-buttons .owl-prev {
  float: left;
  background-position: 12px 0 !important;
}
.carousel--1 .owl-buttons .owl-next {
  float: right;
  background-position: -80px 0 !important;
}

.row-yellow .carousel--1 .owl-buttons > div, .row-slate .carousel--1 .owl-buttons > div {
  background-image: url(//financialexpress.net/Themes/FECorporate/Content/carousel-nav2.png) !important;
}

.carousel--2 .owl-wrapper-outer {
  margin-top: 74px;
}
.carousel--2 .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
  top: -30px;
}
.carousel--2 .owl-controls .owl-page {
  width: auto;
  height: auto;
  display: inline-block;
  margin: auto;
  border-radius: 0;
  background-color: transparent;
}
.carousel--2 .owl-controls .owl-page span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.carousel--2 .owl-controls .owl-page span.owl-numbers {
  background-color: #fff;
  color: #4e4438;
  border: 2px solid #4e4438;
  height: 30px;
  width: 30px;
  padding: 2px 8px;
  font-size: 1em;
  border-radius: 50%;
  text-align: center;
}
.carousel--2 .owl-controls .owl-page.active {
  background-color: transparent;
}
.carousel--2 .owl-controls .owl-page.active span.owl-numbers {
  background-color: #4e4438;
  color: #fff;
  border: 2px solid #4e4438;
}
.carousel--2 .owl-controls .owl-pagination {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.carousel--2 .owl-buttons {
  position: absolute;
  width: 100%;
  z-index: 20;
  top: -4px;
}
.carousel--2 .owl-buttons > div {
  background-image: url(//financialexpress.net/Themes/FECorporate/Content/carousel-nav2.png) !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  border-radius: 50%;
  opacity: .4;
  position: absolute;
}
.carousel--2 .owl-buttons .owl-prev {
  float: left;
  background-position: 12px 0 !important;
  left: 50px;
}
.carousel--2 .owl-buttons .owl-next {
  float: right;
  background-position: -80px 0 !important;
  right: 50px;
}

.carousel--3 .owl-wrapper-outer {
  margin-top: 0;
}
.carousel--3 .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
  top: -30px;
}
.carousel--3 .owl-controls .owl-page {
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 1em .3em;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
}
.carousel--3 .owl-controls .owl-page.active {
  background-color: #231f20;
}
.carousel--3 .owl-controls .owl-pagination {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.carousel--3 .owl-buttons {
  position: absolute;
  width: 100%;
  margin-top: 0;
  bottom: -70px;
  height: 0;
}
.carousel--3 .owl-buttons > div {
  background-image: url("//financialexpress.net/Themes/FECorporate/Content/carousel-nav2.png") !important;
  background-repeat: no-repeat;
  background-color: transparent !important;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  border-radius: 50%;
  opacity: .4;
}
.carousel--3 .owl-buttons .owl-prev {
  float: left;
  background-position: 12px 0 !important;
}
.carousel--3 .owl-buttons .owl-next {
  float: right;
  background-position: -80px 0 !important;
}
.carousel--3 .owl-item img {
  -webkit-transition: all .4s;
  transition: all .4s;
}
.carousel--3 .owl-item img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  opacity: .75;
}
.carousel--3 .owl-item img:hover {
  opacity: 1;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  -webkit-filter: none;
  filter: none;
  -webkit-filter: none;
  filter: none;
}

.owl-carousel .owl-wrapper-outer:after {
  height: 0 !important;
  visibility: hidden !important;
}

.carousel--4 {
  position: relative;
}
.carousel--4 .span12.panel-wrapper,
.carousel--4 .span6.panel-wrapper {
  box-sizing: border-box;
  padding: 0 0 1em 0;
  margin-left: -1em;
}
.carousel--4 .owl-wrapper-outer {
  margin-top: 78px;
}
@media (min-width: 1024px) {
  .carousel--4 .owl-wrapper-outer {
    margin-top: 56px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .carousel--4 .owl-wrapper-outer {
    margin-top: 70px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .carousel--4 .owl-wrapper-outer {
    margin-top: 70px;
  }
}
.carousel--4 .owl-item {
  padding: 0;
  padding-top: 1.5em;
}
@media (min-width: 1024px) {
  .carousel--4 .owl-item {
    padding: 0 1em;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .carousel--4 .owl-item {
    padding: 20px 1em 0 1em;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .carousel--4 .owl-item {
    padding: 20px 1em 0 1em;
  }
}
@media (min-width: 769px) {
  .carousel--4[class*="span"],
  .carousel--4 .row-fluid {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.carousel--4 .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: -15%;
  border-top: 1px solid rgba(190, 182, 184, 0.4);
  padding-top: 1em;
  margin-top: 3em;
}
@media (min-width: 1024px) {
  .carousel--4 .owl-controls {
    margin-top: 5px;
    padding-top: 0;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .carousel--4 .owl-controls {
    margin-top: 5px;
    padding-top: 0;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .carousel--4 .owl-controls {
    margin-top: 5px;
    padding-top: 0;
  }
}
.carousel--4 .owl-controls .owl-page {
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 1em .3em;
  border-radius: 50%;
  background-color: #beb6b8;
}
@media (min-width: 1024px) {
  .carousel--4 .owl-controls .owl-page {
    margin: 1em .3em;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .carousel--4 .owl-controls .owl-page {
    margin: 1.5em .3em;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .carousel--4 .owl-controls .owl-page {
    margin: 1.5em .3em;
  }
}
.carousel--4 .owl-controls .owl-page.active {
  background-color: #1fa9e0;
}
.carousel--4 .owl-controls .owl-pagination {
  width: 100%;
  padding: 0;
  text-align: center;
}
.carousel--4 .owl-buttons {
  left: 0;
  width: 100%;
  margin-top: 5px;
}
@media (min-width: 1024px) {
  .carousel--4 .owl-buttons {
    margin-top: 0;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .carousel--4 .owl-buttons {
    margin-top: 10px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .carousel--4 .owl-buttons {
    margin-top: 10px;
  }
}
.carousel--4 .owl-buttons .owl-next {
  float: right;
  right: 0;
}

/*------------------------------------*\
    $HELPER
\*------------------------------------*/
/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesnÔÇÖt already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/**
 * Add/remove floats
 */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

.float--none {
  float: none !important;
}

/**
 * Text alignment
 */
.text--left {
  text-align: left  !important;
}

.text--center {
  text-align: center !important;
}

.text--right {
  text-align: right !important;
}

/**
 * Font weights
 */
.weight--light {
  font-weight: 300 !important;
}

.weight--normal {
  font-weight: 400 !important;
}

.weight--semibold {
  font-weight: 600 !important;
}

/**
 * Add/remove paddings
 */
.soft {
  padding: 6em !important;
}

.soft--top {
  padding-top: 6em !important;
}

.soft--right {
  padding-right: 6em !important;
}

.soft--bottom {
  padding-bottom: 6em !important;
}

.soft--left {
  padding-left: 6em !important;
}

.soft--ends {
  padding-top: 6em !important;
  padding-bottom: 6em !important;
}

.soft--sides {
  padding-right: 6em !important;
  padding-left: 6em !important;
}

.soft-half {
  padding: 3em !important;
}

.soft-half--top {
  padding-top: 3em !important;
}

.soft-half--right {
  padding-right: 3em !important;
}

.soft-half--bottom {
  padding-bottom: 3em !important;
}

.soft-half--left {
  padding-left: 3em !important;
}

.soft-half--ends {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.soft-half--sides {
  padding-right: 3em !important;
  padding-left: 3em !important;
}

.hard {
  padding: 0 !important;
}

.hard--top {
  padding-top: 0 !important;
}

.hard--right {
  padding-right: 0 !important;
}

.hard--bottom {
  padding-bottom: 0 !important;
}

.hard--left {
  padding-left: 0 !important;
}

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.hard-half {
  padding: 1em !important;
}

.hard-half--top {
  padding-top: 1em !important;
}

.hard-half--right {
  padding-right: 1em !important;
}

.hard-half--bottom {
  padding-bottom: 1em !important;
}

.hard-half--left {
  padding-left: 1em !important;
}

.hard-half--ends {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.hard-half--sides {
  padding-right: 1em !important;
  padding-left: 1em !important;
}

/**
 * Clearfix
 */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.

.informative{
    cursor:help!important;
} */
/**
 * Mute an object by reducing its opacity.

.muted{
    opacity:0.5!important;
    filter:alpha(opacity = 50)!important;
}
 */
/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */
.proceed {
  text-align: right !important;
}

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */
.go:after {
  content: " " "»" !important;
}

/**
 * Apply capital case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase !important;
}

.lap--only {
  display: inline-block;
}
@media (min-width: 769px) {
  .lap--only {
    display: none;
  }
}

ul.resp-tabs-list, p {
  margin: 0;
  padding: 0;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-item.resp-tab-active {
  margin-bottom: -1px;
  padding: 12px 14px 14px 14px;
}

.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
}

h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #c1c1c1;
  border-top: none;
  margin: 0px;
  padding: 10px 15px;
}

h2.resp-accordion.resp-tab-active {
  border-bottom: 0px solid #c1c1c1;
  margin-bottom: 0px;
  padding: 10px 15px;
}

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li.resp-tab-item {
  display: block;
  padding: 15px 15px;
  margin: 0;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
.resp-vtabs,
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-item.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px;
  padding: 14px 15px 15px 14px;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

h2.resp-tab-active {
  background: #DBDBDB;
}

.resp-tab-content-active {
  display: block;
}

.resp-tabs-container h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1;
}

@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
}
.resp-always-accordion ul.resp-tabs-list {
  display: none;
}
.resp-always-accordion h2.resp-accordion {
  display: block;
}
.resp-always-accordion .resp-vtabs .resp-tab-content {
  border: 1px solid #C1C1C1;
}
.resp-always-accordion .resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  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;
  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: 1045;
}

.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: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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;
  -ms-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: 1044;
}
.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: 1046;
  box-shadow: none;
}
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;
  white-space: nowrap;
}

.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;
  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;
    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);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-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;
}

.cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}

.cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: 0.6em;
  -webkit-transition: font-size 200ms;
          transition: font-size 200ms;
  line-height: 1em;
}
.cc_container .cc_message {
  font-size: 0.6em;
  -webkit-transition: font-size 200ms;
          transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.cc_container .cc_logo {
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  width: 100px;
  height: 22px;
  background-size: cover;
  background-image: url(https://s3-eu-west-1.amazonaws.com/assets.cookieconsent.silktide.com/cookie-consent-logo.png);
  opacity: 0.9;
  -webkit-transition: opacity 200ms;
          transition: opacity 200ms;
}
.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
  opacity: 1;
}

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 1em;
  }
  .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media print {
  .cc_banner-wrapper,
  .cc_container {
    display: none;
  }
}
.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
}
.cc_container .cc_btn {
  padding: 8px 10px;
  background-color: #f1d600;
  cursor: pointer;
  -webkit-transition: font-size 200ms;
          transition: font-size 200ms;
  text-align: center;
  font-size: 0.6em;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px;
}
.cc_container .cc_message {
  -webkit-transition: font-size 200ms;
          transition: font-size 200ms;
  font-size: 0.6em;
  display: block;
}

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }
  .cc_container .cc_message {
    margin-top: 0.5em;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container {
    padding: 15px 30px 15px;
  }
  .cc_container .cc_btn {
    font-size: 1em;
    padding: 8px 15px;
  }
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
.cc_banner-wrapper,
.cc_container {
  -webkit-animation: none !important;
  animation: none !important;
}

.cc_container {
  background: #231f20;
  color: #fff;
  box-sizing: border-box;
}
.cc_container ::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #000;
  background-color: #ffc20e;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
          transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  background-color: #fff;
  color: #000;
}
.cc_container a,
.cc_container a:visited {
  text-decoration: none;
  color: #31a8f0;
  -webkit-transition: 200ms color;
          transition: 200ms color;
}
.cc_container a:hover,
.cc_container a:active {
  color: #b2f7ff;
}

@-webkit-keyframes slideDown {
  0% {
    margin-top: -66px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes slideDown {
  0% {
    margin-top: -66px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes growDown {
  0% {
    height: 0;
  }
  100% {
    height: 66px;
  }
}
@keyframes growDown {
  0% {
    height: 0;
  }
  100% {
    height: 66px;
  }
}
.cc_container {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}

.cc_banner-wrapper {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: growDown;
  animation-name: growDown;
}

