/*
Theme Name: Bombora
Theme URI: 
Author: ExpandTheRoom
Author URI: www.expandtheroom.com
Description: Official Bombora.com Wordpress Theme
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
*/
/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * MAIN
 *
 * This file is reserved for @imports only. It should rarely need to be updated.
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/*-------------------------------------------- */
/** CSS Framework Configuration  */
/*-------------------------------------------- */
/* Trellis CSS */
/*The Width of the site in pixels, percent, or auto*/
/* Responsive sizes*/
/* Min width */
/* Min width */
/* Min width */
/* Paragraph Line Height and Margin */
/* Paragraph Line Height and Margin */
/*Colors*/
/* Text Sizes Big Screen*/
/* Text Sizes Mobile */
/* Documention : www.theelixirhaus.com/projects/trellis */
/*-------------------------------------------- */
/** Vendor */
/*-------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

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

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

td,
th {
  padding: 0; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../font/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../font/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../font/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../font/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

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

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

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

.fa-th:before {
  content: "\f00a"; }

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

.fa-check:before {
  content: "\f00c"; }

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

.fa-home:before {
  content: "\f015"; }

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

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

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

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

.fa-indent:before {
  content: "\f03c"; }

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

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

.fa-pencil:before {
  content: "\f040"; }

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

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

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

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

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

.fa-arrows:before {
  content: "\f047"; }

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

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

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

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

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

.fa-eject:before {
  content: "\f052"; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b"; }

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

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

.fa-ban:before {
  content: "\f05e"; }

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

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

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

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

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

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

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

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

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

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

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

.fa-folder:before {
  content: "\f07b"; }

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084"; }

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

.fa-comments:before {
  content: "\f086"; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

.fa-upload:before {
  content: "\f093"; }

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

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

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

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

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

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

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

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

.fa-square:before {
  content: "\f0c8"; }

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

.fa-columns:before {
  content: "\f0db"; }

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

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

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

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

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

.fa-beer:before {
  content: "\f0fc"; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b"; }

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

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

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

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

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

.fa-crop:before {
  content: "\f125"; }

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

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

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b"; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

.fa-dropbox:before {
  content: "\f16b"; }

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

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

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

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

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

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

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

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

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

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

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

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

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

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

.fa-git:before {
  content: "\f1d3"; }

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

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

.fa-history:before {
  content: "\f1da"; }

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

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

.fa-bomb:before {
  content: "\f1e2"; }

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

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202"; }

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

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

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

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

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

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

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

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

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

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

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

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

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d"; }

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254"; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

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

.fa-gg:before {
  content: "\f260"; }

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

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

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

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

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

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

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

.fa-contao:before {
  content: "\f26d"; }

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

.fa-amazon:before {
  content: "\f270"; }

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

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

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

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

.fa-industry:before {
  content: "\f275"; }

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

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

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

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

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

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

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

.fa-fonticons:before {
  content: "\f280"; }

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

.fa-edge:before {
  content: "\f282"; }

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

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

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

.fa-usb:before {
  content: "\f287"; }

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

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

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

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

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

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

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

.fa-blind:before {
  content: "\f29d"; }

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

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

.fa-braille:before {
  content: "\f2a1"; }

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

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

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

.fa-glide:before {
  content: "\f2a5"; }

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

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

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

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

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

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

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

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

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

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

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "\f2c4"; }

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

.fa-telegram:before {
  content: "\f2c6"; }

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

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

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

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

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

.fa-shower:before {
  content: "\f2cc"; }

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

.fa-podcast:before {
  content: "\f2ce"; }

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

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

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

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

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

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-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; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.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; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("assets/js/vendor/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("assets/js/vendor/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("assets/js/vendor/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("assets/js/vendor/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("assets/js/vendor/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("assets/js/vendor/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* Libraries */
/* Text colors */
.t-txt-clr1, .t-txt-clr1 > p {
  color: #044C65; }

.t-txt-clr2, .t-txt-clr2 > p {
  color: #EC7E1E; }

.t-txt-clr3, .t-txt-clr3 > p {
  color: #066283; }

.t-txt-clr4, .t-txt-clr4 > p {
  color: #FFFAEB; }

.t-txt-clr5, .t-txt-clr5 > p {
  color: #A0B9C2; }

.t-txt-clr6, .t-txt-clr6 > p {
  color: #455465; }

.t-txt-grey1, .t-txt-grey1 > p {
  color: #E9E9EF;
  -webkit-font-smoothing: antialiased; }

.t-txt-grey2, .t-txt-grey2 > p {
  color: #dde1e4; }

.t-txt-grey3, .t-txt-grey3 > p {
  color: #aaa; }

.t-txt-grey4, .t-txt-grey4 > p {
  color: #777; }

.t-txt-blk, .t-txt-blk > p {
  color: #000; }

.t-txt-wht, .t-txt-wht > p {
  color: #fff;
  -webkit-font-smoothing: antialiased; }

/* Background colors */
.t-bg-clr1 {
  background-color: #044C65; }

.t-bg-clr2 {
  background-color: #EC7E1E; }

.t-bg-clr3 {
  background-color: #066283; }

.t-bg-clr4 {
  background-color: #FFFAEB; }

.t-bg-clr5 {
  background-color: #A0B9C2; }

.t-bg-clr6 {
  background-color: #455465; }

.t-bg-grey1 {
  background-color: #E9E9EF; }

.t-bg-grey2 {
  background-color: #dde1e4; }

.t-bg-grey3 {
  background-color: #aaa; }

.t-bg-grey3 {
  background-color: #777; }

.t-bg-blk {
  background-color: #000; }

.t-bg-wht {
  background-color: #fff; }

a {
  color: inherit;
  text-decoration: none; }

p a {
  text-decoration: underline; }

body {
  font-size: 16px; }

img {
  max-width: 100%; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 21px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 21px; }

p {
  font-size: 18px;
  line-height: auto;
  margin: 20px 0; }

.t-txt-h1 {
  font-size: 70px; }

.t-txt-h2 {
  font-size: 40px; }

.t-txt-h3 {
  font-size: 30px; }

.t-txt-h4 {
  font-size: 21px; }

.t-txt-big, .t-txt-big p {
  font-size: 21px; }

.t-txt-med, .t-txt-med p {
  font-size: 18px; }

.t-txt-norm, .t-txt-norm p {
  font-size: 16px; }

.t-txt-small, .t-txt-small p {
  font-size: 14px; }

.t-txt-xsmall, .t-txt-xsmall p {
  font-size: 12px; }

@media (max-width: 501px) {
  h1 {
    font-size: 50px; }
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 22px; }
  h4 {
    font-size: 20px; }
  .t-txt-h1 {
    font-size: 50px; }
  .t-txt-h2 {
    font-size: 30px; }
  .t-txt-h3 {
    font-size: 22px; }
  .t-txt-h4 {
    font-size: 20px; }
  .t-txt-big, .t-txt-big p {
    font-size: 18px; }
  .t-txt-med, .t-txt-med p {
    font-size: 16px; }
  .t-txt-norm, .t-txt-norm p {
    font-size: 16px; }
  .t-txt-small, .t-txt-small p {
    font-size: 14px; }
  .t-txt-xsmall, .t-txt-xsmall p {
    font-size: 12px; } }

.t-txt-cntr {
  text-align: center; }

.t-txt-rt {
  text-align: right; }

.t-txt-lft {
  text-align: left; }

.t-pos-cntr {
  margin-left: auto;
  margin-right: auto; }

.t-pos-rt {
  margin-left: auto;
  margin-right: 0; }

.t-hide {
  display: none; }

@media (max-width: 1023px) {
  .t-hide-under-l {
    display: none; } }

@media (max-width: 769px) {
  .t-hide-under-m {
    display: none; } }

@media (max-width: 501px) {
  .t-hide-under-s {
    display: none; } }

.t-show-under-l {
  display: none; }

.t-show-under-m {
  display: none; }

.t-show-under-s {
  display: none; }

@media (max-width: 1023px) {
  .t-show-under-l {
    display: block; } }

@media (max-width: 769px) {
  .t-show-under-m {
    display: block; } }

@media (max-width: 501px) {
  .t-show-under-s {
    display: block; } }

.t-overflow-vis {
  overflow: visible; }

.t-contain {
  max-width: 1366px; }

.t-col {
  float: left; }

.t-valigner {
  display: table;
  width: 100%; }
  .t-valigner .t-valign {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

/* Set grid item's width individually by percent */
.t-view-xs-10pc {
  float: left;
  width: 10%; }

.t-view-xs-15pc {
  float: left;
  width: 15%; }

.t-view-xs-20pc {
  float: left;
  width: 20%; }

.t-view-xs-25pc {
  float: left;
  width: 25%; }

.t-view-xs-30pc {
  float: left;
  width: 30%; }

.t-view-xs-35pc {
  float: left;
  width: 35%; }

.t-view-xs-40pc {
  float: left;
  width: 40%; }

.t-view-xs-45pc {
  float: left;
  width: 45%; }

.t-view-xs-50pc {
  float: left;
  width: 50%; }

.t-view-xs-55pc {
  float: left;
  width: 55%; }

.t-view-xs-60pc {
  float: left;
  width: 60%; }

.t-view-xs-65pc {
  float: left;
  width: 65%; }

.t-view-xs-70pc {
  float: left;
  width: 70%; }

.t-view-xs-75pc {
  float: left;
  width: 75%; }

.t-view-xs-80pc {
  float: left;
  width: 80%; }

.t-view-xs-85pc {
  float: left;
  width: 85%; }

.t-view-xs-90pc {
  float: left;
  width: 90%; }

.t-view-xs-95pc {
  float: left;
  width: 95%; }

.t-view-xs-100pc {
  float: left;
  width: 100%; }

.t-view-xs-105pc {
  float: left;
  width: 105%; }

@media (min-width: 501px) {
  .t-view-s-10pc {
    float: left;
    width: 10%; }
  .t-view-s-15pc {
    float: left;
    width: 15%; }
  .t-view-s-20pc {
    float: left;
    width: 20%; }
  .t-view-s-25pc {
    float: left;
    width: 25%; }
  .t-view-s-30pc {
    float: left;
    width: 30%; }
  .t-view-s-35pc {
    float: left;
    width: 35%; }
  .t-view-s-40pc {
    float: left;
    width: 40%; }
  .t-view-s-45pc {
    float: left;
    width: 45%; }
  .t-view-s-50pc {
    float: left;
    width: 50%; }
  .t-view-s-55pc {
    float: left;
    width: 55%; }
  .t-view-s-60pc {
    float: left;
    width: 60%; }
  .t-view-s-65pc {
    float: left;
    width: 65%; }
  .t-view-s-70pc {
    float: left;
    width: 70%; }
  .t-view-s-75pc {
    float: left;
    width: 75%; }
  .t-view-s-80pc {
    float: left;
    width: 80%; }
  .t-view-s-85pc {
    float: left;
    width: 85%; }
  .t-view-s-90pc {
    float: left;
    width: 90%; }
  .t-view-s-95pc {
    float: left;
    width: 95%; }
  .t-view-s-100pc {
    float: left;
    width: 100%; }
  .t-view-s-105pc {
    float: left;
    width: 105%; } }

@media (min-width: 769px) {
  .t-view-m-10pc {
    float: left;
    width: 10%; }
  .t-view-m-15pc {
    float: left;
    width: 15%; }
  .t-view-m-20pc {
    float: left;
    width: 20%; }
  .t-view-m-25pc {
    float: left;
    width: 25%; }
  .t-view-m-30pc {
    float: left;
    width: 30%; }
  .t-view-m-35pc {
    float: left;
    width: 35%; }
  .t-view-m-40pc {
    float: left;
    width: 40%; }
  .t-view-m-45pc {
    float: left;
    width: 45%; }
  .t-view-m-50pc {
    float: left;
    width: 50%; }
  .t-view-m-55pc {
    float: left;
    width: 55%; }
  .t-view-m-60pc {
    float: left;
    width: 60%; }
  .t-view-m-65pc {
    float: left;
    width: 65%; }
  .t-view-m-70pc {
    float: left;
    width: 70%; }
  .t-view-m-75pc {
    float: left;
    width: 75%; }
  .t-view-m-80pc {
    float: left;
    width: 80%; }
  .t-view-m-85pc {
    float: left;
    width: 85%; }
  .t-view-m-90pc {
    float: left;
    width: 90%; }
  .t-view-m-95pc {
    float: left;
    width: 95%; }
  .t-view-m-100pc {
    float: left;
    width: 100%; }
  .t-view-m-105pc {
    float: left;
    width: 105%; } }

@media (min-width: 1023px) {
  .t-view-l-10pc {
    float: left;
    width: 10%; }
  .t-view-l-15pc {
    float: left;
    width: 15%; }
  .t-view-l-20pc {
    float: left;
    width: 20%; }
  .t-view-l-25pc {
    float: left;
    width: 25%; }
  .t-view-l-30pc {
    float: left;
    width: 30%; }
  .t-view-l-35pc {
    float: left;
    width: 35%; }
  .t-view-l-40pc {
    float: left;
    width: 40%; }
  .t-view-l-45pc {
    float: left;
    width: 45%; }
  .t-view-l-50pc {
    float: left;
    width: 50%; }
  .t-view-l-55pc {
    float: left;
    width: 55%; }
  .t-view-l-60pc {
    float: left;
    width: 60%; }
  .t-view-l-65pc {
    float: left;
    width: 65%; }
  .t-view-l-70pc {
    float: left;
    width: 70%; }
  .t-view-l-75pc {
    float: left;
    width: 75%; }
  .t-view-l-80pc {
    float: left;
    width: 80%; }
  .t-view-l-85pc {
    float: left;
    width: 85%; }
  .t-view-l-90pc {
    float: left;
    width: 90%; }
  .t-view-l-95pc {
    float: left;
    width: 95%; }
  .t-view-l-100pc {
    float: left;
    width: 100%; }
  .t-view-l-105pc {
    float: left;
    width: 105%; } }

/* Set items with by number of items in row*/
.t-view-xs-fit-1 > * {
  float: left;
  width: 100%; }

.t-view-xs-fit-2 > * {
  float: left;
  width: 50%; }

.t-view-xs-fit-3 > * {
  float: left;
  width: 33.3333333333%; }

.t-view-xs-fit-4 > * {
  float: left;
  width: 25%; }

.t-view-xs-fit-5 > * {
  float: left;
  width: 20%; }

.t-view-xs-fit-6 > * {
  float: left;
  width: 16.6666666667%; }

.t-view-xs-fit-7 > * {
  float: left;
  width: 14.2857142857%; }

.t-view-xs-fit-8 > * {
  float: left;
  width: 12.5%; }

.t-view-xs-fit-9 > * {
  float: left;
  width: 11.1111111111%; }

.t-view-xs-fit-10 > * {
  float: left;
  width: 10%; }

.t-view-xs-fit-11 > * {
  float: left;
  width: 9.0909090909%; }

.t-view-xs-fit-12 > * {
  float: left;
  width: 8.3333333333%; }

.t-view-xs-fit-13 > * {
  float: left;
  width: 7.6923076923%; }

.t-view-xs-fit-14 > * {
  float: left;
  width: 7.1428571429%; }

.t-view-xs-fit-15 > * {
  float: left;
  width: 6.6666666667%; }

.t-view-xs-fit-16 > * {
  float: left;
  width: 6.25%; }

.t-view-xs-fit-17 > * {
  float: left;
  width: 5.8823529412%; }

.t-view-xs-fit-18 > * {
  float: left;
  width: 5.5555555556%; }

.t-view-xs-fit-19 > * {
  float: left;
  width: 5.2631578947%; }

.t-view-xs-fit-20 > * {
  float: left;
  width: 5%; }

.t-view-xs-fit-21 > * {
  float: left;
  width: 4.7619047619%; }

.t-view-xs-fit-22 > * {
  float: left;
  width: 4.5454545455%; }

.t-view-xs-fit-23 > * {
  float: left;
  width: 4.347826087%; }

.t-view-xs-fit-24 > * {
  float: left;
  width: 4.1666666667%; }

.t-view-xs-fit-25 > * {
  float: left;
  width: 4%; }

.t-view-xs-fit-26 > * {
  float: left;
  width: 3.8461538462%; }

.t-view-xs-fit-27 > * {
  float: left;
  width: 3.7037037037%; }

.t-view-xs-fit-28 > * {
  float: left;
  width: 3.5714285714%; }

.t-view-xs-fit-29 > * {
  float: left;
  width: 3.4482758621%; }

.t-view-xs-fit-30 > * {
  float: left;
  width: 3.3333333333%; }

.t-view-xs-fit-31 > * {
  float: left;
  width: 3.2258064516%; }

.t-view-xs-fit-32 > * {
  float: left;
  width: 3.125%; }

.t-view-xs-fit-33 > * {
  float: left;
  width: 3.0303030303%; }

.t-view-xs-fit-34 > * {
  float: left;
  width: 2.9411764706%; }

.t-view-xs-fit-35 > * {
  float: left;
  width: 2.8571428571%; }

.t-view-xs-fit-36 > * {
  float: left;
  width: 2.7777777778%; }

.t-view-xs-fit-37 > * {
  float: left;
  width: 2.7027027027%; }

.t-view-xs-fit-38 > * {
  float: left;
  width: 2.6315789474%; }

.t-view-xs-fit-39 > * {
  float: left;
  width: 2.5641025641%; }

.t-view-xs-fit-40 > * {
  float: left;
  width: 2.5%; }

.t-view-xs-fit-41 > * {
  float: left;
  width: 2.4390243902%; }

.t-view-xs-fit-42 > * {
  float: left;
  width: 2.380952381%; }

.t-view-xs-fit-43 > * {
  float: left;
  width: 2.3255813953%; }

.t-view-xs-fit-44 > * {
  float: left;
  width: 2.2727272727%; }

.t-view-xs-fit-45 > * {
  float: left;
  width: 2.2222222222%; }

.t-view-xs-fit-46 > * {
  float: left;
  width: 2.1739130435%; }

.t-view-xs-fit-47 > * {
  float: left;
  width: 2.1276595745%; }

.t-view-xs-fit-48 > * {
  float: left;
  width: 2.0833333333%; }

.t-view-xs-fit-49 > * {
  float: left;
  width: 2.0408163265%; }

.t-view-xs-fit-50 > * {
  float: left;
  width: 2%; }

.t-view-xs-fit-51 > * {
  float: left;
  width: 1.9607843137%; }

.t-view-xs-fit-52 > * {
  float: left;
  width: 1.9230769231%; }

.t-view-xs-fit-53 > * {
  float: left;
  width: 1.8867924528%; }

.t-view-xs-fit-54 > * {
  float: left;
  width: 1.8518518519%; }

.t-view-xs-fit-55 > * {
  float: left;
  width: 1.8181818182%; }

.t-view-xs-fit-56 > * {
  float: left;
  width: 1.7857142857%; }

.t-view-xs-fit-57 > * {
  float: left;
  width: 1.7543859649%; }

.t-view-xs-fit-58 > * {
  float: left;
  width: 1.724137931%; }

.t-view-xs-fit-59 > * {
  float: left;
  width: 1.6949152542%; }

.t-view-xs-fit-60 > * {
  float: left;
  width: 1.6666666667%; }

.t-view-xs-fit-61 > * {
  float: left;
  width: 1.6393442623%; }

.t-view-xs-fit-62 > * {
  float: left;
  width: 1.6129032258%; }

.t-view-xs-fit-63 > * {
  float: left;
  width: 1.5873015873%; }

.t-view-xs-fit-64 > * {
  float: left;
  width: 1.5625%; }

.t-view-xs-fit-65 > * {
  float: left;
  width: 1.5384615385%; }

.t-view-xs-fit-66 > * {
  float: left;
  width: 1.5151515152%; }

.t-view-xs-fit-67 > * {
  float: left;
  width: 1.4925373134%; }

.t-view-xs-fit-68 > * {
  float: left;
  width: 1.4705882353%; }

.t-view-xs-fit-69 > * {
  float: left;
  width: 1.4492753623%; }

.t-view-xs-fit-70 > * {
  float: left;
  width: 1.4285714286%; }

.t-view-xs-fit-71 > * {
  float: left;
  width: 1.4084507042%; }

.t-view-xs-fit-72 > * {
  float: left;
  width: 1.3888888889%; }

.t-view-xs-fit-73 > * {
  float: left;
  width: 1.3698630137%; }

.t-view-xs-fit-74 > * {
  float: left;
  width: 1.3513513514%; }

.t-view-xs-fit-75 > * {
  float: left;
  width: 1.3333333333%; }

.t-view-xs-fit-76 > * {
  float: left;
  width: 1.3157894737%; }

.t-view-xs-fit-77 > * {
  float: left;
  width: 1.2987012987%; }

.t-view-xs-fit-78 > * {
  float: left;
  width: 1.2820512821%; }

.t-view-xs-fit-79 > * {
  float: left;
  width: 1.2658227848%; }

.t-view-xs-fit-80 > * {
  float: left;
  width: 1.25%; }

.t-view-xs-fit-81 > * {
  float: left;
  width: 1.2345679012%; }

.t-view-xs-fit-82 > * {
  float: left;
  width: 1.2195121951%; }

.t-view-xs-fit-83 > * {
  float: left;
  width: 1.2048192771%; }

.t-view-xs-fit-84 > * {
  float: left;
  width: 1.1904761905%; }

.t-view-xs-fit-85 > * {
  float: left;
  width: 1.1764705882%; }

.t-view-xs-fit-86 > * {
  float: left;
  width: 1.1627906977%; }

.t-view-xs-fit-87 > * {
  float: left;
  width: 1.1494252874%; }

.t-view-xs-fit-88 > * {
  float: left;
  width: 1.1363636364%; }

.t-view-xs-fit-89 > * {
  float: left;
  width: 1.1235955056%; }

.t-view-xs-fit-90 > * {
  float: left;
  width: 1.1111111111%; }

.t-view-xs-fit-91 > * {
  float: left;
  width: 1.0989010989%; }

.t-view-xs-fit-92 > * {
  float: left;
  width: 1.0869565217%; }

.t-view-xs-fit-93 > * {
  float: left;
  width: 1.0752688172%; }

.t-view-xs-fit-94 > * {
  float: left;
  width: 1.0638297872%; }

.t-view-xs-fit-95 > * {
  float: left;
  width: 1.0526315789%; }

.t-view-xs-fit-96 > * {
  float: left;
  width: 1.0416666667%; }

.t-view-xs-fit-97 > * {
  float: left;
  width: 1.0309278351%; }

.t-view-xs-fit-98 > * {
  float: left;
  width: 1.0204081633%; }

.t-view-xs-fit-99 > * {
  float: left;
  width: 1.0101010101%; }

.t-view-xs-fit-100 > * {
  float: left;
  width: 1%; }

@media (min-width: 501px) {
  .t-view-s-fit-1 > * {
    float: left;
    width: 100%; }
  .t-view-s-fit-2 > * {
    float: left;
    width: 50%; }
  .t-view-s-fit-3 > * {
    float: left;
    width: 33.3333333333%; }
  .t-view-s-fit-4 > * {
    float: left;
    width: 25%; }
  .t-view-s-fit-5 > * {
    float: left;
    width: 20%; }
  .t-view-s-fit-6 > * {
    float: left;
    width: 16.6666666667%; }
  .t-view-s-fit-7 > * {
    float: left;
    width: 14.2857142857%; }
  .t-view-s-fit-8 > * {
    float: left;
    width: 12.5%; }
  .t-view-s-fit-9 > * {
    float: left;
    width: 11.1111111111%; }
  .t-view-s-fit-10 > * {
    float: left;
    width: 10%; }
  .t-view-s-fit-11 > * {
    float: left;
    width: 9.0909090909%; }
  .t-view-s-fit-12 > * {
    float: left;
    width: 8.3333333333%; }
  .t-view-s-fit-13 > * {
    float: left;
    width: 7.6923076923%; }
  .t-view-s-fit-14 > * {
    float: left;
    width: 7.1428571429%; }
  .t-view-s-fit-15 > * {
    float: left;
    width: 6.6666666667%; }
  .t-view-s-fit-16 > * {
    float: left;
    width: 6.25%; }
  .t-view-s-fit-17 > * {
    float: left;
    width: 5.8823529412%; }
  .t-view-s-fit-18 > * {
    float: left;
    width: 5.5555555556%; }
  .t-view-s-fit-19 > * {
    float: left;
    width: 5.2631578947%; }
  .t-view-s-fit-20 > * {
    float: left;
    width: 5%; }
  .t-view-s-fit-21 > * {
    float: left;
    width: 4.7619047619%; }
  .t-view-s-fit-22 > * {
    float: left;
    width: 4.5454545455%; }
  .t-view-s-fit-23 > * {
    float: left;
    width: 4.347826087%; }
  .t-view-s-fit-24 > * {
    float: left;
    width: 4.1666666667%; }
  .t-view-s-fit-25 > * {
    float: left;
    width: 4%; }
  .t-view-s-fit-26 > * {
    float: left;
    width: 3.8461538462%; }
  .t-view-s-fit-27 > * {
    float: left;
    width: 3.7037037037%; }
  .t-view-s-fit-28 > * {
    float: left;
    width: 3.5714285714%; }
  .t-view-s-fit-29 > * {
    float: left;
    width: 3.4482758621%; }
  .t-view-s-fit-30 > * {
    float: left;
    width: 3.3333333333%; }
  .t-view-s-fit-31 > * {
    float: left;
    width: 3.2258064516%; }
  .t-view-s-fit-32 > * {
    float: left;
    width: 3.125%; }
  .t-view-s-fit-33 > * {
    float: left;
    width: 3.0303030303%; }
  .t-view-s-fit-34 > * {
    float: left;
    width: 2.9411764706%; }
  .t-view-s-fit-35 > * {
    float: left;
    width: 2.8571428571%; }
  .t-view-s-fit-36 > * {
    float: left;
    width: 2.7777777778%; }
  .t-view-s-fit-37 > * {
    float: left;
    width: 2.7027027027%; }
  .t-view-s-fit-38 > * {
    float: left;
    width: 2.6315789474%; }
  .t-view-s-fit-39 > * {
    float: left;
    width: 2.5641025641%; }
  .t-view-s-fit-40 > * {
    float: left;
    width: 2.5%; }
  .t-view-s-fit-41 > * {
    float: left;
    width: 2.4390243902%; }
  .t-view-s-fit-42 > * {
    float: left;
    width: 2.380952381%; }
  .t-view-s-fit-43 > * {
    float: left;
    width: 2.3255813953%; }
  .t-view-s-fit-44 > * {
    float: left;
    width: 2.2727272727%; }
  .t-view-s-fit-45 > * {
    float: left;
    width: 2.2222222222%; }
  .t-view-s-fit-46 > * {
    float: left;
    width: 2.1739130435%; }
  .t-view-s-fit-47 > * {
    float: left;
    width: 2.1276595745%; }
  .t-view-s-fit-48 > * {
    float: left;
    width: 2.0833333333%; }
  .t-view-s-fit-49 > * {
    float: left;
    width: 2.0408163265%; }
  .t-view-s-fit-50 > * {
    float: left;
    width: 2%; }
  .t-view-s-fit-51 > * {
    float: left;
    width: 1.9607843137%; }
  .t-view-s-fit-52 > * {
    float: left;
    width: 1.9230769231%; }
  .t-view-s-fit-53 > * {
    float: left;
    width: 1.8867924528%; }
  .t-view-s-fit-54 > * {
    float: left;
    width: 1.8518518519%; }
  .t-view-s-fit-55 > * {
    float: left;
    width: 1.8181818182%; }
  .t-view-s-fit-56 > * {
    float: left;
    width: 1.7857142857%; }
  .t-view-s-fit-57 > * {
    float: left;
    width: 1.7543859649%; }
  .t-view-s-fit-58 > * {
    float: left;
    width: 1.724137931%; }
  .t-view-s-fit-59 > * {
    float: left;
    width: 1.6949152542%; }
  .t-view-s-fit-60 > * {
    float: left;
    width: 1.6666666667%; }
  .t-view-s-fit-61 > * {
    float: left;
    width: 1.6393442623%; }
  .t-view-s-fit-62 > * {
    float: left;
    width: 1.6129032258%; }
  .t-view-s-fit-63 > * {
    float: left;
    width: 1.5873015873%; }
  .t-view-s-fit-64 > * {
    float: left;
    width: 1.5625%; }
  .t-view-s-fit-65 > * {
    float: left;
    width: 1.5384615385%; }
  .t-view-s-fit-66 > * {
    float: left;
    width: 1.5151515152%; }
  .t-view-s-fit-67 > * {
    float: left;
    width: 1.4925373134%; }
  .t-view-s-fit-68 > * {
    float: left;
    width: 1.4705882353%; }
  .t-view-s-fit-69 > * {
    float: left;
    width: 1.4492753623%; }
  .t-view-s-fit-70 > * {
    float: left;
    width: 1.4285714286%; }
  .t-view-s-fit-71 > * {
    float: left;
    width: 1.4084507042%; }
  .t-view-s-fit-72 > * {
    float: left;
    width: 1.3888888889%; }
  .t-view-s-fit-73 > * {
    float: left;
    width: 1.3698630137%; }
  .t-view-s-fit-74 > * {
    float: left;
    width: 1.3513513514%; }
  .t-view-s-fit-75 > * {
    float: left;
    width: 1.3333333333%; }
  .t-view-s-fit-76 > * {
    float: left;
    width: 1.3157894737%; }
  .t-view-s-fit-77 > * {
    float: left;
    width: 1.2987012987%; }
  .t-view-s-fit-78 > * {
    float: left;
    width: 1.2820512821%; }
  .t-view-s-fit-79 > * {
    float: left;
    width: 1.2658227848%; }
  .t-view-s-fit-80 > * {
    float: left;
    width: 1.25%; }
  .t-view-s-fit-81 > * {
    float: left;
    width: 1.2345679012%; }
  .t-view-s-fit-82 > * {
    float: left;
    width: 1.2195121951%; }
  .t-view-s-fit-83 > * {
    float: left;
    width: 1.2048192771%; }
  .t-view-s-fit-84 > * {
    float: left;
    width: 1.1904761905%; }
  .t-view-s-fit-85 > * {
    float: left;
    width: 1.1764705882%; }
  .t-view-s-fit-86 > * {
    float: left;
    width: 1.1627906977%; }
  .t-view-s-fit-87 > * {
    float: left;
    width: 1.1494252874%; }
  .t-view-s-fit-88 > * {
    float: left;
    width: 1.1363636364%; }
  .t-view-s-fit-89 > * {
    float: left;
    width: 1.1235955056%; }
  .t-view-s-fit-90 > * {
    float: left;
    width: 1.1111111111%; }
  .t-view-s-fit-91 > * {
    float: left;
    width: 1.0989010989%; }
  .t-view-s-fit-92 > * {
    float: left;
    width: 1.0869565217%; }
  .t-view-s-fit-93 > * {
    float: left;
    width: 1.0752688172%; }
  .t-view-s-fit-94 > * {
    float: left;
    width: 1.0638297872%; }
  .t-view-s-fit-95 > * {
    float: left;
    width: 1.0526315789%; }
  .t-view-s-fit-96 > * {
    float: left;
    width: 1.0416666667%; }
  .t-view-s-fit-97 > * {
    float: left;
    width: 1.0309278351%; }
  .t-view-s-fit-98 > * {
    float: left;
    width: 1.0204081633%; }
  .t-view-s-fit-99 > * {
    float: left;
    width: 1.0101010101%; }
  .t-view-s-fit-100 > * {
    float: left;
    width: 1%; } }

@media (min-width: 769px) {
  .t-view-m-fit-1 > * {
    float: left;
    width: 100%; }
  .t-view-m-fit-2 > * {
    float: left;
    width: 50%; }
  .t-view-m-fit-3 > * {
    float: left;
    width: 33.3333333333%; }
  .t-view-m-fit-4 > * {
    float: left;
    width: 25%; }
  .t-view-m-fit-5 > * {
    float: left;
    width: 20%; }
  .t-view-m-fit-6 > * {
    float: left;
    width: 16.6666666667%; }
  .t-view-m-fit-7 > * {
    float: left;
    width: 14.2857142857%; }
  .t-view-m-fit-8 > * {
    float: left;
    width: 12.5%; }
  .t-view-m-fit-9 > * {
    float: left;
    width: 11.1111111111%; }
  .t-view-m-fit-10 > * {
    float: left;
    width: 10%; }
  .t-view-m-fit-11 > * {
    float: left;
    width: 9.0909090909%; }
  .t-view-m-fit-12 > * {
    float: left;
    width: 8.3333333333%; }
  .t-view-m-fit-13 > * {
    float: left;
    width: 7.6923076923%; }
  .t-view-m-fit-14 > * {
    float: left;
    width: 7.1428571429%; }
  .t-view-m-fit-15 > * {
    float: left;
    width: 6.6666666667%; }
  .t-view-m-fit-16 > * {
    float: left;
    width: 6.25%; }
  .t-view-m-fit-17 > * {
    float: left;
    width: 5.8823529412%; }
  .t-view-m-fit-18 > * {
    float: left;
    width: 5.5555555556%; }
  .t-view-m-fit-19 > * {
    float: left;
    width: 5.2631578947%; }
  .t-view-m-fit-20 > * {
    float: left;
    width: 5%; }
  .t-view-m-fit-21 > * {
    float: left;
    width: 4.7619047619%; }
  .t-view-m-fit-22 > * {
    float: left;
    width: 4.5454545455%; }
  .t-view-m-fit-23 > * {
    float: left;
    width: 4.347826087%; }
  .t-view-m-fit-24 > * {
    float: left;
    width: 4.1666666667%; }
  .t-view-m-fit-25 > * {
    float: left;
    width: 4%; }
  .t-view-m-fit-26 > * {
    float: left;
    width: 3.8461538462%; }
  .t-view-m-fit-27 > * {
    float: left;
    width: 3.7037037037%; }
  .t-view-m-fit-28 > * {
    float: left;
    width: 3.5714285714%; }
  .t-view-m-fit-29 > * {
    float: left;
    width: 3.4482758621%; }
  .t-view-m-fit-30 > * {
    float: left;
    width: 3.3333333333%; }
  .t-view-m-fit-31 > * {
    float: left;
    width: 3.2258064516%; }
  .t-view-m-fit-32 > * {
    float: left;
    width: 3.125%; }
  .t-view-m-fit-33 > * {
    float: left;
    width: 3.0303030303%; }
  .t-view-m-fit-34 > * {
    float: left;
    width: 2.9411764706%; }
  .t-view-m-fit-35 > * {
    float: left;
    width: 2.8571428571%; }
  .t-view-m-fit-36 > * {
    float: left;
    width: 2.7777777778%; }
  .t-view-m-fit-37 > * {
    float: left;
    width: 2.7027027027%; }
  .t-view-m-fit-38 > * {
    float: left;
    width: 2.6315789474%; }
  .t-view-m-fit-39 > * {
    float: left;
    width: 2.5641025641%; }
  .t-view-m-fit-40 > * {
    float: left;
    width: 2.5%; }
  .t-view-m-fit-41 > * {
    float: left;
    width: 2.4390243902%; }
  .t-view-m-fit-42 > * {
    float: left;
    width: 2.380952381%; }
  .t-view-m-fit-43 > * {
    float: left;
    width: 2.3255813953%; }
  .t-view-m-fit-44 > * {
    float: left;
    width: 2.2727272727%; }
  .t-view-m-fit-45 > * {
    float: left;
    width: 2.2222222222%; }
  .t-view-m-fit-46 > * {
    float: left;
    width: 2.1739130435%; }
  .t-view-m-fit-47 > * {
    float: left;
    width: 2.1276595745%; }
  .t-view-m-fit-48 > * {
    float: left;
    width: 2.0833333333%; }
  .t-view-m-fit-49 > * {
    float: left;
    width: 2.0408163265%; }
  .t-view-m-fit-50 > * {
    float: left;
    width: 2%; }
  .t-view-m-fit-51 > * {
    float: left;
    width: 1.9607843137%; }
  .t-view-m-fit-52 > * {
    float: left;
    width: 1.9230769231%; }
  .t-view-m-fit-53 > * {
    float: left;
    width: 1.8867924528%; }
  .t-view-m-fit-54 > * {
    float: left;
    width: 1.8518518519%; }
  .t-view-m-fit-55 > * {
    float: left;
    width: 1.8181818182%; }
  .t-view-m-fit-56 > * {
    float: left;
    width: 1.7857142857%; }
  .t-view-m-fit-57 > * {
    float: left;
    width: 1.7543859649%; }
  .t-view-m-fit-58 > * {
    float: left;
    width: 1.724137931%; }
  .t-view-m-fit-59 > * {
    float: left;
    width: 1.6949152542%; }
  .t-view-m-fit-60 > * {
    float: left;
    width: 1.6666666667%; }
  .t-view-m-fit-61 > * {
    float: left;
    width: 1.6393442623%; }
  .t-view-m-fit-62 > * {
    float: left;
    width: 1.6129032258%; }
  .t-view-m-fit-63 > * {
    float: left;
    width: 1.5873015873%; }
  .t-view-m-fit-64 > * {
    float: left;
    width: 1.5625%; }
  .t-view-m-fit-65 > * {
    float: left;
    width: 1.5384615385%; }
  .t-view-m-fit-66 > * {
    float: left;
    width: 1.5151515152%; }
  .t-view-m-fit-67 > * {
    float: left;
    width: 1.4925373134%; }
  .t-view-m-fit-68 > * {
    float: left;
    width: 1.4705882353%; }
  .t-view-m-fit-69 > * {
    float: left;
    width: 1.4492753623%; }
  .t-view-m-fit-70 > * {
    float: left;
    width: 1.4285714286%; }
  .t-view-m-fit-71 > * {
    float: left;
    width: 1.4084507042%; }
  .t-view-m-fit-72 > * {
    float: left;
    width: 1.3888888889%; }
  .t-view-m-fit-73 > * {
    float: left;
    width: 1.3698630137%; }
  .t-view-m-fit-74 > * {
    float: left;
    width: 1.3513513514%; }
  .t-view-m-fit-75 > * {
    float: left;
    width: 1.3333333333%; }
  .t-view-m-fit-76 > * {
    float: left;
    width: 1.3157894737%; }
  .t-view-m-fit-77 > * {
    float: left;
    width: 1.2987012987%; }
  .t-view-m-fit-78 > * {
    float: left;
    width: 1.2820512821%; }
  .t-view-m-fit-79 > * {
    float: left;
    width: 1.2658227848%; }
  .t-view-m-fit-80 > * {
    float: left;
    width: 1.25%; }
  .t-view-m-fit-81 > * {
    float: left;
    width: 1.2345679012%; }
  .t-view-m-fit-82 > * {
    float: left;
    width: 1.2195121951%; }
  .t-view-m-fit-83 > * {
    float: left;
    width: 1.2048192771%; }
  .t-view-m-fit-84 > * {
    float: left;
    width: 1.1904761905%; }
  .t-view-m-fit-85 > * {
    float: left;
    width: 1.1764705882%; }
  .t-view-m-fit-86 > * {
    float: left;
    width: 1.1627906977%; }
  .t-view-m-fit-87 > * {
    float: left;
    width: 1.1494252874%; }
  .t-view-m-fit-88 > * {
    float: left;
    width: 1.1363636364%; }
  .t-view-m-fit-89 > * {
    float: left;
    width: 1.1235955056%; }
  .t-view-m-fit-90 > * {
    float: left;
    width: 1.1111111111%; }
  .t-view-m-fit-91 > * {
    float: left;
    width: 1.0989010989%; }
  .t-view-m-fit-92 > * {
    float: left;
    width: 1.0869565217%; }
  .t-view-m-fit-93 > * {
    float: left;
    width: 1.0752688172%; }
  .t-view-m-fit-94 > * {
    float: left;
    width: 1.0638297872%; }
  .t-view-m-fit-95 > * {
    float: left;
    width: 1.0526315789%; }
  .t-view-m-fit-96 > * {
    float: left;
    width: 1.0416666667%; }
  .t-view-m-fit-97 > * {
    float: left;
    width: 1.0309278351%; }
  .t-view-m-fit-98 > * {
    float: left;
    width: 1.0204081633%; }
  .t-view-m-fit-99 > * {
    float: left;
    width: 1.0101010101%; }
  .t-view-m-fit-100 > * {
    float: left;
    width: 1%; } }

@media (min-width: 1023px) {
  .t-view-l-fit-1 > * {
    float: left;
    width: 100%; }
  .t-view-l-fit-2 > * {
    float: left;
    width: 50%; }
  .t-view-l-fit-3 > * {
    float: left;
    width: 33.3333333333%; }
  .t-view-l-fit-4 > * {
    float: left;
    width: 25%; }
  .t-view-l-fit-5 > * {
    float: left;
    width: 20%; }
  .t-view-l-fit-6 > * {
    float: left;
    width: 16.6666666667%; }
  .t-view-l-fit-7 > * {
    float: left;
    width: 14.2857142857%; }
  .t-view-l-fit-8 > * {
    float: left;
    width: 12.5%; }
  .t-view-l-fit-9 > * {
    float: left;
    width: 11.1111111111%; }
  .t-view-l-fit-10 > * {
    float: left;
    width: 10%; }
  .t-view-l-fit-11 > * {
    float: left;
    width: 9.0909090909%; }
  .t-view-l-fit-12 > * {
    float: left;
    width: 8.3333333333%; }
  .t-view-l-fit-13 > * {
    float: left;
    width: 7.6923076923%; }
  .t-view-l-fit-14 > * {
    float: left;
    width: 7.1428571429%; }
  .t-view-l-fit-15 > * {
    float: left;
    width: 6.6666666667%; }
  .t-view-l-fit-16 > * {
    float: left;
    width: 6.25%; }
  .t-view-l-fit-17 > * {
    float: left;
    width: 5.8823529412%; }
  .t-view-l-fit-18 > * {
    float: left;
    width: 5.5555555556%; }
  .t-view-l-fit-19 > * {
    float: left;
    width: 5.2631578947%; }
  .t-view-l-fit-20 > * {
    float: left;
    width: 5%; }
  .t-view-l-fit-21 > * {
    float: left;
    width: 4.7619047619%; }
  .t-view-l-fit-22 > * {
    float: left;
    width: 4.5454545455%; }
  .t-view-l-fit-23 > * {
    float: left;
    width: 4.347826087%; }
  .t-view-l-fit-24 > * {
    float: left;
    width: 4.1666666667%; }
  .t-view-l-fit-25 > * {
    float: left;
    width: 4%; }
  .t-view-l-fit-26 > * {
    float: left;
    width: 3.8461538462%; }
  .t-view-l-fit-27 > * {
    float: left;
    width: 3.7037037037%; }
  .t-view-l-fit-28 > * {
    float: left;
    width: 3.5714285714%; }
  .t-view-l-fit-29 > * {
    float: left;
    width: 3.4482758621%; }
  .t-view-l-fit-30 > * {
    float: left;
    width: 3.3333333333%; }
  .t-view-l-fit-31 > * {
    float: left;
    width: 3.2258064516%; }
  .t-view-l-fit-32 > * {
    float: left;
    width: 3.125%; }
  .t-view-l-fit-33 > * {
    float: left;
    width: 3.0303030303%; }
  .t-view-l-fit-34 > * {
    float: left;
    width: 2.9411764706%; }
  .t-view-l-fit-35 > * {
    float: left;
    width: 2.8571428571%; }
  .t-view-l-fit-36 > * {
    float: left;
    width: 2.7777777778%; }
  .t-view-l-fit-37 > * {
    float: left;
    width: 2.7027027027%; }
  .t-view-l-fit-38 > * {
    float: left;
    width: 2.6315789474%; }
  .t-view-l-fit-39 > * {
    float: left;
    width: 2.5641025641%; }
  .t-view-l-fit-40 > * {
    float: left;
    width: 2.5%; }
  .t-view-l-fit-41 > * {
    float: left;
    width: 2.4390243902%; }
  .t-view-l-fit-42 > * {
    float: left;
    width: 2.380952381%; }
  .t-view-l-fit-43 > * {
    float: left;
    width: 2.3255813953%; }
  .t-view-l-fit-44 > * {
    float: left;
    width: 2.2727272727%; }
  .t-view-l-fit-45 > * {
    float: left;
    width: 2.2222222222%; }
  .t-view-l-fit-46 > * {
    float: left;
    width: 2.1739130435%; }
  .t-view-l-fit-47 > * {
    float: left;
    width: 2.1276595745%; }
  .t-view-l-fit-48 > * {
    float: left;
    width: 2.0833333333%; }
  .t-view-l-fit-49 > * {
    float: left;
    width: 2.0408163265%; }
  .t-view-l-fit-50 > * {
    float: left;
    width: 2%; }
  .t-view-l-fit-51 > * {
    float: left;
    width: 1.9607843137%; }
  .t-view-l-fit-52 > * {
    float: left;
    width: 1.9230769231%; }
  .t-view-l-fit-53 > * {
    float: left;
    width: 1.8867924528%; }
  .t-view-l-fit-54 > * {
    float: left;
    width: 1.8518518519%; }
  .t-view-l-fit-55 > * {
    float: left;
    width: 1.8181818182%; }
  .t-view-l-fit-56 > * {
    float: left;
    width: 1.7857142857%; }
  .t-view-l-fit-57 > * {
    float: left;
    width: 1.7543859649%; }
  .t-view-l-fit-58 > * {
    float: left;
    width: 1.724137931%; }
  .t-view-l-fit-59 > * {
    float: left;
    width: 1.6949152542%; }
  .t-view-l-fit-60 > * {
    float: left;
    width: 1.6666666667%; }
  .t-view-l-fit-61 > * {
    float: left;
    width: 1.6393442623%; }
  .t-view-l-fit-62 > * {
    float: left;
    width: 1.6129032258%; }
  .t-view-l-fit-63 > * {
    float: left;
    width: 1.5873015873%; }
  .t-view-l-fit-64 > * {
    float: left;
    width: 1.5625%; }
  .t-view-l-fit-65 > * {
    float: left;
    width: 1.5384615385%; }
  .t-view-l-fit-66 > * {
    float: left;
    width: 1.5151515152%; }
  .t-view-l-fit-67 > * {
    float: left;
    width: 1.4925373134%; }
  .t-view-l-fit-68 > * {
    float: left;
    width: 1.4705882353%; }
  .t-view-l-fit-69 > * {
    float: left;
    width: 1.4492753623%; }
  .t-view-l-fit-70 > * {
    float: left;
    width: 1.4285714286%; }
  .t-view-l-fit-71 > * {
    float: left;
    width: 1.4084507042%; }
  .t-view-l-fit-72 > * {
    float: left;
    width: 1.3888888889%; }
  .t-view-l-fit-73 > * {
    float: left;
    width: 1.3698630137%; }
  .t-view-l-fit-74 > * {
    float: left;
    width: 1.3513513514%; }
  .t-view-l-fit-75 > * {
    float: left;
    width: 1.3333333333%; }
  .t-view-l-fit-76 > * {
    float: left;
    width: 1.3157894737%; }
  .t-view-l-fit-77 > * {
    float: left;
    width: 1.2987012987%; }
  .t-view-l-fit-78 > * {
    float: left;
    width: 1.2820512821%; }
  .t-view-l-fit-79 > * {
    float: left;
    width: 1.2658227848%; }
  .t-view-l-fit-80 > * {
    float: left;
    width: 1.25%; }
  .t-view-l-fit-81 > * {
    float: left;
    width: 1.2345679012%; }
  .t-view-l-fit-82 > * {
    float: left;
    width: 1.2195121951%; }
  .t-view-l-fit-83 > * {
    float: left;
    width: 1.2048192771%; }
  .t-view-l-fit-84 > * {
    float: left;
    width: 1.1904761905%; }
  .t-view-l-fit-85 > * {
    float: left;
    width: 1.1764705882%; }
  .t-view-l-fit-86 > * {
    float: left;
    width: 1.1627906977%; }
  .t-view-l-fit-87 > * {
    float: left;
    width: 1.1494252874%; }
  .t-view-l-fit-88 > * {
    float: left;
    width: 1.1363636364%; }
  .t-view-l-fit-89 > * {
    float: left;
    width: 1.1235955056%; }
  .t-view-l-fit-90 > * {
    float: left;
    width: 1.1111111111%; }
  .t-view-l-fit-91 > * {
    float: left;
    width: 1.0989010989%; }
  .t-view-l-fit-92 > * {
    float: left;
    width: 1.0869565217%; }
  .t-view-l-fit-93 > * {
    float: left;
    width: 1.0752688172%; }
  .t-view-l-fit-94 > * {
    float: left;
    width: 1.0638297872%; }
  .t-view-l-fit-95 > * {
    float: left;
    width: 1.0526315789%; }
  .t-view-l-fit-96 > * {
    float: left;
    width: 1.0416666667%; }
  .t-view-l-fit-97 > * {
    float: left;
    width: 1.0309278351%; }
  .t-view-l-fit-98 > * {
    float: left;
    width: 1.0204081633%; }
  .t-view-l-fit-99 > * {
    float: left;
    width: 1.0101010101%; }
  .t-view-l-fit-100 > * {
    float: left;
    width: 1%; } }

.t-horiz ul {
  padding: 0;
  margin: 0; }

.t-horiz li {
  display: inline-block; }

.t-nav-mobile {
  clear: both;
  position: relative;
  left: 0;
  width: 100% !important;
  z-index: 6000;
  height: 0; }
  .t-nav-mobile ul {
    height: 100%;
    width: 100%; }
  .t-nav-mobile .t-nav-scroller {
    padding: 0;
    height: 100%;
    overflow-y: auto; }

.t-nav-ease .t-nav-mobile {
  transition: height 0.2s ease-in-out; }

.t-nav-mobile li {
  display: block;
  width: 100%; }

.t-navbar {
  overflow: visible; }
  .t-navbar .t-button-mobile-menu {
    position: absolute;
    -webkit-border-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .t-navbar .t-toggle-icon {
    display: block; }
  .t-navbar .t-toggle-icon:before, .t-navbar .t-toggle-icon:after {
    border-top: 6px solid;
    left: 3px;
    right: 3px; }

/*
 * This is where all the animation happens
 */
.t-mobmenu .t-toggle-icon, .t-toggle-icon:before, .t-toggle-icon:after {
  transition: transform, transform;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
  -moz-ttransition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5);
  transition-timing-function: cubic-bezier(0.5, -0.5, 0.5, 1.5); }

.toggle-icon:before, .t-toggle-icon:after {
  -ms-transform-origin: center;
  transform-origin: center; }

.t-mobmenu .t-responsive-nav-m, .t-mobmenu .t-responsive-nav-s, .t-mobmenu .t-responsive-nav-l {
  height: 100vh; }

.t-mobmenu body {
  overflow: hidden;
  height: 100%; }

.t-mobmenu .t-toggle-icon:before {
  -ms-transform: translateY(13px) rotate(135deg);
  transform: translateY(13px) rotate(135deg); }

.t-mobmenu .t-toggle-icon {
  border-color: transparent !important; }

.t-mobmenu .t-toggle-icon:after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

@media (max-width: 0) {
  .t-responsive-nav-s .t-nav-desktop {
    display: none; }
  .t-responsive-nav-s .t-nav-mobile, .t-responsive-nav-s .t-button-mobile-menu {
    display: block; } }

@media (max-width: 769px) {
  .t-responsive-nav-m .t-nav-desktop {
    display: none; }
  .t-responsive-nav-m * {
    overflow: visible; }
  .t-responsive-nav-m .t-button-mobile-menu {
    display: block; }
  .t-mobmenu .t-responsive-nav-m .t-nav-mobile {
    display: block; } }

@media (max-width: 1023px) {
  .t-responsive-nav-l .t-nav-desktop {
    display: none; }
  .t-responsive-nav-l .t-button-mobile-menu {
    display: block; }
  .t-responsive-nav-l * {
    overflow: visible; }
  .t-mobmenu .t-responsive-nav-l .t-nav-mobile, .t-button-mobile-menu {
    display: block; } }

/*

<header id="t-scrollnav-holder">
	<div id="t-scrollnav">
		<div class="t-contain t-pos-cntr">
			<div class="t-view-l-15pc">
				<a href="/" class="logo">
					<img src="<?php echo get_template_directory_uri(); ?>/images/logo-oneorbit-blue.svg" alt="One Orbit Commander - Leroy Chiao" />
				</a>
			</div>
			
			<div class="t-navbar t-collapse-below-mltp t-view-l-85pc">
				<nav>
					<div class="t-repsonsive-nav" >
						<div class="t-button-mobile-menu"><div class="t-toggle-icon"></div></div>
						<ul id="t-nav-desktop" class="t-menu t-txt-rt t-txt-norm t-txt-clr3">
							<li><a href="#">Link 1 </a></li>
							<li><a href="#">Link 1 </a></li>
						</ul>
						<div id="t-nav-mobile" class="t-txt-grey2">
							<div class="pad">
								<ul>
									<li><a href="#">Link 1 </a></li>
									<li><a href="#">Link 1 </a></li>
								</ul>
							</div>
						</div>
					</div> 
				</nav>
			</div> 
		</div> 
	</div> 
</header>

*/
#t-scrollnav-holder {
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0; }

/* Additional Normalization */
div, section, aside, article, img {
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  -webkit-border-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  div > p:last-of-type, section > p:last-of-type, aside > p:last-of-type, article > p:last-of-type, img > p:last-of-type {
    margin-bottom: 0; }
  div > p:first-of-type, section > p:first-of-type, aside > p:first-of-type, article > p:first-of-type, img > p:first-of-type {
    margin-top: 0; }

ul, li, span {
  -webkit-border-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  ul > p:last-of-type, li > p:last-of-type, span > p:last-of-type {
    margin-bottom: 0; }
  ul > p:first-of-type, li > p:first-of-type, span > p:first-of-type {
    margin-top: 0; }

img {
  display: inline-block; }

h1, h2, h3, h4, h5 {
  margin: 0;
  line-height: 1.3em;
  display: block;
  width: 100%; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
    margin-top: 0; }

/*For Wordpress Admin bar */
#wpadminbar, #wpadminbar * {
  overflow: visible; }

/*-------------------------------------------- */
/** Utils */
/*-------------------------------------------- */
/*@import 'utils/variables';
@import 'utils/functions';*/
/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * MIXINS
 *
 * Define any custom site-wide mixins below. These should only be
 * mixins that are global in scope and that need to be referenced
 * by multiple SASS files.
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/**
 * Basic Clearfix - pulled from Bourbon.io
 */
/**
 * Vertical Centering
 * $position: variable to set position value, Defaults to relative.
 *
 */
/**
 * Creates an intrinsic ratio container. Useful for videos and elements that
 * you want to scale proportionately.
 *
 * @type {string} $child-selector A string selector targeting the child element that
 *                                 you want to scale
 * @type {int} $width The width component of the aspect ratio
 * @type {int} $height The height component of the aspect ratio
 */
/**
 * Include within your grid container ruleset
 *
 * @param $columns The number of grid columns to render
 * @param $grid-spacing The vertical and horizontal spacing between each grid item
 */
/**
 * Include within your grid item ruleset
 *
 * @param $columns The number of grid columns to render
 * @param $grid-spacing The vertical and horizontal spacing between each grid item
 */
/*-------------------------------------------- */
/** Base */
/*-------------------------------------------- */
/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * BREAKPOINTS
 *
 * Define all breakpoint variables below. Breakpoint is included as a vendor
 * library: http://breakpoint-sass.com/. All media queries should make use of
 * the @include respond-to('<string>') mixin and reference the breakpoint string
 * names defined in this file. When coding a responsive site, m
 * obile first CSS should be used.
 *
 * See http://www.zell-weekeat.com/how-to-write-mobile-first-css/.
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
.i {
  font-style: italic; }

.u {
  text-transform: uppercase; }

.bold {
  font-weight: bold; }

.light {
  font-weight: 300; }

.semi-bold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.ex-bold {
  font-weight: 700; }

.clear {
  clear: both; }

/* Global Padding */
div > p:first-child {
  margin-top: 0; }

div > p:last-child {
  margin-bottom: 0; }

.pad {
  padding: 70px; }

.pad-top {
  padding-top: 70px; }

.pad-bottom {
  padding-bottom: 70px; }

.pad-right {
  padding-right: 70px; }

.pad-left {
  padding-left: 70px; }

.pad-2x {
  padding: 140px; }

.pad-2x-top {
  padding-top: 140px; }

.pad-2x-bottom {
  padding-bottom: 140px; }

.pad-2x-right {
  padding-right: 140px; }

.pad-2x-left {
  padding-left: 140px; }

.pad-75pc {
  padding: 46.6666666667px; }

.pad-75pc-top {
  padding-top: 46.6666666667px; }

.pad-75pc-bottom {
  padding-bottom: 46.6666666667px; }

.pad-75pc-right {
  padding-right: 46.6666666667px; }

.pad-75pc-left {
  padding-left: 46.6666666667px; }

.pad-50pc {
  padding: 35px; }

.pad-50pc-top {
  padding-top: 35px; }

.pad-50pc-bottom {
  padding-bottom: 35px; }

.pad-50pc-right {
  padding-right: 35px; }

.pad-50pc-left {
  padding-left: 35px; }

.pad-25pc {
  padding: 17.5px; }

.pad-25pc-top {
  padding-top: 17.5px; }

.pad-25pc-bottom {
  padding-bottom: 17.5px; }

.pad-25pc-right {
  padding-right: 17.5px; }

.pad-25pc-left {
  padding-left: 17.5px; }

.pad-33pc {
  padding: 23.3333333333px; }

.pad-33pc-top {
  padding-top: 23.3333333333px; }

.pad-33pc-bottom {
  padding-bottom: 23.3333333333px; }

.pad-33pc-right {
  padding-right: 23.3333333333px; }

.pad-33pc-left {
  padding-left: 23.3333333333px; }

.marg {
  margin: 70px; }

.marg-top {
  margin-top: 70px; }

.marg-bottom {
  margin-bottom: 70px; }

.marg-right {
  margin-right: 70px; }

.marg-left {
  margin-left: 70px; }

.marg-75pc {
  margin: 46.6666666667px; }

.marg-75pc-top {
  margin-top: 46.6666666667px; }

.marg-75pc-bottom {
  margin-bottom: 46.6666666667px; }

.marg-75pc-right {
  margin-right: 46.6666666667px; }

.marg-75pc-left {
  margin-left: 46.6666666667px; }

.marg-50pc {
  margin: 35px; }

.marg-50pc-top {
  margin-top: 35px; }

.marg-50pc-bottom {
  margin-bottom: 35px; }

.marg-50pc-right {
  margin-right: 35px; }

.marg-50pc-left {
  margin-left: 35px; }

.marg-25pc {
  margin: 17.5px; }

.marg-25pc-top {
  margin-top: 17.5px; }

.marg-25pc-bottom {
  margin-bottom: 17.5px; }

.marg-25pc-right {
  margin-right: 17.5px; }

.marg-25pc-left {
  margin-left: 17.5px; }

.marg-33pc {
  margin: 23.3333333333px; }

.marg-33pc-top {
  margin-top: 23.3333333333px; }

.marg-33pc-bottom {
  margin-bottom: 23.3333333333px; }

.marg-33pc-right {
  margin-right: 23.3333333333px; }

.marg-33pc-left {
  margin-left: 23.3333333333px; }

@media (max-width: 769px) {
  .pad {
    padding: 35px; }
  .pad-top {
    padding-top: 35px; }
  .pad-bottom {
    padding-bottom: 35px; }
  .pad-right {
    padding-right: 35px; }
  .pad-left {
    padding-left: 35px; }
  .pad-75pc {
    padding: 23.3333333333px; }
  .pad-75pc-top {
    padding-top: 23.3333333333px; }
  .pad-75pc-bottom {
    padding-bottom: 23.3333333333px; }
  .pad-75pc-right {
    padding-right: 23.3333333333px; }
  .pad-75pc-left {
    padding-left: 23.3333333333px; }
  .pad-50pc {
    padding: 17.5px; }
  .pad-50pc-top {
    padding-top: 17.5px; }
  .pad-50pc-bottom {
    padding-bottom: 17.5px; }
  .pad-50pc-right {
    padding-right: 17.5px; }
  .pad-50pc-left {
    padding-left: 17.5px; }
  .pad-25pc {
    padding: 8.75px; }
  .pad-25pc-top {
    padding-top: 8.75px; }
  .pad-25pc-bottom {
    padding-bottom: 8.75px; }
  .pad-25pc-right {
    padding-right: 8.75px; }
  .pad-25pc-left {
    padding-left: 8.75px; }
  .pad-33pc {
    padding: 11.6666666667px; }
  .pad-33pc-top {
    padding-top: 11.6666666667px; }
  .pad-33pc-bottom {
    padding-bottom: 11.6666666667px; }
  .pad-33pc-right {
    padding-right: 11.6666666667px; }
  .pad-33pc-left {
    padding-left: 11.6666666667px; }
  .marg {
    margin: 35px; }
  .marg-top {
    margin-top: 35px; }
  .marg-bottom {
    margin-bottom: 35px; }
  .marg-right {
    margin-right: 35px; }
  .marg-left {
    margin-left: 35px; }
  .marg-75pc {
    margin: 23.3333333333px; }
  .marg-75pc-top {
    margin-top: 23.3333333333px; }
  .marg-75pc-bottom {
    margin-bottom: 23.3333333333px; }
  .marg-75pc-right {
    margin-right: 23.3333333333px; }
  .marg-75pc-left {
    margin-left: 23.3333333333px; }
  .marg-50pc {
    margin: 17.5px; }
  .marg-50pc-top {
    margin-top: 17.5px; }
  .marg-50pc-bottom {
    margin-bottom: 17.5px; }
  .marg-50pc-right {
    margin-right: 17.5px; }
  .marg-50pc-left {
    margin-left: 17.5px; }
  .marg-25pc {
    margin: 8.75px; }
  .marg-25pc-top {
    margin-top: 8.75px; }
  .marg-25pc-bottom {
    margin-bottom: 8.75px; }
  .marg-25pc-right {
    margin-right: 8.75px; }
  .marg-25pc-left {
    margin-left: 8.75px; }
  .marg-33pc {
    margin: 11.6666666667px; }
  .marg-33pc-top {
    margin-top: 11.6666666667px; }
  .marg-33pc-bottom {
    margin-bottom: 11.6666666667px; }
  .marg-33pc-right {
    margin-right: 11.6666666667px; }
  .marg-33pc-left {
    margin-left: 11.6666666667px; } }

#wpadminbar {
  top: -32px !important;
  visibility: none;
  transition: top 0.3s ease-in-out; }
  #wpadminbar #wpadminbar {
    top: -32px !important;
    visibility: visible;
    transition: top 0.3s ease-in-out; }

body {
  color: #455465;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important; }

.anchor {
  width: 200px;
  height: 1px;
  display: block;
  position: relative; }

h1, h2, h3 {
  line-height: 1em; }

.h2, h3 {
  color: #044C65; }

.mantle .t-txt-h1 {
  color: #fff; }

html.no-js {
  margin-top: 0 !important; }

sup {
  font-size: .6em; }

h4 sup {
  top: -10px;
  font-size: .4em; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.nav-txt-grey {
  color: #999; }

body:hover #wpadminbar, html:hover #wpadminbar {
  top: 0px !important;
  transition-delay: 2s; }

.nobull {
  overflow: hidden; }

.reset-list {
  margin: 0;
  padding: 0; }

p {
  font-size: 16px;
  letter-spacing: .001em; }

.tweet .t-txt-norm, .fb-post .t-txt-norm {
  padding: 1px 0; }

.tweet .t-txt-norm a, .fb-post .t-txt-norm a {
  color: orange; }
  .tweet .t-txt-norm a:hover, .fb-post .t-txt-norm a:hover {
    color: orange;
    border-bottom: 1px solid; }

.med {
  font-weight: 300; }

.b {
  font-weight: bold; }

del {
  color: #eb5215;
  text-decoration: none; }

.lc {
  text-transform: none; }

.u {
  text-transform: uppercase; }

a.txt-link {
  font-size: 18px;
  text-transform: none;
  border-bottom: 1px solid;
  color: #044C65; }
  a.txt-link:hover {
    color: #333; }

.clear {
  clear: both; }

.fancybox-skin {
  overflow: visible; }

a {
  transition: color 600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 600ms cubic-bezier(0.23, 1, 0.32, 1); }

path {
  transition: fill 600ms cubic-bezier(0.23, 1, 0.32, 1); }

body {
  transition: opacity 0.3s ease-in; }

body section {
  background-color: #fff; }

section ul {
  padding-top: 10px;
  list-style-type: disc; }
  section ul li {
    padding-bottom: 10px; }

section .no-bull > li {
  padding-bottom: 0; }

@media (min-width: 501px) {
  section .no-bull > li:nth-child(odd) {
    clear: both;
    padding-right: 20px; }
  section .no-bull > li:nth-child(even) {
    padding-left: 20px; } }

.poster {
  margin: auto;
  position: relative;
  z-index: 10; }

.poster, .poster img {
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin: auto; }

.button, .gform_button {
  margin: 10px 0 0;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercases;
  -webkit-appearance: none;
  font-weight: bold;
  min-width: 160px;
  text-align: center; }

.gform_button[type=submit] {
  font-size: 12px !important; }

.button:not(.btn-txt), .gform_wrapper input.gform_button {
  border-radius: 4px;
  padding: 16px 20px 14px;
  border: 1px solid; }

.gform_wrapper input.gform_button {
  padding: 16px 20px 14px !important; }

.btn-txt {
  background-color: none !important; }

.btn-txt:hover {
  color: #EC7E1E;
  border-bottom: 1px solid #EC7E1E; }

.button.btn-style1, .gform_button {
  color: #EC7E1E; }

.button.btn-style1:hover, .button.btn-style1.active, .gform_button:hover {
  color: #fff;
  background-color: #EC7E1E; }

.gform_button {
  background-color: #fff; }

.button.btn-style2:hover {
  background-color: #fff;
  border-color: #fff;
  transition: border-color 0s ease; }

.button.btn-style2 span {
  border: none; }

.button.btn-style2:hover span {
  color: #EC7E1E !important;
  border: none; }

.button.btn-style3 {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  transition: border-color 0s ease; }

.button.btn-style3:hover {
  background-color: transparent;
  border-color: #EC7E1E;
  color: #EC7E1E;
  transition: border-color 0s ease; }

.btn-read-more {
  color: #EC7E1E;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  display: inline-block; }

.btn-read-more:hover {
  color: #066283; }

.btn-read-more:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  right: -10px;
  top: 6px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.nobull, .nobull ul {
  margin: 0;
  padding: 0;
  list-style: none; }

@media (max-width: 501px) {
  /*.pad-50pc-right{
		padding-right:0;
	}
	.pad-50pc-left{
		padding-left:0;
	}*/ }

.descr-txt {
  max-width: 800px;
  margin: auto; }

@media (min-width: 1023px) {
  .t-contain:not(.rows):not(iframe) {
    padding: 0 35px; } }

@media (max-width: 1023px) {
  .t-contain:not(.rows):not(iframe) {
    padding: 0 30px; } }

@media (max-width: 501px) {
  .t-contain:not(.rows):not(iframe) {
    padding: 0 20px; } }

.st_sharethis_large {
  cursor: pointer;
  padding-top: 10px;
  display: inline-block; }
  .st_sharethis_large span {
    display: none !important; }
  .st_sharethis_large:hover {
    color: #aaa; }

a:hover {
  color: #044C65; }

img.fitH {
  height: 100%;
  width: auto; }

body > section:last-child {
  border-bottom: none; }

.border-top {
  border-top: 1px solid; }

.scroll-more {
  background-color: #fff;
  padding-bottom: 25px; }

.scroll-more a {
  display: block;
  width: 0px;
  height: 0px;
  width: 26px;
  height: 26px;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  position: relative;
  left: 50%;
  margin-left: -13px;
  margin-top: 10px;
  border-right: 3px solid #ccc;
  border-top: 3px solid #ccc;
  border-left: none;
  border-bottom: none; }

.scroll-more:hover a {
  border-color: #044C65;
  border-right: 3px solid;
  border-top: 3px solid;
  border-left: none;
  border-bottom: none;
  cursor: pointer; }

img.alignleft {
  float: left;
  margin-right: 20px; }

img.aligncenter {
  float: none;
  margin: 20px auto; }

img.alignleft {
  display: block; }

@media (max-width: 501px) {
  html .center-cells li {
    display: block; }
  html .center-cells img.alignleft, html .center-cells img.alignright {
    float: none;
    margin-right: auto;
    margin-left: auto; } }

.scroll-more {
  cursor: pointer; }

.btn-viewmore {
  cursor: pointer; }
  .btn-viewmore:before {
    content: "\25be";
    display: block;
    line-height: 4px;
    text-align: center; }
  .btn-viewmore.expanded:before {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 3px; }

.list-expander {
  transition: height 0.4s ease-in-out; }

@media (min-width: 2000px) {
  .texture-overlay {
    background-size: 100% auto !important; } }

.size-h {
  position: relative; }

@media (min-width: 769px) {
  .flex-m {
    display: -ms-flexbox;
    display: flex; }
    .flex-m .flexed {
      display: -ms-flexbox;
      display: flex; } }

@media (max-width: 1412.66666667px) {
  body > section {
    padding-left: 46.6666666667px;
    padding-right: 46.6666666667px; } }

@media (max-width: 501px) {
  body section, p, h1, h2, h3, h4, li {
    text-align: center; } }

.callout h2 {
  background-image: url("../img/title-img-overlay.jpg");
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  display: block;
  line-height: 1.2; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .callout h2, .surge-module h2 {
    background-image: none !important;
    background-size: none  !important;
    -webkit-background-clip: none !important;
    -webkit-background-clip: none !important; } }

@media (max-width: 1366px) {
  body > section {
    padding-left: 23.3333333333px;
    padding-right: 23.3333333333px; }
  body > div > section {
    padding-left: 23.3333333333px;
    padding-right: 23.3333333333px; } }

.t-valigner {
  height: 100%; }

.main-title {
  font-size: 40px;
  font-weight: 400px;
  line-height: 1.2; }

.main-title + p {
  max-width: 600px;
  margin: auto;
  line-height: 1.4em; }

.main-title:after {
  border-top: 2px solid #EC7E1E;
  content: "";
  display: block;
  margin: 20px auto 30px;
  max-width: 70px; }

@media (max-width: 769px) {
  p br {
    display: none; } }

/* Social Links */
.social-links {
  margin-top: 20px; }

.social-links li {
  display: inline-block; }

.social-links li a {
  display: block;
  padding-right: 15px;
  font-size: 20px;
  text-align: center;
  color: #aaa; }
  .social-links li a:hover {
    color: #044C65; }

/* 404 */
.fourofour {
  height: 800px;
  background: url("../../assets/img/404.jpg") center;
  background-size: cover; }
  .fourofour .op-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
    .fourofour .op-box h1 {
      padding-top: 20%;
      text-align: center;
      font-weight: 500;
      font-size: 30px; }

/*@import 'base/z-index';
@import 'base/colors';
@import 'base/settings';

@import 'base/reset';
@import 'base/base';

@import 'utils/helpers';*/
/*-------------------------------------------- */
/** Layout */
/*-------------------------------------------- */
/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * LAYOUT
 *
 * Major layout container components (i.e. header, main content containers,
 * footer, sidebar/aside)
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/**
 * Apply to the element that will be the outmost container of site content to
 * contain the width to $page-container-width
 */
/*
.page-container {
    @if $is-responsive {
        max-width: $page-container-width;
    } @else {
        width: $page-container-width;
    }

    margin: 0 auto;
    padding-right: $page-container-padding;
    padding-left: $page-container-padding;
    background: $page-container-bg-color;
}

*/
/*-----------------------------------------------------------------------------
 *-----------------------------------------------------------------------------
 *
 * LAYOUT
 * 
 * Import all layout specific SASS files below. This file is imported 
 * by main.scss.
 *
 *-----------------------------------------------------------------------------
 *----------------------------------------------------------------------------- */
/*-------------------------------------------- */
/** Modules */
/*-------------------------------------------- */
.main-nav .logo {
  float: left; }
  .main-nav .logo a {
    display: block;
    padding: 18px 48px 18px 10px;
    width: 67px; }
    .main-nav .logo a svg {
      width: 75px;
      height: 30px; }
      .main-nav .logo a svg path {
        fill: #044C65; }
    .main-nav .logo a:hover svg path {
      fill: #aaa; }

.t-navbar {
  position: relative;
  border-bottom: 1px solid #fff; }
  .t-navbar .t-button-mobile-menu {
    right: 0;
    top: 0;
    width: 30px;
    height: 30px; }

.main-nav {
  background-color: #fff; }

/* ----------------------------- Navigation ------------------------- */
.main-nav .t-menu a {
  display: block; }

.t-nav-desktop .t-menu a {
  padding: 22px 13px 10px;
  font-size: 16px; }

.main-nav li.active > a span {
  border-bottom: 1px solid; }

.headroom--not-top .t-menu > li > a span {
  color: #066283; }

.headroom--not-top .t-menu > li.button > a span {
  color: #EC7E1E; }

.headroom--not-top .t-menu > li > a:hover span {
  color: #EC7E1E; }
  .headroom--not-top .t-menu > li > a:hover span span {
    border-bottom: 1px solid; }

.headroom--not-top .t-menu li.btn-style2 {
  border-color: #EC7E1E; }
  .headroom--not-top .t-menu li.btn-style2:hover {
    background-color: #EC7E1E; }
    .headroom--not-top .t-menu li.btn-style2:hover a:hover span {
      color: #fff !important; }

/* ----------------------------- Active ------------------------- */
.t-menu.desktop li:not(.button) {
  position: relative; }

.t-menu.desktop > li:not(.button).active:after {
  content: "";
  background-color: #EC7E1E;
  position: absolute;
  width: 40px;
  left: 50%;
  margin-left: -20px;
  bottom: 1px;
  height: 4px; }

.headroom--not-top .t-menu.desktop > li:not(.button).active:after {
  bottom: 0px; }

/* ----------------------------- Sub Nav Menu ------------------------- */
.menu-item-has-children {
  position: relative; }

@media (min-width: 1023px) {
  #t-scrollnav-holder:hover,
  #t-scrollnav-holder:hover * {
    overflow: visible; }
  .t-menu {
    /* ----------------------------- Sub Menu Arrow  (Desktop)------------------------- */ }
    .t-menu .sub-menu {
      position: absolute;
      background-color: rgba(255, 255, 255, 0.9);
      -webkit-border-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
      width: auto;
      top: 70px;
      left: 50%;
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
      z-index: 1000;
      height: auto !important;
      border-radius: 0 0 3px 3px !important; }
      .t-menu .sub-menu li {
        display: block;
        padding: 2px;
        border-bottom: 1px solid #A0B9C2;
        height: auto !important;
        color: blue; }
        .t-menu .sub-menu li:last-of-type {
          border-bottom: none; }
        .t-menu .sub-menu li a {
          position: relative;
          display: block;
          white-space: nowrap;
          text-align: center;
          padding: 14px 30px;
          border-radius: 3px;
          color: #127ca9 !important; }
          .t-menu .sub-menu li a:hover, .t-menu .sub-menu li a.active {
            color: #fff !important;
            background-color: #b3d7e5; }
    .t-menu li.not-active > a {
      cursor: default; }
    .t-menu .not-active > a {
      position: relative; }
    .t-menu .menu-item-has-children .sub-menu {
      display: block;
      overflow: hidden !important;
      max-height: 0px; }
    .t-menu .menu-item-has-children:hover .sub-menu {
      max-height: 1000px;
      transition: max-height 1s ease; }
    .t-menu .menu-item-has-children > a em {
      content: "";
      position: absolute;
      top: 32px;
      right: 1px;
      border-top: 5px solid;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      transition: all 0.3s ease; }
    .t-menu .menu-item-has-children.on a em, .t-menu .menu-item-has-children > a:hover:before {
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .headroom--not-top .t-menu .menu-item-has-children > a em {
    color: #066283; }
  .headroom--not-top .t-menu .menu-item-has-children > a:hover:before {
    color: #EC7E1E; }
  .headroom--not-top .t-menu .sub-menu li a {
    color: #127ca9 !important; }
    .headroom--not-top .t-menu .sub-menu li a:hover {
      color: #fff !important; } }

/* ----------------------------- Mobile Menu Sub Menu------------------------- */
@media (max-width: 1023px) {
  .t-menu li .sub-menu li:after {
    display: none !important; }
  .t-menu li.on a {
    color: #066283 !important; }
  .t-menu .sub-menu li a {
    font-size: 14px !important;
    font-weight: bold;
    padding: 10px 0; }
  .t-menu .sub-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease; }
  .menu-item-has-children > a span {
    position: relative; }
  .menu-item-has-children > a em {
    content: "";
    position: relative;
    display: inline-block;
    top: -5px;
    right: -10px;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transition: all 0.3s ease; }
  .menu-item-has-children:hover.on a em {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .menu-item-has-children.on .sub-menu {
    max-height: 500px;
    padding-bottom: 20px; } }

/* ----------------------------- Header ------------------------- */
.main-nav {
  min-height: 60px; }

.t-toggle-icon:hover, .t-toggle-icon:hover:before, .t-toggle-icon:hover:after {
  border-color: #044C65; }

.headroom--not-top .t-navbar .t-button-mobile-menu .t-toggle-icon, .headroom--not-top .t-navbar .t-button-mobile-menu .t-toggle-icon:before, .headroom--not-top .t-navbar .t-button-mobile-menu .t-toggle-icon:after {
  border-color: #EC7E1E;
  color: #EC7E1E; }

.headroom--not-top .t-navbar .t-button-mobile-menu .t-toggle-icon:hover, .headroom--not-top .t-navbar .t-button-mobile-menu .t-toggle-icon:hover:before, .headroom--not-top .t-navbar .t-button-mobile-menu .t-toggle-icon:hover:after {
  border-color: #044C65;
  color: #044C65; }

.t-nav-mobile li {
  font-size: 40px;
  text-align: center; }
  .t-nav-mobile li a {
    display: block;
    padding: 15px 0; }
  .t-nav-mobile li .ir-menu li {
    font-size: 30px; }

.t-nav-mobile .t-menu li:nth-child(7):after {
  border: none !important; }

html header {
  transition: all 0.3s ease;
  -webkit-border-shadow: 0 5px 5px 0px transparent;
  -ms-box-shadow: 0 5px 5px 0px transparent;
  -o-box-shadow: 0 5px 5px 0px transparent;
  box-shadow: 0 5px 5px 0px transparent; }

.headroom--not-top header .reg_logo {
  transition: opacity 0.3s ease;
  opacity: 1; }

.headroom--not-top header .alt_logo {
  opacity: 0; }

@media (max-width: 769px) {
  header .alt_logo {
    height: 22px; } }

.headroom--top header .reg_logo {
  opacity: 0; }

.headroom--top header .alt_logo {
  opacity: 1; }

.logo-holder {
  position: relative; }

.headroom--not-top header {
  background-color: white;
  border-bottom: none;
  -webkit-border-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.05); }

header .logo {
  position: relative; }

header .logo .alt_logo {
  position: absolute;
  top: 0;
  left: 0; }

header .t-menu {
  padding-top: 0; }
  header .t-menu a {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 27px 15px;
    display: inline-block; }
    header .t-menu a:hover {
      color: #fff; }
    header .t-menu a span {
      border-bottom: 1px solid transparent;
      transition: border-color 0.2s ease; }
  header .t-menu .btn-style2 a {
    padding: 6px 12px; }

header .t-menu .button {
  color: #fff;
  min-width: 0 !important;
  padding: 0px;
  margin-left: 8px;
  margin: 0; }

@media (min-width: 769px) {
  html:not(.headroom--not-top) header .logo {
    top: -2px; }
  header .t-navbar {
    margin: 0 30px; } }

@media (max-width: 769px) {
  header .logo {
    width: 128px; }
  html:not(.headroom--not-top) header .logo {
    top: 3px; } }

header .t-navbar {
  padding: 0 !important;
  height: 70px; }

@media (max-width: 769px) {
  header .t-navbar {
    height: 60px;
    margin: 0 10px; } }

@media (max-width: 769px) {
  header .t-contain {
    padding: 0 !important; }
  #t-scrollnav-holder {
    width: 100%; } }

.t-mobmenu .t-nav-mobile {
  height: -o-calc(100vh - 20px);
  height: -ms-calc(100vh - 20px);
  height: calc(100vh - 20px);
  top: 20px; }

.t-mobmenu #t-scrollnav-holder {
  height: 100%;
  background: rgba(255, 255, 255, 0.7); }

.t-mobmenu .blur-container {
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

.t-mobmenu header .t-navbar {
  height: auto; }

.t-nav-desktop {
  float: none; }

.t-navbar .t-button-mobile-menu {
  width: 28px;
  height: 17px;
  right: 15px;
  padding: 3px; }

.t-navbar .t-toggle-icon {
  color: #fff;
  border-bottom: 2px solid;
  padding-top: 1px;
  position: relative;
  height: 13px;
  overflow: visibile; }

.t-navbar .t-toggle-icon:before, .t-navbar .t-toggle-icon:after {
  border-top: 2px solid;
  left: 0;
  right: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%; }

.t-navbar .t-toggle-icon::after {
  bottom: 3px; }

.t-navbar .t-button-mobile-menu {
  top: 40px;
  right: 0px; }
  .t-navbar .t-button-mobile-menu .t-toggle-icon {
    color: #fff; }
  .t-navbar .t-button-mobile-menu:hover .t-toggle-icon {
    color: #EC7E1E; }

html:not(.headroom--not-top) header .t-navbar.alt {
  border-bottom: 1px solid #ccc; }
  html:not(.headroom--not-top) header .t-navbar.alt .t-menu.desktop > li > a, html:not(.headroom--not-top) header .t-navbar.alt .t-menu.desktop .button {
    color: #EC7E1E; }
  html:not(.headroom--not-top) header .t-navbar.alt .t-menu.desktop .button:hover {
    border-color: #EC7E1E;
    background-color: #EC7E1E; }
  html:not(.headroom--not-top) header .t-navbar.alt .t-menu.desktop .button:hover a span {
    color: #fff !important;
    border: none; }
  html:not(.headroom--not-top) header .t-navbar.alt .reg_logo {
    opacity: 1 !important; }
  html:not(.headroom--not-top) header .t-navbar.alt .alt_logo {
    opacity: 0 !important; }
  html:not(.headroom--not-top) header .t-navbar.alt .t-toggle-icon, html:not(.headroom--not-top) header .t-navbar.alt .t-toggle-icon:after, html:not(.headroom--not-top) header .t-navbar.alt .t-toggle-icon:before {
    border-color: #EC7E1E !important;
    color: #EC7E1E !important; }

@media (min-width: 769px) {
  html .t-navbar .t-button-mobile-menu {
    top: 25px; }
  html.t-mobmenu .logo {
    top: 20px !important; } }

@media (max-width: 769px) {
  html .t-navbar .t-button-mobile-menu {
    top: 20px; }
  html.t-mobmenu .logo {
    top: 15px !important; } }

@media (max-width: 501px) {
  html .t-navbar .t-button-mobile-menu {
    top: 20px; } }

.t-mobmenu .logo-holder .reg_logo {
  opacity: 1; }

.t-mobmenu .logo-holder .alt_logo {
  opacity: 0; }

/* ============================ Main Nav ========================== */
@media (max-width: 900px) {
  header .t-hide-under-m {
    display: none !important; }
  header .t-show-under-m {
    display: block !important; } }

@media (min-width: 900px) {
  header .t-hide-under-m {
    display: block !important; }
  header .t-show-under-m {
    display: none !important; } }

.t-mobmenu, .t-mobmenu body {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
  -webkit-overflow-scrolling: false; }

header .t-navbar .t-nav-desktop a:after {
  content: " ";
  width: 1px;
  height: 15px;
  background-color: #999;
  position: absolute;
  right: -3px; }

header .t-navbar .t-nav-desktop .t-menu {
  max-width: 700px;
  float: right;
  margin-right: 10px;
  position: relative;
  padding-top: 15px !important; }

header .t-nav-mobile .t-menu li:after {
  border-bottom: 1px solid #044C65;
  content: " ";
  width: 30px;
  height: 1px;
  display: block;
  margin: auto; }

header .t-nav-mobile .t-menu li:last-child::after, header .t-nav-mobile .t-menu li.login:after {
  border-bottom: none; }

header .t-nav-mobile .t-menu {
  padding: 20px;
  height: auto;
  margin-bottom: 20px; }

header .t-nav-mobile .t-menu li a:after {
  display: none; }

header .t-nav-mobile .t-menu li a {
  font-size: 18px;
  color: #044C65; }

header .t-nav-mobile .t-menu li a:hover {
  text-decoration: none; }

.t-nav-mobile .button.btn-style2 {
  border: none; }

.t-nav-mobile .button.btn-style2:hover {
  background-color: transparent !important; }

.t-nav-mobile .button.btn-style2 span {
  border: 1px solid;
  padding: 10px 30px;
  border-radius: 4px; }

/* ----------------------------- Logo ------------------------- */
.main-nav .logo {
  float: left; }
  .main-nav .logo a {
    display: block;
    padding: 18px 48px 18px 10px;
    width: 67px; }
    .main-nav .logo a svg {
      width: 75px;
      height: 30px; }
      .main-nav .logo a svg path {
        fill: #044C65; }
    .main-nav .logo a:hover svg path {
      fill: #aaa; }

.main-nav {
  background-color: #fff; }

/* ----------------------------- Navigation ------------------------- */
.main-nav .t-menu a {
  display: block; }

.main-nav li.active > a {
  color: #044C65; }

.main-nav {
  min-height: 60px; }

.t-toggle-icon:hover, .t-toggle-icon:hover:before, .t-toggle-icon:hover:after, .t-mobmenu .t-toggle-icon, .t-mobmenu .t-toggle-icon:before, .t-mobmenu .t-toggle-icon:after {
  color: #EC7E1E;
  border-color: #EC7E1E; }

.t-nav-mobile li {
  font-size: 40px;
  text-align: center; }
  .t-nav-mobile li a {
    display: block;
    padding: 15px 0; }
  .t-nav-mobile li .ir-menu li {
    font-size: 30px; }

/* ----------------------------- Left Subnav ------------------------- */
.sub-nav {
  border-right: 1px solid #E9E9EF;
  padding-right: 20px; }
  .sub-nav a {
    color: #EC7E1E; }
  .sub-nav li.active > a, .sub-nav a:hover {
    color: #044C65; }
  .sub-nav li a {
    padding: 5px 0;
    display: block; }

@media (max-width: 769px) {
  .sub-nav {
    text-align: center;
    border: none;
    padding-right: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E9E9EF; }
    .sub-nav li:before {
      display: none; } }

.t-mobmenu .t-toggle-icon {
  height: 20px;
  overflow: visible; }

.t-mobmenu .t-navbar .t-toggle-icon::after {
  bottom: 11px; }

.t-mobmenu .t-navbar .t-toggle-icon::before {
  top: -8px !important; }

/* ----------------------------- Social ------------------------- */
footer {
  clear: both; }

@media (max-width: 1412.66666667px) {
  body > footer .container {
    padding-left: 46.6666666667px;
    padding-right: 46.6666666667px; } }

@media (max-width: 1366px) {
  body > footer .container {
    padding-left: 23.3333333333px;
    padding-right: 23.3333333333px; } }

footer {
  border-color: #A0B9C2; }
  footer h5 {
    color: #044C65; }
  footer .reg_logo {
    width: 150px; }
  footer ul {
    font-size: 13px; }
  footer ul li {
    padding: 4px 0; }
  footer .t-view-l-fit-4 ul li {
    display: block !important; }
  footer .t-view-l-fit-4 ul {
    padding-top: 15px !important; }
  footer ul.legal-menu {
    display: block; }
    footer ul.legal-menu a {
      margin: 0 5px; }
  footer a {
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease; }
  footer a:not(.logo):not(.fa):hover {
    border-bottom: 1px solid; }
  footer h3 {
    color: #066283; }
  footer .fa {
    background-color: transparent;
    font-size: 14px;
    border: 1px solid #066283;
    padding: 5px;
    width: 14px;
    margin-right: 5px;
    text-align: center;
    border-radius: 2px;
    transition: all 0.3s ease; }
  footer .fa:hover {
    background-color: #066283;
    border-color: #066283; }
    footer .fa:hover:before {
      color: #fff; }
  footer .fa span {
    display: none; }
  footer .footer_widget {
    margin: 20px 0;
    font-size: 13px; }
    footer .footer_widget h3 {
      padding-bottom: 4px; }
  footer .footer_widget h3 {
    font-size: 14px; }

@media (min-width: 630px) and (max-width: 1023px) {
  footer ul.legal-menu {
    padding: 0;
    margin: 5px 0;
    text-align: center; }
  footer .social-menu {
    margin: 0;
    padding: 0;
    text-align: right; } }

@media (min-width: 1023px) {
  ul.legal-menu {
    padding: 8px 0 25px; }
  .clmn-head {
    padding-bottom: 14px; } }

@media (max-width: 1023px) {
  footer {
    padding-top: 35px !important; }
  footer .legal-menu li:last-child a {
    border-left: 1px solid;
    padding-left: 10px; } }

@media (max-width: 630px) {
  footer, footer ul, footer div {
    text-align: center; }
  footer ul.legal-menu {
    margin: 20px 0; }
  footer .social-menu .fa {
    font-size: 16px;
    padding: 12px 0;
    width: 40px; } }

@media (max-width: 769px) {
  .contact-info {
    text-align: center; }
  .contact-info .footer_widget:first-of-type {
    font-size: 16px; }
    .contact-info .footer_widget:first-of-type h3 {
      font-size: 16px; } }

@media (min-width: 630px) and (max-width: 1023px) {
  .alt-footer > div, .alt-footer > ul {
    float: left; }
  .alt-footer .clmn-1 {
    width: 20%; }
  .alt-footer .clmn-2 {
    width: 55%; }
  .alt-footer .clmn-3 {
    width: 25%; } }

.quotes {
  z-index: 100; }
  .quotes.mantle {
    background-attachment: scroll !important; }
  .quotes .thumb {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left; }
  .quotes .credit > div {
    text-indent: 20px;
    padding-top: 14px;
    display: inline-block; }
  .quotes .quote {
    padding: 0 55px;
    max-width: 1100px; }
  .quotes .quote .text, .quotes .quote .text p {
    overflow: visible;
    display: inline;
    position: relative; }
  .quotes .quote .text p:before {
    font: 120px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
    position: absolute; }
  .quotes .quote .text p:before {
    content: '\201C';
    top: -30px;
    left: -60px; }
  .quotes .quote .text p:after {
    content: '\201D'; }
  .quotes .texture-overlay {
    background-image: url("../img/header-texture-2.png"); }
  .quotes .company, .quotes .name {
    text-align: left; }
  .quotes .main-title {
    padding: 50px 0 10px; }
  @media (min-width: 769px) {
    .quotes .quotes .main-title .main-title {
      font-size: 30px; } }
  @media (max-width: 501px) {
    .quotes .quote {
      padding: 40px 20px 90px; }
    .quotes .quotes .t-contain {
      padding: 0 20px; }
    .quotes .quote .text p:before {
      position: relative;
      width: 30px;
      left: 50%;
      margin-left: -25px;
      height: 56px;
      display: block; }
    .quotes .quote .text p:after {
      display: none; }
    .quotes .credit {
      padding-top: 50px; } }

@media (min-width: 769px) {
  .quote {
    max-width: 1200px;
    margin: auto; }
  html:not(.home) .quote {
    margin-bottom: 120px; } }

@media (max-width: 769px) {
  html:not(.home) .quote {
    margin-bottom: 90px; } }

@media (min-width: 501px) and (max-width: 769px) {
  html.page-product_detail .quotes .credit {
    max-width: 370px;
    margin: auto; } }

html.page-product_detail .quotes {
  margin-bottom: 40px; }

@media (min-width: 501px) {
  html.page-product_detail .quotes .main-title {
    display: none; }
  html.page-product_detail .quotes .quote {
    margin-top: 130px;
    padding-bottom: 0px !important; } }

@media (max-width: 501px) {
  html.page-product_detail .quotes .main-title {
    display: none; }
  html.page-product_detail .quotes .quote {
    margin-top: 20px;
    padding-bottom: 0px !important; } }

.company-logos {
  position: relative;
  z-index: 200; }
  .company-logos .logo {
    display: block;
    height: 60px;
    float: left;
    position: relative; }
    .company-logos .logo span {
      display: none; }
    .company-logos .logo a {
      height: 100%;
      position: relative;
      padding: 0 20px;
      display: block; }
    .company-logos .logo .logo-holder {
      height: 100%;
      display: block;
      position: relative;
      background-size: contain !important;
      background-repeat: no-repeat;
      background-position: center; }
  .company-logos .logo-holder.mobile {
    display: none; }

@media (max-width: 501px) {
  .company-logos .logo {
    margin: 2%;
    width: 46%;
    float: left; }
  .company-logos .logo a, .company-logos .company-logos .logo a div {
    position: relative;
    height: 100%;
    min-height: 40px; }
  .company-logos .slider-nav {
    display: none; }
  .company-logos .clmn-slider {
    margin: 0;
    overflow: hidden;
    height: auto !important; }
  .company-logos .clmn-slider .slides {
    position: relative; }
  .company-logos .slides {
    width: 100% !important;
    left: 0 !important; }
    .company-logos .slides .slide:first-child, .company-logos .slides .slide:last-child {
      display: none; }
  .company-logos .slide {
    float: none !important;
    width: auto !important; }
  .company-logos .slide .t-valigner, .company-logos .slide, .company-logos .slide .t-valigner .t-valign {
    display: inline; }
  .company-logos .logo-holder:not(.mobile) {
    display: none; }
  .company-logos .logo-holder.mobile {
    display: block; } }

@media (min-width: 501px) and (max-width: 1023px) {
  .company-logos .clmn-slider .slider-nav {
    margin-top: 5px; } }

@media (min-width: 501px) {
  .company-logos {
    border-top: 1px solid rgba(255, 255, 255, 0.4); }
    .company-logos .slide-holder {
      margin-bottom: 40px; }
  .company-logos .clmn-slider .slider-nav .nav-btn {
    display: block; }
  .logos {
    position: relative;
    height: 150px;
    padding: 0 15px;
    text-align: center; }
    .logos .logocontainer {
      position: absolute;
      transition: left 0.3s ease; } }

.clmn-slider {
  position: relative; }
  .clmn-slider .slider-nav {
    position: relative; }
  .clmn-slider .slides {
    position: absolute;
    top: 0; }
  .clmn-slider.ease .slides {
    transition: left .3s ease; }
  .clmn-slider .slide {
    float: left; }
    .clmn-slider .slide .button {
      margin-top: 25px; }
  .clmn-slider .t-view-m-fit-2 .txt {
    max-width: 400px; }
  .clmn-slider h5 {
    line-height: 1.2em;
    padding-bottom: 15px; }
  .clmn-slider .nav {
    height: 120px; }
  .clmn-slider .nav-btn, .clmn-slider .indicator li {
    cursor: pointer; }

@media all and (-ms-high-contrast: none) and (min-width: 1023px), (-ms-high-contrast: active) and (min-width: 1023px) {
  .clmn-slider .slide-box img {
    display: block !important;
    width: 100% !important; } }

@media (min-width: 1023px) {
  .clmn-slider .t-view-l-40pc .txt {
    padding-right: 60px; }
  .clmn-slider .slide .img.stacked {
    display: none;
    height: 1px; } }

@media (max-width: 1023px) {
  .clmn-slider .slider-nav .nav-btn {
    display: none; }
  .clmn-slider .img .t-valigner img {
    width: 100% !important;
    height: auto !important; }
  .clmn-slider .slide .t-valigner {
    margin-bottom: 30px; }
  .clmn-slider .slider-nav {
    padding: 0 !important;
    margin-top: 40px; }
  .clmn-slider .txt {
    padding-top: 20px;
    text-align: center;
    margin: auto; }
  .clmn-slider .slide .img.stacked {
    display: block; }
  .clmn-slider .slide .img.column {
    display: none;
    height: 1px; }
  html:not('home') .clmn-slider {
    margin-top: 40px; } }

.slider-nav {
  overflow: visible;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px; }
  .slider-nav .indicator {
    text-align: center;
    padding-top: 20px;
    line-height: 0; }
    .slider-nav .indicator li {
      border-radius: 50%;
      display: inline-block;
      height: 8px;
      width: 8px;
      margin: 0 8px;
      background-color: #044C65;
      transition: background-color 0.1s ease; }
      .slider-nav .indicator li.active {
        background-color: #EC7E1E; }
  .slider-nav .nav {
    margin: auto; }

.slider-nav, .slider-nav .nav {
  overflow: visible;
  position: relative; }

.slider-nav .nav-btn:after {
  height: 45px;
  width: 46px;
  top: 0;
  position: absolute;
  content: "";
  display: block; }

.slider-nav .nav-btn.disable {
  pointer-events: none;
  opacity: .5; }

.slider-nav .btn-prev:after {
  background-image: url("../img/slider-arrow-l.png");
  background-size: auto 100%;
  background-position: 100%;
  left: -50%; }

.slider-nav .btn-prev:hover:after {
  background-position: -4px; }

.slider-nav .btn-next:after {
  background-image: url("../img/slider-arrow-r.png");
  background-size: auto 100%;
  background-position: 0px;
  right: -50%; }

.slider-nav .btn-next:hover:after {
  background-position: -90%; }

.slider-nav.onWht .btn-prev:after {
  background-position: 100%; }

.slider-nav.onWht .btn-prev:hover:after {
  background-position: 0px; }

.slider-nav.onWht .btn-next:after {
  background-position: 0px; }

.slider-nav.onWht .btn-next:hover:after {
  background-position: 100%; }

.slider-nav.onWht .indicator li {
  background-color: #E9E9EF; }

.slider-nav.onWht .indicator li.on {
  background-color: #EC7E1E; }

.row .text h4 {
  padding-bottom: 12px; }

.row .no-bleed {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

@media all and (-ms-high-contrast: none) and (min-width: 1023px), (-ms-high-contrast: active) and (min-width: 1023px) {
  html .rows .row .media.t-hide-under-l, html .rows .row .media.t-valigner {
    display: block !important; }
    html .rows .row .media.t-hide-under-l img, html .rows .row .media.t-valigner img {
      display: block;
      width: 100%; }
  html .rows .row .media.vid .t-valign {
    display: block !important; } }

.grad {
  background-image: url("../../assets/img/row-gradient.png");
  background-position: 0 bottom;
  background-repeat: repeat-x; }

.row.has-vid .vid iframe {
  max-width: 571px;
  margin: auto;
  display: block; }

.rows .text .button {
  /* Adusted for Ticket #36 in regards to Homepage */
  margin-top: 25px; }

.rows .form.media .t-valign {
  display: block; }

.rows .form.media {
  height: auto !important; }

@media (min-width: 1023px) {
  .row.has-form .text, .row.has-vid .text {
    min-height: 400px; }
  .med-txt-row:not(.has-vid) .txt-pad {
    padding-top: 150px !important; } }

.row.has-tool, .row.has-form, .row.has-vid {
  background-repeat: no-repeat; }

.media.vid iframe {
  margin-bottom: 10px !important;
  -webkit-border-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }

.rows .tool .surge-module.pad {
  padding: 0;
  max-width: 670px;
  margin: auto; }
  .rows .tool .surge-module.pad .t-txt-smalls, .rows .tool .surge-module.pad h2 {
    display: none; }
  .rows .tool .surge-module.pad .surge-search {
    margin-top: 40px; }

.rows .tool.t-valign {
  display: block; }

@media (min-width: 1023px) {
  .row.has-tool.left, .row.has-form.left, .row.has-vid.left {
    background-image: url("../../assets/img/form-bg-right.png");
    background-position: right top; }
  .row.has-tool.right, .row.has-form.right, .row.has-vid.right {
    background-image: url("../../assets/img/form-bg-left.png");
    background-position: left top; } }

@media (max-width: 1023px) {
  .row.has-tool.left, .row.has-form.left, .row.has-vid.left {
    background-image: url("../../assets/img/form-bg-right.png"); }
  .row.has-tool.left, .row.has-form.left {
    background-position: center; }
  .row.has-vid.left {
    background-position: center bottom; }
  .row.has-tool.right, .row.has-form.right, .row.has-vid.right {
    background-image: url("../../assets/img/form-bg-left.png"); }
  .row.has-tool.right, .row.has-form.right {
    background-position: center; }
  .row.has-vid.right {
    background-position: center bottom; } }

@media (min-width: 1023px) {
  .rows .text .txt-pad {
    padding: 35px; }
  .rows .left .text .txt-pad {
    padding-right: 70px; }
  .rows .right .text .txt-pad {
    padding-left: 70px; }
  .rows .row.has-vid .vid iframe {
    height: 320px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5); }
  .rows .row.has-form.left, .rows .row.has-vid.left {
    padding-top: 50px; } }

@media (max-width: 1023px) {
  html .rows .media {
    position: relative;
    display: block;
    width: 100%; }
  html .rows .row.has-vid.left {
    background-position: center bottom; }
  html .rows .row.has-vid.left {
    background-position: center bottom; }
  html .rows .row.has-vid.left {
    background-size: 90%; }
  html .rows .media:not(.form):not(.vid) img {
    position: relative;
    display: block;
    width: 100%; }
  html .rows .media:not(.form):not(.vid) iframe {
    height: 321px;
    width: -o-calc(100% - 79px);
    width: -ms-calc(100% - 79px);
    width: calc(100% - 79px);
    margin: auto;
    display: block; }
  html .rows .media.vid {
    position: relative;
    display: block;
    width: 100%; }
    html .rows .media.vid img {
      position: relative;
      display: block;
      width: 100%; }
    html .rows .media.vid iframe {
      margin-top: 20px;
      height: 320px; }
    html .rows .media.vid .t-valign {
      display: block; }
  html .rows .img.media:not(.no-bleed) {
    margin: 0 -10px;
    width: 110%; }
    html .rows .img.media:not(.no-bleed) .t-valign {
      display: block; }
  html .rows .row {
    padding: 17.5px 0; }
  html .rows .text {
    height: auto !important; }
    html .rows .text .txt-pad {
      padding: 35px 35px 10px; } }

@media (min-width: 501px) and (max-width: 1023px) {
  html .rows .row.has-tool, html .rows .row.has-form, html .rows .row.has-vid {
    background-size: 115% !important; }
  html .rows .row.has-vid .media {
    margin-bottom: 100px; }
  html .rows .row .form.media {
    min-height: 550px; }
    html .rows .row .form.media .gform_confirmation_wrapper {
      margin-top: 50px !important; } }

@media (min-width: 501px) {
  .rows .img.media img {
    visibility: hidden; }
  .rows .img.media {
    background-size: cover; } }

@media (max-width: 501px) {
  .row.has-tool, .row.has-form, .row.has-vid {
    background-image: none !important; }
  .row.has-form .gform_wrapper {
    box-shadow: none; }
  .row.has-form .shadow-pad {
    padding: 0; }
  .row.has-form .gform_confirmation_message {
    background: none !important; }
  .row .media.img {
    background-image: none !important;
    height: auto; } }

@media (max-width: 769px) {
  .media.vid iframe {
    margin-top: 20px;
    min-height: 50vw; } }

@media (max-width: 501px) {
  html .row h4, html .row p {
    text-align: left; }
  html .row .text .txt-pad {
    /* Modeled for About Us */
    padding: 40px 25px 10px; }
    html .row .text .txt-pad .button {
      min-width: none; }
  html .row .img.media:not(.no-bleed) {
    margin: 0 -10px;
    width: 110%; }
  html .row .img.media .t-valign {
    display: block; }
  html .row .media.vid {
    min-height: 0px; } }

@media (max-width: 1023px) {
  html .rows .t-show-under-l.media {
    display: table !important; }
  html .rows .t-hide-under-l.media {
    display: none !important; } }

@media (min-width: 1023px) {
  html .rows .t-hide-under-l.media {
    display: table !important; }
  html .rows .t-show-under-l.media {
    display: none !important; } }

.mantle .main-title:after {
  border-top: 4px solid #EC7E1E; }

.mantle:not(.top-main) h2.main-title:after {
  border-top: 1px solid #EC7E1E; }

@media (max-width: 501px) {
  .mantle:not(.top-main) h2.main-title:after {
    max-width: 50px; } }

.mantle .header-teaser {
  max-width: 800px; }

.mantle.slideshow .t-valigner {
  height: 100%; }

.mantle.slideshow .slides {
  height: 100%; }

.mantle.slideshow .slide-view, .mantle.slideshow ul.slides li {
  height: 100%;
  background-size: cover !important; }

.mantle.slideshow .slide-info {
  position: relative;
  z-index: 5; }

.mantle {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
  color: #fff; }

.mantle .tint {
  pointer-events: none; }

.mantle h1 {
  transition: opacity 0.3s ease-in-out;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300; }

/* =====================  Header font Sizes ========================= */
@media (min-width: 1023px) {
  .mantle.top-main .main-title {
    font-size: 50px; } }

@media (min-width: 501px) and (max-width: 1023px) {
  .mantle.top-main .main-title {
    font-size: 40px; } }

@media (max-width: 501px) and (max-width: 1023px) {
  .mantle.top-main .main-title {
    font-size: 30px; } }

/* =====================  Mantle Heights ========================= */
@media (max-width: 501px) {
  .mantle.fill {
    min-height: 450px;
    height: calc(100vh - 10vh); }
  .mantle.top-main .t-valigner {
    height: 460px; }
  .mantle.top-main.short .t-valigner {
    height: 400px; } }

@media (min-width: 501px) {
  .mantle .spacing {
    padding: 35px; }
  .mantle.fill {
    min-height: 450px;
    height: calc(100vh - 10vh); }
  .mantle.top-main .t-valigner {
    height: 550px; }
  .mantle.top-main.short .t-valigner {
    height: 400px; } }

iframe.mantle {
  width: 100%; }

.mantle .texture-overlay {
  height: 100%;
  background: url("../img/header-texture.png") center bottom no-repeat; }

.mantle h2 sup {
  font-size: .2em;
  top: -20px; }

@media (max-width: 501px) {
  body > div > section:not(.touts):not(.mantle) {
    padding: 0 20px; }
  .mantle .t-valigner,
  .mantle.short .t-valigner {
    height: 50vh; }
  .mantle h2 sup {
    top: -18px; } }

@media (max-width: 1366px) {
  .mantle {
    background-position: center bottom !important;
    background-attachment: scroll; }
    .mantle h1 {
      line-height: 1.1em; }
    .mantle .tint {
      transition: background-color 0.3s ease-in-out; } }

.callout {
  height: 100%; }

.callout-ftr, .callout-midb {
  background-image: url("../img/footer-texture.png");
  background-position: center 0;
  background-repeat: no-repeat; }

@media (min-width: 2000px) {
  .callout {
    background-size: 100% auto; } }

.callout {
  padding: 50px 0;
  line-height: 24px; }
  .callout h2 {
    padding-bottom: 15px; }

.callout h2 {
  font-size: 48px; }

@media (max-width: 769px) {
  .callout h2 {
    font-size: 38px; }
  .callout .descr-txt {
    padding-bottom: 20px; } }

@media (max-width: 501px) {
  .callout h2 {
    font-size: 36px; } }

.searchform {
  text-align: right;
  padding-top: 4px;
  height: 51px; }

.mobile-search select {
  border-radius: 2px;
  color: #222;
  -webkit-border-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 0;
  width: 100%;
  font-size: 12px;
  padding: 2px 0 0 10px;
  height: 48px;
  font-weight: bold;
  border: none;
  background-color: #efefef;
  font-size: 18px;
  font-weight: 500;
  -webkit-appearance: none; }

#searchform .screen-reader-text {
  display: none; }

.searchform [type="submit"] {
  width: 45px;
  height: 48px;
  font-size: 0px;
  background: none;
  -webkit-appearance: none;
  border: none;
  margin-right: 3px; }

.searchform #s {
  width: calc(100% - 45px);
  font-size: 12px;
  padding: 2px 0 0 10px;
  height: 46px;
  font-weight: bold;
  border: none;
  background-color: #efefef;
  float: right; }

.searchform input, .searchform .btn-submit {
  display: inline-block;
  position: relative; }

.searchform {
  text-align: right; }
  .searchform .btn-submit::after {
    position: absolute;
    content: "\f002";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 45px;
    height: 48px;
    background-color: #efefef;
    pointer-events: none;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    font-weight: 100; }

#searchform .screen-reader-text {
  display: none; }

.searchform {
  position: relative; }
  .searchform [type="submit"] {
    width: 45px;
    height: 48px;
    font-size: 0px;
    background: none;
    -webkit-appearance: none;
    border: none;
    margin-right: 0px;
    padding: 0; }
  .searchform #s {
    width: 196px;
    font-size: 12px;
    padding: 2px 0 0 10px;
    height: 46px;
    font-weight: bold;
    border: none;
    background-color: #efefef;
    border: none; }
  .searchform input, .searchform .btn-submit {
    display: inline-block;
    position: relative; }
  .searchform .btn-submit::after {
    position: absolute;
    content: "\f002";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    width: 45px;
    height: 48px;
    background-color: #efefef;
    pointer-events: none;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    font-weight: 100; }

@media (max-width: 501px) {
  .search {
    margin: 0 20px;
    padding: 0;
    position: relative; }
  form.searchform {
    height: 0px;
    display: block;
    padding: 0 !important;
    margin-bottom: 20px;
    overflow: hidden;
    transition: height 0.3s ease; }
  .search #s {
    width: calc(100% - 58px);
    margin: 0;
    border-radius: 0 4px 4px 0; }
  .btn-submit {
    margin: 0 !important;
    border-radius: 4px 0 0 4px; }
  .mobile-search p {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 0 5px;
    text-align: left; }
  .select-box {
    position: relative;
    height: 50px;
    float: left;
    margin: 3px 0;
    width: calc(100% - 58px); }
  .select-box:after {
    width: 48px;
    height: 48px;
    background-color: #EC7E1E;
    content: "\276f";
    text-indent: 19px;
    line-height: 46px;
    position: absolute;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    font-size: 20px;
    border-radius: 4px;
    color: #fff;
    right: 0;
    bottom: 2px;
    pointer-events: none; }
  .fa-search {
    width: 54px;
    height: 54px;
    position: absolute;
    font-size: 50px;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    font-weight: 100;
    float: left;
    margin: 0;
    right: 0;
    float: right;
    padding: 3px;
    border-radius: 4px; }
  .fa-search.fa {
    position: relative; }
  .fa-search.fa:before {
    font-size: 24px;
    text-align: center;
    line-height: 46px;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    border-radius: 4px;
    background-color: #EC7E1E;
    z-index: 100; }
  .mobile-search {
    margin: 0 20px;
    position: relative; }
  .search {
    padding: 0 !important;
    border: none;
    overflow: visible;
    margin-top: 0 !important; }
  .showsearch .fa-search.fa:before {
    content: " ";
    pointer-events: none; }
  .showsearch .fa-search.fa:after {
    font-size: 24px;
    text-align: center;
    line-height: 46px;
    content: "+";
    position: absolute;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    width: 100%;
    height: 100%;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 200;
    display: block;
    pointer-events: none; }
  .showsearch + .search .searchform:before {
    position: absolute;
    width: 54px;
    height: 7px;
    content: " ";
    z-index: 200;
    right: 0;
    top: -5px; }
  .showsearch + .search .searchform {
    height: 50px;
    overflow: visible !important; } }

.circle-nav {
  height: 1000px;
  position: relative; }

.circle-nav .t-valigner {
  display: table;
  min-height: 0;
  height: 100%; }

.customers .mantle .texture-overlay {
  background-image: none; }

.customers .mantle.top-main .texture-overlay .t-valigner {
  min-height: 0;
  height: 100%; }

.customers .header-teaser {
  z-index: 20;
  position: relative; }

.customers .h2 {
  z-index: 22;
  position: relative; }

.circle-nav > ul > li:not([data-cat="cn-data"]) .t-valigner {
  background-image: url("../../assets/img/journey-circle-bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 7; }

.circle-nav > ul > li:not([data-cat="cn-data"]) .menu:before {
  background-image: url("../../assets/img/journey-circle-bg-stroke.png");
  background-size: 100% auto;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: .3;
  transition: opacity .3s ease;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 8; }

.circle-nav > ul > li:not([data-cat="cn-data"]) .menu:hover:before, .circle-nav > ul > li.active {
  opacity: 1; }

.circle-nav ul:not(.links) li a {
  width: 100%;
  height: 100%;
  display: block; }

.circle-nav > ul > li a:hover {
  color: #fff; }

/*.circle-nav > ul > li[data-cat="cn-data"]:after,*/
#rippler {
  content: "";
  position: absolute;
  width: 922px;
  top: 50%;
  left: 50%;
  height: 922px;
  background-size: auto 100%;
  background-position: center;
  pointer-events: none;
  transition: height 0.3s ease, width 0.3s ease;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none; }

.circle-nav > ul > li:not(.active):not([data-cat="cn-data"]) {
  z-index: 7; }

#rippler:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20%;
  height: 20%;
  background-color: #00A1C5;
  content: "";
  pointer-events: none;
  border-radius: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: width 0.2s cubic-bezier(0.19, 1, 0.22, 1), height 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  background: #1d8fb5;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1d8fb5), color-stop(35%, #1d8fb5), color-stop(100%, #1fc1f2));
  background: linear-gradient(to bottom, #1d8fb5 0%, #1d8fb5 35%, #1fc1f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d8fb5', endColorstr='#1fc1f2', GradientType=0 ); }

#rippler:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30%;
  height: 30%;
  opacity: 0;
  background-color: #00A1C5;
  content: "";
  border-radius: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation-name: rippleanim;
  animation-duration: 20s;
  -webkit-animation-name: rippleanim;
  -webkit-animation-duration: 20s;
  -moz-animation-name: rippleanim;
  -moz-animation-duration: 20s;
  -o-animation-name: rippleanim;
  -m-animation-duration: 20s; }

[data-cat="cn-data"].active #rippler {
  width: 0;
  height: 0; }

.ripple {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10%;
  height: 10%;
  background-color: #00A1C5;
  -webkit-transform: translate3d(0, 0, 0);
  border-radius: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation-name: rippleanim;
  animation-duration: 20s;
  -webkit-animation-name: rippleanim;
  -webkit-animation-duration: 20s;
  -moz-animation-name: rippleanim;
  -moz-animation-duration: 20s;
  -o-animation-name: rippleanim;
  -m-animation-duration: 20s; }

@keyframes rippleanim {
  0% {
    opacity: 1;
    width: 20%;
    height: 20%; }
  10% {
    opacity: .3;
    width: 25%;
    height: 25%; }
  99% {
    opacity: 0;
    width: 95%;
    height: 95%; }
  100% {
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden; } }

/*

left: 50%;
top: 30%;
margin-left: -150px;

*/
.customers .mantle {
  height: auto; }

.customers .mantle {
  background-position: center top !important;
  background-attachment: scroll;
  background-size: cover !important; }

[data-cat="cn-data"] {
  left: 50%;
  top: 320px;
  margin-left: -197.5px;
  z-index: 6; }

[data-cat="cn-data"] .circle-title {
  position: relative; }

.circle-nav .circle-title {
  font-size: 24px;
  line-height: 1.1em;
  display: block;
  padding: 0 20px;
  -webkit-border-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  z-index: 10;
  opacity: .6;
  transition: opacity 0.3s ease; }

.circle-nav > ul > li:hover .circle-title, .circle-nav > ul > li.active .circle-title {
  opacity: 1; }

.circle-nav li:not(.active) .t-valigner {
  transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1); }

.circle-nav li:not(.active):hover .t-valigner {
  width: 105%;
  height: 105%;
  margin: -2.5%;
  position: relative; }

.circle-nav li:not(.active)[data-cat="cn-data"]:hover #rippler:after {
  height: 23%;
  width: 23%; }

.customers a.btn-learn-more:after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: 2px solid;
  border-right: 2px solid;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  top: 6px;
  left: 85px; }

.customers a.btn-learn-more {
  margin: 15px 0 20px !important;
  display: inline-block !important;
  position: relative;
  width: auto !important;
  font-weight: bold !important;
  color: #EC7E1E;
  font-size: 14px; }
  .customers a.btn-learn-more:hover {
    border-bottom: 1px solid; }

.circle-nav .hit.active {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer; }

.circle-nav .menu {
  cursor: pointer; }

.circle-nav > ul > li:not(.active):not([data-cat="cn-data"]) .menu {
  padding-top: 15px; }

[data-cat="cn-publishers"] {
  left: 50%;
  margin-left: -197.5px;
  top: 0; }

[data-cat="cn-b2b-agencies"] {
  left: 50%;
  margin-left: 150px;
  top: 280px; }

[data-cat="cn-b2b-sales-and-marketing"] {
  left: 50%;
  margin-left: -540px;
  top: 280px; }

@media (min-width: 501px) {
  /* Selected nav item */
  .circle-nav .active:not(.hit) {
    width: 600px;
    height: 600px;
    top: 0;
    left: 0;
    z-index: 100 !important; }
  html.customers .float-box {
    display: none !important; } }

.circle-nav .circle-title {
  width: auto !important;
  height: auto !important; }

.circle-nav > ul > li {
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.circle-nav ul li ul.links {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden; }

.circle-nav ul li:not(.active) ul.links {
  height: 0px !important; }

.circle-nav ul li ul.links {
  margin-left: -15px; }

.circle-nav ul li ul.links.done {
  overflow: visible; }

.circle-nav ul li.active ul li {
  padding-left: 18px; }

.circle-nav ul li.active a.title {
  padding: 0 0 7px 15px;
  text-align: left;
  position: relative;
  z-index: 20; }

.circle-nav ul li.active a.title:before {
  content: "\25b8";
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  font-size: 16px;
  transition: opacity 0.3s ease; }

.circle-nav ul li.active a.title:hover:before {
  opacity: 1; }

.circle-nav ul li.active a:hover {
  color: #aee9fe; }

/* Selected Sales */
.circle-nav > ul > li:not(.active):not([data-cat="cn-data"]) .circle-title:after {
  font-size: 26px;
  display: block;
  margin-top: 12px;
  position: relative;
  transition: transform .3s ease;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

@media (min-width: 501px) {
  .circle-nav > ul > li:not(.active):not([data-cat="cn-data"]) .circle-title:after {
    content: "\25be"; }
  .circle-nav > ul > li:not(.active) .menu:hover .circle-title:after {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  /* Selected nav item */
  .circle-nav .active {
    margin: 0; }
  .circle-nav ul li.active ul {
    display: inline-block; }
  .circle-nav ul > li.active .circle-title:after {
    content: "";
    height: 1px;
    display: block;
    width: 50px;
    margin: 25px auto;
    background-color: #fff; }
  .circle-nav .links div {
    display: none; }
  .circle-nav ul li.active ul.nobull {
    height: 250px;
    transition: height 0.6s ease;
    transition-delay: 0.2s; }
  .circle-nav > ul > li {
    position: absolute; }
  [data-selected="cn-b2b-sales-and-marketing"] > ul > li:not(.active):not([data-cat="cn-data"]) {
    width: 250px;
    height: 260px; }
  [data-selected="cn-b2b-sales-and-marketing"] > ul > li[data-cat="cn-publishers"] {
    left: 50%;
    top: 350px;
    margin-left: 117.5px; }
  [data-selected="cn-b2b-sales-and-marketing"] > ul > li[data-cat="cn-b2b-agencies"] {
    left: 50%;
    top: 545px;
    margin-left: -120.5px; }
  [data-selected="cn-publishers"] > ul > li:not(.active):not([data-cat="cn-data"]) {
    width: 250px;
    height: 260px; }
    [data-selected="cn-publishers"] > ul > li:not(.active):not([data-cat="cn-data"]) .circle-title {
      font-size: 18px; }
  [data-selected="cn-publishers"] > ul > li[data-cat="cn-b2b-sales-and-marketing"] {
    left: 50%;
    top: 350px;
    margin-left: 117.5px; }
  [data-selected="cn-publishers"] > ul > li[data-cat="cn-b2b-agencies"] {
    left: 50%;
    top: 545px;
    margin-left: -120.5px; }
  [data-selected="cn-b2b-agencies"] > ul > li:not(.active):not([data-cat="cn-data"]) {
    width: 250px;
    height: 260px; }
    [data-selected="cn-b2b-agencies"] > ul > li:not(.active):not([data-cat="cn-data"]) .circle-title {
      font-size: 18px; }
  [data-selected="cn-b2b-agencies"] > ul > li[data-cat="cn-publishers"] {
    left: 50%;
    top: 350px;
    margin-left: 117.5px; }
  [data-selected="cn-b2b-agencies"] > ul > li[data-cat="cn-b2b-sales-and-marketing"] {
    left: 50%;
    top: 545px;
    margin-left: -120.5px; }
  .circle-nav li[data-cat="cn-data"].active {
    width: 600px;
    height: 600px;
    top: 0;
    left: 50%;
    margin-left: -290px !important; }
  .circle-nav > ul > li.active {
    transition-delay: 0.2s; }
  .circle-nav > ul > li[data-cat="cn-data"] .t-valigner:after {
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1); }
  .circle-nav > ul > li[data-cat="cn-data"] .t-valigner.active:after {
    width: 0%;
    height: 1px; }
  [data-selected="cn-data"] > ul > li:not(.active):not([data-cat="cn-data"]) {
    width: 250px;
    height: 260px;
    font-size: 16px;
    opacity: .4;
    transition: opacity 0.3s ease; }
  [data-selected="cn-data"] > ul > li:not(.active):not([data-cat="cn-data"]):hover {
    opacity: 1; }
  [data-selected="cn-data"] > ul > li[data-cat="cn-b2b-agencies"] {
    left: 50%;
    top: 440px;
    margin-left: 117px; }
  [data-selected="cn-data"] > ul > li[data-cat="cn-publishers"] {
    left: 50%;
    top: 625px;
    margin-left: -123px; }
  [data-selected="cn-data"] > ul > li[data-cat="cn-b2b-sales-and-marketing"] {
    left: 50%;
    top: 440px;
    margin-left: -365px; }
  .circle-nav > ul > li[data-cat="cn-data"] .t-valigner {
    background-image: url("../../assets/img/journey-circle-bg.png");
    background-size: 0% auto;
    background-repeat: no-repeat !important;
    background-position: center !important; }
  .circle-nav > ul > li[data-cat="cn-data"].active .t-valigner {
    background-size: 100% auto; }
  .circle-nav > ul > li[data-cat="cn-data"] .menu:before {
    background-image: url("../../assets/img/journey-circle-bg-stroke.png");
    background-size: 0% auto;
    background-repeat: no-repeat !important;
    background-position: center !important;
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
    transition-delay: 0.2s; }
  .circle-nav > ul > li[data-cat="cn-data"].active .menu:before {
    background-size: 100% auto;
    opacity: 1; }
  .circle-nav > ul > li[data-cat="cn-data"].active .t-valigner:after {
    margin: 45% 0 0 42%;
    top: 0;
    left: 0px;
    width: 0%;
    width: 0%; }
  [data-selected="cn-data"] li:not(.active) .circle-title {
    font-size: 18px !important; }
  .circle-nav li.active,
  .circle-nav li.active * {
    overflow: visible; }
  .circle-nav .links {
    z-index: 100;
    position: relative;
    z-index: 50; }
  .circle-nav .links li {
    position: relative; }
  .circle-nav .links li .pane {
    display: block;
    color: #044C65;
    font-size: 12px;
    padding: 30px 30px 0 40px;
    width: 350px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    right: -365px;
    left: auto;
    top: -12px;
    font-weight: normal;
    text-align: left;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    z-index: 9;
    transition: opacity 0.3s ease; }
    .circle-nav .links li .pane div {
      display: block; }
  .circle-nav .links li:hover .pane {
    opacity: 1;
    transition-delay: 0.3s;
    pointer-events: auto; }
    .circle-nav .links li:hover .pane .size {
      line-height: 1.9em; }
      .circle-nav .links li:hover .pane .size h5 {
        line-height: 1; }
  .circle-nav .links li .pane:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 12px solid rgba(255, 255, 255, 0.9);
    position: absolute;
    left: -12px;
    top: 20px;
    z-index: 8; }
  .circle-nav .links li .pane:after {
    content: "";
    display: block;
    left: -300px;
    width: 400px;
    height: 90px;
    position: absolute;
    top: 0px;
    z-index: 1; }
  .circle-nav .links .pane a.btn-learn-more:hover {
    color: #EC7E1E;
    text-decoration: unerline; } }

@media (min-width: 1023px) {
  .circle-nav > ul > li {
    width: 395px;
    height: 415px; } }

@media (max-width: 1023px) {
  .circle-nav > ul > li:not([data-cat="cn-data"]) .circle-title:after {
    content: "\25be"; }
  .circle-nav > ul > li:not(.active) {
    width: 300px;
    height: 300px; }
  [data-cat="cn-publishers"] {
    left: 50%;
    margin-left: -145.5px; }
  [data-cat="cn-data"] {
    top: 170px; }
  [data-cat="cn-b2b-agencies"] {
    left: 81%;
    margin-left: -180px;
    top: 480px; }
  [data-cat="cn-b2b-sales-and-marketing"] {
    left: 0%;
    margin-left: 25px;
    top: 480px; }
  [data-cat="cn-data"] {
    left: 50%;
    top: 290px;
    margin-left: -150px; }
  .circle-nav .links {
    display: none; } }

.customers .mantle .t-contain {
  padding: 0 !important; }

@media (max-width: 501px) {
  .customers .header-teaser {
    font-size: 16px; }
  .circle-nav > ul > li {
    width: 300px;
    height: 300px; }
  .circle-nav li {
    left: 0%;
    right: 0;
    margin: 0 auto;
    margin-bottom: 10px; }
  .circle-nav {
    padding-bottom: 200px;
    margin-top: 20px; }
  .circle-nav .circle-title {
    font-size: 19px;
    line-height: 1.1em;
    display: block;
    padding: 0 40px;
    -webkit-border-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-weight: bold; }
  .circle-nav, .circle-nav > ul {
    height: auto;
    overflow: visible; }
  .size h5 {
    display: none; }
  .journey-links {
    overflow: visible; }
  #rippler:after {
    width: 270px;
    height: 270px; }
  .circle-nav li:not(.active)[data-cat="cn-data"]:hover #rippler:after {
    height: 300px;
    width: 300px; } }

@media (min-width: 1023px) {
  [data-selected="cn-b2b-agencies"] > ul > li[data-cat="cn-b2b-sales-and-marketing"] {
    top: 635px; }
  [data-selected="cn-b2b-sales-and-marketing"] > ul > li[data-cat="cn-b2b-agencies"] {
    top: 635px; }
  [data-selected="cn-publishers"] > ul > li[data-cat="cn-b2b-agencies"] {
    top: 635px; } }

.product-links {
  text-align: center; }
  .product-links .prod-fit-3 > div {
    width: 32.5%; }
  .product-links .prod-fit-4 > div {
    width: 24%; }
  .product-links .prod-fit-3 {
    padding-bottom: 10px; }
  .product-links .icon img {
    max-width: 70px; }
  .product-links .product-link {
    padding-left: 40px;
    padding-right: 40px; }
  .product-links .product-link {
    display: inline-block;
    float: none; }
  @media (max-width: 1023px) {
    .product-links .prod-fit-4 > div {
      width: 32%; } }
  @media (max-width: 769px) {
    .product-links .prod-fit-3 > div, .product-links .prod-fit-4 > div {
      width: 49%; } }
  @media (max-width: 501px) {
    .product-links .prod-fit-3 > div, .product-links .prod-fit-4 > div {
      width: 100%; } }

.rec-posts .post {
  background-repeat: none; }
  .rec-posts .post--with-image .post-border {
    position: relative; }
    .rec-posts .post--with-image .post-border .sizer {
      position: absolute;
      z-index: 1; }
      .rec-posts .post--with-image .post-border .sizer .button {
        bottom: 0; }
    .rec-posts .post--with-image .post-border:before {
      content: '';
      direction: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2);
      z-index: 0; }

.rec-posts .post .post-border .sizer {
  min-height: 280px; }

.rec-posts .post .post-border {
  position: relative;
  background-color: #ccc;
  background-size: cover;
  -webkit-border-shadow: 0px 0px 8px rgba(0, 0, 5, 0.2);
  -ms-box-shadow: 0px 0px 8px rgba(0, 0, 5, 0.2);
  -o-box-shadow: 0px 0px 8px rgba(0, 0, 5, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 5, 0.2);
  border-radius: 4px; }

.rec-posts .rec-posts .rows {
  margin: -10px; }

.rec-posts .post .t-valign a.button {
  margin: auto;
  min-width: 100px;
  margin-top: 20px; }

@media (min-width: 501px) and (max-width: 1023px) {
  .rec-posts .post .t-valign {
    padding: 23.3333333333px; }
    .rec-posts .post .t-valign .button {
      left: 30px !important;
      bottom: 30px !important; } }

@media (min-width: 1023px) {
  .rec-posts .rows .post:nth-child(3n+2) {
    padding: 0 12px; }
  .rec-posts .post h4 {
    min-height: 100px; }
  .rec-posts .post .t-valign {
    display: block;
    padding-bottom: 0 !important; }
  .rec-posts .rows .post:nth-child(3n+1) {
    padding: 0 24px 0 10px; }
  .rec-posts .rows .post:nth-child(3n+3) {
    padding: 0 10px 0 24px; }
  .rec-posts .post .t-valign a.button {
    position: absolute;
    bottom: 45px;
    left: 45px; } }

@media (max-width: 1023px) {
  .rec-posts .post .sizer {
    display: table;
    min-height: 0;
    height: 100%;
    width: 100%; }
  .rec-posts .post .t-valign {
    text-align: center;
    display: table-cell;
    vertical-align: middle; }
  .rec-posts .post .post-border {
    height: 250px !important; }
  .rec-posts .post .post-border .sizer {
    min-height: 250px; }
  .rec-posts .rows .post {
    margin-bottom: 10px;
    padding: 10px; } }

@media (max-width: 501px) {
  .rec-posts .rows {
    padding: 0; }
    .rec-posts .rows .post {
      margin-bottom: 0;
      padding: 5px 0; } }

.feat-posts .post-border {
  -webkit-border-shadow: 0px 0px 8px rgba(0, 0, 5, 0.1);
  -ms-box-shadow: 0px 0px 8px rgba(0, 0, 5, 0.1);
  -o-box-shadow: 0px 0px 8px rgba(0, 0, 5, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 5, 0.1);
  border-radius: 4px;
  background-color: #fff !important; }

.feat-posts .post-border {
  text-align: left; }

.feat-posts .sizer .button {
  position: absolute;
  bottom: 0px;
  min-width: 0;
  max-width: 160px;
  width: 90px;
  margin-top: 30px; }

.feat-posts .rows h4, .feat-posts .rows p {
  text-align: left; }

@media (max-width: 501px) {
  .feat-posts .size-h {
    height: auto !important; }
  .feat-posts .size-h .button {
    position: relative !important; }
  .feat-posts .sizer .button {
    bottom: 0; }
  .feat-posts p {
    display: none; }
  .feat-posts .post {
    margin-bottom: 10px; }
    .feat-posts .post:last-child {
      margin-bottom: 0; } }

.feat-posts .post-border {
  padding: 40px;
  margin: 0;
  background: url("../../assets/img/row-r-bg-rinkle-l.jpg") left 110%;
  background-repeat: no-repeat; }

@media (min-width: 501px) {
  .feat-posts .post {
    margin-bottom: 20px !important; } }

@media (min-width: 1023px) {
  .feat-posts {
    /* Middle */
    /* Middle */
    /* Right*/ }
    .feat-posts .post:nth-child(3n+2) {
      padding: 5px 14px; }
    .feat-posts .post:nth-child(3n+1) {
      padding: 5px 24px 5px 5px; }
    .feat-posts .post:nth-child(3n+3) {
      padding: 5px 5px 5px 24px; }
    .feat-posts .rows {
      padding-right: 45px;
      padding-left: 45px; } }

@media (min-width: 769px) {
  .feat-posts {
    /* Middle */
    /* Middle */
    /* Right*/ }
    .feat-posts .post:nth-child(3n+2) {
      padding: 5px 7px; }
    .feat-posts .post:nth-child(3n+1) {
      padding: 5px 20px 5px 5px; }
    .feat-posts .post:nth-child(3n+3) {
      padding: 5px 5px 5px 20px; } }

@media (max-width: 501px) {
  .feat-posts {
    /* Middle */
    /* Middle */ }
    .feat-posts .post:nth-child(odd) {
      padding: 5px 15px 5px 0px; }
    .feat-posts .post:nth-child(even) {
      padding: 5px 5px 5px 0px; } }

@media (min-width: 769px) and (max-width: 1023px) {
  .feat-posts .sizer .button {
    max-width: none; } }

@media (max-width: 769px) {
  .feat-posts .post {
    padding: 10px !important; }
  .feat-posts .sizer .button {
    width: 100%; } }

@media (max-width: 501px) {
  .feat-posts.t-contain {
    padding: 0 !important; } }

.opt-out #privacynav .nbblulink {
  width: 180px;
  margin-bottom: 7px; }

.opt-out h2 {
  color: #0867a5;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 20px; }

.opt-out .pslide {
  display: none; }

.opt-out .optbox {
  width: 128px;
  border: 1px solid #b6b6b6;
  color: #a7a7a7;
  background: #e4e4e4;
  cursor: pointer;
  margin-bottom: 10px; }

.opt-out .optbox, .opt-out .optbox span.active {
  border-radius: 4px; }

.opt-out .optbox span {
  display: inline-block;
  width: 64px;
  text-align: center;
  float: left;
  line-height: 28px;
  height: 28px;
  vertical-align: middle;
  font-size: 11px; }

.opt-out .optbox span.active {
  background: #018dba;
  width: 62px;
  border: 1px solid #01779d;
  color: #fff;
  font-weight: bold; }

.opt-out #opttext {
  display: block;
  font-size: 16px;
  color: #3b3b3b;
  font-weight: 600;
  line-height: 28px;
  height: 28px;
  vertical-align: middle; }

.form .shadow-pad {
  padding: 10px; }

.gform_wrapper {
  max-width: 600px !important;
  border-radius: 4px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
  margin: 10px auto !important;
  padding: 0 25px 25px;
  min-width: 0;
  background-color: #fff; }
  .gform_wrapper h3 {
    display: none; }
  .gform_wrapper .gfield {
    text-align: left; }
    .gform_wrapper .gfield label {
      margin: 0;
      color: #455465;
      font-size: 13px;
      text-align: left; }
  .gform_wrapper .ginput_container:not(.ginput_container_checkbox) input, .gform_wrapper .ginput_container textarea {
    height: 44px;
    box-sizing: border-box;
    font-weight: 600;
    background-color: #ECF0F1;
    border: none;
    width: 100% !important;
    padding-left: 10px; }
  .gform_wrapper .ginput_container textarea {
    padding: 20px !important; }
  .gform_wrapper .field_description_below {
    height: auto !important; }
  .gform_wrapper .button, .gform_wrapper .gform_footer {
    margin: 0 !important; }
  .gform_wrapper .ginput_container_checkbox {
    margin-top: -20px !important;
    position: relative; }
  .gform_wrapper .gform_fields {
    overflow: hidden !important; }
  .gform_wrapper .gform_fields li {
    padding-bottom: 13px; }
  .gform_wrapper .gform_fields li:last-child {
    padding-bottom: 0; }
  @media (min-width: 700px) {
    .gform_wrapper ul.gform_fields > li.float {
      width: 50% !important;
      clear: none !important;
      float: left !important; }
    .gform_wrapper .ginput_complex > * {
      width: 50% !important;
      clear: none !important;
      float: left !important;
      margin: 0 !important; }
    .gform_wrapper ul.gform_fields > li.float:nth-child(odd), .gform_wrapper .ginput_complex > span:nth-child(odd) {
      padding-right: 6px !important;
      display: block; }
    .gform_wrapper ul.gform_fields > li.float:nth-child(even), .gform_wrapper .ginput_complex > span:nth-child(even) {
      padding-left: 6px !important;
      display: block; } }
  @media (max-width: 700px) {
    .gform_wrapper .ginput_complex > * {
      width: 100% !important;
      clear: none;
      float: none;
      margin-bottom: 10px; } }
  .gform_wrapper .ginput_container_checkbox {
    position: relative; }
  .gform_wrapper .ginput_container_checkbox li {
    height: auto !important;
    overflow: visible; }
  .gform_wrapper .ginput_container_checkbox input {
    margin-right: 20px;
    display: block;
    visibility: hidden;
    position: relative; }
  .gform_wrapper .ginput_container_checkbox input {
    height: 30px;
    overflow: visible; }
  .gform_wrapper .ginput_container_checkbox label {
    top: 1px;
    position: relative;
    font-weight: bold;
    line-height: 1.9em; }
  .gform_wrapper .ginput_container_checkbox label:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    top: -2px;
    left: -24px;
    position: absolute;
    border: 3px solid #ccc;
    visibility: visible; }
  .gform_wrapper .ginput_container_checkbox input:checked + label:after {
    content: "\2714";
    position: absolute;
    top: -12px;
    left: -20px;
    z-index: 100;
    font-weight: bold;
    font-size: 25px;
    visibility: visible;
    color: #EC7E1E; }
  @media (max-width: 501px) {
    .gform_wrapper .ginput_container_checkbox input:checked + label:after {
      top: -1px; } }
  .gform_wrapper .gform_fields .ginput_container_checkbox {
    padding-top: 10px; }
  .gform_wrapper .gform_fields .ginput_container_checkbox, .gform_wrapper .ginput_container_checkbox * {
    overflow: visible !important; }
  .gform_wrapper .gfield_error .gfield_label, .gform_wrapper .gfield_error .ginput_container_text {
    margin-left: 0 !important;
    padding-right: 0 !important; }
  .gform_wrapper .validation_message, .gform_wrapper .validation_error {
    display: none !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important; }
  .gform_wrapper li.gfield_error {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 5px 0 13px 0 !important;
    width: 100% !important;
    max-width: 100% !important; }
    .gform_wrapper li.gfield_error .ginput_container {
      margin-left: 0 !important; }
  .gform_wrapper .gfield_error .gfield_label {
    color: #455465 !important; }
  .gform_wrapper .gfield_error .ginput_container_text {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important; }
  .gform_wrapper .gfield_error input {
    background: #3BB3D0 !important;
    color: #fff;
    border: none !important; }
  .gform_wrapper .gform_fields select {
    background-color: #ECF0F1;
    width: 268px;
    padding: 0px 5px 0 15px;
    border-radius: 2px;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    -webkit-appearance: none;
    height: 44px;
    -webkit-border-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100% !important; }
  .gform_wrapper .gform_fields .ginput_container_select {
    position: relative;
    font-weight: 600;
    line-height: 1.8em; }
  .gform_wrapper .gform_fields .ginput_container_select:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #EC7E1E;
    width: 44px;
    z-index: 5;
    pointer-events: none; }
  .gform_wrapper .gform_fields .ginput_container_select:after {
    content: "";
    color: #fff;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    right: 15px;
    font-weight: bold;
    font-size: 30px;
    top: 13px;
    height: 10px;
    width: 10px;
    -ms-transform: rotate(-134deg);
        transform: rotate(-134deg);
    z-index: 6;
    pointer-events: none; }
  .gform_wrapper input::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder {
    color: #8C97A3; }
  .gform_wrapper input:-moz-placeholder, .gform_wrapper select:-moz-placeholder {
    color: #8C97A4; }
  .gform_wrapper input::-moz-placeholder, .gform_wrapper select::-moz-placeholder {
    color: #8C97A4; }
  .gform_wrapper input:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder {
    color: #8C97A4; }
  .gform_wrapper input .gf_placeholder, .gform_wrapper select .gf_placeholder {
    color: #8C97A4; }
  .gform_wrapper select {
    font-weight: 600 !important; }
  @media (max-width: 501px) {
    .gform_wrapper .ginput_container_checkbox label {
      line-height: 1em !important; }
    .gform_wrapper .gform_fields .ginput_container_select {
      position: relative;
      font-weight: 600;
      line-height: 1em; } }

/* =========================  Thanks window  ========================== */
.gform_confirmation_wrapper {
  display: table;
  max-width: 515px;
  background-color: #fff;
  margin: 10px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5); }

.gform_confirmation_message {
  padding: 60px;
  display: table-cell;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #EC7E1E;
  vertical-align: middle;
  background-color: #fff;
  background: url("../../assets/img/tile-bg-rinkle-l.jpg") left bottom, url("../../assets/img/tile-bg-rinkle-r.jpg") right bottom;
  background-repeat: no-repeat;
  -webkit-border-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5); }

@media (min-width: 1024px) {
  .gform_confirmation_wrapper {
    height: 320px;
    display: table;
    max-width: 515px;
    height: 320px;
    margin-top: 80px; } }

@media (max-width: 1024px) {
  .gform_confirmation_wrapper {
    margin: auto !important; } }

/* =========================  No width limit for WYSIWYG and Job Templates ========================== */
html.job .gform_confirmation_wrapper, html.page-wysiwyg .gform_confirmation_wrapper {
  width: 100%;
  margin: 10px auto !important; }
  html.job .gform_confirmation_wrapper h3, html.page-wysiwyg .gform_confirmation_wrapper h3 {
    padding: 20px 0 30px; }

html.job .gform_wrapper, html.page-wysiwyg .gform_wrapper {
  max-width: none !important;
  margin-left: 10px !important;
  margin-right: 10px !important; }

.float-box {
  display: none; }

@media (max-width: 501px) {
  .float-box {
    position: fixed;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
    z-index: 1000;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 27, 54, 0.97); }
    .float-box iframe {
      width: 100%;
      max-width: 600px;
      display: block;
      margin: auto;
      height: 100%; }
    .float-box h4 {
      padding: 10px;
      text-align: center;
      -webkit-border-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    .float-box .close {
      position: absolute;
      top: -10px;
      right: 20px;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      cursor: pointer;
      z-index: 200; }
      .float-box .close em {
        font-size: 50px;
        color: #fff;
        font-weight: 700;
        font-style: normal !important; }
    .float-box .scroll {
      opacity: 0;
      margin-top: 60px;
      position: relative;
      transition: opacity 0.3s ease 0.2s;
      overflow: auto;
      height: -o-calc(100vh - 132px);
      height: -ms-calc(100vh - 132px);
      height: calc(100vh - 132px);
      -webkit-overflow-scrolling: touch; }
  /* @override http://bombora.dev/wp-content/themes/bombora/style.css */
  .float-box-open .blur-container {
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px); }
  html.float-box-open, .float-box-open body {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden; }
  .float-box-open header {
    display: none !important; }
  .float-box {
    color: #fff;
    background: rgba(10, 37, 61, 0.5) !important; }
    .float-box .journey-nav-mobile {
      text-align: left;
      margin: 0;
      display: block;
      list-style: none; }
      .float-box .journey-nav-mobile .circle-title:hover {
        color: #aee9fe; }
    .float-box .close {
      width: 30px;
      top: -10px;
      right: 10px;
      font-size: 50px; }
      .float-box .close em {
        font-weight: 100;
        display: block; }
    .float-box .journey-nav-mobile ul {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .float-box .journey-nav-mobile ul li a:not(.btn-learn-more) {
        text-align: left;
        margin: 0;
        display: block;
        padding: 10px 20px;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .float-box h4:after {
      content: "";
      height: 1px;
      display: block;
      width: 50px;
      margin: 25px auto;
      background-color: #fff; }
    .float-box .journey-nav-mobile li .pane {
      text-align: left;
      font-size: 12px;
      transition: height 0.3s ease;
      background-color: rgba(0, 27, 54, 0.2); }
    .float-box .journey-nav-mobile li.open .pane {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .float-box .journey-nav-mobile .size {
      padding: 20px 20px 0; }
    .float-box .journey-nav-mobile li:not(.open) .pane {
      height: 0 !important; }
    .float-box .journey-nav-mobile li a {
      color: #fff; }
    .float-box .journey-nav-mobile .scroll {
      margin-top: 0 !important; }
    .float-box .journey-nav-mobile li a.title:after {
      content: "\25be";
      float: right;
      top: 5px;
      right: 10px;
      position: absolute;
      font-size: 21px;
      pointer-events: none; }
    .float-box .journey-nav-mobile .btn-learn-more {
      color: #EC7E1E; } }

.surge-module .surge-search {
  max-width: 708px;
  border-radius: 8px;
  margin: 0 auto 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); }

.surge-module h2 {
  font-size: 48px; }
  .surge-module h2 br {
    display: none; }

.surge-module .topic-list-bg-color {
  background-color: #dee3e5;
  padding: .1px; }

.surge-module .topic-list-corners {
  border-radius: 0 0 8px 8px; }

.surge-module .topic-list {
  background-color: #fff; }
  .surge-module .topic-list li {
    transition: background-color 0.3s ease; }
    .surge-module .topic-list li:hover {
      background-color: #F2F3F3; }

.surge-module .topics-selected {
  background-color: #fff;
  padding-bottom: 5px; }

.surge-module .topic-list li {
  position: relative;
  font-size: 13px;
  padding: 10px 0px 10px 40px;
  cursor: pointer; }

.surge-module .topic-list li:after {
  content: "+";
  display: block;
  position: absolute;
  right: 30px;
  top: 6px;
  font-size: 19px;
  color: #EC7E1E; }

.surge-module .topic-search-box {
  position: relative; }

.surge-module .topic-search-box input {
  border: none;
  font-size: 13px;
  padding: 18px 15px 18px 60px;
  width: calc(100% + 10px);
  margin: 0 0 0 -5px;
  -webkit-border-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) inset; }

.surge-module .topic-search-box i {
  position: absolute;
  left: 13px;
  font-size: 25px;
  color: #EC7E1E;
  top: 12px; }

.surge-module .topic-list {
  overflow-y: auto;
  height: 100%;
  height: 220px; }

.surge-module .topic-list ul {
  opacity: 0;
  transition: opacity 0.3s ease; }

.surge-module .topic-list li {
  text-align: left; }

.surge-module .topics-selected {
  text-align: center;
  margin-top: -5px;
  padding-bottom: 23px; }

.surge-module .topics-selected li {
  display: inline-block !important;
  padding: 7px 33px 6px 12px;
  margin: 5px;
  font-size: 13px;
  border: 1px solid #E9E9EF;
  border-radius: 4px;
  position: relative;
  cursor: pointer; }

.surge-module .topics-selected li:after {
  content: "+";
  top: -5px;
  right: 5px;
  position: absolute;
  font-size: 28px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  color: #EC7E1E;
  pointer-events: none; }

.surge-module .topic-search-footer a {
  margin: 0;
  width: auto;
  min-width: 0;
  position: relative;
  z-index: 10; }

.surge-module .topic-search-footer {
  padding: 10px; }

.surge-module .topic-search-header {
  background-color: #fff;
  width: auto; }

.surge-module .topic-search-footer .btn-style1:not(.btn-download) {
  float: right;
  text-align: left; }

.surge-module a path, .surge-module a rect {
  transition: fill 0.3s ease; }

.surge-module .btn-download {
  border: none !important; }
  .surge-module .btn-download svg {
    margin-right: 5px; }
  .surge-module .btn-download:hover {
    background: none;
    color: #044C65; }
    .surge-module .btn-download:hover path, .surge-module .btn-download:hover rect {
      fill: #044C65; }

.surge-module .limited-disclaimer {
  background-color: #e3e2e7;
  color: #9999A6;
  font-size: 11px;
  cursor: default !important; }
  .surge-module .limited-disclaimer:after {
    content: "" !important; }

.surge-module .btn-surge {
  cursor: pointer; }
  .surge-module .btn-surge svg {
    margin-left: 5px; }
  .surge-module .btn-surge path, .surge-module .btn-surge rect {
    fill: #EC7E1E; }
  .surge-module .btn-surge:hover path, .surge-module .btn-surge:hover rect {
    fill: #fff; }

.surge-module .surge-text {
  position: relative;
  padding: 0 20px; }

.surge-module .companies-selected {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  visibility: hidden; }

.surge-module .topics-selected.pad-bottom {
  min-height: 70px; }

.surge-module .find-companies.pad {
  padding-bottom: 45px; }

.surge-module .btn-surge.inactive {
  opacity: .3;
  pointer-events: none; }

.surge-module .topic-search-footer:before {
  position: absolute;
  content: "";
  z-index: 2;
  width: 100%;
  height: 25px;
  top: 0;
  left: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0) 30%); }

.surge-module .topic-search-footer {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9); }

@media (max-width: 501px) {
  .surge-module .btn-download {
    display: none !important; }
  /* Homepage */
  .surge-module {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important; }
    .surge-module .fa-search {
      display: none; }
    .surge-module .topic-search-box input {
      padding-left: 20px; }
    .surge-module .topic-list li {
      padding-left: 15px; }
    .surge-module .find-companies.pad {
      padding: 15px 15px 45px; }
    .surge-module h2 {
      font-size: 36px;
      padding-bottom: 25px; }
      .surge-module h2 br {
        display: block; }
    .surge-module p.pad-50pc-bottom.t-txt-cntr {
      padding-bottom: 35px; } }

@media (max-width: 769px) {
  .find-companies > h4 {
    padding-bottom: 10px;
    min-height: 27px; }
  .selected-topics .find-companies > p {
    display: none; }
  .selected-topics .find-companies > h4 {
    padding-bottom: 0; }
  .topics-selected.pad-bottom {
    min-height: 40px !important; }
  .companies-selected {
    top: 5px; }
  .surge-module {
    padding: 0 0; } }

.topic-results {
  padding-bottom: 30px;
  min-height: 730px;
  /* Add this attribute to the element that needs a tooltip */
  /* Hide the tooltip content by default */
  /* Position tooltip above the element */
  /* Triangle hack to make tooltip look like a speech bubble */
  /* Show tooltip content on hover */ }
  .topic-results.limited {
    min-height: 300px; }
  .topic-results .result .box, .topic-results .topics-selected .topic-list {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px; }
  .topic-results .company-results {
    text-align: center; }
  .topic-results .topics-selected {
    max-width: 704px;
    margin-left: auto;
    margin-right: auto; }
  .topic-results .result .box {
    margin: 0 10px 20px; }
  .topic-results .topic-list {
    margin: 0 10px;
    padding-right: 5px;
    padding-left: 5px; }
  .topic-results div#score {
    top: -90px;
    position: relative; }
  .topic-results .topic-list h3 {
    width: auto; }
  .topic-results .selected {
    color: #455465;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    border: 1px solid #E9E9EF;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 15px;
    margin: 5px 5px;
    display: inline-block; }
  .topic-results .results {
    max-width: 1331px;
    margin: auto; }
  .topic-results .result {
    display: inline-block;
    margin: auto;
    width: 100%; }
  @media (max-width: 501px) {
    .topic-results .result {
      margin: 0 0 10px 0; } }
  @media (min-width: 501px) {
    .topic-results .result {
      width: 50%; } }
  @media (max-width: 501px) {
    .topic-results .topic-list {
      text-align: left; }
    .topic-results h3 {
      text-align: center; } }
  @media (min-width: 501px) {
    .topic-results .result {
      width: 33%; } }
  .topic-results .results-footer a {
    display: block; }
  .topic-results .results-footer a:after {
    content: "";
    margin-top: 15px;
    display: inline-block;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent; }
  @media (min-width: 864px) {
    .topic-results .result {
      width: 20%; } }
  .topic-results .result .box .c-name {
    padding-bottom: 10px;
    text-transform: capitalize;
    font-size: 18px; }
  .topic-results .result .box .padding {
    padding: 20px; }
  .topic-results .result .box .c-industry:before {
    content: "Industry:";
    display: block;
    font-weight: normal;
    color: #455465; }
  .topic-results .result .box .c-industry {
    font-size: 13px; }
  .topic-results .result .box .c-score {
    border-top: 1px solid #dde1e4;
    display: block;
    font-size: 28px;
    padding: 15px 0 20px; }
  .topic-results .score-num:before {
    content: "Score";
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #455465; }
  .topic-results [data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer; }
  .topic-results [data-tooltip]:before,
  .topic-results [data-tooltip]:after {
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; }
  .topic-results [data-tooltip]:before {
    position: absolute;
    bottom: 87%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -72px;
    padding: 4px 0 4px;
    width: 144px;
    border-radius: 3px;
    background-color: #EC7E1E;
    background-color: #EC7E1E;
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 12px;
    line-height: 1.2; }
  .topic-results [data-tooltip]:after {
    position: absolute;
    bottom: 87%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #EC7E1E;
    border-top: 5px solid #EC7E1E;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0; }
  .topic-results [data-tooltip]:hover:before,
  .topic-results [data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1; }

.loader-box {
  position: relative;
  height: 400px;
  padding: 50px; }
  .loader-box .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: wait; }
    .loader-box .loader .mask {
      z-index: 10000;
      position: absolute;
      top: 0;
      left: 0;
      -moz-opacity: 0.7;
      opacity: .70;
      filter: alpha(opacity=70);
      width: 100%;
      height: 100%;
      zoom: 1; }
    .loader-box .loader .viewonly {
      z-index: 10001;
      text-align: center;
      font-weight: 700;
      position: relative;
      margin-top: 40px; }
    .loader-box .loader .loadimg {
      position: relative;
      width: 100%;
      height: 100%; }
      .loader-box .loader .loadimg .iload {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -40px;
        margin-top: -16px;
        background: url(https://surge.bombora.com/img/loader.gif);
        width: 80px;
        height: 80px; }

.surge-results .anchor {
  position: relative;
  top: -90px; }

.surge-results .mantle h3 {
  width: auto; }

@media (min-width: 769px) and (max-width: 1023px) {
  .topic-results {
    padding: 0 20px; }
    .topic-results .topics-selected {
      max-width: 100%;
      margin: auto; } }

/*-------------------------------------------- */
/** Pages */
/*-------------------------------------------- */
.blog .blur-container table, .blog .blur-container th, .blog .blur-container td {
  color: #066283;
  border: 1px solid #066283; }

.blog .blur-container table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-radius: 4px; }
  .blog .blur-container table th {
    padding: 17px 10px;
    font-weight: bold; }
    .blog .blur-container table th:first-child {
      border-top-left-radius: 4px; }
    .blog .blur-container table th:last-child {
      border-top-right-radius: 4px; }
  .blog .blur-container table td {
    padding: 10px; }
    .blog .blur-container table td:nth-child(3) {
      text-align: center; }

.blog-mosaic .block {
  box-sizing: border-box;
  display: table;
  background-size: cover !important;
  background-position: center;
  margin-top: -1px; }

.blog-mosaic > div > div {
  height: 100%; }

.blog-mosaic .t-valigner:not(.tweet):not(.fb-post) .t-valign {
  background-color: rgba(0, 0, 0, 0.3); }

.blog-mosaic .fb-post .fa, .blog-mosaic .tweet .fa {
  padding-bottom: 10px;
  display: block;
  font-size: 27px; }

.blog-mosaic .fb-post .fa:hover {
  color: #fff; }

.blog-mosaic .fb-post .fa span, .blog-mosaic .tweet .fa span {
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -3px;
  position: relative;
  display: inline-block; }

@media all and (-ms-high-contrast: none) and (min-width: 1023px), (-ms-high-contrast: active) and (min-width: 1023px) {
  .blog-mosaic html .rows .row .media.t-hide-under-l, .blog-mosaic html .rows .row .media.t-valigner {
    display: block !important; } }

.blog-mosaic .t-valigner:not(.fb-post):not(.fb-post) p {
  font-weight: bold; }

.blog-mosaic .button {
  min-width: 100px; }

.blog-mosaic .fa-twitter {
  color: #00B3F4;
  display: block; }

.blog-list.articles .post-border {
  background-color: #fff; }

.blog-list.articles .img {
  background-size: cover;
  position: relative;
  height: 200px; }
  .blog-list.articles .img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
  .blog-list.articles .img > div {
    position: absolute;
    bottom: 0;
    padding: 35px;
    left: 0; }

.blog-list.articles .load-more.button {
  display: none;
  cursor: pointer; }

.blog-list.articles .article .btn-read-more {
  overflow: visible; }

.blog-list.articles .article:hover .btn-read-more {
  color: #EC7E1E; }

.blog-list.articles.loading:after {
  content: "Loading Posts...";
  display: block;
  text-align: center;
  padding: 35px 17.5px; }

.blog-list.articles .fb-post .t-txt-norm, .blog-list.articles .tweet .t-txt-norm {
  padding: 5px 0 10px; }

@media (min-width: 1023px) {
  .blog-list.articles .post-border {
    border: 1px solid #E9E9EF; }
  .blog-list.articles .row-2b > div, .blog-list.articles .row-3b > div {
    margin-bottom: 25px; }
  .blog-list.articles .row-2b > div:first-child {
    padding-right: 10px; }
  .blog-list.articles .row-2b > div:last-child {
    padding-left: 10px; }
  .blog-list.articles .row-3b > div {
    padding: 0  12px; }
  .blog-list.articles .row-3b > div:first-child {
    padding: 0 12px 0 0; }
  .blog-list.articles .row-3b > div:last-child {
    padding: 0 0 0 12px; }
  .blog-list.articles .img {
    height: 30vh; } }

@media (max-width: 1023px) {
  .blog-list.articles .size-h {
    height: auto !important; } }

@media (max-width: 769px) {
  .blog-mosaic {
    padding: 23.3333333333px; } }

@media (min-width: 501px) and (max-width: 1023px) {
  .blog-mosaic .block {
    height: 340px; }
  .blog-mosaic .fb-post, .blog-mosaic .fb-post {
    padding: 0 30px !important; } }

@media (min-width: 1023px) {
  .blog-mosaic .block {
    height: 365px; } }

@media (max-width: 501px) {
  .blog-mosaic .block {
    height: 295px; } }

@media (min-width: 501px) and (max-width: 1023px) {
  .blog-mosaic, .articles, .blog-list {
    padding: 17.5px 25px; }
  .blog-nav {
    padding-right: 25px;
    padding-left: 25px; }
  .blog-mosaic .block {
    height: 350px; }
  .blog-list .article {
    padding: 30px 0; }
    .blog-list .article .img {
      width: 40%;
      float: left; }
    .blog-list .article .summary {
      padding-top: 0;
      padding-left: 25px;
      padding-bottom: 0;
      width: calc(60%); }
      .blog-list .article .summary p {
        margin: 0 0 10px !important; }
      .blog-list .article .summary .t-txt-big {
        margin-top: -5px !important; }
      .blog-list .article .summary .t-txt-norm {
        font-size: 16px; }
  .results-txt {
    padding-bottom: 10px !important; } }

@media (max-width: 501px) {
  .blog-index .articles p {
    text-align: left !important; }
  .blog-index .article {
    padding-bottom: 30px; }
  .blog-index .article .summary {
    padding: 30px; }
  .blog-index .blog-list {
    padding: 0 !important; }
  .blog-index .summary p {
    margin: 8px 0 15px !important; }
  .blog-index .blog-mosaic .t-valign {
    padding: 52px;
    height: 100%; }
  .blog-index .blog-mosaic {
    padding: 0; }
  .blog-index .results-txt {
    text-align: center; } }

.footnote {
  color: orange; }
  .footnote a {
    font-weight: bold;
    text-decoration: none; }

.footnotes ol {
  list-style-type: none;
  counter-reset: counter; }
  .footnotes ol li:before {
    content: counter(counter) ".";
    counter-increment: counter;
    color: orange;
    font-weight: bold; }

.blog-nav .links a {
  padding: 17px 2px;
  font-size: 16px; }

.blog-nav .links a:last-child {
  margin-right: 0; }

@media (min-width: 501px) {
  .blog-nav .nav {
    border-top: 1px solid #E9E9EF;
    border-bottom: 1px solid #E9E9EF; } }

.blog-nav .links a {
  margin-right: 40px;
  position: relative;
  display: inline-block; }

.blog-nav .links a.active:after {
  content: "";
  position: absolute;
  background-color: #EC7E1E;
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 0; }

@media (min-width: 1023px) {
  .blog-nav {
    padding-right: 35px !important;
    padding-left: 35px !important;
    margin: auto;
    max-width: 1360px; } }

@media (min-width: 769px) {
  .blog-nav .searchform #s {
    width: 190px; } }

.blog-nav .links a:not(.fa-search) {
  margin-right: 10px;
  position: relative;
  display: inline-block; }

.blog .post-cat {
  font-weight: 400;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: #EC7E1E;
  text-decoration: none;
  border-bottom: 1px solid transparent; }

.blog .post-cat:hover {
  border-bottom: 1px solid;
  color: #EC7E1E; }

.blog .searchform .btn-submit {
  border-radius: 0px; }

.blog .searchform #s {
  border-radius: 0px; }

@media (max-width: 1023px) {
  .blog .results-txt {
    padding-top: 30px; }
  .blog-index .article .summary, .search-results .article .summary {
    padding-bottom: 0 !important; } }

/* Seach Layout */
@media (min-width: 501px) and (max-width: 1023px) {
  .blog-index p, .search-results p {
    text-align: left !important; }
  .blog-index .article, .search-results .article {
    padding-bottom: 30px !important;
    padding-left: 0 !important; }
  .blog-index .article .summary, .search-results .article .summary {
    padding: 30px; }
  .blog-index .summary p, .search-results .summary p {
    margin: 8px 0 15px !important; }
  .blog-index .blog-mosaic .t-valign, .search-results .blog-mosaic .t-valign {
    padding: 52px;
    height: 100%; }
  .blog-index .results-txt, .search-results .results-txt {
    text-align: center; }
  .blog-index .row-3b > div, .blog-index .row-2b > div, .search-results .row-3b > div, .search-results .row-2b > div {
    display: block !important;
    float: none !important;
    width: 100% !important; }
  .blog-index .article, .search-results .article {
    padding: 30px 0; }
  .blog-index .article .img, .search-results .article .img {
    width: 40%;
    float: left; }
  .blog-index .article .summary, .search-results .article .summary {
    padding-top: 0;
    padding-left: 25px;
    padding-bottom: 0;
    width: calc(60%); }
  .blog-index .article .summary p, .search-results .article .summary p {
    margin: 0 0 10px !important; }
  .blog-index .article .summary .t-txt-big, .search-results .article .summary .t-txt-big {
    margin-top: -5px !important; }
  .blog-index .article .summary .t-txt-norm, .search-results .article .summary .t-txt-norm {
    font-size: 16px; }
  .blog-index .results-txt, .search-results .results-txt {
    padding-bottom: 10px !important; }
  .blog-index .article p.t-txt-big, .search-results .article p.t-txt-big {
    display: block !important; }
  .blog-index .article .img .t-hide-under-l, .search-results .article .img .t-hide-under-l {
    display: none !important; }
  .blog-index .post-border, .search-results .post-border {
    border: none !important; }
  .blog-index .post-border .t-valign, .search-results .post-border .t-valign {
    padding: 0 !important;
    display: table-cell;
    vertical-align: middle; }
  .blog-index .post-border, .search-results .post-border {
    -ms-flex-align: center;
        align-items: center; } }

@media (max-width: 501px) {
  .search .searchform {
    left: -3px; } }

@media (min-width: 501px) and (max-width: 769px) {
  .blog-nav .searchform #s {
    width: 160px; } }

.blog.post .tag-nav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  min-height: 60px; }

.blog.post .article-nav, .blog.post .tag-nav {
  position: relative;
  padding: 20px 0 !important; }

@media (min-width: 501px) {
  .blog.post .article-nav .share {
    font-size: 30px !important;
    position: absolute;
    padding: 0 !important;
    line-height: 0;
    top: 15px;
    right: 0; } }

.blog.post .article-header h1:before {
  content: "Blog";
  font-size: 14px;
  text-align: center;
  display: block;
  padding-bottom: 10px;
  color: orange; }

.blog.post .article-nav .share a {
  padding-left: 10px;
  font-size: 26px;
  padding-left: 15px; }

.blog.post .author {
  font-size: 16px;
  font-weight: 600; }

.blog.post .article-nav .share {
  font-size: 30px !important;
  margin-top: 4px; }

@media (max-width: 500px) {
  .blog.post .author span {
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    font-weight: 600; }
  .blog.post .article-header, .blog.post .article-header h1 {
    text-align: left !important;
    padding-left: 0 !important; }
  .blog.post .article-header h1 {
    font-size: 26px; }
  .blog.post .article-header h1:before {
    text-align: left; }
  .blog.post .blog-article {
    padding: 0 12px; }
  .blog.post .blog-article .blog-margin {
    padding: 20px 30px; }
  .blog.post .article-nav .share {
    margin-top: 0px; } }

@media (min-width: 769px) {
  .blog.post .article-nav {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 34px; } }

@media (max-width: 769px) {
  .blog.post .article-nav .share {
    padding: 0 !important; }
  .blog.post .tags > div:not(.share) {
    padding-bottom: 15px; }
  .blog.post .article-nav .share a {
    font-size: 33px;
    padding-left: 0px;
    padding-right: 20px; }
  .blog.post .article-nav {
    padding: 10px 0 10px 0 !important; }
  .blog.post .tag-nav {
    padding: 30px 0 !important; }
  .blog.post .tags > div:before {
    font-size: 24px; }
  .blog.post .blog-margin {
    padding: 20px 15px !important; } }

@media (min-width: 501px) and (max-width: 769px) {
  .blog.post .article-nav, .blog.post .article-nav .author {
    border: none;
    text-align: center;
    width: 100%;
    padding: 0;
    text-transform: capitalize; }
  .blog.post .article-nav .author {
    display: block; } }

.blog.post .blog-article {
  max-width: 854px;
  z-index: 100;
  position: relative;
  margin: -30px auto 0; }

.blog.post .tag-nav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.blog.post .blog-margin {
  padding: 0 15px;
  border-radius: 4px 4px 0 0; }

.blog.post .tag-nav .tags {
  overflow: visible; }
  .blog.post .tag-nav .tags a:hover {
    border-bottom: 1px solid #EC7E1E; }

.blog.post .tag-nav .tags > div {
  padding-left: 30px;
  display: block;
  overflow: visible;
  position: relative; }

.blog.post .tag-nav .tags > div:before {
  content: "\f02b";
  font-family: fontawesome;
  display: block;
  width: 25px;
  position: absolute;
  left: -1px;
  top: 14px;
  line-height: 0;
  font-size: 20px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.blog.post .tag-nav .share {
  font-size: 34px; }

.blog.post .tag-nav {
  padding: 30px 0;
  text-align: left; }

.blog.post .tag-nav .share {
  padding: 15px 0 0 0; }

.blog.post .share span {
  display: none; }

.filter-tiles .blur-container .button,
.template-filter-tiles .blur-container .button {
  min-width: 0; }

.filter-tiles .blur-container .btn-read-more:hover,
.template-filter-tiles .blur-container .btn-read-more:hover {
  color: #EC7E1E; }

.filter-tiles .blur-container .articles .img,
.template-filter-tiles .blur-container .articles .img {
  background-size: cover;
  position: relative;
  min-height: 279px; }

.filter-tiles .blur-container .load-more.button,
.template-filter-tiles .blur-container .load-more.button {
  display: none; }

.filter-tiles .blur-container .articles.loading:after,
.template-filter-tiles .blur-container .articles.loading:after {
  content: "Loading Posts...";
  display: block;
  text-align: center;
  padding: 35px 17.5px; }

.filter-tiles .blur-container .articles .tile,
.template-filter-tiles .blur-container .articles .tile {
  border: 1px solid #E9E9EF;
  border-radius: 6px;
  background: url("../../assets/img/tile-bg-rinkle-l.jpg") left bottom, url("../../assets/img/tile-bg-rinkle-r.jpg") right bottom;
  background-repeat: no-repeat;
  background-color: #fff; }

.filter-tiles .blur-container .ft-nav,
.template-filter-tiles .blur-container .ft-nav {
  border-bottom: 1px solid #E9E9EF;
  border-top: 1px solid #E9E9EF; }
  .filter-tiles .blur-container .ft-nav li,
  .template-filter-tiles .blur-container .ft-nav li {
    display: inline-block;
    margin: 0 4px; }

@media (min-width: 1023px) {
  .filter-tiles .blur-container .articles .row-2b, .filter-tiles .blur-container .articles .row-2b,
  .template-filter-tiles .blur-container .articles .row-2b,
  .template-filter-tiles .blur-container .articles .row-2b {
    display: -ms-flexbox;
    display: flex; }
  .filter-tiles .blur-container .articles .row-2b > div, .filter-tiles .blur-container .articles .row-3b > div,
  .template-filter-tiles .blur-container .articles .row-2b > div,
  .template-filter-tiles .blur-container .articles .row-3b > div {
    -ms-flex: 1 auto;
        flex: 1 auto;
    margin-bottom: 25px; }
  .filter-tiles .blur-container .articles .row-2b > div:first-child,
  .template-filter-tiles .blur-container .articles .row-2b > div:first-child {
    padding-right: 10px; }
  .filter-tiles .blur-container .articles .row-2b > div:last-child,
  .template-filter-tiles .blur-container .articles .row-2b > div:last-child {
    padding-left: 10px; }
  .filter-tiles .blur-container .articles .row-3b > div,
  .template-filter-tiles .blur-container .articles .row-3b > div {
    padding: 0  12px; }
  .filter-tiles .blur-container .articles .row-3b > div:first-child,
  .template-filter-tiles .blur-container .articles .row-3b > div:first-child {
    padding: 0 12px 0 0; }
  .filter-tiles .blur-container .articles .row-3b > div:last-child,
  .template-filter-tiles .blur-container .articles .row-3b > div:last-child {
    padding: 0 0 0 12px; } }

@media (min-width: 501px) and (max-width: 1023px) {
  .filter-tiles .blur-container .article,
  .template-filter-tiles .blur-container .article {
    padding: 30px 0; }
  .filter-tiles .blur-container .results-txt,
  .template-filter-tiles .blur-container .results-txt {
    padding-bottom: 10px !important; } }

@media (max-width: 501px) {
  .filter-tiles .blur-container .articles p,
  .template-filter-tiles .blur-container .articles p {
    text-align: left !important; }
  .filter-tiles .blur-container .article,
  .template-filter-tiles .blur-container .article {
    padding-bottom: 30px; }
  .filter-tiles .blur-container .article .summary,
  .template-filter-tiles .blur-container .article .summary {
    padding: 30px; }
  .filter-tiles .blur-container .blog-list,
  .template-filter-tiles .blur-container .blog-list {
    padding: 0 !important; }
  .filter-tiles .blur-container .summary p,
  .template-filter-tiles .blur-container .summary p {
    margin: 14px 0 25px !important; }
  .filter-tiles .blur-container .results-txt,
  .template-filter-tiles .blur-container .results-txt {
    text-align: center; } }

.ft-search .searchform {
  margin: auto;
  padding: 0 30px; }
  @media (min-width: 700px) {
    .ft-search .searchform {
      width: 380px; } }
  @media (min-width: 980px) and (max-width: 1280px) {
    .ft-search .searchform {
      padding: 0; } }
  .ft-search .searchform #s {
    width: calc(100% - 45px);
    height: 48px;
    box-sizing: border-box; }

.ft-tiles {
  max-width: 1270px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .ft-tiles:after {
    content: '';
    display: block;
    margin-left: calc(100% - 0px); }
  .ft-tiles .article {
    width: 100%;
    float: none;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .ft-tiles .article:after {
      content: '';
      display: block;
      margin-left: calc(100% - 0px); }
  .ft-tiles .article .tile {
    width: 100%;
    position: relative;
    padding-bottom: 60px; }
    .ft-tiles .article .tile__category {
      display: inline-block;
      margin-bottom: 8px; }
    .ft-tiles .article .tile .t-txt-wht {
      color: white; }
    .ft-tiles .article .tile p {
      color: #455465;
      font-size: rem(16);
      line-height: 1.6; }
    .ft-tiles .article .tile .btn-read-more {
      position: absolute;
      bottom: 30px; }
    @media (min-width: 700px) {
      .ft-tiles .article .tile {
        min-height: 588px; } }
    @media (min-width: 980px) and (max-width: 1280px) {
      .ft-tiles .article .tile {
        min-height: 650px; } }
    .ft-tiles .article .tile--short {
      min-height: 0;
      padding-bottom: 0; }
      .ft-tiles .article .tile--short .summary {
        display: none; }
  .ft-tiles .tile-logo .tile .img {
    position: relative; }
    .ft-tiles .tile-logo .tile .img .t-valign {
      position: relative;
      z-index: 1; }
    .ft-tiles .tile-logo .tile .img:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 0; }
  .ft-tiles .tile-logo--no-overlay .img {
    border-bottom: 1px solid #E9E9EF; }
    .ft-tiles .tile-logo--no-overlay .img:after {
      display: none; }
  .ft-tiles .tile-logo .logo-title {
    display: block; }
  .ft-tiles .tile-logo .img {
    background-repeat: no-repeat;
    background-position: center; }
  .ft-tiles.loading {
    position: relative;
    padding-bottom: 60px; }
    .ft-tiles.loading:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 16px;
      height: 16px;
      display: block;
      margin: 0 auto;
      background-image: url("../../assets/img/ajax-loader.gif");
      background-repeat: no-repeat;
      background-position: center;
      font-size: 0; }
  @media (min-width: 700px) {
    .ft-tiles {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .ft-tiles:after {
        content: '';
        display: block;
        margin-left: calc(50% - 10px); }
      .ft-tiles .article {
        width: calc(50% - 10px);
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        margin-bottom: calc((100% - ((50% - 10px) * 2)) / 1); } }
  @media (min-width: 980px) {
    .ft-tiles {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .ft-tiles:after {
        content: '';
        display: block;
        margin-left: calc(33.3333333333% - 26px); }
      .ft-tiles .article {
        width: calc(33.3333333333% - 26px);
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        margin-bottom: calc((100% - ((33.3333333333% - 26px) * 3)) / 2); } }

.ft-tiles .img .t-valigner {
  height: 200px !important;
  display: table !important; }

.ft-tiles .img .t-valign {
  display: table-cell;
  padding: 0 10px; }

@media (min-width: 501px) {
  .articles .img {
    height: 25vh; }
  .ft-tiles .img .t-valigner {
    height: 100% !important; } }

@media (max-width: 769px) {
  .ft-tiles .img .t-valigner {
    height: 200px !important; }
  .ft-tiles .tile {
    margin-bottom: 20px; } }

.page-about,
.post-template-page-about {
  /* Culture Block sizes  at differnt screen widths */ }
  .page-about .feat-posts .button,
  .post-template-page-about .feat-posts .button {
    width: auto; }
  .page-about .culture-blocks,
  .post-template-page-about .culture-blocks {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto; }
  .page-about .culture-blocks .texture-overlay,
  .post-template-page-about .culture-blocks .texture-overlay {
    background: url("../img/culture-texture.png") center top no-repeat; }
  .page-about .fb-post.fa,
  .post-template-page-about .fb-post.fa {
    padding-bottom: 15px; }
  .page-about .fb-post:hover div,
  .post-template-page-about .fb-post:hover div {
    color: #fff; }
  .page-about .tweet .t-txt-norm, .page-about .fb-post .t-txt-norm,
  .post-template-page-about .tweet .t-txt-norm,
  .post-template-page-about .fb-post .t-txt-norm {
    padding: 1px 0; }
  .page-about .fb-post .fa,
  .post-template-page-about .fb-post .fa {
    color: #fff; }
  .page-about .fb-post .fa, .page-about .tweet .fa,
  .post-template-page-about .fb-post .fa,
  .post-template-page-about .tweet .fa {
    padding-bottom: 10px;
    display: block;
    font-size: 30px; }
  .page-about .fb-post .fa span, .page-about .tweet .fa span,
  .post-template-page-about .fb-post .fa span,
  .post-template-page-about .tweet .fa span {
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: -3px;
    position: relative;
    display: inline-block; }
  .page-about .culture-blocks .fa-twitter,
  .post-template-page-about .culture-blocks .fa-twitter {
    color: #00B3F4;
    display: block; }
  .page-about .culture-blocks .descr-txt,
  .post-template-page-about .culture-blocks .descr-txt {
    padding-bottom: 50px; }
  .page-about .culture-blocks .block, .page-about .culture-blocks .block-square, .page-about .culture-blocks .block-big,
  .post-template-page-about .culture-blocks .block,
  .post-template-page-about .culture-blocks .block-square,
  .post-template-page-about .culture-blocks .block-big {
    background-size: cover;
    background-position: center top; }
  .page-about .exec-thumbs,
  .post-template-page-about .exec-thumbs {
    text-align: center;
    margin: 0 -3px; }
    .page-about .exec-thumbs a,
    .post-template-page-about .exec-thumbs a {
      display: inline-block;
      float: none;
      box-sizing: border-box;
      margin: -5px -3px; }
    .page-about .exec-thumbs .holder,
    .post-template-page-about .exec-thumbs .holder {
      position: relative;
      margin: 1px; }
  .page-about .exec-block,
  .post-template-page-about .exec-block {
    position: relative;
    z-index: 50;
    padding: 1px;
    -webkit-border-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .page-about .exec-blocks .exec-details,
  .post-template-page-about .exec-blocks .exec-details {
    display: none;
    padding: 10px 0;
    line-height: 1.5em; }
  .page-about .exec-block .img, .page-about .exec-blocks .exec-details,
  .post-template-page-about .exec-block .img,
  .post-template-page-about .exec-blocks .exec-details {
    height: 15vw;
    background-size: cover;
    background-position: center center; }
  @media (min-width: 1023px) {
    .page-about .exec-block .img, .page-about .exec-blocks .exec-details,
    .post-template-page-about .exec-block .img,
    .post-template-page-about .exec-blocks .exec-details {
      max-height: 200px; }
    .page-about .tweet, .page-about .fb-post,
    .post-template-page-about .tweet,
    .post-template-page-about .fb-post {
      padding: 0 20px; } }
  @media (max-width: 769px) {
    .page-about .fb-post.block-square, .page-about .twitter.block,
    .post-template-page-about .fb-post.block-square,
    .post-template-page-about .twitter.block {
      width: 100% !important;
      height: auto !important; }
      .page-about .fb-post.block-square .t-txt-norm, .page-about .twitter.block .t-txt-norm,
      .post-template-page-about .fb-post.block-square .t-txt-norm,
      .post-template-page-about .twitter.block .t-txt-norm {
        font-size: 18px; }
    .page-about .exec-block,
    .post-template-page-about .exec-block {
      padding: 0; }
    .page-about .exec-block .img, .page-about .exec-blocks .exec-details,
    .post-template-page-about .exec-block .img,
    .post-template-page-about .exec-blocks .exec-details {
      height: 178px; }
    .page-about .exec-thumbs,
    .post-template-page-about .exec-thumbs {
      text-align: center;
      margin: 0 -5px; }
      .page-about .exec-thumbs a,
      .post-template-page-about .exec-thumbs a {
        margin: -5px -4px; }
        .page-about .exec-thumbs a .holder,
        .post-template-page-about .exec-thumbs a .holder {
          margin: 1px 3px; } }
  .page-about .exec-blocks p,
  .post-template-page-about .exec-blocks p {
    text-align: left; }
  .page-about .exec-block span,
  .post-template-page-about .exec-block span {
    display: block; }
  .page-about .exec-blocks p.t-txt-med,
  .post-template-page-about .exec-blocks p.t-txt-med {
    padding-right: 30px; }
  @media (min-width: 769px) {
    .page-about .row .t-view-l-40pc .t-valign,
    .post-template-page-about .row .t-view-l-40pc .t-valign {
      padding: 30px; } }
  .page-about .exec-blocks .exec-details,
  .post-template-page-about .exec-blocks .exec-details {
    display: block;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    background-color: rgba(236, 126, 30, 0.8);
    font-size: 12px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease; }
  .page-about .exec-blocks .exec-details .t-valigner div:last-child:after,
  .post-template-page-about .exec-blocks .exec-details .t-valigner div:last-child:after {
    content: "View Bio \25b8";
    display: block;
    margin-top: 25px; }
  .page-about .exec-block:hover .exec-details,
  .post-template-page-about .exec-block:hover .exec-details {
    opacity: 1; }
  .page-about .exec-blocks,
  .post-template-page-about .exec-blocks {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto; }
  .page-about .exec-blocks .texture-overlay,
  .post-template-page-about .exec-blocks .texture-overlay {
    background: url("../img/header-texture-2.png") center bottom no-repeat; }
  .page-about .culture-blocks .block, .page-about .culture-blocks .block-square,
  .post-template-page-about .culture-blocks .block,
  .post-template-page-about .culture-blocks .block-square {
    height: 195px; }
  .page-about .culture-blocks .block-big,
  .post-template-page-about .culture-blocks .block-big {
    height: 375px; }
  .page-about .fb-post .t-valign > div, .page-about .twitter .t-valign > div,
  .post-template-page-about .fb-post .t-valign > div,
  .post-template-page-about .twitter .t-valign > div {
    overflow: auto !important; }
  @media (min-width: 1023px) {
    .page-about .culture-blocks .block, .page-about .culture-blocks .block-square,
    .post-template-page-about .culture-blocks .block,
    .post-template-page-about .culture-blocks .block-square {
      height: 350px; }
    .page-about .culture-blocks .block-big,
    .post-template-page-about .culture-blocks .block-big {
      height: 640px; }
    .page-about .fb-post .t-valign > div, .page-about .twitter .t-valign > div,
    .post-template-page-about .fb-post .t-valign > div,
    .post-template-page-about .twitter .t-valign > div {
      max-height: 350px; }
    .page-about .blog-mosaic,
    .post-template-page-about .blog-mosaic {
      margin-bottom: 33px; } }
  @media (min-width: 501px) {
    .page-about .culture-blocks .block, .page-about .culture-blocks .block-square,
    .post-template-page-about .culture-blocks .block,
    .post-template-page-about .culture-blocks .block-square {
      height: 320px; }
    .page-about .fb-post .t-valign > div, .page-about .twitter .t-valign > div,
    .post-template-page-about .fb-post .t-valign > div,
    .post-template-page-about .twitter .t-valign > div {
      max-height: 250px; }
    .page-about .culture-blocks .block-big,
    .post-template-page-about .culture-blocks .block-big {
      height: 640px; }
    .page-about .culture-blocks .main-title,
    .post-template-page-about .culture-blocks .main-title {
      padding-top: 50px; } }
  @media (min-width: 769px) and (max-width: 1023px) {
    .page-about .culture-blocks .block, .page-about .culture-blocks .block-square, .page-about .culture-blocks .block-big,
    .post-template-page-about .culture-blocks .block,
    .post-template-page-about .culture-blocks .block-square,
    .post-template-page-about .culture-blocks .block-big {
      height: 250px; }
    .page-about .culture-blocks .block-big,
    .post-template-page-about .culture-blocks .block-big {
      height: 500px; }
    .page-about .fb-post .t-valign > div, .page-about .twitter .t-valign > div,
    .post-template-page-about .fb-post .t-valign > div,
    .post-template-page-about .twitter .t-valign > div {
      max-height: 200px; } }
  @media (min-width: 501px) and (max-width: 769px) {
    .page-about .culture-blocks .block-big,
    .post-template-page-about .culture-blocks .block-big {
      height: 570px; } }
  @media (min-width: 501px) and (max-width: 769px) {
    .page-about .fb-post .t-pos-cntr, .page-about .twitter .t-pos-cntr,
    .post-template-page-about .fb-post .t-pos-cntr,
    .post-template-page-about .twitter .t-pos-cntr {
      padding: 20px 60px; } }

@media (max-width: 769px) {
  .about .tweet, .about .fb-post {
    padding: 30px !important; }
  .about .exec-blocks .heading {
    padding: 20px 50px; }
    .about .exec-blocks .heading p {
      font-size: 16px; }
    .about .exec-blocks .heading h4 {
      text-align: left;
      font-size: 24px; }
  .culture-blocks .main-title {
    padding-top: 48px; }
  .culture-blocks .descr-txt {
    padding-bottom: 40px;
    text-align: left; } }

@media (max-width: 1023px) {
  .culture-blocks .t-contain {
    padding: 30px; } }

@media (max-width: 769px) {
  .culture-blocks .t-contain {
    padding: 10px; } }

@media (max-width: 501px) {
  .about .tweet, .about .fb-post {
    padding: 60px 30px !important; }
  .about .exec-blocks .heading {
    padding: 10px 15px; } }

@media (min-width: 769px) {
  .about .exec-blocks .heading {
    padding-right: 40px; } }

html.blog:not(.blog-index) .blog-nav {
  padding-top: 0 !important; }

html.slide--up.lock-usecase-nav #t-scrollnav-holder, html:not(.slide--reset).headroom--not-top.lock-usecase-nav #t-scrollnav-holder {
  -ms-transform: translateY(-73px);
  transform: translateY(-73px); }

html.slide--reset #t-scrollnav-holder .usecase-nav {
  display: none; }

.page-use_case .usecase-nav {
  overflow-x: auto; }

.page-use_case .usecase-nav, .page-use_case .walk-thru {
  -webkit-border-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 8px; }

.page-use_case .usecase-nav ul {
  white-space: nowrap; }
  .page-use_case .usecase-nav ul span {
    white-space: normal; }

.page-use_case .t-view-m-fit-2 .step:first-child {
  padding-right: 40px; }

.page-use_case .t-view-m-fit-2 .step:last-child {
  padding-left: 40px; }

.page-use_case .step .icon img {
  padding: 0 30% 0 20%; }

.page-use_case .product-info a {
  color: #EC7E1E;
  display: inline-block;
  border-bottom: 2px solid; }

.page-use_case .product-info a:hoverver {
  color: #EC7E1E;
  display: inline-block;
  border-bottom: 2px solid; }

.page-use_case .usecase-nav li {
  display: inline-block;
  height: 55px;
  max-width: 200px;
  margin: auto; }

.page-use_case .case a {
  text-decoration: none;
  color: #EC7E1E;
  font-weight: bold; }
  .page-use_case .case a:hover {
    color: #044C65; }

.page-use_case .usecase-nav li a {
  display: table;
  vertical-align: middle;
  height: 100%;
  padding: 0 10px; }

.page-use_case .usecase-nav li a > div {
  display: table-cell;
  vertical-align: middle; }

.page-use_case .step .t-txt-med {
  font-size: 16px;
  padding-bottom: 10px; }

.page-use_case .step p {
  margin: 0; }

@media (min-width: 501px) and (max-width: 769px) {
  .page-use_case .step .t-txt-med {
    font-size: 16px; }
  .page-use_case .step .t-txt-med {
    font-size: 16px; }
  .page-use_case .step .icon {
    padding-right: 18px; } }

.page-use_case .usecase-nav ul, .page-use_case .usecase-nav div {
  overflow: visible; }

.page-use_case .usecase-nav li {
  position: relative;
  overflow: visible; }

.page-use_case .usecase-nav li.active {
  color: #EC7E1E; }

.page-use_case .use p {
  text-align: left !important; }

.page-use_case .usecase-nav li.active:after {
  content: "";
  background-color: #EC7E1E;
  position: absolute;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  bottom: -14px;
  height: 4px; }

.page-use_case .usecase-nav li:hover a {
  color: #EC7E1E; }

@media (max-width: 769px) {
  .page-use_case .use h2 {
    font-size: 30px; }
  .page-use_case .use .step {
    margin-bottom: 30px; }
  .page-use_case .use .t-txt-lft {
    padding-bottom: 0 !important; }
  .page-use_case .use .step p {
    text-align: left; }
  .page-use_case .use .walk-thru {
    padding-right: 20px;
    padding-left: 20px; }
  .page-use_case .case > div:nth-child(odd) {
    margin-bottom: 35px; }
  .page-use_case .step .icon img {
    padding: 0 30% 0 0%; } }

@media (max-width: 501px) {
  .page-use_case .use .icon {
    /*background-image: url("../img/icon-grad.png");
			background-size: 95%;*/
    text-align: center;
    padding: 0 !important;
    background-repeat: no-repeat;
    background-position: center; } }

@media (min-width: 769px) {
  .page-use_case .usecase-nav li.active:after {
    bottom: -22px !important; }
  .page-use_case .step:nth-child(odd) {
    padding-right: 20px; }
  .page-use_case .step:nth-child(even) {
    padding-left: 20px; }
  .page-use_case .case > div:nth-child(odd) {
    padding-right: 20px; }
  .page-use_case .case > div:nth-child(even) {
    padding-left: 20px; } }

.page-use_case header .usecase-nav {
  box-shadow: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

html.slide--up.lock-usecase-nav #t-scrollnav-holder, html:not(.slide--reset).headroom--not-top.lock-usecase-nav #t-scrollnav-holder {
  -ms-transform: translateY(-73px);
  transform: translateY(-73px); }

html.slide--reset #t-scrollnav-holder .usecase-nav {
  display: none; }

.page-customer_detail .usecase-nav {
  background-color: rgba(0, 0, 0, 0.45);
  overflow-x: auto; }
  .page-customer_detail .usecase-nav .marg-25pc {
    margin: 0;
    padding: 17.5px; }
  .page-customer_detail .usecase-nav ul {
    white-space: nowrap; }
    .page-customer_detail .usecase-nav ul span {
      white-space: normal; }
  .page-customer_detail .usecase-nav li {
    display: inline-block;
    height: 55px;
    max-width: 200px;
    margin: auto; }
    .page-customer_detail .usecase-nav li a {
      color: white;
      display: table;
      vertical-align: middle;
      height: 100%;
      padding: 0 10px; }
      .page-customer_detail .usecase-nav li a > div {
        display: table-cell;
        vertical-align: middle; }
  @media (max-width: 699px) {
    .page-customer_detail .usecase-nav {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
      .page-customer_detail .usecase-nav::-webkit-scrollbar {
        height: 7px; }
      .page-customer_detail .usecase-nav::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0 transparent; }
      .page-customer_detail .usecase-nav::-webkit-scrollbar-thumb {
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0 0 transparent;
        background-color: rgba(255, 255, 255, 0.7); } }

.page-customer_detail .usecase-nav-holder {
  margin-bottom: 40px; }
  @media (min-width: 700px) {
    .page-customer_detail .usecase-nav-holder {
      margin-bottom: 100px; } }

.page-customer_detail .customer-detail__intro {
  max-width: 800px;
  margin-bottom: 60px;
  color: #ffffff;
  margin: 0 auto; }
  .page-customer_detail .customer-detail__intro .main-title {
    padding: 0; }
  .page-customer_detail .customer-detail__intro-text {
    text-align: center; }
    .page-customer_detail .customer-detail__intro-text:not(:last-child) {
      margin-bottom: 20px; }
      @media (min-width: 700px) {
        .page-customer_detail .customer-detail__intro-text:not(:last-child) {
          margin-bottom: 50px; } }
  .page-customer_detail .customer-detail__intro img {
    border-width: 18px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.4); }

.page-customer_detail .customer-detail__section {
  position: relative;
  padding: 50px 0 90px; }
  .page-customer_detail .customer-detail__section .t-contain {
    color: #ffffff;
    margin: 0 auto; }
  .page-customer_detail .customer-detail__section--even {
    background-color: rgba(255, 255, 255, 0.2);
    overflow: visible; }
    .page-customer_detail .customer-detail__section--even:before {
      content: '';
      display: block;
      max-width: 100%;
      width: 100%;
      height: 118px;
      position: absolute;
      background: url("../img/header-texture--transparent.png") center bottom no-repeat;
      background-size: 100% auto;
      bottom: 100%;
      left: 0; }
  .page-customer_detail .customer-detail__section:last-of-type {
    margin-bottom: 0; }

.page-customer_detail #t-scrollnav-holder .usecase-nav {
  background-color: rgba(0, 0, 0, 0.6); }

.page-customer_detail.headroom--not-top.lock-usecase-nav:not(.slide--reset) .t-menu > li > a span {
  color: white; }

.page-customer_detail.headroom--not-top.lock-usecase-nav:not(.slide--reset) header {
  background-color: transparent;
  box-shadow: none; }

.page-customer_detail.headroom--not-top.lock-usecase-nav .usecase-nav {
  width: 100%;
  max-width: 100%; }

.page-customer_detail .blur-container {
  background: url("../img/bubbles.png"), url("../img/bubbles-gradient.png"), #021233;
  background-position: center top, center;
  background-repeat: no-repeat, repeat-y;
  background-size: 100% auto;
  position: relative; }

.page-customer_detail .mantle {
  background-image: none !important; }
  .page-customer_detail .mantle .texture-overlay {
    background: none; }

.page-customer_detail .usecase-nav, .page-customer_detail .walk-thru {
  margin-bottom: 8px; }

.page-customer_detail .walk-thru {
  margin: 0 auto;
  max-width: 875px; }
  .page-customer_detail .walk-thru h4 {
    display: none; }
  .page-customer_detail .walk-thru .step {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px; }
    .page-customer_detail .walk-thru .step .icon {
      float: none;
      min-width: 30px;
      padding-right: 20px; }
    .page-customer_detail .walk-thru .step .t-view-xs-80pc {
      width: 100%; }
      @media (min-width: 700px) {
        .page-customer_detail .walk-thru .step .t-view-xs-80pc {
          display: -ms-flexbox;
          display: flex; } }
    .page-customer_detail .walk-thru .step .t-txt-med {
      max-width: 120px;
      min-width: 120px;
      padding-right: 20px; }
    .page-customer_detail .walk-thru .step p {
      margin: 0; }
      .page-customer_detail .walk-thru .step p a:hover {
        color: orange; }
    @media (min-width: 700px) {
      .page-customer_detail .walk-thru .step .t-view-xs-80pc {
        width: 80%; }
      .page-customer_detail .walk-thru .step .icon {
        float: left;
        margin-left: 0;
        margin-bottom: 0; } }
  .page-customer_detail .walk-thru .pad-bottom {
    padding: 0; }

.page-customer_detail .usecase-nav ul {
  white-space: nowrap; }
  .page-customer_detail .usecase-nav ul span {
    white-space: normal; }

.page-customer_detail .step .icon img {
  padding: 0 30% 0 20%; }

.page-customer_detail .product-info a {
  color: #EC7E1E;
  display: inline-block;
  border-bottom: 2px solid; }

.page-customer_detail .product-info a:hover {
  color: #EC7E1E;
  display: inline-block;
  border-bottom: 2px solid; }

.page-customer_detail .case a {
  text-decoration: none;
  color: #EC7E1E;
  font-weight: bold; }
  .page-customer_detail .case a:hover {
    color: #044C65; }

.page-customer_detail .step .t-txt-med {
  font-size: 16px;
  padding-bottom: 10px; }

@media (min-width: 501px) and (max-width: 769px) {
  .page-customer_detail .step .t-txt-med {
    font-size: 16px; }
  .page-customer_detail .step .t-txt-med {
    font-size: 16px; } }

.page-customer_detail .usecase-nav ul, .page-customer_detail .usecase-nav div {
  overflow: visible; }

.page-customer_detail .usecase-nav li {
  position: relative;
  overflow: visible; }

.page-customer_detail .usecase-nav li.active {
  color: #EC7E1E; }

.page-customer_detail .use p {
  text-align: left !important; }

.page-customer_detail .usecase-nav li.active:after {
  content: "";
  background-color: #EC7E1E;
  position: absolute;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  bottom: -14px;
  height: 4px; }

.page-customer_detail .usecase-nav li:hover a {
  color: #EC7E1E; }

@media (max-width: 769px) {
  .page-customer_detail .use h2 {
    font-size: 30px; }
  .page-customer_detail .use .step {
    margin-bottom: 30px; }
  .page-customer_detail .use .t-txt-lft {
    padding-bottom: 0 !important; }
  .page-customer_detail .use .step p {
    text-align: left; }
  .page-customer_detail .use .walk-thru {
    padding-right: 20px;
    padding-left: 20px; }
  .page-customer_detail .case > div:nth-child(odd) {
    margin-bottom: 35px; }
  .page-customer_detail .step .icon img {
    padding: 0 30% 0 0%; } }

@media (max-width: 501px) {
  .page-customer_detail .use .icon {
    /*background-image: url("../img/icon-grad.png");
			background-size: 95%;*/
    text-align: center;
    padding: 0 !important;
    background-repeat: no-repeat;
    background-position: center; } }

@media (min-width: 769px) {
  .page-customer_detail .usecase-nav li.active:after {
    bottom: -22px !important; }
  .page-customer_detail .case > div:nth-child(odd) {
    padding-right: 20px; }
  .page-customer_detail .case > div:nth-child(even) {
    padding-left: 20px; } }

.page-customer_detail header .usecase-nav {
  box-shadow: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.page-customer_detail footer.t-menu {
  background-color: white; }

.page-wysiwyg .poster {
  margin-bottom: 30px; }

.page-wysiwyg .poster {
  position: relative;
  overflow: visible; }

.page-wysiwyg:not(.prnt-about) .poster:after {
  position: absolute;
  top: 0;
  bottom: -2px;
  left: -1px;
  right: -1px;
  background-repeat: no-repeat;
  content: "";
  display: block;
  background-position: center 100%;
  background-size: 100% auto;
  background-image: url("../img/header-texture-wysiwyg.png"); }

.page-wysiwyg .article,
.case_study .article,
.job .article,
.team_member .article,
.partner .article, .article-body {
  padding-right: 0 !important;
  padding-left: 0 !important; }
  .page-wysiwyg .article .iframe-parent,
  .case_study .article .iframe-parent,
  .job .article .iframe-parent,
  .team_member .article .iframe-parent,
  .partner .article .iframe-parent, .article-body .iframe-parent {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
    .page-wysiwyg .article .iframe-parent iframe,
    .case_study .article .iframe-parent iframe,
    .job .article .iframe-parent iframe,
    .team_member .article .iframe-parent iframe,
    .partner .article .iframe-parent iframe, .article-body .iframe-parent iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0; }
  .page-wysiwyg .article .t-contain,
  .case_study .article .t-contain,
  .job .article .t-contain,
  .team_member .article .t-contain,
  .partner .article .t-contain, .article-body .t-contain {
    max-width: 1100px; }
  .page-wysiwyg .article ol,
  .case_study .article ol,
  .job .article ol,
  .team_member .article ol,
  .partner .article ol, .article-body ol {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item; }
  .page-wysiwyg .article h1,
  .case_study .article h1,
  .job .article h1,
  .team_member .article h1,
  .partner .article h1, .article-body h1 {
    line-height: 1.4; }
  .page-wysiwyg .article .article-header-img img,
  .case_study .article .article-header-img img,
  .job .article .article-header-img img,
  .team_member .article .article-header-img img,
  .partner .article .article-header-img img, .article-body .article-header-img img {
    max-width: none;
    width: 100%; }
  .page-wysiwyg .article ol > li,
  .case_study .article ol > li,
  .job .article ol > li,
  .team_member .article ol > li,
  .partner .article ol > li, .article-body ol > li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item;
    padding-bottom: 10px; }
  .page-wysiwyg .article ol > li:before,
  .case_study .article ol > li:before,
  .job .article ol > li:before,
  .team_member .article ol > li:before,
  .partner .article ol > li:before, .article-body ol > li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) "."; }
  .page-wysiwyg .article a,
  .case_study .article a,
  .job .article a,
  .team_member .article a,
  .partner .article a, .article-body a {
    color: #EC7E1E;
    text-decoration: none; }
    .page-wysiwyg .article a:hover,
    .case_study .article a:hover,
    .job .article a:hover,
    .team_member .article a:hover,
    .partner .article a:hover, .article-body a:hover {
      color: #EC7E1E;
      text-decoration: underline; }
  .page-wysiwyg .article .legal,
  .case_study .article .legal,
  .job .article .legal,
  .team_member .article .legal,
  .partner .article .legal, .article-body .legal {
    font-size: 12px; }
  .page-wysiwyg .article h3, .page-wysiwyg .article h4,
  .case_study .article h3,
  .case_study .article h4,
  .job .article h3,
  .job .article h4,
  .team_member .article h3,
  .team_member .article h4,
  .partner .article h3,
  .partner .article h4, .article-body h3, .article-body h4 {
    font-size: 19px; }
  .page-wysiwyg .article h4,
  .case_study .article h4,
  .job .article h4,
  .team_member .article h4,
  .partner .article h4, .article-body h4 {
    padding: 0px 0 30px;
    color: #455465;
    line-height: 1.7em; }
  .page-wysiwyg .article h3,
  .case_study .article h3,
  .job .article h3,
  .team_member .article h3,
  .partner .article h3, .article-body h3 {
    padding: 40px 0 30px;
    line-height: 1.2em;
    color: #066283; }
  .page-wysiwyg .article h5,
  .case_study .article h5,
  .job .article h5,
  .team_member .article h5,
  .partner .article h5, .article-body h5 {
    font-size: 30px;
    padding: 40px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    display: block;
    width: auto !important;
    margin: 40px 0 !important; }
  .page-wysiwyg .article ul,
  .case_study .article ul,
  .job .article ul,
  .team_member .article ul,
  .partner .article ul, .article-body ul {
    list-style-type: none;
    margin: 0px; }
  .page-wysiwyg .article ul, .page-wysiwyg .article ol,
  .case_study .article ul,
  .case_study .article ol,
  .job .article ul,
  .job .article ol,
  .team_member .article ul,
  .team_member .article ol,
  .partner .article ul,
  .partner .article ol, .article-body ul, .article-body ol {
    margin-left: 20px !important; }
  .page-wysiwyg .article ul li,
  .case_study .article ul li,
  .job .article ul li,
  .team_member .article ul li,
  .partner .article ul li, .article-body ul li {
    position: relative;
    padding-bottom: 30px; }
    .page-wysiwyg .article ul li > ul,
    .case_study .article ul li > ul,
    .job .article ul li > ul,
    .team_member .article ul li > ul,
    .partner .article ul li > ul, .article-body ul li > ul {
      margin-top: 20px; }
  .page-wysiwyg .article li,
  .case_study .article li,
  .job .article li,
  .team_member .article li,
  .partner .article li, .article-body li {
    position: relative;
    padding-bottom: 30px; }
    .page-wysiwyg .article li > ul,
    .case_study .article li > ul,
    .job .article li > ul,
    .team_member .article li > ul,
    .partner .article li > ul, .article-body li > ul {
      margin-top: 20px; }
  .page-wysiwyg .article ul li:before,
  .case_study .article ul li:before,
  .job .article ul li:before,
  .team_member .article ul li:before,
  .partner .article ul li:before, .article-body ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #EC7E1E; }
  .page-wysiwyg .article ul, .page-wysiwyg .article ol, .page-wysiwyg .article li, .page-wysiwyg .article p,
  .case_study .article ul,
  .case_study .article ol,
  .case_study .article li,
  .case_study .article p,
  .job .article ul,
  .job .article ol,
  .job .article li,
  .job .article p,
  .team_member .article ul,
  .team_member .article ol,
  .team_member .article li,
  .team_member .article p,
  .partner .article ul,
  .partner .article ol,
  .partner .article li,
  .partner .article p, .article-body ul, .article-body ol, .article-body li, .article-body p {
    text-align: left; }
  .page-wysiwyg .article p,
  .case_study .article p,
  .job .article p,
  .team_member .article p,
  .partner .article p, .article-body p {
    font-size: 18px;
    line-height: 2em; }
  .page-wysiwyg .article table, .page-wysiwyg .article th, .page-wysiwyg .article td,
  .case_study .article table,
  .case_study .article th,
  .case_study .article td,
  .job .article table,
  .job .article th,
  .job .article td,
  .team_member .article table,
  .team_member .article th,
  .team_member .article td,
  .partner .article table,
  .partner .article th,
  .partner .article td, .article-body table, .article-body th, .article-body td {
    color: #066283;
    border: 1px solid #066283; }
  .page-wysiwyg .article table,
  .case_study .article table,
  .job .article table,
  .team_member .article table,
  .partner .article table, .article-body table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-radius: 4px; }
    .page-wysiwyg .article table th,
    .case_study .article table th,
    .job .article table th,
    .team_member .article table th,
    .partner .article table th, .article-body table th {
      padding: 17px 10px;
      font-weight: bold; }
      .page-wysiwyg .article table th:first-child,
      .case_study .article table th:first-child,
      .job .article table th:first-child,
      .team_member .article table th:first-child,
      .partner .article table th:first-child, .article-body table th:first-child {
        border-top-left-radius: 4px; }
      .page-wysiwyg .article table th:last-child,
      .case_study .article table th:last-child,
      .job .article table th:last-child,
      .team_member .article table th:last-child,
      .partner .article table th:last-child, .article-body table th:last-child {
        border-top-right-radius: 4px; }
    .page-wysiwyg .article table td,
    .case_study .article table td,
    .job .article table td,
    .team_member .article table td,
    .partner .article table td, .article-body table td {
      padding: 10px; }
      .page-wysiwyg .article table td:nth-child(3),
      .case_study .article table td:nth-child(3),
      .job .article table td:nth-child(3),
      .team_member .article table td:nth-child(3),
      .partner .article table td:nth-child(3), .article-body table td:nth-child(3) {
        text-align: center; }
  @media (max-width: 501px) {
    .page-wysiwyg .article h5,
    .case_study .article h5,
    .job .article h5,
    .team_member .article h5,
    .partner .article h5, .article-body h5 {
      font-size: 30px;
      padding: 40px 0; }
    .page-wysiwyg .article h3, .page-wysiwyg .article h4,
    .case_study .article h3,
    .case_study .article h4,
    .job .article h3,
    .job .article h4,
    .team_member .article h3,
    .team_member .article h4,
    .partner .article h3,
    .partner .article h4, .article-body h3, .article-body h4 {
      text-align: left; }
    .page-wysiwyg .article ul,
    .case_study .article ul,
    .job .article ul,
    .team_member .article ul,
    .partner .article ul, .article-body ul {
      margin-left: 0;
      padding: 0 0 0 35px; }
      .page-wysiwyg .article ul li:before,
      .case_study .article ul li:before,
      .job .article ul li:before,
      .team_member .article ul li:before,
      .partner .article ul li:before, .article-body ul li:before {
        left: -30px; } }

.home .surge-module {
  padding: 0 0 !important;
  color: #455465;
  background: url("../../assets/img/surge-search-bg.jpg") center;
  background-size: cover; }
  .home .surge-module.mantle {
    background-position: center top !important; }
  .home .surge-module .t-txt-smalls {
    color: #fff; }

/*


Disabled becuase the entered text was much longer than comp 


.data .mantle .main-title{
	font-size: 60px;
	
}


@media (max-width:$t-tablet-portrait){
	.data .mantle .main-title{
		font-size: 50px;
		
	}
}



@media (max-width:$t-mobile-landscape){

	.data .mantle .main-title{
		font-size: 40px;
		
	}

}
*/
/*
@import 'pages/__pages';
*/
/*# sourceMappingURL=main.css.map */