  @font-face {
  font-family: 'BrandonGrotesque-Bold';
  src: url('/wp-content/themes/riveron/assets/fonts/BrandonGrotesque-Bold.ttf') format('truetype'),
       url('/wp-content/themes/riveron/assets/fonts/BrandonGrotesque-Bold.woff') format('woff'),
       url('/wp-content/themes/riveron/assets/fonts/BrandonGrotesque-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonGrotesque-Medium';
  src: url('/wp-content/themes/riveron/assets/fonts/BrandonGrotesque-Medium.ttf') format('truetype'),
       url('/wp-content/themes/riveron/assets/fonts/BrandonGrotesque-Medium.woff') format('woff'),
       url('/wp-content/themes/riveron/assets/fonts/BrandonGrotesque-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BrandonGrotesque-Regular';
  src: url('/wp-content/themes/riveron/assets/fonts/BrandonGrotesque-Regular.ttf') format('truetype'),
       url('/wp-content/themes/riveron/assets/fonts/BrandonGrotesque-Regular.woff') format('woff'),
       url('/wp-content/themes/riveron/assets/fonts/BrandonGrotesque-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Altone-Regular';
  src: url('/wp-content/themes/riveron/assets/fonts/Altone-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Altone-SemiBold';
  src: url('/wp-content/themes/riveron/assets/fonts/Altone-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RivalSansBold';
  src: url('/wp-content/themes/riveron/assets/fonts/RivalSansBold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RivalSansLightItalic';
  src: url('/wp-content/themes/riveron/assets/fonts/RivalSansLightItalic.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RivalSansRegular';
  src: url('/wp-content/themes/riveron/assets/fonts/RivalSansRegular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* global variables, mixins, functions, etc. */
/* ==========================================================================
   SASS Base: Variables, mixins, etc.
   ========================================================================== */
/*
 * Easy conversion to em from pixels
 */
/*
 * Replicate adobe tracking values in em
 */
/*
 * Breakpoints
 */
/*
 * Makes background images a certain aspect ratio
 */
/*
 * Fonts
 */
/*
 * Small version of secondary mark
 */
/*
 * Mask with linear gradient. NOTE: Doesn't work with IE11 or older Edge.
 */
/*
 * Mask with pseudo elements. Use this whenever we can (if angle is on solid BG)
 */
/* libs */
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-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 {
  -webkit-filter: none;
          filter: none; }

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

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

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

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

.fa-inverse {
  color: #fff; }

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

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

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

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

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

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

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-algolia:before {
  content: "\f36c"; }

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

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

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

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

.fa-allergies:before {
  content: "\f461"; }

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

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

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

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

.fa-amilia:before {
  content: "\f36d"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-asymmetrik:before {
  content: "\f372"; }

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

.fa-audible:before {
  content: "\f373"; }

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

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

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

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

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

.fa-band-aid:before {
  content: "\f462"; }

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

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

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

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bimobject:before {
  content: "\f378"; }

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

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

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

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

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

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

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

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

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

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

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

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

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

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

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

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

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

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

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

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

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

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

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

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

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

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

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-capsules:before {
  content: "\f46b"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

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

.fa-cc-apple-pay:before {
  content: "\f416"; }

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380"; }

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

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

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

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

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

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

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

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

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

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

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

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

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

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

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

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

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

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

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

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

.fa-church:before {
  content: "\f51d"; }

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

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

.fa-clipboard:before {
  content: "\f328"; }

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

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

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

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

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

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

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

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

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

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

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

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

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

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

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

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

.fa-coins:before {
  content: "\f51e"; }

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

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

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

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

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

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

.fa-compact-disc:before {
  content: "\f51f"; }

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

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

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

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

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

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

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

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

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

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

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

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

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

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

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

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

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

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

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

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

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

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

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

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

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

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

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

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

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

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

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

.fa-deaf:before {
  content: "\f2a4"; }

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

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

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

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

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

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

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

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

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

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

.fa-dove:before {
  content: "\f4ba"; }

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

.fa-draft2digital:before {
  content: "\f396"; }

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

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

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

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

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

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

.fa-edit:before {
  content: "\f044"; }

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

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ember:before {
  content: "\f423"; }

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

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

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

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

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

.fa-equals:before {
  content: "\f52c"; }

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

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-facebook-messenger:before {
  content: "\f39f"; }

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

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

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

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

.fa-feather:before {
  content: "\f52d"; }

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

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

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

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

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

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

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

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

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

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

.fa-file-medical-alt:before {
  content: "\f478"; }

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

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

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

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

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

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

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

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

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

.fa-first-aid:before {
  content: "\f479"; }

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

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

.fa-firstdraft:before {
  content: "\f3a1"; }

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

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

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

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

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

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

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

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

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

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

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

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

.fa-football-ball:before {
  content: "\f44e"; }

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

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

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

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

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

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

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

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

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

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

.fa-gas-pump:before {
  content: "\f52f"; }

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

.fa-gem:before {
  content: "\f3a5"; }

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

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

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

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

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

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

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

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

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

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

.fa-gitter:before {
  content: "\f426"; }

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

.fa-glasses:before {
  content: "\f530"; }

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

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

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

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

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

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

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

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

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

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

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

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

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

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

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

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

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

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

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

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

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

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

.fa-helicopter:before {
  content: "\f533"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

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

.fa-hockey-puck:before {
  content: "\f453"; }

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

.fa-hooli:before {
  content: "\f427"; }

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

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hotjar:before {
  content: "\f3b1"; }

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

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

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

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

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

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

.fa-hubspot:before {
  content: "\f3b2"; }

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

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

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

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

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

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

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

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

.fa-infinity:before {
  content: "\f534"; }

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

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

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

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

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

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

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

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

.fa-js:before {
  content: "\f3b8"; }

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

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

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

.fa-keybase:before {
  content: "\f4f5"; }

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

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

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

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

.fa-laravel:before {
  content: "\f3bd"; }

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

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

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

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

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

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

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

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

.fa-life-ring:before {
  content: "\f1cd"; }

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

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

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

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

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

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

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

.fa-lira-sign:before {
  content: "\f195"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

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

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

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

.fa-mandalorian:before {
  content: "\f50f"; }

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

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

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

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

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

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

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

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

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

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

.fa-mastodon:before {
  content: "\f4f6"; }

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

.fa-medapps:before {
  content: "\f3c6"; }

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

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

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

.fa-medrt:before {
  content: "\f3c8"; }

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

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

.fa-memory:before {
  content: "\f538"; }

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

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

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

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

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

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

.fa-microsoft:before {
  content: "\f3ca"; }

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

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

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

.fa-mix:before {
  content: "\f3cb"; }

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

.fa-mizuni:before {
  content: "\f3cc"; }

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

.fa-mobile-alt:before {
  content: "\f3cd"; }

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

.fa-monero:before {
  content: "\f3d0"; }

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

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

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

.fa-money-check-alt:before {
  content: "\f53d"; }

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

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

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

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

.fa-napster:before {
  content: "\f3d2"; }

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

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

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

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

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

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

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

.fa-old-republic:before {
  content: "\f510"; }

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

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

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

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

.fa-osi:before {
  content: "\f41a"; }

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

.fa-page4:before {
  content: "\f3d7"; }

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

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

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

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

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

.fa-parachute-box:before {
  content: "\f4cd"; }

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

.fa-parking:before {
  content: "\f540"; }

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

.fa-patreon:before {
  content: "\f3d9"; }

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

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

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

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

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

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

.fa-people-carry:before {
  content: "\f4ce"; }

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

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

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

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

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

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

.fa-php:before {
  content: "\f457"; }

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

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

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

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

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

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

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

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

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

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

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

.fa-playstation:before {
  content: "\f3df"; }

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

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

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

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

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

.fa-poo:before {
  content: "\f2fe"; }

.fa-portrait:before {
  content: "\f3e0"; }

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

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

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

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

.fa-procedures:before {
  content: "\f487"; }

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

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

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

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

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

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

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

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

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

.fa-r-project:before {
  content: "\f4f7"; }

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

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

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

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

.fa-receipt:before {
  content: "\f543"; }

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

.fa-red-river:before {
  content: "\f3e3"; }

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

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

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

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

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

.fa-rendact:before {
  content: "\f3e4"; }

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

.fa-reply:before {
  content: "\f3e5"; }

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

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

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

.fa-ribbon:before {
  content: "\f4d6"; }

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

.fa-robot:before {
  content: "\f544"; }

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

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

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

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

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

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

.fa-sass:before {
  content: "\f41e"; }

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

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

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

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

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

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

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

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

.fa-servicestack:before {
  content: "\f3ec"; }

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

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

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

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

.fa-shekel-sign:before {
  content: "\f20b"; }

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

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

.fa-shipping-fast:before {
  content: "\f48b"; }

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

.fa-shoe-prints:before {
  content: "\f54b"; }

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

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

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

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

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

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

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

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

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

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

.fa-sistrix:before {
  content: "\f3ee"; }

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

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

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

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

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

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

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

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

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

.fa-smoking:before {
  content: "\f48d"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-speakap:before {
  content: "\f3f3"; }

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

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

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

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

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

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

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

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

.fa-staylinked:before {
  content: "\f3f5"; }

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

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

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

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

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

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

.fa-sticker-mule:before {
  content: "\f3f7"; }

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

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

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

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

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

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

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

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

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

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

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

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

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

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

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

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

.fa-supple:before {
  content: "\f3f9"; }

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

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

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

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

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

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

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

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

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

.fa-tape:before {
  content: "\f4db"; }

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

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

.fa-teamspeak:before {
  content: "\f4f9"; }

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

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

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

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

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

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

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

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

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

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

.fa-thermometer:before {
  content: "\f491"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-toolbox:before {
  content: "\f552"; }

.fa-trade-federation:before {
  content: "\f513"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tshirt:before {
  content: "\f553"; }

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

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

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

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

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

.fa-twitter:before {
  content: "\e61b" !important; }

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

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

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

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

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

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

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

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

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

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

.fa-untappd:before {
  content: "\f405"; }

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

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

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

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

.fa-user-alt-slash:before {
  content: "\f4fa"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

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

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

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

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

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

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

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

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

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

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

.fa-video-slash:before {
  content: "\f4e2"; }

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

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

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

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

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

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

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

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

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

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

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

.fa-warehouse:before {
  content: "\f494"; }

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

.fa-weight:before {
  content: "\f496"; }

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

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

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

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

.fa-whmcs:before {
  content: "\f40d"; }

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

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

.fa-window-close:before {
  content: "\f410"; }

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

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

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

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

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

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

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

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

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

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

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

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

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

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

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

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

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

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

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

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

.fa-yen-sign:before {
  content: "\f157"; }

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

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

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

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

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

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/riveron/assets/webfonts/fa-brands-400.eot");
  src: url("/wp-content/themes/riveron/assets/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/riveron/assets/webfonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/riveron/assets/webfonts/fa-brands-400.woff") format("woff"), url("/wp-content/themes/riveron/assets/webfonts/fa-brands-400.ttf") format("truetype"), url("/wp-content/themes/riveron/assets/webfonts/fa-brands-400.svg") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/riveron/assets/webfonts/fa-regular-400.eot");
  src: url("/wp-content/themes/riveron/assets/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/riveron/assets/webfonts/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/riveron/assets/webfonts/fa-regular-400.woff") format("woff"), url("/wp-content/themes/riveron/assets/webfonts/fa-regular-400.ttf") format("truetype"), url("/wp-content/themes/riveron/assets/webfonts/fa-regular-400.svg") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("/wp-content/themes/riveron/assets/webfonts/fa-solid-900.eot");
  src: url("/wp-content/themes/riveron/assets/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/riveron/assets/webfonts/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/riveron/assets/webfonts/fa-solid-900.woff") format("woff"), url("/wp-content/themes/riveron/assets/webfonts/fa-solid-900.ttf") format("truetype"), url("/wp-content/themes/riveron/assets/webfonts/fa-solid-900.svg") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*
 * HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/
 * Don't edit
 */
/* normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

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

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

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1{ font-family: "altone-regular"; font-size: 2em; margin: 0.67em 0; text-transform: none; color:#071739}/*capitalize*/

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
  font-family: 'Altone-SemiBold';
  text-transform: none;
  color: #071739;
 }

h3 {
  font-size: 1.17em;
  margin: 1em 0;
  font-family: 'Altone-Regular';
  text-transform: none;/*uppercase*/
  color:#a4b5c4;
 }

h4 {
  font-size: 1em;
  margin: 1.33em 0;
  font-family: 'Altone-Regular';
  color:#000;
  text-transform: none;
 }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
  font-family: 'Altone-Regular';
  color:#000;
  text-transform: none;
 }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
  font-family: 'Altone-Regular';
  color:#000;
  text-transform: none;
 }

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

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

dd {
  margin: 0 0 0 40px; }

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

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

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

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

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

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

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

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

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

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

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

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

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #464646; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* user defined base styles */
.arrow {
  background-size: cover;
  display: inline-block;
  height: 1.875em;
  width: 2.625em;
  transition: .2s ease; }

.arrow--down, .arrow--up, .arrow--up-gray {
  height: 2.625em;
  width: 1.875em; }

.arrow--right {
  background-image: url(/wp-content/themes/riveron/assets/images/arrow-right-green.png); }
  .arrow--right:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    transition: .2s ease; }
  .arrow--right:active {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    transition: .2s ease; }

.arrow--left {
  background-image: url(/wp-content/themes/riveron/assets/images/arrow-left-green.png); }
  .arrow--left:hover {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
    transition: .2s ease; }
  .arrow--left:active {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    transition: .2s ease; }

.arrow--down {
  background-image: url(/wp-content/themes/riveron/assets/images/arrow-down.png); }

.arrow--up {
  background-image: url(/wp-content/themes/riveron/assets/images/arrow-up.png); }

.arrow--up-gray {
  background-image: url(/wp-content/themes/riveron/assets/images/arrow-up-gray.png); }

html,
body {
  background-color: #fff;
  font-size: 16px;
  font-family: 'RivalSansRegular';
  color:#000;
  font-weight: 500; }
  @media (max-width: 74.9375em) {
    html,
    body {
      font-size: 15px; } }
  @media (max-width: 61.9375em) {
    html,
    body {
      font-size: 14px; } }
  @media (max-width: 47.9375em) {
    html,
    body {
      font-size: 13px; } }

/* ==========================================================================
   Global button styles
   ========================================================================== */
.button {
  background-color: #379190;
  color: #fff;
  display: inline-block;
  padding: 0.625em 1.875em;
  text-transform: capitalize;
  transition: .2s ease;
  font-family: 'RivalSansBold';
  font-weight: 400; }
  .button:link, .button:visited, .button:hover, .button:active {
    color: #fff; }
  .button:hover {
    background-color: #327d7c;
    color: #fff;
    text-decoration: none;
    transition: .2s ease; }

/* .button-reversed {
    @extend .button;
    background-color: #fff;
    color: $color-secondary;

    &:link, &:visited, &:hover, &:active {
        color: $color-secondary;
    }
    &:hover {
        background-color: $color-secondary;
        color: #fff;
    }
} */
.icon {
  color: #00629b;
  display: inline-block;
  height: 7.5em;
  width: 7.5em; }
  .icon svg {
    height: 100%;
    width: 100%; }

.icon--animate-hover:hover path {
  fill: #ff671f; }

.icon--in-circle {
  border: 5px solid #00629b;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 0.625em; }
  .icon--in-circle:hover {
    border-color: #ff671f; }

.icon--orange {
  color: #ff671f; }
  .icon--orange path {
    fill: #ff671f; }
  .icon--orange.icon--animate-hover:hover path {
    fill: #00629b; }
  .icon--orange.icon--in-circle {
    border-color: #ff671f; }
    .icon--orange.icon--in-circle.icon--animate-hover:hover {
      border-color: #00629b; }

.icon--image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

/* ==========================================================================
   Global Input Styles
   ========================================================================== */
form {
  overflow: hidden; }
  form label {
    display: block; }
  form .wpcf7-form-control-wrap {
    display: block;
    margin: 0.3125em 0 1.25em; }
  form .wpcf7-submit {
    float: left; }
  form .ajax-loader {
    float: left; }
  form .wpcf7-validation-errors {
    border: 5px solid #ff671f; }
  form .wpcf7-response-output {
    margin: 1.875em 0 0 6.25em; }

input,
textarea {
  background: #f6f5f5;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  padding: 1.25em; }

textarea {
  width: 100%; }

.styled-select-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 235px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #949aa3; }
  .styled-select-wrap.inactive {
    pointer-events: none;
    border-color: #f6f5f5; }
    .styled-select-wrap.inactive:before {
      color: #f6f5f5; }
    .styled-select-wrap.inactive select {
      color: #f6f5f5; }
  .styled-select-wrap:before {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 20px;
    position: static;
    display: inline-block;
    pointer-events: none;
    position: absolute;
    color: #949aa3;
    top: 52%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .styled-select-wrap select {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    letter-spacing: 0;
    width: 125%;
    padding: 10px 10px 10px 45px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #949aa3;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300; }
    .styled-select-wrap select:focus {
      outline: 0; }
    .styled-select-wrap select:active {
      color: #ebebeb; }
    .styled-select-wrap select option {
      color: #000 !important; }

.input-wrap--search {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 235px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #949aa3; }
  .input-wrap--search button {
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #949aa3; }
  .input-wrap--search input {
    padding: 10px 10px 10px 45px;
    background: #fff;
    border: 0;
    color: #949aa3;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300; }
    .input-wrap--search input:focus {
      outline: 0; }
  .input-wrap--search ::-webkit-input-placeholder {
    color: #949aa3; }
  .input-wrap--search ::-moz-placeholder {
    color: #949aa3; }
  .input-wrap--search ::-ms-input-placeholder {
    color: #949aa3; }
  .input-wrap--search ::placeholder {
    color: #949aa3; }

/* ==========================================================================
   Global link styles
   ========================================================================== */
a {
  color: #4c6382;
  text-decoration: none; }

a:hover {
  color: #4c6382;
  text-decoration: underline; }

a:visited {
  color: #4c6382; }

.overlay {
  height: 100%;
  position: absolute;
  width: 100%; }

/*.overlay--facets {
  background: url(/wp-content/themes/riveron/assets/images/facet-bg-dark-gray.png) center center;
  background-size: cover;
  mix-blend-mode: hard-light; }

.overlay--image-darker {
  background-image: url(/wp-content/themes/riveron/assets/images/facet-bg-dark-gray-alt.png); }*/

.overlay--blend-soft {
  mix-blend-mode: soft-light; }

.mix-blend-mode-no .overlay--facets {
  display: none; }

/* module or section specific styles */
.container {
  margin: 0 auto;
  max-width: 79.5em;
  padding: 0 1.25em; }

@media (min-width: 79.5em) {
  .site-header .container {
    max-width: 100%; } }

.post-page .callout-with-content .container,
.post-page .stats-with-content .container,
.post-page .columned-content .container,
.post-page .phases .container,
.post-page .share-bar .container,
.post-page .call-to-action .container {
  max-width: 63.75em; }
.postid-350147 .wysiwyg-content > :last-child{margin: 1em 0;}
.wysiwyg-content {
  font-size: 1.125em;
  line-height: 2em; }
  .wysiwyg-content > :first-child {
    margin-top: 0; }
  .wysiwyg-content > :last-child {
    margin-bottom: 0; }
  .wysiwyg-content h1 {
    color: #071739;
    font-size: 3.33333em;
    line-height: normal;
    text-transform: none;/*capitalize*/
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Altone-Regular';
    font-weight: 700; }
    .wysiwyg-content h1:last-child {
      margin-bottom: 0.33333em; }
    @media (max-width: 74.9375em) {
      .wysiwyg-content h1 {
        font-size: 3em; } }
    @media (max-width: 61.9375em) {
      .wysiwyg-content h1 {
        font-size: 2.66667em; } }
    @media (max-width: 47.9375em) {
      .wysiwyg-content h1 {
        font-size: 2.44444em; } }
  .wysiwyg-content h2, .service-page--service-offering .service-page__summary h2.body-h2-summary {
    color: #071739;
    font-size: 2em;
    line-height: 1;
    font-family: 'Altone-SemiBold';
    font-weight: 700; }
    @media (max-width: 74.9375em) {
      .wysiwyg-content h2, .service-page--service-offering .service-page__summary h2.body-h2-summary {
        font-size: 1.88889em; } }
    @media (max-width: 61.9375em) {
      .wysiwyg-content h2, .service-page--service-offering .service-page__summary h2.body-h2-summary {
        font-size: 1.77778em; } }
    @media (max-width: 47.9375em) {
      .wysiwyg-content h2, .service-page--service-offering .service-page__summary h2.body-h2-summary {
        font-size: 1.66667em; } }
  .wysiwyg-content h3 {
    font-size: 1.66667em;
    color: #a4b5c4;
    line-height: 1;
    text-transform: none;/*uppercase*/
    font-family: 'Altone-Regular';
    font-weight: 400; }
    @media (max-width: 61.9375em) {
      .wysiwyg-content h3 {
        font-size: 1.55556em; } }
    @media (max-width: 47.9375em) {
      .wysiwyg-content h3 {
        font-size: 1.44444em; } }
  .wysiwyg-content h4 {
    font-size: 1.11111em;
    line-height: 1;
    font-family: 'Altone-Regular';
    font-weight: 700; }
  .wysiwyg-content ul {
    list-style-type: none;
    padding: 0 15px;
     }
  .wysiwyg-content li {
    padding-left: 20px;
    margin-bottom: 5px; position: relative; line-height: normal; }
    .wysiwyg-content li:after{
      content: "â€”";
      /*background: url(/wp-content/themes/riveron/assets/images/triangle-bullet.png) no-repeat;
      width: 12px;
      height: 20px;*/
      position: absolute;
      left: 0;
      top: 4px;
      font-size: 10px;
    }
    .callout-with-content--half .wysiwyg-content li:after{
      top: 7px;
    }
  .wysiwyg-content ul li a {
    color: #4c6382; }
    .wysiwyg-content ul li a:hover {
      color: #4c6382; }
  .wysiwyg-content hr {
    margin: 2.5em 0; }
  .wysiwyg-content img {
    height: auto;
    max-width: 100%; }
  .wysiwyg-content .button {
    font-size: 1em;
    margin: 0.88889em 0.88889em 0.88889em 0; }
  .wysiwyg-content .alignright {
    float: right;
    margin: 0 -4.44444em 2.22222em 2.22222em;
    max-width: 50%; }
  .wysiwyg-content .alignleft {
    float: left;
    margin: 0 2.22222em 2.22222em -4.44444em;
    max-width: 50%; }
  .wysiwyg-content table {
    border: 1px solid #ebebeb;
    width: 100%; }
    .wysiwyg-content table th, .wysiwyg-content table td {
      padding: 0.83333em 1.66667em;
      text-align: left;
      vertical-align: top; }
    .wysiwyg-content table th {
      background-color: #00629b;
      border-right: 1px solid #fff;
      color: #fff;
      line-height: 1.11111em;
      white-space: nowrap; }
    .wysiwyg-content table td {
      border-left: 1px solid #ebebeb;
      line-height: 1.66667em; }
      .wysiwyg-content table td:first-child {
        border-left: 0; }
    .wysiwyg-content table tr:nth-child(even) td {
      background-color: #ebebeb; }
  .wysiwyg-content blockquote {
    font-size: 1.66667em;
    line-height: 1.2em;
    margin: 0 1.66667em;
    padding: 1.66667em 0 1.66667em 1.66667em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: italic; }
    .wysiwyg-content blockquote > :first-child {
      margin-top: 0; }
    .wysiwyg-content blockquote > :last-child {
      margin-bottom: 0; }
    @media (max-width: 61.9375em) {
      .wysiwyg-content blockquote {
        margin: 0; } }
  .wysiwyg-content .citation {
    font-size: 13px;
    font-style: normal;
    line-height: 1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }

.wysiwyg-content--section-intro {
  margin-bottom: 3.125em; }
  .wysiwyg-content--section-intro h2 {
    font-size: 2.22222em;
    font-family: 'Altone-SemiBold'; }
    @media (max-width: 35.9375em) {
      .wysiwyg-content--section-intro h2 {
        font-size: 2em; } }

.wysiwyg-content--section-outro {
  clear: both;
  margin-top: 1.875em; }

.wysiwyg-content--centered {
  text-align: center; }

.page-section {
  margin: 3.5em 0;
  position: relative;
  z-index: 2;
}

  .page-section--site-header {
    margin: 0; }
  /*.page-section--page-tools {
    margin-bottom: 0; }*/
  .page-section--page-tools + .page-section--basic-content {
    margin-top: 3.75em; }
  .page-section--hero + .page-section--basic-content {
    margin-top: 7.5em; }
  .page-section--site-footer {
    margin-bottom: 0;
    margin-top: 7.5em; }
  .page-section.people-list--execs {
    z-index: 3; }

.callout-with-content--content-wrap + .page-section--basic-content,
.stats-with-content--content-wrap + .page-section--basic-content {
  margin-top: -4em; }

.page-section--basic-content + .callout-with-content--content-wrap,
.page-section--basic-content + .stats-with-content--content-wrap {
  margin-top: -4em; }

.page-section--twitter-feed + .page-section--site-footer {
  margin-top: -5em; }

@media (max-width: 47.9375em) {
  .page-section--quotes + .page-section {
    margin-top: 8.125em; } }

.page-tools .container:after {
  clear: both;
  content: '';
  display: table; }

.page-tools__breadcrumbs {
  float: left; }
  .page-tools__breadcrumbs a {
    color: #4c6382; }

.page-tools__breadcrumb,
.page-tools__breadcrumb-separator {
  color: #949aa3;
  font-size: 1em; }

.page-tools__page-navigation {
  float: right;
  list-style: none;
  margin: 0;
  min-width: 20em;
  padding: 0;
  position: relative; }

.page-tools__page-navigation-item {
  float: right;
  margin: 0 0.5em 0 0;
  text-transform: uppercase; }
  .page-tools__page-navigation-item:first-child {
    margin-right: 0; }
    .page-tools__page-navigation-item:first-child .page-tools__page-navigation-item-title {
      text-align: right; }
  .page-tools__page-navigation-item a {
    color: #4c6382; }

.page-tools__page-navigation-item + .page-tools__page-navigation-item {
  border-right: 1px solid #ebebeb;
  padding-right: 0.5em; }

.page-tools__page-navigation-item-label {
  font-size: 0.875em;
  position: relative;
  z-index: 2; }

.page-tools__page-navigation-item-title {
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  color: #5bc2e7;
  font-size: 1em;
  left: -0.625em;
  padding: 2.5em 0.625em 0.625em;
  position: absolute;
  right: -0.625em;
  top: -0.625em;
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

.page-tools__page-navigation-item:hover .page-tools__page-navigation-item-title {
  display: block; }

@media (max-width: 61.9375em) {
  .page-tools {
    display: none; } }

.site-footer {
  background-color: #071739;
  /*background: #00629b url(../images/Footer-2023-woblue.png) center center;
  background-size: cover;*/
  position: relative; }
  .site-footer .container {
    position: relative; }

.site-footer__nav {
  margin-bottom: 1.875em;
  padding: 4.75em 0 0 0;
  width: 47.75em; }
  @media (max-width: 79.6875em) {
    .site-footer__nav {
      width: 37.5em; } }
  .site-footer__nav .menu {
    -webkit-columns: 4 auto;
       -moz-columns: 4 auto;
            columns: 4 auto;
      column-gap:0;
   list-style: none;
    margin: 0;
    padding: 0; }
  .site-footer__nav .menu-item {
    margin: 0 0 1.25em; }
    .site-footer__nav .menu-item a {
      color: #fff;
      font-size: 1.125em;
      /*text-transform: uppercase;*/
      font-family: 'RivalSansRegular';
      font-weight: 400; }
    .site-footer__nav li#menu-item-725 a, .site-footer__nav li#menu-item-385786 a{font-weight:bold}
    .foot-contact-info{color: white;margin: 0;width: 30%;position: absolute;top: 52%;left: 15%;}
.site-footer__social-links {
  list-style: none;
  margin: 0;
  padding: 0 0 10.125em; }

.site-footer__social-link {
  display: inline-block;
  margin: 0 1.25em 0 0; }
  .site-footer__social-link a {
    color: #fff;
    font-size: 1.5625em; }

.site-footer__identity-background {
  background-color: #071739;
  bottom: 0;
  height: calc(100%);
  position: absolute;
  right: 0;
  width: 8%;
  z-index: 1; }

.site-footer__identity {
  /*background: url(/wp-content/themes/riveron/assets/images/Footer-2023-triangle.png) no-repeat left top;*/
  background-size: cover;
  box-sizing: border-box;
  height: calc(100%);
  padding: 4.25em 0 0 9.5em;
  position: absolute;
  top: 0;
  right: 2%;
  z-index: 2; }

.site-footer__logo {
  margin-bottom: 3.25em; }

.site-footer__content {
  color: #fff;
  font-size: 0.75em;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }
.site-footer__content a{color:#fff;font-size:1.25em;text-transform: uppercase;}

@media (max-width: 74.9375em) {
  .site-footer__nav {
    width: 25em; }
    .site-footer__nav .menu {
      -webkit-columns: 2 auto;
         -moz-columns: 2 auto;
              columns: 2 auto; } }

@media (max-width: 50em) {
  .site-footer__nav {
    width: 25em; }
    .site-footer__nav .menu {
      -webkit-columns: auto;
         -moz-columns: auto;
              columns: auto; } }

@media (max-width: 47.9375em) {
  .site-footer .container {
    padding: 0; }
  .site-footer__nav {
    width: auto; }
    .site-footer__nav .menu {
      -webkit-columns: auto;
         -moz-columns: auto;
              columns: auto; }
  .site-footer__nav,
  .site-footer__social-links {
    text-align: center; }
  .site-footer__social-link {
    margin: 0 0.625em; }
  .site-footer__identity-background {
    display: none; }
  .site-footer__identity {
    background: #071739;
    height: auto;
    padding: 3.75em 0 2.5em;
    position: static;
    text-align: center;
    width: auto; }
  .site-footer__logo {
    margin-bottom: 3.125em; }
  .site-footer__content {
    text-align: center; } }

.site-header {
  position: relative;
  z-index: 100; }
  .site-header:after {
    clear: both;
    content: "";
    display: table; }
  .site-header .container {
    position: relative; }

.site-header__logo {
  float: left;
  /*margin-top: 2.5em;*/ }
  .site-header__logo img {
    max-height: 7.0625em;
    width: auto; }

.site-header__primary-nav-background {
  background-color: #ffffff;
  height: 9.375em;
  position: absolute;
  right: 0;
  top: 0;
  width: 68%;
  z-index: 1;
  overflow: hidden; }
  .site-header__primary-nav-background:before {
    background: #fff;
    bottom: 0;
    content: '';
    display: block;
    left: -1px;
    position: absolute;
    top: 0;
    -webkit-transform: skewY(66deg);
            transform: skewY(66deg);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    width: 100%; }

.site-header__primary-nav {
  float: right;
  padding: 5.5em 0 0 5em;
  position: relative;
  right: 0;
  transition: right 0.2s ease;
  z-index: 2; }
  .site-header__primary-nav > .menu {
    list-style: none;
    margin: 0;
    padding: 0; }
    .site-header__primary-nav > .menu > .menu-item {
      float: left;
      padding: 0 2.5em 1.5em;
      position: relative; }
      .site-header__primary-nav > .menu > .menu-item.menu-item-has-children:hover:before {
        border-bottom: 16px solid #ffffff;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        bottom: 0;
        content: "";
        height: 0;
        left: 50%;
        pointer-events: none;
        position: absolute;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 0;
        z-index: 100; }
      @media (max-width: 1440px) {
        .site-header__primary-nav > .menu > .menu-item {
          padding:0 2.2em 1.5em; } }
      @media (max-width: 74.9375em) {
        .site-header__primary-nav > .menu > .menu-item {
          padding: 0 0.625em 1.5em; } }
      .site-header__primary-nav > .menu > .menu-item:hover > .sub-menu {
        display: block; }
      .site-header__primary-nav > .menu > .menu-item .sub-menu__caret {
        height: 40px;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        right: -38px;
        top: 2px;
        transition: all 0.2s ease-out;
        width: 40px; }
        .site-header__primary-nav > .menu > .menu-item .sub-menu__caret:before {
          border-bottom: 20px solid transparent;
          border-left: 40px solid white;
          border-top: 20px solid transparent;
          content: "";
          position: absolute; }
        .site-header__primary-nav > .menu > .menu-item .sub-menu__caret:after {
          border-bottom: 10px solid transparent;
          border-left: 20px solid #FFF;
          border-top: 10px solid transparent;
          content: "";
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .site-header__primary-nav > .menu > .menu-item > .sub-menu.active:after {
        background-color: #153758;
        content: "";
        height: 100%;
        left: 100%;
        position: absolute;
        top: 0%;
        transition: left 0.1s linear;
        width: 100%;
        z-index: -2; }
      .site-header__primary-nav > .menu > .menu-item > .sub-menu.right-offset {
        -webkit-transform: translateX(-60%);
                transform: translateX(-60%); }
        .site-header__primary-nav > .menu > .menu-item > .sub-menu.right-offset:before {
          -webkit-transform: translateX(36%);
                  transform: translateX(36%); }
          @media (max-width: 1200px) {
            .site-header__primary-nav > .menu > .menu-item > .sub-menu.right-offset:before {
              -webkit-transform: translateX(32%);
                      transform: translateX(32%); } }
        .site-header__primary-nav > .menu > .menu-item > .sub-menu.right-offset > .menu-item {
          padding-top: 0; }
          .site-header__primary-nav > .menu > .menu-item > .sub-menu.right-offset > .menu-item:first-child {
            padding-top: 1.25em; }
      .site-header__primary-nav > .menu > .menu-item > .sub-menu.has-caret > .menu-item:nth-last-child(2) {
        padding-bottom: 1.25em; }
      .site-header__primary-nav > .menu > .menu-item > .sub-menu > .menu-item:last-child {
        padding-bottom: 1.25em; }
      .site-header__primary-nav > .menu > .menu-item > .sub-menu a {
        font-size: 1.125em; }
        @media only screen and (min-width:1100px) and (max-width:1199px){
          .site-header__primary-nav > .menu > .menu-item > .sub-menu a {
            font-size: 1em; }
          .site-header__primary-nav > .menu > .menu-item > .sub-menu h3 a {
            font-size: 1em; }
        }
        @media only screen and (min-width:1200px) and (max-width:1400px){
          .site-header__primary-nav > .menu > .menu-item > .sub-menu a {
            font-size: 1em; }
        }
      .site-header__primary-nav > .menu > .menu-item > a {
        color: #464646;
        font-size: 1.0625em;
        position: relative;
        /* font-family: 'Montserrat', sans-serif; */
        font-weight: 500;
       }
        .site-header__primary-nav > .menu > .menu-item > a:after {
          content: "";
          display: none;
          left: 50%;
          padding-top: 0.375em;
          position: absolute;
          top: 100%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-bottom: 15px solid #f6f5f5;
          height: 0;
          width: 0;
        }
        .site-header__primary-nav > .menu > .menu-item > a:hover {
          color: #5bc2e7;
          text-decoration: none; }
          .site-header__primary-nav > .menu > .menu-item > a:hover:after {
            display: block; }
      .site-header__primary-nav > .menu > .menu-item.current-menu-item > a, .site-header__primary-nav > .menu > .menu-item.current-page-ancestor > a {
        color: #ff671f; }
        .site-header__primary-nav > .menu > .menu-item.current-menu-item > a:after, .site-header__primary-nav > .menu > .menu-item.current-page-ancestor > a:after {
          display: block; }
  .site-header__primary-nav .sub-menu {
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    display: none;
    left: 50%;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);padding-top: 15px; }
    .site-header__primary-nav .sub-menu.has-caret {
              box-sizing: border-box;
              min-height: 347px;
            }
    .site-header__primary-nav .sub-menu > .menu-item {
      align-items: center;
      align-items: center;
      background-color: white;
      clear: both;
      display: flex;
      min-height: 40px;
      padding: 1.25em 2.5em 0 2.5em;
      text-transform: uppercase;
      white-space: nowrap;
      /* font-family: 'Montserrat', sans-serif; */
      font-family: 'Montserrat', sans-serif;
      font-weight: 300; }
      @media only screen and (min-width:1050px) and (max-width:1199px){
        .site-header__primary-nav .sub-menu > .menu-item{padding:0.5em 2.5em 0 2.5em;line-height:18px!important;}
      }
      .site-header__primary-nav .sub-menu > .menu-item.menu-item-has-children.hover > .sub-menu {
        opacity: 1;
        pointer-events: all; }
      .site-header__primary-nav .sub-menu > .menu-item > .sub-menu {
        background-color: #153758 !important;
        display: block;
        left: 150%;
        min-height: 100%;
        opacity: 0;
        padding-left: 0;
        padding-right: 1.25em;
        pointer-events: none;
        position: absolute;
        top: 0;
        transition: opacity 0.1s linear;
        z-index: -1; }
        .site-header__primary-nav .sub-menu > .menu-item > .sub-menu > .menu-item {
          background-color: #153758 !important;
          min-height: unset;
          padding-left: 4em;
          padding-top: 1.46667em;
          text-transform: capitalize; }
          .site-header__primary-nav .sub-menu > .menu-item > .sub-menu > .menu-item a {
            color: white; }
          .site-header__primary-nav .sub-menu > .menu-item > .sub-menu > .menu-item:first-child {
            /* padding-top: 2em;*/ }
          .site-header__primary-nav .sub-menu > .menu-item > .sub-menu > .menu-item:last-child {
            padding-bottom: 2em; }
  .site-header__primary-nav > .menu > .menu-item.icons .sub-menu {
    box-sizing: border-box;
    width: 26.25em; }
    .site-header__primary-nav > .menu > .menu-item.icons .sub-menu > .menu-item {
      line-height: 1.5em;
      white-space: normal; }
      .site-header__primary-nav > .menu > .menu-item.icons .sub-menu > .menu-item:first-child {
        margin-top: 0; }
      .site-header__primary-nav > .menu > .menu-item.icons .sub-menu > .menu-item > .icon {
        float: left;
        height: 2.5em;
        margin: -0.5em 1.25em 0 -0.625em;
        overflow: hidden;
        max-width: 2.5em; }
        .site-header__primary-nav > .menu > .menu-item.icons .sub-menu > .menu-item > .icon.icon--dial {
          height: 2.25em;
          margin-right: 1.5em;
          max-width: 2.25em; }
        .site-header__primary-nav > .menu > .menu-item.icons .sub-menu > .menu-item > .icon.icon--gears, .site-header__primary-nav > .menu > .menu-item.icons .sub-menu > .menu-item > .icon.icon--price-tag, .site-header__primary-nav > .menu > .menu-item.icons .sub-menu > .menu-item > .icon.icon--transformation {
          margin-top: 0.25em; }
      .site-header__primary-nav > .menu > .menu-item .sub-menu > .menu-item > a {
        font-family: 'BrandonGrotesque-Medium';
        font-weight: normal;
        font-size: 1.125em;
      }
      .site-header__primary-nav > .menu > .menu-item.icons .sub-menu > .menu-item > ul > li > a {
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
      }
  .site-header__primary-nav > .menu > .menu-item.columns .sub-menu {
    -webkit-columns: 2 auto;
       -moz-columns: 2 auto;
            columns: 2 auto;
    left: 54%; }
  .site-header__primary-nav > .menu > .menu-item.hide-dropdown:before {
    display: none; }
  .site-header__primary-nav > .menu > .menu-item.hide-dropdown .sub-menu {
    display: none !important; }

.site-header__utility-nav-background {
  background-color: #dadde6;
  height: 2.125em;
  min-width: 30em;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
  transition: width 0.2s linear;
  width: 25%;
  z-index: 3;
  overflow: hidden; }
  .site-header__utility-nav-background:before {
    background: #ffffff;
    bottom: 0;
    content: '';
    display: none;
    left: -1px;
    position: absolute;
    top: 0;
    -webkit-transform: skewY(66deg);
            transform: skewY(66deg);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    width: 100%; }
  .site-header__utility-nav-background:before {
    max-width: 22px; }
  .site-header__utility-nav-background.active {
    /*width: calc(30% + 330px);*/ }

.site-header__utility-nav {
  padding-left: 1.25em;
  position: absolute;
  right: -2em;
  top: 0;
  z-index: 3; }
  .site-header__utility-nav .utility-nav__search-form form {
    height: auto;
    left: -10.6875em;
    margin-top: -2%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    width: 0; }
  .site-header__utility-nav.search-active .search-toggle span {
    top: 55px; }
  .site-header__utility-nav.search-active .search-toggle .fa-search {
    display: none; }
  .site-header__utility-nav.search-active .search-toggle .fa-times {
    display: inline-block; }
  .site-header__utility-nav.search-active .utility-nav__search-form form {
    width: 10.375em; }
  .site-header__utility-nav .search-toggle {
    color: #071739;
    display: inline;
    float: left;
    font-size: 1em;
    /*height: 2.57143em;*/
    height: 2.5em;
    line-height: 2.15em;
   overflow: hidden;
    text-transform: capitalize;
    font-family: 'RivalSansBold';
    font-weight: 800; }
    .site-header__utility-nav .search-toggle:hover .fa-search,
    .site-header__utility-nav .search-toggle:hover .fa-times,
    .site-header__utility-nav .search-toggle:hover span {
      color: #b58529; }
    .site-header__utility-nav .search-toggle .fa-search,
    .site-header__utility-nav .search-toggle .fa-times {
      cursor: pointer;
      font-size: 1.28571em;
      margin-right: 0.83333em; }
    .site-header__utility-nav .search-toggle .fa-times {
      display: none; }
    .site-header__utility-nav .search-toggle span {
      cursor: pointer;
      position: relative;
      top: 0;
      transition: top 0.1s linear; }
    .site-header__utility-nav .menu {
    display: flex;
    height: 2.125em;
    list-style: none;
    margin: 0;
    padding: 0 0 0 0; }
    @media (max-width: 1080px) {
      .site-header__utility-nav .menu {
        padding-right: 0; } }
  .site-header__utility-nav .menu-item {
    float: left;
    line-height: 2.125em;
    padding-left: 2.25em; }
.site-header__utility-nav #menu-utility-nav .menu-item { padding-right:1.125em;padding-left:1.125em}
#menu-item-25{background-color:#071739}
#menu-item-25 a{color:#dfa840}
#menu-item-25 a:hover{color:#b58529}
    .site-header__utility-nav .menu-item a {
      color: #071739;
      font-size: 1em;
      text-transform: capitalize;
      font-family: 'RivalSansBold';
      font-weight: 800; }
      .site-header__utility-nav .menu-item a:hover {
        color: #b58529;
        text-decoration: none; }
    .site-header__utility-nav .menu-item.current-menu-item a {
      color: #dfa840; }

.site-header__primary-nav-toggle {
  display: none; }

.site-header__sticky-nav {
  background: transparent;
  height: 4.375em;
  left: 0;
  position: fixed;
  right: 0;
  top: -100%;
  transition: 0.2s ease;
  width: 100%;
  z-index: 10; }
  .site-header__sticky-nav > .site-header__primary-nav {
    padding: 0 1.25em 0 0; }
    .site-header__sticky-nav > .site-header__primary-nav > .menu > .menu-item {
      padding-bottom: 0; }
      .site-header__sticky-nav > .site-header__primary-nav > .menu > .menu-item > a {
        line-height: 4.11765em; }
        .site-header__sticky-nav > .site-header__primary-nav > .menu > .menu-item > a:after {
          display: none; }
  .site-header__sticky-nav .site-header__utility-nav {
    background: #f6f5f5;
    height: 100%;
    position: absolute;
    right: 4.375em;
    top: -4.4375em;
    transition: 0.2s ease;
    width: 80%; }
    .site-header__sticky-nav .site-header__utility-nav ul {
      padding: 0 0 0 1.25em;
      height: 100%;
      float: right;
      padding-left: 0; }
    .site-header__sticky-nav .site-header__utility-nav .menu-item {
      background-color: #071739;
      line-height: 4.375em;
      padding: 0 1.25em; }
      .site-header__sticky-nav .site-header__utility-nav .menu-item:first-child {
        padding-left: 1.25em;
        padding-right: 0; }
    .site-header__sticky-nav .site-header__utility-nav .search-toggle {
      background-color: #071739;
      float: right;
      height: 100%;
      padding-left: 1.25em; }
      .site-header__sticky-nav .site-header__utility-nav .search-toggle span {
        line-height: 5em; }
    .site-header__sticky-nav .site-header__utility-nav .utility-nav__search-form {
      background-color: #071739;
      float: right;
      height: 4.375em;
      line-height: 4.375em;
      padding-left: 1.25em; }
      .site-header__sticky-nav .site-header__utility-nav .utility-nav__search-form form {
        left: 0;
        margin-top: 0;
        position: relative;
        top: 0;
        -webkit-transform: none;
                transform: none;
        transition: width 0.2s linear; }
@media only screen and (min-width:320px) and (max-width:768px){
  /*.site-header__sticky-nav .site-header__logo {margin: 5% 0 0 0.875em!important;width:35%!important;}*/
}

/*@media only screen and (min-width:1100px) and (max-width:1400px){ 
  .site-header__sticky-nav .site-header__logo {width:17%!important; }
  .site-header__sticky-nav .site-header__logo img {width: 100%!important; } 
}

@media only screen and (min-width:1500px) and (max-width:1900px){ 
  .site-header__sticky-nav .site-header__logo {width:12%!important; }
}*/

  .site-header__sticky-nav .site-header__logo {
    margin: 0 0 0 1.875em;width:auto;/*15%*/ }
    .site-header__sticky-nav .site-header__logo img {
      height: auto;
      margin-top: -1em;
      width: auto; }
  
  .site-header__sticky-nav .site-header__sticky-nav-toggle {
    background: #071739;
    display: block;
    float: right;
    height: 4.375em;
    line-height: 4.375em;
    padding: 0;
    text-align: center;
    width: 4.375em; }
    .site-header__sticky-nav .site-header__sticky-nav-toggle a {
      display: block;
      height: 100%;
      transition: 0.2s ease;
      width: 100%; }
      .site-header__sticky-nav .site-header__sticky-nav-toggle a:hover {
        background: #0072b5;
        text-decoration: none;
        transition: 0.2s ease; }
    .site-header__sticky-nav .site-header__sticky-nav-toggle i {
      color: #ffffff;
      font-size: 1.25em; }
    .site-header__sticky-nav .site-header__sticky-nav-toggle .fa-bars {
      display: inline; }
    .site-header__sticky-nav .site-header__sticky-nav-toggle .fa-times {
      display: none; }

.site-header__mobile-nav {
  background: #dadde6;
  background-blend-mode: multiply;
 background-size: cover;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  width: 100%;
  z-index: 9999; }

.site-header__mobile-nav-toggle {
  position: absolute;
  right: 1.875em;
  text-align: right;
  top: 1.875em;
  width: 100%; }
  .site-header__mobile-nav-toggle .site-header__mobile-nav-close-icon {
    background-image: url(/wp-content/themes/riveron/assets/images/icon-close.png);
    background-size: cover;
    display: inline-block;
    height: 1.5em;
    width: 1.5em; }

.site-header__mobile-nav-contents {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%; }

.site-header__mobile-nav-logo {
  margin: 0 0 1.25em;
  text-align: center; }

.site-header__mobile-nav-primary-nav > .menu,
.site-header__mobile-nav-utility-nav > .menu {
  list-style: none;
  margin: 2.5em 0 0;
  padding: 0;
  text-align: center; }
  .site-header__mobile-nav-primary-nav > .menu > .menu-item,
  .site-header__mobile-nav-utility-nav > .menu > .menu-item {
    margin: 1.25em 0; }
    .site-header__mobile-nav-primary-nav > .menu > .menu-item > a,
    .site-header__mobile-nav-utility-nav > .menu > .menu-item > a {
      color: #464646;
      font-size: 1.5em; }
      @media (max-width: 21.25em) {
        .site-header__mobile-nav-primary-nav > .menu > .menu-item > a,
        .site-header__mobile-nav-utility-nav > .menu > .menu-item > a {
          font-size: 1.125em; } }

.site-header__mobile-nav-utility-nav {
  border-top: 2px solid #dfa840;
  margin-top: 2.5em; }
  .site-header__mobile-nav-utility-nav form {
    text-align: center; }
    .site-header__mobile-nav-utility-nav form input {
      border-radius: 0;
      border-bottom: 1px solid #dfa840;
      caret-color: #464646;
      color: #464646;
      font-size: 1.46154em;
      padding: 0.625em 0 0.625em 1.5625em;
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      width: 80%;
      position: relative;
      top: -1px; }
    .site-header__mobile-nav-utility-nav form .fa-search {
      font-size: 1.46154em;
      -webkit-transform: translateX(20px);
              transform: translateX(20px); }

.show-sticky .site-header__sticky-nav {
  top: 0;
  transition: 0.2s ease; }

.site-header__primary-nav-background {
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0);
  transition: 0.2s ease; }
  .site-header__primary-nav-background:before {
    transition: 0.2s ease; }

.show-sticky .site-header__primary-nav-background {
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.11);
  position: fixed;
  top: -5em;
  width: 100%; }
  .show-sticky .site-header__primary-nav-background:before {
    opacity: 0; }

.site-header .container {
  transition: 0.2s ease; }

.show-sticky .site-header .container {
  max-width: 100%; }

.show-sticky .site-header__primary-nav {
  padding: 1.5em 0;
  position: fixed;
  right: 10em;
  transition: 0.2s ease;
  z-index: 20; }

.show-utility-nav .site-header__sticky-nav .site-header__sticky-nav-toggle .fa-times {
  display: inline; }

.show-utility-nav .site-header__sticky-nav .site-header__sticky-nav-toggle .fa-bars {
  display: none; }

.show-utility-nav .site-header__sticky-nav .site-header__utility-nav {
  top: 0;
  transition: 0.2s ease;
  z-index: 10; }

.show-mobile-nav .site-header__mobile-nav {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.show-sticky.show-utility-nav .site-header__primary-nav {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

@media (max-width: 80em) {
  .site-header__primary-nav-background {
    width: 72%; } }

@media (max-width: 67.5em) {
  .site-header__primary-nav > .menu {
    display: none; }
  .site-header__primary-nav-toggle {
    display: block;
    float: right;
    margin-top: 3.125em;
    padding: 1.4375em 0 0;
    position: relative;
    text-transform: uppercase;
    z-index: 2; }
    .site-header__primary-nav-toggle .fa-times {
      display: none; }
    .site-header__primary-nav-toggle a {
      color: #071739;
      outline: 0;
      text-decoration: none; }
      .site-header__primary-nav-toggle a.active .fa-bars {
        display: none; }
      .site-header__primary-nav-toggle a.active .fa-times {
        display: inline; } }

@media (max-width: 61.9375em) {
  .site-header__primary-nav-background {
    width: 68%; } }

@media (max-width: 47.9375em) {
  .site-header__primary-nav-background {
    width: 40%; }
  .site-header__utility-nav,
  .site-header__utility-nav-background {
    display: none; } }

@media (max-width: 21.25em) {
  .site-header__logo {
    float: none;
    text-align: center; }
  .site-header__primary-nav-background,
  .site-header__primary-nav,
  .site-header__sticky-nav {
    display: none; }
  .site-header__primary-nav-toggle {
    float: none;
    margin-top: 0;
    text-align: center; } }

.utility-nav__search-form {
  height: 100%;
  position: relative; }
  .utility-nav__search-form input {
    background-color: transparent;
    border: none;
    color: #071739;
    padding: 0;
    width: 100%;
    caret-color: white;
    font-family: 'RivalSansBold';
    font-weight: 700; }
    .utility-nav__search-form input:focus {
      outline: none; }
  .utility-nav__search-form button {
    display: none; }

.pagination {
  margin: 5.55556em 0 2.77778em;
  overflow: hidden;
  text-align: center;
  padding: 0.55556em;
  font-size: 1.125em;
  border: 1px solid #ebebeb;
  background: #f6f5f5; }
  .pagination .next {
    float: right; }
  .pagination .prev {
    float: left; }
  .pagination a, .pagination span {
    display: inline-block;
    height: 20px;
    padding: 0 0.3125em 0.3125em 0.3125em;
    text-align: center; }

.basic-content {
  overflow: hidden;
  position: relative; }
  .basic-content .container {
    max-width: 63.75em; }

.basic-content__floated-buttons {
  float: right;
  list-style: none;
  margin: 0.625em 0 2.5em 2.5em;
  padding: 0;
  text-align: left; }

.page-id-280888 .basic-content__floated-buttons {
    margin-top: 3.625em;
}

@media only screen and (max-width:767px){
    .page-id-280888 .basic-content__floated-buttons {
        margin-top: 4.625em;
    }
    .foot-contact-info{color: white;margin: 0;width: 100%;}
}

.basic-content__floated-button {
  margin-bottom: 1.25em;
  width: 100%; }
  .basic-content__floated-button .button {
    box-sizing: border-box;
    width: 100%; }

.basic-content--triangle {
  margin-bottom: 3.75em;
  padding-bottom: 3.75em; }
  .basic-content--triangle ::after {
    bottom: 0;
    content: '';
    display: inline-block;
    left: 50%;
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 15px solid #ff671f;
    height: 0;
    width: 0; }

.basic-content--triangle + .page-section {
  margin-top: 3.75em; }

.blocks:after {
  content: "";
  display: table;
  clear: both; }

.blocks__blocks {
  padding: 0 1.25em; }

.blocks__block {
  box-sizing: border-box;
  float: left;
  padding: 0.9375em 0;
  position: relative;
  text-align: center; }
  .blocks__block:nth-child(odd) {
    overflow: hidden; }
    /*.blocks__block:nth-child(odd):before {
      background: #fff;
      bottom: 0;
      content: '';
      display: block;
      left: -1px;
      position: absolute;
      top: 0;
      -webkit-transform: skewY(-86deg);
              transform: skewY(-86deg);
      -webkit-transform-origin: 0;
              transform-origin: 0;
      width: 100%;
      z-index: 2; }
    .blocks__block:nth-child(odd):after {
      background: #fff;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      right: -1px;
      top: 0;
      -webkit-transform: skewY(86deg);
              transform: skewY(86deg);
      -webkit-transform-origin: 100%;
              transform-origin: 100%;
      width: 100%;
      z-index: 2; }*/
  .blocks__block:nth-child(even) {
    overflow: hidden; }
    /*.blocks__block:nth-child(even):before {
      background: #fff;
      bottom: 0;
      content: '';
      display: block;
      left: -1px;
      position: absolute;
      top: 0;
      -webkit-transform: skewY(86deg);
              transform: skewY(86deg);
      -webkit-transform-origin: 0;
              transform-origin: 0;
      width: 100%;
      z-index: 2; }
    .blocks__block:nth-child(even):after {
      background: #fff;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      right: -1px;
      top: 0;
      -webkit-transform: skewY(-86deg);
              transform: skewY(-86deg);
      -webkit-transform-origin: 100%;
              transform-origin: 100%;
      width: 100%;
      z-index: 2; }*/

.blocks--cnt-2 .blocks__block {
  width: 50%; }
  @media (max-width: 47.9375em) {
    .blocks--cnt-2 .blocks__block {
      float: none;
      padding-bottom: 0;
      width: auto; } }

.blocks--cnt-3 .blocks__block {
  width: 31%;margin-right:2% }
  @media (max-width: 61.9375em) {
    .blocks--cnt-3 .blocks__block {
      width: 50%; }
      .blocks--cnt-3 .blocks__block:nth-child(3) {
        width: 100%; } }
  @media (max-width: 47.9375em) {
    .blocks--cnt-3 .blocks__block {
      float: none;
      padding-bottom: 0;
      width: auto; } }

.blocks--cnt-4 .blocks__block {
  width: 25%; }
  @media (max-width: 61.9375em) {
    .blocks--cnt-4 .blocks__block {
      width: 50%; }
      .blocks--cnt-4 .blocks__block:nth-child(3) {
        overflow: hidden; }
        .blocks--cnt-4 .blocks__block:nth-child(3):before {
          background: #fff;
          bottom: 0;
          content: '';
          display: block;
          left: -1px;
          position: absolute;
          top: 0;
          -webkit-transform: skewY(86deg);
                  transform: skewY(86deg);
          -webkit-transform-origin: 0;
                  transform-origin: 0;
          width: 100%;
          z-index: 2; }
        .blocks--cnt-4 .blocks__block:nth-child(3):after {
          background: #fff;
          bottom: 0;
          content: '';
          display: block;
          position: absolute;
          right: -1px;
          top: 0;
          -webkit-transform: skewY(-86deg);
                  transform: skewY(-86deg);
          -webkit-transform-origin: 100%;
                  transform-origin: 100%;
          width: 100%;
          z-index: 2; }
      .blocks--cnt-4 .blocks__block:nth-child(4) {
        overflow: hidden; }
        .blocks--cnt-4 .blocks__block:nth-child(4):before {
          background: #fff;
          bottom: 0;
          content: '';
          display: block;
          left: -1px;
          position: absolute;
          top: 0;
          -webkit-transform: skewY(-86deg);
                  transform: skewY(-86deg);
          -webkit-transform-origin: 0;
                  transform-origin: 0;
          width: 100%;
          z-index: 2; }
        .blocks--cnt-4 .blocks__block:nth-child(4):after {
          background: #fff;
          bottom: 0;
          content: '';
          display: block;
          position: absolute;
          right: -1px;
          top: 0;
          -webkit-transform: skewY(86deg);
                  transform: skewY(86deg);
          -webkit-transform-origin: 100%;
                  transform-origin: 100%;
          width: 100%;
          z-index: 2; } }
  @media (max-width: 47.9375em) {
    .blocks--cnt-4 .blocks__block {
      float: none;
      padding-bottom: 0;
      width: auto; }
      .blocks--cnt-4 .blocks__block:after, .blocks--cnt-4 .blocks__block:before {
        display: none !important; } }

.blocks--cnt-5 .blocks__block {
  width: 20%; }
  @media (max-width: 61.9375em) {
    .blocks--cnt-5 .blocks__block {
      width: 50%; }
      .blocks--cnt-5 .blocks__block:nth-child(3) {
        overflow: hidden; }
        .blocks--cnt-5 .blocks__block:nth-child(3):before {
          background: #fff;
          bottom: 0;
          content: '';
          display: block;
          left: -1px;
          position: absolute;
          top: 0;
          -webkit-transform: skewY(86deg);
                  transform: skewY(86deg);
          -webkit-transform-origin: 0;
                  transform-origin: 0;
          width: 100%;
          z-index: 2; }
        .blocks--cnt-5 .blocks__block:nth-child(3):after {
          background: #fff;
          bottom: 0;
          content: '';
          display: block;
          position: absolute;
          right: -1px;
          top: 0;
          -webkit-transform: skewY(-86deg);
                  transform: skewY(-86deg);
          -webkit-transform-origin: 100%;
                  transform-origin: 100%;
          width: 100%;
          z-index: 2; }
      .blocks--cnt-5 .blocks__block:nth-child(4) {
        overflow: hidden; }
        .blocks--cnt-5 .blocks__block:nth-child(4):before {
          background: #fff;
          bottom: 0;
          content: '';
          display: block;
          left: -1px;
          position: absolute;
          top: 0;
          -webkit-transform: skewY(-86deg);
                  transform: skewY(-86deg);
          -webkit-transform-origin: 0;
                  transform-origin: 0;
          width: 100%;
          z-index: 2; }
        .blocks--cnt-5 .blocks__block:nth-child(4):after {
          background: #fff;
          bottom: 0;
          content: '';
          display: block;
          position: absolute;
          right: -1px;
          top: 0;
          -webkit-transform: skewY(86deg);
                  transform: skewY(86deg);
          -webkit-transform-origin: 100%;
                  transform-origin: 100%;
          width: 100%;
          z-index: 2; }
      .blocks--cnt-5 .blocks__block:nth-child(5) {
        width: 100%; } }
  @media (max-width: 47.9375em) {
    .blocks--cnt-5 .blocks__block {
      float: none;
      padding-bottom: 0;
      width: auto; }
      .blocks--cnt-5 .blocks__block:after, .blocks--cnt-5 .blocks__block:before {
        display: none !important; } }

.blocks__block-content {
  background: #dadde6; /*url(/wp-content/themes/riveron/assets/images/facet-bg-gray.png?v=2) center center;*/
  /*background-size: cover;*/
  color: #071739;
  padding: 3.75em 5em; }
  .blocks__block-content:hover {
    background: #071739; /*url(../images/facet-bg-full.png) center center;*/
    /*background-size: cover;*/
    color: #fff;
    position: relative;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
    .blocks__block-content:hover .blocks__block-stat-description {
      border-top-color: #fff; }

.blocks_block--stat_block {
  color: #071739; }

.blocks__block-stat {
  display: inline-block;
  font-size: 3.75em;
  line-height: 1;
  font-family: 'Altone-SemiBold';
  font-weight: 500; }

.blocks__block-stat-description {
  border-top: 2px solid #379190;
  margin-top: 1.625em;
  padding-top: 1.875em;
  text-transform: capitalize;
  font-family: 'RivalSansBold';
  font-weight: 700; }
  .blocks__block-stat-description > :first-child {
    margin-top: 0; }

.blocks__block-quote {
  display: none; }

.blocks__block-quote-image {
  display: inline-block;
  height: 3.125em;
  overflow: hidden;
  width: 3.125em; }
  .blocks__block-quote-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

.card-list__cards {
  overflow: hidden; }

.card-list__card, .featured-job-listing__job {
  box-sizing: border-box;
  float: left;
  margin: 0.625em 0;
  width: 33.3%; }
  .card-list__card:nth-child(3n+2), .featured-job-listing__job:nth-child(3n+2) {
    padding-left: 1.25em;
    padding-right: 1.25em;
    width: 33.4%; }
.card-list__card-content.border-animation, .services-list__service.border-animation{
    border: 2px solid!important;
    border-image: repeating-linear-gradient(135deg,#16649d 0 10px,#16649d 0 20px,#16649d 0 30px) 8!important;
    -webkit-mask:
      conic-gradient(from 180deg at top 8px right 8px, #0000 90deg,#000 0)
       var(--_i,200%) 0  /200% var(--_i,8px) border-box no-repeat,
      conic-gradient(at bottom 8px left  8px,  #0000 90deg,#000 0)
       0   var(--_i,200%)/var(--_i,8px) 200% border-box no-repeat,
      linear-gradient(#000 0 0) padding-box no-repeat;
    transition: .3s, -webkit-mask-position .3s .3s;
  }
  .card-list__card-content.border-animation:hover, .services-list__service.border-animation:hover{
    /*--_i: 100%;
    transition: .3s, -webkit-mask-size .3s .3s;*/
    background-color:#379190;
  }
  div.card-list__card--active .card-list__card-content.border-animation{background-color:#379190;color:#fff}
.card-list__card-content, .featured-job-listing__job-content {
  background: linear-gradient(66deg, #f6f5f5 65%, #f1f1f1 65%);
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  padding: 2.5em;
  position: relative;
  overflow: hidden;
  transition: background 0.2s ease-out 1s; }
  .card-list__card-content:hover, .featured-job-listing__job-content:hover {
    background: #00629b url(../images/facet-bg-full.png);
    background-size: cover;
    border: 1px solid #ebebeb;
    color: #fff; }
    .card-list__card-content:hover:after, .featured-job-listing__job-content:hover:after {
      height: 9px;
      bottom: -5px; }
  .card-list__card-content:after, .featured-job-listing__job-content:after {
    background-color: #ff671f;
    bottom: 0;
    content: '';
    left: 0;
    height: 5px;
    position: absolute;
    right: 0; }
  .card-list__card-content:before, .featured-job-listing__job-content:before {
    content: '';
    width: 60px;
    height: 62px;
    bottom: 4px;
    right: 20px;
    background: #ff671f;
    display: block;
    position: absolute;
    background: url("/wp-content/themes/riveron/assets/images/ÉÁµç×ÊÔ´Íø-R.png") no-repeat transparent 50% 50%;
    background-size: contain;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: scale(0.5) translateY(105%);
            transform: scale(0.5) translateY(105%); }
  .card-list__card-content:hover:before, .featured-job-listing__job-content:hover:before {
    -webkit-transform: scale(1) translateY(0%);
            transform: scale(1) translateY(0%); }

.card-list__arrow-right {
  margin-bottom: 0.625em; }

.card-list__arrow-up {
  display: none; }

.card-list__card-link, .featured-job-listing__job-link {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3; }

.card-list__card-link a{color:#071739}
.card-list__card-link a:hover{color:#fff}

.card-list__text {
  font-size: 1.5em;
  line-height: 1.25em; }

.card-list__triangle {
  bottom: 0;
  display: none;
  position: absolute;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 15px solid #ff671f;
  height: 0;
  width: 0; }

.card-list__card--active .card-list__card-content, .card-list__card--active .featured-job-listing__job-content {
  color: #ebebeb; }
  .card-list__card--active .card-list__card-content:hover, .card-list__card--active .featured-job-listing__job-content:hover {
    background: #f6f5f5; }

.card-list__card--active .card-list__arrow-right {
  display: none; }

.card-list__card--active .card-list__arrow-up {
  display: inline-block; }

.card-list__more {
  color: #ff671f;
  margin-top: 0.625em;
  text-transform: uppercase; }
  .card-list__more span {
    display: inline-block;
    font-size: 0.875em;
    margin: 0 0.71429em 0 0;
    vertical-align: middle; }
  .card-list__more .card-list__arrow-right {
    margin-top: 0;
    vertical-align: middle; }

.card-list__card--linked .card-list__card-content, .card-list__card--linked .featured-job-listing__job-content {
  color: #5bc2e7; }

.card-list__card--has-back .card-list__card-content, .card-list__card--has-back .featured-job-listing__job-content {
  position: relative; }
  .card-list__card--has-back .card-list__card-content .card-list__arrow-right, .card-list__card--has-back .featured-job-listing__job-content .card-list__arrow-right {
    margin-bottom: 0;
    margin-top: 0.875em; }
  .card-list__card--has-back .card-list__card-content .card-list__card-front, .card-list__card--has-back .featured-job-listing__job-content .card-list__card-front {
    opacity: 1;
    transition: opacity 0.3s ease-out 0.3s; }
    .card-list__card--has-back .card-list__card-content .card-list__card-front .card-list__arrow-right, .card-list__card--has-back .featured-job-listing__job-content .card-list__card-front .card-list__arrow-right {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      transition: -webkit-transform 0.2s ease-out 0.3s;
      transition: transform 0.2s ease-out 0.3s;
      transition: transform 0.2s ease-out 0.3s, -webkit-transform 0.2s ease-out 0.3s; }
  .card-list__card--has-back .card-list__card-content .card-list__card-back, .card-list__card--has-back .featured-job-listing__job-content .card-list__card-back {
    opacity: 0;
    top: 0;
    left: 0;
    padding: 2.5em;
    position: absolute;
    transition: opacity 0.3s ease-out; }
  .card-list__card--has-back .card-list__card-content .card-list__more, .card-list__card--has-back .featured-job-listing__job-content .card-list__more {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    transition: -webkit-transform 0.2s ease-out 0s;
    transition: transform 0.2s ease-out 0s;
    transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s; }
    .card-list__card--has-back .card-list__card-content .card-list__more .card-list__arrow-right, .card-list__card--has-back .featured-job-listing__job-content .card-list__more .card-list__arrow-right {
      margin-top: 0; }
  .card-list__card--has-back .card-list__card-content:hover .card-list__card-front, .card-list__card--has-back .featured-job-listing__job-content:hover .card-list__card-front {
    opacity: 0;
    transition: opacity 0.3s ease-out 0.0s; }
    .card-list__card--has-back .card-list__card-content:hover .card-list__card-front .card-list__arrow-right, .card-list__card--has-back .featured-job-listing__job-content:hover .card-list__card-front .card-list__arrow-right {
      -webkit-transform: translateY(-200px);
              transform: translateY(-200px);
      transition: -webkit-transform 0.2s ease-out 0s;
      transition: transform 0.2s ease-out 0s;
      transition: transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s; }
  .card-list__card--has-back .card-list__card-content:hover .card-list__card-back, .card-list__card--has-back .featured-job-listing__job-content:hover .card-list__card-back {
    opacity: 1; }
  .card-list__card--has-back .card-list__card-content:hover .card-list__more, .card-list__card--has-back .featured-job-listing__job-content:hover .card-list__more {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: -webkit-transform 0.3s ease-out 0.3s;
    transition: transform 0.3s ease-out 0.3s;
    transition: transform 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s; }

@media (max-width: 61.9375em) {
  .card-list__card, .featured-job-listing__job {
    width: 50%; }
    .card-list__card:nth-child(3n+2), .featured-job-listing__job:nth-child(3n+2) {
      padding: 0;
      width: 50%; }
    .card-list__card:nth-child(2n+1), .featured-job-listing__job:nth-child(2n+1) {
      padding-right: 0.625em; }
    .card-list__card:nth-child(2n+2), .featured-job-listing__job:nth-child(2n+2) {
      padding-left: 0.625em; }
    .card-list__card:last-child:nth-child(odd), .featured-job-listing__job:last-child:nth-child(odd) {
      clear: both;
      float: none;
      padding: 0.625em 0 0;
      width: auto; } }

@media (max-width: 47.9375em) {
  .card-list__card, .featured-job-listing__job {
    float: none;
    width: auto; }
    .card-list__card:nth-child(3n+2), .featured-job-listing__job:nth-child(3n+2), .card-list__card:nth-child(2n+2), .featured-job-listing__job:nth-child(2n+2), .card-list__card:nth-child(2n+1), .featured-job-listing__job:nth-child(2n+1) {
      padding: 0.625em 0 0;
      width: auto; } }

.case-studies-list__case-studies {
  text-align: center; }
  .case-studies-list__case-studies > a:first-child .case-studies-list__case-study {
    border-left: 1px solid #ebebeb; }

.case-studies-list__case-study {
  background: linear-gradient(#fff, #f9f9f9);
  border: 1px solid #ebebeb;
  border-top: 0;
  border-left: 0;
  box-sizing: border-box;
  display: inline-block;
  height: 27.5em;
  padding: 0 2.5em;
  position: relative;
  vertical-align: top;
  width: 33.3%; }
  .case-studies-list__case-study:hover {
    background: #fff; }
    .case-studies-list__case-study:hover .case-studies-list__case-study-summary {
      max-height: 500px; }
    .case-studies-list__case-study:hover .case-studies-list__case-study-triangle {
      opacity: 0; }
    .case-studies-list__case-study:hover .case-studies-list__case-study-more {
      opacity: 1; }
  .case-studies-list__case-study--active {
    background: #fff;
    border-bottom: 0; }
    .case-studies-list__case-study--active .case-studies-list__case-study-more,
    .case-studies-list__case-study--active .case-studies-list__case-study-summary,
    .case-studies-list__case-study--active .case-studies-list__case-study-triangle {
      display: none !important; }
    .case-studies-list__case-study--active .case-studies-list__case-study-less {
      opacity: 1; }

.case-studies-list__case-study-logo {
  margin: 0 auto;
  max-width: 15.625em; }

@media (max-width: 61.9375em) {
  .case-studies-list__case-studies--cnt-1 .case-studies-list__case-study {
    width: 50%; } }

@media (max-width: 47.9375em) {
  .case-studies-list__case-studies--cnt-1 .case-studies-list__case-study {
    width: 100%; } }

.case-studies-list__case-studies--cnt-2 .case-studies-list__case-study {
  width: 50%; }
  .case-studies-list__case-studies--cnt-2 .case-studies-list__case-study .case-studies-list__case-study-logo {
    margin: 0 auto; }

@media (max-width: 61.9375em) {
  .case-studies-list__case-studies--cnt-3 .case-studies-list__case-study {
    width: 50%; }
  .case-studies-list__case-studies--cnt-3 a:last-child .case-studies-list__case-study {
    display: none; } }

.case-studies-list__case-study-wrapper {
  left: 2.5em;
  position: absolute;
  right: 2.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.case-studies-list__case-study-title {
  font-size: 1.375em; }

.case-studies-list__case-study-triangle {
  bottom: 2.5em;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 15px solid #ff671f;
  height: 0;
  width: 0; }

.case-studies-list__case-study-more,
.case-studies-list__case-study-less {
  bottom: 2.5em;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .case-studies-list__case-study-more span,
  .case-studies-list__case-study-less span {
    color: #ff671f;
    display: block;
    font-size: 0.875em;
    line-height: 1;
    margin-top: 0.5em;
    text-transform: uppercase; }

.case-studies-list__case-study-more,
.case-studies-list__case-study-less {
  opacity: 0;
  transition: opacity 0.3s ease-out; }

.case-studies-list__case-study-summary {
  max-height: 0;
  overflow: hidden;
  padding: 0 !important;
  transition: max-height 0.3s ease-out; }

.case-studies-list__case-study-logo {
  text-align: center; }
  .case-studies-list__case-study-logo img {
    max-height: 100%;
    max-width: 100%; }

.case-studies-list__case-study-summary {
  color: #464646;
  text-align: left; }

.case-studies-list__case-studies-contents,
.case-studies-list__case-study-content {
  display: none; }

.case-studies-list__case-studies-contents {
  margin: 0;
  overflow: visible;
  padding: 2.5em 0;
  position: relative; }

.case-studies-list__case-studies-toggle {
  background-image: url(/wp-content/themes/riveron/assets/images/icon-close.png);
  background-size: cover;
  height: 1.5em;
  position: absolute;
  right: 2.5em;
  top: -1.25em;
  width: 1.5em; }

.contact-form .container {
  max-width: 63.75em; }

.contact-form form {
  width: 102%; }
  .contact-form form label {
    clear: both;
    margin: 0 2% 0 0; }
  .contact-form form .half {
    clear: none;
    float: left;
    width: 48%; }
    .contact-form form .half input {
      width: 100%; }

@media (max-width: 61.9375em) {
  .contact-form form {
    width: auto; }
    .contact-form form label {
      margin: 0; }
    .contact-form form .half {
      float: none;
      width: auto; } }

.hbspt-form .form-columns-2 {
  width: 100%;
  max-width: none; }
  .hbspt-form .form-columns-2 .hs-form-field {
    width: 48% !important;
    margin: 0 2% 0 0; }

.hbspt-form .form-columns-1 {
  width: 100%;
  max-width: none; }
  .hbspt-form .form-columns-1 .hs-company {
    width: 48%; }
  .hbspt-form .form-columns-1 .hs-message {
    width: 98%;
    margin: 0 2% 0 0; }
    .hbspt-form .form-columns-1 .hs-message textarea {
      height: 11.25em; }

.hbspt-form .input {
  margin-right: 0 !important; }

.hbspt-form input, .hbspt-form textarea {
  width: 100% !important;
  margin: 0.3125em 0 1.25em; }

.hbspt-form .hs-recaptcha {
  margin: 0.3125em 0 1.25em; }

.hbspt-form .hs-button {
  width: auto !important; }

.content-with-image-promo__wrapper {
  position: relative;
  margin: 6.25em 0;
 }

 .page-section--content-with-image-promo .container{border-bottom: #dadde6 2px solid;}
 .single-passle-post .page-section--content-with-image-promo .container{border-bottom: none;}

.content-with-image-promo__media {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 45%; }
  /*.content-with-image-promo__media:after {
    background: #ffffff;
    content: "";
    display: block;
    height: 135%;
    border-left: 2px solid #ff671f;
    border-right: none;
    margin-top: -0.625em;
    margin-right: -5.625em;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    -webkit-transform: rotate(24deg);
            transform: rotate(24deg);
    width: 15.625em;
    z-index: 1; }*/
  .content-with-image-promo__media.location-page__map-wrapper:after {
    height: 135%; }

.content-with-image-promo__image,
.content-with-image-promo__video,
.content-with-image-promo__map {
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .content-with-image-promo__image video, .content-with-image-promo__image img, .content-with-image-promo__image .map,
  .content-with-image-promo__video video,
  .content-with-image-promo__video img,
  .content-with-image-promo__video .map,
  .content-with-image-promo__map video,
  .content-with-image-promo__map img,
  .content-with-image-promo__map .map {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  @media (max-width: 47.9375em) {
    .content-with-image-promo__image,
    .content-with-image-promo__video,
    .content-with-image-promo__map {
      position: relative;
      width: 100%; } }

.content-with-image-promo__map {
  height: 25em; }

.content-with-image-promo__content {
  margin-left: 50%;
  padding: 2.5em 0;
  width: 50%;
  position: relative;
  z-index: 2; }

.content-with-image-promo__wysiwyg-content {
  padding-left: 0; }
  .content-with-image-promo__wysiwyg-content h2 {
    position: relative;
    text-transform: capitalize;
    color: #071739;
    font-size: 1.875em; }

.content-with-image-promo__wrapper--cnt-2 .content-with-image-promo__media:before, .content-with-image-promo__wrapper--cnt-2 .content-with-image-promo__media:after {
  display: none; }

.content-with-image-promo__wrapper--cnt-2 .content-with-image-promo__media:after {
  content: "";
  display: block;
  width: 12.5em;
  height: 130%;
  border-right: 2px solid #ff671f;
  border-left: none;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
  background: none;
  margin-top: -1.875em;
  margin-left: -5.625em;
  position: absolute;
  left: 30.5%;
  right: auto; }

.content-with-image-promo__wrapper--cnt-2 .content-with-image-promo__image {
  left: -6.25em;
  width: 80%;
  z-index: 1; }
  .content-with-image-promo__wrapper--cnt-2 .content-with-image-promo__image:before, .content-with-image-promo__wrapper--cnt-2 .content-with-image-promo__image:after {
    display: none; }

.content-with-image-promo__wrapper--cnt-2 .content-with-image-promo__content {
  padding-top: 1.25em; }

.content-with-image-promo__wrapper--cnt-2 .content-with-image-promo__image + .content-with-image-promo__image {
  height: 58%;
  width: 80%;
  top: 50%;
  -webkit-transform: translate(59%, -50%);
          transform: translate(59%, -50%);
  z-index: 2;
  -webkit-mask-image: linear-gradient(66deg, transparent 25%, black 25%);
          mask-image: linear-gradient(66deg, transparent 25%, black 25%); }

.content-with-image-promo__wrapper--cnt-2 .content-with-image-promo__wysiwyg-content {
  padding-left: 6.25em; }
  .content-with-image-promo__wrapper--cnt-2 .content-with-image-promo__wysiwyg-content h2 {
    left: -2.77778em;
    position: relative; }

.content-with-image-promo--image-right .content-with-image-promo__media {
  left: auto;
  right: 0; }
  /*.content-with-image-promo--image-right .content-with-image-promo__media:after {
    content: "";
    display: block;
    width: 15.625em;
    height: 135%;
    border-right: 2px solid #ff671f;
    border-left: none;
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
    background: #ffffff;
    margin-top: -0.625em;
    margin-left: -5.625em;
    position: absolute;
    left: 0;
    right: auto; }*/

.content-with-image-promo--image-right .content-with-image-promo__image:after {
  display: none; }

.content-with-image-promo--image-right .content-with-image-promo__content {
  margin: 0; }

.content-with-image-promo--image-right .content-with-image-promo__wrapper--cnt-2 .content-with-image-promo__image {
  left: auto;
  right: -6.25em; }
  .content-with-image-promo--image-right .content-with-image-promo__wrapper--cnt-2 .content-with-image-promo__image:before, .content-with-image-promo--image-right .content-with-image-promo__wrapper--cnt-2 .content-with-image-promo__image:after {
    display: none; }

.content-with-image-promo--image-right .content-with-image-promo__wrapper--cnt-2 .content-with-image-promo__image + .content-with-image-promo__image {
  left: auto;
  right: 3.125em; }

.content-with-image-promo--image-right .content-with-image-promo__wrapper--cnt-2 .content-with-image-promo__wysiwyg-content {
  padding-right: 6.25em; }
  .content-with-image-promo--image-right .content-with-image-promo__wrapper--cnt-2 .content-with-image-promo__wysiwyg-content h2 {
    left: -2.77778em;
    position: relative; }

@media (max-width: 47.9375em) {
  .content-with-image-promo .content-with-image-promo__wrapper {
    display: block; }
  .content-with-image-promo .content-with-image-promo__media {
    border-bottom: 2px solid #ff671f;
    margin-bottom: 2.5em;
    max-height: 21.875em;
    overflow: hidden;
    position: static;
    width: auto; }
    .content-with-image-promo .content-with-image-promo__media:after {
      display: none; }
  .content-with-image-promo .content-with-image-promo__content {
    margin: 0;
    padding: 0;
    width: auto; } }

.full-width-media {
  max-height: 34.375em;
  overflow: hidden; }

.full-width-media__img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }

.full-width-media__video video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }

.full-width-media--max-width {
  margin: 0 auto;
  max-width: 90em; }

.hero {
  height: 28.125em;
  position: relative; }
  @media (max-width: 47.9375em) {
    .hero {
      height: 21.875em; } }
  .hero .container {
    height: 28.125em;
    position: relative; }
    @media (max-width: 47.9375em) {
      .hero .container {
        height: 21.875em; } }

.hero__image {
  background-position: 100% 50%;
  background-size: cover;
  height: 100%;
  min-height: 28.125em;
  left: 0;
  position: absolute;
  top: -3.125em;
  width: 48%;
  z-index: 3;
  background-repeat: no-repeat; }
  @media (max-width: 74.9375em) {
    .hero__image {
      width: 43%; } }
  @media (max-width: 61.9375em) {
    .hero__image {
      width: 40%; } }
  @media (max-width: 47.9375em) {
    .hero__image {
      display: none; } }

.hero__content-background {
  background: #071739; /*url(../images/facet-bg-full.png) center center;*/
  background-size: cover;
  height: 100%;
  right: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  width: 80%;
  z-index: 1;
  overflow: hidden; }
  /*.hero__content-background:before {
    background: #fff;
    bottom: 0;
    content: '';
    display: block;
    left: -1px;
    position: absolute;
    top: 0;
    -webkit-transform: skewY(66deg);
            transform: skewY(66deg);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    width: 100%; }*/
  @media (max-width: 61.9375em) {
    .hero__content-background {
      width: 85%; } }
  @media (max-width: 47.9375em) {
    .hero__content-background {
      width: 135%; } }

.hero__content-line {
  background: #ff671f;
  width: 2px;
  height: 0%;
  position: absolute;
  left: calc(20% - 2px);
  top: 0;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: 2; }
  @media (max-width: 61.9375em) {
    .hero__content-line {
      left: calc(15% - 2px); } }
  @media (max-width: 47.9375em) {
    .hero__content-line {
      display: none; } }

.hero__content {
  position: absolute;
  right: 7.5em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 32.1875em;
  z-index: 3; }
.page-id-372644 .hero__content{width:40%}
.page-id-372644 .hero__headline{font-size:3.4em}
.page-id-372644 .basic-content__wysiwyg-content.wysiwyg-content ul{column-count:2}
@media only screen and (min-width:320px) and (max-width:768px){
    .page-id-372644 .basic-content__wysiwyg-content.wysiwyg-content ul{column-count:1}
.page-id-372644 .hero__content{width:100%}
.page-id-372644 .hero__headline{font-size:2.75em}
}
  @media (max-width: 74.9375em) {
    .hero__content {
      right: 5em; } }
  @media (max-width: 61.9375em) {
    .hero__content {
      width: 47%;
      right: 2.5em; } }
  @media (max-width: 47.9375em) {
    .hero__content {
      width: auto;
      right: auto; } }

.hero__headline {
  color: #dfa840;
  font-size: 4.0625em;
  line-height: 0.92308em;
  margin: 0;
  text-transform: capitalize;
  font-family: 'Altone-SemiBold';
  font-weight: 700; }
  @media (max-width: 61.9375em) {
    .hero__headline {
      font-size: 3em; } }
  @media (max-width: 47.9375em) {
    .hero__headline {
      font-size: 2.5625em; } }

.hero__headline-line {
  display: block;
  overflow: hidden; }

.hero__headline-line-option {
  display: none;
  /* font-size: _em(50, 65); */
  white-space: nowrap; }

.hero__headline-line-option--active {
  display: block; }

.hero__additional_content {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.5em; }

.hero__link {
  display: inline-block;
  margin-top: 1.25em; }

.animated {
  visibility: hidden; }
  .animated.loaded {
    visibility: visible; }

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

.industries-list .wysiwyg-content--section-intro.industries-list__section-intro {
  margin-bottom: 1.4em;
}
.page-section.page-section--industries-list {
  margin-top: -1em;
}

.industries-list__industry {
  box-sizing: border-box;
  display: inline-block;
  margin: .5em 0;
  overflow: hidden;
  padding: 0 0.625em;
  vertical-align: top;
  width: 25%; }
  @media (max-width: 47.9375em) {
    .industries-list__industry {
      padding: 0; } }
  .industries-list__industry:nth-child(odd) .industries-list__industry-visual {
    overflow: hidden; }
    /*.industries-list__industry:nth-child(odd) .industries-list__industry-visual:before {
      background: #fff;
      bottom: 0;
      content: '';
      display: block;
      left: -1px;
      position: absolute;
      top: 0;
      -webkit-transform: skewY(86deg);
              transform: skewY(86deg);
      -webkit-transform-origin: 0;
              transform-origin: 0;
      width: 100%;
      z-index: 2; }
    .industries-list__industry:nth-child(odd) .industries-list__industry-visual:after {
      background: #fff;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      right: -1px;
      top: 0;
      -webkit-transform: skewY(-86deg);
              transform: skewY(-86deg);
      -webkit-transform-origin: 100%;
              transform-origin: 100%;
      width: 100%;
      z-index: 2; }*/
  .industries-list__industry:nth-child(even) .industries-list__industry-visual {
    overflow: hidden; }
    /*.industries-list__industry:nth-child(even) .industries-list__industry-visual:before {
      background: #fff;
      bottom: 0;
      content: '';
      display: block;
      left: -1px;
      position: absolute;
      top: 0;
      -webkit-transform: skewY(-86deg);
              transform: skewY(-86deg);
      -webkit-transform-origin: 0;
              transform-origin: 0;
      width: 100%;
      z-index: 2; }
    .industries-list__industry:nth-child(even) .industries-list__industry-visual:after {
      background: #fff;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      right: -1px;
      top: 0;
      -webkit-transform: skewY(86deg);
              transform: skewY(86deg);
      -webkit-transform-origin: 100%;
              transform-origin: 100%;
      width: 100%;
      z-index: 2; }*/

.industries-list__industry-visual {
  height: 18.75em;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .industries-list__industry-visual img, .industries-list__industry-visual video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: calc( 100% - 1px);
    /* polyfill for ie */
    font-family: 'object-fit: cover;'; }

.industries-list__industry-name {
  font-size: 1.25em;
  margin: 0.5em 0 0;
  font-family: 'RivalSansRegular';
  text-transform: capitalize;
  color:#4c6382;
  font-weight: 400; }

@media (max-width: 61.9375em) {
  .industries-list__industry {
    width: 50%; } }

@media (max-width: 47.9375em) {
  .industries-list__industry {
    width: 100%; } }

.industries-list--style-condensed .industries-list__industry {
  width: 16%; }

.industries-list--style-condensed .industries-list__industry-visual {
  height: 11.25em; }

.industries-list--style-condensed .industries-list__industry-name {
  font-size: 1em; }

@media (max-width: 61.9375em) {
  .industries-list--style-condensed .industries-list__industry {
    width: 25%; } }

@media (max-width: 47.9375em) {
  .industries-list--style-condensed .industries-list__industry {
    width: 50%; } }

@media (max-width: 35.9375em) {
  .industries-list--style-condensed .industries-list__industry {
    width: auto; } }

.locations-list__map {
  background: url(/wp-content/themes/riveron/assets/images/map-bg.png?v=2) no-repeat;
  background-size: cover;
  padding-bottom: 62%;
  position: relative; }
  .locations-list__map:hover .locations-list__map-marker-minor-icon {
    opacity: 0; }
  .locations-list__map:hover .locations-list__map-marker-title {
    opacity: 1; }
  .locations-list__map:hover .locations-list__map-marker-major-icon {
    height: 2em; }
  @media (max-width: 47.9375em) {
    .locations-list__map {
      display: none; } }

.locations-list__map-marker {
  min-height: 2.5em;
  min-width: 2.5em;
  position: absolute; }
  .locations-list__map-marker:hover .locations-list__map-marker-title {
    font-size: 0.875em; }
  .locations-list__map-marker:hover .locations-list__map-marker-major-icon {
    height: 2.5em;
    width: 2.5em; }

.locations-list__map-marker-title {
  font-size: 0.75em;
  left: 0;
  line-height: 1.33333em;
  opacity: 0;
  padding-right: 0.625em;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: .4s ease;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

.locations-list__map-marker-minor-icon {
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: .4s ease;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 15px solid #ff671f;
  height: 0;
  width: 0; }

.locations-list__map-marker-major-icon {
  background-size: cover;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-25%, -25%);
          transform: translate(-25%, -25%);
  transition: .4s ease;
  width: 1.875em; }

.locations-list__list {
  margin-top: 3.125em; }

.locations-list__location {
  background-color: #f6f5f5;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  margin: 0 1% 3%;
  padding: 2.5em;
  position: relative;
  vertical-align: top;
  width: 46%; }
  .locations-list__location:nth-child(4n+2), .locations-list__location:nth-child(4n+3) {
    overflow: hidden; }
    .locations-list__location:nth-child(4n+2):before, .locations-list__location:nth-child(4n+3):before {
      background: #fff;
      bottom: 0;
      content: '';
      display: block;
      left: -1px;
      position: absolute;
      top: 0;
      -webkit-transform: skewY(86deg);
              transform: skewY(86deg);
      -webkit-transform-origin: 0;
              transform-origin: 0;
      width: 100%;
      z-index: 2; }
    .locations-list__location:nth-child(4n+2):after, .locations-list__location:nth-child(4n+3):after {
      background: #fff;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      right: -1px;
      top: 0;
      -webkit-transform: skewY(-86deg);
              transform: skewY(-86deg);
      -webkit-transform-origin: 100%;
              transform-origin: 100%;
      width: 100%;
      z-index: 2; }
  .locations-list__location:nth-child(4n+1), .locations-list__location:nth-child(4n+4) {
    overflow: hidden; }
    .locations-list__location:nth-child(4n+1):before, .locations-list__location:nth-child(4n+4):before {
      background: #fff;
      bottom: 0;
      content: '';
      display: block;
      left: -1px;
      position: absolute;
      top: 0;
      -webkit-transform: skewY(-86deg);
              transform: skewY(-86deg);
      -webkit-transform-origin: 0;
              transform-origin: 0;
      width: 100%;
      z-index: 2; }
    .locations-list__location:nth-child(4n+1):after, .locations-list__location:nth-child(4n+4):after {
      background: #fff;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      right: -1px;
      top: 0;
      -webkit-transform: skewY(86deg);
              transform: skewY(86deg);
      -webkit-transform-origin: 100%;
              transform-origin: 100%;
      width: 100%;
      z-index: 2; }
  @media (max-width: 61.9375em) {
    .locations-list__location {
      display: block;
      margin: 0 auto 1.25em auto;
      width: 80%; } }
  @media (max-width: 47.9375em) {
    .locations-list__location {
      width: auto; }
      .locations-list__location:after, .locations-list__location:before {
        display: none !important; } }

.locations-list__location-link {
  display: block;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%; }

.no-touch .locations-list__location-link:hover:after {
  background-color: #ff671f;
  bottom: 0;
  content: '';
  left: 0;
  height: 10px;
  position: absolute;
  width: 100%;
  z-index: 1; }

.locations-list__location-icon {
  float: left;
  padding-top: 0.625em; }

.locations-list__location-details {
  margin-left: 11.25em; }

.locations-list__location-name {
  color: #5bc2e7;
  font-size: 1.875em;
  line-height: 1em;
  margin: 0 0 0.33333em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

.locations-list__arrow-right {
  display: none; }

@media (max-width: 35.9375em) {
  .locations-list__location-icon {
    width: 5em; }
    .locations-list__location-icon .icon {
      height: 100%;
      width: 100%; }
  .locations-list__location-details {
    margin-left: 7.5em; } }

@media (max-width: 21.25em) {
  .locations-list__location-icon {
    display: none; }
  .locations-list__location-details {
    margin-left: 0; } }

    .page-id-216 .container > .featured-post-container-insights .carousel-news-insights-featured {
      display: flex;
    /*   position: absolute; */
      margin: 2% 0 5% 0;
      padding: 0 10px;
      align-items: center;
      justify-content: center;
    /*   max-width: 350px;
      whitespace: wrap; */
    }

    .page-id-216 .carousel-news-insights-featured > .carousel-item-news {
      width: 15px;
      height:15px;
      background-color: #dadde6;
      border-radius: 50%;
      margin-left: 5px;
      border: 1px solid #bfc8e0;
    }

    .page-id-216 .carousel-item-news:hover {
      cursor: pointer;
    }

    .page-id-216 .selected-carousel {
      background-color: #379190!important;
    }

.news-insights-list__featured-post {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 2.5em;
  position: relative;
  transition: opacity 0.2s linear; }
  .news-insights-list__featured-post.hide {
    opacity: 0; }
  @media (max-width: 47.9375em) {
    .news-insights-list__featured-post {
      flex-direction: column;
      margin-bottom: 2.5em; } }
  .news-insights-list__featured-post:hover .news-insights-list__post-title {
    text-decoration: underline; }
  .news-insights-list__featured-post .news-insights-list__post-summary {
    max-height: 12.59259em; }

.news-insights-list__featured-post-more {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.news-insights-list__featured-post-image {
  height: auto;
  min-height: 20em;
  position: relative;
  width: 57.95%; }
  @media (max-width: 47.9375em) {
    .news-insights-list__featured-post-image {
      width: 100%; } }
  .news-insights-list__featured-post-image img {
    height: 100%;
    left: 0;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    width: 100%; }

.news-insights-list__featured-post-content {
  background-color: #071739;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding: 2.5em 1.875em;
  position: relative;
  width: 42.05%; }
  @media (max-width: 47.9375em) {
    .news-insights-list__featured-post-content {
      width: 100%; } }

.news-insights-list__filter-container {
  display: flex;
  justify-content: center;
  padding-bottom: 2.1875em; }
  @media (max-width: 47.9375em) {
    .news-insights-list__filter-container {
      flex-direction: column;
      text-align: center; } }

.news-insights-list__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .news-insights-list__list.total-posts--2 .news-insights-list__post {
    width: 49%;
    margin-top: 1.25em; }
    .news-insights-list__list.total-posts--2 .news-insights-list__post:first-child {
      margin-right: 1%; }
    .news-insights-list__list.total-posts--2 .news-insights-list__post:last-child {
      margin-left: 1%;
      margin-right: 0; }
    @media (max-width: 47.9375em) {
      .news-insights-list__list.total-posts--2 .news-insights-list__post {
        width: 100%;
        margin: 0 0 1.25em 0; }
        .news-insights-list__list.total-posts--2 .news-insights-list__post:first-child, .news-insights-list__list.total-posts--2 .news-insights-list__post:last-child {
          margin-right: 0;
          margin-left: 0; } }
  .news-insights-list__list .news-insights-list__post-details {
    padding: 1.25em 1.875em;
    /*position: relative;*/ }

.news-insights-list--condensed .news-insights-list__list.total-posts--4 .news-insights-list__post {
  margin-right: 0.64%;
  margin-left: 0;
  min-width: 18.125em;
  width: calc(25% - 0.64%); }
  @media (max-width: 47.9375em) {
    .news-insights-list--condensed .news-insights-list__list.total-posts--4 .news-insights-list__post {
      width: 100%; } }
  .news-insights-list--condensed .news-insights-list__list.total-posts--4 .news-insights-list__post:last-child {
    margin-right: 0; }

.news-insights-list--condensed .news-listing-list__post-image {
  height: 7.6875em; }

.news-insights-list--condensed .news-insights-list__post-title {
  font-size: 0.9375em; }

.news-insights-list--condensed .news-insights-list__post-summary {
  display: none; }

.news-insights-list--condensed .news-insights-list__post-byline {
  display: none; }

.news-insights-list__post {
  background-color: #071739;
  margin-top: 2.5em;
  overflow: hidden;
  position: relative;
  margin: 1.25em 0 0;
  transition: opacity 0.2s linear;
  width: 32.33%; }
  @media (max-width: 47.9375em) {
    .news-insights-list__post {
      margin: 0 0 1.25em 0;
      width: 100%; } }
  .news-insights-list__post:nth-child(3n+2) {
    margin: 1.25em 1.99% 0;
    width: 31.35%; }
    @media (max-width: 47.9375em) {
      .news-insights-list__post:nth-child(3n+2) {
        margin: 0 0 1.25em;
        width: 100%; } }
  .news-insights-list__post.hide {
    opacity: 0; }

.news-listing-list__post-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 12.5em;
  width: 100%; }

.news-insights-list__post-category {
  /*background-color: #f6f5f5;
  border: 1px solid #ebebeb;
  border-left: none;
  border-bottom: none;*/
  color: #dfa840;
  font-size: 0.875em;
  /*left: -1px;*/
  margin: 0;
  /*padding-left: 2.14286em;
  padding-top: 1.07143em;
  padding-right: 2.14286em;
  position: absolute;*/
  text-transform: capitalize;
  /*top: -2.5em;8*/
  font-family: 'Altone-SemiBold';
  font-weight: 700; }
 /* @media (max-width: 47.9375em) {
    .news-insights-list__post-category {
      top: -2.35714em; } }
  .news-insights-list__post-category:after {
    background-color: #f6f5f5;
    border-right: 1px solid #ebebeb;
    content: '';
    height: 100%;
    position: absolute;
    right: -21.5px;
    top: 0;
    -webkit-transform: skew(50deg);
            transform: skew(50deg);
    width: 40px; }*/

.news-insights-list__post-title {
  font-size: 1.3125em;
  margin: 0;
  font-family: 'Altone-Regular';
  text-transform: none;
  color:#fff;
 }
 .news-insights-list__post-title a{color:#fff;}

.news-insights-list__post-byline {
  font-size: 0.8em;
  margin: 1.66667em 0 0;
  text-transform: capitalize;
  font-family: 'Altone-SemiBold';
  color:#379190;
  font-weight: 700; }

.news-insights-list__post-summary {
  font-size: 0.86667em;
  max-height: 7.69231em;
  overflow: hidden;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }
  /*.news-insights-list__post-summary:before {
    content: '';
    background: linear-gradient(rgba(246, 245, 245, 0) 70%, #f6f5f5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .news-insights-list__post-summary.no-overlay:before {
    display: none; }*/
  .news-insights-list__post-summary p {
    margin-bottom: 0;
    color:#fff;
    font-family: 'RivalSansRegular';
   }

.fwp-load-more {
  margin: 1.5625em auto 0; }

.facetwp-facet-tags {
  display: none; }

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

.people-listing__person {
  display: inline-block;
  margin-bottom: 2.5em;
  vertical-align: top;
  width: 25%; }
  @media (max-width: 61.9375em) {
    .people-listing__person {
      width: 33.333333%; } }
  @media (max-width: 47.9375em) {
    .people-listing__person {
      width: 50%; } }
  .people-listing__person a:hover {
    text-decoration: none; }

.people-list__person-image {
  background: url(/wp-content/themes/riveron/assets/images/facet-bg-gray.png) 50% -360% #ffffff no-repeat;
  background-size: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  transition: 0.2s ease; }
  .people-list__person-image img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: top;
            transform-origin: top;
    transition: 0.2s ease;
    width: 100%; }

.page-id-214 .people-list__person-name {color:#071739;}
.page-id-214 .people-list__person-title{color:#dfa840;font-style: normal;}

.people-list__person-name {
  font-size: 1.5em;
  margin: 0 0 0.25em;
  padding-top: 0.66667em;
  position: relative;
  font-family: 'Altone-SemiBold';
  font-weight: 400;
  text-transform: none;
  color:#dfa840;
 }
  .people-list__person-name:before {
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    top: -0.375em;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 15px solid #ff671f;
    height: 0;
    width: 0; }

.people-list__person-title {
  color: #fff;
  font-size: 1em;
  text-transform: capitalize;
  font-family: 'Altone-SemiBold';
  font-style: italic;
  font-weight: 700; }

.people-list__person-location {
  color: #fff;
  font-family: 'Altone-Regular';
 }

.people-list__people--no-results {
  display: none; }

.people-list--list .people-list__section-intro {
  margin: 0 auto 2.1875em;
  width: 80%; }
  .people-list--list .people-list__section-intro #show-all-employees {
    cursor: pointer; }

.people-list--list .people-listing__person {
  display: inline-block;
  width: 16.6%; }
  .people-list--list .people-listing__person.show {
    display: inline-block; }
  @media (max-width: 61.9375em) {
    .people-list--list .people-listing__person {
      width: 33.333333%; } }
  @media (max-width: 47.9375em) {
    .people-list--list .people-listing__person {
      width: 50%; } }
  .people-list--list .people-listing__person:hover img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transform-origin: top;
            transform-origin: top;
    transition: 0.2s ease; }
  .people-list--list .people-listing__person:hover .people-list__person-image {
    /*background-position: 50% 50%;*/
    transition: 0.2s ease; }
  .people-list--list .people-listing__person.person--odd .people-list__person-image {
    overflow: hidden; }
    /*.people-list--list .people-listing__person.person--odd .people-list__person-image:before {
      background: #ffffff;
      bottom: 0;
      content: '';
      display: block;
      left: -1px;
      position: absolute;
      top: 0;
      -webkit-transform: skewY(-86deg);
              transform: skewY(-86deg);
      -webkit-transform-origin: 0;
              transform-origin: 0;
      width: 100%;
      z-index: 2; }
    .people-list--list .people-listing__person.person--odd .people-list__person-image:after {
      background: #ffffff;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      right: -1px;
      top: 0;
      -webkit-transform: skewY(86deg);
              transform: skewY(86deg);
      -webkit-transform-origin: 100%;
              transform-origin: 100%;
      width: 100%;
      z-index: 2; }*/
  .people-list--list .people-listing__person.person--even .people-list__person-image {
    overflow: hidden; }
    /*.people-list--list .people-listing__person.person--even .people-list__person-image:before {
      background: #ffffff;
      bottom: 0;
      content: '';
      display: block;
      left: -1px;
      position: absolute;
      top: 0;
      -webkit-transform: skewY(86deg);
              transform: skewY(86deg);
      -webkit-transform-origin: 0;
              transform-origin: 0;
      width: 100%;
      z-index: 2; }
    .people-list--list .people-listing__person.person--even .people-list__person-image:after {
      background: #ffffff;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      right: -1px;
      top: 0;
      -webkit-transform: skewY(-86deg);
              transform: skewY(-86deg);
      -webkit-transform-origin: 100%;
              transform-origin: 100%;
      width: 100%;
      z-index: 2; }*/
  .people-list--list .people-listing__person.type--exec {
    display: inline-block; }
  .people-list--list .people-listing__person.hidden {
    display: none; }

.people-list--list .people-list__person-image {
  background-color: #dadde6; }

.people-list--list .people-list__person-name {
  font-size: 1.125em; }

.people-list--list .people-list__person-title {
  font-size: 0.875em;
  padding: 0 0.625em; }

.people-list--list .people-list__person-location {
  font-size: 0.875em; }

@media (max-width: 61.9375em) {
  .people-list--cta .people-listing__person {
    width: 100%; }
    .people-list--cta .people-listing__person.person--even {
      margin: 0; } }

@media (max-width: 35.9375em) {
  .people-list--cta .people-listing__person.person--odd:after, .people-list--cta .people-listing__person.person--odd:before, .people-list--cta .people-listing__person.person--even:after, .people-list--cta .people-listing__person.person--even:before {
    display: none; }
  .people-list--cta .people-list__person-image {
    height: 0;
    padding-bottom: 70%;
    position: static;
    width: auto; }
  .people-list--cta .people-list__person-details {
    margin-left: 0; } }

.people-list--cta .container {
  max-width: 73.75em; }

.people-list--cta .people-listing__person {
  overflow: hidden;
  position: relative;
  width: 48%; }
  .people-list--cta .people-listing__person.person--odd {
    overflow: hidden; }
    /*.people-list--cta .people-listing__person.person--odd:before {
      background: #ffffff;
      bottom: 0;
      content: '';
      display: block;
      left: -1px;
      position: absolute;
      top: 0;
      -webkit-transform: skewY(-86deg);
              transform: skewY(-86deg);
      -webkit-transform-origin: 0;
              transform-origin: 0;
      width: 100%;
      z-index: 2; }*/
    /*.people-list--cta .people-listing__person.person--odd:after {
      background: #ffffff;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      right: -1px;
      top: 0;
      -webkit-transform: skewY(86deg);
              transform: skewY(86deg);
      -webkit-transform-origin: 100%;
              transform-origin: 100%;
      width: 100%;
      z-index: 2; }*/
  .people-list--cta .people-listing__person.person--even {
    margin-left: 2%;
    overflow: hidden; }
    /*.people-list--cta .people-listing__person.person--even:before {
      background: #ffffff;
      bottom: 0;
      content: '';
      display: block;
      left: -1px;
      position: absolute;
      top: 0;
      -webkit-transform: skewY(86deg);
              transform: skewY(86deg);
      -webkit-transform-origin: 0;
              transform-origin: 0;
      width: 100%;
      z-index: 2; }*/
    /*.people-list--cta .people-listing__person.person--even:after {
      background: #ffffff;
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      right: -1px;
      top: 0;
      -webkit-transform: skewY(-86deg);
              transform: skewY(-86deg);
      -webkit-transform-origin: 100%;
              transform-origin: 100%;
      width: 100%;
      z-index: 2; }*/

.people-list--cta .people-list__person-image {
  background-color: #f6f5f5;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 16.25em;
  z-index: 1; }

.people-list--cta .people-list__person-details {
  background-color: #071739; /*url(../images/facet-bg-full.png) center center*/;
  /*background-size: cover;*/
  box-sizing: border-box;
  margin-left: 16.25em;
  min-height: 15.3125em;
  padding: 2.5em;
  text-align: left; }

.people-list--cta .people-list__person-name:before {
  display: none; }

.people-list--cta .people-list__person-title,
.people-list--cta .people-list__person-location {
  color: #ffffff; }

.people-list__section-intro {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .people-list__section-intro h2 {
    margin-bottom: 0;
    width: 100%; }

.people-list__filter:nth-child(2) {
  margin: 0 0.9375em; }

.people-list__section-filters {
  margin-bottom: 3.5em; }
  .people-list__section-filters .facetwp-checkbox {
    text-transform: capitalize; }

.quotes {
  position: relative; }
  .quotes .container {
    position: relative; }

.quotes__section-intro h2 {
  color: #071739;
  font-size: 1.66667em;
  text-transform: none;
  font-family: 'Altone-SemiBold';
  font-weight: 700; }

@media (max-width: 47.9375em) {
  .quotes__section-intro {
    margin-bottom: 1.875em; } }

.quotes__controls {
  float: right;
  margin-top: -2.5em; }
  @media (max-width: 47.9375em) {
    .quotes__controls {
      position: static;
      float: none;
      margin: 0 auto 1.875em auto;
      text-align: center; } }

.quotes__control {
  display: inline-block;
  margin-left: 1.25em; }
  .quotes__control-prev {
    margin-left: 0; }

.quotes__quote {
  display: none;
  min-height: 25em;
  position: relative; }
  @media (max-width: 47.9375em) {
    .quotes__quote {
      height: 450px; } }

.quotes__quote--active {
  display: flex; }
  .quotes__quote--active .quotes__quote-content {
    align-self: center; }

.quotes__quote-content-background {
  background-color: #071739; /*url(../images/facet-bg-full.png) center center;*/
  background-size: cover;
  left: -5%;
  height: 100%;
  position: absolute;
  top: 0;
  width: 70%;
  /*z-index: 1;*/ }
  @media (max-width: 992px) {
    .quotes__quote-content-background {
      width: 120%; } }
  @media (max-width: 767px) {
    .quotes__quote-content-background {
      width: 100%; } }
  /*.quotes__quote-content-background:before, .quotes__quote-content-background:after {
    background: #fff;
    content: "";
    display: block;
    height: 15%;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
    z-index: -1; }*/
  .quotes__quote-content-background:before {
    top: 0;
    -webkit-transform: skewY(3deg);
            transform: skewY(3deg); }
    @media (max-width: 47.9375em) {
      .quotes__quote-content-background:before {
        height: 5%; } }
  .quotes__quote-content-background:after {
    bottom: 0;
    -webkit-transform: skewY(-3deg);
            transform: skewY(-3deg); }
  @media (max-width: 47.9375em) {
    .quotes__quote-content-background {
      left: 0%;
      width: 100%;
      height: 345px;/*370*/
      top: 200px;
      z-index: 3; }
      .quotes__quote-content-background:before {
        display: none; } }

.quotes__quote-content {
  box-sizing: border-box;
  padding: 5em 0 5em 5em;
  position: relative;
  width: 50%;
  z-index: 2; }
  @media (max-width: 47.9375em) {
    .quotes__quote-content {
      top: 200px;
      height: 300px;
      width: 100%;
      padding: 0 2.5em 0 2.5em;
      z-index: 4;
      position: absolute;
      margin-top: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center; } }

.quotes__quote-text {
  color: #fff;
  font-size: 1.375em;
  line-height: 1.36364em;
  position: relative;
  font-family: 'RivalSansRegular';
  font-weight: 400;
  font-style: italic; }
  @media (max-width: 47.9375em) {
    .quotes__quote-text p:first-child {
      margin-top: 0; } }
  .quotes__quote-text:before {
    background: url(/wp-content/themes/riveron/assets/images/icon-quote-left.png) no-repeat;
    background-size: cover;
    content: "";
    left: -3.45455em;
    height: 2.18182em;
    position: absolute;
    top: 0;
    width: 2.45455em; }
    @media (max-width: 47.9375em) {
      .quotes__quote-text:before {
        display: none; } }

.quotes__quote-citation {
  font-size: 1.125em;
  line-height: 1.22222em;
  color: #dfa840;
  font-family: 'Altone-SemiBold';
  font-weight: 700; }
  .quotes__quote-citation strong {
    font-size: 1.5em;
    color:#dfa840;
    font-style: normal;
   }
   .quotes__quote-citation a{color:#fff;font-style: italic;}

.quotes__fun-facts {
  bottom: 102%;
  color: #dfa840;
  font-size: 1.125em;
  position: absolute;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }
  @media (max-width: 74.9375em) {
    .quotes__fun-facts {
      text-align: center; } }

.quotes__quote-photo {
  height: 100%;
  overflow: hidden;
  /*-webkit-mask-image: url(/wp-content/themes/riveron/assets/images/bg-blue-dark-angle-left.png);
          mask-image: url(/wp-content/themes/riveron/assets/images/bg-blue-dark-angle-left.png);
  -webkit-mask-position: 60px 0;
          mask-position: 60px 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;*/
  position: absolute;
  left: 60%;
  top: 0;
  width: 40%;
  z-index: 2; }
  @media (max-width: 1100px) {
    .quotes__quote-photo {
      -webkit-mask-position: 20px 0;
              mask-position: 20px 0; } }
  @media (max-width: 47.9375em) {
    .quotes__quote-photo {
      width: 100%;
      left: auto;
      top: 0%;
      right: 0;
      height: 200px;
      -webkit-mask-image: none;
              mask-image: none;
      overflow: hidden; }
      /*.quotes__quote-photo:before {
        background: #fff;
        bottom: 0;
        content: '';
        display: block;
        left: -1px;
        position: absolute;
        top: 0;
        -webkit-transform: skewY(-86deg);
                transform: skewY(-86deg);
        -webkit-transform-origin: 0;
                transform-origin: 0;
        width: 100%;
        z-index: 2; }
      .quotes__quote-photo:after {
        background: #fff;
        bottom: 0;
        content: '';
        display: block;
        position: absolute;
        right: -1px;
        top: 0;
        -webkit-transform: skewY(86deg);
                transform: skewY(86deg);
        -webkit-transform-origin: 100%;
                transform-origin: 100%;
        width: 100%;
        z-index: 2; }*/ }
  .quotes__quote-photo img {
    background: #dadde6;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
    @media (max-width: 47.9375em) {
      .quotes__quote-photo img {
        -o-object-fit: contain;
           object-fit: contain; } }

.quotes__quote-content-line {
  background: #ff671f;
  display: none;
  height: 0%;
  position: absolute;
  left: calc(50% + 15px);
  top: -5%;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 2px;
  z-index: 3; }

.services-list {
  position: relative;
  overflow: hidden; }
.page-id-2 .services-list:before{display:none}
  .page-id-2 .services-list:after{display:none}
  /*.services-list:before {
    z-index: 0;
    left: -9.375em;
    top: 1.25em;
    width: 12.5em;
    height: 100%;
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
    content: "";
    position: absolute;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbdbdb+0,ffffff+89 */
    /*background: #dbdbdb;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(135deg, #dbdbdb 0%, white 89%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient }*/
  /*.services-list:after {
    z-index: 0;
    right: -9.375em;
    width: 12.5em;
    height: 100%;
    -webkit-transform: rotate(-24deg);
            transform: rotate(-24deg);
    top: 1.25em;
    content: "";
    position: absolute;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+11,dbdbdb+100 */
    /*background: white;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(135deg, white 11%, #dbdbdb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient  }*/

.services-list__services {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 1;
  position: relative; }

.services-list__service {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  margin-bottom: 6.25em; }

.services-list__icon {
  margin-bottom: 0.625em; }
  .services-list__icon .icon--dial {
    height: 6.25em;
    margin: 0.625em 0 0.9375em;
    width: 6.25em; }

.services-list__service-title {
  display: block;
  font-size: 1.375em;
  text-transform: uppercase;
  font-family: 'Altone-SemiBold';
  font-weight: 400; }

@media (max-width: 47.9375em) {
  .services-list--style-featured:after, .services-list--style-featured:before {
    display: none; } }

.services-list--style-featured .services-list__service {
  width: 32%;
  padding: 0 2em;
  box-sizing: border-box; }
  @media (max-width: 61.9375em) {
    .services-list--style-featured .services-list__service {
      width: 48%; } }
  @media (max-width: 47.9375em) {
    .services-list--style-featured .services-list__service {
      width: 100%; } }

.services-list--style-condensed .services-list__service {
  width: 16%;
  /*padding: 0 1em;*/
  box-sizing: border-box; }
  .services-list--style-condensed .services-list__service .services-list__service-title {
    font-size: 1.125em; }
  @media (max-width: 61.9375em) {
    .services-list--style-condensed .services-list__service {
      width: 32%; } }
  @media (max-width: 47.9375em) {
    .services-list--style-condensed .services-list__service {
      width: 48%; } }

.page-section.page-section--split-content {margin-top: -1.3em;}
.split-content__section-intro
.split-content__content-sections {
  background: #ebebeb url(/wp-content/themes/riveron/assets/images/facet-bg-gray.png?v=2) center center;
  background-size: cover;
  overflow: hidden; }
  .split-content__content-sections:after {
    clear: both;
    content: '';
    display: table; }

.split-content__content-section {
  box-sizing: border-box;
  float: left;
  position: relative;
  transition: .2s ease; }
  .split-content__content-section:after {
    background-color: #ff671f;
    content: "";
    display: block;
    width: 2px;
    height: 120%;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: -10%;
    -webkit-transform-origin: center left;
            transform-origin: center left;
    -webkit-transform: rotate(24deg);
            transform: rotate(24deg);
    z-index: 2; }
  .split-content__content-section:last-child:after {
    display: none; }

.split-content__content-section {
  width: 100%;
  transition: width 0.3s ease-out; }

.split-content__content-section--inactive {
  width: 25%; }
  .split-content__content-section--inactive .split-content__content {
    -webkit-transform: none;
            transform: none;
    position: absolute; }
  .split-content__content-section--inactive .split-content__title {
    opacity: 0; }

.split-content__title {
  transition: opacity 0.3s ease-out 0s; }

.split-content__text {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out 0s; }
  .split-content__text p {
    margin: 0; }

.split-content__content-section--active {
  width: 100%; }
  .split-content__content-section--active .split-content__content {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%); }
  .split-content__content-section--active .split-content__title {
    white-space: nowrap;
    opacity: 1;
    transition: opacity 0.3s ease-out 0s; }
  .split-content__content-section--active .split-content__text {
    opacity: 1;
    transition: opacity 0.3s ease-out 0.4s;
    max-height: 300px; }

.split-content__content {
  padding: 6.25em 10%;
  text-align: center;
  -webkit-transform: translateX(-2.5%);
          transform: translateX(-2.5%);
  transition: .2s ease; }

.split-content__icon {
  width: 100%; }
  .split-content__icon .icon {
    max-height: 100px;
    max-width: 100%; }

.split-content__content-sections {
  display: flex;
  justify-content: space-evenly; }

@media (max-width: 61.9375em) {
  .split-content__content-sections {
    display: block; }
    .split-content__content-sections .split-content__content-section--inactive,
    .split-content__content-sections .split-content__content-section--active {
      width: 100%; }
      .split-content__content-sections .split-content__content-section--inactive .split-content__title,
      .split-content__content-sections .split-content__content-section--active .split-content__title {
        white-space: normal; }
  .split-content .split-content__content-sections {
    padding: 2.5em 0; }
    .split-content .split-content__content-sections .split-content__content-section {
      float: none;
      width: auto; }
      .split-content .split-content__content-sections .split-content__content-section:after {
        display: none; }
      .split-content .split-content__content-sections .split-content__content-section .split-content__content {
        padding: 1.25em 5em;
        -webkit-transform: none;
                transform: none; }
      .split-content .split-content__content-sections .split-content__content-section .split-content__icon {
        float: left; }
      .split-content .split-content__content-sections .split-content__content-section .split-content__title {
        opacity: 1; }
      .split-content .split-content__content-sections .split-content__content-section .split-content__text {
        opacity: 1;
        max-height: none; } }

.split-content--simplified .split-content__content-sections {
  background: none; }

.split-content--simplified .split-content__icon {
  display: inline-block;
  height: 3.125em;
  width: 3.125em; }
  .split-content--simplified .split-content__icon .icon {
    height: auto; }

.split-content--simplified .split-content__title {
  word-spacing: 999px; }

.split-content--simplified .split-content__content-section--active .split-content__title {
  word-spacing: normal; }

@media (max-width: 61.9375em) {
  .split-content--simplified .split-content__content-sections .split-content__content-section .split-content__icon {
    float: none; }
  .split-content--simplified .split-content__content-sections .split-content__content-section .split-content__title {
    word-spacing: normal; } }

.twitter-feed {
  background: url(/wp-content/themes/riveron/assets/images/facet-bg-twitter.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 15.625em 0 21.875em 0;
  position: relative; }
  .twitter-feed:before {
    content: "";
    display: block;
    width: 150%;
    height: 12.5em;
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
    position: absolute;
    top: 0;
    margin-top: -2.5em;
    background: #ffffff; }
    @media (min-width: 1400px) {
      .twitter-feed:before {
        height: 18.75em;
        margin-top: -5em; } }

.twitter-feed__section-intro h2 {
  color: #071739;
  font-size: 1.66667em;
  text-transform: none;
  font-family: 'Altone-SemiBold';
  font-weight: 700; }
  .twitter-feed__section-intro h2 a {
    color: #fff; }

.twitter-feed__tweets {
  position: relative; }
  .twitter-feed__tweets .container {
    max-width: 63.75em;
    position: relative; }
    .twitter-feed__tweets .container .fa-twitter {
      color: #ffffff;
      font-size: 3.4375em;
      position: absolute;
      left: 0; }

.tweets__controls {
  bottom: 6.25em;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .tweets__controls .arrow--left {
    background-image: url(/wp-content/themes/riveron/assets/images/arrow-left-white.png); }
  .tweets__controls .arrow--right {
    background-image: url(/wp-content/themes/riveron/assets/images/arrow-right-white.png); }

.tweets__control {
  display: inline-block;
  margin-left: 1.25em; }

.twitter-feed__tweet {
  pointer-events: none;
  position: absolute;
  padding-left: 6.25em;
  opacity: 0; }
  .twitter-feed__tweet .twitter-feed__tweet-text {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); }
  .twitter-feed__tweet .twitter-feed__tweet-date {
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }

.twitter-feed__tweet-date {
  font-size: 16px;
  color: #ffffff;
  margin-top: 2.14286em; }

.twitter-feed__tweet-content-background {
  background: #00629b;
  left: -30%;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  .twitter-feed__tweet-content-background:before, .twitter-feed__tweet-content-background:after {
    background: #fff;
    content: '';
    display: block;
    height: 15%;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
    z-index: -1; }
  .twitter-feed__tweet-content-background:before {
    top: 0;
    -webkit-transform: skewY(3deg);
            transform: skewY(3deg); }
  .twitter-feed__tweet-content-background:after {
    bottom: 0;
    -webkit-transform: skewY(-3deg);
            transform: skewY(-3deg); }

.twitter-feed__tweet-content {
  box-sizing: border-box;
  padding: 5em 0 5em 5em;
  position: relative;
  width: 50%;
  z-index: 2; }
  .twitter-feed__tweet-content:before {
    background: url(/wp-content/themes/riveron/assets/images/icon-quote-left.png) no-repeat;
    background-size: cover;
    content: '';
    left: 0;
    height: 3em;
    position: absolute;
    top: 6.25em;
    width: 3.3125em; }

.twitter-feed__tweet-text {
  color: #fff;
  font-size: 1.375em;
  line-height: 1.36364em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: italic; }
  .twitter-feed__tweet-text a {
    color: #ffffff;
    transition: .2s ease;
    font-size:16px;
  }
    .twitter-feed__tweet-text a:hover {
/*       background: rgba(255, 255, 255, 0.1); */
        color:#555252;
      transition: .2s ease; }

.twitter-feed__tweet--active {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transition: .4s ease; }
  .twitter-feed__tweet--active .twitter-feed__tweet-text {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: .8s ease; }
  .twitter-feed__tweet--active .twitter-feed__tweet-date {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    transition: .8s ease;

    font-size:16px;
    line-height: 1.36364em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;
  }

@media (max-width: 47.9375em) {
  .twitter-feed {
    padding: 6.25em 0 28.125em 0; }
    .twitter-feed:before {
      display: none; }
    .twitter-feed .fa-twitter {
      display: none; }
  .twitter-feed__tweet {
    padding-left: 0; }
  .tweets__controls {
    bottom: 3.75em; }
    .tweets__controls .tweets__control-prev {
      margin-left: 0; } }

.featured-job-listing__title h2 {
  color: #071739;
  font-size: 2.5em;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Altone-SemiBold';
  font-weight: 700; }

.featured-job-listing__job-content .job__location {
  color: #949aa3;
  font-size: 0.875em;
  margin-bottom: 0.28571em;
  text-transform: uppercase; }
  .featured-job-listing__job-content .job__location i {
    margin-right: 0.625em; }

.featured-job-listing__job-content .job__title {
  color: #5bc2e7;
  font-size: 1.5em;
  margin: 0; }

.featured-job-listing__job-content .job__position {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

.featured-job-listing__job-content .job__type {
  margin: 0; }

.featured-job-listing__link-container {
  margin-top: 2.1875em;
  text-align: center;
  width: 100%; }

.callout-with-content__section-intro {
  /* margin-bottom: 2.8125em;  */
  margin-bottom: 25px;
}
  .callout-with-content__section-intro + .callout-with-content__container.content-flow--wrap {
    /* margin-top: -1.8125em; } */
  }

.callout-with-content--full .callout-with-content__content {
  border-top: 10px solid #dadde6;
  border-bottom: 10px solid #dadde6;
  display: flex;
  flex-wrap: wrap;
  padding: 2.8125em 0; }
  .callout-with-content--full .callout-with-content__content h2 {
    width: 100%; }
  .callout-with-content--full .callout-with-content__content-container {
    padding-right: 30px; }
    @media (max-width: 47.9375em) {
      .callout-with-content--full .callout-with-content__content-container {
        padding-right: 0;
        margin-bottom: 2.1875em;
        width: 100%; } }
    .callout-with-content--full .callout-with-content__content-container :first-child {
      margin-top: 0; }
    .callout-with-content--full .callout-with-content__content-container :last-child {
      margin-bottom: 0; }
  .callout-with-content--full .callout-with-content__content blockquote {
    font-style: unset;
    margin: 0;
    padding: 0.9375em 1.5625em; }
    @media (max-width: 47.9375em) {
      .callout-with-content--full .callout-with-content__content blockquote {
        padding-left: 0;
        width: 100%; } }
    .callout-with-content--full .callout-with-content__content blockquote p {
      font-size: 0.8em;
      line-height: 1.5em;
      font-family: 'RivalSansRegular';
      font-weight: 400; }
  .callout-with-content--full .callout-with-content__content .quote-citation {
    display: block;
    font-size: 0.58333em;
    padding: 0 1.5625em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; }
    @media (max-width: 47.9375em) {
      .callout-with-content--full .callout-with-content__content .quote-citation {
        padding-left: 0; } }

/* .callout-with-content--half .callout-with-content__container.content-flow--default {
  display: flex; } */
  @media (max-width: 47.9375em) {
    .callout-with-content--half .callout-with-content__container.content-flow--default.callout-position--left {
      flex-direction: column-reverse; } }
  .callout-with-content--half .callout-with-content__container.content-flow--default.callout-position--left .callout-with-content__content {
   width: 50%; }
    @media (max-width: 47.9375em) {
      .callout-with-content--half .callout-with-content__container.content-flow--default.callout-position--left .callout-with-content__content {
        margin-right: 0; } }
  .callout-with-content--half .callout-with-content__container.content-flow--default.callout-position--right {
    flex-direction: row-reverse; }
    @media (max-width: 47.9375em) {
      .callout-with-content--half .callout-with-content__container.content-flow--default.callout-position--right {
        flex-direction: column-reverse; } }
    .callout-with-content--half .callout-with-content__container.content-flow--default.callout-position--right .callout-with-content__content {
      margin-left: 5%; }
      @media (max-width: 47.9375em) {
        .callout-with-content--half .callout-with-content__container.content-flow--default.callout-position--right .callout-with-content__content {
          margin-left: 0; } }
  .callout-with-content--half .callout-with-content__container.content-flow--default .callout-with-content__content {
    align-self: flex-start; }
  /* .callout-with-content--half .callout-with-content__container.content-flow--default .callout-with-content__surrounding-content {
    width: 55%; } */
    @media (max-width: 47.9375em) {
      .callout-with-content--half .callout-with-content__container.content-flow--default .callout-with-content__surrounding-content {
        width: 100%; } }

@media (max-width: 47.9375em) {
  .callout-with-content--half .callout-with-content__container.content-flow--wrap.callout-position--left {
    display: flex;
    flex-direction: column-reverse; } }

.callout-with-content--half .callout-with-content__container.content-flow--wrap.callout-position--left .callout-with-content__content {
  margin-right: 5%;
  float: left; }
  @media (max-width: 47.9375em) {
    .callout-with-content--half .callout-with-content__container.content-flow--wrap.callout-position--left .callout-with-content__content {
      float: none;
      margin: 0 auto 2.1875em;
      width: 70%; } }
  @media (max-width: 35.9375em) {
    .callout-with-content--half .callout-with-content__container.content-flow--wrap.callout-position--left .callout-with-content__content {
      width: 100%; } }

@media (max-width: 47.9375em) {
  .callout-with-content--half .callout-with-content__container.content-flow--wrap.callout-position--right {
    display: flex;
    flex-direction: column-reverse; } }

.callout-with-content--half .callout-with-content__container.content-flow--wrap.callout-position--right .callout-with-content__content {
 margin-left: 5%; float: right;  position: relative; z-index: 999; padding: 20px 0;}
  @media (max-width: 47.9375em) {
    .callout-with-content--half .callout-with-content__container.content-flow--wrap.callout-position--right .callout-with-content__content {
      float: none;
      margin: 0 auto 2.1875em;
      width: 70%; } }
  @media (max-width: 35.9375em) {
    .callout-with-content--half .callout-with-content__container.content-flow--wrap.callout-position--right .callout-with-content__content {
      width: 100%; } }

.callout-with-content--half .callout-with-content__content {
  border-top: 10px solid #dadde6;
  border-bottom: 10px solid #dadde6;
  box-sizing: border-box;
  margin-bottom: 1.3125em;
  padding: 2.1875em 0;
  width: 45%; }
  @media (max-width: 47.9375em) {
    .callout-with-content--half .callout-with-content__content {
      width: 100%; } }
  .callout-with-content--half .callout-with-content__content h3 {
    color: #a4b5c4;
    margin-bottom: 0.3125em;
    font-family: 'Altone-Regular';
    text-transform: uppercase;
    font-weight: 700; }
  .callout-with-content--half .callout-with-content__content h4 {
    color: #000;
    margin-bottom: 0.3125em;
    font-family: 'Altone-Regular';
    font-weight: 700; }
    .callout-with-content--half .callout-with-content__content h4 + p {
      margin-top: 0; }
  .callout-with-content--half .callout-with-content__content p {
    font-family: 'RivalSansRegular';
    font-weight: 400; }
  .callout-with-content--half .callout-with-content__content blockquote {
    align-self: flex-start;
    align-items: center;
    display: flex;
    font-style: unset;
    padding: 0.9375em 1.5625em;
    margin: 0; }
    @media (max-width: 47.9375em) {
      .callout-with-content--half .callout-with-content__content blockquote {
        box-sizing: border-box;
        padding-left: 0;
        width: 100%; } }
    .callout-with-content--half .callout-with-content__content blockquote p,
    .callout-with-content--half .callout-with-content__content blockquote div {
      font-size: 0.8em;
      line-height: 1.5em;
      font-family: 'RivalSansRegular';
      font-weight: 400; }
      .callout-with-content--half .callout-with-content__content blockquote p .quote-citation {
        font-size: 0.63636em; }
    .callout-with-content--half .callout-with-content__content blockquote + p .quote-citation {
      margin-top: -0.77778em;
      font-size: 1.07692em;
      padding-left: 3.21429em; }
      @media (max-width: 47.9375em) {
        .callout-with-content--half .callout-with-content__content blockquote + p .quote-citation {
          padding-left: 0; } }
  .callout-with-content--half .callout-with-content__content .quote-citation {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; }

.callout-with-content--half .callout-with-content__surrounding-content h4 {
  margin-bottom: 0.3125em; }

.stats-with-content__section-intro h2 {
  font-size: 1.5em; }

.stats-with-content__section-intro + .stats-with-content__container.content-flow--wrap {
  margin-top: -1.8125em; }

.stats-with-content__section-intro {
  margin-bottom: 2.8125em; }

.stats-with-content__container.content-flow--default {
  display: flex; }
  @media (max-width: 47.9375em) {
    .stats-with-content__container.content-flow--default.stat-position--left {
      flex-direction: column-reverse; } }
  .stats-with-content__container.content-flow--default.stat-position--left .stats-with-content__stats-container {
    margin-right: 5%; }
    @media (max-width: 47.9375em) {
      .stats-with-content__container.content-flow--default.stat-position--left .stats-with-content__stats-container {
        float: none;
        margin: 0 auto 2.1875em;
        width: 70%; } }
    @media (max-width: 35.9375em) {
      .stats-with-content__container.content-flow--default.stat-position--left .stats-with-content__stats-container {
        width: 100%; } }
  .stats-with-content__container.content-flow--default.stat-position--right {
    flex-direction: row-reverse; }
    @media (max-width: 47.9375em) {
      .stats-with-content__container.content-flow--default.stat-position--right {
        flex-direction: column-reverse; } }
    .stats-with-content__container.content-flow--default.stat-position--right .stats-with-content__stats-container {
      margin-left: 0; }
      @media (max-width: 47.9375em) {
        .stats-with-content__container.content-flow--default.stat-position--right .stats-with-content__stats-container {
          float: none;
          margin: 0 auto 2.1875em;
          width: 70%; } }
      @media (max-width: 35.9375em) {
        .stats-with-content__container.content-flow--default.stat-position--right .stats-with-content__stats-container {
          width: 100%; } }
  .stats-with-content__container.content-flow--default .stats-with-content__stats-container {
    align-self: flex-start; }
  .stats-with-content__container.content-flow--default .stats-with-content__surrounding-content {
    width: 50%; }
    @media (max-width: 47.9375em) {
      .stats-with-content__container.content-flow--default .stats-with-content__surrounding-content {
        float: none;
        margin: 0 auto 2.1875em;
        width: 70%; } }
    @media (max-width: 35.9375em) {
      .stats-with-content__container.content-flow--default .stats-with-content__surrounding-content {
        width: 100%; } }

.stats-with-content__container.content-flow--wrap.stat-position--left .stats-with-content__stats-container {
  margin-right: 5%;
  float: left; }
  @media (max-width: 47.9375em) {
    .stats-with-content__container.content-flow--wrap.stat-position--left .stats-with-content__stats-container {
      float: none;
      margin: 0 auto 2.1875em;
      width: 70%; } }
  @media (max-width: 35.9375em) {
    .stats-with-content__container.content-flow--wrap.stat-position--left .stats-with-content__stats-container {
      width: 100%; } }

.stats-with-content__container.content-flow--wrap.stat-position--right .stats-with-content__stats-container {
  margin-left: 5%;
  float: right; }
  @media (max-width: 47.9375em) {
    .stats-with-content__container.content-flow--wrap.stat-position--right .stats-with-content__stats-container {
      float: none;
      margin: 0 auto 2.1875em;
      width: 70%; } }
  @media (max-width: 35.9375em) {
    .stats-with-content__container.content-flow--wrap.stat-position--right .stats-with-content__stats-container {
      width: 100%; } }

.stats-with-content__stats-container {
  box-sizing: border-box;
  margin-bottom: 1.3125em;
  padding: 0 3.125em;
  width: 50%; }
  .stats-with-content__stats-container .stats-with-content__stat {
    margin-bottom: 1.5625em;
    padding-bottom: 1.5625em;
    position: relative;
    text-align: center; }
    .stats-with-content__stats-container .stats-with-content__stat:first-child {
      padding-top: 3.125em; }
    .stats-with-content__stats-container .stats-with-content__stat:last-child:after {
      display: none; }
    .stats-with-content__stats-container .stats-with-content__stat:after {
      background-color: #ebebeb;
      bottom: 0;
      content: '';
      height: 2px;
      left: 0;
      position: absolute;
      width: 100%; }
    .stats-with-content__stats-container .stats-with-content__stat h2 {
      font-size: 4.27935em !important;
      margin-top: 0;
      margin-bottom: 0.08065em;
      font-family: 'Altone-SemiBold';
      font-weight: 300; }
      .stats-with-content__stats-container .stats-with-content__stat h2.riveron-blue {
        color: #071739; }
      .stats-with-content__stats-container .stats-with-content__stat h2.dark-blue {
        color: #071739; }
      .stats-with-content__stats-container .stats-with-content__stat h2.light-blue {
        color: #5bc2e7; }
      .stats-with-content__stats-container .stats-with-content__stat h2.orange {
        color: #ff671f; }
      .stats-with-content__stats-container .stats-with-content__stat h2.yellow {
        color: #ffa300; }
      .stats-with-content__stats-container .stats-with-content__stat h2 + p {
        margin-top: 0; }
    .stats-with-content__stats-container .stats-with-content__stat p {
      color: #000;
      margin-bottom: 0;
      font-family: 'RivalSansRegular';
      font-weight: 400; }

.phases-container--horizontal {
  flex-wrap: wrap;
  display: flex;
  max-width: none; }
  .phases-container--horizontal.total-phases--1 {
    margin: 0 auto;
    max-width: 46.875em; }
    .phases-container--horizontal.total-phases--1 .phases__item {
      width: 100%; }
      .phases-container--horizontal.total-phases--1 .phases__item .expand-toggle {
        right: 0; }
      .phases-container--horizontal.total-phases--1 .phases__item:last-child {
        margin-right: 0; }
      .phases-container--horizontal.total-phases--1 .phases__item .item__number:after {
        display: none; }
  .phases-container--horizontal.total-phases--2 .phases__item {
    margin-right: 3%;
    width: 48.5%; }
    @media (max-width: 47.9375em) {
      .phases-container--horizontal.total-phases--2 .phases__item {
        margin-right: 0;
        width: 100%; }
        .phases-container--horizontal.total-phases--2 .phases__item .expand-toggle {
          right: 0; } }
    .phases-container--horizontal.total-phases--2 .phases__item:last-child {
      margin-right: 0; }
  .phases-container--horizontal.total-phases--3 .phases__item {
    margin-right: 2%;
    width: 32%; }
    @media (max-width: 47.9375em) {
      .phases-container--horizontal.total-phases--3 .phases__item {
        margin-right: 0;
        width: 100%; }
        .phases-container--horizontal.total-phases--3 .phases__item .expand-toggle {
          right: 0; } }
    .phases-container--horizontal.total-phases--3 .phases__item:last-child {
      margin-right: 0; }
  .phases-container--horizontal.total-phases--4 .phases__item {
    margin-right: 3%;
    width: 22.7%; }
    @media (max-width: 61.9375em) {
      .phases-container--horizontal.total-phases--4 .phases__item {
        margin-right: 2.5%;
        width: 47.5%; }
        .phases-container--horizontal.total-phases--4 .phases__item:nth-child(2n) {
          margin-right: 0; }
        .phases-container--horizontal.total-phases--4 .phases__item .item__number:after {
          display: none; } }
    @media (max-width: 47.9375em) {
      .phases-container--horizontal.total-phases--4 .phases__item {
        margin-right: 0;
        width: 100%; }
        .phases-container--horizontal.total-phases--4 .phases__item .expand-toggle {
          right: 0; } }
    .phases-container--horizontal.total-phases--4 .phases__item:last-child {
      margin-right: 0; }
    .phases-container--horizontal.total-phases--4 .phases__item .item__content-container {
      height: 100%; }
  .phases-container--horizontal .phases__item {
    align-self: flex-start;
    flex-direction: column; }
    .phases-container--horizontal .phases__item.height-auto {
      height: auto !important; }
    .phases-container--horizontal .phases__item .item__number {
      box-sizing: border-box;
      width: 100%; }
      .phases-container--horizontal .phases__item .item__number:after {
        border-right: none;
        border-left: 12.5px solid #ff671f;
        border-top: 12.5px solid transparent;
        border-bottom: 12.5px solid transparent;
        top: 50%;
        bottom: unset;
        left: unset;
        right: -12.5px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media (max-width: 47.9375em) {
          .phases-container--horizontal .phases__item .item__number:after {
            display: none; } }
    .phases-container--horizontal .phases__item .item__content-container {
      border-left: 1px solid #aaa;
      height: 100%;
      padding: 2.1875em 1.5625em 1.40625em;
      width: 100%; }

.phases-container--vertical.phases-container {
  max-width: 46.875em;
  margin: 0 auto; }

.phases__item {
  border-bottom: 10px solid #ff671f;
  display: flex;
  margin-bottom: 0.9375em; }
  .phases__item--with-additional {
    cursor: pointer; }
  .phases__item.active .expand-toggle {
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg); }
  .phases__item:last-child .item__number:after {
    display: none; }
  .phases__item .expand-toggle {
    border-bottom: 2px solid #aaa;
    border-right: 2px solid #aaa;
    height: 12.5px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 12.5px; }
    @media (max-width: 47.9375em) {
      .phases__item .expand-toggle {
        right: -25px; } }
  .phases__item .item__number {
    background-color: #ff671f;
    padding: 2.1875em 3.125em 1.40625em;
    position: relative;
    text-align: center;
    width: 3.4375em; }
    @media (max-width: 47.9375em) {
      .phases__item .item__number {
        padding: 2.1875em 1.25em 0.15625em; } }
    .phases__item .item__number:after {
      border-top: 12.5px solid #ff671f;
      border-left: 12.5px solid transparent;
      border-right: 12.5px solid transparent;
      bottom: -18px;
      content: '';
      left: 50%;
      position: absolute;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .phases__item .item__number span {
      color: white;
      font-size: 3.75em;
      line-height: 1;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700; }
  .phases__item .item__content-container {
    align-self: center;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 7.3125em;
    justify-content: center;
    padding: 2.1875em 3.125em;
    width: calc(100% - 50px); }
    .phases__item .item__content-container .item__headline {
      padding-right: 1.5625em;
      position: relative; }
      .phases__item .item__content-container .item__headline > :first-child {
        font-size: 1.125em;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700; }
      .phases__item .item__content-container .item__headline > :nth-child(2) {
        font-size: 1.125em;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300; }
    .phases__item .item__content-container .item__additional-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.2s ease-out; }
      .phases__item .item__content-container .item__additional-content p {
        font-size: 0.86667em; }

.columned-content__section-intro {
  margin-bottom: 2.1875em; }

.columned-content--container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25em; }

.columned-content__column {
  box-sizing: border-box;
  padding: 0 0.9375em;
  margin-bottom: 2.1875em; }
  @media (max-width: 47.9375em) {
    .columned-content__column {
      width: 100% !important; }
      .columned-content__column:last-child {
        margin-bottom: 0; } }
  @media (max-width: 47.9375em) {
    .columned-content__column img {
      display: block;
      margin: 0 auto;
      width: 70%; } }
  @media (max-width: 35.9375em) {
    .columned-content__column img {
      width: 100%; } }

.call-to-action .container {
  align-items: center;
  background-color: #dadde6;
  display: flex;
  justify-content: center;
  padding: 2.8125em 6.25em;
  position: relative;
  overflow: hidden; }
  /*.call-to-action .container:before {
    background: #fff;
    bottom: 0;
    content: '';
    display: block;
    left: -1px;
    position: absolute;
    top: 0;
    -webkit-transform: skewY(86deg);
            transform: skewY(86deg);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    width: 100%;
    z-index: 2; }
  .call-to-action .container:after {
    background: #fff;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    top: 0;
    -webkit-transform: skewY(-86deg);
            transform: skewY(-86deg);
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
    width: 100%;
    z-index: 2; }*/
  @media (max-width: 47.9375em) {
    .call-to-action .container {
      flex-direction: column; }
      /*.call-to-action .container:before, .call-to-action .container:after {
        display: none; }*/ }

.call-to-action--one .call-to-action__content-container {
  flex-direction: column;
  text-align: center;
  display: flex;
  margin-bottom: 1.625em; }

.call-to-action--one .call-to-action__buttons {
  align-self: center;
  flex-direction: row; }
  @media (max-width: 47.9375em) {
    .call-to-action--one .call-to-action__buttons {
      flex-direction: column; } }
  .call-to-action--one .call-to-action__buttons .button {
    margin-bottom: 0;
    margin-right: 0.9375em; }
    @media (max-width: 47.9375em) {
      .call-to-action--one .call-to-action__buttons .button {
        margin-bottom: 0.9375em;
        margin-right: 0; } }
    .call-to-action--one .call-to-action__buttons .button:last-child {
      margin-bottom: 0;
      margin-right: 0; }

@media (max-width: 47.9375em) {
  .call-to-action--two .call-to-action__content-container {
    margin-bottom: 1.5625em;
    text-align: center; } }

.call-to-action--two .call-to-action__content-container h2 {
  width: 100%; }
  @media (max-width: 61.9375em) {
    .call-to-action--two .call-to-action__content-container h2 {
      text-align: center;
      width: 100%; } }

.call-to-action--two .call-to-action__content-container .call-to-action__content {
  width: 70%; }
  @media (max-width: 61.9375em) {
    .call-to-action--two .call-to-action__content-container .call-to-action__content {
      text-align: center;
      width: 100%; } }
  .call-to-action--two .call-to-action__content-container .call-to-action__content p {
    padding-left: 0; }

.call-to-action--two .call-to-action__content-container .call-to-action__buttons {
  width: 30%; }
  @media (max-width: 61.9375em) {
    .call-to-action--two .call-to-action__content-container .call-to-action__buttons {
      margin: 0 auto; } }
  @media (max-width: 47.9375em) {
    .call-to-action--two .call-to-action__content-container .call-to-action__buttons {
      width: 100%; } }

.call-to-action--two.call-to-action--no-buttons .call-to-action__content-container {
  flex-direction: row; }
  @media (max-width: 61.9375em) {
    .call-to-action--two.call-to-action--no-buttons .call-to-action__content-container {
      flex-direction: column; } }
  .call-to-action--two.call-to-action--no-buttons .call-to-action__content-container h2 {
    width: 35%; }
    @media (max-width: 61.9375em) {
      .call-to-action--two.call-to-action--no-buttons .call-to-action__content-container h2 {
        width: 100%; } }
  .call-to-action--two.call-to-action--no-buttons .call-to-action__content-container .call-to-action__content {
    width: 65%; }
    @media (max-width: 61.9375em) {
      .call-to-action--two.call-to-action--no-buttons .call-to-action__content-container .call-to-action__content {
        width: 100%; } }

.call-to-action--three.call-to-action--no-buttons .call-to-action__content-container {
  padding-right: 0; }
  .call-to-action--three.call-to-action--no-buttons .call-to-action__content-container h2 {
    width: 35%; }
    @media (max-width: 61.9375em) {
      .call-to-action--three.call-to-action--no-buttons .call-to-action__content-container h2 {
        width: 100%; } }
  .call-to-action--three.call-to-action--no-buttons .call-to-action__content-container .call-to-action__content {
    width: 65%; }
    @media (max-width: 61.9375em) {
      .call-to-action--three.call-to-action--no-buttons .call-to-action__content-container .call-to-action__content {
        width: 100%; } }

.call-to-action--three .call-to-action__content-container {
  flex-direction: row;
  padding-right: 1.5625em; }
  @media (max-width: 61.9375em) {
    .call-to-action--three .call-to-action__content-container {
      flex-direction: column;
      padding-right: 0;
      text-align: center; } }
  @media (max-width: 47.9375em) {
    .call-to-action--three .call-to-action__content-container {
      padding-right: 0; } }
  .call-to-action--three .call-to-action__content-container.without-title .call-to-action__content {
    width: 70%; }
    @media (max-width: 61.9375em) {
      .call-to-action--three .call-to-action__content-container.without-title .call-to-action__content {
        width: 100%; } }
  .call-to-action--three .call-to-action__content-container.without-title .call-to-action__buttons {
    width: 30%; }
    @media (max-width: 47.9375em) {
      .call-to-action--three .call-to-action__content-container.without-title .call-to-action__buttons {
        width: 100%; } }
  .call-to-action--three .call-to-action__content-container h2 {
    width: 25%; }
    @media (max-width: 61.9375em) {
      .call-to-action--three .call-to-action__content-container h2 {
        width: 100%; } }
  .call-to-action--three .call-to-action__content-container .call-to-action__content {
    width: 45%; }
    @media (max-width: 61.9375em) {
      .call-to-action--three .call-to-action__content-container .call-to-action__content {
        width: 100%; } }
  .call-to-action--three .call-to-action__content-container .call-to-action__buttons {
    width: 30%; }
    @media (max-width: 61.9375em) {
      .call-to-action--three .call-to-action__content-container .call-to-action__buttons {
        margin: 0 auto; } }
    @media (max-width: 47.9375em) {
      .call-to-action--three .call-to-action__content-container .call-to-action__buttons {
        width: 100%; } }

.call-to-action__content-container {
  display: flex;
  flex-flow: row wrap;
  width: 100%; }
  .call-to-action__content-container p {
    margin-top: 0;
    padding: 0 1.5625em 0 0; }
    @media (max-width: 61.9375em) {
      .call-to-action__content-container p {
        padding-left: 0;
        padding-right: 0; } }

.call-to-action__buttons {
  align-self: flex-start;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%; }
  @media (max-width: 47.9375em) {
    .call-to-action__buttons {
      width: 100%; } }
  .call-to-action__buttons .button {
    font-size: 0.875em;
    margin: 0 0 0.9375em 0;
    text-align: center;
    width: 70%; }
    .call-to-action__buttons .button:first-child {
      margin-top: 0; }
    .call-to-action__buttons .button:last-child {
      margin-top: 0;
      margin-bottom: 0; }

.job-listing__controls {
  margin-bottom: 2.1875em; }
  .job-listing__controls .search-container {
    display: inline-block;
    margin-right: 1.25em;
    position: relative;
    width: 55%; }
    @media (max-width: 74.9375em) {
      .job-listing__controls .search-container {
        margin-bottom: 2.1875em;
        width: 100%; } }
    @media (max-width: 47.9375em) {
      .job-listing__controls .search-container {
        margin-bottom: 1.5625em;
        width: 100%; } }
    .job-listing__controls .search-container i {
      color: #00629b;
      left: 1.25em;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .job-listing__controls .search-container input {
      color: #00629b;
      text-indent: 1.875em;
      width: 100%;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700; }
      .job-listing__controls .search-container input::-webkit-input-placeholder {
        color: #00629b;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700; }
      .job-listing__controls .search-container input::-moz-placeholder {
        color: #00629b;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700; }
      .job-listing__controls .search-container input::-ms-input-placeholder {
        color: #00629b;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700; }
      .job-listing__controls .search-container input::placeholder {
        color: #00629b;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700; }
  .job-listing__controls .select-container {
    display: inline-block;
    margin-bottom: 0.71429em;
    position: relative;
    width: 20%; }
    @media (max-width: 74.9375em) {
      .job-listing__controls .select-container {
        width: 49%; } }
    @media (max-width: 47.9375em) {
      .job-listing__controls .select-container {
        width: 100%; } }
    .job-listing__controls .select-container:after {
      color: #00629b;
      content: '\f078';
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .job-listing__controls .select-container.locations-filter {
      margin-right: 1%; }
      @media (max-width: 47.9375em) {
        .job-listing__controls .select-container.locations-filter {
          margin-bottom: 0.71429em; } }
  .job-listing__controls .clear-filter-container {
    background-color: #f6f5f5;
    border: 1px solid #ebebeb;
    display: none;
    margin-right: 0.3125em;
    padding: 0.4375em 0.625em; }
    .job-listing__controls .clear-filter-container.visible {
      display: inline-block; }
    .job-listing__controls .clear-filter-container i {
      color: #00629b;
      cursor: pointer;
      margin-left: 0.625em; }
  .job-listing__controls #job-listing__filter-locations,
  .job-listing__controls #job-listing__filter-departments {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #e1e1e1;
    border-radius: 0%;
    color: #00629b;
    font-size: 0.875em;
    padding: 1.5em 0;
    position: relative;
    text-indent: 1.07143em;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }
  .job-listing__controls select::-ms-expand {
    display: none; }

#job-listing__list_filter {
  display: none; }

#job-listing__list_info {
  display: none; }

#job-listing__list thead th {
  cursor: pointer;
  position: relative;
  text-align: left; }
  #job-listing__list thead th:after {
    content: '\f0dc';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 15px; }
    @media (max-width: 47.9375em) {
      #job-listing__list thead th:after {
        right: 0; } }
  #job-listing__list thead th.sorting_asc:after {
    content: '\f0de'; }
  #job-listing__list thead th.sorting_desc:after {
    content: '\f0dd'; }

#job-listing__list tbody tr {
  border-bottom: 1px solid #ebebeb;
  min-height: 8.75em; }
  #job-listing__list tbody tr td {
    font-size: 1.25em;
    padding: 1.2em 2em 1.2em 0;
    vertical-align: top; }
    @media (max-width: 61.9375em) {
      #job-listing__list tbody tr td {
        padding-right: 2.5em; } }
    @media (max-width: 47.9375em) {
      #job-listing__list tbody tr td {
        font-size: 1.125em;
        padding-right: 1.11111em; } }
  #job-listing__list tbody tr .job-listing__list--title {
    color: #5bc2e7;
    width: 40%; }
  #job-listing__list tbody tr .job-listing__list--department {
    width: 30%; }
  #job-listing__list tbody tr .job-listing__list--location {
    width: 20%; }
    #job-listing__list tbody tr .job-listing__list--location i {
      margin-right: 0.3125em; }
  #job-listing__list tbody tr .job-listing__list--type {
    padding-right: 0;
    width: 10%; }
    @media (max-width: 61.9375em) {
      #job-listing__list tbody tr .job-listing__list--type {
        padding-right: 0; } }

.job-listing__no-jobs {
  display: none; }

.page-section--job-content .container {
  max-width: 63.75em; }

.page-section.page-section--page-title {
  /* margin-bottom: 4.5em; */
  margin-bottom: 25px;
}

.page-title .wysiwyg-content hr{width:20%;margin: 2em auto;border-top:#dfa840 5px solid}
.page-id-329777 .page-title .wysiwyg-content hr{display:none}

.page-title__content .job-page__job-team {
  color: #5bc2e7;
  margin: 0 0 0.27778em; }

.page-title__content .job-page__job-name {
  color: #464646;
  font-size: 2.5em;
  line-height: 1em;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

.page-title__content .job-page__job-location,
.page-title__content .job-page__job-type {
  padding: 0 0.625em; }
  .page-title__content .job-page__job-location i,
  .page-title__content .job-page__job-type i {
    margin-right: 0.4375em; }

.job-page__boilerplate--container {
  display: flex;
  flex-wrap: wrap;
  margin: 2.5em auto; }
  .job-page__boilerplate--container .job-page__boilerplate-section_intro {
    width: 100%; }
  .job-page__boilerplate--container .job-page__boilerplate-column {
    width: 100%; }
    .job-page__boilerplate--container .job-page__boilerplate-column ul {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2;
      list-style-position: inside;
      text-align: left; }

.job-page__listed-items {
  margin: 5em auto; }
  .job-page__listed-items .job-page__listed-items-item {
    margin-bottom: 2.1875em; }
    .job-page__listed-items .job-page__listed-items-item > :first-child {
      color: #153758;
      font-size: 2em;
      line-height: 1;
      margin-bottom: 0.45714em;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700; }
    .job-page__listed-items .job-page__listed-items-item li {
      margin: 0.625em 0; }
    @media all and (-ms-high-contrast: none) {
      .job-page__listed-items .job-page__listed-items-item li {
        padding-left: 0.625em; }
      .job-page__listed-items .job-page__listed-items-item *::-ms-backdrop,
      .job-page__listed-items .job-page__listed-items-item li {
        padding-left: 0.625em; } }

.content-with-image-promo__section-title {
  color: #9e9e9e;
  font-size: 2.5em;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300; }

.job-content__apply-share {
  display: inline-block;
  margin-top: 2.1875em; }
  .job-content__apply-share .share {
    display: inline-block;
    margin-left: 3.125em; }
    .job-content__apply-share .share > p {
      color: #000;
      display: inline-block;
      margin-right: 0.625em;
      text-transform: capitalize;
      font-family: 'RivalSansRegular';
      font-weight: 700; }
    .job-content__apply-share .share ul {
      display: inline;
      list-style: none;
      padding-bottom: 0;
      padding-left: 0;
      margin: 0; }
      .job-content__apply-share .share ul li {
        display: inline-block;
        margin-right: 0.9375em; }
      .job-content__apply-share .share ul i {
        color: #5bc2e7; }

.location-page__office-information {
  margin-bottom: 6.25em; }

.location-page__map-wrapper {
  height: 25em; }

.location-page__office-address {
  min-height: 10em; }
  @media (max-width: 47.9375em) {
    .location-page__office-address {
      min-height: 0; } }

.location-page__office-details-content {
  display: inline-block;
  position: relative; }

.location-page__icon {
  left: 100%;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .location-page__icon .icon {
    display: block;
    height: auto;
    width: 6.25em; }
    .location-page__icon .icon img {
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%; }

@media (max-width: 74.9375em) {
  .location-page__icon:first-child {
    margin-bottom: 1.25em;
    margin-top: -1.25em;
    position: static;
    padding: 0;
    -webkit-transform: none;
            transform: none; } }

@media (max-width: 47.9375em) {
  .location-page__icon:first-child {
    margin-top: -2.5em; } }

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

.service-page--service-line .page-section--page-title {
  margin-top: 0;
}

.service-page--service-offering .page-section--page-title {
  margin-top: 4.25em; margin-bottom: 0; }

/*.service-page--service-offering .service-page__intro {
  text-align: left; }*/

/*.service-page--service-offering .service-page__icon {
  float: left;
  margin-right: 1em;
  position: relative;
  top: -1.875em; }*/
  .service-page--service-offering .service-page__icon .icon {
    height: 6.25em;
    width: 6.25em; }

.service-page--service-offering .service-page__summary {
  clear: both; }
  .service-page--service-offering .service-page__summary h2 {
    color: #071739;
    font-size: 2.22222em;
    text-transform: capitalize;
    font-family: 'Altone-SemiBold';
    font-weight: 300; }
  .service-page--service-offering .service-page__summary ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    list-style-position: inside; }
.service-page__summary ul.two-columns-service{
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2;
      list-style-position: inside;
      text-align:left;
    margin-left: 10%
    }

@media (max-width: 35.9375em) {
  .service-page--service-offering .service-page__icon {
    float: none;
    top: 0; } }

.person-page__job-title {
  margin: -1.25em 0 2.5em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

.person-page__quotes {
  margin-top: 6.25em; }

.person-page__background {
  margin-bottom: 2.5em; }

.person-page__background-title {
  margin-bottom: 0; }

.person-page__details {
  overflow: hidden; }

.person-page__details-wysiwyg-content ul {
  padding-left: 1em; }

.person-page__certs,
.person-page__contact {
  float: left;
  width: 45%; }

  .person-page__certs.awards-exist,
  .person-page__awards {
    float: left;
    width: 30%;
  }

  /*.person-page__certs.awards-exist {
    margin-left: 5%; }*/

.person-page__contact {margin-left:5%}
.person-page__contact.awards-exist {margin-left:2%!important;width:33%}
.person-page__awards {margin-left:2.5%}

.person-page__certs + .person-page__contact {
  margin-left: 5%; }



@media (max-width: 61.9375em) {
  .person-page__certs,
  .person-page__contact,
  .person-page__awards,
  .person-page__contact.awards-exist,
  .person-page__certs.awards-exist {
    float: none;
    width: auto; }
  .person-page__certs + .person-page__contact,
  .person-page__contact + .person-page__awards,
  .person-page__certs.awards-exist + .person-page__contact.awards-exist {
      margin: 3.125em 0 0; } }

.person-page__contact .person-page__contact-methods {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }
  .person-page__details-wysiwyg-content ul{ padding-left: 0;}
  .person-page__contact .person-page__contact-methods li{ padding-left: 0;}
  .person-page__contact .person-page__contact-methods li:after{ display: none;}
.person-page__contact-method-icon {
  margin-right: 0.625em; }

.post-page .columned-content__section-intro p {
  font-size: 0.94444em;
  line-height: 1.52941em; }

.post-page .columned-content__content h4 {
  font-size: 1em; }

.post-page .columned-content__content p {
  font-size: 0.94444em;
  line-height: 1.52941em; }

.post-page .call-to-action__content-container h2 {
  font-size: 1.55556em; }

.post-page .call-to-action__content-container p {
  font-size: 0.77778em;
  line-height: 1.5em;
  padding: 0 1.78571em 0 0; }
  @media (max-width: 61.9375em) {
    .post-page .call-to-action__content-container p {
      padding-left: 0;
      padding-right: 0; } }

.post-page .callout-with-content__section-intro h2 {
  font-size: 1.5em; }

.post-page .callout-with-content--full .callout-with-content__content h2 {
  font-size: 1.5em; }

.post-page .callout-with-content--full .callout-with-content__content.container p {
  font-size: 0.94444em;
  line-height: 1.52941em; }

.post-page .callout-with-content--half .callout-with-content__content h2 {
  font-size: 1.5em; }

.post-page .callout-with-content--half .callout-with-content__content h3 {
  font-size: 1em;
  margin-bottom: 0.27778em; }

.post-page .callout-with-content--half .callout-with-content__content h4 {
  font-size: 1.33333em; }

.post-page .callout-with-content--half .callout-with-content__content p {
  font-size: 0.77778em;
  line-height: 1.5em; }

.post-page .callout-with-content--half .callout-with-content__surrounding-content h2 {
  font-size: 1.5em; }

.post-page .callout-with-content--half .callout-with-content__surrounding-content h4 {
  font-size: 1.05882em;
  margin-bottom: 0.27778em; }

.post-page .callout-with-content--half .callout-with-content__surrounding-content p,
.post-page .callout-with-content--half .callout-with-content__surrounding-content div  {
  font-family: 'RivalSansRegular';
  /* font-weight: 400; */
  font-size: 0.94444em;
  line-height: 1.52941em; }

.post-page .stat-with-content__stat p {
  font-size: 0.77778em;
  line-height: 1.5em; }

.post-page .stats-with-content__surrounding-content h4 {
  font-size: 1em; }

.post-page .stats-with-content__surrounding-content p {
  font-size: 0.94444em;
  line-height: 1.52941em; }

.post-page .wysiwyg-content h2 {
  font-size: 1.5em; }

.post-page .wysiwyg-content p {
  font-size: 0.94444em;
  line-height: 1.52941em;
  font-family: 'RivalSansRegular';
  color:#000;
 }

.post-page .wysiwyg-content li {
  font-size: 0.94444em;
  line-height: 1.52941em; }

.post-page .post-page__title {
  color: #32353a;
  font-size: 2.5em;
  line-height: 1em;
  margin-bottom: 0.575em;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

.post-page__subtitle {
  color: #00629b;
  font-size: 1.16667em;
  line-height: 1.28571em;
  margin: 0 auto;
  max-width: 48.57143em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: italic; }

.post-page__byline {
  margin-top: 0;
  margin-bottom: 42px !important;
  text-align: center; }

.post-page__author {
  display: inline-block;
  vertical-align: middle; }

.post-page__author + .post-page__author {
  margin-left: 1.25em; }

.post-page__author-photo {
  background-color: #f6f5f5;
  border-radius: 50%;
  display: inline-block;
  height: 4.375em;
  margin-right: 0.625em;
  overflow: hidden;
  width: 4.375em; }
  @media (max-width: 47.9375em) {
    .post-page__author-photo {
      margin-right: 0; } }

.post-page__author-name {
  line-height: 1;
  margin: 0.27778em 0; }

.post-page__byline-date {
  font-size: 0.77778em;
  line-height: 1;
  margin: 0.3125em 0 0; }

.page-section--related-content {
  margin-top: 0; }
  .page-section--related-content h2 {
    border-top: 1px solid #ebebeb;
    margin-top: 0;
    padding-top: 2.22222em; }
  .page-section--related-content .news-insights-list__list {
    justify-content: center; }

.page-section--post-taxonomies .news-insights-list__post,
.page-section--related-content .news-insights-list__post {
  margin-top: 0%; }

.page-section--post-taxonomies h2,
.page-section--related-content h2 {
  font-size: 1em;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Altone-SemiBold';
  font-weight: 700; }

.page-section--post-taxonomies {
  text-align: center; }
  .page-section--post-taxonomies a {
    margin-bottom: 0.3125em; }

.share-bar .container {
  background-color: #dadde6; }
  .share-bar .container .share {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 1.5625em 0; }
    .share-bar .container .share p {
      margin: 0;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700; }
    .share-bar .container .share ul {
      display: flex;
      list-style: none;
      margin: 0;
      padding: 0; }
      .share-bar .container .share ul li {
        margin: 0 0 0 1.25em; }
        .share-bar .container .share ul li:last-child {
          margin-right: 0; }

.search ul li a {
  color: #fff; }

.search .industries-list__list {
  text-align: left; }
  .search .industries-list__list .industries-list__industry-name {
    text-align: center; }

.search-header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }
  .search-header a {
    border: 1px solid #dadde6;
    color: #4c6382;
    padding: 0.625em 0.78125em; }
  @media only screen and (min-width:320px) and (max-width:800px){
    .search-header a {display:inline-block;margin-top:1em}
  }

.search_results--title {
  display: block;
  text-align: left; }

.search .people-list {
  text-align: left; }
  .search .people-list .people-listing__person {
    text-align: center; }
    .search .people-list .people-listing__person .people-list__person-title {
      display: none; }
    .search .people-list .people-listing__person.hide-load-more {
      display: none; }

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

.news-insights-list .search__load-more {
  margin-top: 0.625em; }

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

.hide-load-more {
  display: none; }

.facetwp-template {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.facet-dropdown-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: center;
  text-align: left;
  width: 100%; }
  @media (max-width: 47.9375em) {
    .facet-dropdown-container {
      flex-direction: column;
      width: 100%; } }
  .facet-dropdown-container .facet-search,
  .facet-dropdown-container .facet-dropdown {
    margin-bottom: 0;
    margin-right: 1.25em;
    position: relative;
    width: 15.9375em;
    z-index: 20; }
    @media (max-width: 47.9375em) {
      .facet-dropdown-container .facet-search,
      .facet-dropdown-container .facet-dropdown {
        margin: 0.625em 0;
        text-align: left;
        width: 100%; } }
    .facet-dropdown-container .facet-search select,
    .facet-dropdown-container .facet-dropdown select {
      display: none; }
    .facet-dropdown-container .facet-search:hover,
    .facet-dropdown-container .facet-dropdown:hover {
      z-index: 25; }
    .facet-dropdown-container .facet-search:last-child,
    .facet-dropdown-container .facet-dropdown:last-child {
      margin-right: 0; }
    .facet-dropdown-container .facet-search.hidden,
    .facet-dropdown-container .facet-dropdown.hidden {
      display: none; }
    /*.facetwp-facet-types .facetwp-checkbox:nth-of-type(6){display:none!important}*/
    .facet-dropdown-container .facet-search .label,
    .facet-dropdown-container .facet-dropdown .label {
      border-bottom: 1px solid #dadde6;
      border-left: 1px solid #dadde6;
      border-radius: 0%;
      border-right: 1px solid #dadde6;
      border-top: 1px solid #dadde6;
      box-sizing: border-box;
      color: #071739;
      font-size: 0.95em;
      line-height: 1;
      overflow: hidden;
      padding: 1.57143em 0.71429em;
      padding-left: 0;
      position: relative;
      text-indent: 1.07143em;
      width: 100%;
      z-index: 11;
      font-family: 'RivalSansBold';
      font-weight: 700; }
      .facet-dropdown-container .facet-search .label span,
      .facet-dropdown-container .facet-dropdown .label span {
        display: block;
        overflow: hidden;
        padding-right: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: calc(100% - 40px); }
      .facet-dropdown-container .facet-search .label:after,
      .facet-dropdown-container .facet-dropdown .label:after {
        color: #071739;
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .facet-dropdown-container .facet-search .dropdown-content,
    .facet-dropdown-container .facet-dropdown .dropdown-content {
      background: #ffffff;
      border: 1px solid #dadde6;
      border-radius: 0%;
      box-sizing: border-box;
      color: #071739;
      display: none;
      font-size: 0.95em;
      margin-top: -1px;
      padding: 1.42857em 0.71429em;
      position: absolute;
      width: calc(100% + 90px);
      z-index: 10;
      font-family: 'RivalSansRegular';
      font-weight: 400; }
      @media (max-width: 47.9375em) {
        .facet-dropdown-container .facet-search .dropdown-content,
        .facet-dropdown-container .facet-dropdown .dropdown-content {
          width: 100%; } }
      .facet-dropdown-container .facet-search .dropdown-content .facetwp-facet,
      .facet-dropdown-container .facet-dropdown .dropdown-content .facetwp-facet {
        margin-bottom: 0; }
    .facet-dropdown-container .facet-search .facetwp-facet .facetwp-counter,
    .facet-dropdown-container .facet-dropdown .facetwp-facet .facetwp-counter {
      display: none; }
    .facet-dropdown-container .facet-search .facetwp-facet .facetwp-depth,
    .facet-dropdown-container .facet-dropdown .facetwp-facet .facetwp-depth {
      margin-left: 30px; }
    .facet-dropdown-container .facet-search .facetwp-facet .facetwp-checkbox,
    .facet-dropdown-container .facet-dropdown .facetwp-facet .facetwp-checkbox {
      background: none;
      cursor: pointer;
      line-height: 1;
      margin-bottom: 10px;
      margin-left: 5px;
      padding-left: 30px;
      position: relative; }
      .facet-dropdown-container .facet-search .facetwp-facet .facetwp-checkbox .facetwp-expand,
      .facet-dropdown-container .facet-dropdown .facetwp-facet .facetwp-checkbox .facetwp-expand {
        background: #ffffff;
        display: inline-block;
        float: none;
        height: 16px;
        position: relative;
        text-align: center;
        width: 23px; }
        .facet-dropdown-container .facet-search .facetwp-facet .facetwp-checkbox .facetwp-expand:after,
        .facet-dropdown-container .facet-dropdown .facetwp-facet .facetwp-checkbox .facetwp-expand:after {
          background: #ffffff;
          color: #071739;
          content: "\f078";
          display: block;
          font-family: "Font Awesome 5 Free";
          font-weight: 600;
          height: 100%;
          left: 0;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 100%; }
      .facet-dropdown-container .facet-search .facetwp-facet .facetwp-checkbox.expanded .facetwp-expand:after,
      .facet-dropdown-container .facet-dropdown .facetwp-facet .facetwp-checkbox.expanded .facetwp-expand:after {
        content: "\f077"; }
      .facet-dropdown-container .facet-search .facetwp-facet .facetwp-checkbox.checked:before,
      .facet-dropdown-container .facet-dropdown .facetwp-facet .facetwp-checkbox.checked:before {
        color: #00629b;
        content: "\f14a";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        left: 0px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .facet-dropdown-container .facet-search .facetwp-facet .facetwp-checkbox:before,
      .facet-dropdown-container .facet-dropdown .facetwp-facet .facetwp-checkbox:before {
        color: #e1e1e1;
        content: "\f0c8";
        font-family: "Font Awesome 5 Free";
        font-size: 16px;
        font-weight: 400;
        left: 0px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .facet-dropdown-container .facet-search:hover,
    .facet-dropdown-container .facet-dropdown:hover {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
      cursor: pointer; }
      .facet-dropdown-container .facet-search:hover .label,
      .facet-dropdown-container .facet-dropdown:hover .label {
        border-bottom-color: #ffffff; }
        .facet-dropdown-container .facet-search:hover .label:after,
        .facet-dropdown-container .facet-dropdown:hover .label:after {
          content: "\f077"; }
      .facet-dropdown-container .facet-search:hover .dropdown-content,
      .facet-dropdown-container .facet-dropdown:hover .dropdown-content {
        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);
        display: block; }
  .facet-dropdown-container .facet-search {
    height: 60px;
    position: relative; }
    .facet-dropdown-container .facet-search input {
      background: #ffffff;
      border-bottom: 1px solid #dadde6;
      border-left: 1px solid #dadde6;
      border-radius: 0%;
      border-right: 1px solid #dadde6;
      border-top: 1px solid #dadde6;
      box-sizing: border-box;
      color: #071739;
      font-size: 0.95em;
      height: 65px;
      line-height: 1;
      padding: 1.07143em 0.71429em;
      padding-left: 0;
      position: relative;
      text-indent: 1.07143em;
      width: 100%;
      z-index: 11;
      font-family: 'RivalSansBold';
      font-weight: 700; }
      .facet-dropdown-container .facet-search input:focus {
        border: 1px solid #dadde6;
        outline: 0; }
      .facet-dropdown-container .facet-search input::-webkit-input-placeholder {
        color: #071739; }
      .facet-dropdown-container .facet-search input::-moz-placeholder {
        color: #071739; }
      .facet-dropdown-container .facet-search input::-ms-input-placeholder {
        color: #071739; }
      .facet-dropdown-container .facet-search input::placeholder {
        color: #071739; }
    .facet-dropdown-container .facet-search .facetwp-btn,
    .facet-dropdown-container .facet-search button {
      background: #ffffff;
      border: 0;
      color: #00629b;
      display: block;
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      font-weight: 900;
      height: 20px;
      opacity: 1;
      position: absolute;
      right: 15px;
      text-indent: none;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 20px;
      z-index: 12;
      -webkit-appearance: none; }
      .facet-dropdown-container .facet-search .facetwp-btn:before,
      .facet-dropdown-container .facet-search button:before {
        background: transparent;
        content: "\f002";
        font-style: normal; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .facet-dropdown-container .facet-search .facetwp-btn,
        .facet-dropdown-container .facet-search button {
          width: auto; } }
  .facet-dropdown-container .clear-search {
    cursor: pointer;
    display: none;
    text-align: center;
    width: 100%; }
    .facet-dropdown-container .clear-search.active {
      display: block; }
    .facet-dropdown-container .clear-search:hover {
      text-decoration: underline; }
.facet-dropdown-container .clear-search-insights {
      cursor: pointer;
      display: none;
      text-align: center;
      width: 100%; }
      .facet-dropdown-container .clear-search-insights.active {
        display: block; }
      .facet-dropdown-container .clear-search-insights:hover {
        text-decoration: underline; }

.facetwp-type-fselect.facetwp-facet {
  margin-bottom: 0;
  margin-right: 1.25em; }
  @media (max-width: 47.9375em) {
    .facetwp-type-fselect.facetwp-facet {
      margin: 0.625em 0; }
      .facetwp-type-fselect.facetwp-facet .fs-wrap.multiple {
        width: 100%; }
      .facetwp-type-fselect.facetwp-facet .fs-dropdown {
        width: 100%; } }
  .facetwp-type-fselect.facetwp-facet:last-child {
    margin-right: 0; }
  .facetwp-type-fselect.facetwp-facet .fs-wrap,
  .facetwp-type-fselect.facetwp-facet .fs-dropdown {
    width: 15.9375em; }
  .facetwp-type-fselect.facetwp-facet .fs-wrap.multiple .fs-label-wrap {
    border: 1px solid #e1e1e1;
    border-radius: 0%;
    box-sizing: border-box;
    color: #153758;
    font-size: 0.875em;
    position: relative;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }
    .facetwp-type-fselect.facetwp-facet .fs-wrap.multiple .fs-label-wrap:after {
      color: #00629b;
      content: "\f078";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .facetwp-type-fselect.facetwp-facet .fs-wrap.multiple .fs-label-wrap .fs-label {
      height: 100%;
      padding: 1.07143em 0.71429em;
      padding-left: 0;
      text-indent: 1.07143em; }
  .facetwp-type-fselect.facetwp-facet .fs-wrap.multiple .fs-arrow {
    display: none; }
  .facetwp-type-fselect.facetwp-facet .fs-wrap.multiple .fs-option {
    border-bottom: none;
    color: #153758;
    font-size: 0.875em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; }
    .facetwp-type-fselect.facetwp-facet .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
      background-color: #153758; }
    .facetwp-type-fselect.facetwp-facet .fs-wrap.multiple .fs-option .fs-checkbox i {
      border: 1px solid #ebebeb;
      border-radius: 5px; }
    .facetwp-type-fselect.facetwp-facet .fs-wrap.multiple .fs-option.d1 .fs-checkbox {
      left: 20px; }
    .facetwp-type-fselect.facetwp-facet .fs-wrap.multiple .fs-option .fs-option-label {
      white-space: normal;
      word-break: break-word; }

.fwp-load-more {
  border: none; }

/* global media specific */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .site-header__primary-vag-toggle,
  .site-header__primary-nav-background,
  .site-header__utility-nav-background,
  .site-header__primary-nav-toggle,
  .site-header__primary-nav,
  .site-header__utility-nav,
  .site-header__sticky-nav,
  .site-header__mobile-nav {
    display: none; }
  .site-footer {
    display: none; }
  button,
  .button {
    display: none; }
  .contact-form {
    display: none; } }

/* ------------------ New Css Changes --------------- */
/* .services-list--style-condensed .services-list__service{width: 24%;} */
.services-list--style-condensed .services-list__service .services-list__icon{display: flex; align-items: center;  justify-content: center;}
.services-list--style-condensed .services-list__service .size{     padding-bottom: 0; width: 145px;}
.single-services .wysiwyg-content ul li a{}
.single-services .wysiwyg-content ul li a:hover{color: #5bc2e7;text-decoration: underline;}

.site-header__primary-nav .sub-menu > .menu-item > .sub-menu > .menu-item{ text-transform:none;}
.locations-list__map-marker-major-icon {
    background-image: url(http://riveron.singlestaging.com/wp-content/uploads/2020/06/ÉÁµç×ÊÔ´Íø-R-new.png) !important;
}

.page-section.page-section--services-list {margin-top: -3em !important;}
.page-id-14 .page-section.page-section--services-list{background-color:#dadde6;}
.page-section.page-section--blocks {margin-top: -1.2em;}
.page-section.page-section--locations-list {margin-top: -1.5em;}
.page-section.page-section--quotes {margin-top: 6em;}
.page-section.page-section--full-width-media { margin-top: 2em;}
.page-section.page-section--people-list {margin-bottom: -2em;}
.news-insights-list__section-intro {margin-bottom: 1.5em;}
.page-section.services-list--style-condensed {margin-top: 30px !important;}
.services-list__section-intro {margin-bottom: 1em;}
.revSliderwrap {margin-bottom: -70px;}
.page-section--page-title + .page-section--basic-content {margin-top: -1.5em; }
.single-industries .page-section.page-section--page-title {margin: 25px 0;}

/*------------ Oracle Netsuite Page -------------*/
.page-id-31972 li.no-list-bullet:after{display:none}


@media only screen and (min-width:1200px){
  .locations-list__location{ width: 30%; padding: 15px; box-sizing:border-box; margin: 0 1% 2%;}
  .locations-list__location-name{ font-size: 22px;}
  .locations-list__location-details{margin-left: 10.25em;}
  .services-list--style-condensed .services-list__service{ width: 12%;}
  /* .services-list--style-condensed .services-list__service{width: 24%;} */
  .services-list--style-condensed .services-list__service .services-list__service-title{font-size: 16px ;}

  .site-header__primary-nav .sub-menu > .menu-item > .sub-menu > .menu-item{padding-top: 12px;}

  .locations-list__map{transform: scale(0.8);}
  .locations-list__map-marker-title{    left: calc(70% - 45px);    transform: scale(1.3);  transform-origin: 400% 0;}
  .site-header__primary-nav > .menu > .menu-item.icons .sub-menu > .menu-item > a{ font-size: 17px;}
  .site-header__primary-nav .sub-menu > .menu-item{ font-weight: 400;}
  .site-header__primary-nav .sub-menu > .menu-item{ padding-top:10px;}
  .locations-list__section-intro{ margin-bottom: -40px !important; max-width: 55em; margin: 0 auto;}
  .locations-list__list{ margin-top:0 !important;}
}
@media only screen and (min-width:2000px){
  .site-header__primary-nav .sub-menu > .menu-item{ padding-top:1.25em;}
}

/* ------------- test Css for SVG ------------ */
.services-list__service svg#etkomuamn2l1{
  max-width: 108px;
  height: auto;
  width: 100%;
}
.service-page__icon svg#etkomuamn2l1{
  max-width:150px;
  height: auto;
  width: 100%;
}
.service-page--service-offering .service-page__icon svg#etkomuamn2l1{
  border: 5px solid #ff671f;
  max-width:80px;
  padding: 10px;
  height: auto;
  width: 100%;
  border-radius: 50%;
}
.services-list__service svg:hover #ewzu5r0uru57,
.services-list__service svg:hover path,
.service-page__icon svg:hover #ewzu5r0uru57,
.service-page__icon svg:hover path,
.service-page--service-offering .service-page__icon svg#etkomuamn2l1 path{ fill:#ff671f;  }
.service-page--service-offering .service-page__icon svg#etkomuamn2l1:hover path{fill: #004e8b;}
.service-page--service-offering .service-page__icon svg#etkomuamn2l1:hover{ border-color: #004e8b;}
#e7irhupur6f71:hover #e7irhupur6f76{ fill: #ffe8dd;}



#eug2n2s5fkr1{
  width: 100px;
  height: auto;
}
#ehodmb8noh581{
  width: 118px;
  height: auto;
}
#e7irhupur6f71{
  width: 110px;
  height: auto;
}
#euciijihqz11{
  width: 110px;
  height: auto;
}
#ef7gkrrmfpad1{
  width: 116px;
  height: auto;
}
body .grapani{
  width: 107px;
}
body .size{ width: 152px;}
.services-list__service{margin-bottom: 1.25em;}
li .services-list__icon{
  height: 110px;
  display: block;
  overflow: hidden;
  min-height: inherit !important;
}
.services-list--style-featured .services-list__service:last-child .services-list__icon{ margin-top: 0 !important;}
.services-list--style-featured .services-list__service:nth-child(7) .services-list__icon{margin-top: 0 !important;}


/* ------------- industries ------------ */
body.single-industries li .services-list__icon{    height: 92px;}
.single-industries .bonyAni{transform: scale(1.05);}
/* .single-industries .services-list__service svg#etkomuamn2l1{max-width: 105px;} */
body.single-industries .grapani{    width: 105px;}
body.single-industries #ef7gkrrmfpad1{ width: 78px;}
body.single-industries #euciijihqz11{ width: 76px;}
body.single-industries #ehodmb8noh581{ width:82px;}
body.single-industries svg#etkomuamn2l1{ max-width: 76px;}
body.single-industries svg#eug2n2s5fkr1{ max-width: 77px;}
body.single-industries .grapani{width: 78px;}

body.single-industries #e7irhupur6f71{    width: 78px;}
body.single-industries .services-list__service .size{    width: 96px;}
body.single-industries .services-list__service-title{    font-weight: 500;}
body.single-industries .services-list__service{ margin-bottom: 25px;}


/* .industries-list--style-condensed .industries-list__industry-name{ font-size: 15px; color: #000; font-weight: 500;}
.industries-list__industry a:hover .industries-list__industry-name{ color: #5bc2e7;}
.industries-list__industry:nth-child(odd) .industries-list__industry-visual:before{
  -webkit-transform: skewY(80deg);
    transform: skewY(80deg);
}
.industries-list__industry:nth-child(odd) .industries-list__industry-visual:after{
  -webkit-transform: skewY(-80deg);
  transform: skewY(-80deg);
}
.industries-list__industry:nth-child(even) .industries-list__industry-visual:before{
  -webkit-transform: skewY(-80deg);
  transform: skewY(-80deg);
}
.industries-list__industry:nth-child(even) .industries-list__industry-visual:after{
  -webkit-transform: skewY(80deg);
  transform: skewY(80deg);
} */



/* ------------==============================-----------------------------
    ---------  Site CUSTOMIZE CSS    -------------------------
    ---------------================================-------------------------- */
    .site-header__primary-nav .sub-menu > .menu-item{ line-height: 25px;  min-height: auto;}
    .site-header__utility-nav-background { overflow: visible;}
    .site-header__utility-nav-background > a{
      position: absolute;
      right: 98%;
      display: inline-block;
      width: 200px;
      line-height: 50px;
      background: #5cc2e7;
      text-align: center;
      transform: skew(24deg, 0deg);
      -moz-transform: skew(24deg, 0deg);
      -webkit-transform: skew(24deg, 0deg);
      -ms-transform: skew(24deg, 0deg);
      color: #FFF;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
     }
     .site-header__utility-nav-background > a:hover{ background: #00629b; text-decoration: none;}
     .site-header__utility-nav-background > a span{
      transform: skew(-24deg, 0deg);
      -moz-transform: skew(-24deg, 0deg);
      -webkit-transform: skew(-24deg, 0deg);
      -ms-transform: skew(-24deg, 0deg);
      display: inline-block;
     }

     .wysiwyg-content li{  margin-bottom: 6px;}


     .threeClumnsec{
      background-color: #dadde6;
      padding: 30px 0 60px 0;
     }
     .threeClumnsec h3.news-insights-list__post-title{
      font-size: 26px;
      color: #071739;
      font-weight: 500;
      font-family: 'Altone-Regular';
      text-transform: none;
     }
     .threeClumnsec .news-insights-list__post{ position: relative; overflow: visible;background-color:#dadde6}
     .threeClumnsec .news-insights-list__post:after{ content:""; position: absolute; width: 1px; height: 100%; background: #dfa840; left: -13px; top: 0;}
     .page-id-2 .threeClumnsec .news-insights-list__post:after{background: #dfa840;}
     .threeClumnsec .news-insights-list__post:first-child:after{ display: none;}


     .hubsportSubscription{
      max-width: 450px;
      box-sizing: border-box;
      padding: 10px 12px 15px 12px;
      background: rgba(160, 212, 243, 0.2);
      position: relative;
      margin-bottom: 40px;
     }
     .hubsportSubscription form{
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      flex-wrap: wrap;
     }
     .hubsportSubscription .hs_email{    width: 69%;}
     .hubsportSubscription .hs_submit{ width: 30%;}
     .hubsportSubscription .hs_email > label{ color: #FFF; font-size: 20px; font-weight: 600; padding-bottom: 5px;}
     .hubsportSubscription .hs_email input[type="email"]{
      padding: 4px 12px;
      height: 44px;
      box-sizing: border-box;
      font-size: 15px;
      color: #000;
      margin: 0;
     }
     .hubsportSubscription .hs_email input[type="email"]:focus,
     .hubsportSubscription .hs_submit input[type="submit"]:focus{ border: 0; outline: none;}
     .hubsportSubscription .hs_submit input[type="submit"]{
      background: #5bc2e7;
      font-size: 15px;
      color: #FFF;
      border: 0;
      padding: 0;
      text-align: center;
      width: 100% !important;
      line-height: 44px;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 1px;
      margin: 0;
     }
     .hubsportSubscription .hs_submit input[type="submit"]:hover{ background-color: #153758; color: #5bc2e7;}
     .hubsportSubscription .hs_email ul.inputs-list{
      width: 100%;
      position: absolute;
      top: 88%;
      left: 0;
      padding: 0;
      z-index: 100;
      list-style-type: none;
     }
     .hubsportSubscription .hs_email ul.inputs-list li label{
      font-size: 14px;
      color: #ffd0a7;
     }
     .hubsportSubscription .hs_error_rollup{ display: none;}
     .hubsportSubscription .submitted-message p{
      font-size: 20px;
      margin: 0;
      font-weight: 600;
      color: #FFF;
      margin:0;
     }

     /* new wiget */
.page-section--department_info_career{ padding:30px 0 50px; background: #dadde6;}

.department_info_career--contentbox{ display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: -20px}
.page-section--department_info_career .wysiwyg-content{ text-align: center;    margin: 20px 0 0;}
.department_info_career--contentbox > aside{ width: 30%; box-sizing: border-box; padding: 30px 20px; background: #FFF;  cursor: pointer;
  box-shadow: 1px 2px 15px #cac9c9; text-align: center; margin:25px 0; padding-bottom: 70px; position: relative;}
  .department_info_career--contentbox > aside > a{
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin: 0 auto;
    margin-left: -80px;
  }

  .department_info_career--contentbox h2{
    padding-bottom: 14px;
    margin-bottom: 30px;
    position: relative;
    color: #071739;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
  }
  .department_info_career--contentbox h2:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 3px;
    background: #dfa840;
    left: 50%;
    top: 100%;
    margin-left: -75px;
}
.department_info_career--contentbox > aside:hover{}
.department_info_career--contentbox.makeBlur > aside{opacity: 0.4; transform: scale(1); filter: blur(2px); -moz-filter: blur(2px); -webkit-filter: blur(2px); transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;}
.card-list__cards.makeBlur > div,
/*.card-list__cards > div.card-list__card--active,*/
.card-list__cards.makeBlur > div.active.card-list__card--active {opacity: 0.4; transform: scale(1); filter: blur(1.6px); -moz-filter: blur(1.6px); -webkit-filter: blur(1.6px); transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;}
.card-list__cards.makeBlur > div.active.card-list__card--active{ cursor: not-allowed;}
.department_info_career--contentbox.makeBlur > aside.active{ opacity: 1; transform: scale(1); transition-delay: 0ms, 0ms; filter: blur(0); -moz-filter: blur(0); -webkit-filter: blur(0);}
.card-list__cards.makeBlur > div.active{ opacity: 1; transform: scale(1); transition-delay: 0ms, 0ms; filter: blur(0); -moz-filter: blur(0); -webkit-filter: blur(0);}

.services-list--style-featured ul.services-list__services.makeBlur > li{opacity: 0.6; transform: scale(1); transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;}
.services-list--style-featured ul.services-list__services.makeBlur >  li.active{ opacity: 1; transform: scale(1); transition-delay: 0ms, 0ms; box-shadow: 5px 2px 12px #adaaaa;}





.card-list__card-content:hover, .featured-job-listing__job-content:hover{ background: linear-gradient(66deg, #f6f5f5 65%, #f1f1f1 65%);}
.card-list__card--has-back .card-list__card-content .card-list__card-back, .card-list__card--has-back .featured-job-listing__job-content .card-list__card-back{opacity: 1;
  display: block;  position: static; padding: 0 !important;}
  .card-list--cnt-9 .card-list__card-front, .card-list__card--active .card-list__arrow-up{ display: none;}
  .card-list__card--has-back .card-list__card-content:hover .card-list__card-back, .card-list__card--has-back .featured-job-listing__job-content:hover .card-list__card-back{ padding: 0;}
  .card-list--cnt-9 .card-list__card-back{ padding: 0;}
/* -------- */
.services-list--style-featured .services-list__service{ text-align: left;}
.services-list--style-featured .services-list__service p{ color: #000;}
.services-list--style-featured .services-list__service-title{ font-weight: 500;    font-size: 18px;text-transform: capitalize;color:#071739}
.services-list--style-featured a:hover{ text-decoration: none;color:#fff}
.services-list--style-featured li:hover span{color:#fff}
.services-list--style-featured li:hover p{color:#fff}
.services-list--style-featured .services-list__service{ width: 22%; margin-right:2%;padding: 12px 20px 0 20px;background-color:#fff}
.services-list--style-featured .container{    max-width: 86.5em;}
.services-list--style-featured li .services-list__icon{    min-height: auto !important; }
/* .services-list--style-featured .services-list__service:nth-child(7) .services-list__icon{min-height: 145px !important; padding-top: 23px; box-sizing: border-box;} */
.services-list--style-featured li .services-list__icon img,
.services-list--style-featured li .services-list__icon svg{
  max-width: 100px;
  height: auto;
  margin-left: 0;
}
.single-industries .services-list__icon img{max-width: 120px;height: auto;}



/* accordion */
.page-section--location_accordion{ padding: 35px 0;}
.page-section--location_accordion .container{ }
.page-section--location_accordion .accRowWrap{
  width: 30%;
  /* background: #f6f5f5; */
  box-sizing: border-box;
  padding: 0;
  margin: 35px 1.5% 0 1.5%;
  /* border-bottom: 8px solid #ff671f; */
  display: inline-block;
  /* flex-wrap: wrap; */
  vertical-align: top;
 }
 .page-section--location_accordion .accRowWrap .accRow{     margin-top: 25px; border-bottom: 4px solid #379190;}
.page-section--location_accordion .accRow__description{ display: flex; justify-content: space-between; flex-wrap: wrap; padding: 25px; display: none;     background: #dadde6;}
.page-section--location_accordion .accRow__description > aside{ width: 98%; padding: 12px 0;}
.page-section--location_accordion .accRow__description > aside strong{ color:#5bc2e7; display: inline-block; padding-bottom: 8px;}
.page-section--location_accordion .accRow__heading{display: flex; align-items: center; padding: 15px; background: #dadde6; position: relative; cursor: pointer;}
.page-section--location_accordion .accRow__heading h3{color:#071739; font-family: 'Altone-Regular';font-size: 1.5em;font-weight: 500;
  line-height: 1.25em;   text-transform: capitalize;}
.accRow__heading-img{width: 5.5em; display: none;}
.page-section--location_accordion .accRow__heading svg,
.page-section--location_accordion .accRow__heading img{ width: 65%; height: auto;}

.page-section--location_accordion .accRow__heading::after{
  color: #071739;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}
/* .page-section--location_accordion .accRow.active .accRow__description{ display: block;} */
.page-section--location_accordion .accRow.active .accRow__heading::after{    content: "\f077";}

.page-section--join_our_team{ text-align: center;}
.page-section--join_our_team h2{
 color: #071739;
 font-size: 2em;
 line-height: 1;
 font-family: 'Altone-SemiBold';
 font-weight: 700;
 margin-bottom: 10px;
}
.page-section--join_our_team a.button{
  margin-top: 15px;
  padding: 20px 80px 20px 34px;
  font-size: 19px;
  position: relative;
  overflow: hidden;
}
.page-section--join_our_team a.button svg{
  width: 81px;
  display: inline;
  position: absolute;
  right: 0;
  top: 4px;
}
.cls-1,.cls-2{fill:none;stroke:#FFF;stroke-miterlimit:10;stroke-width:5px;}.cls-2{stroke-linecap:round;}
.page-section--join_our_team a.button:hover .cls-1,
.page-section--join_our_team a.button:hover.cls-2{stroke:#5bc2e7;}

/*
.page-id-9055 .threeClumnsec{ background: none;}
.page-id-9055 .threeClumnsec .news-insights-list__post:after,
.page-id-9055 .news-insights-list__post p{ display: none;}
.page-id-9055 .news-insights-list__post{background-color: #FFF; box-shadow: 1px 2px 15px #e2e2e2; text-align: center; }
.page-id-9055 .threeClumnsec h3.news-insights-list__post-title{ padding-bottom: 14px; margin-bottom: 30px; position: relative; color: #16649d;     text-transform: uppercase;
  font-size: 20px;font-weight: 700;}
.page-id-9055 .threeClumnsec h3.news-insights-list__post-title:after{ content: ""; position: absolute; width: 150px; height: 3px; background: #5bc2e7; left: 50%; top: 100%; margin-left: -75px;}
.page-id-9055 .news-insights-list__list .news-insights-list__post-details{    padding: 2.25em 1.875em;} */


#filterClick{ margin: 0;}
.wysiwyg-content .button.riveron{ background: #f5f0f0; color: #000;}
.wysiwyg-content .button.conway{ margin: 0;background: #f5f0f0; color: #000;}
.wysiwyg-content .button.riveron.active,
.wysiwyg-content .button.conway.active{background-color: #5bc2e7;    color: #fff;}


.people-list--cta .people-list__person-details{
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.people-list--cta .people-list__person-title, .people-list--cta .people-list__person-location{ width: 100%;}
.people-list--cta .people-list__person-details .people-list__more{ order: 3; margin-top: 10px;}
.people-list--cta .people-list__person-details .people-list__more:before{
  content: "READ BIO";
  font-size: 16px;
  font-family: 'Altone-SemiBold';
  font-weight:600;
  color: #379190;
  vertical-align: top;
  padding-top: 5px;
  display: inline-block;
}


/* ---offering Overright Css */
.card-list__card-content:before, .featured-job-listing__job-content:before,
.card-list__card-content:after, .featured-job-listing__job-content:after,
.card-list__card-front > i{ display: none;}
.card-list__card--linked .card-list__card-content, .card-list__card--linked .featured-job-listing__job-content{ height: 100px !important; padding: 18px; display: flex; align-items: center; box-shadow: 1px 1px 9px #e6e6e6;}
.card-list__card--has-back .card-list__card-content:hover .card-list__card-back, .card-list__card--has-back .featured-job-listing__job-content:hover .card-list__card-back{     padding: 18px;}
.card-list__more{ display: none !important;}
.split-content__content-sections{ background: #FFF;}


.page-section--card-list{padding: 50px 0 70px 0; background: #dadde6;}
.card-list__card--linked .card-list__card-content, .card-list__card--linked .featured-job-listing__job-content{
  background: #FFF;
    cursor: pointer;
    box-shadow: 1px 2px 15px #cac9c9;
}
.card-list__card--linked .card-list__card-content, .card-list__card--linked .featured-job-listing__job-content{color: #071739;}
.card-list__card--linked .card-list__card-content:hover, .card-list__card--linked .featured-job-listing__job-content:hover{color:#fff}
.search-results .card-list__card--linked .card-list__card-content:hover, .search-results  .card-list__card--linked .featured-job-listing__job-content:hover{color:#071739}
.page-section--card-list .card-list__cards{padding: 0 10px;}
.card-list__section-intro {margin-bottom: 1.5em;}

#filterClick{ display: none;}
.facet-dropdown-container .facet-search{
  height: 60px;
  position: relative;
  max-width: 338px;
  order: 1;
  margin-top: 0;
  width: 15.9375em;
}

.facet-dropdown-container .facet-search .facetwp-input-wrap{width:100%}

.locations-list__list{
  display:none!important;
}
.full-width-media{    max-height: 20.375em;}

.page-section--locations-list{ margin-bottom: 0;}
.page-section--location_accordion{ margin-top: -7em;}
/* #label-email-4231efc4-4947-4b5a-a9e1-328e445f493f{font-family: 'BrandonGrotesque-Medium' !important;} */

.site-header__primary-nav > .menu > .menu-item.icons .sub-menu > .menu-item > .icon{ display: none;}
.news-insights-list__list .news-insights-list__post-details.centerAll--cnt{ text-align: center;}


.call-to-action.twoclumnImag{ background: #f6f5f5;}
.call-to-action.twoclumnImag .container:before,
.call-to-action.twoclumnImag .container:after{background: #f6f5f5;}

.service-page__icon.aaaaa img{ max-width: 170px; height: auto;}
.news-insights-list__post-summary p, .facetwp-checkbox{ font-weight: 500;}


.page-section--department_info_career .container > h2 {
  color: #071739;
  font-size: 2.22222em;
  text-transform: capitalize;
  font-family: 'Altone-SemiBold';
  font-weight: 300;
  text-align: center;
}

/* ------- Media mention -------- */
.meidaWrap{ padding: 70px 0;}
.meidaWrap h2{
  text-align: center;
  color: #071739;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
}
p.meidaWrap__shrtTxt {text-align: center; font-size: 1.125em; line-height: 2em; max-width: 63.75em; margin: 0 auto;}
.meidaWrap__articals.top aside p { color: #000 !important; text-transform: capitalize !important; font-size: 20px !important;    font-weight: 500;}
.meidaWrap__articals.top { border-bottom: 1px solid #d1d1d1;}

.meidaWrap__articals{ padding-top: 0;}
.meidaWrap__articals > div{  padding: 10px 0; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; width: 100%;}
.meidaWrap__articals > div.aricl{border-bottom: 1px solid #d1d1d1;}
.meidaWrap__articals > div .aricl__date{
    width: 22%;
    text-align: left;
    font-size: 19px;
    text-transform: uppercase;
    color: #464646;
    font-weight: 500;
}
.meidaWrap__articals > div a{ color: #4c6382;}
.meidaWrap__articals > div a:hover{ text-decoration: underline;color: #405877;}
.meidaWrap__articals > div .aricl__dates{width: 15%;}
.meidaWrap__articals > div .aricl__dtls{
  width: 40%;
  padding-right: 3%;
  /* width: calc(100% - 440px); */
}
.meidaWrap__articals > div .aricl__athor{width:20%; }

.meidaWrap__articals > div:first-child{ border-top: 0;}
.meidaWrap__articals > div .aricl__dtls p,
.meidaWrap__articals > div .aricl__athor p{ font-size: 20px; }
.meidaWidget{ background: #5cb4db; padding:150px 0 220px ; position: relative; overflow: hidden;}
.meidaWidget + footer.site-footer{ margin-top:0;}
.meidaWidget h2{ color: #071739;     font-weight: 600;font-size: 3em; line-height: normal; text-align: center; margin: 0; padding-bottom: 0;}
.meidaWidget .container{ max-width: 700px;}
.meidaWrap__articals > div .aricl__date { font-weight: 700;}

/* .meidaWidget__slider{ position: relative;}
.meidaWidget__slider .aricl p{
  font-size: 23px;
  color: #FFF;
  margin-bottom: 0;
  font-weight: 300;
}
.meidaWidget__slider  .aricl a{color: #FFF;font-size: 23px; font-weight: 300; text-decoration: underline;}
.meidaWidget__slider  .aricl i{ font-size: 14px; color: #FFF; padding-top: 15px;    display: inline-block; font-style: normal;}
.meidaWidget__slider .arrow{ position: absolute; top: 100%; left: 50%; color: #FFF; margin-top: 50px; cursor: pointer;}
.meidaWidget__slider .aricl:focus{ outline: none;}
.meidaWidget__slider .arrow.arrow--right{    margin-left: 30px;}
.meidaWidget__slider .arrow.arrow--left{    margin-left: -30px;}
section.meidaWidget:after {
  content: "";
  width: 105%;
  height: 108px;
  position: absolute;
  left: -5px;
  top: -100px;
  background: #FFF;
  transform: rotate(3deg);
  transform-origin: left center;
}
.meidaWidget__slider .arrow--left{background-image: url(/wp-content/themes/riveron/assets/images/arrow-leftw.png);}
.meidaWidget__slider .arrow--right {background-image: url(/wp-content/themes/riveron/assets/images/arrow-rightw.png);} */

/* filter css */
.filterWrap{ padding: 50px 0; position: relative; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.filterWrap > div{
    margin-bottom: 0;
    margin-right: 1.25em;
    position: relative;
    width: 15.9375em;
    z-index: 20;
}
.filterWrap .selectdName{
  border-bottom: 1px solid #dadde6;
    border-left: 1px solid #dadde6;
    border-radius: 0%;
    border-right: 1px solid #dadde6;
    border-top: 1px solid #dadde6;
    box-sizing: border-box;
    color: #071739;
    font-size: 0.95em;
    line-height: 1;
    overflow: hidden;
    padding: 1.57143em 0.71429em;
    padding-left: 0;
    position: relative;
    text-indent: 1.07143em;
    width: 100%;
    z-index: 101;
    font-family: 'RivalSansBold';
    font-weight: 700;
    background: #FFF;
}
.filterWrap .selectdName span {
  display: block;
  overflow: hidden;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 40px);
}

.filterWrap .selectdName:after {
  color: #071739;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.filterWrap .filterWrap__ddwrpCt,
.filterWrap .filterWrap__ddwrpInd {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0%;
  box-sizing: border-box;
  color: #071739;
  display: none;
  font-size: 0.95em;
  margin-top: -1px;
  padding: 1.42857em 0.71429em;
  position: absolute;
  width: calc(100% + 90px);
  z-index: 100;
  font-family: 'RivalSansRegular';
  font-weight: 400;
}
.filterWrap > div:hover .filterWrap__ddwrpCt,
.filterWrap > div:hover .filterWrap__ddwrpInd{ display: block;     box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15);}
.filterWrap > div:hover .selectdName{ border-bottom: 1px solid transparent;}
.filterWrap > div:hover .selectdName:after{content: "\f077";}


.filterWrap .flt-checkbox{
  background: none;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 10px;
  margin-left: 5px;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
}
.filterWrap .flt-checkbox.checked:before{
  color: #00629b;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.filterWrap  .flt-checkbox:before{
  color: #e1e1e1;
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 400;
  left: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.meidaWrap .clear-search2 { display: none; cursor: pointer;}
.meidaWrap .clear-search2.active{ display: inline-block;    position: relative; z-index: 1;}
.meidaWrap .clear-search2{width: 100%; text-align: center;}
.meidaWrap .clear-search2 > p{display: inline-block; width: 150px;}


/* ------  MM PEGINATION --------- */
.meidaWrap__articals > div.mmPegination{ display: block; padding: 50px 0 30px; text-align: center;}
.meidaWrap__articals > div.mmPegination > span,
.meidaWrap__articals > div.mmPegination > a{ min-width: 40px; height: 40px; font-size: 16px; color: #FFF; background: #5cc2e7; display: inline-block; margin: 0 3px; line-height: 40px; text-decoration: none;}
.meidaWrap__articals > div.mmPegination > span{ background: #00629b;}
.meidaWrap__articals > div.mmPegination > a.next,
.meidaWrap__articals > div.mmPegination > a.prev{ padding: 0 8px;}
.meidaWrap__articals > div.mmPegination > a:hover{background: #00629b;}


.meidaWrap h1{
    color: #071739;
    font-size: 3.7em;
    line-height: normal;
    text-transform: capitalize;
    font-family: 'Altone-Regular';
    font-weight: 700;
    text-align: center;
}

.meidaWrap hr{
  width: 20%;
  margin: 2em auto;
  border-top: #dfa840 5px solid;
}


.page-template-template-mediamentions .meidaWrap h1 {margin-top: -10px; margin-bottom: 5px;}

.twitter-feed__tweet-text i{
    color: #ffffff;
    margin-top: 2.14286em;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}


.full-width-media.full-width-media--video {
  max-height: 50.375em;
}
.single-post h1.post-page__title{
  font-family: 'Altone-Regular' !important;
    font-weight: 800;
}
.single-passle-post h1.post-page__title{
  font-family: 'Altone-Regular' !important;
    font-weight: 800;
}

.downloadButton{ text-align: center; padding: 50px 0 20px;     background: #f5f5f5;}
.downloadButton a{
  display: inline-block;
  padding: 15px 25px;
  font-size: 30px;
  color: #153758;
  /* line-height: 45px; */
  /* display: flex; */
  align-items: center;
  /* border: 1px solid #5bc2e7; */
  /* border-radius: 5px; */
  /* background: #5bc2e7; */
  max-width: 196px;
  /* justify-content: center; */
  margin: 0 auto;
  text-decoration: none;
  text-transform: uppercase;
}
.downloadButton.shortcodeDwnld{ padding:0; background: inherit;}
.downloadButton svg{
  width: 190px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -95px;
}
.downloadButton a > span{
    width: 100%;
    display: inline-block;
    position: relative;
    height: 82px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #145f9b;
    overflow: hidden;
}
.downloadButton a > span + span{    height: auto;}
.downloadButton a svg{    width: 127px;     margin-left: -65px;}
.downloadButton a .cls-1, .downloadButton a .cls-2{    stroke: #145f9b;}
/* .downloadButton a:hover{ color: #ffffff;  background: #153758; border-color: #153758;}
.downloadButton a:hover .cls-1, .downloadButton a:hover .cls-2{    stroke: #153758;} */
.downloadButton h3{
    font-size: 1.66667em;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Altone-Regular';
    font-weight: 400;
    margin: 0;
}
.downloadButton p{font-size: 1.125em;   line-height: 2em; margin-bottom: 35px;}




/* ----- Fliexable Column ----------- */

.flexibleClumnWrap{ background: #FFF; margin: 0;}
.flexibleClumnWrap .news-insights-list__post{background-color:inherit;}
.flexibleClumnWrap.centerCntn{ text-align: center;     padding: 60px 0;}
.flexibleClumnWrap.twoClumnsec .news-insights-list__post{ width: 47.5%;}
.flexibleClumnWrap.twoClumnsec .news-insights-list__post:after{
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #d2d2d2;
  left: 0;
  top: 0;
}
.flexibleClumnWrap.twoClumnsec .news-insights-list__post:first-child:after{ display: none;}
.flexibleClumnWrap.fullClmnrow .news-insights-list__post{ width: 100%; padding: 0; margin: 15px 0; background: #dadde6!important;}
.flexibleClumnWrap.fullClmnrow .news-insights-list__post .news-insights-list__post-details{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; padding: 35px 15px;}
.flexibleClumnWrap.fullClmnrow .news-insights-list__post figure{ width: 150px;    text-align: center; }
.flexibleClumnWrap.fullClmnrow .news-insights-list__post figure img{ max-width: 120px; height: auto;}
.flexibleClumnWrap.fullClmnrow .news-insights-list__post figure + div{ width: calc(100% - 180px);}
.flexibleClumnWrap.fullClmnrow{ margin: 15px 0;background: #dadde6!important;}
.flexibleClumnWrap.twoClumnsec h3.news-insights-list__post-title,
.flexibleClumnWrap.fullClmnrow h3.news-insights-list__post-title{
  font-size: 26px;
  color: #a4b5c4;
  font-weight: 500;
  font-family: 'Altone-Regular';
}
.postid-386463 .flexibleClumnWrap.fullClmnrow h3.news-insights-list__post-title{color:#071739}
.flexibleClumnWrap.twoClumnsec figure, .flexibleClumnWrap.threeClumnsec figure{ padding-bottom: 12px;}


.service-page__intro .service-page__icon.aaaaa > svg{ width: 150px;  height: auto;}


/* ---=================================== Responsive============================== --- */
.showMobile{ display: none;}
@media only screen and (min-width:1200px){
  .services-list__services{ display: flex;  flex-wrap: wrap; padding-top: 15px;}
  .services-list--style-featured .services-list__service-title{ min-height: 50px;}
  h2.twlCmlheading{ display: flex; align-items: center; margin: 0;}
}
@media only screen and (min-width:768px){
  .site-footer .container{margin:0 0 0 1.5em}
}

@media only screen and (max-width:767px){
  .site-footer__identity {padding-top:0;}
  .showMobile{ display: inline-block;}
  .site-header__mobile-nav-logo img{max-height: 45px;}
  .site-footer__nav .menu{display: flex;  flex-wrap: wrap;margin-bottom:15%}
  .site-footer__nav .menu-item{ width: 48%;}

  .page-section--location_accordion .accRowWrap{ width: 100%; margin-top: 0;}
  .services-list--style-featured .services-list__service{ width: 100%;}

  .filterWrap > div{ margin: 10px;}
  .meidaWrap__articals.top{ display: none;}
  .meidaWrap__articals > div .aricl__dtls,.meidaWrap__articals > div .aricl__date, .meidaWrap__articals > div .aricl__athor{ width: 100%;}
  ul.list-cptapagination li a{ padding: 5px 6px;}
  .industries-list__list{    padding: 0 5%;}
  .people-list--cta .people-listing__person, .department_info_career--contentbox > aside{ width: 100%;}
  .service-page--service-offering .service-page__summary ul{ columns: 1; -webkit-columns: 1; -moz-columns: 1; padding-left: 0;}
  .wysiwyg-content li{    line-height: 22px;}
  .people-list--cta .people-list__person-image{ width: 100%; position: static;}
  .people-list--cta .people-listing__person.person--even:before,
  .people-list--cta .people-listing__person.person--even:after,
  .people-list--cta .people-listing__person.person--odd:before,
  .people-list--cta .people-listing__person.person--odd:after{ display: none;}
  .people-list--cta .people-list__person-details{margin-left: 0;}
  .people-list--cta .people-list__person-details .people-list__more:before{    padding-top: 2px;}
  .wysiwyg-content li:after{ top: 6px;}

  .flexibleClumnWrap.fullClmnrow .news-insights-list__post figure,
  .flexibleClumnWrap.fullClmnrow .news-insights-list__post figure + div,
  .flexibleClumnWrap.twoClumnsec .news-insights-list__post{ width: 100%;}

}
@media only screen and (min-width:355px) and (max-width:410px){
.site-header__logo img{max-height: 3.6em;}
}
@media only screen and (min-width:500px) and (max-width:767px){
.hubsportSubscription{ margin: 0 auto; margin-bottom: 40px;}
.page-section--location_accordion .accRowWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-section--location_accordion .accRowWrap .accRow{    width: 48%;}
.services-list__services{ text-align: left;}
.services-list--style-featured .services-list__service{ width: 49%; padding: 0 15px;}

.department_info_career--contentbox > aside{ width: 48%;}
}
@media only screen and (min-width:768px) and (max-width:1024px){
  .site-header__utility-nav-background > a{
    width: 169px;
    line-height: 44px;
  }
  .site-footer__identity{    right: 5%;}
  .site-footer__nav .menu{display: flex;  flex-wrap: wrap;}
  .site-footer__nav .menu-item{ width: 48%;}
  body.single-industries .services-list--style-condensed .services-list__service{ width: 24%;}
  .hubsportSubscription{max-width: 425px;}
  .services-list__services{ text-align: left;}
  .services-list--style-featured .services-list__service{ width: 32%; padding: 0 15px;}

  .page-section--location_accordion .accRowWrap{     width: 32%;   margin: 35px 0.5% 0 0.5%;}
}
@media only screen and (min-width:1000px) and (max-width:1300px){
  .site-header__utility-nav-background > a{
    width: 169px;
    line-height: 48px;
  }
  .site-footer__identity{    right: 15%;}
}
@media only screen and (min-width:768px) and (max-width:1000px){
  .people-list--cta .people-listing__person{    width: 500px;  margin: 0 0 20px !important;}
  .service-page--service-offering .service-page__summary ul{ padding: 0;}
}



/* ------------ */
.callout-with-content--onethird .callout-with-content__container,
.callout-with-content--twothird .callout-with-content__container{
  /* display: flex; flex-wrap: wrap; justify-content: space-between; */
}
.callout-with-content--onethird .callout-with-content__container p,
.callout-with-content--twothird .callout-with-content__container p, .callout-with-content__section-intro p,
.callout-with-content--half p{
  font-size: 17px;
  line-height: 25px;
/*   text-align:justify; */
}
.callout-with-content--onethird .callout-with-content__content {
  border-top: 10px solid #f6f5f5;
  border-bottom: 10px solid #f6f5f5;
  box-sizing: border-box;
  margin-bottom: 1.3125em;
  padding: 2.1875em 0;
  width: 25%;
}
.callout-with-content--onethird .callout-with-content__surrounding-content{
  /* width:70%; padding-left: 4%; box-sizing: border-box; */
}

.callout-with-content--twothird .callout-with-content__content {
  border-top: 10px solid #f6f5f5;
  border-bottom: 10px solid #f6f5f5;
  box-sizing: border-box;
  margin-bottom: 1.3125em;
  padding: 2.1875em 0;
  width: 66%;
}
.callout-with-content--twothird .callout-with-content__surrounding-content{
  /* width: 30%; padding-left: 4%; box-sizing: border-box; */
}
.page-section--callout-with-content.callout-with-content--twothird{ margin: 0 !important;}


.callout-with-content--onethird .callout-with-content__container.callout-position--right > div:first-child,
.callout-with-content--twothird .callout-with-content__container.callout-position--right > div:first-child{ order: 2; float: right;    margin: 20px 0 20px 25px;}
.callout-with-content--onethird .callout-with-content__container.callout-position--right > div:last-child,
.callout-with-content--twothird .callout-with-content__container.callout-position--right > div:last-child{
  /* order: 1; padding-left: 0; padding-right: 4%; */
}
.callout-position--left .callout-with-content__content{ float: left; margin: 20px 25px 20px 0;}
.callout-position--right .callout-with-content__content{ float: right; margin: 20px 0 20px 25px;}

body .callout-with-content__content.wysiwyg-content > p{
  line-height: 28px;
    margin: 0 1.66667em;
    font-family: 'RivalSansRegular';
    font-weight: 400;
    font-size: 22px;
}

@media only screen and (max-width:800px){
  .callout-with-content--onethird .callout-with-content__container,
  .callout-with-content--twothird .callout-with-content__container{ display: block;}
  .callout-with-content--onethird .callout-with-content__content,
  .callout-with-content--onethird .callout-with-content__surrounding-content,
  .callout-with-content--twothird .callout-with-content__surrounding-content,
  .callout-with-content--onethird .callout-with-content__content {
     width: 100%;
     padding: 15px 0;
  }

}


/* ------- Chnages Css ------ */
.people-list--cta .people-list__person-image{   display: flex; align-items: flex-end;}
/*.revSliderwrap h1{    font-family: "brandon-grotesque", sans-serif !important;}*/
.hero__additional_content p{    font-family: 'RivalSansRegular'!important;}
.single-post .page-section.downloadButton{ margin:0; padding: 0;}
.single-post .page-section.downloadButton a {    padding: 0 25px 15px 25px;}
.single-post .page-section.downloadButton a > span + span{height: auto;}
.wysiwyg-content  ol li{ padding-left:5px;}
.wysiwyg-content  ol li:after{ display:none;}


.meidaWrap__articals.fullLengthmm{    width: 100% !important;padding: 0 !important;}

h1.brandonFnt{font-family: "Altone-Regular"!important; margin-top: 0; margin-bottom: 0;}

/* ============== */
.mobileMenu{ display: none;}
@media only screen and (max-width:1070px){
  .mobileMenu{ display: inline-block;    margin: 0 !important;}
}

.post-page .wysiwyg-content ul{    padding: 0 20px;}


/* =============== video image =================== */
.videoShowDesktop{ display: block;}
.mobileImage{ display: none;}
.videoShowDesktop.novideo{ display: none;}
.videoShowDesktop.novideo + img{ display: block;}
@media only screen and (max-width:767px){
  .videoShowDesktop{ display: none;}
  .mobileImage{ display: block;}
}


.quote-citation {display: block;  font-size: 13px; padding: 0 1.5625em; font-family: 'Montserrat', sans-serif; font-weight: 400; }
.wysiwyg-content li {
    line-height: normal;
    margin-bottom: 10px;
}


/* =============== Social Widget =================== */
.followUswrap{
  padding: 20px 0;
  text-align: center;
  margin: 0;
}
.followUswrap h2{
  color: #071739;
  font-size: 2em;
    line-height: 1;
    font-family: 'Altone-SemiBold';
    font-weight: 700;
    margin-bottom: 5px;
  /* font-size: 36px;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500; */
}
.followUswrap ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.followUswrap ul li{
  list-style: none;
  display: inline-block;
  padding: 15px;
}
.followUswrap ul li a{
  width: 60px;
  height: 60px;
  border: 3px solid #071739;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.followUswrap ul li a svg{width: 35px; height: auto;}
.followUswrap ul li a svg .linkedin-1,
.followUswrap ul li a svg .twitter-1,
.followUswrap ul li a svg .instagram-1,
.followUswrap ul li a svg .facebook-1{fill:#071739; stroke: transparent;}

.followUswrap ul li a:hover{
  background: #4c6382;
  border-color: #4c6382;
}
.followUswrap ul li a:hover svg .linkedin-1,
.followUswrap ul li a:hover svg .twitter-1,
.followUswrap ul li a:hover svg .instagram-1,
.followUswrap ul li a:hover svg .facebook-1{fill:#FFF; stroke: transparent;}
.followUswrap + div.page-section{ margin-top: 10px !important;}
@media only screen and (max-width:767px){
  .followUswrap ul li{ padding: 4px;}
  .followUswrap ul li a{ width: 55px; height: 55px;}
  .followUswrap ul li a svg{ width: 25px;}
}

/* =============== key_takeway_widge =================== */
.takewayWidge{
  padding: 20px 0;
  margin: 1em 0;
}
.takewayWidge .container{
  /* padding: 20px 0;
  border-top: 0px solid #CCC;
  border-bottom: 0px solid #CCC; */
  border-top: 0px solid #CCC;
  border-bottom: 0px solid #CCC;
  background: #dadde6;
  border-radius: 0;
  padding: 20px;
  box-sizing: border-box;
  border-left: 10px solid #071739;
  max-width: 63.75em;
}
.takewayWidge h4{
  color: #000;
  font-size: 22px;
  line-height: 1;
  font-family: 'Altone-Regular';
  font-weight: 600;
  margin: 0;
  padding: 10px 0 0px;
  text-transform: none;
}
.takewayWidge p{ }

.takewayWidge + div{ margin-top: 0;}
.removeBmargin{ margin-bottom: 0 !important; padding-bottom: 0 !important;}

/* =========== instagramWidge ======== */
.instagramWidge{
  padding: 20px 0;
  text-align: center;
  margin: 1em 0;
}
.instagramWidge .container{
  max-width: 100%;
    padding: 25px 0;
}
.instagramWidge h3{
  color:#a4b5c4;
  font-size: 35px;
  line-height: 1;
  font-family: 'Altone-Regular';
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding: 10px 0 30px;
}
#instagram_container{
  background-color: #f6f5f5!important;
  border: 0px solid #f6f5f5;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}
#instagram_container .slick-list{
  overflow: hidden;
}
#instagram_container .item_box{
  width: 16.666%;
  padding: 0;
  /* padding: 0 7px; */
  box-sizing: border-box;
  position: relative; overflow: hidden;
}
#instagram_container .item_box a{ display: block; }
#instagram_container .item_box img{
  width: 100%;
  height: auto;
  margin: 0;
}
#instagram_container .item_box .item_caption{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
#instagram_container .item_box a .item_caption h4{
  font-family: 'Altone-Regular' !important;
  font-weight: 500;
  color: #FFF;
}
#instagram_container .item_box a:hover .item_caption{transition: all 0.5s ease; top: 0;}


/* -------- life Blog Widget -------- */
.lifeblogWidget{
  background: #FFF;
  /*padding: 60px 0; */
  padding: 0;
  margin: 20px 0;
}
.lifeblogWidget .container{
  max-width: 1170px;
}
.lifeblogWidget .lifeblogWidget_carousel{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lifeblogWidget__boxCntn{
  margin: 0;
  width: 33.33%;
  height: 240px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.lifeblogWidget__boxCntn.withImag:hover::after{
  top: 100%;
  transition: all 0.5s ease;
}
.lifeblogWidget__boxCntn.withImag:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background:rgb(20 129 226 / 20%);
  transition: all 0.5s ease;
}
.lifeblogWidget__boxCntn h3{
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: 120px;
  width: 80%;
  left: 10%;
  padding-bottom: 7px;
  z-index: 10;
  text-align: left;
  transition: all 0.5s ease;
  box-sizing: border-box;
  margin: 0;
}
.lifeblogWidget__boxCntn h3 a,
.lifeblogWidget__boxCntn h3 span{
  color: #FFF;
  text-decoration: none;
  padding: 8px 10px;
  background: transparent;
  display: inline-block;
  transition: all 0.5s ease;
}
.lifeblogWidget__boxCntn h3::after{
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  left: 10px;
  top: 0;
  background:#4c6382;
  opacity: 1;
  transition: all 0.5s ease;
}

.lifeblogWidget__boxCntn:hover h3 a{ background: #4c6382; transition: all 0.5s ease;}
.lifeblogWidget__boxCntn:hover h3::after, .lifeblogWidget__boxCntn.withImag h3::after{ opacity: 1; transition: all 0.5s ease;}
.lifeblogWidget__boxCntn.withImag h3 a{ background: transparent; }
.lifeblogWidget__boxCntn.withImag:hover h3 a{ background: #4c6382;}
.lifeblogWidget__boxCntn.withImag:hover h3:after,
.lifeblogWidget__boxCntn:hover h3:after{ opacity: 0;}

.lifeblogWidget__boxCntn:hover h3 span{ background: #4c6382; transition: all 0.5s ease;}
.lifeblogWidget__boxCntn.withImag h3 span{ background: transparent; }
.lifeblogWidget__boxCntn.withImag:hover h3 span{ background: #4c6382; transition: all 0.5s ease;}


#instagram_container .slick-prev  {
  position: absolute;
  z-index: 999;
  top: calc(50% - 15px);
  left: 0;
    overflow: hidden;
  background: none;
  border: 0;
  text-indent: -115px;
  width: 51px;
  height: 50px;
  background-image: url(/wp-content/themes/riveron/assets/images/arrow-left-white.png);
  background-color: rgba(0,0,0,0.6);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
}

#instagram_container .slick-next  {
  position: absolute;
  z-index: 999;
  top: calc(50% - 15px);
  right: 0;
    overflow: hidden;
  background: none;
  border: 0;
  text-indent: 59px;
  width: 51px;
  height: 50px;
  background-image: url(/wp-content/themes/riveron/assets/images/arrow-right-white.png);
  background-color: rgba(0,0,0,0.6);
  background-repeat: no-repeat;
  background-position: center center;
  /* transform: rotate(-180deg); */
  background-size: 30px auto;
}

#instagram_container .slick-dots {
  display:none !important;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{    cursor: default !important;}
@media only screen and (max-width:767px){
  .lifeblogWidget{    margin-bottom: 50px;}
  .lifeblogWidget .lifeblogWidget_carousel{
   display: block;
  }
  .lifeblogWidget__boxCntn{
    height: 250px !important;
  }
  .lifeblogWidget__boxCntn h3{ font-size: 22px; width: 90%; left: 5%;}
  .lifeblogWidget .arrow--right{
    position: absolute;
    right: -16px;
    top: calc(100% + 15px);
    background-size: 100% auto;
    z-index: 200;
    background-image: url(/wp-content/themes/riveron/assets/images/arrow-right.png);
    /* background-color: rgba(0,0,0, 0.6); */
    width: 50px;
    height: 32px;
    background-size: 31px auto;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .lifeblogWidget .arrow--left{
    position: absolute;
    left: -16px;
    top: calc(100% + 15px);
    background-size: 100% auto;
    z-index: 200;
    background-image: url(/wp-content/themes/riveron/assets/images/arrow-left-green.png);
    /* background-color: rgba(0,0,0, 0.6); */
    width: 50px;
    height: 32px;
    background-size: 31px auto;
    background-repeat: no-repeat;
    background-position: center center;
  }

    #instagram_container {position: relative;}
    .mfp-arrow{ transform: inherit !important;}
}
@media only screen and (min-width:768px) and (max-width:1024px){
  .lifeblogWidget__boxCntn h3{ font-size: 22px; width: 90%; left: 5%;}

    #instagram_container {position: relative;}

}

/* ------- Revoloution Slider styling -----------  */
rs-layer{
  font-family: brandon-grotesque !important;
  font-weight: 700 !important;
  /* font-size: 72px !important; */

}

/* ------ */
.people-list__person-name:before{
    display: none;

    }
    .locations-list__map-marker-minor-icon{
        border-bottom: 15px solid #25c2fd;
        width: 15px;
        height: 15px;
        border: 0;
        background: #25c2fd;
        border-radius: 50%;
    }
/*Careers Rev Slider*/
#slider-6-slide-32-layer-2{font-family:'Montserrat', sans-serif!important;font-weight:500!important}
#slider-6-slide-32-layer-4{font-family:'Montserrat', sans-serif!important;font-weight:500!important}

.riveron-lever-job-board{border: none;}

.postid-318365 .news-insights-list__filter-container{display:none}
/*--------------------- NEW HOMEPAGE -----------------------*/
.homepage-hero-container {background-size: 100% 100%;padding:11%;background-repeat:no-repeat;margin-top:1%;}
  .homepage-hero-container h1.h1-hero-homepage{font-family: 'Altone-Regular';font-size: 3em;margin: 0.67em 0;width: 60%;color: #fff;text-transform:none;}
  .homepage-hero-container p.p-hero-homepage{color:#fff;width:75%}
  .whats-new-section{background-color: #071739;color:#fff;padding: 1%;display:flex;}
.whats-new-section p{margin:0 2% 0 0;font-weight:bold;width:18%;text-align:right;font-size:18px}
  .whats-new-section a{color:#dfa840;font-size:18px}
  .whats-new-section .wnlink{width:20%;text-align:center;border-right: 1px solid #fff;}

  .whats-new-section .wnlink:last-of-type{border:none}
.page-id-2 .wysiwyg-content--section-intro h2{font-weight:700;font-size:2em}
.page-id-2 h2{text-transform: none;}
.page-id-2 h3.news-insights-list__post-title{text-transform: none;color:#071739}
.page-id-2 .page-section--news-insights-list.news-insights-list.news-insights-list--default {margin-top:0;padding-top:0}
.page-id-2 .page-section.page-section--page-title.page-title {display:none;}
#nav-menu-item-19 ul.sub-menu.has-caret{height:700px!important}
#nav-menu-item-32506 ul.sub-menu.has-caret{height:700px!important}
#nav-menu-item-221 ul.sub-menu{height:700px!important}
#nav-menu-item-219 ul.sub-menu{height:700px!important}
.page-id-2 .wysiwyg-content{font-size:16px}
.half-image-half-text__wysiwyg p{color:#000}
p.unimagined{font-size:1.25em}

.featured-post div.content{margin-bottom:10px!important}
#menu-item-387168{display:none}
/*#half-image-half-text .half-columns .column-text .content ul li:before{font-size:10px!important}*/

#menu-horizontal .primary-menu-item:last-of-type{display:none}

@media only screen and (min-width:1300px) and (max-width:1400px){
#nav-menu-item-9896{white-space:unset}
}
@media only screen and (min-width:1569px){
   .homepage-hero-container h1.h1-hero-homepage{width:50%}
}
@media only screen and (min-width:1500px) and (max-width:1800px){
  .rotating-quotes__carousel.slick-initialized.slick-slider.slick-dotted{width:99%}
}

@media only screen and (min-width:320px) and (max-width:800px){
    #menu-horizontal .primary-menu-item:last-of-type{display:block}
  #menu-item-387168{display:block}
  .whats-new-section {display:block}
  .whats-new-section p{width:100%;text-align: center;}
    .page-id-2 .rotating-quotes__nav iframe {width:100%!important;}
    .whats-new-section .wnlink a{font-size:11px}
    .homepage-hero-container h1.h1-hero-homepage{width:100%}
    .homepage-hero-container p.p-hero-homepage {width:100%}
     .whats-new-section .wnlink{width:100%;padding:1%;border-bottom: 1px solid #fff;border-right:none}
    .page-id-2 .columned-content__column.wysiwyg-content iframe{width:100%}
}


/*--------------  Automotive Suppliers Insights 2022 ----------*/
.postid-89223 .columned-content__column.wysiwyg-content h3 {margin:0}
.postid-89223 .columned-content__column.wysiwyg-content .hbspt-form {width:75%}
.postid-89223 .columned-content__column.wysiwyg-content .hbspt-form label span {font-size:0.5em;text-transform:capitalize}
.postid-89223 .columned-content__column.wysiwyg-content .hbspt-form .hs-input {background-color:#f6f5f5;padding:4%;margin:1.5% 0;font-size:0.5em}
.postid-89223 .columned-content__column.wysiwyg-content .hbspt-form ul.no-list.hs-error-msgs.inputs-list {padding:0;margin:0;color:red;text-transform:capitalize;font-size:0.5em}
.postid-89223 .columned-content__column.wysiwyg-content .hbspt-form ul.no-list.hs-error-msgs.inputs-list li {margin:0;padding:0}
.postid-89223 .columned-content__column.wysiwyg-content .hbspt-form .hs-input.invalid.error {border:red 1px solid;border-radius:5px}
.postid-89223 .columned-content__column.wysiwyg-content .hbspt-form ul.no-list.hs-error-msgs.inputs-list li:after {content:none;background:none;width:0;height:0;position:relative;left:0;top:0}
.postid-89223 .columned-content__column.wysiwyg-content .hbspt-form .hs_submit.hs-submit input[type="submit"]{background: #5bc2e7;color: white;font-size: 0.5em}
@media only screen and (min-width:320px) and (max-width:768px){
  .postid-89223 .columned-content__column.wysiwyg-content .hbspt-form {width:100%}
  .postid-89223 .columned-content__column.wysiwyg-content .hbspt-form label span {font-size:0.75em}
  .postid-89223 .columned-content__column.wysiwyg-content .hbspt-form .hs-input {margin:0.3125em 0 1.25em;font-size:0.75em}
  .postid-89223 .columned-content__column.wysiwyg-content .hbspt-form ul.no-list.hs-error-msgs.inputs-list {font-size:0.75em}
  .postid-89223 .columned-content__column.wysiwyg-content .hbspt-form .hs_submit.hs-submit input[type="submit"]{font-size:0.75em}
}

/*-------------- Careers Form --------------*/
.page-id-224 .talent-network p {line-height:1.5em;margin:0}
.page-id-224 .hbspt-form .form-columns-2 {width:100%}
.page-id-224 .hbspt-form .form-columns-2 .hs-fieldtype-text input[type="text"]{margin:0.3125em 0}
.page-id-224 .hbspt-form .form-columns-2 .hs-fieldtype-text input[type="email"]{margin:0.3125em 0}
.page-id-224 .hbspt-form .form-columns-1 .hs_recruiting_job_search_status.hs-recruiting_job_search_status {width:50%;margin-top:1%}
.page-id-224 .hbspt-form .form-columns-1 .hs_recruiting_open_question_for_form.hs-recruiting_open_question_for_form {width:75%;margin-top:2%}
.page-id-224 .hs_recruiting_area_of_interest.hs-recruiting_area_of_interest {margin-top:1%}
.page-id-224 .hs_recruiting_area_of_interest.hs-recruiting_area_of_interest .input {clear:both;overflow:hidden}
.page-id-224 .hs_recruiting_area_of_interest.hs-recruiting_area_of_interest .input .hs-form-checkbox:after{content:none;background:none;width:0;height:0;position:relative;left:0;top:0}
.page-id-224 .hs_recruiting_area_of_interest.hs-recruiting_area_of_interest .input input[type="checkbox"].hs-input {width:10%!important;margin:0}
.page-id-224 .hs_recruiting_area_of_interest.hs-recruiting_area_of_interest ul.inputs-list.multi-container {padding:0}
.page-id-224 .hs_recruiting_area_of_interest.hs-recruiting_area_of_interest ul.inputs-list.multi-container li {padding:0;float:left;width:40%;margin:0}
.page-id-224 .hs_submit.hs-submit input[type="submit"]{margin:0}

@media only screen and (min-width:320px) and (max-width:768px){
  .page-id-224 .hbspt-form .form-columns-2 .hs-form-field {width:100%!important}
  .page-id-224 .hbspt-form .form-columns-2 {width:100%}
  .page-id-224 .hbspt-form .form-columns-1 .hs_recruiting_job_search_status.hs-recruiting_job_search_status {width:100%}
  .page-id-224 .hbspt-form .form-columns-1 .hs_recruiting_open_question_for_form.hs-recruiting_open_question_for_form {width:100%}
  .page-id-224 .hs_recruiting_area_of_interest.hs-recruiting_area_of_interest {width:100%!important}
  .page-id-224 .hs_recruiting_area_of_interest.hs-recruiting_area_of_interest ul.inputs-list.multi-container {width:100%}
  .page-id-224 .hs_recruiting_area_of_interest.hs-recruiting_area_of_interest ul.inputs-list.multi-container li{float:none;width:100%}
}

/*-------------- Working Capital Widget-------------------*/
.postid-98436 .flexibleClumnWrap.centerCntn.page-section--news-insights-list {padding-top:0}
.postid-98436 .page-section.page-section--basic-content.basic-content {margin-bottom:2em}
.phases-container.phases-container--vertical {}
.phases-container .phases__item.phases__item--with-additional {border-bottom: 10px solid #4c6382}
.phases-container .phases__item.phases__item--with-additional .item__number {background-color:#4c6382;padding:2em;width:2em}
.phases-container .phases__item.phases__item--with-additional .item__number span {display:none}
.phases-container.phases-container--vertical .phases__item .item__content-container {min-height:4.3125em;padding:1.1875em 2.125em}
.phases-container .phases__item.phases__item--with-additional .item__number:after {border-top:12.5px solid #4c6382}
.phases-container.phases-container--horizontal {max-width:46.875em;margin:0 auto}
.phases-container.phases-container--horizontal .phases__item {border-bottom:10px solid #4c6382;display:flex;margin-bottom:0.9375em;align-self:normal;flex-direction:unset;width:100%}
.phases-container.phases-container--horizontal .phases__item .item__number {background-color:#4c6382;padding:2em;width:2em;position:relative;text-align:center;box-sizing:unset}
.phases-container.phases-container--horizontal .phases__item .item__number span {display:none}
.phases-container.phases-container--horizontal .phases__item .item__number:after {border-top:12.5px solid #4c6382;border-left:12.5px solid transparent;border-right:12.5px solid transparent;bottom:-30px;content:'';left:50%;position:absolute;transform:translateX(-50%);right:unset;top:unset}
.phases-container.phases-container--horizontal .phases__item .item__content-container {min-height:4.3125em;padding:1.1875em 2.125em;align-self:center;border-top:1px solid #aaa;border-right:1px solid #aaa;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;width:calc(100% - 50px)}

/*-------------- Terms and conditions ----------------*/
.page-id-226615 .basic-content__wysiwyg-content ol{counter-reset: item}
.page-id-226615 .basic-content__wysiwyg-content li {display: block}
.page-id-226615 .basic-content__wysiwyg-content li:before {content: counters(item, ".") " ";counter-increment: item}

/*--------------- Contact Us Form Interested In ÉÁµç×ÊÔ´Íø ----------------*/
.page-id-20 .hbspt-form .hs-form .hs-dependent-field .hs_content_interest_service li:after {display:none}
.page-id-20 .hbspt-form .hs-form .hs-dependent-field .hs_content_interest_service li input {width:auto!important}
.page-id-20 .hbspt-form .hs-form .hs-dependent-field .hs_content_interest_service li span {margin-left: 2%}

/*-------------- ÉÁµç×ÊÔ´Íø Life -----------------*/

.page-id-16343 .riveron-life-container .column-riv-life:nth-child(1) img {width:60%;margin:10% 0 0 20%}
.page-id-16343 .riveron-life-container .column-riv-life:nth-child(4) img {width:60%;margin:10% 0 0 20%}
.page-id-16343 .riveron-life-container .column-riv-life:nth-child(5) img {width:60%;margin:16% 0 0 20%}
.page-id-16343 .riveron-life-container .column-riv-life:nth-child(8) img {width:75%;margin:5% 0 0 12.5%}
.page-id-16343 .columned-content__column.column-riv-life {margin-bottom:0}

/*-------------- News Insights Search ---------------------*/
.news-insights-list__insights--no-results{display:none}

@media only screen and (min-width:320px) and (max-width:768px){
  .page-id-16343 .riveron-life-container {position:relative}
  .page-id-16343 .riveron-life-container .column-riv-life.mobile-adjustment:nth-child(1){position:absolute;top:0}
  .page-id-16343 .riveron-life-container .column-riv-life.mobile-adjustment:nth-child(2){position:absolute;top:10%}
  .page-id-16343 .riveron-life-container .column-riv-life.mobile-adjustment:nth-child(3){position:absolute;top:36%;z-index:100}
  .page-id-16343 .riveron-life-container .column-riv-life.mobile-adjustment:nth-child(4){position:absolute;top:25%}
  .page-id-16343 .riveron-life-container .column-riv-life.mobile-adjustment:nth-child(5){position:absolute;top:47%}
  .page-id-16343 .riveron-life-container .column-riv-life.mobile-adjustment:nth-child(6){position:absolute;top:58%;z-index:100}
  .page-id-16343 .riveron-life-container .column-riv-life.mobile-adjustment:nth-child(7){position:absolute;top:84%;z-index:100}
  .page-id-16343 .riveron-life-container .column-riv-life.mobile-adjustment:nth-child(8){position:absolute;top:73%}
  .page-id-16343 .riveron-life-container .column-riv-life:nth-child(1) img {width:100%;margin:0}
  .page-id-16343 .riveron-life-container .column-riv-life:nth-child(4) img {width:100%;margin:0}
  .page-id-16343 .riveron-life-container .column-riv-life:nth-child(5) img {width:100%;margin:0}
  .page-id-16343 .riveron-life-container .column-riv-life:nth-child(8) img {width:100%;margin:0}

  /*--------------- Lease Accounting --------------*/
  .postid-193016 .callout-with-content__surrounding-content.wysiwyg-content p{width:100%!important}
  .postid-193016 .callout-with-content__surrounding-content.wysiwyg-content ul{width:100%!important}
}


/*-------------- ESG and Sustainability ----------*/

.postid-68164 .page-section.page-section--basic-content.basic-content {background: #f6f5f5;margin: 1.5em 0 -1.5em 0}
.postid-68164 .page-section.page-section--news-insights-list.news-insights-list.news-insights-list--default.flexibleClumnWrap.centerCntn.threeClumnsec {padding-top:15px}
.postid-68164 .threeClumnsec .news-insights-list__post:nth-child(4):after {display:none}

/*--------------- Lease Accounting --------------*/
.postid-193016 .callout-with-content__surrounding-content.wysiwyg-content p{width:50%}
.postid-193016 .callout-with-content__surrounding-content.wysiwyg-content ul{width:50%}

/*--------------- Strength Amid Uncertainty -------------------------*/
.page-id-289357 .page-section.page-section--full-width-media.full-width-media.full-width-media--image, .page-id-382809 .page-section.page-section--full-width-media.full-width-media.full-width-media--image {margin-top: 7em}
.page-id-289357 .page-section.page-section--page-title.page-title, .page-id-382809 .page-section.page-section--page-title.page-title {display:none;}
.page-id-289357 .page-section.page-section--page-title.page-title.strength-amid, .page-id-382809 .page-section.page-section--page-title.page-title.strength-amid {display:block;margin-bottom:3em}


/*---------------- New Private Equity ----------------*/
.page-id-19859 div.page-section.page-section--news-insights-list.news-insights-list.news-insights-list--condensed + div.page-section.page-section--basic-content.basic-content{display:none}
.diagram-animated-new {width:100%;background-color: #dadde6;display:block}
.diagram-animated-new .pe-arrows{display:inline-flex;width:100%;}
.diagram-animated-new .pe-arrows.mob{display: none;}
.diagram-animated-new .pe-arrows .pe-arrows-individual{display:block;}
.diagram-animated-new .pe-arrows .line-horizontal {height: 2px;width: 80%;margin-top: 3px;position:relative;background:#379190}
.diagram-animated-new .pe-arrows .pre-acq .line-horizontal{width:85%}
.diagram-animated-new .pe-arrows .post-acq .line-horizontal{width:92%}
.diagram-animated-new .pe-arrows .val-rel .line-horizontal{width:92%;margin-left:-3px}
.diagram-animated-new .pe-arrows .arrow-left:after,.diagram-animated-new .pe-arrows .arrow-right:before {content: "";position: absolute;width: 0px;height: 0px;border: 5px solid transparent;}
.diagram-animated-new .pe-arrows .arrow-left:after, .diagram-animated-new .pe-arrows .arrow-right:before {top: -4px;}
.diagram-animated-new .pe-arrows .arrow-left:after {left: -12px;border-right: 7px solid #379190;}
.diagram-animated-new .pe-arrows .arrow-right:before {right: -12px;border-left: 7px solid #379190;}
.diagram-animated-new .pe-arrows .pe-arrows-individual p{display:none}
.diagram-animated-new .pe-arrows .pe-arrows-individual.pre-acq{width:25%;}
.diagram-animated-new .pe-arrows .pe-arrows-individual.post-acq{width:50%;}
.diagram-animated-new .pe-arrows .pe-arrows-individual.val-rel{width:25%;}
.diagram-animated-new .pe-arrows .title-cont-pe.first-title-container{width:100%;display:inline-flex;background-color: #cad1e8;}
.diagram-animated-new .pe-arrows .title-cont-pe.first-title-container div.arrow-divider{clip-path: polygon(79% 47%, 41% 0, 60% 0%, 100% 50%, 60% 100%, 41% 100%, 79% 50%);background-color: #dadde6;width: 20%;}
.diagram-animated-new .pe-arrows .title-cont-pe.second-title-container{width:100%;display:inline-flex;background-color: #cad1e8;}
.diagram-animated-new .pe-arrows .title-cont-pe.second-title-container div.arrow-divider{clip-path: polygon(79% 47%, 41% 0, 60% 0%, 100% 50%, 60% 100%, 41% 100%, 79% 50%);background-color: #dadde6;width: 10%;}
.diagram-animated-new .pe-arrows .title-cont-pe.third-title-container{width:100%;display: inline-flex;background-color: #cad1e8;}
.diagram-animated-new .pe-arrows .title-cont-pe.third-title-container div.arrow-divider{clip-path: polygon(79% 47%, 41% 0, 100% 0, 100% 50%, 100% 99%, 41% 100%, 79% 50%);background-color: #dadde6;width: 10%;}
.diagram-animated-new .pe-arrows h3{text-align: center;font-size:1em;font-weight:600;margin:0.5em 0}
.diagram-animated-new .pe-arrows .first-title{width:80%;color:#379190}
.diagram-animated-new .pe-arrows .second-title{width:90%;color:#dfa840}
.diagram-animated-new .pe-arrows .third-title{width:90%}
.diagram-animated-new .whole-columns-pe{display:inline-flex;width:100%}
.diagram-animated-new .whole-columns-pe .box-border-left .pe-title-container{display:inline-flex;width:100%;gap:5%;/*margin-top:15%*/}
.diagram-animated-new .whole-columns-pe .box-border-left .pe-title-container p.container-title{margin:0;line-height: 1.15em;font-size: 0.85em;width: 60%;font-weight: 800;}
#scaling-growth .container-title{width:70%}
#modern-landscape .container-title{width:70%}
#managing-capital .container-title{width:70%}
#exit-planning .container-title{width:75%}
.diagram-animated-new .whole-columns-pe .box-border-left{padding-top:2em}
.diagram-animated-new .whole-columns-pe li{width:100%;margin-bottom:3px;font-size:0.75em}
.diagram-animated-new .whole-columns-pe li ul{margin:0}
.diagram-animated-new .whole-columns-pe li ul li{font-size:1em}
.diagram-animated-new .whole-columns-pe li a{color:#000}
.diagram-animated-new .whole-columns-pe li a:hover{text-decoration: underline;color:#000}
/*.diagram-animated-new .whole-columns-pe .box-border-left .pe-title-container p:last-of-type{display:none}*/
.diagram-animated-new .whole-columns-pe .pe-circle{width: 25px;height: 25px;background: #379190;border-radius: 50%;margin:5% 0 0 5%;}
.diagram-animated-new .whole-columns-pe .pe-circle p{color:#fff;text-align: center;line-height: 1.5em;display:block!important;margin:0}
.diagram-animated-new .whole-columns-pe .post-acq-mob{display:none}
.diagram-animated-new .whole-columns-pe .val-rel-mob{display:none}
.diagram-animated-new .whole-columns-pe #modern-landscape{width:30%}
/** ------------ Mobile ------------**/
@media only screen and (min-width:320px) and (max-width:768px){
  .diagram-animated-new .whole-columns-pe{display:block}
  .diagram-animated-new .whole-columns-pe .pe-circle{margin-top:-1%}
  .diagram-animated-new .whole-columns-pe li:after{top:0!important}
  .diagram-animated-new .whole-columns-pe #exit-planning{padding-bottom:5%}
  .diagram-animated-new .pe-arrows .pre-acq {width:100%!important}
  .diagram-animated-new .pe-arrows .post-acq {display:none}
  .diagram-animated-new .pe-arrows .val-rel {display:none}
  .diagram-animated-new .whole-columns-pe .post-acq.mob{display:block;width:100%!important}
  .diagram-animated-new .whole-columns-pe .val-rel.mob{display:block;width:100%!important}
  .diagram-animated-new .pe-arrows.mob{display: block;}
  .diagram-animated-new .pe-arrows .title-cont-pe.first-title-container div.arrow-divider{clip-path: polygon(79% 47%, 41% 0, 100% 0, 100% 50%, 100% 99%, 41% 100%, 79% 50%);width:10%}
  .diagram-animated-new .pe-arrows .title-cont-pe.second-title-container div.arrow-divider{clip-path: polygon(79% 47%, 41% 0, 100% 0, 100% 50%, 100% 99%, 41% 100%, 79% 50%);}
  .diagram-animated-new .pe-arrows .arrow-left:after{left:-5px}
  .diagram-animated-new .pe-arrows .val-rel .line-horizontal{margin-left:0;}
  .diagram-animated-new .pe-arrows .first-title{width:90%}
  .diagram-animated-new .whole-columns-pe #modern-landscape{width:100%}
}

/* --------- Private Equity Page -------------*/
div.pe-container-initial {width:100%;clear:both;overflow:hidden}
div.pe-container-initial p {float:left;width:70%}
div.pe-container-initial p:last-of-type{width:20%;margin:9% 0 0 5%}
div.pe-container-initial a {float:left;width:100%;background-color:#76c0e3;padding:4% 0;color:white;text-align:center;font-size:0.75em}
div.pe-container-initial a:hover{text-decoration:none;background-color:#00629b}
h2.pe-h2 {font-size:1.5em;text-align:center;font-weight:400;margin-top:4%}
div.finance-graphic-container {width:100%;clear:both;overflow:hidden}
div.finance-img {float:left;margin:0 0 0 2.5%;width:45%}
div.finance-text {float:left;margin:3% 0 0 5%;width:45%}
.finance-text p {font-size:17px;color:#5a5d5f;margin: 1% 0 3% 0;width:80%;line-height:21px;font-weight:500}
.finance-text h4 {font-size: 1em;margin:0}
/* Animated Graphic */
div.diagram-animated {position:relative}
div.diagram-animated a.position-link {cursor:pointer;position:absolute;width:7%}
div.diagram-animated a img {width:100%}
div.diagram-animated a#m-a-click {top:7.5%;left:-3.5%;border-radius: 50%;font-size: 30px;color:#666;transition:.5s}
/*div.diagram-animated a#m-a-click:hover {color:#4dc0e8;box-shadow:0 0 5px #4dc0e8;text-shadow:0 0 5px #4dc0e8;transform:scale(1.2)}*/
div.diagram-animated a#post-close-click {top:7.5%;left:23%;border-radius: 50%;font-size: 30px;color:#666;transition:.5s}
/*div.diagram-animated a#post-close-click:hover {color:#f2672a;box-shadow:0 0 5px #f2672a;text-shadow:0 0 5px #f2672a;transform:scale(1.2)}*/
div.diagram-animated a#text-post-close {margin:0;line-height:16px;font-size:14px;font-family:'brandon-grotesque';font-weight:bold;color:#379190;position:absolute;top:8%;left:31%;width:12%;transition:.5s}
/*div.diagram-animated a#text-post-close:hover {transform:scale(1.2)}*/
div.diagram-animated a#op-excellence-click {top:7.5%;right:34%;border-radius: 50%;font-size: 30px;color:#666;transition:.5s}
/*div.diagram-animated a#op-excellence-click:hover {color:#143859;box-shadow:0 0 5px #143859;text-shadow:0 0 5px #143859;transform:scale(1.2)}*/
div.diagram-animated p.position-title {margin:0;line-height:16px;font-size:14px;font-family:'brandon-grotesque';font-weight:bold;color:#143859;position:absolute;top:8%}
div.diagram-animated p.position-title.first-title{left:4%;color:#dfa840}
div.diagram-animated p.position-title.second-title{right:24%}
div.diagram-animated img.arrow-image {position:absolute;width:2%;top:12%;right:-7px;z-index:200}
div.diagram-animated .top-border-container {border-top: #143859 3px solid;clear:both;overflow:hidden}
div.diagram-animated .top-border-container .box-border-left {float:left;border-left:#143859 3px solid}
div.diagram-animated .top-border-container .box-border-left#ma-box {padding-top:5%;width:22%}
div.diagram-animated .top-border-container .box-border-left#ma-box .ul-box {padding:2% 8% 2% 7%;margin-bottom:-8%;/*transition:.5s*/}
div.diagram-animated .top-border-container .box-border-left#post-icon-box {margin-left:4.5%;padding-top:35%;width:30%}
div.diagram-animated .top-border-container .box-border-left#post-icon-box .ul-box {padding:1% 0% 1% 3%;/*margin-bottom:-9%;transition:.5s*/}
div.diagram-animated .top-border-container .box-border-left#post-text-box {padding-top:3%;width:32%;float:none;position:absolute;top:14%;right:32%}
div.diagram-animated .top-border-container .box-border-left#post-text-box .ul-box {padding:1% 0% 1% 6%;margin-bottom:-5.5%;/*transition:.5s*/}
div.diagram-animated .top-border-container .box-border-left#op-ex-box {margin-left:18%;padding-top:6%;width:24%}
div.diagram-animated .top-border-container .box-border-left#op-ex-box .ul-box {padding:1% 0% 2% 3%;margin-bottom:-7.1%;/*transition:.5s*/}
div.diagram-animated .top-border-container .box-border-left h4 {color:#000;font-size:16px;font-weight:600}
div.diagram-animated .top-border-container .box-border-left li {font-size:13px;color:#4c6382}
div.diagram-animated .top-border-container .box-border-left .ul-box {width:100%;background-color:#e9e9e9}
div.diagram-animated .top-border-container .box-border-left .ul-box li:after {top:4px}
div.mobile-graphic-block {display:none}
div.bottom-grey-block {width:100%;clear:both;overflow:hidden;background-color:#e9e9e9;margin-top:5%}
div.bottom-grey-block h4 {float:left;width:18%;font-family:'Altone-Regular';margin:3.3% 0 0 4%;;color:#000}
div.bottom-grey-block p {float:left;width:25%;line-height:18px;padding-left:5%;border-left:1px solid;color:#000;font-size:16px;font-weight:600;margin:2.55% 0 0 4%}
div.bottom-grey-block ul {float:left;width:40%;margin-left:1%;padding:0}
div.bottom-grey-block ul li {font-size:13px}
div.bottom-grey-block ul li:after {top:4px}

    .service-page__summary ul{width:80%;margin-left:10%;text-align:left}
  .postid-3419 .service-page__summary ul{width:79%}

@media only screen and (min-width:320px) and (max-width:768px){
    .service-page__summary ul{width:100%;margin-left:0}
  .postid-3419 .service-page__summary ul{width:100%}
  div.pe-container-initial p {float:none;width:100%}
  div.pe-container-initial p:last-of-type{display:block;width:70%;margin:0 auto}
  div.pe-container-initial a {width:100%;background-color:#76c0e3;padding:4% 0;color:white;text-align:center;font-size:0.75em}
  div.finance-img {float:none;margin:0;width:100%}
  div.finance-text {float:none;margin:5% 0 0 0;width:100%}
  .finance-text p {width:100%}
  div.mobile-graphic-block {display:block}
  div.diagram-animated {display:none}

  div.bottom-grey-block h4 {float:none;width:100%;margin-left:0;text-decoration:underline;text-align:center;font-size: 0.7em}
  div.bottom-grey-block p {float:none;width:95%;padding:0 6%;border:none;font-size: 0.7em}
  div.bottom-grey-block ul {float:none;width:100%}
  div.bottom-grey-block ul li {font-size:0.7em}
  div.bottom-grey-block {display:none}
}

@media only screen and (min-width:768px) and (max-width:1024px){
  div.finance-img {float:left;margin:0 0 0 2.5%;width:45%}
  div.finance-text {float:left;margin:3% 0 0 5%;width:45%}
  .finance-text p {width:80%}
  div.mobile-graphic-block {display:none}
  div.diagram-animated {display:block}
}

/* ---------- Passle -----------------*/
.content-with-image-promo__wrapper-passle {display: flex;width: 90%;gap: 5%;margin:0 auto}
.content-with-image-promo__wrapper-passle .content-with-image-promo__content-passle{width:45%}
.content-with-image-promo__wrapper-passle .content-with-image-promo__content-passle div{margin-top:15%}
.content-with-image-promo__wrapper-passle .content-with-image-promo__content-passle div p{width:75%;margin:0 auto}
.content-with-image-promo__wrapper-passle .content-with-image-promo__media-passle{width:35%}
.content-with-image-promo__wrapper-passle .content-with-image-promo__media-passle div{width:100%}
.content-with-image-promo__wrapper-passle .content-with-image-promo__media-passle div img{width:100%}
.single-passle-post .people-list__person-image img {width:95%}


/* ---------- Operations and Supply Chain ------------ */
#oscc-title.oscc-title {text-transform:uppercase;color:#464646;font-size:1.875em;text-align:center;margin-top:5%;font-weight:700}
div.operations-supply-diagram-mobile {display:none}
div.operations-supply-diagram {width:100%;clear:both;overflow:hidden;position:relative;margin:5% 0 10% 0}
div.operations-supply-diagram .top-bar {top:24%;left:22%;position:absolute;width:70%;z-index:-100;background-color:#ebebeb;padding:2%}
div.operations-supply-diagram .bottom-bar {top:38%;left:22%;position:absolute;width:70%;z-index:-100;background-color:#ebebeb;padding:2%}
div.operations-supply-diagram .collapsable-blocks-osc {float:left;width:22%}
div.operations-supply-diagram .collapsable-blocks-osc .strategy-om {background-color:#ebebeb;border-bottom:10px solid #464646;margin-top:40%;clear:both;overflow:hidden;cursor:pointer}
div.operations-supply-diagram .collapsable-blocks-osc .strategy-om p {color:#000;font-size: 0.85em;font-weight:700;padding:3% 4% 0% 4%;line-height:1em;margin:0;float:left;width:78%}
div.operations-supply-diagram .collapsable-blocks-osc .strategy-om p#som-arrow-icon {width:5%;padding:0;margin-top:6%}
div.operations-supply-diagram .collapsable-blocks-osc .strategy-om p#som-arrow-icon i {float:left;font-size:1.25em;margin-top:5%;color:#a6a6a6}
div.operations-supply-diagram .collapsable-blocks-osc .som-container {display:none}
div.operations-supply-diagram .collapsable-blocks-osc .som-container ul {columns:1}
div.operations-supply-diagram .collapsable-blocks-osc .som-container ul li {font-size:0.8em}
div.operations-supply-diagram .collapsable-blocks-osc .en-technology {background-color:#ebebeb;border-bottom:10px solid #464646;clear:both;overflow:hidden;margin-top:4%;cursor:pointer}
div.operations-supply-diagram .collapsable-blocks-osc .en-technology p {color:#000;font-size: 0.85em;font-weight:700;padding:3% 4% 0% 4%;line-height:1em;margin:0;float:left;width:78%}
div.operations-supply-diagram .collapsable-blocks-osc .en-technology p#et-arrow-icon {width:5%;padding:0;margin-top:6%}
div.operations-supply-diagram .collapsable-blocks-osc .en-technology p#et-arrow-icon i {float:left;font-size:1.25em;margin-top:5%;color:#a6a6a6}
div.operations-supply-diagram .collapsable-blocks-osc .et-container {display:none;border-bottom:10px solid #464646}
div.operations-supply-diagram .collapsable-blocks-osc .et-container ul {columns:1}
div.operations-supply-diagram .collapsable-blocks-osc .et-container ul li {font-size:0.8em}
div.operations-supply-diagram .osc-planning {float:left;width:16%;border:2px solid #4c6382;background-color:#ebebeb;height:450px}
div.operations-supply-diagram .osc-planning p {text-align: center;background-color:#4c6382;color:white;margin:0;font-weight:600}
div.operations-supply-diagram .osc-planning ul {columns:1;width:100%;margin-left:0}
div.operations-supply-diagram .osc-planning ul li {font-size:0.8em}
div.operations-supply-diagram .osc-sourcing {float:left;width:16%;background-color:#ebebeb;border:2px solid #379190;margin-left:2%;height:450px}
div.operations-supply-diagram .osc-sourcing p {background-color:#379190;text-align:center;color:white;margin:0;font-weight:600}
div.operations-supply-diagram .osc-sourcing ul {columns:1;width:100%;margin-left:0}
div.operations-supply-diagram .osc-sourcing ul li {font-size:0.8em}
div.operations-supply-diagram .osc-manufacturing {float:left;width:16%;background-color:#ebebeb;border:2px solid #dfa840;margin-left:2%;height:450px}
div.operations-supply-diagram .osc-manufacturing p {background-color:#dfa840;text-align:center;color:white;margin:0;font-weight:600}
div.operations-supply-diagram .osc-manufacturing ul {columns:1;width:100%;margin-left:0}
div.operations-supply-diagram .osc-manufacturing ul li {font-size:0.8em}
div.operations-supply-diagram .osc-delivering {float:left;width:16%;background-color:#ebebeb;border:2px solid #071739;margin-left:2%;height:450px}
div.operations-supply-diagram .osc-delivering p {background-color:#071739;text-align:center;color:white;margin:0;font-weight:600}
div.operations-supply-diagram .osc-delivering ul {columns:1;width:100%;margin-left:0}
div.operations-supply-diagram .osc-delivering ul li {font-size:0.8em}

.page-id-329777 .card__face > h4{font-weight:500!important;font-size:15px}
/*.page-id-329777 .card {box-shadow: -3px -3px 2px rgba(191,191,191, 1), 5px 5px 5px rgba(191,191,191,1), 15px 15px 15px rgba(191,191,191,1);}*/
.page-id-329777 .card__face {box-shadow: -3px -3px 2px rgba(191,191,191, 0.5), 5px 5px 5px rgba(0,0,0,0.5);width:90%}
.page-id-329777 .card__face > h3 {text-transform:none;color:#fff}
.page-id-329777 .card__face > h3 span{font-weight:bolder}
.page-id-329777 .page-section:nth-of-type(3){margin-bottom:0}
.page-id-329777 .page-section:nth-of-type(4){margin:0 0 2.5em 0}
.page-id-329777 .page-section:nth-of-type(5){margin-top:1.5em;margin-bottom:0}
.page-id-329777 .scene {min-height: 300px}
.page-id-329777 .card {width: 30%!important;}
.page-id-329777 .basic-content .container {max-width: 79.5em}

/**** Clermont Insights Mods /
.postid-221745 .wysiwyg-content ol ul, .postid-361775 .wysiwyg-content ol ul, .postid-221851 .wysiwyg-content ol ul{list-style-type:circle}
.postid-221745 .wysiwyg-content ol ul ul, .postid-361775 .wysiwyg-content ol ul ul, .postid-221851 .wysiwyg-content ol ul ul{list-style-type:square}


/           VUE              */
  .page-id-329777 .page-section:nth-of-type(8) .columned-content--container .columned-content__column:nth-of-type(1) {display:none}
  .page-id-329777 .page-section:nth-of-type(8) .columned-content--container .columned-content__column:nth-of-type(3) {display:block}
.page-id-329777 .page-section.page-section--page-title.page-title h1{display:none;}
.page-id-16456 .page-section.page-section--page-title.page-title h1{display:none;}
.page-id-2 .page-section.page-section--page-title.page-title h1{display:none}

/           After audit boxes               ****/
.esg-box-container{width: 100%;display: flex;flex-direction:row;gap:3em}
.esg-boxes{width:20%;background-color:#f6f5f5;display:flex;text-align: center;justify-content: center;align-items: center;padding:10px;}
.esg-boxes h3{font-size:1em;color:#00629b}


@media only screen and (min-width:320px) and (max-width:768px){

  .content-with-image-promo__wrapper-passle {display: block}
  .content-with-image-promo__wrapper-passle .content-with-image-promo__content-passle{display:none}
  .content-with-image-promo__wrapper-passle .content-with-image-promo__content-passle div{margin-top:0}
  .content-with-image-promo__wrapper-passle .content-with-image-promo__content-passle div p{width:100%}
  .content-with-image-promo__wrapper-passle .content-with-image-promo__media-passle{width:100%}

    /*  Audit boxes   */
.esg-box-container{flex-direction:column}
.esg-boxes{width:80%;margin-left:10%;padding:5px;height:200px}
    /*VUE mobile*/
    .page-id-329777 .wysiwyg-content > :last-child{margin-top:5%}
    .page-id-329777 .card {width: 300px!important;}
    .page-id-329777 .card__face {width:300px!important}
    .page-id-329777 .page-section:nth-of-type(8) .columned-content--container .columned-content__column:nth-of-type(1) {display:block}
      .page-id-329777 .page-section:nth-of-type(8) .columned-content--container .columned-content__column:nth-of-type(3) {display:none}



  div.operations-supply-diagram {display:none}
  div.operations-supply-diagram-mobile {display:block;position:relative;margin-bottom:25%!important}
  div.operations-supply-diagram-mobile .vertical-bar {position:absolute;padding:155% 10%;background:#ebebeb;z-index:-100;left:40%}

  div.operations-supply-diagram-mobile-mobile .collapsable-blocks-osc {width:100%;margin:0 auto}
  div.operations-supply-diagram-mobile .collapsable-blocks-osc .strategy-om {background-color:#ebebeb;border-bottom:10px solid #464646;margin:10% 0 0 2.5%;clear:both;overflow:hidden;cursor:pointer;width:95%}
  div.operations-supply-diagram-mobile .collapsable-blocks-osc .strategy-om p {color:#464646;font-size: 1.3em;font-weight:700;padding:3% 4% 0% 4%;line-height:1em;margin:0;float:left;width:78%}
  div.operations-supply-diagram-mobile .collapsable-blocks-osc .strategy-om p#som-arrow-icon {width:5%;padding:0;margin-top:6%}
  div.operations-supply-diagram-mobile .collapsable-blocks-osc .strategy-om p#som-arrow-icon i {float:left;font-size:1.25em;margin-top:5%;color:#a6a6a6}
  div.operations-supply-diagram-mobile .collapsable-blocks-osc .som-container {display:none}
  div.operations-supply-diagram-mobile .collapsable-blocks-osc .som-container ul {columns:1;margin:1em auto;width:80%;padding-left:15px}
  div.operations-supply-diagram-mobile .collapsable-blocks-osc .som-container ul li {font-size:1em}
  div.operations-supply-diagram-mobile .collapsable-blocks-osc .en-technology {background-color:#ebebeb;border-bottom:10px solid #464646;clear:both;overflow:hidden;margin:4% 0 0 2.5%;cursor:pointer}
  div.operations-supply-diagram-mobile .collapsable-blocks-osc .en-technology p {color:#464646;font-size: 1.3em;font-weight:700;padding:3% 4% 0% 4%;line-height:1em;margin:0;float:left;width:78%}
  div.operations-supply-diagram-mobile .collapsable-blocks-osc .en-technology p#et-arrow-icon {width:5%;padding:0;margin-top:6%}
  div.operations-supply-diagram-mobile .collapsable-blocks-osc .en-technology p#et-arrow-icon i {float:left;font-size:1.25em;margin-top:5%;color:#a6a6a6}
  div.operations-supply-diagram-mobile .collapsable-blocks-osc .et-container {display:none;border-bottom:10px solid #464646}
  div.operations-supply-diagram-mobile .collapsable-blocks-osc .et-container ul {columns:1;margin:1em auto;width:80%;padding-left:15px}
  div.operations-supply-diagram-mobile .collapsable-blocks-osc .et-container ul li {font-size:1em}
  div.operations-supply-diagram-mobile .osc-planning {width:85%;border:2px solid #4c6382;background-color:#ebebeb;margin-left:7.5%}
  div.operations-supply-diagram-mobile .osc-planning p {text-align:center;background-color:#4c6382;color:white;margin:0;font-weight:600;font-size:1.3em}
  div.operations-supply-diagram-mobile .osc-planning ul {columns:1;margin:1em auto;width:80%;padding-left:15px}
  div.operations-supply-diagram-mobile .osc-planning ul li {font-size:1em}
  div.operations-supply-diagram-mobile .osc-sourcing {width:85%;background-color:#ebebeb;border:2px solid #379190;margin:5% 0 0 7.5%}
  div.operations-supply-diagram-mobile .osc-sourcing p {background-color:#379190;text-align:center;color:white;margin:0;font-weight:600;font-size:1.3em}
  div.operations-supply-diagram-mobile .osc-sourcing ul {columns:1;margin:1em auto;width:80%;padding-left:15px}
  div.operations-supply-diagram-mobile .osc-sourcing ul li {font-size:1em}
  div.operations-supply-diagram-mobile .osc-manufacturing {width:85%;background-color:#ebebeb;border:2px solid #dfa840;margin:5% 0 0 7.5%}
  div.operations-supply-diagram-mobile .osc-manufacturing p {background-color:#dfa840;text-align:center;color:white;margin:0;font-weight:600;font-size:1.3em}
  div.operations-supply-diagram-mobile .osc-manufacturing ul {columns:1;margin:1em auto;width:80%;padding-left:15px}
  div.operations-supply-diagram-mobile .osc-manufacturing ul li {font-size:1em}
  div.operations-supply-diagram-mobile .osc-delivering {width:85%;background-color:#ebebeb;border:2px solid #071739;margin:5% 0 0 7.5%}
  div.operations-supply-diagram-mobile .osc-delivering p {background-color:#071739;text-align:center;color:white;margin:0;font-weight:600;font-size:1.3em}
  div.operations-supply-diagram-mobile .osc-delivering ul {columns:1;margin:1em auto;width:80%;padding-left:15px}
  div.operations-supply-diagram-mobile .osc-delivering ul li {font-size:1em}

}

@media only screen
    and (device-width: 390px)
    and (device-height: 844px)
    and (-webkit-device-pixel-ratio: 3) {
div.operations-supply-diagram-mobile .vertical-bar {padding:140% 10%;}
    }

@media only screen and (min-width:768px) and (max-width:1024px){
  div.operations-supply-diagram {display:block}
  div.operations-supply-diagram-mobile {display:none}

  div.operations-supply-diagram .collapsable-blocks-osc {width:20%}
  div.operations-supply-diagram .collapsable-blocks-osc .strategy-om {margin-top:60%}
  div.operations-supply-diagram .collapsable-blocks-osc .en-technology {margin-top:10%}
  div.operations-supply-diagram .collapsable-blocks-osc .som-container ul {margin:1em 0.5em}
  div.operations-supply-diagram .collapsable-blocks-osc .som-container ul li {font-size:0.7em}
  div.operations-supply-diagram .collapsable-blocks-osc .et-container ul {margin:1em 0.5em}
  div.operations-supply-diagram .collapsable-blocks-osc .et-container ul li {font-size:0.7em}
  div.operations-supply-diagram .osc-planning {width:19%;height:300px}
  div.operations-supply-diagram .osc-planning p {font-size:0.8em}
  div.operations-supply-diagram .osc-planning ul {margin:1em 0.5em}
  div.operations-supply-diagram .osc-planning ul li {font-size:0.7em}
  div.operations-supply-diagram .osc-sourcing {width:19%;margin-left:0.5%;height:300px}
  div.operations-supply-diagram .osc-sourcing p {font-size:0.8em}
  div.operations-supply-diagram .osc-sourcing ul {margin:1em 0.5em}
  div.operations-supply-diagram .osc-sourcing ul li {font-size:0.7em}
  div.operations-supply-diagram .osc-manufacturing {width:19%;margin-left:0.5%;height:300px}
  div.operations-supply-diagram .osc-manufacturing p {font-size:0.8em}
  div.operations-supply-diagram .osc-manufacturing ul {margin:1em 0.5em}
  div.operations-supply-diagram .osc-manufacturing ul li {font-size:0.7em}
  div.operations-supply-diagram .osc-delivering {width:19%;margin-left:0.5%;height:300px}
  div.operations-supply-diagram .osc-delivering p {font-size:0.8em}
  div.operations-supply-diagram .osc-delivering ul {margin:1em 0.5em}
  div.operations-supply-diagram .osc-delivering ul li {font-size:0.7em}
}
