@charset "UTF-8";
/* CSS RESET */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
/* line 5, ../sass/base/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 26, ../sass/base/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* line 30, ../sass/base/_reset.scss */
body {
  line-height: 1;
}

/* line 33, ../sass/base/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 36, ../sass/base/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 39, ../sass/base/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 44, ../sass/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* BOOTSTRAP */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* line 24, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "*";
}

/* line 38, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "+";
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}

/* line 41, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270F";
}

/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\E001";
}

/* line 46, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\E002";
}

/* line 47, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\E003";
}

/* line 48, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\E005";
}

/* line 49, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\E006";
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\E007";
}

/* line 51, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\E008";
}

/* line 52, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\E009";
}

/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\E010";
}

/* line 54, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\E011";
}

/* line 55, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\E012";
}

/* line 56, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\E013";
}

/* line 57, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\E014";
}

/* line 58, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\E015";
}

/* line 59, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\E016";
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\E017";
}

/* line 61, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\E018";
}

/* line 62, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\E019";
}

/* line 63, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\E020";
}

/* line 64, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\E021";
}

/* line 65, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\E022";
}

/* line 66, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\E023";
}

/* line 67, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\E024";
}

/* line 68, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\E025";
}

/* line 69, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\E026";
}

/* line 70, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\E027";
}

/* line 71, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\E028";
}

/* line 72, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\E029";
}

/* line 73, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\E030";
}

/* line 74, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\E031";
}

/* line 75, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\E032";
}

/* line 76, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\E033";
}

/* line 77, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\E034";
}

/* line 78, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\E035";
}

/* line 79, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\E036";
}

/* line 80, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\E037";
}

/* line 81, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\E038";
}

/* line 82, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\E039";
}

/* line 83, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\E040";
}

/* line 84, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\E041";
}

/* line 85, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\E042";
}

/* line 86, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\E043";
}

/* line 87, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\E044";
}

/* line 88, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\E045";
}

/* line 89, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\E046";
}

/* line 90, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\E047";
}

/* line 91, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\E048";
}

/* line 92, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\E049";
}

/* line 93, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\E050";
}

/* line 94, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\E051";
}

/* line 95, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\E052";
}

/* line 96, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\E053";
}

/* line 97, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\E054";
}

/* line 98, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\E055";
}

/* line 99, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\E056";
}

/* line 100, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\E057";
}

/* line 101, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\E058";
}

/* line 102, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\E059";
}

/* line 103, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\E060";
}

/* line 104, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\E062";
}

/* line 105, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\E063";
}

/* line 106, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\E064";
}

/* line 107, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\E065";
}

/* line 108, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\E066";
}

/* line 109, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\E067";
}

/* line 110, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\E068";
}

/* line 111, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\E069";
}

/* line 112, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\E070";
}

/* line 113, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\E071";
}

/* line 114, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\E072";
}

/* line 115, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\E073";
}

/* line 116, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\E074";
}

/* line 117, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\E075";
}

/* line 118, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\E076";
}

/* line 119, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\E077";
}

/* line 120, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\E078";
}

/* line 121, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\E079";
}

/* line 122, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\E080";
}

/* line 123, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\E081";
}

/* line 124, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\E082";
}

/* line 125, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\E083";
}

/* line 126, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\E084";
}

/* line 127, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\E085";
}

/* line 128, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\E086";
}

/* line 129, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\E087";
}

/* line 130, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\E088";
}

/* line 131, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\E089";
}

/* line 132, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\E090";
}

/* line 133, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\E091";
}

/* line 134, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\E092";
}

/* line 135, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\E093";
}

/* line 136, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\E094";
}

/* line 137, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\E095";
}

/* line 138, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\E096";
}

/* line 139, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\E097";
}

/* line 140, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\E101";
}

/* line 141, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\E102";
}

/* line 142, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\E103";
}

/* line 143, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\E104";
}

/* line 144, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\E105";
}

/* line 145, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\E106";
}

/* line 146, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\E107";
}

/* line 147, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\E108";
}

/* line 148, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\E109";
}

/* line 149, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\E110";
}

/* line 150, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\E111";
}

/* line 151, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\E112";
}

/* line 152, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\E113";
}

/* line 153, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\E114";
}

/* line 154, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\E115";
}

/* line 155, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\E116";
}

/* line 156, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\E117";
}

/* line 157, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\E118";
}

/* line 158, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\E119";
}

/* line 159, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\E120";
}

/* line 160, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\E121";
}

/* line 161, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\E122";
}

/* line 162, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\E123";
}

/* line 163, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\E124";
}

/* line 164, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\E125";
}

/* line 165, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\E126";
}

/* line 166, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\E127";
}

/* line 167, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\E128";
}

/* line 168, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\E129";
}

/* line 169, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\E130";
}

/* line 170, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\E131";
}

/* line 171, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\E132";
}

/* line 172, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\E133";
}

/* line 173, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\E134";
}

/* line 174, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\E135";
}

/* line 175, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\E136";
}

/* line 176, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\E137";
}

/* line 177, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\E138";
}

/* line 178, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\E139";
}

/* line 179, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\E140";
}

/* line 180, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\E141";
}

/* line 181, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\E142";
}

/* line 182, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\E143";
}

/* line 183, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\E144";
}

/* line 184, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\E145";
}

/* line 185, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\E146";
}

/* line 186, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\E148";
}

/* line 187, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\E149";
}

/* line 188, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\E150";
}

/* line 189, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}

/* line 190, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}

/* line 191, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\E153";
}

/* line 192, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}

/* line 193, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\E155";
}

/* line 194, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}

/* line 195, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\E157";
}

/* line 196, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\E158";
}

/* line 197, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\E159";
}

/* line 198, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\E160";
}

/* line 199, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\E161";
}

/* line 200, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\E162";
}

/* line 201, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\E163";
}

/* line 202, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\E164";
}

/* line 203, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\E165";
}

/* line 204, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\E166";
}

/* line 205, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\E167";
}

/* line 206, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\E168";
}

/* line 207, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\E169";
}

/* line 208, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\E170";
}

/* line 209, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\E171";
}

/* line 210, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\E172";
}

/* line 211, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\E173";
}

/* line 212, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\E174";
}

/* line 213, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\E175";
}

/* line 214, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\E176";
}

/* line 215, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\E177";
}

/* line 216, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\E178";
}

/* line 217, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\E179";
}

/* line 218, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\E180";
}

/* line 219, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\E181";
}

/* line 220, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\E182";
}

/* line 221, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\E183";
}

/* line 222, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\E184";
}

/* line 223, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\E185";
}

/* line 224, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\E186";
}

/* line 225, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\E187";
}

/* line 226, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\E188";
}

/* line 227, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\E189";
}

/* line 228, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\E190";
}

/* line 229, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\E191";
}

/* line 230, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\E192";
}

/* line 231, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\E193";
}

/* line 232, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\E194";
}

/* line 233, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\E195";
}

/* line 234, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\E197";
}

/* line 235, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\E198";
}

/* line 236, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\E199";
}

/* line 237, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\E200";
}

/* line 238, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\E201";
}

/* line 239, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\E202";
}

/* line 240, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\E203";
}

/* line 241, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\E204";
}

/* line 242, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\E205";
}

/* line 243, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\E206";
}

/* line 252, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\E209";
}

/* line 253, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\E210";
}

/* line 254, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\E211";
}

/* line 255, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\E212";
}

/* line 256, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\E213";
}

/* line 257, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\E214";
}

/* line 258, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\E215";
}

/* line 259, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\E216";
}

/* line 260, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26FA";
}

/* line 261, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\E218";
}

/* line 262, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\E219";
}

/* line 263, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\F8FF";
}

/* line 264, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\E221";
}

/* line 265, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231B";
}

/* line 266, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\E223";
}

/* line 267, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\E224";
}

/* line 268, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\E225";
}

/* line 269, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\E226";
}

/* line 270, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\E227";
}

/* line 271, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\E227";
}

/* line 272, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\E227";
}

/* line 273, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\A5";
}

/* line 274, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\A5";
}

/* line 275, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20BD";
}

/* line 276, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20BD";
}

/* line 277, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\E230";
}

/* line 278, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\E231";
}

/* line 279, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}

/* line 280, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\E233";
}

/* line 281, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\E234";
}

/* line 282, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\E235";
}

/* line 283, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\E236";
}

/* line 284, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\E237";
}

/* line 285, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\E238";
}

/* line 286, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\E239";
}

/* line 287, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\E240";
}

/* line 288, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\E241";
}

/* line 289, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\E242";
}

/* line 290, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\E243";
}

/* line 291, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\E244";
}

/* line 292, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\E245";
}

/* line 293, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\E246";
}

/* line 294, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\E247";
}

/* line 295, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\E248";
}

/* line 296, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\E249";
}

/* line 297, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\E250";
}

/* line 298, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\E251";
}

/* line 299, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\E252";
}

/* line 300, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\E253";
}

/* line 301, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\E254";
}

/* line 302, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\E255";
}

/* line 303, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\E256";
}

/* line 304, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\E257";
}

/* line 305, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\E258";
}

/* line 306, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\E259";
}

/* line 307, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\E260";
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  box-sizing: border-box;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  box-sizing: border-box;
}

/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 52, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 58, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container, .recirculation > .spark-line, .new-links-module > .spark-line, .links-module > .spark-line {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .recirculation > .spark-line:before, .new-links-module > .spark-line:before, .links-module > .spark-line:before, .container:after, .recirculation > .spark-line:after, .new-links-module > .spark-line:after, .links-module > .spark-line:after {
  content: " ";
  display: table;
}

/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after, .recirculation > .spark-line:after, .new-links-module > .spark-line:after, .links-module > .spark-line:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container, .recirculation > .spark-line, .new-links-module > .spark-line, .links-module > .spark-line {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container, .recirculation > .spark-line, .new-links-module > .spark-line, .links-module > .spark-line {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container, .recirculation > .spark-line, .new-links-module > .spark-line, .links-module > .spark-line {
    width: 1170px;
  }
}

/* line 30, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }
  /* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  /* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }
  /* line 40, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  box-sizing: border-box;
}

/* line 52, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 136, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 146, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 202, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 215, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 231, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 295, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 307, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

/* line 315, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 333, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 340, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 344, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 348, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 359, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 366, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 370, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 374, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 388, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 393, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 410, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 442, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 569, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 575, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 582, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

/* line 593, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 603, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 611, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 39, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* line 58, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 29, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 17, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 29, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 29, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 29, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 29, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 29, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 37, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}

/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

/* line 101, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

/* line 109, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 139, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* line 13, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 21, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

/* line 7, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 54, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 78, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

/* line 103, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 110, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 123, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 128, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 137, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 147, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 153, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 163, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 173, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 186, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 193, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 207, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 212, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 15, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 39, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 58, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 69, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 81, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 109, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 116, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 120, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 127, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 157, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 162, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 201, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 212, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 216, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 1, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 7, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 27, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 82, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 121, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 127, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 153, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 170, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 6, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 16, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  /* line 34, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

/* line 109, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 112, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 119, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 128, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 138, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 158, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 163, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203A';
}

/* line 174, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 185, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

/* line 207, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 229, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 260, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 267, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 12, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 12, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 12, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 12, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 10, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 11, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 12, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* HELPERS */
/* Typography */
/* Colors */
/* Animations */
/* Breakpoint */
/* Responsive Mixin */
/*!
 * Bootstrap-select v1.7.3 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
/* line 8, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select {
  width: 220px;
}

/* line 11, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
}

/* line 15, ../sass/helpers/_bootstrap-select.scss */
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

/* line 19, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.fit-width {
  width: auto !important;
}

/* line 22, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

/* line 25, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 30, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* line 35, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

/* line 38, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

/* line 41, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

/* line 47, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

/* line 52, ../sass/helpers/_bootstrap-select.scss */
.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

/* line 57, ../sass/helpers/_bootstrap-select.scss */
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

/* line 61, ../sass/helpers/_bootstrap-select.scss */
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

/* line 64, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

/* line 68, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: 0 !important;
}

/* line 72, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

/* line 78, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  border: 0px !important;
}

/* line 87, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret::before,
.bootstrap-select.btn-group .dropdown-toggle .caret::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #000;
  backface-visibility: hidden;
}

/* line 102, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret::before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -2px;
}

/* line 111, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.dropup .dropdown-toggle .caret::before {
  right: -8px;
}

/* line 115, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-toggle .caret::after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -2px;
}

/* line 124, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.dropup .dropdown-toggle .caret::after {
  left: -8px;
}

/* line 128, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

/* line 131, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}

/* line 138, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

/* line 148, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

/* line 151, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

/* line 154, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

/* line 157, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}

/* line 160, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

/* line 164, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

/* line 167, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

/* line 170, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

/* line 173, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: .9;
  box-sizing: border-box;
}

/* line 190, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

/* line 196, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

/* line 199, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

/* line 204, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

/* line 210, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

/* line 213, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1036;
}

/* line 216, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

/* line 226, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

/* line 236, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

/* line 242, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

/* line 248, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

/* line 252, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

/* line 256, ../sass/helpers/_bootstrap-select.scss */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}

/* line 260, ../sass/helpers/_bootstrap-select.scss */
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}

/* line 265, ../sass/helpers/_bootstrap-select.scss */
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

/* line 272, ../sass/helpers/_bootstrap-select.scss */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 275, ../sass/helpers/_bootstrap-select.scss */
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

/* line 282, ../sass/helpers/_bootstrap-select.scss */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 285, ../sass/helpers/_bootstrap-select.scss */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

/* line 288, ../sass/helpers/_bootstrap-select.scss */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}

/* line 292, ../sass/helpers/_bootstrap-select.scss */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

/* line 296, ../sass/helpers/_bootstrap-select.scss */
select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

/* BASE STYLES */
/* TYPOGRAPHY
------------------------ */
/* line 3, ../sass/base/_typography.scss */
html, html a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
}

/* line 10, ../sass/base/_typography.scss */
html, body, form, fieldset, table, tr, td, img,
input, button, select, textarea, optgroup, option {
  font-size: 17px;
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
}

/* line 17, ../sass/base/_typography.scss */
p {
  margin-bottom: 1em;
  line-height: 26px;
  font-size: 17px;
}

/* line 23, ../sass/base/_typography.scss */
strong {
  font-weight: 700;
}

/* line 27, ../sass/base/_typography.scss */
em, i {
  font-style: italic;
}

/* line 31, ../sass/base/_typography.scss */
sup {
  vertical-align: super;
  font-size: 75%;
}

/* line 36, ../sass/base/_typography.scss */
sub {
  vertical-align: sub;
  font-size: 75%;
}

/* HEADINGS
------------------------ */
/* line 47, ../sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

/* line 55, ../sass/base/_typography.scss */
h1, .h1 {
  font-size: 50px;
  margin-bottom: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 62, ../sass/base/_typography.scss */
h2, .h2 {
  font-size: 34px;
  font-weight: normal;
  margin-bottom: 30px;
  text-transform: none;
}

/* line 70, ../sass/base/_typography.scss */
h3, .h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: none;
}

/* line 76, ../sass/base/_typography.scss */
h4, .h4 {
  font-size: 18px;
  text-transform: none;
}

/* line 80, ../sass/base/_typography.scss */
h5, .h5 {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 12px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 88, ../sass/base/_typography.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 93, ../sass/base/_typography.scss */
.text-left {
  text-align: left;
}

/* line 94, ../sass/base/_typography.scss */
.text-right {
  text-align: right;
}

/* line 95, ../sass/base/_typography.scss */
.text-center {
  text-align: center;
}

/* line 96, ../sass/base/_typography.scss */
.text-justify {
  text-align: justify;
}

/* line 97, ../sass/base/_typography.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 100, ../sass/base/_typography.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 101, ../sass/base/_typography.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 102, ../sass/base/_typography.scss */
.text-capitalize {
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 105, ../sass/base/_typography.scss */
  h1, .h1 {
    font-size: 45px;
  }
  /* line 109, ../sass/base/_typography.scss */
  h2, .h2 {
    font-size: 24px;
    line-height: 1.2;
  }
  /* line 113, ../sass/base/_typography.scss */
  h3, .h3 {
    font-size: 22px;
  }
  /* line 116, ../sass/base/_typography.scss */
  h4, .h4 {
    font-size: 16px;
  }
}

/* line 1, ../sass/base/_scaffolding.scss */
html {
  overflow-x: hidden;
}

/* line 5, ../sass/base/_scaffolding.scss */
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* line 11, ../sass/base/_scaffolding.scss */
body {
  overflow-x: hidden;
}

/* line 13, ../sass/base/_scaffolding.scss */
body.overflow-hidden {
  width: 100%;
  overflow: hidden;
  position: fixed;
}

/* line 18, ../sass/base/_scaffolding.scss */
body.overflow-hidden-explore {
  overflow-y: hidden;
}

@media (min-width: 1200px) {
  /* line 18, ../sass/base/_scaffolding.scss */
  body.overflow-hidden-explore {
    /* width: inherit;
    overflow: inherit;
    position: inherit;
    height: inherit; */
  }
}

/* line 34, ../sass/base/_scaffolding.scss */
.container, .recirculation > .spark-line, .new-links-module > .spark-line, .links-module > .spark-line,
.container-fluid,
.row,
[class*='col-'] {
  position: relative;
}

/* line 41, ../sass/base/_scaffolding.scss */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 46, ../sass/base/_scaffolding.scss */
.row.no-gutters > [class*="col-"],
[class*="col-"].no-gutters {
  padding-right: 0;
  padding-left: 0;
}

/* Font Awesome */
/* line 53, ../sass/base/_scaffolding.scss */
.fa {
  font-size: 20px;
  margin: 0 2px;
}

/* COMPONENTS */
/* line 1, ../sass/components/_global.scss */
.print-only {
  display: none;
}

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

Primary style

-------------------------------- */
/*
*, *::after, *::before {
  box-sizing: border-box;
}
*/
/* line 12, ../sass/components/_megasitenav.scss */
html {
  font-size: 62.5%;
}

/* line 16, ../sass/components/_megasitenav.scss */
body {
  font-size: 1.6rem;
  font-family: sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
}

@media only screen and (max-width: 1024px) {
  /* line 23, ../sass/components/_megasitenav.scss */
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
}

/* line 28, ../sass/components/_megasitenav.scss */
a {
  color: #69aa6f;
  text-decoration: none;
}

/* line 33, ../sass/components/_megasitenav.scss */
img {
  /* make images responsive */
  max-width: 100%;
}

/* line 38, ../sass/components/_megasitenav.scss */
input {
  font-family: sans-serif;
  font-size: 1.6rem;
}

/* line 43, ../sass/components/_megasitenav.scss */
input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none;
}

/* line 48, ../sass/components/_megasitenav.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

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

Main components

-------------------------------- */
/* .cd-main-content, */
/* line 60, ../sass/components/_megasitenav.scss */
.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

/* line 70, ../sass/components/_megasitenav.scss */
.cd-main-content, .cd-main-header {
  position: relative;
  -moz-transition: -moz-transform 0.3s;
}

/* commenting out tony's change because
  menu is supposed to be an overlay,
  not pushing content aside :)
@media only screen and (max-width: 1024px) {
  .cd-main-content.nav-is-visible,
  .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-main-content.nav-is-visible,
  .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
  }
}
*/
/* line 99, ../sass/components/_megasitenav.scss */
.cd-main-content {
  min-height: 100vh;
  z-index: 2;
}

/* line 110, ../sass/components/_megasitenav.scss */
.cd-main-header {
  height: 58px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 120, ../sass/components/_megasitenav.scss */
.nav-is-fixed .cd-main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1025px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 129, ../sass/components/_megasitenav.scss */
  .cd-main-header .container, .cd-main-header .recirculation > .spark-line, .cd-main-header .new-links-module > .spark-line, .cd-main-header .links-module > .spark-line {
    width: inherit;
  }
}

@media only screen and (min-width: 1025px) {
  /* line 136, ../sass/components/_megasitenav.scss */
  .cd-main-header .container, .cd-main-header .recirculation > .spark-line, .cd-main-header .new-links-module > .spark-line, .cd-main-header .links-module > .spark-line {
    width: 970px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 143, ../sass/components/_megasitenav.scss */
  .cd-main-header .container, .cd-main-header .recirculation > .spark-line, .cd-main-header .new-links-module > .spark-line, .cd-main-header .links-module > .spark-line {
    width: 1170px;
  }
}

@media only screen and (min-width: 1025px) {
  /* line 149, ../sass/components/_megasitenav.scss */
  .cd-main-header {
    height: 80px;
  }
  /* line 152, ../sass/components/_megasitenav.scss */
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }
}

/* line 159, ../sass/components/_megasitenav.scss */
.cd-logo {
  position: absolute;
  top: 14px;
  left: 15px;
  z-index: 30;
  width: 110px;
}

/* line 166, ../sass/components/_megasitenav.scss */
.cd-logo img {
  display: block;
}

@media only screen and (max-width: 1024px) {
  /* line 170, ../sass/components/_megasitenav.scss */
  .nav-on-left .cd-logo {
    left: auto;
    right: 5%;
  }
}

@media only screen and (min-width: 1025px) {
  /* line 176, ../sass/components/_megasitenav.scss */
  .cd-logo {
    top: 21px;
    left: 15px;
    width: 140px;
  }
}

/* line 183, ../sass/components/_megasitenav.scss */
.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 4px;
  right: 15px;
  z-index: 40;
}

/* line 190, ../sass/components/_megasitenav.scss */
.cd-header-buttons li {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  /* line 194, ../sass/components/_megasitenav.scss */
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }
  /* line 198, ../sass/components/_megasitenav.scss */
  .nav-on-left .cd-header-buttons li {
    float: right;
  }
}

@media only screen and (min-width: 1025px) {
  /* line 203, ../sass/components/_megasitenav.scss */
  .cd-header-buttons {
    top: 8px;
    right: 0;
  }
}

/* line 209, ../sass/components/_megasitenav.scss */
.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  display: block;
  width: 25px;
  height: 33px;
  padding-top: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  color: #FFF;
  font-weight: bold;
  /* hide text */
  z-index: 3;
  color: white;
  top: 3px;
}

/* line 226, ../sass/components/_megasitenav.scss */
.cd-search-trigger:hover, .cd-nav-trigger:hover {
  color: white;
}

/* line 229, ../sass/components/_megasitenav.scss */
.cd-search-trigger:active, .cd-nav-trigger:active {
  color: white;
  text-decoration: none;
}

/* line 233, ../sass/components/_megasitenav.scss */
.cd-search-trigger:focus, .cd-nav-trigger:focus {
  color: white;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  /* line 240, ../sass/components/_megasitenav.scss */
  .cd-search-trigger, .cd-nav-trigger {
    width: 44px;
  }
}

@media (max-width: 1021px) {
  /* line 246, ../sass/components/_megasitenav.scss */
  .cd-nav-trigger.nav-is-visible {
    visibility: hidden;
  }
}

/* line 252, ../sass/components/_megasitenav.scss */
.cd-search-trigger {
  color: white;
  z-index: 33;
  font-weight: normal;
  margin-top: 19px;
  text-align: left;
  padding-left: 15px;
  text-decoration: none;
}

/* line 263, ../sass/components/_megasitenav.scss */
.cd-search-trigger:hover {
  color: #65BCE5;
}

/* line 268, ../sass/components/_megasitenav.scss */
.cd-search-trigger:hover .search-icon::before {
  border-color: #65BCE5;
}

/* line 271, ../sass/components/_megasitenav.scss */
.cd-search-trigger:hover .search-icon::after {
  background: #65BCE5;
}

/* line 276, ../sass/components/_megasitenav.scss */
.cd-search-trigger:hover .icon, .cd-search-trigger:hover .chapter-nav__navigation ul::after, .chapter-nav__navigation .cd-search-trigger:hover ul::after {
  background-position: -30px 0;
}

/* line 282, ../sass/components/_megasitenav.scss */
.cd-search-trigger:active {
  color: #65BCE5;
  text-decoration: none;
}

/* line 287, ../sass/components/_megasitenav.scss */
.cd-search-trigger:focus {
  color: #65BCE5;
  text-decoration: none;
}

/* line 292, ../sass/components/_megasitenav.scss */
.cd-search-trigger .title {
  display: block;
}

/* line 296, ../sass/components/_megasitenav.scss */
.cd-search-trigger .icon, .cd-search-trigger .chapter-nav__navigation ul::after, .chapter-nav__navigation .cd-search-trigger ul::after {
  display: block;
  width: 30px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 14px;
  background: transparent url("../images/Search_icon_roll.svg") no-repeat scroll 0% 0%;
}

/* line 316, ../sass/components/_megasitenav.scss */
.cd-search-trigger.search-is-visible .icon, .cd-search-trigger.search-is-visible .chapter-nav__navigation ul::after, .chapter-nav__navigation .cd-search-trigger.search-is-visible ul::after {
  background-position: -30px 0;
}

/* line 321, ../sass/components/_megasitenav.scss */
.cd-search-trigger .search-icon {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}

/* line 334, ../sass/components/_megasitenav.scss */
.cd-search-trigger .search-icon::before, .cd-search-trigger .search-icon::after {
  /* search icon */
  content: '';
  position: absolute;
  transition: opacity 0.3s, border-color 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* line 352, ../sass/components/_megasitenav.scss */
.cd-search-trigger .search-icon::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #FFF;
}

/* line 362, ../sass/components/_megasitenav.scss */
.cd-search-trigger .search-icon::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #FFF;
  bottom: 14px;
  right: 11px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: background 0.3s;
}

/* line 381, ../sass/components/_megasitenav.scss */
.cd-search-trigger .close-icon {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}

/* line 394, ../sass/components/_megasitenav.scss */
.cd-search-trigger .close-icon::before, .cd-search-trigger .close-icon::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #FFFFFF;
  /* Force Hardware Acceleration in WebKit */
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 420, ../sass/components/_megasitenav.scss */
.cd-search-trigger .close-icon::before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 428, ../sass/components/_megasitenav.scss */
.cd-search-trigger .close-icon::after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 439, ../sass/components/_megasitenav.scss */
.cd-search-trigger.search-is-visible .search-icon {
  opacity: 0;
}

/* line 442, ../sass/components/_megasitenav.scss */
.cd-search-trigger.search-is-visible .close-icon {
  opacity: 1;
}

/* line 444, ../sass/components/_megasitenav.scss */
.cd-search-trigger.search-is-visible .close-icon::before {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 451, ../sass/components/_megasitenav.scss */
.cd-search-trigger.search-is-visible .close-icon::after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 463, ../sass/components/_megasitenav.scss */
.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 24px;
  background: #FFF;
}

/* line 471, ../sass/components/_megasitenav.scss */
.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 66%;
  left: 0px;
  margin-top: -2px;
  transition: background 0.3s 0.3s;
}

/* line 481, ../sass/components/_megasitenav.scss */
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  transition: transform 0.3s 0.3s;
}

/* line 502, ../sass/components/_megasitenav.scss */
.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -7px;
}

/* line 506, ../sass/components/_megasitenav.scss */
.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 7px;
}

/* line 510, ../sass/components/_megasitenav.scss */
.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}

/* line 514, ../sass/components/_megasitenav.scss */
.cd-nav-trigger.nav-is-visible span::before, .cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #FFFFFF;
}

/* line 518, ../sass/components/_megasitenav.scss */
.cd-nav-trigger.nav-is-visible span::before {
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}

/* line 525, ../sass/components/_megasitenav.scss */
.cd-nav-trigger.nav-is-visible span::after {
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

@media only screen and (min-width: 1025px) {
  /* line 533, ../sass/components/_megasitenav.scss */
  .cd-nav-trigger {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 539, ../sass/components/_megasitenav.scss */
  .cd-primary-nav.closed {
    display: none;
  }
  /* line 542, ../sass/components/_megasitenav.scss */
  .cd-primary-nav.nav-is-visible {
    display: block;
    z-index: 20;
  }
}

/* line 550, ../sass/components/_megasitenav.scss */
.cd-primary-nav.overflow-hidden {
  overflow: hidden;
}

/* line 555, ../sass/components/_megasitenav.scss */
.cd-primary-nav, .cd-primary-nav .cd-nav__ul-custom {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  background: rgba(0, 0, 0, 0.85);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: transform 0.3s;
}

/* line 580, ../sass/components/_megasitenav.scss */
.cd-primary-nav a, .cd-primary-nav .cd-nav__ul-custom a {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 34px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #3a3f40;
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
  transition: transform 0.3s, opacity 0.3s;
}

/* line 602, ../sass/components/_megasitenav.scss */
.cd-primary-nav a:focus, .cd-primary-nav .cd-nav__ul-custom a:focus {
  outline: none;
  border: 0 !important;
  text-decoration: none !important;
}

/* line 608, ../sass/components/_megasitenav.scss */
.cd-primary-nav a::-moz-focus-inner, .cd-primary-nav .cd-nav__ul-custom a::-moz-focus-inner {
  outline: none;
  border: 0 !important;
  text-decoration: none !important;
}

/* line 614, ../sass/components/_megasitenav.scss */
.cd-primary-nav.is-hidden, .cd-primary-nav .cd-nav__ul-custom.is-hidden {
  /* secondary navigations hidden by default */
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 622, ../sass/components/_megasitenav.scss */
.cd-primary-nav.moves-out > li > a, .cd-primary-nav .cd-nav__ul-custom.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  /* line 633, ../sass/components/_megasitenav.scss */
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav .cd-nav__ul-custom {
    right: auto;
    left: 0;
  }
}

/* line 638, ../sass/components/_megasitenav.scss */
.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #65BCE5;
}

/* line 642, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 55px;
  line-height: 55px;
}

/* line 647, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 651, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}

/* line 654, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

/* line 663, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}

/* line 666, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #FFF;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}

/* line 672, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

/* line 686, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
  background-image: url("../img/line-icon-1.svg");
}

/* line 689, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
  background-image: url("../img/line-icon-2.svg");
}

/* line 692, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
  background-image: url("../img/line-icon-3.svg");
}

/* line 695, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
  background-image: url("../img/line-icon-4.svg");
}

/* line 698, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
  background-image: url("../img/line-icon-5.svg");
}

/* line 701, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
  background-image: url("../img/line-icon-6.svg");
}

/* line 704, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
  background-image: url("../img/line-icon-7.svg");
}

/* line 707, ../sass/components/_megasitenav.scss */
.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
  background-image: url("../img/line-icon-8.svg");
}

@media only screen and (max-width: 1024px) {
  /* line 711, ../sass/components/_megasitenav.scss */
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
  }
  /* line 718, ../sass/components/_megasitenav.scss */
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
  }
}

@media only screen and (min-width: 1025px) {
  /* line 727, ../sass/components/_megasitenav.scss */
  .cd-primary-nav {
    margin-top: 17px;
    position: static;
    padding: 0 0 0 128px;
    height: auto;
    width: auto;
    left: right;
    overflow: visible;
    background: transparent;
  }
  /* line 737, ../sass/components/_megasitenav.scss */
  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }
  /* line 742, ../sass/components/_megasitenav.scss */
  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  /* line 751, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav__ul-custom {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }
  /* line 759, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav__ul-custom.is-hidden {
    /* reset mobile style */
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 767, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav__ul-custom.moves-out > li > a {
    /* reset mobile style */
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  /* line 776, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > li {
    float: left;
    margin-left: 1.3em;
  }
  /* line 780, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > li.contact-us-mobile-only {
    display: none;
  }
  /* line 784, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
    height: 63px;
    line-height: 46px;
    padding: 0 10px;
    color: #FFF;
    font-weight: 200;
    overflow: visible;
    border-bottom: none;
    transition: color 0.3s, box-shadow 0.3s;
  }
  /* line 799, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > li > a:hover, .cd-primary-nav > li > a.selected {
    box-shadow: inset 0 -4px 0 #00a4f5;
    height: 63px;
    color: #fff;
  }
  /* line 804, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .go-back, .cd-primary-nav .see-all {
    display: none;
  }
  /* line 807, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav, .cd-primary-nav .cd-nav-gallery, .cd-primary-nav .cd-nav-icons {
    /* dropdown menu style */
    position: absolute;
    top: 63px;
    width: 100%;
    left: 5%;
    padding: 40px 64px 130px;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  /* line 826, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav::before, .cd-primary-nav .cd-nav-gallery::before, .cd-primary-nav .cd-nav-icons::before {
    content: "";
    display: block;
    width: 150vw;
    background: rgba(4, 7, 13, 0.8) none repeat scroll 0% 0%;
    height: 68%;
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  /* line 843, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
    content: "";
    display: block;
    width: 150vw;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  /* line 860, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav::after, .cd-primary-nav .cd-nav-gallery::after, .cd-primary-nav .cd-nav-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  /* line 865, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav.is-hidden, .cd-primary-nav .cd-nav-gallery.is-hidden, .cd-primary-nav .cd-nav-icons.is-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  /* line 872, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav > .see-all, .cd-primary-nav .cd-nav-gallery > .see-all, .cd-primary-nav .cd-nav-icons > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0;
  }
  /* line 885, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav > .see-all a, .cd-primary-nav .cd-nav-gallery > .see-all a, .cd-primary-nav .cd-nav-icons > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #e2e3df;
    /* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }
  /* line 904, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    background: #2e3233;
    border-color: #2e3233;
    color: #ffffff;
  }
  /* line 909, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav > li {
    /* change the height according to your needs - you can even set height: auto */
    height: 340px;
    /* here you set the number of columns - use width percentage */
    width: 23%;
    float: left;
    margin-right: 2.66%;
    border-right: 1px solid #e2e3df;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 922, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
    /* +2 because we have 2 list items with display:none */
    margin-right: 0;
    border-right: none;
  }
  /* line 927, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav > li > a {
    /* secondary nav title */
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 5px;
    display: table;
    border-spacing: 0.175em;
  }
  /* line 936, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav a {
    height: 23px;
    line-height: 23px;
    padding: 0 15% 0 0;
    color: #FFF;
    border-bottom: none;
    font-family: Helvetica-Light, "Helvetica Light", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }
  /* line 947, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav a:hover {
    color: #0387D1;
  }
  /* line 950, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav ul {
    /* Force Hardware Acceleration in WebKit */
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  /* line 958, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  /* line 966, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav ul ul.is-hidden {
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  /* line 973, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }
  /* line 976, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }
  /* line 979, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }
  /* line 982, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  /* line 990, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-gallery li {
    /* set here number of columns - use width percentage */
    width: 22%;
    float: left;
    margin: 0 4% 40px 0;
  }
  /* line 996, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  /* line 1000, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
  }
  /* line 1006, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: .6em;
  }
  /* line 1013, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold;
    padding: 0 .4em;
  }
  /* line 1018, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-icons li {
    /* set here number of columns - use width percentage */
    width: 32%;
    float: left;
    margin: 0 2% 20px 0;
  }
  /* line 1024, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  /* line 1028, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
    position: relative;
  }
  /* line 1035, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background: #f6f6f5;
  }
  /* line 1038, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold;
  }
  /* line 1042, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }
  /* line 1045, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 1051, ../sass/components/_megasitenav.scss */
  .cd-primary-nav {
    padding: 0 0 0 281px;
  }
  /* line 1054, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > li {
    float: left;
    margin-left: 1.7em;
  }
}

/* line 1060, ../sass/components/_megasitenav.scss */
.has-children > a, .go-back a {
  position: relative;
}

/* line 1063, ../sass/components/_megasitenav.scss */
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #464c4e;
  backface-visibility: hidden;
}

/* line 1076, ../sass/components/_megasitenav.scss */
.has-children > a::before, .go-back a::before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1083, ../sass/components/_megasitenav.scss */
.has-children > a::after, .go-back a::after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 1025px) {
  /* line 1091, ../sass/components/_megasitenav.scss */
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #c9cbc4;
  }
  /* line 1094, ../sass/components/_megasitenav.scss */
  .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
    background: #69aa6f;
  }
}

/* line 1099, ../sass/components/_megasitenav.scss */
.has-children > a {
  padding-right: 40px;
}

/* line 1102, ../sass/components/_megasitenav.scss */
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -ms-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
  display: none;
}

/* line 1115, ../sass/components/_megasitenav.scss */
.cd-primary-nav .go-back a {
  padding-left: 40px;
}

/* line 1118, ../sass/components/_megasitenav.scss */
.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -ms-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

@media only screen and (min-width: 1025px) {
  /* line 1129, ../sass/components/_megasitenav.scss */
  .has-children > a::before, .has-children > a::after {
    right: 15%;
  }
  /* line 1133, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
  }
  /* line 1137, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
    width: 9px;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #c9cbc4;
    backface-visibility: hidden;
    transition: width 0.3s, transform 0.3s;
  }
  /* line 1154, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children:hover > a::before,
  .cd-primary-nav > .has-children:hover > a::after,
  .cd-primary-nav > .has-children:hover > a.selected::before,
  .cd-primary-nav > .has-children:hover > a.selected::after {
    background-color: #65BCE5;
    text-decoration: none;
  }
  /* line 1164, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a:focus {
    text-decoration: none;
  }
  /* line 1167, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
    margin-top: -2px;
  }
  /* line 1171, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a::before {
    right: 12px;
  }
  /* line 1174, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a::after {
    right: 7px;
  }
  /* line 1177, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a.selected::before,
  .cd-primary-nav > .has-children > a.selected::after {
    width: 14px;
    background-color: #65BCE5;
  }
  /* line 1182, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a.selected::before {
    -ms-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  /* line 1189, ../sass/components/_megasitenav.scss */
  .cd-primary-nav > .has-children > a.selected::after {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 1197, ../sass/components/_megasitenav.scss */
  .cd-secondary-nav > .has-children > a::before,
  .cd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none;
  }
  /* line 1203, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .go-back a {
    padding-left: 20px;
  }
  /* line 1206, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    left: 1px;
  }
}

/* line 1210, ../sass/components/_megasitenav.scss */
.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 86px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s 0s, visibility 0s .3s;
}

/* line 1223, ../sass/components/_megasitenav.scss */
.cd-search .grey_background {
  position: absolute;
  background-color: #D0D0D0;
  height: 65px;
  max-width: 1000px;
  width: 100%;
  top: 0;
  left: 0;
}

/* line 1232, ../sass/components/_megasitenav.scss */
.cd-search form {
  height: 100%;
  width: 100%;
}

/* line 1236, ../sass/components/_megasitenav.scss */
.cd-search input {
  border-radius: 0;
  border: none;
  background: #D0D0D0;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/* line 1250, ../sass/components/_megasitenav.scss */
.cd-search input::-webkit-input-placeholder {
  color: #343434;
}

/* line 1253, ../sass/components/_megasitenav.scss */
.cd-search input::-moz-placeholder {
  color: #343434;
}

/* line 1256, ../sass/components/_megasitenav.scss */
.cd-search input:-moz-placeholder {
  color: #343434;
}

/* line 1259, ../sass/components/_megasitenav.scss */
.cd-search input:-ms-input-placeholder {
  color: #343434;
}

/* line 1262, ../sass/components/_megasitenav.scss */
.cd-search input:focus {
  outline: none;
}

/* line 1265, ../sass/components/_megasitenav.scss */
.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s 0s, visibility 0s 0s;
}

/* line 1272, ../sass/components/_megasitenav.scss */
.nav-is-fixed .cd-search {
  position: fixed;
}

@media only screen and (min-width: 1025px) {
  /* line 1276, ../sass/components/_megasitenav.scss */
  .cd-search {
    height: 120px;
    top: 80px;
  }
  /* line 1280, ../sass/components/_megasitenav.scss */
  .cd-search input {
    padding: 0 8%;
    font-size: 15px;
    font-weight: 300;
    color: #343434;
  }
}

/* line 1290, ../sass/components/_megasitenav.scss */
.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  backface-visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
}

/* line 1308, ../sass/components/_megasitenav.scss */
.cd-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

@media only screen and (max-width: 1024px) {
  /* line 1316, ../sass/components/_megasitenav.scss */
  .cd-overlay.is-visible {
    -ms-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  /* line 1323, ../sass/components/_megasitenav.scss */
  .nav-on-left .cd-overlay.is-visible {
    -ms-transform: translateX(260px);
    transform: translateX(260px);
  }
  /* line 1330, ../sass/components/_megasitenav.scss */
  .cd-overlay.is-visible.search-is-visible, .nav-on-left .cd-overlay.is-visible.search-is-visible {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

support for no js

-------------------------------- */
/* line 1344, ../sass/components/_megasitenav.scss */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

/* line 1353, ../sass/components/_megasitenav.scss */
.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1025px) {
  /* line 1361, ../sass/components/_megasitenav.scss */
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }
  /* line 1371, ../sass/components/_megasitenav.scss */
  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }
}

/* line 1379, ../sass/components/_megasitenav.scss */
.gp-navigation--auxiliary {
  box-sizing: border-box;
  display: block;
  text-align: right;
  border-bottom: 1px solid #313131;
  background: #000;
}

/* line 1386, ../sass/components/_megasitenav.scss */
.gp-navigation--auxiliary a {
  display: inline-block;
  font-size: 12px;
  line-height: 11px;
  color: #ccc;
  border-right: 1px solid #ccc;
  padding: 0 10px 0 5px;
}

/* line 1395, ../sass/components/_megasitenav.scss */
.gp-navigation--auxiliary a:hover {
  color: white;
}

/* line 1399, ../sass/components/_megasitenav.scss */
.gp-navigation--auxiliary a:last-child {
  border-right: none;
  padding-right: 0;
}

/* line 1408, ../sass/components/_megasitenav.scss */
.gp-navigation--auxiliary > .container, .recirculation.gp-navigation--auxiliary > .spark-line, .new-links-module.gp-navigation--auxiliary > .spark-line, .links-module.gp-navigation--auxiliary > .spark-line {
  height: 34px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 1419, ../sass/components/_megasitenav.scss */
.gp-navigation--auxiliary--mobile {
  padding: 20px 0;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.gp-navigation--auxiliary--mobile:before, .gp-navigation--auxiliary--mobile:after {
  content: " ";
  display: table;
}

/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.gp-navigation--auxiliary--mobile:after {
  clear: both;
}

/* line 1424, ../sass/components/_megasitenav.scss */
.gp-navigation--auxiliary--mobile a {
  display: block;
  float: left;
  width: 50%;
  border: 0px;
  height: 28px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 28px;
  color: #A2A2A2;
  font-size: 14px;
  letter-spacing: .2px;
}

/* line 1437, ../sass/components/_megasitenav.scss */
.cd-primary-nav .mobile-view {
  display: none;
  font-weight: bold;
}

/* line 1441, ../sass/components/_megasitenav.scss */
.cd-primary-nav .mobile-view a {
  border-color: #2e2e2e;
  border-bottom: 0px;
}

/* line 1447, ../sass/components/_megasitenav.scss */
.cd-primary-nav .mobile-view.has-children {
  padding-left: 0px;
  font-weight: normal;
}

/* line 1451, ../sass/components/_megasitenav.scss */
.cd-primary-nav .mobile-view.has-children > a {
  color: #65BCE5;
  padding-right: 34px;
  padding-left: 34px;
  font-size: 14px;
  display: block;
  position: relative;
}

/* line 1459, ../sass/components/_megasitenav.scss */
.cd-primary-nav .mobile-view.has-children > a:after {
  content: " ";
  position: absolute;
  top: 16px;
  right: 20px;
  display: block;
  width: 6px;
  height: 13px;
  overflow: hidden;
  background: url("/craft/assets/images/img.mobile.subnav.arrow.blue.svg") no-repeat 0 0;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 1475, ../sass/components/_megasitenav.scss */
.mobile-view__search {
  display: block;
  background-color: #232323;
  margin: 10px 0 0;
  padding: 13px 0 13px 32px;
  position: relative;
  /* Commenting this out since kate supplied an icon
    .mobile-view__search--submit::before, .mobile-view__search--submit::after {
      * search icon *
      content: '';
      position: absolute;
      -webkit-transition: opacity 0.3s;
      -moz-transition: opacity 0.3s;
      transition: opacity 0.3s;
      * Force Hardware Acceleration in WebKit *
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      z-index: -1;
    }
    .mobile-view__search--submit::before {
      * lens *
      top: 11px;
      left: 11px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 3px solid #595959;
    }
    .mobile-view__search--submit::after {
      * handle *
      height: 3px;
      width: 8px;
      background: #595959;
      bottom: 14px;
      right: 11px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    */
}

/* line 1482, ../sass/components/_megasitenav.scss */
.mobile-view__search input[type="search"] {
  width: 78%;
  border: 0px;
  color: #FFF;
  font-family: 17px;
  font-size: Helvetica, Arial, sans-serif;
  font-weight: bold;
  background: transparent;
}

/* line 1491, ../sass/components/_megasitenav.scss */
.mobile-view__search input[type="search"]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

/* line 1496, ../sass/components/_megasitenav.scss */
.mobile-view__search input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

/* line 1501, ../sass/components/_megasitenav.scss */
.mobile-view__search input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

/* line 1506, ../sass/components/_megasitenav.scss */
.mobile-view__search input[type="search"]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

/* line 1512, ../sass/components/_megasitenav.scss */
.mobile-view__search input[type="submit"] {
  width: 44px;
  height: 44px;
  text-indent: -10000px;
  background: url("../images/Search_icon_mobile.svg") no-repeat scroll 7px 50%;
  border: 0px;
  cursor: pointer;
  background-size: 18px 17px;
}

/* line 1522, ../sass/components/_megasitenav.scss */
.mobile-view__search .mobile-view__search-wrap {
  position: absolute;
  right: 0;
  top: 3px;
  width: 44px;
  height: 44px;
}

/* line 1530, ../sass/components/_megasitenav.scss */
.mobile-view__search .mobile-view__search--submit {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  color: #FFF;
  font-weight: bold;
  /* hide text */
  background: transparent;
  z-index: 3;
}

@media only screen and (max-width: 1024px) {
  /* line 1591, ../sass/components/_megasitenav.scss */
  .gp-navigation--auxiliary {
    display: none;
  }
  /* line 1595, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .desktop-view {
    display: none;
  }
  /* line 1599, ../sass/components/_megasitenav.scss */
  .cd-primary-nav .mobile-view {
    width: 260px;
    display: block;
  }
  /* line 1605, ../sass/components/_megasitenav.scss */
  .cd-search-trigger {
    display: none;
  }
}

/* line 1611, ../sass/components/_megasitenav.scss */
.divider-vertical, .divider-vertical1 {
  display: none;
}

@media only screen and (min-width: 1025px) {
  /* line 1617, ../sass/components/_megasitenav.scss */
  .gp-navigation--auxiliary--mobile {
    display: none;
  }
  /* line 1622, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__doubleCol ul.cd-secondary-nav > li {
    width: 45%;
    border: 0px;
  }
  /* line 1626, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__doubleCol ul.cd-secondary-nav > li > a {
    cursor: default;
  }
  /* line 1630, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__doubleCol ul.cd-secondary-nav > li ul > li {
    float: left;
    width: 50%;
  }
  /* line 1635, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__doubleCol .cd-nav__secondary-ul .divider-vertical {
    height: 250px;
    border-left: 1px solid #747474;
    float: left;
    opacity: 0.9;
    /* margin: 4px 15px 0 -5%; */
    margin: 0;
    width: 25px;
    display: block;
  }
  /* line 1648, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__tripCol ul.cd-secondary-nav > li {
    width: 30%;
    border: 0px;
  }
  /* line 1652, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__tripCol ul.cd-secondary-nav > li > a {
    cursor: default;
  }
  /* line 1656, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__tripCol .cd-secondary-nav li.divider-vertical1 {
    height: 245px;
    border-left: 1px solid #747474;
    float: left;
    opacity: 0.9;
    /* margin: 0 15px 0 -7.5%; */
    margin: 0;
    width: 25px;
    display: block;
  }
  /* line 1668, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__li__header {
    cursor: default;
    color: #0387d1 !important;
  }
  /* line 1671, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__li__header:hover {
    color: #0387d1 !important;
  }
}

/* line 1678, ../sass/components/_megasitenav.scss */
.gp-search {
  position: absolute;
  display: inline-block;
  top: 19px;
  right: 96px;
  z-index: 2;
}

@media (max-width: 1024px) {
  /* line 1678, ../sass/components/_megasitenav.scss */
  .gp-search {
    display: none;
  }
}

@media (max-width: 1200px) {
  /* line 1678, ../sass/components/_megasitenav.scss */
  .gp-search {
    right: 88px;
  }
}

/* line 1694, ../sass/components/_megasitenav.scss */
.gp-search.is-visible .gp-search__group--dropdown {
  display: block;
}

/* line 1699, ../sass/components/_megasitenav.scss */
.gp-search .gp-search__group {
  position: relative;
}

/* line 1701, ../sass/components/_megasitenav.scss */
.gp-search .gp-search__group a {
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 200;
  border: 1px solid #fff;
  border-radius: 2px;
}

/* line 1708, ../sass/components/_megasitenav.scss */
.gp-search .gp-search__group a:hover {
  color: #fff;
}

/* line 1714, ../sass/components/_megasitenav.scss */
.gp-search .button--green {
  width: auto;
  padding-top: 18px;
  padding-bottom: 19px;
  text-align: center;
  font-weight: normal;
}

/* line 1721, ../sass/components/_megasitenav.scss */
.gp-search .button--green:hover, .gp-search .button--green:focus {
  color: #fff !important;
  text-decoration: none;
}

@media (max-width: 1024px) {
  /* line 1714, ../sass/components/_megasitenav.scss */
  .gp-search .button--green {
    padding: 16px 0px 16px;
  }
}

/* line 1732, ../sass/components/_megasitenav.scss */
.gp-search .gp-search__group--dropdown {
  display: none;
  background: #000;
  position: absolute;
  top: 55px;
  right: 0;
  width: 270px;
  padding: 10px;
}

@media (max-width: 1024px) {
  /* line 1732, ../sass/components/_megasitenav.scss */
  .gp-search .gp-search__group--dropdown {
    top: 50px;
  }
}

/* line 1746, ../sass/components/_megasitenav.scss */
.gp-search .gp-search__title {
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}

/* line 1754, ../sass/components/_megasitenav.scss */
.gp-search .select-wrapper {
  position: relative;
  width: 250px;
  display: block;
  float: left;
  height: 28px;
  margin: 0 0 10px;
  background: #CCC;
}

/* line 1764, ../sass/components/_megasitenav.scss */
.gp-search .bootstrap-select {
  background: transparent;
  height: 28px;
  width: 250px;
}

/* line 1769, ../sass/components/_megasitenav.scss */
.gp-search .bootstrap-select button {
  padding-right: 25px;
  background: transparent;
  border: 0px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 28px;
  width: 250px !important;
  position: relative;
  padding-left: 10px;
}

/* line 1781, ../sass/components/_megasitenav.scss */
.gp-search .bootstrap-select button span.filter-option {
  width: 250px !important;
  line-height: 24px;
}

/* line 1785, ../sass/components/_megasitenav.scss */
.gp-search .bootstrap-select button:focus {
  outline: none !important;
}

/* line 1792, ../sass/components/_megasitenav.scss */
.gp-search .bootstrap-select.btn-group .dropdown-toggle .caret {
  margin-top: 0;
  right: 16px;
}

/* line 1797, ../sass/components/_megasitenav.scss */
.gp-search input[type="submit"] {
  background-color: #00b787;
  display: block;
  width: 250px;
  padding: 10px 10px 10px 5px;
  border: 0px;
  text-align: left;
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* line 1813, ../sass/components/_megasitenav.scss */
.cd-search {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #F4F4F4;
  height: 65px;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.cd-search:before, .cd-search:after {
  content: " ";
  display: table;
}

/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.cd-search:after {
  clear: both;
}

/* line 1821, ../sass/components/_megasitenav.scss */
.cd-search__searchbar {
  float: left;
  width: 78%;
}

/* line 1825, ../sass/components/_megasitenav.scss */
.cd-search__searchbar input[type="search"] {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  height: 65px;
  border: 0px;
  box-shadow: none;
  padding-left: 0;
}

/* line 1835, ../sass/components/_megasitenav.scss */
.cd-search__searchbutton {
  float: right;
  width: 19%;
}

/* line 1839, ../sass/components/_megasitenav.scss */
.cd-search__searchbutton input[type="submit"] {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  text-align: left;
  padding: 0;
  background: #F4F4F4;
  height: 65px;
  box-shadow: none;
  cursor: pointer;
  color: #000;
}

/* line 1853, ../sass/components/_megasitenav.scss */
.closeMobileMenu {
  display: none !important;
  text-align: right;
  line-height: 1;
  height: 44px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  /* line 1853, ../sass/components/_megasitenav.scss */
  .closeMobileMenu {
    display: block !important;
  }
}

/* line 1866, ../sass/components/_megasitenav.scss */
.closeMobileMenu span {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  font-size: 0;
  color: #000;
  top: -10px;
  right: 6px;
  cursor: pointer;
}

/* line 1877, ../sass/components/_megasitenav.scss */
.closeMobileMenu span::before, .closeMobileMenu span::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 24px;
  background: #FFF;
  backface-visibility: hidden;
}

/* line 1891, ../sass/components/_megasitenav.scss */
.closeMobileMenu span::before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

/* line 1900, ../sass/components/_megasitenav.scss */
.closeMobileMenu span::after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 10px;
}

/* line 1912, ../sass/components/_megasitenav.scss */
.cd-nav__tab-items {
  display: block;
  width: 170px !important;
  margin-left: 196px;
  margin-right: 0 !important;
  padding-top: 4px;
}

@media (max-width: 1199px) {
  /* line 1912, ../sass/components/_megasitenav.scss */
  .cd-nav__tab-items {
    margin-left: 46px;
  }
}

@media (max-width: 1024px) {
  /* line 1912, ../sass/components/_megasitenav.scss */
  .cd-nav__tab-items {
    display: none;
  }
}

/* line 1927, ../sass/components/_megasitenav.scss */
.cd-nav__tab-items a {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #A7A7A7 !important;
  letter-spacing: 0.11px;
  line-height: 1.1 !important;
  padding: 0 11px 0 0 !important;
  margin: 0 0 3px !important;
  height: auto !important;
  background: url("/craft/assets/images/img.subnav.white.arrow.svg") no-repeat -3000px 3px;
  cursor: pointer !important;
}

/* line 1941, ../sass/components/_megasitenav.scss */
.cd-nav__tab-items a.active {
  color: #FFFFFF !important;
  background-position: right 3px;
}

@media (min-width: 1025px) {
  /* line 1949, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__li {
    display: none;
    opacity: 0;
  }
  /* line 1955, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__li.active {
    display: block;
    opacity: 1;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: fadeIn;
  }
}

/* line 1965, ../sass/components/_megasitenav.scss */
.cd-nav__top-li__li .cd-nav__intro {
  display: block;
}

@media (max-width: 1024px) {
  /* line 1965, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__li .cd-nav__intro {
    padding: 10px 34px;
  }
}

/* line 1972, ../sass/components/_megasitenav.scss */
.cd-nav__top-li__li .cd-nav__intro h4 {
  display: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #65BCE5;
  padding-bottom: 10px;
}

@media (max-width: 1024px) {
  /* line 1972, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__li .cd-nav__intro h4 {
    display: block;
  }
}

/* line 1985, ../sass/components/_megasitenav.scss */
.cd-nav__top-li__li .cd-nav__intro p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 21px;
}

/* line 1993, ../sass/components/_megasitenav.scss */
.cd-nav__top-li__li .cd-nav__intro .learnmore {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 1.38px;
  line-height: 1.1;
  padding: 15px 30px 13px;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  display: inline-block;
  width: auto !important;
  height: auto;
  text-transform: uppercase;
}

/* line 2008, ../sass/components/_megasitenav.scss */
.cd-nav__top-li__li .cd-nav__intro .learnmore:hover {
  color: #FFF;
}

@media (min-width: 1025px) {
  /* line 2015, ../sass/components/_megasitenav.scss */
  .cd-nav__top-li__li .cd-nav__top-li__li__header {
    display: none !important;
  }
}

/* line 2025, ../sass/components/_megasitenav.scss */
.cd-primary-nav .go-back a {
  text-align: right;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  padding-right: 20px;
  text-transform: uppercase;
}

/* line 2037, ../sass/components/_megasitenav.scss */
.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  display: none;
}

/* line 2042, ../sass/components/_megasitenav.scss */
.cd-primary-nav .has-children .cd-nav__ul-custom {
  background: rgba(0, 0, 0, 0.95);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1, ../sass/components/_links.scss */
a {
  display: inline-block;
  text-decoration: none;
  color: #00a3e2;
  transition: all 200ms;
  outline: none;
}

/* line 8, ../sass/components/_links.scss */
a:hover {
  text-decoration: none;
  outline: none;
}

/* line 12, ../sass/components/_links.scss */
a:active {
  outline: none;
}

/* line 15, ../sass/components/_links.scss */
a:focus {
  outline: none;
}

/* line 26, ../sass/components/_links.scss */
.link-white {
  color: white;
}

/* line 22, ../sass/components/_links.scss */
.link-white:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* line 37, ../sass/components/_links.scss */
.link-dark {
  color: #054296;
}

/* line 33, ../sass/components/_links.scss */
.link-dark:hover {
  color: #004179;
}

/* line 48, ../sass/components/_links.scss */
.link-gray {
  color: #adadad;
}

/* line 44, ../sass/components/_links.scss */
.link-gray:hover {
  color: #00a3e2;
}

/* line 66, ../sass/components/_links.scss */
.arrow-cta {
  color: #00a3e2;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  background: url("/craft/assets/images/img.insights.linkout.svg") no-repeat right 3px;
  padding-right: 25px;
}

/* line 61, ../sass/components/_links.scss */
.arrow-cta:hover {
  background-image: url("/craft/assets/images/img.insights.linkout.hover.svg");
  color: #23527C;
}

/* line 69, ../sass/components/_links.scss */
.wysiwyg a {
  display: inline;
}

/* line 3, ../sass/components/_buttons.scss */
.button {
  padding: 15px 30px 17px;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  border: none;
  outline: none;
}

/* line 12, ../sass/components/_buttons.scss */
.button--green {
  background-color: #00b787;
}

/* line 16, ../sass/components/_buttons.scss */
.button--green:hover {
  background-color: #008461;
}

/* line 3, ../sass/components/_flexbox.scss */
.flexbox {
  display: -ms-flexbox;
  display: flex;
}

/* line 10, ../sass/components/_flexbox.scss */
.flexbox--center {
  -ms-flex-align: center;
  align-items: center;
}

/* line 13, ../sass/components/_flexbox.scss */
.flexbox--center--all {
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 18, ../sass/components/_flexbox.scss */
.flexbox--flow-col {
  -ms-flex-flow: wrap column;
  flex-flow: wrap column;
}

/* line 22, ../sass/components/_flexbox.scss */
.flexbox * {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 5, ../sass/components/_hero.scss */
.hero {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 270px;
  padding-bottom: 200px;
}

@media (max-width: 992px) {
  /* line 5, ../sass/components/_hero.scss */
  .hero {
    min-height: 250px;
    padding-top: 180px;
    padding-bottom: 140px;
  }
}

@media (max-width: 767px) {
  /* line 5, ../sass/components/_hero.scss */
  .hero {
    padding-top: 22.5%;
    padding-bottom: 14.5%;
    min-height: 250px;
  }
}

/* line 25, ../sass/components/_hero.scss */
.hero .hero__bkgd-image {
  position: absolute;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 100%;
  visibility: hidden;
}

/* line 35, ../sass/components/_hero.scss */
html.mobile .hero .hero__bkgd-image {
  visibility: visible;
}

@media (max-width: 768px) {
  /* line 25, ../sass/components/_hero.scss */
  .hero .hero__bkgd-image {
    visibility: visible;
  }
}

/* line 45, ../sass/components/_hero.scss */
.hero .hero__bkgd-image--visible {
  visibility: visible;
}

/* line 53, ../sass/components/_hero.scss */
.hero__cta {
  background: none;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  line-height: 1;
  color: white;
  font-weight: 700;
  display: inline-block;
  margin-right: 20px;
  float: left;
  line-height: 20px;
}

/* line 22, ../sass/components/_links.scss */
.hero__cta:hover {
  color: rgba(255, 255, 255, 0.6);
}

/* line 67, ../sass/components/_hero.scss */
.hero__cta .fa {
  margin-right: 10px;
  float: left;
}

/* line 72, ../sass/components/_hero.scss */
.hero__cta + .hero__cta {
  border-left: 1px solid #fff;
  padding-left: 20px;
}

@media (max-width: 767px) {
  /* line 53, ../sass/components/_hero.scss */
  .hero__cta {
    margin-right: 10px;
  }
  /* line 79, ../sass/components/_hero.scss */
  .hero__cta + .hero__cta {
    padding-left: 10px;
  }
}

/* line 86, ../sass/components/_hero.scss */
.hero--video {
  padding: 0;
  height: 70vh;
  min-height: 200px;
  max-height: 700px;
  overflow: hidden;
}

/* line 94, ../sass/components/_hero.scss */
.hero__video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* line 100, ../sass/components/_hero.scss */
.hero__videoHolder {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
}

/* line 110, ../sass/components/_hero.scss */
html.mobile .hero__videoHolder {
  display: none;
}

@media (max-width: 767px) {
  /* line 100, ../sass/components/_hero.scss */
  .hero__videoHolder {
    display: none;
  }
}

/* line 122, ../sass/components/_hero.scss */
.hero__videoHolder .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 128, ../sass/components/_hero.scss */
.hero__videoHolder .shader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(28, 32, 45, 0.17);
  z-index: 1;
}

/* line 138, ../sass/components/_hero.scss */
.hero__videoHolder .wistia_responsive_padding {
  position: relative;
  width: 110%;
  top: -5%;
}

@media (max-width: 1199px) {
  /* line 138, ../sass/components/_hero.scss */
  .hero__videoHolder .wistia_responsive_padding {
    width: 130%;
  }
}

@media (max-width: 991px) {
  /* line 138, ../sass/components/_hero.scss */
  .hero__videoHolder .wistia_responsive_padding {
    width: 140%;
  }
}

@media (max-width: 868px) {
  /* line 138, ../sass/components/_hero.scss */
  .hero__videoHolder .wistia_responsive_padding {
    width: 150%;
  }
}

/* For Release 1 */
/* line 166, ../sass/components/_hero.scss */
.hero-internal {
  background: no-repeat scroll 0 0;
  background-position: center 100%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 50px;
  position: relative;
  min-height: 470px;
}

@media (max-width: 1024px) {
  /* line 166, ../sass/components/_hero.scss */
  .hero-internal {
    min-height: 320px;
  }
}

/* line 182, ../sass/components/_hero.scss */
.hero-internal .hero__bkgd-image {
  position: absolute;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 100%;
  visibility: hidden;
}

/* line 192, ../sass/components/_hero.scss */
html.mobile .hero-internal .hero__bkgd-image {
  visibility: visible;
}

@media (max-width: 768px) {
  /* line 182, ../sass/components/_hero.scss */
  .hero-internal .hero__bkgd-image {
    visibility: visible;
  }
}

/* line 202, ../sass/components/_hero.scss */
.hero-internal .hero__bkgd-image--visible {
  visibility: visible;
}

/* line 207, ../sass/components/_hero.scss */
.hero-internal--shade {
  background: rgba(28, 32, 45, 0.47) none repeat scroll 0 0;
  background-size: cover;
  z-index: 0;
  padding-top: 240px;
  padding-bottom: 171px;
  display: -moz-flex;
  -moz-align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) and (max-width: 1024px) {
  /* line 207, ../sass/components/_hero.scss */
  .hero-internal--shade {
    padding-top: 200px;
    padding-bottom: 146px;
  }
}

@media (max-width: 991px) {
  /* line 207, ../sass/components/_hero.scss */
  .hero-internal--shade {
    padding-top: 160px;
    padding-bottom: 122px;
  }
}

@media (max-width: 767px) {
  /* line 207, ../sass/components/_hero.scss */
  .hero-internal--shade {
    min-height: 500px;
  }
}

@media (max-width: 374px) {
  /* line 207, ../sass/components/_hero.scss */
  .hero-internal--shade {
    min-height: 460px;
  }
}

/* line 238, ../sass/components/_hero.scss */
html.ie10 .hero-internal--shade {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-align: center;
}

/* line 251, ../sass/components/_hero.scss */
.hero-internal--shade--header {
  text-transform: none;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 25px;
}

@media (min-width: 500px) and (max-width: 550px) {
  /* line 251, ../sass/components/_hero.scss */
  .hero-internal--shade--header {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 251, ../sass/components/_hero.scss */
  .hero-internal--shade--header {
    font-size: 35px;
    line-height: 40px;
  }
}

/* line 265, ../sass/components/_hero.scss */
body.basic-page .hero-internal--shade--header {
  margin-bottom: 14px;
}

/* line 271, ../sass/components/_hero.scss */
.hero-internal--shade--description {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 25px;
  font-weight: 200;
}

@media (max-width: 767px) {
  /* line 271, ../sass/components/_hero.scss */
  .hero-internal--shade--description {
    font-size: 18px;
    line-height: 22px;
  }
}

/* line 284, ../sass/components/_hero.scss */
.hero-internal--shade hr.yellow {
  background-color: #FBF458;
  border: none;
  height: 12px;
  width: 78px;
  float: left;
  margin: 0px;
}

@media (min-width: 768px) {
  /* line 284, ../sass/components/_hero.scss */
  .hero-internal--shade hr.yellow {
    height: 12px;
  }
}

/* line 296, ../sass/components/_hero.scss */
.hero-internal--shade h1, .hero-internal--shade h2, .hero-internal--shade h3, .hero-internal--shade h4, .hero-internal--shade h5, .hero-internal--shade h6 {
  text-transform: none;
}

/* line 299, ../sass/components/_hero.scss */
.hero-internal--shade h1 strong, .hero-internal--shade h2 strong, .hero-internal--shade h3 strong, .hero-internal--shade h4 strong, .hero-internal--shade h5 strong, .hero-internal--shade h6 strong {
  font-weight: bold;
}

/* line 303, ../sass/components/_hero.scss */
.hero-internal--shade h1 em, .hero-internal--shade h2 em, .hero-internal--shade h3 em, .hero-internal--shade h4 em, .hero-internal--shade h5 em, .hero-internal--shade h6 em {
  font-style: italic;
}

/* line 307, ../sass/components/_hero.scss */
.hero-internal--shade h1 sup, .hero-internal--shade h2 sup, .hero-internal--shade h3 sup, .hero-internal--shade h4 sup, .hero-internal--shade h5 sup, .hero-internal--shade h6 sup {
  position: relative;
  bottom: 0.5em;
  font-size: 0.4em;
}

/* line 349, ../sass/components/_hero.scss */
.directory .hero-internal--shade .col-md-offset-1, .directory .hero-internal--shade .col-sm-offset-1 {
  margin-left: 0;
}

/* line 353, ../sass/components/_hero.scss */
.directory .hero-internal--shade h1 {
  height: auto;
  padding-bottom: 147px;
}

@media (min-width: 769px) and (max-width: 990px) {
  /* line 353, ../sass/components/_hero.scss */
  .directory .hero-internal--shade h1 {
    font-size: 45px;
    line-height: 48px;
  }
}

@media (min-width: 551px) and (max-width: 767px) {
  /* line 353, ../sass/components/_hero.scss */
  .directory .hero-internal--shade h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  /* line 353, ../sass/components/_hero.scss */
  .directory .hero-internal--shade h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

/* line 373, ../sass/components/_hero.scss */
.directory .hero-internal--shade--description {
  display: none;
}

/* line 376, ../sass/components/_hero.scss */
.directory .hero-internal hr.yellow {
  display: none;
}

/* line 398, ../sass/components/_hero.scss */
.io-magazine .hero-internal--shade {
  height: auto;
  padding-bottom: 124px;
}

/* line 419, ../sass/components/_hero.scss */
.io-magazine .hero-internal--shade .col-md-offset-1, .io-magazine .hero-internal--shade .col-sm-offset-1 {
  margin-left: 0;
}

@media (min-width: 769px) and (max-width: 990px) {
  /* line 423, ../sass/components/_hero.scss */
  .io-magazine .hero-internal--shade h1 {
    font-size: 45px;
    line-height: 48px;
  }
}

@media (min-width: 551px) and (max-width: 767px) {
  /* line 423, ../sass/components/_hero.scss */
  .io-magazine .hero-internal--shade h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  /* line 423, ../sass/components/_hero.scss */
  .io-magazine .hero-internal--shade h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

/* line 442, ../sass/components/_hero.scss */
.io-magazine .hero-internal--shade--description {
  display: none;
}

/* line 445, ../sass/components/_hero.scss */
.io-magazine .hero-internal hr.yellow {
  display: none;
}

@media (min-width: 769px) and (max-width: 990px) {
  /* line 487, ../sass/components/_hero.scss */
  .press-release-page .hero-internal--shade h1 {
    font-size: 45px;
    line-height: 48px;
  }
}

@media (min-width: 551px) and (max-width: 767px) {
  /* line 487, ../sass/components/_hero.scss */
  .press-release-page .hero-internal--shade h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  /* line 487, ../sass/components/_hero.scss */
  .press-release-page .hero-internal--shade h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

/* line 505, ../sass/components/_hero.scss */
.press-release-page .hero-internal--shade--description {
  display: none;
}

/* line 508, ../sass/components/_hero.scss */
.press-release-page .hero-internal hr.yellow {
  display: none;
}

@media (min-width: 768px) and (max-width: 990px) {
  /* line 550, ../sass/components/_hero.scss */
  .employee-page .hero-internal--shade h1 {
    font-size: 45px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  /* line 550, ../sass/components/_hero.scss */
  .employee-page .hero-internal--shade h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

/* line 563, ../sass/components/_hero.scss */
.employee-page .hero-internal--shade--description {
  display: none;
}

/* line 566, ../sass/components/_hero.scss */
.employee-page .hero-internal hr.yellow {
  display: none;
}

/* line 573, ../sass/components/_hero.scss */
.directory .hero-internal, .employee-page .hero-internal {
  min-height: 100px;
}

@media (max-width: 1024px) {
  /* line 573, ../sass/components/_hero.scss */
  .directory .hero-internal, .employee-page .hero-internal {
    min-height: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  /* line 580, ../sass/components/_hero.scss */
  .directory .hero-internal--shade, .employee-page .hero-internal--shade {
    padding-bottom: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 580, ../sass/components/_hero.scss */
  .directory .hero-internal--shade, .employee-page .hero-internal--shade {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  /* line 580, ../sass/components/_hero.scss */
  .directory .hero-internal--shade, .employee-page .hero-internal--shade {
    padding-top: 95px;
  }
}

/* Insights Landing Page Hero
================================================== */
/* line 605, ../sass/components/_hero.scss */
.hero-insights .hero-internal--shade {
  min-height: 600px;
  display: -moz-flex;
  -moz-align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  /* line 605, ../sass/components/_hero.scss */
  .hero-insights .hero-internal--shade {
    min-height: auto;
  }
}

/* line 617, ../sass/components/_hero.scss */
html.ie10 .hero-insights .hero-internal--shade {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-align: center;
}

@media (min-width: 768px) {
  /* line 632, ../sass/components/_hero.scss */
  .hero-insights .hero-share-icon {
    top: calc(50% - 31px);
  }
}

@media (max-width: 767px) {
  /* line 632, ../sass/components/_hero.scss */
  .hero-insights .hero-share-icon {
    top: auto;
    bottom: 0;
  }
}

/* line 644, ../sass/components/_hero.scss */
.hero-insights h1 {
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  /* line 644, ../sass/components/_hero.scss */
  .hero-insights h1 {
    font-size: 42px;
    color: #FFFFFF;
  }
}

/* line 656, ../sass/components/_hero.scss */
.hero-insights h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 6px;
  padding-left: 3px;
}

@media (max-width: 768px) {
  /* line 656, ../sass/components/_hero.scss */
  .hero-insights h4 {
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 1.1;
    padding-bottom: 6px;
    padding-left: 1px;
  }
}

/* line 676, ../sass/components/_hero.scss */
.hero-insights #insights__readmore--open {
  display: inline-block;
  padding: 17px 25px;
  border: 1px solid #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #FFFFFF;
  line-height: 1.1;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
}

/* line 693, ../sass/components/_hero.scss */
#insights__readmore {
  background-color: #1C202D;
  color: #FFF;
  display: none;
}

/* line 698, ../sass/components/_hero.scss */
#insights__readmore .container, #insights__readmore .recirculation > .spark-line, #insights__readmore .new-links-module > .spark-line, #insights__readmore .links-module > .spark-line {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  /* line 698, ../sass/components/_hero.scss */
  #insights__readmore .container, #insights__readmore .recirculation > .spark-line, #insights__readmore .new-links-module > .spark-line, #insights__readmore .links-module > .spark-line {
    padding-top: 77px;
  }
}

@media (max-width: 767px) {
  /* line 707, ../sass/components/_hero.scss */
  #insights__readmore .insights__readmore--sidebar {
    padding-top: 44px;
  }
}

/* line 713, ../sass/components/_hero.scss */
#insights__readmore .arrow-cta {
  display: inline-block;
  color: #56B5F6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: url("/craft/assets/images/img.insights.linkout.svg") no-repeat right 1px;
  padding-right: 27px;
}

/* line 722, ../sass/components/_hero.scss */
#insights__readmore .arrow-cta:hover {
  background-image: url("/craft/assets/images/img.insights.linkout.hover.svg");
  color: #23527C;
}

@media (max-width: 767px) {
  /* line 728, ../sass/components/_hero.scss */
  #insights__readmore h3 {
    font-size: 24px;
    line-height: 29px;
  }
}

/* line 736, ../sass/components/_hero.scss */
#insights__readmore h4 {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 26px;
}

@media (max-width: 767px) {
  /* line 736, ../sass/components/_hero.scss */
  #insights__readmore h4 {
    font-size: 24px;
    line-height: 29px;
  }
}

/* line 750, ../sass/components/_hero.scss */
#insights__readmore p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 17px;
  color: #FFFFFF;
  line-height: 26px;
}

/* line 757, ../sass/components/_hero.scss */
#insights__readmore .insights__anchorlist {
  padding: 11px 0 18px;
}

/* line 760, ../sass/components/_hero.scss */
#insights__readmore .insights__anchorlist li {
  padding-bottom: 5px;
}

/* line 764, ../sass/components/_hero.scss */
#insights__readmore .insights__anchorlist a {
  display: inline-block;
  color: #56B5F6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

/* line 771, ../sass/components/_hero.scss */
#insights__readmore .insights__anchorlist a:hover {
  text-decoration: underline;
}

/* line 778, ../sass/components/_hero.scss */
#insights__readmore #insights__readmore--close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45px;
  right: 54px;
  cursor: pointer;
  overflow: hidden;
}

@media (max-width: 991px) {
  /* line 778, ../sass/components/_hero.scss */
  #insights__readmore #insights__readmore--close {
    right: 34px;
  }
}

@media (max-width: 767px) {
  /* line 778, ../sass/components/_hero.scss */
  #insights__readmore #insights__readmore--close {
    top: 40px;
    right: 10px;
  }
}

/* line 796, ../sass/components/_hero.scss */
#insights__readmore #insights__readmore--close:before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #979797;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 10px;
  left: -10px;
}

/* line 808, ../sass/components/_hero.scss */
#insights__readmore #insights__readmore--close:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #979797;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -20px;
  left: 10px;
}

/* Insights Article Page Hero
================================================== */
/* line 827, ../sass/components/_hero.scss */
.hero-insights-author {
  background-color: #1F2532;
}

/* line 830, ../sass/components/_hero.scss */
.hero-insights-author .hero-internal--shade {
  padding-top: 218px;
  padding-bottom: 163px;
}

@media (max-width: 767px) {
  /* line 830, ../sass/components/_hero.scss */
  .hero-insights-author .hero-internal--shade {
    padding-top: 120px;
    padding-bottom: 110px;
  }
}

/* line 840, ../sass/components/_hero.scss */
.hero-insights-author .hero-insights-author__heading {
  text-align: center;
}

/* line 843, ../sass/components/_hero.scss */
.hero-insights-author .hero-insights-author__heading h1 {
  font-size: 44px;
  line-height: 53px;
}

@media (max-width: 767px) {
  /* line 843, ../sass/components/_hero.scss */
  .hero-insights-author .hero-insights-author__heading h1 {
    text-align: left;
    font-size: 28px;
    line-height: 37px;
  }
}

/* line 854, ../sass/components/_hero.scss */
.hero-insights-author .hero-insights-author__heading h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.6px;
  line-height: 1.1;
  text-transform: uppercase;
  padding-bottom: 11px;
}

@media (max-width: 767px) {
  /* line 854, ../sass/components/_hero.scss */
  .hero-insights-author .hero-insights-author__heading h4 {
    text-align: left;
    font-size: 16px;
    letter-spacing: 1.5px;
    line-height: 28px;
    padding-bottom: 7px;
  }
}

@media (max-width: 767px) {
  /* line 874, ../sass/components/_hero.scss */
  .hero-insights-author .insights-author__bio {
    display: none;
  }
}

/* line 880, ../sass/components/_hero.scss */
.hero-insights-author .insights-author__bio.with-photo {
  margin: 0 auto;
  padding-top: 3px;
  display: inline-block;
}

/* line 887, ../sass/components/_hero.scss */
.hero-insights-author .insights-author__bio .author {
  text-transform: uppercase;
}

/* line 892, ../sass/components/_hero.scss */
.hero-insights-author .hero-share-icon {
  top: 222px;
}

@media (max-width: 767px) {
  /* line 892, ../sass/components/_hero.scss */
  .hero-insights-author .hero-share-icon {
    top: auto;
    bottom: 0px;
  }
}

/* line 901, ../sass/components/_hero.scss */
.hero-insights-author .hero-print-icon {
  display: block;
  position: absolute;
  right: 0;
  width: 62px;
  height: 62px;
  top: 288px;
  background: url("/craft/assets/images/img.print.svg") no-repeat 20px 20px #FFFFFF;
  font-size: 1px;
  color: #FFFFFF;
  border-radius: 2px;
  opacity: 0.8;
}

/* line 914, ../sass/components/_hero.scss */
.hero-insights-author .hero-print-icon:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  /* line 901, ../sass/components/_hero.scss */
  .hero-insights-author .hero-print-icon {
    display: none;
  }
}

/* line 927, ../sass/components/_hero.scss */
.insights-author__bio .portrait {
  display: none;
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background-size: cover;
  border: 2px solid #E4E4E4;
  border-radius: 50%;
}

/* line 938, ../sass/components/_hero.scss */
.insights-author__bio .text {
  text-align: center;
  padding-top: 4px;
}

/* line 942, ../sass/components/_hero.scss */
.insights-author__bio .text .author,
.insights-author__bio .text .title {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  color: #FCFCFC;
  letter-spacing: 2.5px;
  line-height: 20px;
}

/* line 953, ../sass/components/_hero.scss */
.insights-author__bio .text .title {
  font-weight: 400;
}

/* line 960, ../sass/components/_hero.scss */
.insights-author__bio.with-photo .portrait {
  display: block;
}

/* line 964, ../sass/components/_hero.scss */
.insights-author__bio.with-photo .text {
  text-align: left;
  margin-left: 100px;
  padding-top: 18px;
}

/* line 975, ../sass/components/_hero.scss */
.hero-solutions h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 6px;
  padding-left: 3px;
}

/* line 988, ../sass/components/_hero.scss */
.hero-internal--shade h4 {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 3, ../sass/components/_explore-bar.scss */
.explore-bar {
  padding: 0;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 3, ../sass/components/_explore-bar.scss */
  .explore-bar {
    text-align: left;
  }
}

/* line 11, ../sass/components/_explore-bar.scss */
.explore-bar .container, .explore-bar .recirculation > .spark-line, .explore-bar .new-links-module > .spark-line, .explore-bar .links-module > .spark-line {
  position: relative;
}

@media (min-width: 768px) {
  /* line 11, ../sass/components/_explore-bar.scss */
  .explore-bar .container, .explore-bar .recirculation > .spark-line, .explore-bar .new-links-module > .spark-line, .explore-bar .links-module > .spark-line {
    padding: 35px 0 45px 0;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../sass/components/_explore-bar.scss */
  .explore-bar .container, .explore-bar .recirculation > .spark-line, .explore-bar .new-links-module > .spark-line, .explore-bar .links-module > .spark-line {
    position: relative;
  }
}

/* line 26, ../sass/components/_explore-bar.scss */
.explore-bar .container:before, .explore-bar .recirculation > .spark-line:before, .explore-bar .new-links-module > .spark-line:before, .explore-bar .links-module > .spark-line:before {
  content: ' ';
  position: absolute;
  top: -10px;
  left: 10%;
  display: block;
  width: 20px;
  height: 20px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #FFF;
}

@media (max-width: 767px) {
  /* line 26, ../sass/components/_explore-bar.scss */
  .explore-bar .container:before, .explore-bar .recirculation > .spark-line:before, .explore-bar .new-links-module > .spark-line:before, .explore-bar .links-module > .spark-line:before {
    display: none;
  }
}

/* line 41, ../sass/components/_explore-bar.scss */
body.homepage .explore-bar .container:before, body.homepage .explore-bar .recirculation > .spark-line:before, body.homepage .explore-bar .new-links-module > .spark-line:before, body.homepage .explore-bar .links-module > .spark-line:before {
  display: none;
}

/* line 48, ../sass/components/_explore-bar.scss */
.explore-bar--mobile-intro {
  margin: 0 auto;
  padding: 10px 0 20px 0;
  cursor: pointer;
  text-align: left;
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  /* line 48, ../sass/components/_explore-bar.scss */
  .explore-bar--mobile-intro {
    display: none !important;
  }
}

/* line 60, ../sass/components/_explore-bar.scss */
.explore-bar--mobile-intro--open-btn {
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 0;
}

/* line 68, ../sass/components/_explore-bar.scss */
.explore-bar--opaque-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

/* line 78, ../sass/components/_explore-bar.scss */
.explore-bar .explore-bar__expandable {
  padding: 0;
  display: none;
}

@media (min-width: 768px) {
  /* line 78, ../sass/components/_explore-bar.scss */
  .explore-bar .explore-bar__expandable {
    display: block !important;
  }
}

/* line 86, ../sass/components/_explore-bar.scss */
.explore-bar--form {
  margin: 0px auto;
}

@media (min-width: 768px) {
  /* line 86, ../sass/components/_explore-bar.scss */
  .explore-bar--form {
    width: inherit;
    margin: inherit;
  }
}

/* line 98, ../sass/components/_explore-bar.scss */
.explore-bar__expandable {
  padding: 40px 0 30px 0;
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  /* line 98, ../sass/components/_explore-bar.scss */
  .explore-bar__expandable {
    padding: 10px 0;
  }
}

@media (min-width: 1200px) {
  /* line 98, ../sass/components/_explore-bar.scss */
  .explore-bar__expandable {
    padding: inherit;
  }
}

/* line 111, ../sass/components/_explore-bar.scss */
.explore-bar__expandable--close-btn {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 0;
}

@media (min-width: 768px) {
  /* line 111, ../sass/components/_explore-bar.scss */
  .explore-bar__expandable--close-btn {
    display: none;
  }
}

/* line 123, ../sass/components/_explore-bar.scss */
.explore-bar #search-bar-v2 {
  line-height: 38px;
}

/* line 128, ../sass/components/_explore-bar.scss */
.explore-bar #search-bar-v2 .bootstrap-select button span.caret {
  height: 7px;
  width: 12px;
  background: url("/craft/assets/images/angle-arrow-down.png");
  background-size: cover;
  top: 16px;
  right: 2px;
}

/* line 129, ../sass/components/_explore-bar.scss */
.explore-bar #search-bar-v2 .bootstrap-select button span.caret::before, .explore-bar #search-bar-v2 .bootstrap-select button span.caret::after {
  display: none;
}

/* line 143, ../sass/components/_explore-bar.scss */
.explore-bar #search-bar-v1, .explore-bar #search-bar-v2 {
  display: block;
  padding: 61px 0 47px;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.explore-bar #search-bar-v1:before, .explore-bar #search-bar-v1:after, .explore-bar #search-bar-v2:before, .explore-bar #search-bar-v2:after {
  content: " ";
  display: table;
}

/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.explore-bar #search-bar-v1:after, .explore-bar #search-bar-v2:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 143, ../sass/components/_explore-bar.scss */
  .explore-bar #search-bar-v1, .explore-bar #search-bar-v2 {
    padding: 0 0 10px;
  }
}

@media (min-width: 1170px) {
  /* line 143, ../sass/components/_explore-bar.scss */
  .explore-bar #search-bar-v1, .explore-bar #search-bar-v2 {
    padding: 0;
  }
}

@media (max-width: 1169px) {
  /* line 143, ../sass/components/_explore-bar.scss */
  .explore-bar #search-bar-v1, .explore-bar #search-bar-v2 {
    float: none;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 1200px) {
  /* line 162, ../sass/components/_explore-bar.scss */
  .explore-bar #search-bar-v1 {
    float: none;
    width: 870px;
    padding: 0;
    margin: 0 auto;
  }
}

@media (max-width: 1169px) {
  /* line 162, ../sass/components/_explore-bar.scss */
  .explore-bar #search-bar-v1 {
    width: auto;
    padding: 0 0 10px;
    margin: 0;
  }
}

/* line 177, ../sass/components/_explore-bar.scss */
.explore-bar #search-bar-v1 .button {
  display: block;
  float: left;
}

@media (max-width: 1200px) {
  /* line 177, ../sass/components/_explore-bar.scss */
  .explore-bar #search-bar-v1 .button {
    float: none;
    width: 200px;
    margin: 0 auto 20px;
    position: relative;
    top: 20px;
  }
}

@media (max-width: 1169px) {
  /* line 177, ../sass/components/_explore-bar.scss */
  .explore-bar #search-bar-v1 .button {
    float: none;
    width: 100%;
    margin: 0;
    position: static;
    top: 0;
  }
}

/* line 200, ../sass/components/_explore-bar.scss */
.explore-bar--title {
  margin-top: 13px;
  margin-right: 3px;
  display: inline-block;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  /* line 200, ../sass/components/_explore-bar.scss */
  .explore-bar--title {
    margin-right: 5px;
    font-size: 26px;
  }
}

/* line 215, ../sass/components/_explore-bar.scss */
.explore-bar label {
  margin-right: 1px;
  display: inline-block;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 24px;
  font-weight: 300;
  color: #000;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 215, ../sass/components/_explore-bar.scss */
  .explore-bar label {
    margin-right: 4px;
    font-size: 20px;
  }
}

/* line 229, ../sass/components/_explore-bar.scss */
.explore-bar .select-wrapper {
  display: inline-block;
}

/* line 231, ../sass/components/_explore-bar.scss */
.explore-bar .select-wrapper .bootstrap-select {
  width: inherit !important;
  height: 32px;
}

@media (min-width: 768px) {
  /* line 231, ../sass/components/_explore-bar.scss */
  .explore-bar .select-wrapper .bootstrap-select {
    margin-right: 0;
  }
}

/* line 240, ../sass/components/_explore-bar.scss */
.explore-bar .btn-group {
  position: inherit;
}

@media (min-width: 1200px) {
  /* line 240, ../sass/components/_explore-bar.scss */
  .explore-bar .btn-group {
    position: relative;
  }
}

/* line 247, ../sass/components/_explore-bar.scss */
.explore-bar .dropup .dropdown-menu.open {
  width: 100%;
  top: 0;
  left: 0;
  bottom: inherit;
}

@media (min-width: 1200px) {
  /* line 247, ../sass/components/_explore-bar.scss */
  .explore-bar .dropup .dropdown-menu.open {
    width: inherit;
    top: inherit;
    bottom: 100%;
  }
}

/* line 259, ../sass/components/_explore-bar.scss */
.explore-bar .dropdown-menu.open {
  width: 100%;
  max-height: 250px !important;
  top: 0;
  left: 0;
  bottom: inherit;
}

@media (min-width: 1200px) {
  /* line 259, ../sass/components/_explore-bar.scss */
  .explore-bar .dropdown-menu.open {
    width: inherit;
    top: 100%;
    bottom: inherit;
  }
}

/* line 272, ../sass/components/_explore-bar.scss */
.explore-bar .dropdown-menu .selected a {
  color: #02A8F4 !important;
}

/* line 276, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select {
  background: transparent;
}

@media (max-width: 1169px) {
  /* line 276, ../sass/components/_explore-bar.scss */
  .explore-bar .bootstrap-select {
    width: 100% !important;
  }
}

/* line 283, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select button {
  margin: -3px 13px 0 0;
  padding: 0;
  background: transparent;
  border: 0px;
  border-radius: 0px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 22px;
  font-weight: 300;
  color: #03a8f5;
}

@media (min-width: 768px) {
  /* line 283, ../sass/components/_explore-bar.scss */
  .explore-bar .bootstrap-select button {
    margin: -3px 13px 0 0;
    font-size: 20px;
  }
}

/* line 299, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select button:focus {
  outline: none !important;
}

/* line 303, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select button span.filter-option {
  text-transform: capitalize;
  border-bottom: solid 1px #2AB7F6;
  position: relative;
  top: 2px;
}

/* line 310, ../sass/components/_explore-bar.scss */
html.ie10 .explore-bar .bootstrap-select button span.filter-option {
  top: 1px;
  border-bottom: solid 1px #2AB7F6;
}

/* line 315, ../sass/components/_explore-bar.scss */
html.ie11 .explore-bar .bootstrap-select button span.filter-option {
  top: 1px;
  border-bottom: solid 1px #2AB7F6;
}

/* line 324, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select button.dropdown-toggle:hover span.filter-option {
  border-bottom: solid 1px #2AB7F6;
}

@media (max-width: 1169px) {
  /* line 283, ../sass/components/_explore-bar.scss */
  .explore-bar .bootstrap-select button {
    width: 100%;
  }
}

@media (max-width: 400px) {
  /* line 283, ../sass/components/_explore-bar.scss */
  .explore-bar .bootstrap-select button {
    padding-left: 0;
  }
}

/* line 338, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select button.dropdown-toggle {
  box-shadow: none;
  background-color: inherit;
  border-color: inherit;
  color: #02A8F4;
}

/* line 343, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select button.dropdown-toggle:hover {
  background-color: inherit;
  border-color: inherit;
  color: #02A8F4;
}

/* line 353, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select.active button.dropdown-toggle {
  color: #02A8F4;
}

/* line 355, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select.active button.dropdown-toggle:hover {
  color: #02A8F4;
}

/* line 364, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select .dropdown-menu {
  border-radius: 2px;
  box-shadow: inherit;
  border: none;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 18px;
  color: #000;
}

@media (min-width: 768px) {
  /* line 364, ../sass/components/_explore-bar.scss */
  .explore-bar .bootstrap-select .dropdown-menu {
    font-size: 20px;
  }
}

/* line 375, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select .dropdown-menu.inner {
  max-height: 200px !important;
  padding: 15px 30px;
}

/* line 380, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select .dropdown-menu > li > a {
  padding: 7px 0;
  color: #000;
  background-color: #fff;
}

/* line 385, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select .dropdown-menu > li > a:hover {
  color: #02A8F4;
  background-color: #fff;
}

/* line 391, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select .dropdown-menu li {
  border-bottom: solid 1px #E9E9E9;
}

/* line 393, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select .dropdown-menu li span.text {
  text-transform: capitalize;
  font-weight: 300;
}

/* line 397, ../sass/components/_explore-bar.scss */
.explore-bar .bootstrap-select .dropdown-menu li:last-child {
  border-bottom: none;
}

/* line 406, ../sass/components/_explore-bar.scss */
.explore-bar--mobile-contact-line {
  margin: 40px 0 25px 0;
  display: block;
  border-bottom: dashed 1px #03a8f5;
}

@media (min-width: 768px) {
  /* line 406, ../sass/components/_explore-bar.scss */
  .explore-bar--mobile-contact-line {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 415, ../sass/components/_explore-bar.scss */
  .explore-bar--copy-wrapper {
    line-height: 38px;
  }
}

@media (min-width: 992px) {
  /* line 415, ../sass/components/_explore-bar.scss */
  .explore-bar--copy-wrapper {
    width: 750px;
    margin-top: -5px;
  }
}

/* line 425, ../sass/components/_explore-bar.scss */
.explore-bar--submit {
  color: #03a8f5;
  font-size: 19px;
  text-transform: uppercase;
  display: block;
  width: 163px;
  height: 53px;
  padding: 0;
  margin: 20px auto 20px auto;
  border-radius: 2px;
  border: 1.5px solid #03a8f5;
  background-color: transparent;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 52px;
  overflow: hidden;
  letter-spacing: 1.3pt;
  cursor: pointer;
}

/* line 444, ../sass/components/_explore-bar.scss */
.explore-bar--submit:hover {
  background-color: transparent;
  color: #054296;
  border-color: #054296;
}

@media (min-width: 768px) {
  /* line 425, ../sass/components/_explore-bar.scss */
  .explore-bar--submit {
    margin: 20px 20px 20px 0;
  }
}

@media (min-width: 480px) {
  /* line 425, ../sass/components/_explore-bar.scss */
  .explore-bar--submit {
    width: 120px;
    height: 43px;
    font-size: 12px;
    line-height: 43px;
  }
}

@media (min-width: 992px) {
  /* line 425, ../sass/components/_explore-bar.scss */
  .explore-bar--submit {
    display: inline-block;
    position: absolute;
    top: -11px;
    right: 267px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 425, ../sass/components/_explore-bar.scss */
  .explore-bar--submit {
    right: 67px;
  }
}

/* line 477, ../sass/components/_explore-bar.scss */
.hideBeforeRender .row {
  animation: -amp-start 3s steps(1, end) 0s 1 normal both;
}

@keyframes -amp-start {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 5, ../sass/components/_impact.scss */
  .impact__group {
    overflow-y: hidden;
    position: relative;
    z-index: 1;
  }
}

/* line 13, ../sass/components/_impact.scss */
.impact__group__header {
  backface-visibility: hidden;
  text-align: left;
}

@media (max-width: 767px) {
  /* line 13, ../sass/components/_impact.scss */
  .impact__group__header {
    padding: 40px 0 99px 0;
    text-align: center;
  }
}

@media (min-width: 1025px) {
  /* line 13, ../sass/components/_impact.scss */
  .impact__group__header {
    opacity: 0;
  }
  /* line 24, ../sass/components/_impact.scss */
  .animation-initialized .impact__group__header {
    opacity: 1;
  }
}

/* line 33, ../sass/components/_impact.scss */
.impact__yellow-bar {
  width: 72px;
  height: 7px;
  margin: 0 0 20px 0;
  background-color: #FFF031;
  backface-visibility: hidden;
}

@media (max-width: 767px) {
  /* line 33, ../sass/components/_impact.scss */
  .impact__yellow-bar {
    margin: 0 auto 20px auto;
  }
}

/* line 47, ../sass/components/_impact.scss */
.impact__headline {
  margin: 0 0 2px 0;
  max-width: 13em;
  backface-visibility: hidden;
  font-weight: 500;
  font-size: 37px;
  line-height: 43px;
  letter-spacing: -1px;
}

/* line 56, ../sass/components/_impact.scss */
.animation-initialized .impact__headline {
  -ms-transform: translateY(-71px);
  transform: translateY(-71px);
}

@media (min-width: 1200px) {
  /* line 60, ../sass/components/_impact.scss */
  .animation-initialized .impact__headline {
    -ms-transform: translateY(-81px);
    transform: translateY(-81px);
  }
}

@media (min-width: 768px) {
  /* line 47, ../sass/components/_impact.scss */
  .impact__headline {
    font-size: 38px;
    line-height: 46px;
  }
}

@media (min-width: 1025px) {
  /* line 47, ../sass/components/_impact.scss */
  .impact__headline {
    font-size: 38px;
    line-height: 46px;
  }
}

@media (min-width: 1200px) {
  /* line 47, ../sass/components/_impact.scss */
  .impact__headline {
    font-size: 44px;
    line-height: 51px;
  }
}

@media (max-width: 1024px) {
  /* line 47, ../sass/components/_impact.scss */
  .impact__headline {
    -ms-transform: none;
    transform: none;
  }
}

@media (max-width: 767px) {
  /* line 47, ../sass/components/_impact.scss */
  .impact__headline {
    text-align: center;
    max-width: none;
  }
}

/* line 86, ../sass/components/_impact.scss */
.impact__headline__extra {
  margin-top: 20px;
  opacity: 0;
  -ms-transform: translateY(-38px);
  transform: translateY(-38px);
}

@media (max-width: 1024px) {
  /* line 86, ../sass/components/_impact.scss */
  .impact__headline__extra {
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  /* line 86, ../sass/components/_impact.scss */
  .impact__headline__extra {
    text-align: center;
    max-width: none;
  }
}

/* line 104, ../sass/components/_impact.scss */
.impact__social {
  margin: 30px 0;
}

/* line 108, ../sass/components/_impact.scss */
.impact__subheadline {
  margin: 0;
  max-width: 13em;
  line-height: 41px;
  backface-visibility: hidden;
  font-weight: 300;
  font-size: 35px;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  /* line 108, ../sass/components/_impact.scss */
  .impact__subheadline {
    font-size: 38px;
    line-height: 46px;
  }
}

@media (min-width: 1025px) {
  /* line 108, ../sass/components/_impact.scss */
  .impact__subheadline {
    font-size: 38px;
    line-height: 52px;
  }
}

@media (min-width: 1200px) {
  /* line 108, ../sass/components/_impact.scss */
  .impact__subheadline {
    font-size: 44px;
    line-height: 55px;
  }
}

@media (max-width: 1024px) {
  /* line 108, ../sass/components/_impact.scss */
  .impact__subheadline {
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  /* line 108, ../sass/components/_impact.scss */
  .impact__subheadline {
    text-align: center;
    max-width: none;
  }
}

/* line 145, ../sass/components/_impact.scss */
.animation-initialized .impact__subheadline,
.animation-initialized .impact__headline__extra .impact__yellow-bar {
  opacity: 0;
  transition: opacity 200ms ease;
}

/* line 153, ../sass/components/_impact.scss */
.animation-initialized .impact__group.active .impact__subheadline,
.animation-initialized .impact__group.active .impact__headline__extra,
.animation-initialized .impact__group.active .impact__yellow-bar {
  opacity: 1;
}

/* line 3, ../sass/components/_services.scss */
.services {
  background-color: #F1F1F1;
}

@media (max-width: 767px) {
  /* line 3, ../sass/components/_services.scss */
  .services {
    padding: 38px 0 53px 0;
  }
}

/* line 12, ../sass/components/_services.scss */
.services__group__item {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 12, ../sass/components/_services.scss */
  .services__group__item {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 30px;
  }
}

/* line 22, ../sass/components/_services.scss */
.services__group__item:last-child {
  margin-bottom: 0;
}

/* line 27, ../sass/components/_services.scss */
.services__group__icon {
  float: left;
  margin-top: 10px;
  margin-right: 40px;
  fill: #03a8f5;
}

@media (max-width: 767px) {
  /* line 27, ../sass/components/_services.scss */
  .services__group__icon {
    display: block;
    float: none;
    margin-right: 0px;
    margin-bottom: 44px;
  }
  /* line 39, ../sass/components/_services.scss */
  .services__group__icon .svg-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
}

/* line 48, ../sass/components/_services.scss */
.services__group__copy {
  display: inline-block;
  float: left;
  color: #000;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
}

/* line 54, ../sass/components/_services.scss */
.services__group__copy:hover {
  color: #23527c;
}

@media (max-width: 767px) {
  /* line 48, ../sass/components/_services.scss */
  .services__group__copy {
    display: block;
    float: none;
  }
}

@media (min-width: 768px) {
  /* line 48, ../sass/components/_services.scss */
  .services__group__copy {
    width: 200px;
  }
}

@media (min-width: 992px) {
  /* line 48, ../sass/components/_services.scss */
  .services__group__copy {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  /* line 48, ../sass/components/_services.scss */
  .services__group__copy {
    width: inherit;
  }
}

/* line 74, ../sass/components/_services.scss */
.services__group__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 22px;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  /* line 74, ../sass/components/_services.scss */
  .services__group__title {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 34px;
  }
}

/* line 87, ../sass/components/_services.scss */
.services__group__desc {
  font-size: 16px;
  max-width: 17em;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  /* line 87, ../sass/components/_services.scss */
  .services__group__desc {
    margin: 0 auto;
    font-size: 19px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  /* line 103, ../sass/components/_services.scss */
  .services .flexbox {
    display: block;
  }
}

/* line 111, ../sass/components/_services.scss */
.services .impact__group {
  padding-top: 120px;
  padding-bottom: 110px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  display: -moz-flex;
  -moz-align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
}

/* line 125, ../sass/components/_services.scss */
html.ie10 .services .impact__group {
  display: -ms-flexbox;
  -ms-flex-align: center;
}

@media (max-width: 767px) {
  /* line 111, ../sass/components/_services.scss */
  .services .impact__group {
    display: block !important;
    padding-top: 0px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 139, ../sass/components/_services.scss */
  .services .impact__group__header {
    padding: 40px 0 59px 0;
  }
}

/* line 145, ../sass/components/_services.scss */
.services .impact__headline, .services .impact__subheadline, .services .impact__yellow-bar {
  -ms-transform: translateY(-48px);
  transform: translateY(-48px);
}

@media (min-width: 1200px) {
  /* line 145, ../sass/components/_services.scss */
  .services .impact__headline, .services .impact__subheadline, .services .impact__yellow-bar {
    -ms-transform: translateY(-55px);
    transform: translateY(-55px);
  }
}

@media (max-width: 767px) {
  /* line 145, ../sass/components/_services.scss */
  .services .impact__headline, .services .impact__subheadline, .services .impact__yellow-bar {
    -ms-transform: none;
    transform: none;
  }
}

/* line 3, ../sass/components/_industries.scss */
.industries {
  background: url("../images/bg.industries.jpg") center center no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  /* line 3, ../sass/components/_industries.scss */
  .industries {
    background-position: right bottom;
    padding: 62px 0 0 0;
  }
}

/* line 13, ../sass/components/_industries.scss */
.industries .container, .industries .recirculation > .spark-line, .industries .new-links-module > .spark-line, .industries .links-module > .spark-line {
  overflow: auto;
}

@media (max-width: 767px) {
  /* line 13, ../sass/components/_industries.scss */
  .industries .container, .industries .recirculation > .spark-line, .industries .new-links-module > .spark-line, .industries .links-module > .spark-line {
    overflow-y: hidden;
  }
}

/* line 20, ../sass/components/_industries.scss */
.industries .impact__headline {
  color: white;
}

/* line 24, ../sass/components/_industries.scss */
.industries .impact__subheadline, .industries .impact__yellow-bar {
  color: white;
}

/* line 28, ../sass/components/_industries.scss */
.animation-initialized .industries .impact__subheadline, .animation-initialized .industries .impact__yellow-bar {
  -ms-transform: translateY(-71px);
  transform: translateY(-71px);
}

@media (min-width: 1200px) {
  /* line 32, ../sass/components/_industries.scss */
  .animation-initialized .industries .impact__subheadline, .animation-initialized .industries .impact__yellow-bar {
    -ms-transform: translateY(-81px);
    transform: translateY(-81px);
  }
}

@media (max-width: 1024px) {
  /* line 39, ../sass/components/_industries.scss */
  .industries .impact__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    display: -moz-flex;
    -moz-align-items: center;
    display: -webkit-flex;
    -webkit-align-items: center;
  }
  /* line 48, ../sass/components/_industries.scss */
  html.ie10 .industries .impact__group {
    display: -ms-flexbox;
    -ms-flex-align: center;
  }
}

@media (max-width: 767px) {
  /* line 39, ../sass/components/_industries.scss */
  .industries .impact__group {
    display: block !important;
    overflow: visible;
  }
}

/* line 69, ../sass/components/_industries.scss */
.industries__tiles_wrapper {
  padding: 0;
}

/* line 73, ../sass/components/_industries.scss */
.industries__tiles {
  position: relative;
}

@media (min-width: 768px) {
  /* line 73, ../sass/components/_industries.scss */
  .industries__tiles {
    overflow: hidden;
  }
}

/* line 80, ../sass/components/_industries.scss */
.industries__tile {
  width: 50%;
  height: 148px;
  color: #fff;
  float: left;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 20px;
  display: -moz-flex;
  -moz-align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* line 91, ../sass/components/_industries.scss */
.industries__tile:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 95, ../sass/components/_industries.scss */
.industries__tile a:hover, .industries__tile a:focus {
  color: #00a3e2;
}

/* line 100, ../sass/components/_industries.scss */
html.ie10 .industries__tile .more-industries-trigger {
  width: 180px;
  margin: 0 auto;
}

/* line 111, ../sass/components/_industries.scss */
html.ie10 .industries__tile {
  display: -ms-flexbox;
  -ms-flex-align: center;
}

/* line 123, ../sass/components/_industries.scss */
.industries__tiles--overlay-open .industries__tile {
  opacity: 0.15;
}

@media (max-width: 991px) {
  /* line 80, ../sass/components/_industries.scss */
  .industries__tile {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  /* line 80, ../sass/components/_industries.scss */
  .industries__tile {
    border: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 120px;
    padding: 0px;
  }
}

/* line 142, ../sass/components/_industries.scss */
.industries__tile:nth-of-type(2n) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  /* line 142, ../sass/components/_industries.scss */
  .industries__tile:nth-of-type(2n) {
    border-right: none;
  }
}

/* line 151, ../sass/components/_industries.scss */
.industries__tile:nth-last-of-type(1), .industries__tile:nth-last-of-type(2) {
  border-bottom: none;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 60px;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

/* line 158, ../sass/components/_industries.scss */
html.ie10 .industries__tile:nth-last-of-type(1), html.ie10 .industries__tile:nth-last-of-type(2) {
  -ms-flex: auto;
}

@media (max-width: 767px) {
  /* line 151, ../sass/components/_industries.scss */
  .industries__tile:nth-last-of-type(1), .industries__tile:nth-last-of-type(2) {
    height: 78px;
    border-right: none;
  }
}

@media (min-width: 1024px) {
  /* line 173, ../sass/components/_industries.scss */
  .industries__tile::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 300ms;
    background-position: center center;
    background-size: cover;
  }
  /* line 188, ../sass/components/_industries.scss */
  .industries__tile:hover::before {
    opacity: 1;
  }
  /* line 192, ../sass/components/_industries.scss */
  .industries__tile:hover .industries__tile__link-wrap {
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  /* line 199, ../sass/components/_industries.scss */
  .industries__tile:hover .industries__tile__link__small {
    margin-top: 16px;
    opacity: 1;
  }
}

/* line 207, ../sass/components/_industries.scss */
.industries__tile__link-wrap {
  line-height: 1;
  margin-top: -1em;
  transition: all 300ms;
  transition-delay: 0.05s;
  display: block;
  width: 100%;
  text-align: center;
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

@media (max-width: 767px) {
  /* line 207, ../sass/components/_industries.scss */
  .industries__tile__link-wrap {
    padding: 0 20px;
  }
}

/* line 221, ../sass/components/_industries.scss */
.industries__tile__link {
  color: #fff;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-weight: 300;
  line-height: 26px;
  font-size: 20px;
  transition: all 300ms;
  display: block;
  width: 100%;
}

@media (max-width: 1199px) {
  /* line 221, ../sass/components/_industries.scss */
  .industries__tile__link {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  /* line 221, ../sass/components/_industries.scss */
  .industries__tile__link {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /* line 221, ../sass/components/_industries.scss */
  .industries__tile__link {
    display: block;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }
}

/* line 249, ../sass/components/_industries.scss */
.industries__tile__link__small {
  opacity: 0;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #fff;
  width: intrinsic;
  line-height: 18px;
  padding-top: 1px;
}

/* line 263, ../sass/components/_industries.scss */
.industries__tile__link__small:nth-of-type(2) {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

@media (max-width: 991px) {
  /* line 249, ../sass/components/_industries.scss */
  .industries__tile__link__small {
    font-size: 13px;
  }
}

@media (max-width: 1023px) {
  /* line 249, ../sass/components/_industries.scss */
  .industries__tile__link__small {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  /* line 249, ../sass/components/_industries.scss */
  .industries__tile__link__small {
    font-size: 10px;
  }
}

/* line 283, ../sass/components/_industries.scss */
.industries__more {
  cursor: pointer;
  /* border-bottom: 1px solid transparentize(white, 0.7); */
  line-height: 1.3;
  font-weight: bold;
  /* color: $color-white;*/
  font-size: 13px !important;
  text-transform: uppercase;
  background-image: url("../images/plus-icon.png");
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding: 0 25px;
  color: #00a3e2;
  transition: all 300ms;
  position: relative;
  z-index: 1;
  letter-spacing: 1.62px;
}

/* line 303, ../sass/components/_industries.scss */
.industries__more:hover {
  /* color: $color-blue-light; */
  color: #00a3e2;
  /* background-image: url("../images/plus-icon-hover.png"); */
  background-image: url("../images/plus-icon.png");
}

@media (max-width: 991px) {
  /* line 283, ../sass/components/_industries.scss */
  .industries__more {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /* line 283, ../sass/components/_industries.scss */
  .industries__more {
    font-size: 14px;
  }
}

/* line 321, ../sass/components/_industries.scss */
.industries__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 10, 20, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 30px;
  text-align: center;
  z-index: 100;
}

/* line 336, ../sass/components/_industries.scss */
.industries__tiles--overlay-open .industries__overlay {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  /* line 321, ../sass/components/_industries.scss */
  .industries__overlay {
    height: inherit;
    top: 600px;
  }
}

/* line 350, ../sass/components/_industries.scss */
.industries__overlay-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

/* line 362, ../sass/components/_industries.scss */
.industries__overlay-close::before, .industries__overlay-close::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #FFFFFF;
  /* Force Hardware Acceleration in WebKit */
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 388, ../sass/components/_industries.scss */
.industries__overlay-close::before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 396, ../sass/components/_industries.scss */
.industries__overlay-close::after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 408, ../sass/components/_industries.scss */
.industries__overlay-item {
  margin-bottom: 0;
}

/* line 411, ../sass/components/_industries.scss */
.industries__overlay-link {
  color: white;
  font-weight: bold;
  padding: 0.5em 0;
}

/* line 415, ../sass/components/_industries.scss */
.industries__overlay-link:hover {
  color: #00a3e2;
}

/* line 420, ../sass/components/_industries.scss */
.industries-list {
  display: block;
  width: 100%;
}

/* line 424, ../sass/components/_industries.scss */
.industries-list .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

@media (min-width: 992px) {
  /* line 420, ../sass/components/_industries.scss */
  .industries-list {
    width: auto;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  /* line 420, ../sass/components/_industries.scss */
  .industries-list {
    width: 143px;
    margin: 0 auto;
  }
}

/* line 438, ../sass/components/_industries.scss */
.industries-list .select-wrapper {
  position: relative;
}

/* line 442, ../sass/components/_industries.scss */
.industries-list .select-wrapper,
.industries-list .bootstrap-select,
.industries-list .bootstrap-select button {
  width: auto;
  height: 28px;
}

@media (min-width: 992px) {
  /* line 442, ../sass/components/_industries.scss */
  .industries-list .select-wrapper,
  .industries-list .bootstrap-select,
  .industries-list .bootstrap-select button {
    height: 32px;
  }
}

/* line 455, ../sass/components/_industries.scss */
.industries-list .bootstrap-select.btn-group button {
  background: transparent;
  border: 0px;
  padding-right: 15px;
  cursor: pointer;
  font-weight: bold;
  padding-left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1.3;
  white-space: nowrap;
  width: auto;
}

/* line 467, ../sass/components/_industries.scss */
.industries-list .bootstrap-select.btn-group button:focus {
  outline: none !important;
}

/* line 470, ../sass/components/_industries.scss */
.industries-list .bootstrap-select.btn-group button span.filter-option {
  color: #FFF;
  white-space: nowrap;
}

@media (min-width: 992px) {
  /* line 470, ../sass/components/_industries.scss */
  .industries-list .bootstrap-select.btn-group button span.filter-option {
    font-size: 22px;
  }
}

/* line 478, ../sass/components/_industries.scss */
.industries-list .bootstrap-select.btn-group button span.caret {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  right: 0;
  top: 0.2em;
  margin-left: 0.15em;
}

@media (max-width: 767px) {
  /* line 478, ../sass/components/_industries.scss */
  .industries-list .bootstrap-select.btn-group button span.caret {
    top: 0;
  }
}

/* line 491, ../sass/components/_industries.scss */
.industries-list .bootstrap-select.btn-group button span.caret::before, .industries-list .bootstrap-select.btn-group button span.caret::after {
  background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 568px) {
  /* line 501, ../sass/components/_industries.scss */
  .industries .dropdownCenter {
    display: block;
    width: 140px !important;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  /* line 3, ../sass/components/_insights.scss */
  .insights {
    margin-bottom: -10px;
    padding: 76px 0 0 0;
  }
}

/* line 10, ../sass/components/_insights.scss */
.insights .arrow-cta {
  backface-visibility: hidden;
}

@media (max-width: 767px) {
  /* line 10, ../sass/components/_insights.scss */
  .insights .arrow-cta {
    font-size: 22px;
    background-position: right 8px;
  }
}

/* line 18, ../sass/components/_insights.scss */
.insights__tile {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 18, ../sass/components/_insights.scss */
  .insights__tile {
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  /* line 18, ../sass/components/_insights.scss */
  .insights__tile {
    margin-bottom: 34px;
  }
}

/* line 28, ../sass/components/_insights.scss */
.insights__tile__group {
  background-position: center center;
  background-size: cover;
  height: 310px;
  width: 100%;
  color: #fff;
}

/* line 35, ../sass/components/_insights.scss */
.insights__tile__group a {
  color: #fff;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -.5px;
}

@media (max-width: 767px) {
  /* line 35, ../sass/components/_insights.scss */
  .insights__tile__group a {
    font-size: 22px;
    line-height: 25px;
  }
}

/* line 49, ../sass/components/_insights.scss */
.insights__tile__copy {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 23px 30px;
  display: block;
  width: 100%;
}

/* line 56, ../sass/components/_insights.scss */
.insights__tile__copy h5 {
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing: 1.61px;
}

@media (max-width: 767px) {
  /* line 49, ../sass/components/_insights.scss */
  .insights__tile__copy {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  /* line 67, ../sass/components/_insights.scss */
  .insights__tile--tile-left {
    padding: 0;
  }
  /* line 70, ../sass/components/_insights.scss */
  .insights__tile--tile-right {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  /* line 76, ../sass/components/_insights.scss */
  .insights__tile--tile-left {
    padding-right: 17px;
  }
  /* line 79, ../sass/components/_insights.scss */
  .insights__tile--tile-right {
    padding-left: 17px;
  }
}

/* line 86, ../sass/components/_insights.scss */
.insights__tile:first-child {
  height: 310px;
}

@media (max-width: 1024px) {
  /* line 86, ../sass/components/_insights.scss */
  .insights__tile:first-child {
    height: 310px;
  }
}

@media (max-width: 767px) {
  /* line 86, ../sass/components/_insights.scss */
  .insights__tile:first-child {
    margin-bottom: 0;
    display: block !important;
    height: auto;
  }
}

/* line 103, ../sass/components/_insights.scss */
.insights__tile:first-child .impact__group__header {
  width: 100%;
}

@media (max-width: 767px) {
  /* line 103, ../sass/components/_insights.scss */
  .insights__tile:first-child .impact__group__header {
    padding: 40px 0 87px 0;
  }
}

/* line 116, ../sass/components/_insights.scss */
.animation-initialized .insights .impact__headline, .animation-initialized .insights .impact__subheadline, .animation-initialized .insights .impact__headline__extra, .animation-initialized .insights .impact__yellow-bar {
  -ms-transform: translateY(-201px);
  transform: translateY(-201px);
}

@media (min-width: 1200px) {
  /* line 120, ../sass/components/_insights.scss */
  .animation-initialized .insights .impact__headline, .animation-initialized .insights .impact__subheadline, .animation-initialized .insights .impact__headline__extra, .animation-initialized .insights .impact__yellow-bar {
    -ms-transform: translateY(-211px);
    transform: translateY(-211px);
  }
}

/* line 126, ../sass/components/_insights.scss */
.insights .impact__group {
  padding-top: 130px;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  /* line 126, ../sass/components/_insights.scss */
  .insights .impact__group {
    padding: 0;
  }
}

/* line 3, ../sass/components/_svg-icon.scss */
.svg-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
}

/* line 3, ../sass/components/_backdrop.scss */
.backdrop {
  position: relative;
}

/* line 6, ../sass/components/_backdrop.scss */
.backdrop > * {
  z-index: 1;
}

/* line 10, ../sass/components/_backdrop.scss */
.backdrop::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 0;
  background-color: #222;
  background-size: cover;
}

/* line 25, ../sass/components/_backdrop.scss */
.backdrop--navy::before {
  background-color: #013257;
}

/* line 13, ../sass/components/_headline.scss */
> .headline--impact {
  color: #004179;
}

/* line 3, ../sass/components/_news-events.scss */
.news-events {
  background-color: #F1F1F1;
  font-family: Helvetica, Arial, sans-serif;
  padding: 70px 0;
}

@media (max-width: 767px) {
  /* line 3, ../sass/components/_news-events.scss */
  .news-events {
    padding: 95px 0 128px;
  }
}

@media (max-width: 991px) {
  /* line 12, ../sass/components/_news-events.scss */
  .news-events__newsSection {
    border-right: 0px;
  }
}

@media (min-width: 992px) {
  /* line 18, ../sass/components/_news-events.scss */
  .news-events__newsSection .row {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  /* line 18, ../sass/components/_news-events.scss */
  .news-events__newsSection .row {
    padding-right: 0px;
  }
}

/* line 32, ../sass/components/_news-events.scss */
.news-events__eventsSection {
  border-left: 1px solid rgba(151, 151, 151, 0.2);
}

@media (min-width: 992px) {
  /* line 32, ../sass/components/_news-events.scss */
  .news-events__eventsSection {
    padding-left: 60px;
  }
}

@media (max-width: 991px) {
  /* line 32, ../sass/components/_news-events.scss */
  .news-events__eventsSection {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  /* line 32, ../sass/components/_news-events.scss */
  .news-events__eventsSection {
    padding-top: 63px;
    padding-right: 15px;
  }
}

/* line 52, ../sass/components/_news-events.scss */
.news-events__sectiontitle {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 30px;
  font-weight: 400;
  font-style: italic;
  line-height: 41px;
  margin: 0;
  margin-top: -5px;
  padding-top: 0;
  padding-bottom: 15px;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  /* line 52, ../sass/components/_news-events.scss */
  .news-events__sectiontitle {
    margin-bottom: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 34px;
  }
}

/* line 72, ../sass/components/_news-events.scss */
.news-events__entry {
  border-top: 1px solid rgba(151, 151, 151, 0.14);
  padding: 25px 0;
}

@media (max-width: 767px) {
  /* line 72, ../sass/components/_news-events.scss */
  .news-events__entry {
    padding: 43px 20px 35px 0;
  }
}

/* line 81, ../sass/components/_news-events.scss */
.news-events__entry:first-of-type {
  border-top: 0px;
}

@media (max-width: 767px) {
  /* line 90, ../sass/components/_news-events.scss */
  .news-events__collapseColumn .news-events__entry {
    border-top: 1px solid rgba(151, 151, 151, 0.14) !important;
  }
}

/* line 98, ../sass/components/_news-events.scss */
.news-events__date {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1.38px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 98, ../sass/components/_news-events.scss */
  .news-events__date {
    margin-bottom: 8px;
    font-size: 14px;
  }
}

/* line 112, ../sass/components/_news-events.scss */
.news-events__titlelink {
  color: #03A8F5;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

@media (max-width: 767px) {
  /* line 112, ../sass/components/_news-events.scss */
  .news-events__titlelink {
    font-size: 22px;
    line-height: 35px;
  }
}

/* line 124, ../sass/components/_news-events.scss */
.news-events__location {
  margin-top: 3px;
  display: block;
  color: #000;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

@media (max-width: 767px) {
  /* line 124, ../sass/components/_news-events.scss */
  .news-events__location {
    font-size: 22px;
  }
}

/* line 137, ../sass/components/_news-events.scss */
.news-events__cta {
  color: #00a3e2;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  background: url("/craft/assets/images/img.insights.linkout.svg") no-repeat right 3px;
  padding-right: 25px;
}

/* line 145, ../sass/components/_news-events.scss */
.news-events__cta:hover {
  background-image: url("/craft/assets/images/img.insights.linkout.hover.svg");
  color: #23527C;
}

@media (max-width: 767px) {
  /* line 137, ../sass/components/_news-events.scss */
  .news-events__cta {
    font-size: 22px;
    background-position: right 8px;
  }
}

/* line 4, ../sass/components/_footer.scss */
.contact-us-banner {
  /* background-color: $color-blue-dark; */
  background: url("../images/Bottom_Contact_Module.png") no-repeat scroll right 0 #f1f1f1;
  padding: 25px 0 21px;
}

@media (max-width: 991px) {
  /* line 4, ../sass/components/_footer.scss */
  .contact-us-banner {
    background-position: center 0;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  /* line 4, ../sass/components/_footer.scss */
  .contact-us-banner {
    padding: 29px 0 22px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 4, ../sass/components/_footer.scss */
  .contact-us-banner {
    padding: 74px 0 56px;
  }
}

/* line 21, ../sass/components/_footer.scss */
.contact-us-banner--copy-break {
  display: block;
}

@media (min-width: 501px) {
  /* line 21, ../sass/components/_footer.scss */
  .contact-us-banner--copy-break {
    display: none;
  }
}

/* line 30, ../sass/components/_footer.scss */
.contact-us-banner .container, .contact-us-banner .recirculation > .spark-line, .contact-us-banner .new-links-module > .spark-line, .contact-us-banner .links-module > .spark-line {
  text-align: center;
}

/* line 33, ../sass/components/_footer.scss */
.contact-us-banner .container p, .contact-us-banner .recirculation > .spark-line p, .contact-us-banner .new-links-module > .spark-line p, .contact-us-banner .links-module > .spark-line p {
  padding: 0;
  /* margin: 0 30px 0 0;
  height: 52px; */
  margin: 40px 0 10px;
  color: #000;
  display: inline-block;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  /*font-family: $font-Helvetica;
   font-size: $type-size-h3;*/
  /* text-transform: capitalize; */
  overflow: hidden;
  /* @include breakpoint(max-width 767px){
    display: block;
    height: auto;
    margin-top: 20px;
    margin-bottom: -15px;
  } */
}

@media (min-width: 500px) and (max-width: 768px) {
  /* line 33, ../sass/components/_footer.scss */
  .contact-us-banner .container p, .contact-us-banner .recirculation > .spark-line p, .contact-us-banner .new-links-module > .spark-line p, .contact-us-banner .links-module > .spark-line p {
    font-size: 34px;
    line-height: 38px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 33, ../sass/components/_footer.scss */
  .contact-us-banner .container p, .contact-us-banner .recirculation > .spark-line p, .contact-us-banner .new-links-module > .spark-line p, .contact-us-banner .links-module > .spark-line p {
    font-size: 32px;
    line-height: 38px;
    margin: 40px 0 26px;
  }
}

/* line 70, ../sass/components/_footer.scss */
.contact-us-banner .container a, .contact-us-banner .recirculation > .spark-line a, .contact-us-banner .new-links-module > .spark-line a, .contact-us-banner .links-module > .spark-line a {
  color: #0182d3;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  width: 183px;
  height: 43px;
  padding: 0;
  margin: 0 0 28px;
  border-radius: 2px;
  border: 1.5px solid #0182d3;
  background-color: transparent;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 43px;
  overflow: hidden;
  letter-spacing: 1.3pt;
  /* @include breakpoint(max-width 767px){
     display: block;
     margin: 10px auto 0;
   } */
}

@media (min-width: 500px) and (max-width: 768px) {
  /* line 70, ../sass/components/_footer.scss */
  .contact-us-banner .container a, .contact-us-banner .recirculation > .spark-line a, .contact-us-banner .new-links-module > .spark-line a, .contact-us-banner .links-module > .spark-line a {
    font-size: 13px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 70, ../sass/components/_footer.scss */
  .contact-us-banner .container a, .contact-us-banner .recirculation > .spark-line a, .contact-us-banner .new-links-module > .spark-line a, .contact-us-banner .links-module > .spark-line a {
    font-size: 16.31px;
    width: 193px;
    line-height: 53px;
    height: 53px;
  }
}

/* line 104, ../sass/components/_footer.scss */
.contact-us-banner .container a:hover, .contact-us-banner .recirculation > .spark-line a:hover, .contact-us-banner .new-links-module > .spark-line a:hover, .contact-us-banner .links-module > .spark-line a:hover {
  /* background-color: #008461; */
  color: #054296;
  border-color: #054296;
}

/* line 113, ../sass/components/_footer.scss */
.footer {
  background-color: #010101;
}

/* line 115, ../sass/components/_footer.scss */
.footer__links {
  /* text-align: center; */
  text-align: left;
}

@media (max-width: 992px) {
  /* line 115, ../sass/components/_footer.scss */
  .footer__links {
    padding: 18px 0 21px;
  }
}

/* line 123, ../sass/components/_footer.scss */
.footer__links li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
}

/* line 128, ../sass/components/_footer.scss */
.footer__links li:first-child {
  /* margin-left: 35px; */
  margin-left: 0px;
}

@media (max-width: 992px) {
  /* line 123, ../sass/components/_footer.scss */
  .footer__links li {
    /* width: 24%; */
    width: 19%;
    margin: 0 15px 0 0;
  }
  /* line 138, ../sass/components/_footer.scss */
  .footer__links li:first-child {
    margin-left: 0;
  }
}

@media (max-width: 550px) {
  /* line 123, ../sass/components/_footer.scss */
  .footer__links li {
    width: 49%;
  }
}

/* line 147, ../sass/components/_footer.scss */
.footer__links li a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  display: inline-block;
  padding: 27px 0 24px;
  color: #FFF;
  font-size: 14px;
}

/* line 155, ../sass/components/_footer.scss */
.footer__links li a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  /* line 147, ../sass/components/_footer.scss */
  .footer__links li a {
    padding: 7px 0 4px;
  }
}

@media (max-width: 550px) {
  /* line 147, ../sass/components/_footer.scss */
  .footer__links li a {
    font-size: 20px;
  }
}

/* line 173, ../sass/components/_footer.scss */
.footer div.dropdown img#RSS-menu {
  max-width: none;
}

/* line 177, ../sass/components/_footer.scss */
.footer__social-links {
  text-align: right;
  /* ul social icons */
}

@media (min-width: 550px) and (max-width: 650px) {
  /* line 177, ../sass/components/_footer.scss */
  .footer__social-links {
    text-align: center;
  }
  /* line 181, ../sass/components/_footer.scss */
  .footer__social-links img {
    height: 35px;
    margin-bottom: 10px;
  }
}

@media (max-width: 550px) {
  /* line 177, ../sass/components/_footer.scss */
  .footer__social-links {
    text-align: center;
    padding-top: 10px;
  }
  /* line 190, ../sass/components/_footer.scss */
  .footer__social-links img {
    height: 40px;
    margin-bottom: 10px;
  }
}

/* line 195, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons {
  margin-top: 20px;
  /* li */
}

@media (max-width: 550px) {
  /* line 195, ../sass/components/_footer.scss */
  .footer__social-links ul.social-icons {
    margin-top: 5px;
  }
}

/* line 199, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons #RSS-menu {
  cursor: pointer;
}

/* line 203, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li {
  display: inline-block;
  margin: 0 18px 0 0;
}

@media (max-width: 992px) {
  /* line 203, ../sass/components/_footer.scss */
  .footer__social-links ul.social-icons li {
    width: 10%;
  }
}

/* line 209, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li a {
  padding: 0px;
}

/* line 211, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .dropdown-menu {
  bottom: 40px;
  top: auto;
  right: -20px;
  left: auto;
  padding: 10px 6px 6px;
  font-size: 11px;
  width: 200px;
  height: 120px;
}

/* line 221, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .dropdown-menu a {
  color: #53b0eb;
  font-size: 11px;
}

/* line 226, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .dropdown-menu li {
  margin: 0 20% 0 0;
}

@media (max-width: 992px) {
  /* line 226, ../sass/components/_footer.scss */
  .footer__social-links ul.social-icons li .dropdown-menu li {
    width: auto;
  }
}

/* line 230, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .dropdown-menu .rss-subscribe {
  margin-right: 0px;
}

/* line 233, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .dropdown-menu .rss-title {
  white-space: nowrap;
  margin-left: -8px;
}

/* line 237, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .dropdown-menu .rss-view {
  white-space: nowrap;
}

/* line 240, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .dropdown-menu .rss-divide {
  color: #c3d1dd;
}

/* line 244, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .dropdown-menu .caret {
  top: 115px;
  position: absolute;
  right: 21px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFF;
}

/* line 254, ../sass/components/_footer.scss */
.footer__social-links ul.social-icons li .rss-arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFF;
}

/* line 266, ../sass/components/_footer.scss */
.footer hr {
  border: 0px;
  /* border-top: 1px solid #bbbbbb; 12/2015 */
  border-top: 1px solid #2e2e2e;
  margin: 0;
  padding: 0;
}

/* line 274, ../sass/components/_footer.scss */
.footer__copyright {
  /* text-align: center;
  padding: 28px 0; */
  padding-top: 8px;
  font-size: 10px;
  color: #C8C8C8;
  white-space: nowrap;
}

/* line 282, ../sass/components/_footer.scss */
.footer__copyright a {
  color: #C8C8C8;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
}

/* line 287, ../sass/components/_footer.scss */
.footer__copyright a:hover {
  text-decoration: underline;
}

@media (min-width: 500px) and (max-width: 700px) {
  /* line 274, ../sass/components/_footer.scss */
  .footer__copyright {
    font-size: 12px;
    line-height: 25px;
    color: #888888;
    white-space: normal;
    margin-left: 15px;
  }
  /* line 300, ../sass/components/_footer.scss */
  .footer__copyright-mobile {
    margin-bottom: 0px;
    margin-top: 25px;
  }
  /* line 304, ../sass/components/_footer.scss */
  .footer__copyright a {
    color: #888888;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 274, ../sass/components/_footer.scss */
  .footer__copyright {
    font-size: 16px;
    line-height: 25px;
    color: #888888;
    white-space: normal;
    margin-left: 15px;
  }
  /* line 319, ../sass/components/_footer.scss */
  .footer__copyright-mobile {
    margin-bottom: 0px;
    margin-top: 25px;
  }
  /* line 323, ../sass/components/_footer.scss */
  .footer__copyright a {
    color: #888888;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
  }
}

/* line 5, ../sass/components/_social-bar.scss */
.social-bar__link {
  color: #adadad;
  font-size: 24px;
  /*

  &--twitter {
      $color: #34acde;
      color: $color;
      &:hover {
          color: lighten($color, 15%);
      }
  }

  &--tumblr {
      $color: #45556a;
      color: $color;
      &:hover {
          color: lighten($color, 15%);
      }
  }

  &--youtube {
      $color: #e42836;
      color: $color;
      &:hover {
          color: lighten($color, 15%);
      }
  }

  &--facebook {
      $color: #3f5d97;
      color: $color;
      &:hover {
          color: lighten($color, 15%);
      }
  }

  &--rss {
      $color: #f45c22;
      color: $color;
      &:hover {
          color: lighten($color, 15%);
      }
  }

  &--linkedin {
      $color: #0077b5;
      color: $color;
      &:hover {
          color: lighten($color, 15%);
      }
  }

  */
}

/* line 44, ../sass/components/_links.scss */
.social-bar__link:hover {
  color: #00a3e2;
}

/* line 11, ../sass/components/_social-bar.scss */
.social-bar__link + .social-bar__link {
  margin-left: 16px;
}

/* line 15, ../sass/components/_social-bar.scss */
.social-bar__link .fa {
  font-size: inherit;
}

/* line 3, ../sass/components/_modal.scss */
.modal {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms ease, visibility 300ms ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}

/* line 18, ../sass/components/_modal.scss */
.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  z-index: 1001;
}

/* line 32, ../sass/components/_modal.scss */
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 24px;
  background: white;
  top: 50%;
  left: 50%;
  margin-left: -12px;
}

/* line 45, ../sass/components/_modal.scss */
.modal__close::before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 49, ../sass/components/_modal.scss */
.modal__close::after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 55, ../sass/components/_modal.scss */
.modal .container, .modal .recirculation > .spark-line, .modal .new-links-module > .spark-line, .modal .links-module > .spark-line {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 67, ../sass/components/_modal.scss */
.modal.in {
  visibility: visible;
  opacity: 1;
}

/* line 72, ../sass/components/_modal.scss */
.modal__video,
.modal iframe {
  margin: 0 auto;
  max-width: 100%;
}

/* line 1, ../sass/theme/_background.scss */
.theme-dark {
  background-color: #1c202d;
}

/* line 5, ../sass/theme/_background.scss */
.theme-white {
  background-color: #fff;
}

/* line 9, ../sass/theme/_background.scss */
.theme-white-matrix {
  background-image: url("../images/background-white-matrix.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 15, ../sass/theme/_background.scss */
.theme-grey {
  background-color: #f1f1f1;
}

/* line 19, ../sass/theme/_background.scss */
.theme-grey-matrix {
  background-image: url("../images/background-grey-matrix.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 5, ../sass/theme/_block.scss */
.theme-dark .theme-block--border {
  border-color: #38405b;
}

/* line 8, ../sass/theme/_block.scss */
.theme-dark .theme-block--border-link {
  border-color: #00A3E2;
}

/* line 22, ../sass/theme/_block.scss */
.theme-grey .theme-block--border {
  border-color: #d3d3d3;
}

/* line 5, ../sass/theme/_text.scss */
.theme-dark .theme-text--header {
  color: #f4f4f4;
}

/* line 8, ../sass/theme/_text.scss */
.theme-dark .theme-text--description {
  color: #f4f4f4;
}

/* line 12, ../sass/theme/_text.scss */
.theme-dark .theme-text--sub-header {
  color: #fff;
}

/* line 15, ../sass/theme/_text.scss */
.theme-dark .theme-text--sub-description {
  color: #fff;
}

/* line 19, ../sass/theme/_text.scss */
.theme-dark .theme-text--blue {
  color: #00a4F5;
}

/* line 22, ../sass/theme/_text.scss */
.theme-dark .theme-text--link {
  color: #00A3E2;
}

/* line 30, ../sass/theme/_text.scss */
.theme-white .theme-text--header {
  color: #000;
}

/* line 33, ../sass/theme/_text.scss */
.theme-white .theme-text--description {
  color: #000;
}

/* line 37, ../sass/theme/_text.scss */
.theme-white .theme-text--sub-header {
  color: #444;
}

/* line 40, ../sass/theme/_text.scss */
.theme-white .theme-text--sub-description {
  color: #444;
}

/* line 49, ../sass/theme/_text.scss */
.theme-white-matrix .theme-text--header {
  color: #000;
}

/* line 52, ../sass/theme/_text.scss */
.theme-white-matrix .theme-text--description {
  color: #000;
}

/* line 56, ../sass/theme/_text.scss */
.theme-white-matrix .theme-text--sub-header {
  color: #444;
}

/* line 59, ../sass/theme/_text.scss */
.theme-white-matrix .theme-text--sub-description {
  color: #444;
}

/* line 68, ../sass/theme/_text.scss */
.theme-grey .theme-text--header {
  color: #000;
}

/* line 71, ../sass/theme/_text.scss */
.theme-grey .theme-text--description {
  color: #000;
}

/* line 75, ../sass/theme/_text.scss */
.theme-grey .theme-text--sub-header {
  color: #444;
}

/* line 78, ../sass/theme/_text.scss */
.theme-grey .theme-text--sub-description {
  color: #444;
}

/* line 82, ../sass/theme/_text.scss */
.theme-grey .theme-text--blue {
  color: #00b1F8;
}

/* line 90, ../sass/theme/_text.scss */
.theme-grey-matrix .theme-text--header {
  color: #000;
}

/* line 93, ../sass/theme/_text.scss */
.theme-grey-matrix .theme-text--description {
  color: #000;
}

/* line 97, ../sass/theme/_text.scss */
.theme-grey-matrix .theme-text--sub-header {
  color: #444;
}

/* line 100, ../sass/theme/_text.scss */
.theme-grey-matrix .theme-text--sub-description {
  color: #444;
}

/* line 104, ../sass/theme/_text.scss */
.theme-grey-matrix .theme-text--blue {
  color: #00b1F8;
}

/* line 5, ../sass/theme/_tout.scss */
.theme-dark .theme-tout--icon {
  fill: #f8e71c;
}

/* line 13, ../sass/theme/_tout.scss */
.theme-white .theme-tout--icon {
  fill: #03A8F5;
}

/* line 22, ../sass/theme/_tout.scss */
.theme-grey .theme-tout--icon {
  fill: #03A8F5;
}

/* PAGES */
/* line 4, ../sass/pages/_homepage.scss */
.homepage .hero {
  padding-top: 245px;
  padding-bottom: 150px;
}

@media (max-width: 992px) {
  /* line 4, ../sass/pages/_homepage.scss */
  .homepage .hero {
    padding-top: 180px;
    padding-bottom: 140px;
  }
}

@media (max-width: 767px) {
  /* line 4, ../sass/pages/_homepage.scss */
  .homepage .hero {
    padding-top: 33%;
    padding-bottom: 19.5%;
  }
}

/* line 15, ../sass/pages/_homepage.scss */
.homepage .hero h1.headline {
  max-width: 9.5em;
  margin-bottom: 30px;
  font-size: 70px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 800;
  line-height: 78px;
  text-transform: inherit;
  color: #ffffff;
  text-shadow: none;
}

@media (max-width: 767px) {
  /* line 15, ../sass/pages/_homepage.scss */
  .homepage .hero h1.headline {
    font-size: 47px;
    line-height: 49px;
    max-width: 11em;
    margin-bottom: 30px;
  }
}

/* line 33, ../sass/pages/_homepage.scss */
.homepage .hero h1.headline.smaller {
  font-size: 57px;
  line-height: 76px;
}

@media (max-width: 767px) {
  /* line 33, ../sass/pages/_homepage.scss */
  .homepage .hero h1.headline.smaller {
    font-size: 45px;
    line-height: 57px;
  }
}

@media (max-width: 500px) {
  /* line 33, ../sass/pages/_homepage.scss */
  .homepage .hero h1.headline.smaller {
    font-size: 39px;
    line-height: 50px;
  }
}

/* line 48, ../sass/pages/_homepage.scss */
.homepage .hero .hero__cta {
  color: #FFF452 !important;
  padding: 0 20px 0 0;
  margin-right: 20px;
  border-right: 1px solid #FFF053 !important;
  border-left: none;
}

@media (max-width: 767px) {
  /* line 48, ../sass/pages/_homepage.scss */
  .homepage .hero .hero__cta {
    font-size: 22px;
    line-height: 32px;
  }
}

/* line 58, ../sass/pages/_homepage.scss */
.homepage .hero .hero__cta:last-child {
  border-right: none !important;
}

/* Release 1 */
/* line 3, ../sass/components/_board-of-directors.scss */
.board-of-directors {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 3, ../sass/components/_board-of-directors.scss */
  .board-of-directors {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 11, ../sass/components/_board-of-directors.scss */
.board-of-directors__description {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 31px;
  color: #000;
}

/* line 20, ../sass/components/_board-of-directors.scss */
.board-of-directors p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 31px;
  color: #000;
}

/* line 29, ../sass/components/_board-of-directors.scss */
.board-of-directors hr.line-lead {
  color: #dbdbdb;
  background-color: #dbdbdb;
  height: 2px;
  margin-top: 44px;
  margin-bottom: 0px;
  border: none;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 29, ../sass/components/_board-of-directors.scss */
  .board-of-directors hr.line-lead {
    margin-top: 31px;
  }
}

/* line 41, ../sass/components/_board-of-directors.scss */
.board-of-directors__line-for-mobile {
  display: none;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 41, ../sass/components/_board-of-directors.scss */
  .board-of-directors__line-for-mobile {
    color: #d3d3d3;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 0px;
    display: block;
  }
}

/* line 51, ../sass/components/_board-of-directors.scss */
.board-of-directors__line-for-desktop {
  border-bottom: 1px solid #d3d3d3;
  margin-top: 40px;
}

@media (max-width: 767px) {
  /* line 51, ../sass/components/_board-of-directors.scss */
  .board-of-directors__line-for-desktop {
    border-bottom: none;
  }
}

/* line 64, ../sass/components/_board-of-directors.scss */
.board-of-directors--items h2 {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 5px;
}

@media (min-width: 480px) and (max-width: 768px) {
  /* line 64, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items h2 {
    text-align: center;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  /* line 64, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items h2 {
    margin-left: 0px;
  }
}

/* line 83, ../sass/components/_board-of-directors.scss */
.board-of-directors--items__subheader-name {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-size: 13px;
  color: #000;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase !important;
  margin-top: 15px;
  margin-bottom: 7px;
}

@media (min-width: 480px) and (max-width: 768px) {
  /* line 83, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items__subheader-name {
    text-align: center;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  /* line 83, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items__subheader-name {
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

/* line 105, ../sass/components/_board-of-directors.scss */
.board-of-directors--items__see-more {
  background: transparent url("../images/GEN_Arrow_icon.svg") no-repeat scroll right 10px;
  color: #0287d1;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 0px;
  padding-right: 15px;
}

@media (min-width: 480px) and (max-width: 768px) {
  /* line 105, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items__see-more {
    text-align: center;
    margin-left: 45%;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  /* line 105, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items__see-more {
    margin-left: 0px;
  }
}

/* line 124, ../sass/components/_board-of-directors.scss */
.board-of-directors--items__see-more:hover {
  color: #23527c;
  background-image: url("/craft/assets/images/GEN_Arrow_icon.hover.svg");
}

/* line 129, ../sass/components/_board-of-directors.scss */
.board-of-directors--items__see-more:active {
  color: #2E2E2E;
}

/* line 134, ../sass/components/_board-of-directors.scss */
.board-of-directors--items .pic-circle {
  background: no-repeat scroll center 40%;
  background-size: cover;
  border-radius: 50%;
  height: 116px;
  width: 116px;
  border: 2px solid #e2e2e2;
  display: block;
  margin: 0 auto;
  margin-bottom: 44px;
}

@media (min-width: 768px) and (max-width: 990px) {
  /* line 134, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items .pic-circle {
    margin-left: -15px;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  /* line 134, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items .pic-circle {
    margin: 30px auto;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  /* line 134, ../sass/components/_board-of-directors.scss */
  .board-of-directors--items .pic-circle {
    margin: 30px auto;
  }
}

/* line 161, ../sass/components/_board-of-directors.scss */
.board-of-directors.io-magazine .line-lead {
  margin-bottom: 30px;
  margin-top: 24px;
  height: 1px;
}

/* line 167, ../sass/components/_board-of-directors.scss */
.board-of-directors.io-magazine .board-of-directors__description {
  margin-bottom: 30px;
  display: block;
}

@media (min-width: 480px) and (max-width: 768px) {
  /* line 172, ../sass/components/_board-of-directors.scss */
  .board-of-directors.io-magazine .center {
    text-align: center;
  }
}

/* line 178, ../sass/components/_board-of-directors.scss */
.board-of-directors.io-magazine .center > a {
  display: inline-block;
  margin-left: 0;
}

/* line 2, ../sass/components/_body.scss */
.wysiwyg {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 400;
  padding-top: 70px;
  padding-bottom: 70px;
}

/* line 10, ../sass/components/_body.scss */
.wysiwyg__header {
  font-size: 34px;
  line-height: 41px;
  color: #333;
  text-transform: none;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 10, ../sass/components/_body.scss */
  .wysiwyg__header {
    margin-bottom: 30px;
  }
}

/* line 23, ../sass/components/_body.scss */
.wysiwyg__subheader {
  font-size: 26px;
  line-height: 31px;
  color: #333;
  text-transform: none;
  font-weight: 300;
  margin-top: -10px;
  margin-bottom: 15px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 23, ../sass/components/_body.scss */
  .wysiwyg__subheader {
    margin-bottom: 30px;
  }
}

/* line 38, ../sass/components/_body.scss */
.wysiwyg__description {
  font-size: 16px;
  color: #000;
  line-height: 29px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 38, ../sass/components/_body.scss */
  .wysiwyg__description {
    font-size: 20px;
    line-height: 33px;
  }
}

/* line 48, ../sass/components/_body.scss */
.wysiwyg__description strong {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
}

/* line 53, ../sass/components/_body.scss */
.wysiwyg--unordered {
  padding-left: 70px;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 500px) and (max-width: 768px) {
  /* line 53, ../sass/components/_body.scss */
  .wysiwyg--unordered {
    padding-left: 40px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 53, ../sass/components/_body.scss */
  .wysiwyg--unordered {
    padding-left: 25px;
    margin-top: 50px;
  }
}

/* line 67, ../sass/components/_body.scss */
.wysiwyg--unordered li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  line-height: 26px;
  color: #000;
  font-size: 17px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 67, ../sass/components/_body.scss */
  .wysiwyg--unordered li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* line 82, ../sass/components/_body.scss */
.wysiwyg--unordered li:before {
  font-family: 'FontAwesome';
  content: '\F111';
  /* margin:0 0.2em 0 -1.2em; */
  margin-top: -3px;
  margin-left: -8px;
  color: #03A8F5;
  font-size: 6px;
  position: absolute;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 82, ../sass/components/_body.scss */
  .wysiwyg--unordered li:before {
    font-size: 8px;
  }
}

/* line 98, ../sass/components/_body.scss */
.wysiwyg--counter {
  counter-reset: list;
  padding-left: 70px;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 500px) and (max-width: 768px) {
  /* line 98, ../sass/components/_body.scss */
  .wysiwyg--counter {
    padding-left: 40px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 98, ../sass/components/_body.scss */
  .wysiwyg--counter {
    padding-left: 25px;
    margin-top: 50px;
  }
}

/* line 111, ../sass/components/_body.scss */
.wysiwyg--counter li {
  list-style: none;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  color: #000;
  font-size: 17px;
  line-height: 26px;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 111, ../sass/components/_body.scss */
  .wysiwyg--counter li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* line 128, ../sass/components/_body.scss */
.wysiwyg--counter li:before {
  counter-increment: list;
  content: counter(list) ".";
  color: #03A8F5;
  position: absolute;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 2px;
  margin-left: -8px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 128, ../sass/components/_body.scss */
  .wysiwyg--counter li:before {
    font-size: 18px;
  }
}

/* line 149, ../sass/components/_body.scss */
.wysiwyg .last-item {
  margin-bottom: 30px;
}

/* line 155, ../sass/components/_body.scss */
.wysiwyg .wysiwyg-element {
  position: relative;
  margin: 25px auto 0;
  background: no-repeat scroll 0 0;
  background-size: cover;
}

/* line 162, ../sass/components/_body.scss */
.wysiwyg .wysiwyg-element .wysiwyg-shade__p {
  display: none;
}

/* line 168, ../sass/components/_body.scss */
.wysiwyg .wysiwyg-element:hover .wysiwyg-shade {
  display: block;
  background: rgba(0, 0, 0, 0.44);
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 168, ../sass/components/_body.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade {
    background-color: #fff;
  }
}

/* line 178, ../sass/components/_body.scss */
.wysiwyg .wysiwyg-element:hover .wysiwyg-shade__p {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #FFF;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 178, ../sass/components/_body.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade__p {
    color: #000;
  }
}

/* line 210, ../sass/components/_body.scss */
.wysiwyg .wysiwyg-950 {
  height: 355px;
}

@media (min-width: 768px) and (max-width: 990px) {
  /* line 210, ../sass/components/_body.scss */
  .wysiwyg .wysiwyg-950 {
    height: 290px;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  /* line 210, ../sass/components/_body.scss */
  .wysiwyg .wysiwyg-950 {
    height: 250px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 210, ../sass/components/_body.scss */
  .wysiwyg .wysiwyg-950 {
    height: 226px;
  }
}

/* line 222, ../sass/components/_body.scss */
.wysiwyg .wysiwyg-458 {
  height: 305px;
}

@media (min-width: 768px) and (max-width: 990px) {
  /* line 222, ../sass/components/_body.scss */
  .wysiwyg .wysiwyg-458 {
    height: 261.52px;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  /* line 222, ../sass/components/_body.scss */
  .wysiwyg .wysiwyg-458 {
    height: 260px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 222, ../sass/components/_body.scss */
  .wysiwyg .wysiwyg-458 {
    height: 226px;
  }
}

/* line 236, ../sass/components/_body.scss */
.wysiwyg .in-practice {
  border-left: 13px #fff100 solid;
  padding-left: 30px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 236, ../sass/components/_body.scss */
  .wysiwyg .in-practice {
    border-left: 7px #fff100 solid;
    padding-left: 25px;
    margin-left: -15px;
  }
}

/* line 246, ../sass/components/_body.scss */
.wysiwyg .in-practice__subheader {
  color: #272727;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
  padding-top: 20px;
  letter-spacing: 1.3px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 246, ../sass/components/_body.scss */
  .wysiwyg .in-practice__subheader {
    font-size: 16px;
    margin-bottom: 7px;
  }
}

/* line 261, ../sass/components/_body.scss */
.wysiwyg .in-practice__header {
  color: #343434;
  font-size: 26px;
  line-height: 36px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 8px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 261, ../sass/components/_body.scss */
  .wysiwyg .in-practice__header {
    font-weight: 500;
  }
}

/* line 274, ../sass/components/_body.scss */
.wysiwyg .in-practice__inpractice-description {
  color: #272727;
  font-size: 16px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 274, ../sass/components/_body.scss */
  .wysiwyg .in-practice__inpractice-description {
    font-size: 20px;
    line-height: 26px;
    color: #5E5E5E;
    margin-bottom: 38px;
  }
}

/* line 285, ../sass/components/_body.scss */
.wysiwyg .in-practice a {
  color: #03A8F5;
  line-height: 20px;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
  background: url("../images/inpractice-arrow.svg") no-repeat scroll right 4px;
  padding-right: 18px;
  margin-bottom: 20px;
  margin-top: 10px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 285, ../sass/components/_body.scss */
  .wysiwyg .in-practice a {
    font-size: 20px;
    color: #46B2F6;
    margin-bottom: 30px;
    padding-right: 20px;
    background: url("../images/inpractice-arrow.svg") no-repeat scroll right 4px;
  }
}

/* wysiwyg ends */
/* line 2, ../sass/components/_directory-body-locations.scss */
.directory-body-locations {
  margin-top: 40px;
  padding-bottom: 70px;
}

/* line 7, ../sass/components/_directory-body-locations.scss */
.directory-body-locations__description {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 31px;
  color: #000;
}

/* line 16, ../sass/components/_directory-body-locations.scss */
.directory-body-locations p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 31px;
  color: #000;
}

/* line 25, ../sass/components/_directory-body-locations.scss */
.directory-body-locations hr.line-lead {
  color: #dbdbdb;
  background-color: #dbdbdb;
  height: 2px;
  margin-top: 44px;
  margin-bottom: 0px;
  border: none;
}

/* line 33, ../sass/components/_directory-body-locations.scss */
.directory-body-locations__line-lead {
  color: #ececec;
  background-color: #ececec;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 20px;
  border: none;
}

/* line 42, ../sass/components/_directory-body-locations.scss */
.directory-body-locations__header {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: italic;
  font-weight: 300;
  text-transform: none;
  color: #000;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 20px;
  margin-top: 40px;
}

/* line 54, ../sass/components/_directory-body-locations.scss */
.directory-body-locations__regions-text {
  width: 50%;
  line-height: 18px !important;
}

/* line 58, ../sass/components/_directory-body-locations.scss */
.directory-body-locations__regions-text__link {
  color: #00A4F5;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}

/* line 66, ../sass/components/_directory-body-locations.scss */
.directory-body-locations .two-column-regions {
  /* column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  width: 75%;

  @media (min-width: 100px) and (max-width: 500px) {
        column-count: 1;
      -moz-column-count: 1;
      -webkit-column-count: 1;
      -moz-column-gap: 0px;
      -webkit-column-gap: 0px;
      width: 75%;
    }
    Commenting this out in case we want to use a 2 column in a paragraph
    (specs were calling for it to be broken after 5 items) down the road.*/
}

/* directory-body-locations ends */
/* line 12, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__header {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: italic;
  font-weight: 300;
  text-transform: none;
  color: #000;
  font-size: 26px;
  line-height: 31px;
  margin-bottom: 18px;
  margin-top: 50px;
}

/* line 25, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__subheader {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
}

/* line 36, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__subheader-details {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-size: 13px;
  color: #000;
  font-weight: 300px;
  margin-bottom: 18px;
}

/* line 44, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__subheader-details__subheader-name {
  font-weight: 300px;
  letter-spacing: 1.5px;
}

/* line 49, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__subheader-details__subheader-name {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-size: 13px;
  color: #000;
  font-weight: 700px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* line 60, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__subheader-details__link {
  color: #9E9E9E;
}

/* line 64, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__cta-link {
  background: transparent url("../images/GEN_Arrow_icon.svg") no-repeat scroll right 10px;
  color: #0287d1;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 0px;
  padding-right: 15px;
}

/* line 75, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__cta-link:hover {
  color: #23527c;
  background-image: url("/craft/assets/images/GEN_Arrow_icon.hover.svg");
}

/* line 80, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__cta-link:active {
  color: #2E2E2E;
}

/* line 86, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar__line-for-mobile {
  color: #d3d3d3;
  margin-bottom: 30px;
  margin-top: 0px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 86, ../sass/components/_directory-media-sidebar.scss */
  .directory-media-sidebar__line-for-mobile {
    margin-bottom: 13px;
  }
}

/* line 98, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group {
  border: none;
}

/* line 100, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group a.accordion-toggle {
  text-decoration: none;
}

/* line 103, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group h2 {
  margin-top: 0px;
}

/* line 107, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group .panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  float: right;
  content: url("../images/GEN_Arrow_accordion_up.svg");
  margin-left: 100%;
  margin-top: -40px;
}

/* line 114, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group .panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: url("../images/GEN_Arrow_accordion_down.svg");
}

/* line 118, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group .panel {
  box-shadow: none;
  margin-bottom: 0px;
}

/* line 122, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group .panel-default {
  border: none;
}

/* line 125, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group .panel-default > .panel-heading {
  background-color: transparent;
  border: none;
  color: #333333;
}

/* line 130, ../sass/components/_directory-media-sidebar.scss */
.directory-media-sidebar--panel-group .directory-media-sidebar--panel-group .panel-default > .panel-heading {
  border: none;
}

/* directory media sidebar ends */
/* line 2, ../sass/components/_hero-share-icon.scss */
.hero-share-icon {
  background-color: rgba(11, 183, 135, 0.57);
  position: absolute;
  height: 62px;
  width: 312px;
  right: -250px;
  padding-left: 0px;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  /* ease-in-out */
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /* ease-in-out */
  border-radius: 2px;
}

/* line 13, ../sass/components/_hero-share-icon.scss */
.hero-share-icon:hover {
  background-color: #00b787;
}

@media (min-width: 768px) {
  /* line 2, ../sass/components/_hero-share-icon.scss */
  .hero-share-icon {
    top: 284px;
  }
}

@media (max-width: 767px) {
  /* line 2, ../sass/components/_hero-share-icon.scss */
  .hero-share-icon {
    top: auto;
    bottom: 0;
  }
}

/* line 27, ../sass/components/_hero-share-icon.scss */
.hero-share-icon ul {
  margin: 0 18px 0 0;
}

/* line 30, ../sass/components/_hero-share-icon.scss */
.hero-share-icon ul li {
  display: inline-block;
  height: 62px;
}

/* line 34, ../sass/components/_hero-share-icon.scss */
.hero-share-icon ul li a {
  height: 62px;
  padding-left: 19px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 34, ../sass/components/_hero-share-icon.scss */
  .hero-share-icon ul li a {
    padding-left: 19px;
  }
}

/* line 43, ../sass/components/_hero-share-icon.scss */
.hero-share-icon ul li img {
  height: 20px;
  display: block;
  margin: 18px 0 16px;
}

/* line 52, ../sass/components/_hero-share-icon.scss */
.hero-share-icon ul #clickme img {
  height: 30px;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

/* hero-share-icon */
/* line 63, ../sass/components/_hero-share-icon.scss */
.show-links-list {
  right: 0px;
  position: absolute;
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  /* ease-in-out */
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  /* ease-in-out */
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 63, ../sass/components/_hero-share-icon.scss */
  .show-links-list {
    bottom: 0px;
  }
}

/* line 74, ../sass/components/_hero-share-icon.scss */
.landing-page .hero-share-icon {
  top: 250px;
}

@media (min-width: 992px) and (max-width: 1024px) {
  /* line 74, ../sass/components/_hero-share-icon.scss */
  .landing-page .hero-share-icon {
    top: 205px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  /* line 74, ../sass/components/_hero-share-icon.scss */
  .landing-page .hero-share-icon {
    top: 165px;
  }
}

@media (max-width: 767px) {
  /* line 74, ../sass/components/_hero-share-icon.scss */
  .landing-page .hero-share-icon {
    top: auto;
    bottom: 0;
  }
}

/* line 92, ../sass/components/_hero-share-icon.scss */
.directory .hero-share-icon, .employee-page .hero-share-icon {
  top: 250px;
}

@media (min-width: 992px) and (max-width: 1024px) {
  /* line 92, ../sass/components/_hero-share-icon.scss */
  .directory .hero-share-icon, .employee-page .hero-share-icon {
    top: 205px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  /* line 92, ../sass/components/_hero-share-icon.scss */
  .directory .hero-share-icon, .employee-page .hero-share-icon {
    top: 113px;
  }
}

@media (max-width: 767px) {
  /* line 92, ../sass/components/_hero-share-icon.scss */
  .directory .hero-share-icon, .employee-page .hero-share-icon {
    top: auto;
    bottom: 0;
  }
}

/* line 110, ../sass/components/_hero-share-icon.scss */
.press-release-page .hero-share-icon {
  top: 248px;
}

@media (min-width: 990px) and (max-width: 1024px) {
  /* line 110, ../sass/components/_hero-share-icon.scss */
  .press-release-page .hero-share-icon {
    top: 200px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  /* line 110, ../sass/components/_hero-share-icon.scss */
  .press-release-page .hero-share-icon {
    top: 160px;
  }
}

@media (max-width: 767px) {
  /* line 110, ../sass/components/_hero-share-icon.scss */
  .press-release-page .hero-share-icon {
    top: auto;
    bottom: 0;
  }
}

/* line 126, ../sass/components/_hero-share-icon.scss */
.iframe-container .hero-internal.hero-insights {
  background-image: url(/craft/assets/uploads/images/Banner-Insights-Unfiltered.jpg);
  position: absolute;
  right: 0;
  width: 100%;
  height: 120px;
  top: 100px;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  /* line 126, ../sass/components/_hero-share-icon.scss */
  .iframe-container .hero-internal.hero-insights {
    top: 60px;
  }
}

@media (min-width: 990px) and (max-width: 1024px) {
  /* line 126, ../sass/components/_hero-share-icon.scss */
  .iframe-container .hero-internal.hero-insights {
    top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 989px) {
  /* line 126, ../sass/components/_hero-share-icon.scss */
  .iframe-container .hero-internal.hero-insights {
    top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  /* line 126, ../sass/components/_hero-share-icon.scss */
  .iframe-container .hero-internal.hero-insights {
    top: 30px;
  }
}

@media (max-width: 767px) {
  /* line 126, ../sass/components/_hero-share-icon.scss */
  .iframe-container .hero-internal.hero-insights {
    top: -125px;
  }
}

@media (max-width: 500px) {
  /* line 126, ../sass/components/_hero-share-icon.scss */
  .iframe-container .hero-internal.hero-insights {
    top: -155px;
  }
}

/* line 3, ../sass/components/_icon-tout.scss */
.icon-tout {
  text-align: center;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  /* genpact icons end */
}

/* line 9, ../sass/components/_icon-tout.scss */
.icon-tout .container, .icon-tout .recirculation > .spark-line, .icon-tout .new-links-module > .spark-line, .icon-tout .links-module > .spark-line {
  padding-top: 150px;
  padding-bottom: 120px;
}

/* line 14, ../sass/components/_icon-tout.scss */
.icon-tout--header {
  font-size: 34px;
  line-height: 41px;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 15px;
}

/* line 20, ../sass/components/_icon-tout.scss */
.icon-tout--header p {
  font-size: 34px;
  line-height: 41px;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 15px;
}

/* line 29, ../sass/components/_icon-tout.scss */
.icon-tout--description {
  font-size: 17px;
  line-height: 29px;
  font-weight: normal;
}

/* line 35, ../sass/components/_icon-tout.scss */
.icon-tout--more--description {
  font-size: 16px;
  line-height: 25px;
}

/* line 39, ../sass/components/_icon-tout.scss */
.icon-tout--more--description:first-child {
  margin-top: 111px;
}

/* line 44, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons {
  margin: 0 auto;
}

/* line 47, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons--header--h3 {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 auto 25px;
  width: 200px;
}

/* line 57, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons--cta {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  width: 200px;
  margin: 0 auto;
  min-height: 88px;
}

/* line 66, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons--cta--link {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #0287D1;
  font-size: 12px;
  line-height: 20px;
  background: url("../images/GEN_Arrow_icon.svg") no-repeat scroll right 5px;
  padding-right: 15px;
  margin-top: 22px;
}

/* line 76, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons--cta--link:hover {
  background-image: url("/craft/assets/images/GEN_Arrow_icon.hover.svg");
}

/* line 81, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons--item {
  background: no-repeat scroll center center;
  height: 65px;
  width: 65px;
  margin: 0 auto;
  margin-bottom: 45px;
  margin-top: 80px;
  background-size: contain;
}

@media (max-width: 767px) {
  /* line 81, ../sass/components/_icon-tout.scss */
  .icon-tout .genpact-icons--item {
    margin-top: 25px;
  }
}

/* line 94, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons__line-for-mobile {
  display: none;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 94, ../sass/components/_icon-tout.scss */
  .icon-tout .genpact-icons__line-for-mobile {
    display: block;
    color: #d3d3d3;
  }
}

/* line 102, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons__line-for-mobile-blue {
  display: none;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 102, ../sass/components/_icon-tout.scss */
  .icon-tout .genpact-icons__line-for-mobile-blue {
    display: block;
    color: #d3d3d3;
    opacity: 0.1;
  }
}

/* line 111, ../sass/components/_icon-tout.scss */
.icon-tout .genpact-icons__line-for-mobile-gray {
  display: none;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 111, ../sass/components/_icon-tout.scss */
  .icon-tout .genpact-icons__line-for-mobile-gray {
    display: block;
    color: #A0A0A0;
  }
}

/* line 126, ../sass/components/_icon-tout.scss */
.theme-dark p {
  color: #f4f4f4;
}

/* line 130, ../sass/components/_icon-tout.scss */
.theme-dark .icon-tout--header {
  color: #fff;
}

/* line 140, ../sass/components/_icon-tout.scss */
.theme-dark .genpact-icons--cta {
  color: #F1F1F1;
}

/* line 144, ../sass/components/_icon-tout.scss */
.theme-dark .genpact-icons--cta--link {
  color: #FFF;
  background: url("../images/GEN_Arrow_icon_dark.svg") no-repeat scroll right 5px;
}

/* line 149, ../sass/components/_icon-tout.scss */
.theme-dark .genpact-icons__line-for-mobile {
  display: none;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 149, ../sass/components/_icon-tout.scss */
  .theme-dark .genpact-icons__line-for-mobile {
    display: block;
    color: #d3d3d3;
    opacity: 0.1;
  }
}

/* line 2, ../sass/components/_logo-grid.scss */
.logo-grid {
  text-align: center;
  padding-top: 127px;
  padding-bottom: 127px;
}

/* line 7, ../sass/components/_logo-grid.scss */
.logo-grid__header {
  color: #333333;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  /* line 7, ../sass/components/_logo-grid.scss */
  .logo-grid__header {
    margin-bottom: 30px;
  }
}

/* line 22, ../sass/components/_logo-grid.scss */
.logo-grid__description {
  font-size: 17px;
  line-height: 29px;
  font-weight: normal;
  margin-top: 30px;
}

/* line 29, ../sass/components/_logo-grid.scss */
.logo-grid--gray-icon-list {
  text-align: center;
}

/* line 33, ../sass/components/_logo-grid.scss */
.logo-grid--gray-icon-list__logo {
  height: 70px;
  width: 70px;
  margin-top: 71px;
}

@media (max-width: 767px) {
  /* line 33, ../sass/components/_logo-grid.scss */
  .logo-grid--gray-icon-list__logo {
    height: 100px;
    width: 100px;
    margin-top: 4px;
  }
}

/* line 46, ../sass/components/_logo-grid.scss */
.logo-grid--gray-icon-list__subheader {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 29px;
  font-weight: normal;
  color: #333;
  margin-top: 5px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  /* line 46, ../sass/components/_logo-grid.scss */
  .logo-grid--gray-icon-list__subheader {
    font-size: 20px;
  }
}

/* line 59, ../sass/components/_logo-grid.scss */
.logo-grid--gray-icon-list__line-for-mobile {
  display: none;
}

@media (max-width: 767px) {
  /* line 59, ../sass/components/_logo-grid.scss */
  .logo-grid--gray-icon-list__line-for-mobile {
    display: block;
    color: #d3d3d3;
  }
}

/* line 69, ../sass/components/_logo-grid.scss */
.logo-grid .icon-load-more {
  display: none;
}

@media (max-width: 767px) {
  /* line 69, ../sass/components/_logo-grid.scss */
  .logo-grid .icon-load-more {
    display: block;
  }
  /* line 75, ../sass/components/_logo-grid.scss */
  .logo-grid .icon-load-more button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1.4px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2C86EE;
    border: none;
    background-color: transparent;
    margin-top: 17px;
  }
}

/* logo grid ends */
/* line 2, ../sass/components/_quote-carousel.scss */
.quote-carousel {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  border-style: none;
  border: none;
  outline: none;
}

/* line 11, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay {
  height: 480px;
  width: 100%;
  /* Dots */
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 11, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay {
    height: 580px;
  }
}

/* line 19, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay button {
  border-style: none;
  border: none;
  outline: none;
}

/* line 24, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-next,
.quote-carousel .quote-carousel-autoplay .slick-prev {
  background-color: transparent;
  color: transparent;
  height: 100%;
  position: absolute;
  top: 0;
  width: 15%;
  border: none;
  border-style: none;
  outline: none;
}

/* line 36, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-prev {
  left: 0;
  z-index: 2;
}

/* line 40, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-next {
  right: 0;
}

/* line 45, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-slider {
  margin-bottom: 30px;
}

/* line 50, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-dots {
  position: absolute;
  bottom: 30px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
}

@media (min-width: 500px) and (max-width: 990px) {
  /* line 50, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .slick-dots {
    bottom: 25px;
  }
}

/* line 69, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  cursor: pointer;
}

/* line 77, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-dots li:before {
  content: none;
}

/* line 81, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* line 94, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-dots li button:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  color: #747474;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 111, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-dots li button:hover, .quote-carousel .quote-carousel-autoplay .slick-dots li button:focus {
  outline: none;
}

/* line 115, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-dots li button:hover:before, .quote-carousel .quote-carousel-autoplay .slick-dots li button:hover:before, .quote-carousel .quote-carousel-autoplay .slick-dots li button:focus:before, .quote-carousel .quote-carousel-autoplay .slick-dots li button:focus:before {
  opacity: 1;
}

/* line 123, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .slick-dots li.slick-active button:before {
  color: #F8E71C;
}

/* line 130, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .quote-carousel-background-img {
  background: no-repeat scroll 0 0;
  background-size: cover;
  height: 480px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 130, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img {
    height: 580px;
  }
}

/* line 138, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask {
  background-color: rgba(57, 57, 57, 0.46);
  height: 100%;
  text-align: center;
  /* the style above is general h3s w/o circle pic
  the style below is h3 with a pic */
}

/* line 143, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask__subheader {
  font-size: 24px;
  line-height: 28px;
  color: #FCFCFC;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
}

/* line 150, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask__subheader:first-child {
  background: url("../images/quote-carousel-item-yellow.svg") no-repeat scroll center 40%;
  padding-top: 180px;
}

@media (min-width: 500px) and (max-width: 768px) {
  /* line 143, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask__subheader {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 158, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask__subheader:first-child {
    background: url("../images/quote-carousel-item-yellow.svg") no-repeat scroll center 30%;
    padding-top: 150px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 143, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask__subheader {
    font-size: 20px;
    line-height: 24px;
  }
  /* line 168, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask__subheader:first-child {
    background: url("../images/quote-carousel-item-yellow.svg") no-repeat scroll center 25%;
    padding-top: 160px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 177, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask__subheader-pic {
    color: #FCFCFC;
    font-family: "Sentinel SSm A", "Sentinel SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
  }
  /* line 186, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask__subheader-pic:first-child {
    background: url("../images/quote-carousel-item-yellow.svg") no-repeat scroll center 10%;
    padding-top: 80px;
  }
}

/* line 192, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask p {
  color: #FCFCFC;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding-top: 18px;
}

/* line 198, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask p strong {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 207, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask .quoteables .pic-circle {
  background: no-repeat scroll center 40%;
  background-size: cover;
  border-radius: 50%;
  height: 75px;
  width: 75px;
  border: 2px solid #e2e2e2;
  display: block;
  margin: 0 auto;
}

@media (min-width: 1200px) and (max-width: 2000px) {
  /* line 207, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask .quoteables .pic-circle {
    margin-left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  /* line 207, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask .quoteables .pic-circle {
    margin-left: -15px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 207, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask .quoteables .pic-circle {
    margin: auto;
    height: 60px;
    width: 60px;
  }
}

/* line 231, ../sass/components/_quote-carousel.scss */
.quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask .quoteables p {
  text-align: left;
  padding-left: 10px;
}

@media (max-width: 767px) {
  /* line 231, ../sass/components/_quote-carousel.scss */
  .quote-carousel .quote-carousel-autoplay .quote-carousel-background-img .quote-mask .quoteables p {
    text-align: center;
  }
}

/* quote carousel mod end */
/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.quote-carousel-half:before, .quote-carousel-half:after {
  content: " ";
  display: table;
}

/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.quote-carousel-half:after {
  clear: both;
}

/* line 250, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .image-col {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 480px;
  background: no-repeat center center;
  background-size: cover;
}

@media (max-width: 767px) {
  /* line 250, ../sass/components/_quote-carousel.scss */
  .quote-carousel-half .image-col {
    height: 280px;
    width: 100%;
    float: none;
  }
}

/* line 265, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .carousel-col {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 480px;
}

@media (max-width: 767px) {
  /* line 265, ../sass/components/_quote-carousel.scss */
  .quote-carousel-half .carousel-col {
    height: auto;
    width: 100%;
    float: none;
  }
}

/* line 280, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .container, .quote-carousel-half .quote-carousel .recirculation > .spark-line, .quote-carousel-half .quote-carousel .new-links-module > .spark-line, .quote-carousel-half .quote-carousel .links-module > .spark-line {
  width: auto;
}

/* line 284, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .quote-mask {
  text-align: left !important;
}

@media (max-width: 767px) {
  /* line 284, ../sass/components/_quote-carousel.scss */
  .quote-carousel-half .quote-carousel .quote-mask {
    text-align: center !important;
  }
}

/* line 291, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .quote-mask .wysiwyg {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 295, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .quote-mask .wysiwyg ul {
  padding-left: 26px;
}

/* line 298, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .quote-mask .wysiwyg ul li {
  color: #FFF;
}

/* line 306, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .vertical-box {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 480px;
  padding: 0 10%;
}

@media (max-width: 767px) {
  /* line 306, ../sass/components/_quote-carousel.scss */
  .quote-carousel-half .quote-carousel .vertical-box {
    display: block;
    height: auto;
    padding-top: 58px;
    padding-bottom: 80px;
  }
}

/* line 328, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .quote-carousel-autoplay {
  background-color: #1C202D;
}

@media (max-width: 767px) {
  /* line 328, ../sass/components/_quote-carousel.scss */
  .quote-carousel-half .quote-carousel .quote-carousel-autoplay {
    height: auto;
  }
}

/* line 335, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .quote-carousel-autoplay h3 {
  background: none !important;
  padding-top: 0px !important;
  font-family: "Sentinel SSm A", "Sentinel SSm B" !important;
  margin-bottom: 16px;
  font-size: 26px;
  color: #FFF;
  letter-spacing: 0.2px;
  line-height: 29px;
}

/* line 346, ../sass/components/_quote-carousel.scss */
.quote-carousel-half .quote-carousel .quote-carousel-autoplay p {
  padding-top: 0px !important;
  font-family: "Sentinel SSm A", "Sentinel SSm B" !important;
  font-size: 17px !important;
  line-height: 27px !important;
  color: #FFFFFF;
}

/* line 2, ../sass/components/_related-solutions-tout.scss */
.related-solutions-tout {
  background: #f1f1f1;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 400;
}

/* line 15, ../sass/components/_related-solutions-tout.scss */
.related-solutions-tout--header {
  font-size: 24px;
  line-height: 29px;
  text-transform: none;
  margin-top: 57px;
  margin-bottom: 8px;
  font-weight: 400;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 15, ../sass/components/_related-solutions-tout.scss */
  .related-solutions-tout--header {
    margin-bottom: 30px;
    margin-top: 100px;
  }
}

/* line 30, ../sass/components/_related-solutions-tout.scss */
.related-solutions-tout h2 p {
  font-size: 24px;
  line-height: 29px;
  text-transform: none;
  margin-top: 57px;
  margin-bottom: 8px;
  font-weight: 400;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 30, ../sass/components/_related-solutions-tout.scss */
  .related-solutions-tout h2 p {
    margin-bottom: 30px;
  }
}

/* line 43, ../sass/components/_related-solutions-tout.scss */
.related-solutions-tout--description {
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 15px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 43, ../sass/components/_related-solutions-tout.scss */
  .related-solutions-tout--description {
    margin-bottom: 25px;
  }
}

/* line 54, ../sass/components/_related-solutions-tout.scss */
.related-solutions-tout p {
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 15px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 54, ../sass/components/_related-solutions-tout.scss */
  .related-solutions-tout p {
    margin-bottom: 25px;
  }
}

/* line 65, ../sass/components/_related-solutions-tout.scss */
.related-solutions-tout--btn {
  font-family: Helvetica, Arial, sans-serif;
  /* font-size: 12px;
  font-weight: bold;
  border-radius: 0px;
  margin-top: 15px;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #000;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px; kate styles below:*/
  font-size: 12px;
  letter-spacing: 1.3pt;
  font-weight: bold;
  border-radius: 2px;
  margin-top: 15px;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #000;
  border: 1.5px solid #000;
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 12px;
  padding-bottom: 10px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 65, ../sass/components/_related-solutions-tout.scss */
  .related-solutions-tout--btn {
    margin-bottom: 100px;
  }
}

/* related solutions ends */
/* line 100, ../sass/components/_related-solutions-tout.scss */
.cd-main-content .related-solutions-background {
  background: url("../images/Bottom_Contact_Module.png") no-repeat scroll right 0 #f1f1f1;
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* line 100, ../sass/components/_related-solutions-tout.scss */
  .cd-main-content .related-solutions-background {
    background: url("../images/Bottom_Contact_Module.png") no-repeat scroll right 0 #f1f1f1;
  }
}

@media (min-width: 501px) and (max-width: 768px) {
  /* line 100, ../sass/components/_related-solutions-tout.scss */
  .cd-main-content .related-solutions-background {
    background: url("../images/Bottom_Contact_Module.png") no-repeat scroll center 0 #f1f1f1;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 100, ../sass/components/_related-solutions-tout.scss */
  .cd-main-content .related-solutions-background {
    background: url("../images/Bottom_Contact_Module.png");
    background-repeat: no-repeat;
    background-position: center;
  }
}

/* related solutions ends */
/* line 2, ../sass/components/_text-image-touts.scss */
.text-image-touts {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  padding-top: 110px;
  padding-bottom: 92px;
  /* ti tout ends  */
}

/* line 10, ../sass/components/_text-image-touts.scss */
.text-image-touts__header {
  font-size: 34px;
  line-height: 41px;
  text-transform: none;
  font-weight: 300;
  text-align: center;
  margin-bottom: 50px;
  color: #000;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 10, ../sass/components/_text-image-touts.scss */
  .text-image-touts__header {
    margin-bottom: 30px;
  }
}

/* line 23, ../sass/components/_text-image-touts.scss */
.text-image-touts__header p {
  font-size: 34px;
  line-height: 41px;
  text-transform: none;
  font-weight: 300;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 50px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 23, ../sass/components/_text-image-touts.scss */
  .text-image-touts__header p {
    margin-bottom: 30px;
  }
}

/* line 37, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout {
  margin-bottom: 30px;
}

/* line 40, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout.hidden-card {
  display: none;
}

@media (max-width: 767px) {
  /* line 45, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout:last-child {
    margin-bottom: 0px;
  }
}

/* line 59, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout .ti-img {
  background: no-repeat scroll 0 0;
  height: 246px;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 990px) {
  /* line 59, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-img {
    height: 200px;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  /* line 59, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-img {
    height: 195px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 59, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-img {
    height: 180px;
  }
}

/* line 74, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout .ti-text {
  border: 1px solid #D8D8D8;
  border-top: none;
  padding: 23px;
  background-color: #FFF;
  overflow: hidden;
  position: relative;
  height: 168px;
}

/* line 85, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout .ti-text__subheader {
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-transform: none;
  color: #242424;
  margin-bottom: 15px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 85, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-text__subheader {
    font-size: 21px;
    line-height: 26px;
  }
}

/* line 99, ../sass/components/_text-image-touts.scss */
body.solutions-page .text-image-touts .ti-tout .ti-text {
  height: 236px;
}

@media (max-width: 1199px) {
  /* line 99, ../sass/components/_text-image-touts.scss */
  body.solutions-page .text-image-touts .ti-tout .ti-text {
    height: 285px;
  }
}

@media (max-width: 991px) {
  /* line 99, ../sass/components/_text-image-touts.scss */
  body.solutions-page .text-image-touts .ti-tout .ti-text {
    height: 264px;
  }
}

@media (max-width: 767px) {
  /* line 99, ../sass/components/_text-image-touts.scss */
  body.solutions-page .text-image-touts .ti-tout .ti-text {
    height: 236px;
  }
}

@media (max-width: 413px) {
  /* line 99, ../sass/components/_text-image-touts.scss */
  body.solutions-page .text-image-touts .ti-tout .ti-text {
    height: 314px;
  }
}

/* line 116, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout .ti-text__description {
  color: #353535;
  font-size: 17px;
  line-height: 20px;
}

@media (min-width: 500px) {
  /* line 116, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-text__description {
    font-size: 13px;
    line-height: 17px;
  }
}

@media (min-width: 768px) {
  /* line 116, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-text__description {
    margin-bottom: 0;
    height: 55px;
  }
}

@media (min-width: 992px) {
  /* line 116, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-text__description {
    height: 70px;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-text__description {
    height: 50px;
  }
}

/* line 153, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout .ti-text__description:last-child {
  margin-bottom: 20px;
}

/* line 157, ../sass/components/_text-image-touts.scss */
body.solutions-page .text-image-touts .ti-tout .ti-text__description {
  display: none;
}

/* line 162, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout .ti-text__ti-see-latest {
  color: #02A8F4;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  background: url("../images/GEN_Arrow_icon.svg") no-repeat scroll right 4px;
  padding-right: 15px;
  letter-spacing: 0.33px;
  display: block;
  position: absolute;
  left: 23px;
  bottom: 19px;
  text-transform: capitalize;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 162, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-text__ti-see-latest {
    font-size: 14px;
    line-height: 20px;
    padding-right: 18px;
    background: transparent url("../images/GEN_Arrow_icon.svg") no-repeat scroll 100% 40%/14px auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 162, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-tout .ti-text__ti-see-latest {
    position: absolute;
    bottom: 18px;
    left: 23px;
  }
}

/* line 189, ../sass/components/_text-image-touts.scss */
.text-image-touts .ti-tout .ti-text__ti-see-latest:hover {
  color: #23527C;
  background-image: url("/craft/assets/images/GEN_Arrow_icon.hover.svg");
}

@media (min-width: 768px) and (max-width: 990px) {
  /* line 198, ../sass/components/_text-image-touts.scss */
  .text-image-touts .ti-large {
    margin-top: 30px;
  }
}

/* line 204, ../sass/components/_text-image-touts.scss */
.text-image-touts .text-image-touts-gallery-trigger {
  display: block;
  padding: 0;
  text-align: center;
  height: 0px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

/* line 212, ../sass/components/_text-image-touts.scss */
.text-image-touts .text-image-touts-gallery-trigger.activated {
  height: 74px;
}

@media (max-width: 767px) {
  /* line 212, ../sass/components/_text-image-touts.scss */
  .text-image-touts .text-image-touts-gallery-trigger.activated {
    height: 83px;
  }
}

/* line 220, ../sass/components/_text-image-touts.scss */
.text-image-touts .text-image-touts-gallery-trigger span {
  display: inline-block;
  padding: 15px 33px 13px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #02A8F4;
  letter-spacing: 2px;
  line-height: 1.1;
  border: 1px solid #02A8F4;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 220, ../sass/components/_text-image-touts.scss */
  .text-image-touts .text-image-touts-gallery-trigger span {
    padding: 18px 77px 16px;
    font-size: 16px;
    letter-spacing: 1.39px;
  }
}

/* line 241, ../sass/components/_text-image-touts.scss */
.text-image-touts .text-image-touts-gallery-trigger span:hover {
  color: #23527C;
  border-color: #23527C;
}

/* line 251, ../sass/components/_text-image-touts.scss */
body.solutions-page .text-image-touts {
  padding-top: 72px;
  padding-bottom: 64px;
}

/* line 255, ../sass/components/_text-image-touts.scss */
body.solutions-page .text-image-touts h2 {
  margin-bottom: 19px;
}

/* line 259, ../sass/components/_text-image-touts.scss */
body.solutions-page .text-image-touts h2 + p {
  margin-bottom: 34px;
}

/* line 263, ../sass/components/_text-image-touts.scss */
body.solutions-page .text-image-touts .sub-header-copy {
  text-align: center;
}

/* line 267, ../sass/components/_text-image-touts.scss */
body.solutions-page .text-image-touts .text-left {
  text-align: left;
}

/* line 271, ../sass/components/_text-image-touts.scss */
body.solutions-page .text-image-touts .text-image-touts-gallery-trigger.activated {
  height: 68px;
}

/* image text touts end */
/* line 279, ../sass/components/_text-image-touts.scss */
.first-text-image-touts {
  padding-bottom: 0px;
}

/* line 280, ../sass/components/_text-image-touts.scss */
.last-text-image-touts {
  padding-top: 0px;
}

/* line 281, ../sass/components/_text-image-touts.scss */
.middle-text-image-touts {
  padding: 0px;
}

/* line 2, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta {
  background: no-repeat scroll 0 0;
  background-size: cover;
}

/* line 6, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta--shader {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 170px;
  padding-bottom: 150px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 6, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta--shader {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}

@media (max-width: 768px) {
  /* line 14, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta--shader .col-xs-12 {
    text-align: center !important;
  }
}

/* line 21, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta--shader--light {
  padding-top: 170px;
  padding-bottom: 150px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 21, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta--shader--light {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}

/* line 31, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta--pitch {
  max-width: 440px;
  text-align: left;
  display: inline-block;
}

/* line 37, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta__header {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 41px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: 300;
}

@media (min-width: 768px) {
  /* line 37, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta__header {
    line-height: 34px;
    margin-bottom: 20px;
  }
}

/* line 47, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta__header p {
  font-size: 34px;
  line-height: 41px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-style: normal;
  font-weight: 300;
}

/* line 55, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta__header--light {
  color: #000;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 41px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: 300;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 55, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta__header--light {
    line-height: 34px;
    margin-bottom: 30px;
  }
}

/* line 67, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta__header--light p {
  color: #000;
  font-size: 34px;
  line-height: 41px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 35px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 67, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta__header--light p {
    line-height: 34px;
    margin-bottom: 30px;
  }
}

/* line 82, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta__description {
  color: #FFF;
  font-size: 17px;
  line-height: 29px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-style: normal;
  font-weight: 500;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 82, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta__description {
    font-size: 20px;
    line-height: 26px;
  }
}

/* line 94, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta__description--light {
  color: #000;
  font-size: 17px;
  line-height: 29px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-style: normal;
  font-weight: 500;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 94, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta__description--light {
    font-size: 20px;
    line-height: 26px;
  }
}

/* line 106, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta__btn {
  font-size: 13px;
  letter-spacing: 1.3pt;
  font-weight: bold;
  border-radius: 2px;
  margin-top: 10px;
  text-transform: uppercase;
  border: 1.5px solid;
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: Helvetica, Arial, sans-serif;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 106, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta__btn {
    font-size: 16.31px;
    letter-spacing: 1.4px;
    margin-top: 35px;
  }
}

/* line 126, ../sass/components/_why-genpact-cta.scss */
.why-genpact-cta__btn--light {
  font-size: 13px;
  letter-spacing: 1.3pt;
  font-weight: bold;
  border-radius: 2px;
  margin-top: 40px;
  text-transform: uppercase;
  color: #000;
  border: 1.5px solid #000;
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: Helvetica, Arial, sans-serif;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 126, ../sass/components/_why-genpact-cta.scss */
  .why-genpact-cta__btn--light {
    font-size: 16.31px;
    letter-spacing: 1.4px;
    margin-top: 35px;
  }
}

/* why genpact ends ends */
/* line 3, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout {
  padding: 70px 0;
}

/* line 20, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--intro--header {
  margin-bottom: 25px;
  color: #000;
  font-weight: 300;
  font-size: 34px;
  line-height: 41px;
}

/* line 27, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--intro--description {
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-size: 16px;
  line-height: 29px;
  color: #000;
}

/* line 35, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item {
  padding: 30px 0;
}

@media (min-width: 1200px) {
  /* line 38, ../sass/components/_highlights-list-tout.scss */
  .highlights-list-tout--item--thumb-wrapper {
    padding-right: 0;
  }
}

/* line 43, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--thumb {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  border-radius: 55px;
  background-position: center center;
  background-size: 115%;
}

@media (min-width: 360px) {
  /* line 43, ../sass/components/_highlights-list-tout.scss */
  .highlights-list-tout--item--thumb {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 480px) {
  /* line 43, ../sass/components/_highlights-list-tout.scss */
  .highlights-list-tout--item--thumb {
    width: 90px;
    height: 90px;
  }
}

@media (min-width: 768px) {
  /* line 43, ../sass/components/_highlights-list-tout.scss */
  .highlights-list-tout--item--thumb {
    width: 110px;
    height: 110px;
  }
}

@media (min-width: 1200px) {
  /* line 64, ../sass/components/_highlights-list-tout.scss */
  .highlights-list-tout--item--copy-wrapper {
    padding-left: 0;
  }
}

/* line 71, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--header-wrapper--header {
  padding-right: 40px;
  color: #000;
}

/* line 75, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--header-wrapper .list-arrow {
  height: 14px;
  width: 22px;
  position: absolute;
  top: 5px;
  right: 20px;
  background-image: url("../images/GEN_List-Arrow_icon.svg");
  background-size: 22px;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  /* line 86, ../sass/components/_highlights-list-tout.scss */
  .highlights-list-tout--item--header-wrapper .list-arrow {
    display: none;
  }
}

/* line 91, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--header-wrapper.item-closed .list-arrow {
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 97, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--header-wrapper.item-open .list-arrow {
  background-position: 0 0;
}

/* line 102, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--description {
  max-height: 200px;
  color: #000;
  overflow: hidden;
  transition: max-height 0.5s ease-in;
}

/* line 107, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--description p {
  font-size: 16px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  line-height: 29px;
}

/* line 112, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--description.item-closed {
  max-height: 0;
}

@media (min-width: 768px) {
  /* line 118, ../sass/components/_highlights-list-tout.scss */
  .highlights-list-tout--item--description.item-closed {
    max-height: 200px;
  }
}

/* line 123, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--item--link {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .3px;
}

/* line 133, ../sass/components/_highlights-list-tout.scss */
.highlights-list-tout--hr {
  background-color: #c0c0c0;
  height: 2px;
}

/* line 3, ../sass/components/_proof-points-grid.scss */
.proof-points-grid {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 65px;
}

/* line 9, ../sass/components/_proof-points-grid.scss */
.proof-points-grid.theme-dark {
  background-color: #1c202d;
}

@media (min-width: 768px) {
  /* line 13, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid .container, .proof-points-grid .recirculation > .spark-line, .proof-points-grid .new-links-module > .spark-line, .proof-points-grid .links-module > .spark-line {
    width: 740px;
  }
}

@media (min-width: 992px) {
  /* line 13, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid .container, .proof-points-grid .recirculation > .spark-line, .proof-points-grid .new-links-module > .spark-line, .proof-points-grid .links-module > .spark-line {
    width: 910px;
  }
}

/* line 21, ../sass/components/_proof-points-grid.scss */
.proof-points-grid--intro {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  /* line 21, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid--intro {
    margin-bottom: 50px;
  }
}

/* line 26, ../sass/components/_proof-points-grid.scss */
.proof-points-grid--intro--header {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 41px;
}

/* line 30, ../sass/components/_proof-points-grid.scss */
.proof-points-grid--intro--header p {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 41px;
}

/* line 36, ../sass/components/_proof-points-grid.scss */
.proof-points-grid--intro--description {
  line-height: 29px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
}

@media (max-width: 767px) {
  /* line 41, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid--causes {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
}

@media (max-width: 767px) {
  /* line 48, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid--causes:last-child {
    border-bottom: 0px;
  }
}

@media (max-width: 767px) {
  /* line 41, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid--causes {
    width: 240px;
    margin: 0 auto;
  }
}

/* line 59, ../sass/components/_proof-points-grid.scss */
.proof-points-grid--causes--item {
  padding: 2px 30px 21px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

@media (min-width: 768px) {
  /* line 59, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid--causes--item {
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom: none;
  }
}

/* line 70, ../sass/components/_proof-points-grid.scss */
.proof-points-grid--causes--item--value {
  font-size: 50px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
}

/* line 75, ../sass/components/_proof-points-grid.scss */
.proof-points-grid--causes--item.last {
  border-bottom: none;
}

@media (min-width: 768px) {
  /* line 79, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid--causes--item:last-child {
    border-right: none;
  }
}

@media (min-width: 768px) {
  /* line 85, ../sass/components/_proof-points-grid.scss */
  .proof-points-grid--causes:last-child {
    border-bottom: none;
  }
}

/* line 93, ../sass/components/_proof-points-grid.scss */
.theme-dark .proof-points-grid--intro p {
  color: #f4f4f4;
}

/* line 2, ../sass/components/_body-content.scss */
.wysiwyg {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 400;
  padding-top: 70px;
  padding-bottom: 70px;
}

/* line 10, ../sass/components/_body-content.scss */
.wysiwyg__header {
  font-size: 34px;
  line-height: 41px;
  color: #000;
  text-transform: none;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 10, ../sass/components/_body-content.scss */
  .wysiwyg__header {
    margin-bottom: 30px;
  }
}

/* line 23, ../sass/components/_body-content.scss */
.wysiwyg__subheader {
  font-size: 26px;
  line-height: 31px;
  color: #000;
  text-transform: none;
  font-weight: 300;
  margin-top: -10px;
  margin-bottom: 15px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 23, ../sass/components/_body-content.scss */
  .wysiwyg__subheader {
    margin-bottom: 30px;
  }
}

/* line 38, ../sass/components/_body-content.scss */
.wysiwyg__description {
  font-size: 16px;
  color: #000;
  line-height: 29px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 38, ../sass/components/_body-content.scss */
  .wysiwyg__description {
    font-size: 20px;
    line-height: 33px;
  }
}

/* line 48, ../sass/components/_body-content.scss */
.wysiwyg__description strong {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
}

/* line 59, ../sass/components/_body-content.scss */
.wysiwyg--twoColumnText__headers {
  margin-bottom: 5px;
  text-align: center;
}

/* line 63, ../sass/components/_body-content.scss */
.wysiwyg--twoColumnText__headers__header {
  font-size: 34px;
  line-height: 41px;
  color: #000;
  text-transform: none;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 63, ../sass/components/_body-content.scss */
  .wysiwyg--twoColumnText__headers__header {
    margin-bottom: 30px;
  }
}

/* line 76, ../sass/components/_body-content.scss */
.wysiwyg--twoColumnText__headers__subheader {
  font-size: 26px;
  line-height: 31px;
  color: #000;
  text-transform: none;
  font-weight: 300;
  margin-top: -10px;
  margin-bottom: 15px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 76, ../sass/components/_body-content.scss */
  .wysiwyg--twoColumnText__headers__subheader {
    margin-bottom: 30px;
  }
}

/* line 92, ../sass/components/_body-content.scss */
.wysiwyg--twoColumnText p {
  font-size: 16px;
  color: #000;
  line-height: 29px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 92, ../sass/components/_body-content.scss */
  .wysiwyg--twoColumnText p {
    font-size: 20px;
    line-height: 33px;
  }
}

/* line 101, ../sass/components/_body-content.scss */
.wysiwyg--twoColumnText p strong {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: italic;
  font-weight: 300;
}

@media (max-width: 767px) {
  /* line 109, ../sass/components/_body-content.scss */
  .wysiwyg__image-wrapper {
    padding: 0 0 20px 0 !important;
  }
}

@media (min-width: 768px) {
  /* line 109, ../sass/components/_body-content.scss */
  .wysiwyg__image-wrapper {
    width: 50%;
  }
  /* line 116, ../sass/components/_body-content.scss */
  .wysiwyg__image-wrapper.wysiwyg__image-float-right {
    float: right;
  }
  /* line 119, ../sass/components/_body-content.scss */
  .wysiwyg__image-wrapper.wysiwyg__image-float-left {
    float: left;
  }
}

/* line 123, ../sass/components/_body-content.scss */
.wysiwyg__image-wrapper .wysiwyg-element {
  margin-top: 8px !important;
}

/* line 129, ../sass/components/_body-content.scss */
.wysiwyg__lists ul {
  padding-left: 50px;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 500px) and (max-width: 768px) {
  /* line 129, ../sass/components/_body-content.scss */
  .wysiwyg__lists ul {
    padding-left: 40px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 129, ../sass/components/_body-content.scss */
  .wysiwyg__lists ul {
    padding-left: 25px;
    margin-top: 50px;
  }
}

/* line 142, ../sass/components/_body-content.scss */
.wysiwyg__lists ul li {
  padding-left: 26px;
  text-indent: 0;
  margin-bottom: 5px;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  line-height: 26px;
  color: #000;
  font-size: 16px;
  overflow: hidden;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 142, ../sass/components/_body-content.scss */
  .wysiwyg__lists ul li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* line 159, ../sass/components/_body-content.scss */
.wysiwyg__lists ul li:before {
  font-family: 'FontAwesome';
  content: '\F111';
  /* margin:0 0.2em 0 -1.2em; */
  top: -3px;
  left: 1px;
  color: #03A8F5;
  font-size: 6px;
  position: absolute;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 159, ../sass/components/_body-content.scss */
  .wysiwyg__lists ul li:before {
    font-size: 8px;
  }
}

/* line 175, ../sass/components/_body-content.scss */
.wysiwyg__lists ul a {
  text-indent: 0;
}

/* line 181, ../sass/components/_body-content.scss */
.wysiwyg__lists ol {
  counter-reset: list;
  padding-left: 60px;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 500px) and (max-width: 768px) {
  /* line 181, ../sass/components/_body-content.scss */
  .wysiwyg__lists ol {
    padding-left: 40px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 181, ../sass/components/_body-content.scss */
  .wysiwyg__lists ol {
    padding-left: 25px;
    margin-top: 50px;
  }
}

/* line 194, ../sass/components/_body-content.scss */
.wysiwyg__lists ol li {
  list-style: none;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  padding-left: 1em;
  margin-bottom: 5px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 194, ../sass/components/_body-content.scss */
  .wysiwyg__lists ol li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* line 212, ../sass/components/_body-content.scss */
.wysiwyg__lists ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  color: #03A8F5;
  position: absolute;
  font-size: 16px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-weight: bold;
  top: 0;
  left: -8px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 212, ../sass/components/_body-content.scss */
  .wysiwyg__lists ol li:before {
    font-size: 18px;
  }
}

/* line 231, ../sass/components/_body-content.scss */
.wysiwyg__lists ol li ul li:before {
  counter-increment: none;
}

/* line 237, ../sass/components/_body-content.scss */
.wysiwyg__lists ol a {
  text-indent: 0;
}

/* line 242, ../sass/components/_body-content.scss */
.wysiwyg__lists p {
  font-size: 16px;
  color: #000;
  line-height: 29px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 242, ../sass/components/_body-content.scss */
  .wysiwyg__lists p {
    font-size: 20px;
    line-height: 33px;
  }
}

/* line 251, ../sass/components/_body-content.scss */
.wysiwyg__lists p strong {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-weight: bold;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 259, ../sass/components/_body-content.scss */
  .wysiwyg__2-column {
    text-align: left;
  }
}

@media (min-width: 768px) {
  /* line 259, ../sass/components/_body-content.scss */
  .wysiwyg__2-column {
    column-count: 2;
    column-gap: 30px;
  }
}

/* line 275, ../sass/components/_body-content.scss */
.wysiwyg .last-item {
  margin-bottom: 30px;
}

/* line 279, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-element {
  position: relative;
  margin: 25px auto 0;
  background: no-repeat scroll 0 0;
  background-size: cover;
}

/* line 284, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-element.wsiwyg-text-with-image {
  background-size: contain;
  background-position: center top;
}

/* line 289, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-element .wysiwyg-shade__p {
  display: none;
}

/* line 294, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-element:hover .wysiwyg-shade {
  display: block;
  background: rgba(0, 0, 0, 0.44);
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 294, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade {
    background-color: #fff;
  }
}

/* line 304, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-element:hover .wysiwyg-shade__p {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #FFF;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 304, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade__p {
    color: #000;
  }
}

/* line 319, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video {
  display: block;
  background: rgba(0, 0, 0, 0.44);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

/* line 329, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video--link-white {
  display: none;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 319, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video {
    background-color: #fff;
  }
}

@media (min-width: 100px) {
  /* line 338, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video--link-blue {
    display: inline-block;
    font-weight: bold;
  }
  /* line 341, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video--link-blue:hover {
    color: #fff;
  }
}

@media (min-width: 501px) {
  /* line 348, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video--link-blue {
    display: none;
  }
  /* line 351, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video--link-white {
    display: inline-block;
    color: #fff;
    font-weight: bold;
  }
}

@media (min-width: 501px) and (min-width: 100px) and (max-width: 500px) {
  /* line 351, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video--link-white {
    background-color: #fff;
  }
}

@media (min-width: 501px) {
  /* line 358, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video--link-white:hover {
    color: #fff;
  }
}

@media (max-width: 767px) {
  /* line 319, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 319, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video {
    display: none;
  }
}

/* line 372, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video__p {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #FFF;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 372, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-element:hover .wysiwyg-shade--video__p {
    color: #000;
  }
}

/* line 406, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-950 {
  height: 355px;
}

@media (min-width: 768px) and (max-width: 990px) {
  /* line 406, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-950 {
    height: 290px;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  /* line 406, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-950 {
    height: 250px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 406, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-950 {
    height: 226px;
  }
}

/* line 418, ../sass/components/_body-content.scss */
.wysiwyg .wysiwyg-458 {
  height: 305px;
}

@media (min-width: 768px) and (max-width: 990px) {
  /* line 418, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-458 {
    height: 261.52px;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  /* line 418, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-458 {
    height: 260px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 418, ../sass/components/_body-content.scss */
  .wysiwyg .wysiwyg-458 {
    height: 226px;
  }
}

/* line 432, ../sass/components/_body-content.scss */
.wysiwyg .in-practice {
  border-left: 13px #fff100 solid;
  padding-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 432, ../sass/components/_body-content.scss */
  .wysiwyg .in-practice {
    border-left: 7px #fff100 solid;
    padding-left: 25px;
    margin-left: -15px;
  }
}

/* line 445, ../sass/components/_body-content.scss */
.wysiwyg .in-practice__subheader {
  color: #272727;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
  padding-top: 20px;
  letter-spacing: 1.3px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 445, ../sass/components/_body-content.scss */
  .wysiwyg .in-practice__subheader {
    font-size: 16px;
    margin-bottom: 7px;
  }
}

/* line 460, ../sass/components/_body-content.scss */
.wysiwyg .in-practice__header {
  color: #343434;
  font-size: 26px;
  line-height: 36px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 8px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 460, ../sass/components/_body-content.scss */
  .wysiwyg .in-practice__header {
    font-weight: 500;
  }
}

/* line 473, ../sass/components/_body-content.scss */
.wysiwyg .in-practice__inpractice-description {
  color: #272727;
  font-size: 16px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 473, ../sass/components/_body-content.scss */
  .wysiwyg .in-practice__inpractice-description {
    font-size: 20px;
    line-height: 26px;
    color: #5E5E5E;
    margin-bottom: 38px;
  }
}

/* line 486, ../sass/components/_body-content.scss */
.wysiwyg .in-practice a {
  color: #03A8F5;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
  background: url("/craft/assets/images/img.card.arrow.svg") no-repeat scroll right 3px;
  padding-right: 18px;
}

/* line 498, ../sass/components/_body-content.scss */
.wysiwyg .in-practice a:hover {
  background-image: url("/craft/assets/images/img.card.arrow.hover.svg");
  color: #23527C;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 486, ../sass/components/_body-content.scss */
  .wysiwyg .in-practice a {
    font-size: 20px;
    color: #46B2F6;
    padding-right: 20px;
  }
}

/* line 514, ../sass/components/_body-content.scss */
.wysiwyg h1 {
  font-size: 34px;
  line-height: 41px;
  color: #000;
  text-transform: none;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 514, ../sass/components/_body-content.scss */
  .wysiwyg h1 {
    margin-bottom: 30px;
  }
}

/* line 526, ../sass/components/_body-content.scss */
.wysiwyg h1 p {
  font-size: 34px;
  line-height: 41px;
  color: #000;
  text-transform: none;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 526, ../sass/components/_body-content.scss */
  .wysiwyg h1 p {
    margin-bottom: 30px;
  }
}

/* line 541, ../sass/components/_body-content.scss */
.wysiwyg p {
  font-size: 16px;
  color: #000;
  line-height: 29px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 541, ../sass/components/_body-content.scss */
  .wysiwyg p {
    font-size: 20px;
    line-height: 33px;
  }
}

/* line 551, ../sass/components/_body-content.scss */
.wysiwyg p strong {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-weight: bold;
}

/* line 557, ../sass/components/_body-content.scss */
.wysiwyg sup {
  vertical-align: super;
  font-size: 7px;
}

/* line 561, ../sass/components/_body-content.scss */
.wysiwyg sub {
  vertical-align: baseline;
  position: relative;
  font-size: 70%;
  position: relative;
  bottom: -0.6em;
}

/* line 569, ../sass/components/_body-content.scss */
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  text-transform: none;
}

/* line 572, ../sass/components/_body-content.scss */
.wysiwyg h1 strong, .wysiwyg h2 strong, .wysiwyg h3 strong, .wysiwyg h4 strong, .wysiwyg h5 strong, .wysiwyg h6 strong {
  font-weight: bold;
}

/* line 576, ../sass/components/_body-content.scss */
.wysiwyg h1 em, .wysiwyg h2 em, .wysiwyg h3 em, .wysiwyg h4 em, .wysiwyg h5 em, .wysiwyg h6 em {
  font-style: italic;
}

/* line 580, ../sass/components/_body-content.scss */
.wysiwyg h1 sup, .wysiwyg h2 sup, .wysiwyg h3 sup, .wysiwyg h4 sup, .wysiwyg h5 sup, .wysiwyg h6 sup {
  vertical-align: baseline;
  position: relative;
  font-size: 40%;
  position: relative;
  top: -1em;
}

/* line 591, ../sass/components/_body-content.scss */
.wysiwyg h1 sub, .wysiwyg h2 sub, .wysiwyg h3 sub, .wysiwyg h4 sub, .wysiwyg h5 sub, .wysiwyg h6 sub {
  vertical-align: baseline;
  position: relative;
  font-size: 40%;
  position: relative;
  bottom: -0.1em;
}

/* line 600, ../sass/components/_body-content.scss */
.wysiwyg ul {
  padding-left: 25px;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 500px) and (max-width: 768px) {
  /* line 600, ../sass/components/_body-content.scss */
  .wysiwyg ul {
    padding-left: 40px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 600, ../sass/components/_body-content.scss */
  .wysiwyg ul {
    padding-left: 25px;
    margin-top: 50px;
  }
}

/* line 613, ../sass/components/_body-content.scss */
.wysiwyg ul li {
  padding-left: 26px;
  margin-bottom: 5px;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  line-height: 26px;
  color: #000;
  font-size: 16px;
  overflow: hidden;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 613, ../sass/components/_body-content.scss */
  .wysiwyg ul li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* line 630, ../sass/components/_body-content.scss */
.wysiwyg ul li:before {
  font-family: 'FontAwesome';
  content: '\F111';
  /* margin:0 0.2em 0 -1.2em; */
  top: -1px;
  left: 1px;
  color: #03A8F5;
  font-size: 6px;
  position: absolute;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 630, ../sass/components/_body-content.scss */
  .wysiwyg ul li:before {
    font-size: 8px;
  }
}

/* line 646, ../sass/components/_body-content.scss */
.wysiwyg ul a {
  text-indent: 0;
}

/* line 652, ../sass/components/_body-content.scss */
.wysiwyg ol {
  counter-reset: list;
  padding-left: 35px;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 500px) and (max-width: 768px) {
  /* line 652, ../sass/components/_body-content.scss */
  .wysiwyg ol {
    padding-left: 40px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 652, ../sass/components/_body-content.scss */
  .wysiwyg ol {
    padding-left: 25px;
    margin-top: 50px;
  }
}

/* line 665, ../sass/components/_body-content.scss */
.wysiwyg ol li {
  list-style: none;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  padding-left: 1em;
  margin-bottom: 5px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 665, ../sass/components/_body-content.scss */
  .wysiwyg ol li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* line 682, ../sass/components/_body-content.scss */
.wysiwyg ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  color: #03A8F5;
  position: absolute;
  font-size: 16px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-weight: bold;
  top: 0;
  left: -10px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 682, ../sass/components/_body-content.scss */
  .wysiwyg ol li:before {
    font-size: 18px;
  }
}

/* line 702, ../sass/components/_body-content.scss */
.wysiwyg ol li ul li:before {
  counter-increment: none;
  font-family: 'FontAwesome';
  content: '\F111';
  top: 0px;
  left: 1px;
  color: #03A8F5;
  font-size: 6px;
  position: absolute;
}

/* line 715, ../sass/components/_body-content.scss */
.wysiwyg ol a {
  text-indent: 0;
}

/* line 720, ../sass/components/_body-content.scss */
.wysiwyg .no-header-add-padding {
  padding-top: 30px;
}

/* wysiwyg ends */
/* line 726, ../sass/components/_body-content.scss */
.first-wysiwyg {
  padding-bottom: 0px;
}

/* line 727, ../sass/components/_body-content.scss */
.last-wysiwyg {
  padding-top: 0px;
}

/* line 728, ../sass/components/_body-content.scss */
.middle-wysiwyg {
  padding: 0px;
}

/* line 754, ../sass/components/_body-content.scss */
.why-genpact-cta ul,
.highlights-list-tout ul,
.icon-tout ul,
.proof-points-grid ul,
.recirculation ul,
.related-solutions-tout ul,
.storytelling-blocks ul,
.text-image-touts ul,
.logo-grid ul,
.quote-carousel ul,
.directory--event-select ul,
.board-of-directors ul,
.directory--media-press ul,
.directory--events ul,
.directory--events-nav ul,
.directory--categories--wrapper ul,
.directory-body-locations ul {
  padding-left: 50px;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 500px) and (max-width: 768px) {
  /* line 754, ../sass/components/_body-content.scss */
  .why-genpact-cta ul,
  .highlights-list-tout ul,
  .icon-tout ul,
  .proof-points-grid ul,
  .recirculation ul,
  .related-solutions-tout ul,
  .storytelling-blocks ul,
  .text-image-touts ul,
  .logo-grid ul,
  .quote-carousel ul,
  .directory--event-select ul,
  .board-of-directors ul,
  .directory--media-press ul,
  .directory--events ul,
  .directory--events-nav ul,
  .directory--categories--wrapper ul,
  .directory-body-locations ul {
    padding-left: 40px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 754, ../sass/components/_body-content.scss */
  .why-genpact-cta ul,
  .highlights-list-tout ul,
  .icon-tout ul,
  .proof-points-grid ul,
  .recirculation ul,
  .related-solutions-tout ul,
  .storytelling-blocks ul,
  .text-image-touts ul,
  .logo-grid ul,
  .quote-carousel ul,
  .directory--event-select ul,
  .board-of-directors ul,
  .directory--media-press ul,
  .directory--events ul,
  .directory--events-nav ul,
  .directory--categories--wrapper ul,
  .directory-body-locations ul {
    padding-left: 25px;
    margin-top: 50px;
  }
}

/* line 767, ../sass/components/_body-content.scss */
.why-genpact-cta ul li,
.highlights-list-tout ul li,
.icon-tout ul li,
.proof-points-grid ul li,
.recirculation ul li,
.related-solutions-tout ul li,
.storytelling-blocks ul li,
.text-image-touts ul li,
.logo-grid ul li,
.quote-carousel ul li,
.directory--event-select ul li,
.board-of-directors ul li,
.directory--media-press ul li,
.directory--events ul li,
.directory--events-nav ul li,
.directory--categories--wrapper ul li,
.directory-body-locations ul li {
  padding-left: 26px;
  margin-bottom: 5px;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  line-height: 26px;
  color: #000;
  font-size: 16px;
  overflow: hidden;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 767, ../sass/components/_body-content.scss */
  .why-genpact-cta ul li,
  .highlights-list-tout ul li,
  .icon-tout ul li,
  .proof-points-grid ul li,
  .recirculation ul li,
  .related-solutions-tout ul li,
  .storytelling-blocks ul li,
  .text-image-touts ul li,
  .logo-grid ul li,
  .quote-carousel ul li,
  .directory--event-select ul li,
  .board-of-directors ul li,
  .directory--media-press ul li,
  .directory--events ul li,
  .directory--events-nav ul li,
  .directory--categories--wrapper ul li,
  .directory-body-locations ul li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* line 784, ../sass/components/_body-content.scss */
.why-genpact-cta ul li:before,
.highlights-list-tout ul li:before,
.icon-tout ul li:before,
.proof-points-grid ul li:before,
.recirculation ul li:before,
.related-solutions-tout ul li:before,
.storytelling-blocks ul li:before,
.text-image-touts ul li:before,
.logo-grid ul li:before,
.quote-carousel ul li:before,
.directory--event-select ul li:before,
.board-of-directors ul li:before,
.directory--media-press ul li:before,
.directory--events ul li:before,
.directory--events-nav ul li:before,
.directory--categories--wrapper ul li:before,
.directory-body-locations ul li:before {
  font-family: 'FontAwesome';
  content: '\F111';
  /* margin:0 0.2em 0 -1.2em; */
  top: -1px;
  left: 1px;
  color: #03A8F5;
  font-size: 6px;
  position: absolute;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 784, ../sass/components/_body-content.scss */
  .why-genpact-cta ul li:before,
  .highlights-list-tout ul li:before,
  .icon-tout ul li:before,
  .proof-points-grid ul li:before,
  .recirculation ul li:before,
  .related-solutions-tout ul li:before,
  .storytelling-blocks ul li:before,
  .text-image-touts ul li:before,
  .logo-grid ul li:before,
  .quote-carousel ul li:before,
  .directory--event-select ul li:before,
  .board-of-directors ul li:before,
  .directory--media-press ul li:before,
  .directory--events ul li:before,
  .directory--events-nav ul li:before,
  .directory--categories--wrapper ul li:before,
  .directory-body-locations ul li:before {
    font-size: 8px;
  }
}

/* line 801, ../sass/components/_body-content.scss */
.why-genpact-cta ol,
.highlights-list-tout ol,
.icon-tout ol,
.proof-points-grid ol,
.recirculation ol,
.related-solutions-tout ol,
.storytelling-blocks ol,
.text-image-touts ol,
.logo-grid ol,
.quote-carousel ol,
.directory--event-select ol,
.board-of-directors ol,
.directory--media-press ol,
.directory--events ol,
.directory--events-nav ol,
.directory--categories--wrapper ol,
.directory-body-locations ol {
  counter-reset: list;
  padding-left: 60px;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 500px) and (max-width: 768px) {
  /* line 801, ../sass/components/_body-content.scss */
  .why-genpact-cta ol,
  .highlights-list-tout ol,
  .icon-tout ol,
  .proof-points-grid ol,
  .recirculation ol,
  .related-solutions-tout ol,
  .storytelling-blocks ol,
  .text-image-touts ol,
  .logo-grid ol,
  .quote-carousel ol,
  .directory--event-select ol,
  .board-of-directors ol,
  .directory--media-press ol,
  .directory--events ol,
  .directory--events-nav ol,
  .directory--categories--wrapper ol,
  .directory-body-locations ol {
    padding-left: 40px;
  }
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 801, ../sass/components/_body-content.scss */
  .why-genpact-cta ol,
  .highlights-list-tout ol,
  .icon-tout ol,
  .proof-points-grid ol,
  .recirculation ol,
  .related-solutions-tout ol,
  .storytelling-blocks ol,
  .text-image-touts ol,
  .logo-grid ol,
  .quote-carousel ol,
  .directory--event-select ol,
  .board-of-directors ol,
  .directory--media-press ol,
  .directory--events ol,
  .directory--events-nav ol,
  .directory--categories--wrapper ol,
  .directory-body-locations ol {
    padding-left: 25px;
    margin-top: 50px;
  }
}

/* line 814, ../sass/components/_body-content.scss */
.why-genpact-cta ol li,
.highlights-list-tout ol li,
.icon-tout ol li,
.proof-points-grid ol li,
.recirculation ol li,
.related-solutions-tout ol li,
.storytelling-blocks ol li,
.text-image-touts ol li,
.logo-grid ol li,
.quote-carousel ol li,
.directory--event-select ol li,
.board-of-directors ol li,
.directory--media-press ol li,
.directory--events ol li,
.directory--events-nav ol li,
.directory--categories--wrapper ol li,
.directory-body-locations ol li {
  list-style: none;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  padding-left: 1em;
  text-indent: 0;
  margin-bottom: 5px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 814, ../sass/components/_body-content.scss */
  .why-genpact-cta ol li,
  .highlights-list-tout ol li,
  .icon-tout ol li,
  .proof-points-grid ol li,
  .recirculation ol li,
  .related-solutions-tout ol li,
  .storytelling-blocks ol li,
  .text-image-touts ol li,
  .logo-grid ol li,
  .quote-carousel ol li,
  .directory--event-select ol li,
  .board-of-directors ol li,
  .directory--media-press ol li,
  .directory--events ol li,
  .directory--events-nav ol li,
  .directory--categories--wrapper ol li,
  .directory-body-locations ol li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* line 831, ../sass/components/_body-content.scss */
.why-genpact-cta ol li:before,
.highlights-list-tout ol li:before,
.icon-tout ol li:before,
.proof-points-grid ol li:before,
.recirculation ol li:before,
.related-solutions-tout ol li:before,
.storytelling-blocks ol li:before,
.text-image-touts ol li:before,
.logo-grid ol li:before,
.quote-carousel ol li:before,
.directory--event-select ol li:before,
.board-of-directors ol li:before,
.directory--media-press ol li:before,
.directory--events ol li:before,
.directory--events-nav ol li:before,
.directory--categories--wrapper ol li:before,
.directory-body-locations ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  color: #03A8F5;
  position: absolute;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  top: 0;
  left: -10px;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 831, ../sass/components/_body-content.scss */
  .why-genpact-cta ol li:before,
  .highlights-list-tout ol li:before,
  .icon-tout ol li:before,
  .proof-points-grid ol li:before,
  .recirculation ol li:before,
  .related-solutions-tout ol li:before,
  .storytelling-blocks ol li:before,
  .text-image-touts ol li:before,
  .logo-grid ol li:before,
  .quote-carousel ol li:before,
  .directory--event-select ol li:before,
  .board-of-directors ol li:before,
  .directory--media-press ol li:before,
  .directory--events ol li:before,
  .directory--events-nav ol li:before,
  .directory--categories--wrapper ol li:before,
  .directory-body-locations ol li:before {
    font-size: 18px;
  }
}

/* line 852, ../sass/components/_body-content.scss */
.why-genpact-cta sup,
.highlights-list-tout sup,
.icon-tout sup,
.proof-points-grid sup,
.recirculation sup,
.related-solutions-tout sup,
.storytelling-blocks sup,
.text-image-touts sup,
.logo-grid sup,
.quote-carousel sup,
.directory--event-select sup,
.board-of-directors sup,
.directory--media-press sup,
.directory--events sup,
.directory--events-nav sup,
.directory--categories--wrapper sup,
.directory-body-locations sup {
  vertical-align: baseline;
  position: relative;
  font-size: 70%;
  position: relative;
  top: -0.6em;
}

/* line 861, ../sass/components/_body-content.scss */
.why-genpact-cta sub,
.highlights-list-tout sub,
.icon-tout sub,
.proof-points-grid sub,
.recirculation sub,
.related-solutions-tout sub,
.storytelling-blocks sub,
.text-image-touts sub,
.logo-grid sub,
.quote-carousel sub,
.directory--event-select sub,
.board-of-directors sub,
.directory--media-press sub,
.directory--events sub,
.directory--events-nav sub,
.directory--categories--wrapper sub,
.directory-body-locations sub {
  vertical-align: baseline;
  position: relative;
  font-size: 70%;
  position: relative;
  bottom: -0.6em;
}

/* line 869, ../sass/components/_body-content.scss */
.why-genpact-cta h1, .why-genpact-cta h2, .why-genpact-cta h3, .why-genpact-cta h4, .why-genpact-cta h5, .why-genpact-cta h6,
.highlights-list-tout h1,
.highlights-list-tout h2,
.highlights-list-tout h3,
.highlights-list-tout h4,
.highlights-list-tout h5,
.highlights-list-tout h6,
.icon-tout h1,
.icon-tout h2,
.icon-tout h3,
.icon-tout h4,
.icon-tout h5,
.icon-tout h6,
.proof-points-grid h1,
.proof-points-grid h2,
.proof-points-grid h3,
.proof-points-grid h4,
.proof-points-grid h5,
.proof-points-grid h6,
.recirculation h1,
.recirculation h2,
.recirculation h3,
.recirculation h4,
.recirculation h5,
.recirculation h6,
.related-solutions-tout h1,
.related-solutions-tout h2,
.related-solutions-tout h3,
.related-solutions-tout h4,
.related-solutions-tout h5,
.related-solutions-tout h6,
.storytelling-blocks h1,
.storytelling-blocks h2,
.storytelling-blocks h3,
.storytelling-blocks h4,
.storytelling-blocks h5,
.storytelling-blocks h6,
.text-image-touts h1,
.text-image-touts h2,
.text-image-touts h3,
.text-image-touts h4,
.text-image-touts h5,
.text-image-touts h6,
.logo-grid h1,
.logo-grid h2,
.logo-grid h3,
.logo-grid h4,
.logo-grid h5,
.logo-grid h6,
.quote-carousel h1,
.quote-carousel h2,
.quote-carousel h3,
.quote-carousel h4,
.quote-carousel h5,
.quote-carousel h6,
.directory--event-select h1,
.directory--event-select h2,
.directory--event-select h3,
.directory--event-select h4,
.directory--event-select h5,
.directory--event-select h6,
.board-of-directors h1,
.board-of-directors h2,
.board-of-directors h3,
.board-of-directors h4,
.board-of-directors h5,
.board-of-directors h6,
.directory--media-press h1,
.directory--media-press h2,
.directory--media-press h3,
.directory--media-press h4,
.directory--media-press h5,
.directory--media-press h6,
.directory--events h1,
.directory--events h2,
.directory--events h3,
.directory--events h4,
.directory--events h5,
.directory--events h6,
.directory--events-nav h1,
.directory--events-nav h2,
.directory--events-nav h3,
.directory--events-nav h4,
.directory--events-nav h5,
.directory--events-nav h6,
.directory--categories--wrapper h1,
.directory--categories--wrapper h2,
.directory--categories--wrapper h3,
.directory--categories--wrapper h4,
.directory--categories--wrapper h5,
.directory--categories--wrapper h6,
.directory-body-locations h1,
.directory-body-locations h2,
.directory-body-locations h3,
.directory-body-locations h4,
.directory-body-locations h5,
.directory-body-locations h6 {
  text-transform: none;
}

/* line 872, ../sass/components/_body-content.scss */
.why-genpact-cta h1 strong, .why-genpact-cta h2 strong, .why-genpact-cta h3 strong, .why-genpact-cta h4 strong, .why-genpact-cta h5 strong, .why-genpact-cta h6 strong,
.highlights-list-tout h1 strong,
.highlights-list-tout h2 strong,
.highlights-list-tout h3 strong,
.highlights-list-tout h4 strong,
.highlights-list-tout h5 strong,
.highlights-list-tout h6 strong,
.icon-tout h1 strong,
.icon-tout h2 strong,
.icon-tout h3 strong,
.icon-tout h4 strong,
.icon-tout h5 strong,
.icon-tout h6 strong,
.proof-points-grid h1 strong,
.proof-points-grid h2 strong,
.proof-points-grid h3 strong,
.proof-points-grid h4 strong,
.proof-points-grid h5 strong,
.proof-points-grid h6 strong,
.recirculation h1 strong,
.recirculation h2 strong,
.recirculation h3 strong,
.recirculation h4 strong,
.recirculation h5 strong,
.recirculation h6 strong,
.related-solutions-tout h1 strong,
.related-solutions-tout h2 strong,
.related-solutions-tout h3 strong,
.related-solutions-tout h4 strong,
.related-solutions-tout h5 strong,
.related-solutions-tout h6 strong,
.storytelling-blocks h1 strong,
.storytelling-blocks h2 strong,
.storytelling-blocks h3 strong,
.storytelling-blocks h4 strong,
.storytelling-blocks h5 strong,
.storytelling-blocks h6 strong,
.text-image-touts h1 strong,
.text-image-touts h2 strong,
.text-image-touts h3 strong,
.text-image-touts h4 strong,
.text-image-touts h5 strong,
.text-image-touts h6 strong,
.logo-grid h1 strong,
.logo-grid h2 strong,
.logo-grid h3 strong,
.logo-grid h4 strong,
.logo-grid h5 strong,
.logo-grid h6 strong,
.quote-carousel h1 strong,
.quote-carousel h2 strong,
.quote-carousel h3 strong,
.quote-carousel h4 strong,
.quote-carousel h5 strong,
.quote-carousel h6 strong,
.directory--event-select h1 strong,
.directory--event-select h2 strong,
.directory--event-select h3 strong,
.directory--event-select h4 strong,
.directory--event-select h5 strong,
.directory--event-select h6 strong,
.board-of-directors h1 strong,
.board-of-directors h2 strong,
.board-of-directors h3 strong,
.board-of-directors h4 strong,
.board-of-directors h5 strong,
.board-of-directors h6 strong,
.directory--media-press h1 strong,
.directory--media-press h2 strong,
.directory--media-press h3 strong,
.directory--media-press h4 strong,
.directory--media-press h5 strong,
.directory--media-press h6 strong,
.directory--events h1 strong,
.directory--events h2 strong,
.directory--events h3 strong,
.directory--events h4 strong,
.directory--events h5 strong,
.directory--events h6 strong,
.directory--events-nav h1 strong,
.directory--events-nav h2 strong,
.directory--events-nav h3 strong,
.directory--events-nav h4 strong,
.directory--events-nav h5 strong,
.directory--events-nav h6 strong,
.directory--categories--wrapper h1 strong,
.directory--categories--wrapper h2 strong,
.directory--categories--wrapper h3 strong,
.directory--categories--wrapper h4 strong,
.directory--categories--wrapper h5 strong,
.directory--categories--wrapper h6 strong,
.directory-body-locations h1 strong,
.directory-body-locations h2 strong,
.directory-body-locations h3 strong,
.directory-body-locations h4 strong,
.directory-body-locations h5 strong,
.directory-body-locations h6 strong {
  font-weight: bold;
}

/* line 876, ../sass/components/_body-content.scss */
.why-genpact-cta h1 em, .why-genpact-cta h2 em, .why-genpact-cta h3 em, .why-genpact-cta h4 em, .why-genpact-cta h5 em, .why-genpact-cta h6 em,
.highlights-list-tout h1 em,
.highlights-list-tout h2 em,
.highlights-list-tout h3 em,
.highlights-list-tout h4 em,
.highlights-list-tout h5 em,
.highlights-list-tout h6 em,
.icon-tout h1 em,
.icon-tout h2 em,
.icon-tout h3 em,
.icon-tout h4 em,
.icon-tout h5 em,
.icon-tout h6 em,
.proof-points-grid h1 em,
.proof-points-grid h2 em,
.proof-points-grid h3 em,
.proof-points-grid h4 em,
.proof-points-grid h5 em,
.proof-points-grid h6 em,
.recirculation h1 em,
.recirculation h2 em,
.recirculation h3 em,
.recirculation h4 em,
.recirculation h5 em,
.recirculation h6 em,
.related-solutions-tout h1 em,
.related-solutions-tout h2 em,
.related-solutions-tout h3 em,
.related-solutions-tout h4 em,
.related-solutions-tout h5 em,
.related-solutions-tout h6 em,
.storytelling-blocks h1 em,
.storytelling-blocks h2 em,
.storytelling-blocks h3 em,
.storytelling-blocks h4 em,
.storytelling-blocks h5 em,
.storytelling-blocks h6 em,
.text-image-touts h1 em,
.text-image-touts h2 em,
.text-image-touts h3 em,
.text-image-touts h4 em,
.text-image-touts h5 em,
.text-image-touts h6 em,
.logo-grid h1 em,
.logo-grid h2 em,
.logo-grid h3 em,
.logo-grid h4 em,
.logo-grid h5 em,
.logo-grid h6 em,
.quote-carousel h1 em,
.quote-carousel h2 em,
.quote-carousel h3 em,
.quote-carousel h4 em,
.quote-carousel h5 em,
.quote-carousel h6 em,
.directory--event-select h1 em,
.directory--event-select h2 em,
.directory--event-select h3 em,
.directory--event-select h4 em,
.directory--event-select h5 em,
.directory--event-select h6 em,
.board-of-directors h1 em,
.board-of-directors h2 em,
.board-of-directors h3 em,
.board-of-directors h4 em,
.board-of-directors h5 em,
.board-of-directors h6 em,
.directory--media-press h1 em,
.directory--media-press h2 em,
.directory--media-press h3 em,
.directory--media-press h4 em,
.directory--media-press h5 em,
.directory--media-press h6 em,
.directory--events h1 em,
.directory--events h2 em,
.directory--events h3 em,
.directory--events h4 em,
.directory--events h5 em,
.directory--events h6 em,
.directory--events-nav h1 em,
.directory--events-nav h2 em,
.directory--events-nav h3 em,
.directory--events-nav h4 em,
.directory--events-nav h5 em,
.directory--events-nav h6 em,
.directory--categories--wrapper h1 em,
.directory--categories--wrapper h2 em,
.directory--categories--wrapper h3 em,
.directory--categories--wrapper h4 em,
.directory--categories--wrapper h5 em,
.directory--categories--wrapper h6 em,
.directory-body-locations h1 em,
.directory-body-locations h2 em,
.directory-body-locations h3 em,
.directory-body-locations h4 em,
.directory-body-locations h5 em,
.directory-body-locations h6 em {
  font-style: italic;
}

/* line 880, ../sass/components/_body-content.scss */
.why-genpact-cta h1 sup, .why-genpact-cta h2 sup, .why-genpact-cta h3 sup, .why-genpact-cta h4 sup, .why-genpact-cta h5 sup, .why-genpact-cta h6 sup,
.highlights-list-tout h1 sup,
.highlights-list-tout h2 sup,
.highlights-list-tout h3 sup,
.highlights-list-tout h4 sup,
.highlights-list-tout h5 sup,
.highlights-list-tout h6 sup,
.icon-tout h1 sup,
.icon-tout h2 sup,
.icon-tout h3 sup,
.icon-tout h4 sup,
.icon-tout h5 sup,
.icon-tout h6 sup,
.proof-points-grid h1 sup,
.proof-points-grid h2 sup,
.proof-points-grid h3 sup,
.proof-points-grid h4 sup,
.proof-points-grid h5 sup,
.proof-points-grid h6 sup,
.recirculation h1 sup,
.recirculation h2 sup,
.recirculation h3 sup,
.recirculation h4 sup,
.recirculation h5 sup,
.recirculation h6 sup,
.related-solutions-tout h1 sup,
.related-solutions-tout h2 sup,
.related-solutions-tout h3 sup,
.related-solutions-tout h4 sup,
.related-solutions-tout h5 sup,
.related-solutions-tout h6 sup,
.storytelling-blocks h1 sup,
.storytelling-blocks h2 sup,
.storytelling-blocks h3 sup,
.storytelling-blocks h4 sup,
.storytelling-blocks h5 sup,
.storytelling-blocks h6 sup,
.text-image-touts h1 sup,
.text-image-touts h2 sup,
.text-image-touts h3 sup,
.text-image-touts h4 sup,
.text-image-touts h5 sup,
.text-image-touts h6 sup,
.logo-grid h1 sup,
.logo-grid h2 sup,
.logo-grid h3 sup,
.logo-grid h4 sup,
.logo-grid h5 sup,
.logo-grid h6 sup,
.quote-carousel h1 sup,
.quote-carousel h2 sup,
.quote-carousel h3 sup,
.quote-carousel h4 sup,
.quote-carousel h5 sup,
.quote-carousel h6 sup,
.directory--event-select h1 sup,
.directory--event-select h2 sup,
.directory--event-select h3 sup,
.directory--event-select h4 sup,
.directory--event-select h5 sup,
.directory--event-select h6 sup,
.board-of-directors h1 sup,
.board-of-directors h2 sup,
.board-of-directors h3 sup,
.board-of-directors h4 sup,
.board-of-directors h5 sup,
.board-of-directors h6 sup,
.directory--media-press h1 sup,
.directory--media-press h2 sup,
.directory--media-press h3 sup,
.directory--media-press h4 sup,
.directory--media-press h5 sup,
.directory--media-press h6 sup,
.directory--events h1 sup,
.directory--events h2 sup,
.directory--events h3 sup,
.directory--events h4 sup,
.directory--events h5 sup,
.directory--events h6 sup,
.directory--events-nav h1 sup,
.directory--events-nav h2 sup,
.directory--events-nav h3 sup,
.directory--events-nav h4 sup,
.directory--events-nav h5 sup,
.directory--events-nav h6 sup,
.directory--categories--wrapper h1 sup,
.directory--categories--wrapper h2 sup,
.directory--categories--wrapper h3 sup,
.directory--categories--wrapper h4 sup,
.directory--categories--wrapper h5 sup,
.directory--categories--wrapper h6 sup,
.directory-body-locations h1 sup,
.directory-body-locations h2 sup,
.directory-body-locations h3 sup,
.directory-body-locations h4 sup,
.directory-body-locations h5 sup,
.directory-body-locations h6 sup {
  vertical-align: baseline;
  position: relative;
  font-size: 70%;
  position: relative;
  top: -0.6em;
}

/* line 891, ../sass/components/_body-content.scss */
.why-genpact-cta h1 sub, .why-genpact-cta h2 sub, .why-genpact-cta h3 sub, .why-genpact-cta h4 sub, .why-genpact-cta h5 sub, .why-genpact-cta h6 sub,
.highlights-list-tout h1 sub,
.highlights-list-tout h2 sub,
.highlights-list-tout h3 sub,
.highlights-list-tout h4 sub,
.highlights-list-tout h5 sub,
.highlights-list-tout h6 sub,
.icon-tout h1 sub,
.icon-tout h2 sub,
.icon-tout h3 sub,
.icon-tout h4 sub,
.icon-tout h5 sub,
.icon-tout h6 sub,
.proof-points-grid h1 sub,
.proof-points-grid h2 sub,
.proof-points-grid h3 sub,
.proof-points-grid h4 sub,
.proof-points-grid h5 sub,
.proof-points-grid h6 sub,
.recirculation h1 sub,
.recirculation h2 sub,
.recirculation h3 sub,
.recirculation h4 sub,
.recirculation h5 sub,
.recirculation h6 sub,
.related-solutions-tout h1 sub,
.related-solutions-tout h2 sub,
.related-solutions-tout h3 sub,
.related-solutions-tout h4 sub,
.related-solutions-tout h5 sub,
.related-solutions-tout h6 sub,
.storytelling-blocks h1 sub,
.storytelling-blocks h2 sub,
.storytelling-blocks h3 sub,
.storytelling-blocks h4 sub,
.storytelling-blocks h5 sub,
.storytelling-blocks h6 sub,
.text-image-touts h1 sub,
.text-image-touts h2 sub,
.text-image-touts h3 sub,
.text-image-touts h4 sub,
.text-image-touts h5 sub,
.text-image-touts h6 sub,
.logo-grid h1 sub,
.logo-grid h2 sub,
.logo-grid h3 sub,
.logo-grid h4 sub,
.logo-grid h5 sub,
.logo-grid h6 sub,
.quote-carousel h1 sub,
.quote-carousel h2 sub,
.quote-carousel h3 sub,
.quote-carousel h4 sub,
.quote-carousel h5 sub,
.quote-carousel h6 sub,
.directory--event-select h1 sub,
.directory--event-select h2 sub,
.directory--event-select h3 sub,
.directory--event-select h4 sub,
.directory--event-select h5 sub,
.directory--event-select h6 sub,
.board-of-directors h1 sub,
.board-of-directors h2 sub,
.board-of-directors h3 sub,
.board-of-directors h4 sub,
.board-of-directors h5 sub,
.board-of-directors h6 sub,
.directory--media-press h1 sub,
.directory--media-press h2 sub,
.directory--media-press h3 sub,
.directory--media-press h4 sub,
.directory--media-press h5 sub,
.directory--media-press h6 sub,
.directory--events h1 sub,
.directory--events h2 sub,
.directory--events h3 sub,
.directory--events h4 sub,
.directory--events h5 sub,
.directory--events h6 sub,
.directory--events-nav h1 sub,
.directory--events-nav h2 sub,
.directory--events-nav h3 sub,
.directory--events-nav h4 sub,
.directory--events-nav h5 sub,
.directory--events-nav h6 sub,
.directory--categories--wrapper h1 sub,
.directory--categories--wrapper h2 sub,
.directory--categories--wrapper h3 sub,
.directory--categories--wrapper h4 sub,
.directory--categories--wrapper h5 sub,
.directory--categories--wrapper h6 sub,
.directory-body-locations h1 sub,
.directory-body-locations h2 sub,
.directory-body-locations h3 sub,
.directory-body-locations h4 sub,
.directory-body-locations h5 sub,
.directory-body-locations h6 sub {
  vertical-align: baseline;
  position: relative;
  font-size: 70%;
  position: relative;
  bottom: -0.6em;
}

/* line 3, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks {
  padding: 60px 0;
}

@media (min-width: 1200px) {
  /* line 5, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks .container, .storytelling-blocks .recirculation > .spark-line, .storytelling-blocks .new-links-module > .spark-line, .storytelling-blocks .links-module > .spark-line {
    width: 970px;
  }
}

/* line 16, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks.theme-dark .storytelling-blocks--tabs--tab-wrapper.active a {
  color: #fff;
}

/* line 22, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks.theme-dark .storytelling-blocks--tabs--tab-wrapper a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  /* line 3, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks {
    padding: 110px 0 80px 0;
  }
}

@media (min-width: 992px) {
  /* line 3, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks {
    padding: 150px 0 90px 0;
  }
}

/* line 39, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--intro--header {
  margin-bottom: 60px;
  padding: 0 5%;
  font-size: 34px;
  font-weight: 300;
}

/* line 48, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--intro--header p {
  margin-bottom: 60px;
  padding: 0 5%;
  font-size: 34px;
  font-weight: 300;
}

/* line 62, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tabs-desktop {
  display: none;
}

@media (min-width: 768px) {
  /* line 62, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--tabs-desktop {
    display: block;
  }
}

/* line 70, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tabs-mobile {
  display: block;
}

@media (min-width: 768px) {
  /* line 70, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--tabs-mobile {
    display: none;
  }
}

/* line 77, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tabs {
  text-align: center;
  text-transform: uppercase;
}

/* line 82, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper {
  position: relative;
  border: 1px solid #373d46;
}

/* line 86, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper a {
  display: block;
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #373d46;
  text-decoration: none;
}

/* line 95, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper a:hover {
  color: #373d46;
}

/* line 101, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper .tab--arrow-wrapper {
  width: 100%;
  position: absolute;
  bottom: -12px;
  left: 0;
  text-align: center;
  display: none;
}

/* line 108, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper .tab--arrow-wrapper--arrow {
  width: 0px;
  height: 0px;
  margin: 0 auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #373d46;
}

/* line 117, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper.active {
  background-color: #373d46;
}

/* line 119, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper.active a {
  color: #fff;
}

/* line 121, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper.active a:hover {
  color: #fff;
}

/* line 125, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab-wrapper.active .tab--arrow-wrapper {
  display: block;
}

/* line 131, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab {
  display: block;
}

/* line 133, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--tab.active {
  background-color: #373d46;
}

/* line 139, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--group--content {
  max-height: 2500px;
  overflow: hidden;
  transition: max-height 1s ease-in;
}

@media (min-width: 768px) {
  /* line 139, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--group--content {
    transition: none;
  }
}

/* line 146, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--group--content.group-closed {
  max-height: 0;
}

/* line 152, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--sub-desciption {
  margin: 70px 0 0 0;
  padding: 0 5%;
}

/* line 155, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--sub-desciption p {
  font-size: 20px;
  line-height: 27px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: 300;
}

@media (min-width: 768px) {
  /* line 152, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--sub-desciption {
    margin: 70px 0 30px 0;
  }
  /* line 163, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--sub-desciption p {
    font-size: 22px;
    line-height: 28px;
    font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  }
}

/* line 171, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--metrics {
  width: 280px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 171, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--metrics {
    margin: 0 auto 60px auto;
    width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 171, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--metrics {
    width: 910px;
  }
}

/* line 182, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--metrics--metric {
  padding: 50px 30px;
  border-bottom: 1px solid #373d46;
}

@media (min-width: 768px) {
  /* line 182, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--metrics--metric {
    padding: 0 20px;
    border-bottom: none;
    border-right: 1px solid #373d46;
  }
}

@media (min-width: 768px) {
  /* line 182, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--metrics--metric {
    padding: 0 30px;
  }
}

/* line 193, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--metrics--metric:last-child {
  border-bottom: none;
}

@media (min-width: 768px) {
  /* line 193, ../sass/components/_storytelling-blocks.scss */
  .storytelling-blocks--tabs--metrics--metric:last-child {
    border-right: none;
  }
}

/* line 200, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--metrics--value {
  margin-bottom: 18px;
  font-size: 50px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: normal;
  line-height: 52px;
}

/* line 207, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--metrics--description {
  width: 170px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}

/* line 216, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--learn-more {
  margin-bottom: 60px;
  text-align: center;
}

/* line 220, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--learn-more--link {
  width: 183px;
  height: 43px;
  padding: 0;
  margin: 0 0 28px;
  border-radius: 2px;
  border: 1.5px solid #0182d3;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0182d3;
  display: inline-block;
  background-color: transparent;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 43px;
  overflow: hidden;
  letter-spacing: 1.3pt;
}

/* line 238, ../sass/components/_storytelling-blocks.scss */
.storytelling-blocks--tabs--learn-more--link:hover, .storytelling-blocks--tabs--learn-more--link:active {
  border: 1.5px solid #23527c;
}

/* line 5, ../sass/components/_directory.scss */
.directory--categories {
  min-height: 80px;
  background-color: #F1F1F1;
}

/* line 9, ../sass/components/_directory.scss */
.directory--categories--wrapper {
  padding: 30px 0;
  font-family: Helvetica, Arial, sans-serif;
  padding-left: 18px;
}

/* line 14, ../sass/components/_directory.scss */
.directory--categories--view-by {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  float: left;
}

/* line 21, ../sass/components/_directory.scss */
.directory--categories--category-wrapper {
  display: table;
}

/* line 24, ../sass/components/_directory.scss */
.directory--categories--category {
  margin: 0 20px;
  font-size: 16px;
  display: block;
}

@media (min-width: 992px) {
  /* line 24, ../sass/components/_directory.scss */
  .directory--categories--category {
    display: inline-block;
  }
}

/* line 31, ../sass/components/_directory.scss */
.directory--categories--category--line {
  display: none;
}

@media (min-width: 992px) {
  /* line 31, ../sass/components/_directory.scss */
  .directory--categories--category--line {
    display: inline-block;
  }
}

/* line 40, ../sass/components/_directory.scss */
.directory-items-container {
  margin-top: 40px;
}

/* line 44, ../sass/components/_directory.scss */
.directory--event-select {
  padding: 20px 0;
  border-bottom: 2px solid #DBDBDB;
  position: relative;
}

/* line 48, ../sass/components/_directory.scss */
.directory--event-select--category-year {
  font-size: 34px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: 100;
  line-height: 41px;
}

/* line 54, ../sass/components/_directory.scss */
.directory--event-select--category {
  font-style: italic;
  text-transform: capitalize;
}

/* line 58, ../sass/components/_directory.scss */
.directory--event-select--year {
  display: none;
}

@media (min-width: 768px) {
  /* line 58, ../sass/components/_directory.scss */
  .directory--event-select--year {
    display: inline-block;
  }
}

/* line 64, ../sass/components/_directory.scss */
.directory--event-select--border {
  color: #BEBEBE;
}

@media (min-width: 768px) {
  /* line 67, ../sass/components/_directory.scss */
  .directory--event-select--border.borderHide {
    display: none;
  }
}

/* line 72, ../sass/components/_directory.scss */
.directory--event-select--select-mobile {
  display: inline-block;
  font-size: 34px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: 100;
  line-height: 41px;
}

/* line 78, ../sass/components/_directory.scss */
.directory--event-select--select-mobile--psuedo-select {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  /* line 78, ../sass/components/_directory.scss */
  .directory--event-select--select-mobile--psuedo-select {
    display: none;
  }
}

/* line 85, ../sass/components/_directory.scss */
.directory--event-select--select-mobile--psuedo-select--select {
  font-size: 34px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-weight: 100;
  line-height: 41px;
  color: #03A8F5;
}

/* line 95, ../sass/components/_directory.scss */
.directory--event-select--select-mobile--psuedo-select--list {
  width: 150px;
  display: none;
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 10;
  border: 1px solid #DBDBDB;
  margin-top: 0 !important;
  padding: 0px 20px !important;
  background-color: #fff;
}

/* line 106, ../sass/components/_directory.scss */
.directory--event-select--select-mobile--psuedo-select--list--arrow {
  position: absolute;
  right: 5px;
  top: -8px;
  z-index: 20;
}

/* line 112, ../sass/components/_directory.scss */
.directory--event-select--select-mobile--psuedo-select--list li {
  margin-bottom: 0 !important;
  padding: 10px 0px;
  font-size: 12px !important;
  font-family: Helvetica, Arial, sans-serif !important;
  color: #636363 !important;
  border-bottom: 1px solid #F2F2F2;
  cursor: pointer;
}

/* line 120, ../sass/components/_directory.scss */
.directory--event-select--select-mobile--psuedo-select--list li::before {
  content: none !important;
}

/* line 126, ../sass/components/_directory.scss */
.directory--event-select--select-mobile--select {
  display: none;
}

/* line 130, ../sass/components/_directory.scss */
.directory--event-select--select-desktop {
  display: none;
}

/* line 132, ../sass/components/_directory.scss */
.directory--event-select--select-desktop--view {
  font-size: 13px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.44px;
}

/* line 139, ../sass/components/_directory.scss */
.directory--event-select--select-desktop--psuedo-select {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

/* line 143, ../sass/components/_directory.scss */
.directory--event-select--select-desktop--psuedo-select--select {
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.44px;
  font-weight: bold;
  border-bottom: 1px solid #D0D0D0;
}

/* line 153, ../sass/components/_directory.scss */
.directory--event-select--select-desktop--psuedo-select--list {
  width: 150px;
  display: none;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 10;
  border: 1px solid #DBDBDB;
  margin-top: 0 !important;
  padding: 0px 20px !important;
  background-color: #fff;
}

/* line 164, ../sass/components/_directory.scss */
.directory--event-select--select-desktop--psuedo-select--list--arrow {
  position: absolute;
  right: 5px;
  top: -8px;
  z-index: 20;
}

/* line 170, ../sass/components/_directory.scss */
.directory--event-select--select-desktop--psuedo-select--list li {
  margin-bottom: 0 !important;
  padding: 10px 0px;
  font-size: 12px !important;
  font-family: Helvetica, Arial, sans-serif !important;
  color: #636363 !important;
  border-bottom: 1px solid #F2F2F2;
  cursor: pointer;
}

/* line 178, ../sass/components/_directory.scss */
.directory--event-select--select-desktop--psuedo-select--list li::before {
  content: none !important;
}

/* line 184, ../sass/components/_directory.scss */
.directory--event-select--select-desktop select {
  display: none;
}

@media (min-width: 768px) {
  /* line 198, ../sass/components/_directory.scss */
  .directory--event-select--select-desktop {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
  }
}

/* line 208, ../sass/components/_directory.scss */
.directory--events--group {
  transition: max-height 1s ease-in;
}

/* line 216, ../sass/components/_directory.scss */
.directory--events--event {
  margin: 0;
  padding: 35px 0;
  border-bottom: 1px solid #ECECEC;
}

/* line 220, ../sass/components/_directory.scss */
.directory--events--event .col-sm-9 {
  padding-left: 0;
}

/* line 223, ../sass/components/_directory.scss */
.directory--events--event--date {
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: bold;
}

/* line 230, ../sass/components/_directory.scss */
.directory--events--event--copy {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  line-height: 20px;
  font-weight: 100;
}

/* line 236, ../sass/components/_directory.scss */
.directory--events--event--copy hr {
  border-top: 1px solid #ECECEC;
}

/* line 240, ../sass/components/_directory.scss */
.directory--events--event--link {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .3px;
}

/* line 245, ../sass/components/_directory.scss */
.directory--events--event--socials {
  text-align: right;
}

/* line 247, ../sass/components/_directory.scss */
.directory--events--event--socials img {
  margin-left: 5px;
  display: inline-block;
}

/* line 253, ../sass/components/_directory.scss */
.directory--events--no-listings {
  padding: 20px 0;
}

/* line 258, ../sass/components/_directory.scss */
.directory--events-nav {
  padding: 30px 0;
  text-align: center;
  position: relative;
}

/* line 262, ../sass/components/_directory.scss */
.directory--events-nav--prev {
  position: absolute;
  top: 40px;
  left: 0;
}

/* line 267, ../sass/components/_directory.scss */
.directory--events-nav--load-more {
  display: inline-block;
  margin: 0 auto;
}

/* line 270, ../sass/components/_directory.scss */
.directory--events-nav--load-more a {
  padding: 12px 34px 10px;
  display: inline-block;
  text-decoration: none;
  border: 1.5px solid #46B2F6;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.3pt;
  text-transform: uppercase;
  border-radius: 2px;
}

/* line 283, ../sass/components/_directory.scss */
.directory--events-nav--next {
  position: absolute;
  top: 40px;
  right: 0;
}

/* line 288, ../sass/components/_directory.scss */
.directory--events-nav--prev-next-link {
  font-weight: bold;
}

/* line 290, ../sass/components/_directory.scss */
.directory--events-nav--prev-next-link--link-text {
  color: #000;
}

/* line 293, ../sass/components/_directory.scss */
.directory--events-nav--prev-next-link--arrow {
  display: inline-block;
  margin-bottom: 3px;
}

/* line 297, ../sass/components/_directory.scss */
.directory--events-nav--prev-next-link--prev-arrow {
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 308, ../sass/components/_directory.scss */
.directory--media-press {
  margin-top: 72px;
}

/* line 310, ../sass/components/_directory.scss */
.directory--media-press h3 {
  padding-bottom: 25px;
  border-bottom: 2px solid #DBDBDB;
  font-style: italic;
  font-weight: 300;
}

/* line 316, ../sass/components/_directory.scss */
.directory--media-press--location {
  padding-top: 20px;
  border-bottom: 1px solid #ECECEC;
}

/* line 319, ../sass/components/_directory.scss */
.directory--media-press--location h4 {
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

/* line 325, ../sass/components/_directory.scss */
.directory--media-press--location--details-link {
  color: #9E9E9E;
}

/* line 328, ../sass/components/_directory.scss */
.directory--media-press--location--contact-info {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.5px;
  font-family: Helvetica, Arial, sans-serif;
}

/* line 334, ../sass/components/_directory.scss */
.directory--media-press--location--contact-info--subheader-name {
  font-weight: bold;
  color: #000;
  letter-spacing: 1.5px;
  display: block;
}

/* line 340, ../sass/components/_directory.scss */
.directory--media-press--location--contact-info--name {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #000;
  letter-spacing: 1.5px;
  display: block;
}

/* line 348, ../sass/components/_directory.scss */
.directory--media-press--location--contact-info--address {
  display: block;
  color: #000;
  font-weight: 300;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}

/* line 356, ../sass/components/_directory.scss */
.directory--media-press--location--contact-info--email {
  color: #818181;
  display: block;
  font-weight: 300;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}

/* line 364, ../sass/components/_directory.scss */
.directory--media-press--location--contact-info--phone {
  color: #818181;
  display: block;
  font-weight: 300;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}

/* line 374, ../sass/components/_directory.scss */
.directory--media-press--location:last-child {
  border-bottom: none;
}

/* line 379, ../sass/components/_directory.scss */
.directory--media-press--press--link {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  display: block;
}

/* line 3, ../sass/components/_contact-board.scss */
.contact-board {
  text-align: center;
  padding: 70px 0;
}

/* line 8, ../sass/components/_contact-board.scss */
.contact-board--learn-more {
  overflow-y: hidden;
  max-height: 1000px;
  transition: all 1s ease-in;
}

/* line 12, ../sass/components/_contact-board.scss */
.contact-board--learn-more--close {
  max-height: 0;
}

/* line 15, ../sass/components/_contact-board.scss */
.contact-board--learn-more--header {
  margin-bottom: 25px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}

/* line 23, ../sass/components/_contact-board.scss */
.contact-board--learn-more--btn {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  width: 153px;
  height: 39px;
  padding: 0;
  border-radius: 2px;
  border: 1.5px solid #000;
  background-color: transparent;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 39px;
  overflow: hidden;
  letter-spacing: 1.3pt;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  /* line 23, ../sass/components/_contact-board.scss */
  .contact-board--learn-more--btn {
    display: block;
    margin: 10px auto 0;
  }
}

/* line 44, ../sass/components/_contact-board.scss */
.contact-board--learn-more--btn:hover, .contact-board--learn-more--btn:active, .contact-board--learn-more--btn:visited {
  color: #000;
}

/* line 50, ../sass/components/_contact-board.scss */
.contact-board--details {
  text-align: left;
  overflow-y: hidden;
  max-height: 1000px;
  position: relative;
  transition: all 1s ease-in;
}

/* line 56, ../sass/components/_contact-board.scss */
.contact-board--details--close {
  max-height: 0;
}

/* line 59, ../sass/components/_contact-board.scss */
.contact-board--details--close-btn {
  width: 24px;
  height: 24px;
  background-image: url("../images/CLOSE_icon.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 68, ../sass/components/_contact-board.scss */
.contact-board--details--header {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}

/* line 77, ../sass/components/_contact-board.scss */
.contact-board--details--description {
  margin-bottom: 40px;
  font-family: "Sentinel SSm A", "Sentinel SSm B", serif;
}

/* line 81, ../sass/components/_contact-board.scss */
.contact-board--details--contact {
  font-size: 14px;
}

/* line 83, ../sass/components/_contact-board.scss */
.contact-board--details--contact--header {
  margin-bottom: 2px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 88, ../sass/components/_contact-board.scss */
.contact-board--details--contact--address {
  line-height: 20px;
}

/* line 91, ../sass/components/_contact-board.scss */
.contact-board--details--contact--email-phone {
  line-height: 20px;
}

/* line 93, ../sass/components/_contact-board.scss */
.contact-board--details--contact--email-phone--email {
  color: #818181;
  display: block;
}

/* line 96, ../sass/components/_contact-board.scss */
.contact-board--details--contact--email-phone--email:hover {
  color: #818181;
}

/* line 100, ../sass/components/_contact-board.scss */
.contact-board--details--contact--email-phone--phone {
  color: #818181;
  display: block;
}

/* line 103, ../sass/components/_contact-board.scss */
.contact-board--details--contact--email-phone--phone:hover {
  color: #818181;
}

@media (max-width: 767px) {
  /* line 3, ../sass/components/_insights-bullets.scss */
  .insights-bullets .container, .insights-bullets .recirculation > .spark-line, .insights-bullets .new-links-module > .spark-line, .insights-bullets .links-module > .spark-line {
    margin: 0 15px;
  }
}

/* line 9, ../sass/components/_insights-bullets.scss */
.insights-bullets .insights-bullets-points {
  border-top: 5px solid #4A90E2;
  background: #FFF;
  margin-right: -46px;
  margin-left: -46px;
}

@media (max-width: 767px) {
  /* line 9, ../sass/components/_insights-bullets.scss */
  .insights-bullets .insights-bullets-points {
    margin-right: -15px;
    margin-left: -15px;
  }
}

/* line 20, ../sass/components/_insights-bullets.scss */
.insights-bullets .insights-bullets-points .row {
  margin-left: 31px;
  margin-right: 31px;
}

@media (max-width: 767px) {
  /* line 20, ../sass/components/_insights-bullets.scss */
  .insights-bullets .insights-bullets-points .row {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 30, ../sass/components/_insights-bullets.scss */
.insights-bullets .insights-bullets-points p {
  padding-right: 0;
}

/* line 35, ../sass/components/_insights-bullets.scss */
.insights-bullets .insights-bullet {
  position: relative;
}

/* line 38, ../sass/components/_insights-bullets.scss */
.insights-bullets .insights-bullet .insights-bullet-check {
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 11px;
  overflow: hidden;
}

/* line 48, ../sass/components/_insights-bullets.scss */
.insights-bullets h4 {
  padding: 30px 0 24px;
  text-align: center;
  /* INSIGHTS IN BRIEF: */
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1.6px;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 48, ../sass/components/_insights-bullets.scss */
  .insights-bullets h4 {
    padding: 21px 0 28px;
  }
}

/* line 63, ../sass/components/_insights-bullets.scss */
.insights-bullets p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 16px;
  line-height: 25px;
  padding: 0 17px 0 25px;
}

@media (max-width: 767px) {
  /* line 63, ../sass/components/_insights-bullets.scss */
  .insights-bullets p {
    padding: 0 17px 18px 25px;
  }
  /* line 73, ../sass/components/_insights-bullets.scss */
  .insights-bullets p:last {
    padding-bottom: 20px;
  }
}

/* line 79, ../sass/components/_insights-bullets.scss */
.insights-bullets hr {
  border: 0px;
  border-top: 1px solid #DEDEDE;
  margin: 16px 0 0;
}

/* line 87, ../sass/components/_insights-bullets.scss */
.article-shift-up-wrapper {
  position: relative;
  top: -89px;
  z-index: 0;
}

/* line 92, ../sass/components/_insights-bullets.scss */
.article-shift-up-wrapper .recirculation {
  padding-bottom: 0;
}

/* line 96, ../sass/components/_insights-bullets.scss */
.article-shift-up-wrapper .insights-bullets {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 87, ../sass/components/_insights-bullets.scss */
  .article-shift-up-wrapper {
    top: -66px;
  }
  /* line 103, ../sass/components/_insights-bullets.scss */
  .article-shift-up-wrapper .recirculation {
    padding-bottom: 13px;
  }
}

/* line 3, ../sass/components/_bio-byline.scss */
.bio-byline .insights-author__bio {
  padding: 44px 0 41px;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.bio-byline .insights-author__bio:before, .bio-byline .insights-author__bio:after {
  content: " ";
  display: table;
}

/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.bio-byline .insights-author__bio:after {
  clear: both;
}

/* line 7, ../sass/components/_bio-byline.scss */
.bio-byline .insights-author__bio .portrait {
  display: block;
  width: 143px;
  height: 143px;
  border: 0px;
}

@media (max-width: 767px) {
  /* line 7, ../sass/components/_bio-byline.scss */
  .bio-byline .insights-author__bio .portrait {
    float: none;
    width: 154px;
    height: 154px;
  }
}

/* line 20, ../sass/components/_bio-byline.scss */
.bio-byline .insights-author__bio .text {
  text-align: left;
  margin-left: 195px;
  padding-top: 11px;
}

@media (max-width: 767px) {
  /* line 20, ../sass/components/_bio-byline.scss */
  .bio-byline .insights-author__bio .text {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 29, ../sass/components/_bio-byline.scss */
  .bio-byline .insights-author__bio .text .name-title-combo {
    padding-top: 19px;
  }
}

/* line 35, ../sass/components/_bio-byline.scss */
.bio-byline .insights-author__bio .text .author {
  display: inline-block;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 20px;
  color: #272727;
  line-height: 24px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  /* line 35, ../sass/components/_bio-byline.scss */
  .bio-byline .insights-author__bio .text .author {
    display: block;
    font-size: 26px;
    line-height: 40px;
  }
}

/* line 50, ../sass/components/_bio-byline.scss */
.bio-byline .insights-author__bio .text .title {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #717171;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  /* line 50, ../sass/components/_bio-byline.scss */
  .bio-byline .insights-author__bio .text .title {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    padding-top: 21px;
  }
}

@media (max-width: 767px) {
  /* line 67, ../sass/components/_bio-byline.scss */
  .bio-byline .insights-author__bio .text dash {
    display: none;
  }
}

/* line 73, ../sass/components/_bio-byline.scss */
.bio-byline .insights-author__bio .text p {
  padding: 14px 60px 16px 0;
  margin: 0;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 16px;
  color: #000;
  line-height: 29px;
}

@media (max-width: 767px) {
  /* line 73, ../sass/components/_bio-byline.scss */
  .bio-byline .insights-author__bio .text p {
    padding: 28px 0 26px;
    font-size: 20px;
    line-height: 30px;
  }
}

/* line 88, ../sass/components/_bio-byline.scss */
.bio-byline .insights-author__bio .text .arrow-cta {
  display: inline-block;
  color: #56B5F6;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  background: url("/craft/assets/images/img.insights.linkout.svg") no-repeat right -1px;
  padding-right: 27px;
}

/* line 98, ../sass/components/_bio-byline.scss */
.bio-byline .insights-author__bio .text .arrow-cta:hover {
  background-image: url("/craft/assets/images/img.insights.linkout.hover.svg");
  color: #23527c;
}

/* line 115, ../sass/components/_bio-byline.scss */
.bio-byline hr {
  border: 0px;
  border-top: 1px solid #DEDEDE;
  margin: 0;
}

/* line 3, ../sass/components/_insights-social-share.scss */
.insights-social-share .social-share {
  text-align: center;
  line-height: 1;
  padding: 44px 0 42px;
}

@media (max-width: 767px) {
  /* line 3, ../sass/components/_insights-social-share.scss */
  .insights-social-share .social-share {
    padding: 45px 0;
  }
}

/* line 12, ../sass/components/_insights-social-share.scss */
.insights-social-share .social-share a {
  display: inline-block;
  margin: 0 13px;
  width: 51px;
  height: 51px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -10000px;
  size: 1px;
  color: #FFF;
}

@media (max-width: 767px) {
  /* line 12, ../sass/components/_insights-social-share.scss */
  .insights-social-share .social-share a {
    width: 38px;
    height: 38px;
    margin: 0 8px;
  }
}

/* line 31, ../sass/components/_insights-social-share.scss */
.insights-social-share .social-share a.twitter {
  background-image: url("/craft/assets/images/img.social.twitter.svg");
}

/* line 35, ../sass/components/_insights-social-share.scss */
.insights-social-share .social-share a.facebook {
  background-image: url("/craft/assets/images/img.social.facebook.svg");
}

/* line 39, ../sass/components/_insights-social-share.scss */
.insights-social-share .social-share a.linkedin {
  background-image: url("/craft/assets/images/img.social.linkedin.svg");
}

/* line 43, ../sass/components/_insights-social-share.scss */
.insights-social-share .social-share a.email {
  background-image: url("/craft/assets/images/img.social.email.svg");
}

/* line 47, ../sass/components/_insights-social-share.scss */
.insights-social-share .social-share a.print {
  background-image: url("/craft/assets/images/img.social.print.svg");
}

/* line 1, ../sass/components/_image-show-hide.scss */
.image-show-hide {
  background: #1788D2;
  text-align: center;
  padding: 84px 0;
}

/* line 6, ../sass/components/_image-show-hide.scss */
.image-show-hide .svg-icon {
  display: inline-block;
}

/* line 9, ../sass/components/_image-show-hide.scss */
.image-show-hide .svg-icon svg {
  fill: #fff;
}

/* line 14, ../sass/components/_image-show-hide.scss */
.image-show-hide h4 {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  padding: 30px 8% 30px;
}

@media (max-width: 767px) {
  /* line 14, ../sass/components/_image-show-hide.scss */
  .image-show-hide h4 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 45px;
  }
}

/* line 32, ../sass/components/_image-show-hide.scss */
.image-show-hide .image-drawer .drawer {
  display: none;
  padding: 26px 0 53px;
}

@media (max-width: 767px) {
  /* line 32, ../sass/components/_image-show-hide.scss */
  .image-show-hide .image-drawer .drawer {
    padding-top: 11px;
  }
}

/* line 43, ../sass/components/_image-show-hide.scss */
.image-show-hide .image-drawer.open-drawer .drawer {
  display: block;
}

/* line 47, ../sass/components/_image-show-hide.scss */
.image-show-hide .image-drawer.open-drawer .drawer-trigger {
  background: none;
}

/* line 50, ../sass/components/_image-show-hide.scss */
.image-show-hide .image-drawer.open-drawer .drawer-trigger .hide-text {
  display: inline;
}

/* line 54, ../sass/components/_image-show-hide.scss */
.image-show-hide .image-drawer.open-drawer .drawer-trigger .show-text {
  display: none;
}

/* line 58, ../sass/components/_image-show-hide.scss */
.image-show-hide .image-drawer.open-drawer .drawer-trigger:before, .image-show-hide .image-drawer.open-drawer .drawer-trigger:after {
  display: block;
}

/* line 69, ../sass/components/_image-show-hide.scss */
.image-show-hide .drawer-trigger {
  display: inline-block;
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 20px;
  background: url("/craft/assets/images/img.white.arrow.svg") no-repeat right 4px;
  padding-right: 28px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  /* line 69, ../sass/components/_image-show-hide.scss */
  .image-show-hide .drawer-trigger {
    font-size: 16px;
    letter-spacing: 2.46px;
    line-height: 20px;
    background-position: right 3px;
  }
}

/* line 90, ../sass/components/_image-show-hide.scss */
.image-show-hide .drawer-trigger .hide-text {
  display: none;
}

/* line 94, ../sass/components/_image-show-hide.scss */
.image-show-hide .drawer-trigger .show-text {
  display: inline;
}

/* line 98, ../sass/components/_image-show-hide.scss */
.image-show-hide .drawer-trigger:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 103, ../sass/components/_image-show-hide.scss */
.image-show-hide .drawer-trigger:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
  right: 6px;
}

/* line 109, ../sass/components/_image-show-hide.scss */
.image-show-hide .drawer-trigger:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
  right: -3px;
}

/* line 115, ../sass/components/_image-show-hide.scss */
.image-show-hide .drawer-trigger:before, .image-show-hide .drawer-trigger:after {
  content: " ";
  display: none;
  width: 15px;
  height: 15px;
  border-top: 2px solid #FFF;
  position: absolute;
}

@media (max-width: 767px) {
  /* line 115, ../sass/components/_image-show-hide.scss */
  .image-show-hide .drawer-trigger:before, .image-show-hide .drawer-trigger:after {
    top: 6px;
  }
}

/* line 1, ../sass/components/_related-topics.scss */
.related-topics {
  padding: 32px 0 0;
}

/* line 4, ../sass/components/_related-topics.scss */
.related-topics .tags {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 16px;
  color: #000000;
  line-height: 20px;
}

/* line 15, ../sass/components/_related-topics.scss */
.related-topics .tags .links {
  color: #2190DC;
}

/* line 18, ../sass/components/_related-topics.scss */
.related-topics .tags .links a {
  color: #2190DC;
}

/* line 21, ../sass/components/_related-topics.scss */
.related-topics .tags .links a:hover {
  color: #23527c;
}

/* line 1, ../sass/components/_insights-contact-us.scss */
.insights-contact-us {
  text-align: center;
}

@media (min-width: 767px) {
  /* line 1, ../sass/components/_insights-contact-us.scss */
  .insights-contact-us {
    text-align: left;
  }
}

/* line 8, ../sass/components/_insights-contact-us.scss */
.insights-contact-us--wrapper {
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}

@media (min-width: 768px) {
  /* line 8, ../sass/components/_insights-contact-us.scss */
  .insights-contact-us--wrapper {
    padding-left: 10px;
  }
}

/* line 18, ../sass/components/_insights-contact-us.scss */
.insights-contact-us--label {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  /* line 18, ../sass/components/_insights-contact-us.scss */
  .insights-contact-us--label {
    margin-bottom: auto;
    margin-right: 5px;
    font-size: 12px;
    letter-spacing: 1.5px;
    display: inline;
  }
}

/* line 35, ../sass/components/_insights-contact-us.scss */
.insights-contact-us--link {
  width: 300px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 24px;
  color: #03A8F5;
  line-height: 29px;
  cursor: pointer;
}

@media (min-width: 768px) {
  /* line 35, ../sass/components/_insights-contact-us.scss */
  .insights-contact-us--link {
    width: auto;
    font-size: 18px;
    line-height: 20px;
    display: inline;
  }
}

/* line 50, ../sass/components/_insights-contact-us.scss */
.insights-contact-us--link img {
  margin-left: 5px;
  position: relative;
  top: -2px;
}

@media (max-width: 767px) {
  /* line 50, ../sass/components/_insights-contact-us.scss */
  .insights-contact-us--link img {
    display: none;
  }
}

/* line 60, ../sass/components/_insights-contact-us.scss */
.insights-contact-us--link img.regular {
  display: inline-block;
}

/* line 63, ../sass/components/_insights-contact-us.scss */
.insights-contact-us--link img.hover {
  display: none;
}

/* line 68, ../sass/components/_insights-contact-us.scss */
.insights-contact-us--link:hover img.regular {
  display: none;
}

/* line 71, ../sass/components/_insights-contact-us.scss */
.insights-contact-us--link:hover img.hover {
  display: inline-block;
}

/* line 1, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets {
  padding: 50px 0;
}

/* line 5, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets h2 {
  color: #272727;
}

@media (max-width: 767px) {
  /* line 5, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets h2 {
    font-size: 34px;
  }
}

/* line 13, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--main {
  margin-bottom: 40px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
}

@media (min-width: 767px) {
  /* line 13, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--main {
    margin-bottom: auto;
  }
}

/* line 19, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--main p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 29px;
  color: #000;
}

@media (max-width: 767px) {
  /* line 19, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--main p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  /* line 33, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar h3 {
    font-size: 28px;
  }
}

/* line 39, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--sidebar p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  line-height: 21px;
  font-size: 16px;
}

@media (max-width: 767px) {
  /* line 39, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar p {
    font-size: 20px;
  }
}

/* line 48, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--sidebar ul {
  padding-left: 25px;
}

@media (min-width: 500px) {
  /* line 48, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar ul {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  /* line 48, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar ul {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

/* line 58, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--sidebar ul li {
  padding-left: 1em;
  margin-bottom: 5px;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  line-height: 29px;
  color: #000;
  font-size: 16px;
}

@media (max-width: 499px) {
  /* line 58, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar ul li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* line 73, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--sidebar ul li:before {
  font-family: 'FontAwesome';
  content: '\F111';
  margin-top: -3px;
  margin-left: -20px;
  color: #03A8F5;
  font-size: 8px;
  position: absolute;
}

@media (min-width: 500px) {
  /* line 73, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar ul li:before {
    margin-top: 0;
    font-size: 6px;
  }
}

/* line 88, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--sidebar ol {
  padding-left: 25px;
  counter-reset: item;
}

@media (min-width: 500px) {
  /* line 88, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar ol {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  /* line 88, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar ol {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

/* line 100, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--sidebar ol li {
  padding-left: 1em;
  margin-bottom: 5px;
  position: relative;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  line-height: 29px;
  color: #000;
  font-size: 17px;
}

@media (max-width: 499px) {
  /* line 100, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar ol li {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* line 116, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets--sidebar ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-size: 17px !important;
  margin-top: -3px;
  margin-left: -25px;
  color: #03A8F5;
  font-size: 8px;
  position: absolute;
}

@media (min-width: 500px) {
  /* line 116, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets--sidebar ol li:before {
    margin-top: 0;
    font-size: 6px;
  }
}

/* line 138, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets .sidebar-in-content {
  display: none;
}

@media (min-width: 769px) {
  /* line 138, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets .sidebar-in-content {
    display: inline-block;
    margin-top: 6px;
  }
}

/* line 146, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets .sidebar-in-content-below {
  display: none;
}

@media (max-width: 768px) {
  /* line 146, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets .sidebar-in-content-below {
    display: inline-block;
    margin-bottom: 20px;
  }
}

@media (min-width: 500px) {
  /* line 154, ../sass/components/_paragraph-with-bullets.scss */
  .paragraph-with-bullets .sidebar-in-content-below .paragraph-with-bullets--sidebar ul {
    padding-left: 6px;
  }
}

/* line 162, ../sass/components/_paragraph-with-bullets.scss */
.paragraph-with-bullets + section.wysiwyg {
  padding-top: 0;
  margin-top: -60px;
}

/* line 1, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics {
  padding: 50px 0;
}

/* line 5, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics h2 {
  color: #272727;
}

@media (max-width: 767px) {
  /* line 5, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics h2 {
    font-size: 34px;
  }
}

/* line 13, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics--main {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 16px;
  color: #272727;
  line-height: 29px;
}

/* line 19, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics--main p {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 19, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics--main p {
    font-size: 20px;
  }
}

/* line 30, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics--value-column {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 30, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics--value-column {
    text-align: inherit;
  }
}

/* line 37, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics--value-wrapper {
  width: 205px;
  margin: 0 auto;
  text-align: left;
  border-left: 10px solid #f2f2f2;
  position: relative;
}

@media (min-width: 768px) {
  /* line 37, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics--value-wrapper {
    float: right;
  }
}

/* line 51, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics--value {
  color: #1DA8F5;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 94px;
  font-weight: bold;
  position: relative;
  display: block;
  margin: 0 0 0 10px;
}

/* line 63, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics--value-description {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 14px;
  color: #8C8C8C;
  line-height: 20px;
  position: relative;
  display: block;
  margin: 80px 0 20px 15px;
}

/* line 77, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics .sidebar-in-content {
  display: none;
}

@media (min-width: 769px) {
  /* line 77, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics .sidebar-in-content {
    display: inline-block;
    margin: 6px 80px 50px 50px;
  }
}

@media (min-width: 768px) {
  /* line 77, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics .sidebar-in-content {
    margin-left: 60px;
  }
}

@media (min-width: 769px) {
  /* line 88, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics .sidebar-in-content.pull-left {
    margin: 6px 80px 40px 0px;
  }
}

/* line 94, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics .sidebar-in-content-below {
  display: none;
}

@media (max-width: 768px) {
  /* line 94, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics .sidebar-in-content-below {
    display: inline-block;
    margin-bottom: 40px;
    text-align: center;
  }
  /* line 102, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics .sidebar-in-content-below .paragraph-with-metrics--value-wrapper {
    float: none;
    width: 300px;
  }
  /* line 109, ../sass/components/_paragraph-with-metrics.scss */
  .paragraph-with-metrics .sidebar-in-content-below .paragraph-with-metrics--value-description {
    margin: 0px 0 30px 15px;
    padding-bottom: 15px;
  }
}

/* line 120, ../sass/components/_paragraph-with-metrics.scss */
.paragraph-with-metrics + section.wysiwyg {
  padding-top: 0;
  margin-top: -60px;
}

/* line 1, ../sass/components/_read-more.scss */
#read-more {
  margin-top: 40px;
}

/* line 5, ../sass/components/_read-more.scss */
#read-more.activate #read-more-drawer {
  height: 1100px;
  overflow: hidden;
}

/* line 10, ../sass/components/_read-more.scss */
#read-more.activate #read-more-trigger {
  display: block;
}

/* line 18, ../sass/components/_read-more.scss */
#read-more.article-shift-up-wrapper {
  margin-top: 0px;
}

/* line 25, ../sass/components/_read-more.scss */
#read-more-drawer .insights-bullets + .wysiwyg,
#read-more-drawer .wysiwyg + .paragraph-with-metrics,
#read-more-drawer .wysiwyg + .footnotes,
#read-more-drawer .wysiwyg + .emphasis-line,
#read-more-drawer .emphasis-line + .wysiwyg,
#read-more-drawer .related-solutions-tout + .wysiwyg {
  padding-top: 0;
}

/* line 34, ../sass/components/_read-more.scss */
#read-more-drawer .insights-contact-us + .wysiwyg,
#read-more-drawer .related-solutions-tout + .wysiwyg {
  padding-top: 40px;
}

/* line 39, ../sass/components/_read-more.scss */
#read-more-drawer .wysiwyg {
  padding-bottom: 20px;
}

/* line 43, ../sass/components/_read-more.scss */
#read-more-drawer .wysiwyg + .emphasis-line {
  padding-bottom: 15px;
  margin-bottom: 20px;
}

/* line 48, ../sass/components/_read-more.scss */
#read-more-drawer .wysiwyg:first-child {
  padding-top: 0;
}

/* line 52, ../sass/components/_read-more.scss */
#read-more-drawer .wysiwyg:first-child .no-header-add-padding {
  padding-top: 0;
}

/* line 56, ../sass/components/_read-more.scss */
#read-more-drawer .wysiwyg:last-child {
  padding-bottom: 0;
}

/* line 60, ../sass/components/_read-more.scss */
#read-more-drawer .wysiwyg:first-child h1.wysiwyg__header {
  margin-top: 0px;
}

/* line 64, ../sass/components/_read-more.scss */
#read-more-drawer .wysiwyg:first-child .wysiwyg__lists hr:first-child {
  margin-top: -5px;
}

/* line 68, ../sass/components/_read-more.scss */
#read-more-drawer .wysiwyg-950XL {
  margin-top: 0;
}

/* line 72, ../sass/components/_read-more.scss */
#read-more-drawer section.insights-bullets + section.wysiwyg div.body-content--video--video {
  margin-top: -20px;
}

/* line 76, ../sass/components/_read-more.scss */
#read-more-drawer section.insights-bullets + section.wysiwyg h1.wysiwyg__header {
  margin-top: 0px;
}

/* line 82, ../sass/components/_read-more.scss */
#read-more-trigger {
  display: none;
  text-align: center;
  position: relative;
  margin-bottom: 53px;
}

/* line 88, ../sass/components/_read-more.scss */
#read-more-trigger:before {
  content: " ";
  background: url("/craft/assets/images/img.readmore.fadeout.png") repeat-x 0 0;
  display: block;
  height: 75px;
  width: 100%;
  position: absolute;
  top: -75px;
  left: 0;
}

/* line 99, ../sass/components/_read-more.scss */
#read-more-trigger span {
  display: inline-block;
  padding: 18px 34px 13px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #2C86EE;
  letter-spacing: 1.39px;
  line-height: 20px;
  border: 2px solid #2A82EA;
  border-radius: 2px;
  text-transform: uppercase;
  cursor: pointer;
  /* CONTINUE READING: */
}

/* line 3, ../sass/components/_next-article.scss */
.next-article .container, .next-article .recirculation > .spark-line, .next-article .new-links-module > .spark-line, .next-article .links-module > .spark-line {
  text-align: right;
}

/* line 7, ../sass/components/_next-article.scss */
.next-article a {
  display: inline-block;
  width: 47%;
  text-align: right;
  background: url("/craft/assets/images/img.insights.linkout.svg") no-repeat right 50%;
  padding-right: 50px;
  margin: 35px 0 32px;
  color: #000000;
}

/* line 16, ../sass/components/_next-article.scss */
.next-article a:hover {
  background-image: url("/craft/assets/images/img.insights.linkout.hover.svg");
  color: #23527C;
}

@media (max-width: 1199px) {
  /* line 7, ../sass/components/_next-article.scss */
  .next-article a {
    width: 59%;
  }
}

@media (max-width: 767px) {
  /* line 7, ../sass/components/_next-article.scss */
  .next-article a {
    width: auto;
  }
}

/* line 28, ../sass/components/_next-article.scss */
.next-article a strong {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 1.5px;
  line-height: 24px;
  display: block;
  text-transform: uppercase;
}

/* line 39, ../sass/components/_next-article.scss */
.next-article a span {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  line-height: 27px;
}

/* line 48, ../sass/components/_next-article.scss */
.next-article hr {
  border: 0px;
  border-top: 1px solid #DEDEDE;
  margin: 0px;
}

/* line 1, ../sass/components/_emphasis-line.scss */
.emphasis-line {
  padding: 50px 0;
  text-align: center;
  color: #31BB83;
  font-size: 28px;
  line-height: 40px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: italic;
}

@media (min-width: 768px) {
  /* line 1, ../sass/components/_emphasis-line.scss */
  .emphasis-line {
    padding: 100px 0;
  }
}

/* line 14, ../sass/components/_emphasis-line.scss */
.emphasis-line--copy {
  width: 290px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  /* line 14, ../sass/components/_emphasis-line.scss */
  .emphasis-line--copy {
    width: 500px;
  }
}

@media (min-width: 768px) {
  /* line 14, ../sass/components/_emphasis-line.scss */
  .emphasis-line--copy {
    width: auto;
  }
}

/* line 1, ../sass/components/_footnotes.scss */
.footnotes {
  padding-top: 32px;
}

/* line 4, ../sass/components/_footnotes.scss */
.footnotes ol {
  counter-reset: list;
  margin-left: 7px;
}

/* line 8, ../sass/components/_footnotes.scss */
.footnotes ol li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #8B8B8B;
  line-height: 19px;
  position: relative;
  z-index: 0;
  padding-bottom: 13px;
}

/* line 17, ../sass/components/_footnotes.scss */
.footnotes ol li:before {
  counter-increment: list;
  content: counter(list);
  color: #8B8B8B;
  position: absolute;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 8px;
  line-height: 19px;
  top: -3px;
  left: -7px;
}

/* line 29, ../sass/components/_footnotes.scss */
.footnotes ol li:last-child {
  padding-bottom: 0;
}

/* line 35, ../sass/components/_footnotes.scss */
.footnotes p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  color: #8B8B8B;
  line-height: 19px;
}

/* line 45, ../sass/components/_footnotes.scss */
body.press-release-page .wysiwyg.last-wysiwyg {
  padding-bottom: 20px;
}

/* line 49, ../sass/components/_footnotes.scss */
body.press-release-page .footnotes {
  padding-top: 0px;
  margin-top: 20px;
}

/* line 57, ../sass/components/_footnotes.scss */
body.basic-page .footnotes {
  padding: 0px 0 40px;
  margin-top: -30px;
}

/* line 3, ../sass/components/_insights-search-bar.scss */
.insights-search-bar {
  padding: 0;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 3, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar {
    text-align: left;
  }
}

/* line 11, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .container, .insights-search-bar .recirculation > .spark-line, .insights-search-bar .new-links-module > .spark-line, .insights-search-bar .links-module > .spark-line {
  position: relative;
}

@media (min-width: 768px) {
  /* line 11, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .container, .insights-search-bar .recirculation > .spark-line, .insights-search-bar .new-links-module > .spark-line, .insights-search-bar .links-module > .spark-line {
    padding: 35px 0 45px 0;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .container, .insights-search-bar .recirculation > .spark-line, .insights-search-bar .new-links-module > .spark-line, .insights-search-bar .links-module > .spark-line {
    position: relative;
  }
}

/* line 26, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .container:before, .insights-search-bar .recirculation > .spark-line:before, .insights-search-bar .new-links-module > .spark-line:before, .insights-search-bar .links-module > .spark-line:before {
  content: ' ';
  position: absolute;
  top: -10px;
  left: 20%;
  display: block;
  width: 20px;
  height: 20px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #FFF;
}

@media (max-width: 767px) {
  /* line 26, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .container:before, .insights-search-bar .recirculation > .spark-line:before, .insights-search-bar .new-links-module > .spark-line:before, .insights-search-bar .links-module > .spark-line:before {
    display: none;
  }
}

/* line 41, ../sass/components/_insights-search-bar.scss */
body.homepage .insights-search-bar .container:before, body.homepage .insights-search-bar .recirculation > .spark-line:before, body.homepage .insights-search-bar .new-links-module > .spark-line:before, body.homepage .insights-search-bar .links-module > .spark-line:before {
  display: none;
}

/* line 47, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--mobile-intro {
  margin: 0 auto;
  padding: 10px 0 20px 0;
  cursor: pointer;
  text-align: left;
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  /* line 47, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--mobile-intro {
    display: none !important;
  }
}

/* line 59, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--mobile-intro--open-btn {
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 0;
}

/* line 67, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--opaque-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

/* line 77, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .insights-search-bar__expandable {
  padding: 0;
  display: none;
}

@media (min-width: 768px) {
  /* line 77, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .insights-search-bar__expandable {
    display: block !important;
  }
}

/* line 85, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--form {
  margin: 0px auto;
}

@media (min-width: 768px) {
  /* line 85, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--form {
    width: inherit;
    margin: inherit;
  }
}

/* line 97, ../sass/components/_insights-search-bar.scss */
.insights-search-bar__expandable {
  padding: 40px 0 30px 0;
  position: relative;
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  /* line 97, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar__expandable {
    padding: 10px 0;
  }
}

@media (min-width: 1200px) {
  /* line 97, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar__expandable {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  /* line 97, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar__expandable {
    position: inherit;
  }
}

/* line 113, ../sass/components/_insights-search-bar.scss */
.insights-search-bar__expandable--close-btn {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 0;
}

@media (min-width: 768px) {
  /* line 113, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar__expandable--close-btn {
    display: none;
  }
}

/* line 125, ../sass/components/_insights-search-bar.scss */
.insights-search-bar #search-bar-v2 {
  line-height: 38px;
}

/* line 129, ../sass/components/_insights-search-bar.scss */
.insights-search-bar #search-bar-v1, .insights-search-bar #search-bar-v2 {
  display: block;
  padding: 61px 0 47px;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.insights-search-bar #search-bar-v1:before, .insights-search-bar #search-bar-v1:after, .insights-search-bar #search-bar-v2:before, .insights-search-bar #search-bar-v2:after {
  content: " ";
  display: table;
}

/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.insights-search-bar #search-bar-v1:after, .insights-search-bar #search-bar-v2:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 129, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar #search-bar-v1, .insights-search-bar #search-bar-v2 {
    padding: 0 0 10px;
  }
}

@media (min-width: 1170px) {
  /* line 129, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar #search-bar-v1, .insights-search-bar #search-bar-v2 {
    padding: 0;
  }
}

@media (max-width: 1169px) {
  /* line 129, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar #search-bar-v1, .insights-search-bar #search-bar-v2 {
    float: none;
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 1200px) {
  /* line 146, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar #search-bar-v1 {
    float: none;
    width: 870px;
    padding: 0;
    margin: 0 auto;
  }
}

@media (max-width: 1169px) {
  /* line 146, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar #search-bar-v1 {
    width: auto;
    padding: 0 0 10px;
    margin: 0;
  }
}

/* line 161, ../sass/components/_insights-search-bar.scss */
.insights-search-bar #search-bar-v1 .button {
  display: block;
  float: left;
}

@media (max-width: 1200px) {
  /* line 161, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar #search-bar-v1 .button {
    float: none;
    width: 200px;
    margin: 0 auto 20px;
    position: relative;
    top: 20px;
  }
}

@media (max-width: 1169px) {
  /* line 161, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar #search-bar-v1 .button {
    float: none;
    width: 100%;
    margin: 0;
    position: static;
    top: 0;
  }
}

/* line 184, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--title {
  margin: 13px 2px 0 0px;
  display: inline-block;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  /* line 184, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--title {
    margin-right: 0;
    font-size: 20px;
  }
}

/* line 196, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--title--mobile {
  display: inline;
}

@media (min-width: 768px) {
  /* line 196, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--title--mobile {
    display: none;
  }
}

/* line 204, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .insights-search-bar--copy-wrapper {
  padding-left: 14px;
}

/* line 208, ../sass/components/_insights-search-bar.scss */
.insights-search-bar label {
  margin-right: 1px;
  display: inline-block;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 22px;
  font-weight: 300;
  color: #000;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 208, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar label {
    margin-right: 0;
    font-size: 20px;
  }
}

/* line 220, ../sass/components/_insights-search-bar.scss */
.insights-search-bar label.insights-search-bar--label-mobile {
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 220, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar label.insights-search-bar--label-mobile {
    display: none;
  }
}

/* line 228, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .select-wrapper {
  display: inline-block;
}

/* line 230, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .select-wrapper .bootstrap-select {
  width: inherit !important;
  height: 32px;
  padding-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  /* line 230, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .select-wrapper .bootstrap-select {
    margin-right: 0;
  }
}

/* line 242, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .btn-group {
  position: inherit;
}

@media (min-width: 1200px) {
  /* line 242, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .btn-group {
    position: relative;
  }
}

/* line 249, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .dropup .dropdown-menu.open {
  width: 100%;
  top: 0;
  left: 0;
  bottom: inherit;
}

@media (min-width: 1200px) {
  /* line 249, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .dropup .dropdown-menu.open {
    width: inherit;
    top: auto;
    bottom: 100%;
  }
}

/* line 261, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .dropdown-menu.open {
  width: 100%;
  max-height: 250px !important;
  top: 0;
  left: 0;
  bottom: inherit;
}

@media (min-width: 1200px) {
  /* line 261, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .dropdown-menu.open {
    width: inherit;
    top: 100%;
    bottom: inherit;
  }
}

/* line 274, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .dropdown-menu .selected a {
  color: #02A8F4 !important;
}

/* line 278, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select {
  background: transparent;
}

@media (max-width: 1169px) {
  /* line 278, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .bootstrap-select {
    width: 100% !important;
  }
}

/* line 285, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select button {
  margin: -7px 13px 0 0;
  padding: 0;
  background: transparent;
  border: 0px;
  border-radius: 0px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 22px;
  font-weight: 300;
  color: #03a8f5;
}

@media (min-width: 768px) {
  /* line 285, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .bootstrap-select button {
    margin: -5px 13px 0 0;
    font-size: 20px;
  }
}

/* line 301, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select button:focus {
  outline: none !important;
}

/* line 305, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select button span.filter-option {
  text-transform: capitalize;
  position: relative;
  top: 2px;
  border-bottom: solid 1.4px #2AB7F6;
}

/* line 312, ../sass/components/_insights-search-bar.scss */
html.ie10 .insights-search-bar .bootstrap-select button span.filter-option {
  top: 1px;
  border-bottom: solid 1.4px #2AB7F6;
}

/* line 317, ../sass/components/_insights-search-bar.scss */
html.ie11 .insights-search-bar .bootstrap-select button span.filter-option {
  top: 1px;
  border-bottom: solid 1.4px #2AB7F6;
}

/* line 326, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select button.dropdown-toggle:hover span.filter-option {
  border-bottom: solid 1px #2AB7F6;
}

@media (max-width: 1169px) {
  /* line 285, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .bootstrap-select button {
    width: 100%;
  }
}

@media (max-width: 400px) {
  /* line 285, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .bootstrap-select button {
    padding-left: 0;
  }
}

/* line 340, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select button span.caret {
  height: 7px !important;
  width: 12px !important;
  background: url("/craft/assets/images/angle-arrow-down.png") !important;
  background-size: cover !important;
  top: 16px !important;
  right: 2px !important;
}

/* line 341, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select button span.caret::before, .insights-search-bar .bootstrap-select button span.caret::after {
  display: none !important;
}

/* line 352, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select button.dropdown-toggle {
  box-shadow: none;
  background-color: inherit;
  border-color: inherit;
  color: #02A8F4;
}

/* line 357, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select button.dropdown-toggle:hover {
  background-color: inherit;
  border-color: inherit;
  color: #02A8F4;
}

/* line 368, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select.active button.dropdown-toggle {
  color: #02A8F4;
}

/* line 370, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select.active button.dropdown-toggle:hover {
  color: #02A8F4;
}

/* line 379, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select .dropdown-menu {
  border-radius: 2px;
  box-shadow: inherit;
  border: none;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 18px;
  color: #000;
}

@media (min-width: 768px) {
  /* line 379, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar .bootstrap-select .dropdown-menu {
    font-size: 20px;
  }
}

/* line 390, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select .dropdown-menu.inner {
  max-height: 200px !important;
  padding: 15px 30px;
}

/* line 395, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select .dropdown-menu > li > a {
  padding: 7px 0;
  color: #000;
  background-color: #fff;
}

/* line 400, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select .dropdown-menu > li > a:hover {
  color: #02A8F4;
  background-color: #fff;
}

/* line 406, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select .dropdown-menu li {
  border-bottom: solid 1px #E9E9E9;
}

/* line 408, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select .dropdown-menu li span.text {
  text-transform: capitalize;
  font-weight: 300;
}

/* line 412, ../sass/components/_insights-search-bar.scss */
.insights-search-bar .bootstrap-select .dropdown-menu li:last-child {
  border-bottom: none;
}

/* line 421, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--mobile-contact-line {
  margin: 40px 0 25px 0;
  display: block;
  border-bottom: dashed 1px #03a8f5;
}

@media (min-width: 768px) {
  /* line 421, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--mobile-contact-line {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 430, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--copy-wrapper {
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  /* line 430, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--copy-wrapper {
    width: 820px;
    margin-top: -5px;
  }
}

/* line 440, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--submit {
  color: #03a8f5;
  font-size: 19px;
  text-transform: uppercase;
  display: block;
  width: 163px;
  height: 53px;
  padding: 0;
  margin: 20px auto 20px auto;
  border-radius: 2px;
  border: 1.5px solid #03a8f5;
  background-color: transparent;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 52px;
  overflow: hidden;
  letter-spacing: 1.3pt;
  cursor: pointer;
}

/* line 462, ../sass/components/_insights-search-bar.scss */
.insights-search-bar--submit:hover {
  background-color: transparent;
  color: #054296;
  border-color: #054296;
}

@media (min-width: 768px) {
  /* line 440, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--submit {
    margin: 20px 0 0 14px;
  }
}

@media (min-width: 480px) {
  /* line 440, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--submit {
    width: 120px;
    height: 43px;
    font-size: 12px;
    line-height: 43px;
  }
}

@media (min-width: 1200px) {
  /* line 440, ../sass/components/_insights-search-bar.scss */
  .insights-search-bar--submit {
    display: inline-block;
    position: absolute;
    top: -11px;
    right: 12px;
  }
}

/* line 3, ../sass/components/_contact-us.scss */
.contact-us .contact-us-sidebar {
  padding-top: 25px;
}

/* line 7, ../sass/components/_contact-us.scss */
.contact-us .directory--media-press {
  margin-top: 0px;
}

/* line 10, ../sass/components/_contact-us.scss */
.contact-us .directory--media-press h3 {
  position: relative;
  padding: 25px 0 25px 13px;
}

@media (max-width: 767px) {
  /* line 10, ../sass/components/_contact-us.scss */
  .contact-us .directory--media-press h3 {
    cursor: pointer;
  }
}

/* line 18, ../sass/components/_contact-us.scss */
.contact-us .directory--media-press h3:after {
  position: absolute;
  top: 30px;
  right: 13px;
  content: '';
  background: url("/craft/assets/images/img.contact.sidebar.down.arrow.svg") no-repeat 0 0;
  width: 16px;
  height: 10px;
  overflow-x: hidden;
  visibility: hidden;
}

@media (max-width: 767px) {
  /* line 18, ../sass/components/_contact-us.scss */
  .contact-us .directory--media-press h3:after {
    visibility: visible;
  }
}

@media (max-width: 767px) {
  /* line 35, ../sass/components/_contact-us.scss */
  .contact-us .directory--media-press .directory--media-press--location {
    transition: height 0.3s ease-in-out;
    height: 0;
    overflow: hidden;
    padding-right: 13px;
    padding-left: 13px;
  }
}

@media (max-width: 767px) {
  /* line 52, ../sass/components/_contact-us.scss */
  .contact-us .directory--media-press.active h3:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* line 57, ../sass/components/_contact-us.scss */
  .contact-us .directory--media-press.active .directory--media-press--location {
    height: auto;
  }
}

/* line 67, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form {
  padding-top: 45px;
}

@media (max-width: 767px) {
  /* line 67, ../sass/components/_contact-us.scss */
  .contact-us .contact-us-form {
    padding-top: 35px;
  }
}

/* line 74, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form h2 {
  margin: 0 0 41px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 34px;
  font-style: italic;
  line-height: 1.1;
}

@media (max-width: 767px) {
  /* line 74, ../sass/components/_contact-us.scss */
  .contact-us .contact-us-form h2 {
    margin: 0 0 33px;
    font-size: 30px;
  }
}

/* line 87, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form h3 {
  margin: 0 0 21px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 767px) {
  /* line 87, ../sass/components/_contact-us.scss */
  .contact-us .contact-us-form h3 {
    margin: 0 0 27px;
    font-size: 26px;
  }
}

/* line 102, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form #contact-us-form__selector a {
  display: block;
  overflow-x: hidden;
  padding: 22px 54px 25px 34px;
  margin-bottom: 9px;
  background-color: #f6f6f6;
  border-radius: 2px;
  color: #000;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 17px;
  line-height: 1.1;
  font-weight: 300;
  position: relative;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  /* line 102, ../sass/components/_contact-us.scss */
  .contact-us .contact-us-form #contact-us-form__selector a {
    padding-left: 27px;
    padding-right: 27px;
    margin-bottom: 5px;
  }
}

/* line 123, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form #contact-us-form__selector a:after {
  content: " ";
  background: url("/craft/assets/images/img.contact.us.checkmark.white.svg") no-repeat 0 0;
  width: 16px;
  height: 13px;
  display: block;
  position: absolute;
  right: 26px;
  top: 25px;
  visibility: hidden;
}

@media (max-width: 767px) {
  /* line 123, ../sass/components/_contact-us.scss */
  .contact-us .contact-us-form #contact-us-form__selector a:after {
    display: none;
  }
}

/* line 139, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form #contact-us-form__selector a:hover {
  background: #dbdbdb;
  text-decoration: none;
}

/* line 144, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form #contact-us-form__selector a:active {
  text-decoration: none;
}

/* line 148, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form #contact-us-form__selector a.active {
  background: #3f9ad8;
  text-decoration: none;
  color: #FFF;
}

/* line 154, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form #contact-us-form__selector a.active:after {
  visibility: visible;
}

/* line 162, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form #contact-us-form__selector--submit {
  display: block;
  width: 196px;
  padding: 17px 0 14px;
  margin: 14px 0 23px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.1;
  color: #C0C0C0;
  letter-spacing: 2.43px;
  border: 2px solid #C0C0C0;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  cursor: default;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  /* line 162, ../sass/components/_contact-us.scss */
  .contact-us .contact-us-form #contact-us-form__selector--submit {
    width: 179px;
    padding: 17px 0 14px;
    margin: 27px auto 32px;
    font-size: 15px;
    letter-spacing: 2.43px;
  }
}

/* line 188, ../sass/components/_contact-us.scss */
.contact-us .contact-us-form #contact-us-form__selector--submit.active {
  color: #35A1E3;
  border-color: #35A1E3;
  cursor: pointer;
}

/* line 197, ../sass/components/_contact-us.scss */
.contact-us .divider {
  border-bottom: 1px solid #DBDBDB;
  margin: 27px 0 0;
}

@media (max-width: 767px) {
  /* line 197, ../sass/components/_contact-us.scss */
  .contact-us .divider {
    display: none;
  }
}

/* line 5, ../sass/components/_sub-nav.scss */
#sub-nav {
  background: #1C202D;
  height: 71px;
}

@media (max-width: 767px) {
  /* line 5, ../sass/components/_sub-nav.scss */
  #sub-nav {
    height: 58px;
  }
}

/* line 13, ../sass/components/_sub-nav.scss */
#sub-nav .sub-nav__fixed {
  background-color: #1C202D;
  height: 71px;
  width: 100%;
}

@media (max-width: 767px) {
  /* line 13, ../sass/components/_sub-nav.scss */
  #sub-nav .sub-nav__fixed {
    height: 58px;
  }
}

/* line 22, ../sass/components/_sub-nav.scss */
#sub-nav .sub-nav__fixed.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

/* line 30, ../sass/components/_sub-nav.scss */
#sub-nav #sub-nav__stage {
  overflow: hidden;
  position: relative;
  height: 71px;
}

@media (max-width: 767px) {
  /* line 30, ../sass/components/_sub-nav.scss */
  #sub-nav #sub-nav__stage {
    height: 58px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

/* line 42, ../sass/components/_sub-nav.scss */
#sub-nav #sub-nav__stage .next, #sub-nav #sub-nav__stage .prev {
  z-index: 2;
  position: absolute;
  top: 0;
  display: none;
  width: 11vw;
  height: 58px;
  overflow: hidden;
  background: url("/craft/assets/images/img.subnav.arrow.next.svg") no-repeat center center #1C202D;
  cursor: pointer;
}

@media (max-width: 767px) {
  /* line 42, ../sass/components/_sub-nav.scss */
  #sub-nav #sub-nav__stage .next, #sub-nav #sub-nav__stage .prev {
    display: block;
  }
}

/* line 58, ../sass/components/_sub-nav.scss */
#sub-nav #sub-nav__stage .next {
  right: 0;
}

/* line 62, ../sass/components/_sub-nav.scss */
#sub-nav #sub-nav__stage .prev {
  left: 0;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 70, ../sass/components/_sub-nav.scss */
#sub-nav ul {
  transition: transform 0.3s ease-in-out;
  background-color: #1C202D;
}

/* line 14, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#sub-nav ul:before, #sub-nav ul:after {
  content: " ";
  display: table;
}

/* line 19, ../../../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
#sub-nav ul:after {
  clear: both;
}

@media (max-width: 767px) {
  /* line 70, ../sass/components/_sub-nav.scss */
  #sub-nav ul {
    padding-left: 10vw;
    width: calc( 40% * 6);
  }
}

/* line 80, ../sass/components/_sub-nav.scss */
#sub-nav ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 88, ../sass/components/_sub-nav.scss */
#sub-nav ul li.jumplink {
  transform: translateZ(1px);
}

/* line 95, ../sass/components/_sub-nav.scss */
#sub-nav ul li.jumplink:after {
  content: " ";
  position: absolute;
  top: 18px;
  right: 0;
  display: block;
  width: 1px;
  height: 25px;
  background-color: #464953;
  visibility: hidden;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 95, ../sass/components/_sub-nav.scss */
  #sub-nav ul li.jumplink:after {
    visibility: visible;
  }
}

@media (max-width: 767px) {
  /* line 80, ../sass/components/_sub-nav.scss */
  #sub-nav ul li {
    width: 40vw;
  }
}

/* line 118, ../sass/components/_sub-nav.scss */
#sub-nav ul li a {
  display: block;
  padding: 27px 29px 23px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  color: #A7A7A7;
  text-transform: capitalize;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 118, ../sass/components/_sub-nav.scss */
  #sub-nav ul li a {
    font-weight: bold;
    padding: 22px 0 20px;
  }
}

/* line 133, ../sass/components/_sub-nav.scss */
#sub-nav ul li a:hover {
  background-color: #1A2635;
  text-decoration: none;
}

/* line 138, ../sass/components/_sub-nav.scss */
#sub-nav ul li a:active, #sub-nav ul li a:focus {
  text-decoration: none;
}

/* line 142, ../sass/components/_sub-nav.scss */
#sub-nav ul li a span.arrow {
  background: url("/craft/assets/images/img.subnav.backarrow.svg") no-repeat center center;
  padding-left: 21px;
  background-size: 20px 20px;
}

/* line 152, ../sass/components/_sub-nav.scss */
#sub-nav ul li.active a {
  background-color: #1A2635;
  color: #02A8F4;
  text-decoration: none;
  padding-bottom: 22px;
  border-bottom: 5px solid #02A8F4;
}

@media (max-width: 767px) {
  /* line 152, ../sass/components/_sub-nav.scss */
  #sub-nav ul li.active a {
    padding: 22px 0 20px;
    border-bottom: 0px;
    background-color: transparent;
  }
}

/* line 1, ../sass/components/_solutions-overview.scss */
.solutions-overview {
  background: #FFF;
}

/* line 4, ../sass/components/_solutions-overview.scss */
.solutions-overview .container, .solutions-overview .recirculation > .spark-line, .solutions-overview .new-links-module > .spark-line, .solutions-overview .links-module > .spark-line {
  padding-top: 55px;
  padding-bottom: 55px;
}

@media (max-width: 767px) {
  /* line 4, ../sass/components/_solutions-overview.scss */
  .solutions-overview .container, .solutions-overview .recirculation > .spark-line, .solutions-overview .new-links-module > .spark-line, .solutions-overview .links-module > .spark-line {
    padding-top: 41px;
    padding-top: 41px;
  }
}

/* line 13, ../sass/components/_solutions-overview.scss */
.solutions-overview .container .wysiwyg, .solutions-overview .recirculation > .spark-line .wysiwyg, .solutions-overview .new-links-module > .spark-line .wysiwyg, .solutions-overview .links-module > .spark-line .wysiwyg {
  padding: 0;
}

/* line 18, ../sass/components/_solutions-overview.scss */
.solutions-overview h2 {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 38px;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  /* line 18, ../sass/components/_solutions-overview.scss */
  .solutions-overview h2 {
    font-size: 34px;
    font-weight: 400;
    color: #272727;
  }
}

/* line 32, ../sass/components/_solutions-overview.scss */
.solutions-overview p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  color: #000000;
  line-height: 28px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 32, ../sass/components/_solutions-overview.scss */
  .solutions-overview p {
    font-size: 20px;
    line-height: 26px;
    color: #272727;
  }
}

/* line 48, ../sass/components/_solutions-overview.scss */
.solutions-overview .quicklinks h6, .solutions-overview .quicklinks a {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 1.5px;
  line-height: 20px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  /* line 48, ../sass/components/_solutions-overview.scss */
  .solutions-overview .quicklinks h6, .solutions-overview .quicklinks a {
    display: block;
    font-size: 14px;
    letter-spacing: 1.31px;
  }
}

/* line 66, ../sass/components/_solutions-overview.scss */
.solutions-overview .quicklinks a {
  color: #02A8F4;
  padding: 0 18px;
  position: relative;
}

/* line 71, ../sass/components/_solutions-overview.scss */
.solutions-overview .quicklinks a:hover {
  color: #23527C;
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 66, ../sass/components/_solutions-overview.scss */
  .solutions-overview .quicklinks a {
    padding: 14px 0 0;
  }
}

/* line 80, ../sass/components/_solutions-overview.scss */
.solutions-overview .quicklinks a:after {
  position: absolute;
  right: 0;
  top: 0;
  content: " ";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #DFDFDF;
}

@media (max-width: 767px) {
  /* line 80, ../sass/components/_solutions-overview.scss */
  .solutions-overview .quicklinks a:after {
    display: none;
  }
}

/* line 98, ../sass/components/_solutions-overview.scss */
.solutions-overview .quicklinks a:last-child:after {
  display: none;
}

/* line 104, ../sass/components/_solutions-overview.scss */
.solutions-overview .quicklinks a:first-child {
  padding-left: 0;
}

/* line 111, ../sass/components/_solutions-overview.scss */
.solutions-overview.theme-dark {
  background-color: #1C202D;
  color: #FFF;
}

/* line 115, ../sass/components/_solutions-overview.scss */
.solutions-overview.theme-dark h2, .solutions-overview.theme-dark p {
  color: #FFF;
}

/* line 120, ../sass/components/_solutions-overview.scss */
.solutions-overview.theme-dark .quicklinks h6 {
  color: #FFF;
}

/* line 125, ../sass/components/_solutions-overview.scss */
.solutions-overview.theme-dark .quicklinks a:after {
  background-color: #444D68;
}

/* line 1, ../sass/components/_statement-cta.scss */
.statement-cta {
  z-index: 0;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  text-align: center;
}

/* line 8, ../sass/components/_statement-cta.scss */
.statement-cta .shade {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 32, 45, 0.47) none repeat scroll 0 0;
}

/* line 18, ../sass/components/_statement-cta.scss */
.statement-cta .container, .statement-cta .recirculation > .spark-line, .statement-cta .new-links-module > .spark-line, .statement-cta .links-module > .spark-line {
  z-index: 2;
  position: relative;
  padding-top: 200px;
  padding-bottom: 144px;
}

@media (max-width: 767px) {
  /* line 18, ../sass/components/_statement-cta.scss */
  .statement-cta .container, .statement-cta .recirculation > .spark-line, .statement-cta .new-links-module > .spark-line, .statement-cta .links-module > .spark-line {
    padding-top: 126px;
    padding-bottom: 108px;
  }
}

/* line 31, ../sass/components/_statement-cta.scss */
.statement-cta p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 26px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 39px;
  margin-bottom: 49px;
}

@media (max-width: 767px) {
  /* line 31, ../sass/components/_statement-cta.scss */
  .statement-cta p {
    font-size: 28px;
    line-height: 34px;
  }
}

/* line 46, ../sass/components/_statement-cta.scss */
.statement-cta .learnmore {
  display: inline-block;
  padding: 20px 48px 21px;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  line-height: 1.1px;
}

/* line 59, ../sass/components/_statement-cta.scss */
.statement-cta .learnmore:hover, .statement-cta .learnmore:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 46, ../sass/components/_statement-cta.scss */
  .statement-cta .learnmore {
    padding: 18px 53px 15px;
    border-width: 2px;
    font-size: 16px;
    letter-spacing: 1.39px;
    line-height: 19px;
  }
}

/* line 1, ../sass/components/_video-cta.scss */
.video-cta {
  z-index: 0;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}

/* line 7, ../sass/components/_video-cta.scss */
.video-cta .shade {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 32, 45, 0.47) none repeat scroll 0 0;
}

/* line 17, ../sass/components/_video-cta.scss */
.video-cta .container, .video-cta .recirculation > .spark-line, .video-cta .new-links-module > .spark-line, .video-cta .links-module > .spark-line {
  z-index: 2;
  position: relative;
  padding-top: 149px;
  padding-bottom: 134px;
}

@media (max-width: 767px) {
  /* line 17, ../sass/components/_video-cta.scss */
  .video-cta .container, .video-cta .recirculation > .spark-line, .video-cta .new-links-module > .spark-line, .video-cta .links-module > .spark-line {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}

/* line 31, ../sass/components/_video-cta.scss */
.video-cta h3 {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 38px;
  color: #FFF;
  line-height: 1.3;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  /* line 31, ../sass/components/_video-cta.scss */
  .video-cta h3 {
    font-size: 34px;
    margin-bottom: 22px;
  }
}

/* line 44, ../sass/components/_video-cta.scss */
.video-cta p {
  color: #FFFFFF;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-size: 17px;
  font-weight: 300;
  line-height: 31px;
  margin-bottom: 23px;
  /* Global Reach,: */
}

@media (max-width: 767px) {
  /* line 44, ../sass/components/_video-cta.scss */
  .video-cta p {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 41px;
  }
}

/* line 59, ../sass/components/_video-cta.scss */
.video-cta .video-link {
  display: inline-block;
  padding: 20px 48px 21px;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  line-height: 1.1px;
}

/* line 72, ../sass/components/_video-cta.scss */
.video-cta .video-link:hover, .video-cta .video-link:focus {
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 59, ../sass/components/_video-cta.scss */
  .video-cta .video-link {
    padding: 18px 53px 15px;
    border-width: 2px;
    font-size: 16px;
    letter-spacing: 1.39px;
    line-height: 19px;
  }
}

/* line 86, ../sass/components/_video-cta.scss */
.video-cta .video-link-stage {
  position: relative;
  height: 100%;
}

/* line 91, ../sass/components/_video-cta.scss */
.video-cta .video-play-button {
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -50%;
}

@media (max-width: 767px) {
  /* line 91, ../sass/components/_video-cta.scss */
  .video-cta .video-play-button {
    display: none;
  }
}

/* line 103, ../sass/components/_video-cta.scss */
.video-cta .video-play-button a {
  position: relative;
  top: -34px;
  left: -34px;
  display: block;
  width: 68px;
  height: 68px;
  overflow: hidden;
  background: url("/craft/assets/images/img.video.cta.play.button.svg") no-repeat 0 0;
}

/* line 1, ../sass/components/_google-search.scss */
#google-search {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 6, ../sass/components/_google-search.scss */
#google-search .gsc-tabHeader.gsc-tabhInactive, #google-search .gsc-tabHeader.gsc-tabhActive {
  overflow: hidden;
}

/* line 11, ../sass/components/_google-search.scss */
#google-search .gsc-wrapper.gsc-thinWrapper {
  border-right: 0px !important;
}

/* line 15, ../sass/components/_google-search.scss */
#google-search .gs-webResult .gs-snippet {
  font-size: 13px;
  padding: 0 0 25px;
  margin: 0 8px;
  border-bottom: 1px solid #CCC;
  color: #000;
}

/* line 22, ../sass/components/_google-search.scss */
#google-search .gs-webResult .gs-snippet b {
  font-weight: bold;
}

/* line 27, ../sass/components/_google-search.scss */
#google-search span.gs-fileFormat {
  padding: 0 0 0 8px;
}

/* line 31, ../sass/components/_google-search.scss */
#google-search .gs-result .gs-title,
#google-search .gs-result .gs-title * {
  text-decoration: none;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  color: #03a8f5;
  transition: none;
  margin-bottom: 5px;
}

/* line 39, ../sass/components/_google-search.scss */
#google-search .gs-result .gs-title:hover,
#google-search .gs-result .gs-title *:hover {
  color: #054296;
}

/* line 42, ../sass/components/_google-search.scss */
#google-search .gs-result .gs-title:hover b,
#google-search .gs-result .gs-title *:hover b {
  color: #054296;
}

/* line 47, ../sass/components/_google-search.scss */
#google-search .gs-result .gs-title b,
#google-search .gs-result .gs-title * b {
  font-weight: bold;
}

/* line 52, ../sass/components/_google-search.scss */
#google-search .gs-webResult div.gs-visibleUrl {
  color: #666;
}

/* line 57, ../sass/components/_google-search.scss */
#google-search .gsc-wrapper .gsc-control-cse div {
  line-height: 19px;
}

/* line 61, ../sass/components/_google-search.scss */
#google-search .gsc-results .gsc-cursor-box .gsc-cursor-page {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #03a8f5;
  border: 1px solid #03a8f5;
  display: inline-block;
  text-align: center;
}

/* line 70, ../sass/components/_google-search.scss */
#google-search .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  text-decoration: none;
  color: #054296;
  border-color: #054296;
}

/* line 77, ../sass/components/_google-search.scss */
#google-search .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #FFF;
  background-color: #03a8f5;
}

/* line 81, ../sass/components/_google-search.scss */
#google-search .gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover {
  color: #FFF;
  background-color: #03a8f5;
  border-color: #03a8f5;
}

/* line 3, ../sass/components/_forms.scss */
body.forms-page section.hero-internal {
  min-height: 298px;
}

/* line 6, ../sass/components/_forms.scss */
body.forms-page section.hero-internal .hero-internal--shade {
  padding-top: 153px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  /* line 6, ../sass/components/_forms.scss */
  body.forms-page section.hero-internal .hero-internal--shade {
    padding-top: 130px;
    padding-bottom: 41px;
    min-height: 298px;
  }
}

/* line 19, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg {
  background-color: #1F2532;
}

@media (max-width: 768px) {
  /* line 19, ../sass/components/_forms.scss */
  body.forms-page section.wysiwyg {
    padding-top: 50px;
  }
}

/* line 26, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg h1.wysiwyg__header {
  margin-top: 0px;
  color: #fff;
}

/* line 30, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg h2.wysiwyg__subheader {
  color: #fff;
}

/* line 33, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg .wysiwyg__lists {
  color: #fff;
}

/* line 36, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg .wysiwyg__lists p {
  color: #fff;
}

/* line 39, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg .wysiwyg__lists p a, body.forms-page section.wysiwyg .wysiwyg__lists p a:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 44, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg .wysiwyg__lists ul li, body.forms-page section.wysiwyg .wysiwyg__lists ol li {
  color: #fff;
}

/* line 47, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg .wysiwyg__lists ul li a, body.forms-page section.wysiwyg .wysiwyg__lists ul li a:hover, body.forms-page section.wysiwyg .wysiwyg__lists ol li a, body.forms-page section.wysiwyg .wysiwyg__lists ol li a:hover {
  color: #fff;
  text-decoration: underline;
}

/* line 55, ../sass/components/_forms.scss */
body.forms-page section.wysiwyg .pardotform p {
  color: #fff;
}

/* Release 2 */
/* line 5, ../sass/components/_io-magazine.scss */
.io-magazine-list__description {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 31px;
  color: #000;
}

/* line 14, ../sass/components/_io-magazine.scss */
.io-magazine-list p {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 31px;
  color: #000;
}

/* line 23, ../sass/components/_io-magazine.scss */
.io-magazine-list hr.line-lead {
  color: #dbdbdb;
  background-color: #dbdbdb;
  height: 2px;
  margin-top: 44px;
  margin-bottom: 0px;
  border: none;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 23, ../sass/components/_io-magazine.scss */
  .io-magazine-list hr.line-lead {
    margin-top: 31px;
  }
}

/* line 35, ../sass/components/_io-magazine.scss */
.io-magazine-list__timeframe {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-weight: 300;
  font-size: 28px;
  display: block;
  text-align: left;
}

@media (min-width: 480px) and (max-width: 767px) {
  /* line 35, ../sass/components/_io-magazine.scss */
  .io-magazine-list__timeframe {
    text-align: center;
  }
}

@media (min-width: 992px) {
  /* line 35, ../sass/components/_io-magazine.scss */
  .io-magazine-list__timeframe {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  /* line 35, ../sass/components/_io-magazine.scss */
  .io-magazine-list__timeframe {
    margin-left: 40px;
  }
}

/* line 54, ../sass/components/_io-magazine.scss */
.io-magazine-list__line-for-mobile {
  display: none;
}

@media (min-width: 100px) and (max-width: 500px) {
  /* line 54, ../sass/components/_io-magazine.scss */
  .io-magazine-list__line-for-mobile {
    color: #d3d3d3;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 0px;
    display: block;
  }
}

@media (max-width: 767px) {
  /* line 64, ../sass/components/_io-magazine.scss */
  .io-magazine-list__line-for-desktop {
    border-bottom: none;
  }
}

@media (min-width: 768px) {
  /* line 64, ../sass/components/_io-magazine.scss */
  .io-magazine-list__line-for-desktop {
    margin-bottom: 40px;
  }
}

/* line 75, ../sass/components/_io-magazine.scss */
.io-magazine-list--items .pic-circle {
  background: no-repeat scroll center 40%;
  background-size: cover;
  border-radius: 50%;
  height: 116px;
  width: 116px;
  border: 2px solid #e2e2e2;
  display: block;
  margin: 0 auto;
  margin-bottom: 44px;
}

@media (min-width: 768px) and (max-width: 990px) {
  /* line 75, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items .pic-circle {
    margin-left: -15px;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  /* line 75, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items .pic-circle {
    margin: 30px auto;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  /* line 75, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items .pic-circle {
    margin: 30px auto;
  }
}

/* line 98, ../sass/components/_io-magazine.scss */
.io-magazine-list--items__subheader {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-size: 13px;
  color: #000;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase !important;
  margin-top: 15px;
  margin-bottom: 7px;
}

@media (min-width: 480px) and (max-width: 768px) {
  /* line 98, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items__subheader {
    text-align: center;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  /* line 98, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items__subheader {
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

/* line 120, ../sass/components/_io-magazine.scss */
.io-magazine-list--items__subdescription {
  font-family: "Sentinel SSm A", "Sentinel SSm B";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 5px;
}

@media (min-width: 480px) and (max-width: 768px) {
  /* line 120, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items__subdescription {
    text-align: center;
  }
}

@media (min-width: 100px) and (max-width: 480px) {
  /* line 120, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items__subdescription {
    margin-left: 0px;
  }
}

/* line 139, ../sass/components/_io-magazine.scss */
.io-magazine-list--items__see-more {
  background: transparent url("../images/GEN_Arrow_icon.svg") no-repeat scroll right 10px;
  color: #0287d1;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 0px;
  padding-right: 15px;
}

@media (min-width: 480px) and (max-width: 768px) {
  /* line 139, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items__see-more {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 80px;
  }
}

@media (min-width: 100px) and (max-width: 479px) {
  /* line 139, ../sass/components/_io-magazine.scss */
  .io-magazine-list--items__see-more {
    margin-left: 0px;
  }
}

/* line 160, ../sass/components/_io-magazine.scss */
.io-magazine-list--items__see-more:hover {
  color: #23527c;
  background-image: url("/craft/assets/images/GEN_Arrow_icon.hover.svg");
}

/* line 165, ../sass/components/_io-magazine.scss */
.io-magazine-list--items__see-more:active {
  color: #2E2E2E;
}

/* line 172, ../sass/components/_io-magazine.scss */
.io-magazine-list--line {
  border-bottom: 1px solid #d3d3d3;
}

/*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */
/* line 11, ../sass/vendor/_polyfill.object-fit.scss */
x-object-fit {
  position: relative !important;
  display: inline-block !important;
}

/* line 16, ../sass/vendor/_polyfill.object-fit.scss */
x-object-fit > .x-object-fit-taller,
x-object-fit > .x-object-fit-wider {
  position: absolute !important;
  left: -100% !important;
  right: -100% !important;
  top: -100% !important;
  bottom: -100% !important;
  margin: auto !important;
}

/* line 26, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-fit-none > .x-object-fit-taller,
.x-object-fit-none > .x-object-fit-wider {
  width: auto !important;
  height: auto !important;
}

/* line 32, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-fit-fill > .x-object-fit-taller,
.x-object-fit-fill > .x-object-fit-wider {
  width: 100% !important;
  height: 100% !important;
}

/* line 38, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-fit-contain > .x-object-fit-taller {
  width: auto !important;
  height: 100% !important;
}

/* line 43, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-fit-contain > .x-object-fit-wider {
  width: 100% !important;
  height: auto !important;
}

/* line 48, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-fit-cover > .x-object-fit-taller,
.x-object-fit-cover > .x-object-fit-wider {
  max-width: none !important;
  max-height: none !important;
}

/* line 54, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-fit-cover > .x-object-fit-taller {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}

/* line 60, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-fit-cover > .x-object-fit-wider {
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
}

/* line 66, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-position-top > .x-object-fit-taller,
.x-object-position-top > .x-object-fit-wider {
  top: 0 !important;
  bottom: auto !important;
}

/* line 72, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-position-right > .x-object-fit-taller,
.x-object-position-right > .x-object-fit-wider {
  left: auto !important;
  right: 0 !important;
}

/* line 78, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-position-bottom > .x-object-fit-taller,
.x-object-position-bottom > .x-object-fit-wider {
  top: auto !important;
  bottom: 0 !important;
}

/* line 84, ../sass/vendor/_polyfill.object-fit.scss */
.x-object-position-left > .x-object-fit-taller,
.x-object-position-left > .x-object-fit-wider {
  left: 0 !important;
  right: auto !important;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.container, .recirculation > .spark-line, .new-links-module > .spark-line, .links-module > .spark-line {
  margin-right: auto;
  margin-left: auto;
  padding-left: 3px;
  padding-right: 4px;
}

.container:before, .recirculation > .spark-line:before, .new-links-module > .spark-line:before, .links-module > .spark-line:before, .container:after, .recirculation > .spark-line:after, .new-links-module > .spark-line:after, .links-module > .spark-line:after {
  content: " ";
  display: table;
}

.container:after, .recirculation > .spark-line:after, .new-links-module > .spark-line:after, .links-module > .spark-line:after {
  clear: both;
}

@media (min-width: 768px) {
  .container, .recirculation > .spark-line, .new-links-module > .spark-line, .links-module > .spark-line {
    width: 727px;
  }
}

@media (min-width: 992px) {
  .container, .recirculation > .spark-line, .new-links-module > .spark-line, .links-module > .spark-line {
    width: 947px;
  }
}

@media (min-width: 1200px) {
  .container, .recirculation > .spark-line, .new-links-module > .spark-line, .links-module > .spark-line {
    width: 1147px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 3px;
  padding-right: 4px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -3px;
  margin-right: -4px;
}

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

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 3px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*
 * Colors
 */
/* Primary */
/* Greys */
/* Secondary */
/*
 * Breakpoints
 */
/*
 * Grid
 */
/*
 * Colors
 */
/**
 2020 Refresh
 */
/* Primary */
/* Greys */
/* Secondary */
/*
 * Breakpoints
 */
/*
 * Grid
 */
html#design2017 .contentmodule-icontout .vertical-line {
  height: 25px !important;
  margin: 0 !important;
}

html#design2017 body {
  -moz-font-feature-settings: "liga", "kern";
  -moz-font-feature-settings: "liga=1, kern=1";
  -ms-font-feature-settings: "liga", "kern";
  -o-font-feature-settings: "liga", "kern";
  -webkit-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
}

html#design2017 .share-page .navigation-header__button--mobile-search {
  display: none !important;
}

html#design2017 .share-page .navigation-header__button--desktop-search {
  display: none !important;
}

html#design2017 .share-page .navigation-header__button--mobile-share {
  display: none !important;
}

html#design2017 .share-page .navigation-header__button--desktop-share {
  display: none !important;
}

html#design2017 .casestudy .overflow-hidden {
  overflow: hidden;
}

html#design2017 .container.wide, html#design2017 .recirculation > .wide.spark-line, html#design2017 .new-links-module > .wide.spark-line, html#design2017 .links-module > .wide.spark-line {
  margin-left: 42px;
  margin-right: 42px;
}

html#design2017 .container .row.wide, html#design2017 .recirculation > .spark-line .row.wide, html#design2017 .new-links-module > .spark-line .row.wide, html#design2017 .links-module > .spark-line .row.wide {
  margin-left: 42px;
  margin-right: 42px;
}

html#design2017 .container-fluid .row.wide {
  margin-left: 0;
  margin-right: 0;
}

html#design2017 .search-loading {
  background-color: #ffffff;
  background-image: url("/a/dist/img/fancy-loading.gif");
  background-size: 50px 50px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 150px;
}

html#design2017 .genpact-icon-video .wistia_embed {
  width: 250px !important;
  height: 150px !important;
}

html#design2017 .media .inside-hero-share li {
  margin-right: 0px !important;
}

html#design2017 .media .inside-hero-share li:before {
  content: "" !important;
}

html#design2017 .media .inside-hero-share a {
  margin-left: 0 !important;
}

html#design2017 .media .inside-hero-share img {
  width: 50px !important;
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-LFHIXO     
*/
@font-face {
  font-family: "Guardian Sans Bold";
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.GuardianSans-Bold, .tag, .load-more__text {
  font-family: "Guardian Sans Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Guardian Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegular.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegularIt.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMedium.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMediumIt.woff") format("woff");
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-TPUDVO     
*/
@font-face {
  font-family: "Guardian Egyptian Black-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

.EgypBlack-Italic {
  font-family: "Guardian Egyptian Black-Italic";
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Black";
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

.EgypBlack {
  font-family: "Guardian Egyptian Black";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -BoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-BoldItalic {
  font-family: "Guardian Egyptian -BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -Bold";
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-Bold {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-SemiBoldItalic {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBold";
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-SemiBold {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypMedium-Italic {
  font-family: "Guardian Egyptian Medium-Italic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypMedium {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypRegular-Italic {
  font-family: "Guardian Egyptian Regular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular";
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypRegular {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

.EgypLight-Italic {
  font-family: "Guardian Egyptian Light-Italic";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.EgypLight {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

.EgypThin-Italic {
  font-family: "Guardian Egyptian Thin-Italic";
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

.EgypThin {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

.EgypHairline-Italic {
  font-family: "Guardian Egyptian Hairline-Italic";
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline";
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

.EgypHairline {
  font-family: "Guardian Egyptian Hairline";
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextBlack-Italic {
  font-family: "Guardian Egyptian TextBlack-Italic";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack";
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextBlack {
  font-family: "Guardian Egyptian TextBlack";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-BoldItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-BoldItalic {
  font-family: "Guardian Egyptian Text-BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Bold";
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Bold {
  font-family: "Guardian Egyptian Text-Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-MediumItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-MediumItalic {
  font-family: "Guardian Egyptian Text-MediumItalic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Medium";
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Medium {
  font-family: "Guardian Egyptian Text-Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextRegular-Italic {
  font-family: "Guardian Egyptian TextRegular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular";
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextRegular {
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-semibold";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-light";
  src: url("/a/dist/fonts/GdnSanDS2Lig.eot");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "genpact-icon-library";
  src: url("/a/dist/fonts/genpact-icon-library.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "photograph-signature";
  src: url("/a/dist/fonts/Photograph-Signature.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.editlink {
  font-size: 11px;
}

/*
 * $columns = number of columns to offset from the edge of the container
 * $direction = left of right of the center of the grid container
 *
*/
/* Global animations */
/* -----
  Fade In and Slide Up style animation, intended for large content blocks.
  Activates on scroll by switching .is--load and .is--loaded
------ */
.is--load {
  opacity: 0;
  transform: translateY(100px);
}

.is--loaded {
  animation: load-in 0.4s ease 1;
  animation-fill-mode: forwards;
}

@keyframes load-in {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  25% {
    opacity: 0;
    transform: translateY(75px);
  }
  50% {
    opacity: 0.4;
    transform: translateY(50px);
  }
  75% {
    opacity: 0.8;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* -----
  Animate spark line inner container to increase height with keyframes
  Activates on scroll by adding .spark-line--animate to any spark line elements
------ */
.spark-line--animate, .spark-line__progress-bar.no--load:hover, .spark-line__progress-bar.no--load:focus {
  animation: spark-line 0.8s ease 1;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

@keyframes spark-line {
  0% {
    height: 0;
  }
  20% {
    height: 20%;
  }
  40% {
    height: 40%;
  }
  60% {
    height: 60%;
  }
  80% {
    height: 80%;
  }
  100% {
    height: 100%;
  }
}

/* -----
  Slowly reveal chart graphic by gradually reducing width mask overlay width to 0
  Activates on scroll by switching adding .chart--animate class to 'animate-chart' elements
------ */
.chart--animate .chart-mask {
  animation: chart 1.8s ease 1;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

@keyframes chart {
  0% {
    width: 0vw;
  }
  20% {
    width: 10vw;
  }
  40% {
    width: 30vw;
  }
  60% {
    width: 50vw;
  }
  80% {
    width: 75vw;
  }
  85% {
    width: 95vw;
  }
  100% {
    width: 100vw;
  }
}

/* -----
  Part of the complex hero animation on Service Line pages
  Activates on scroll by switching adding .animate-hero class to 'hero--animate' elements
------ */
@keyframes fifty-fifty-hero-main {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fifty-fifty-hero-background {
  0% {
    width: 0;
    height: 100%;
  }
  5% {
    width: 15vw;
    height: 100%;
  }
  10% {
    width: 30vw;
    height: 100%;
  }
  15% {
    width: 45vw;
    height: 100%;
  }
  20% {
    width: 60vw;
    height: 100%;
  }
  25% {
    width: 75vw;
    height: 100%;
  }
  30% {
    width: 90vw;
    height: 100%;
  }
  35% {
    width: 100vw;
    height: 100%;
  }
  40% {
    width: 100vw;
    height: 100%;
  }
  45% {
    width: 100vw;
    height: 100%;
  }
  50% {
    width: 100vw;
    height: 98%;
  }
  55% {
    width: 100vw;
    height: 96%;
  }
  60% {
    width: 100vw;
    height: 94%;
  }
  65% {
    width: 100vw;
    height: 92%;
  }
  70% {
    width: 100vw;
    height: 90%;
  }
  75% {
    width: 100vw;
    height: 88%;
  }
  80% {
    width: 100vw;
    height: 86%;
  }
  85% {
    width: 100vw;
    height: 84%;
  }
  90% {
    width: 100vw;
    height: 82%;
  }
  95% {
    width: 100vw;
    height: 80%;
  }
  100% {
    width: 100vw;
    height: 78%;
  }
}

@keyframes fifty-fifty-hero-image-container {
  0% {
    top: -100%;
    background-position: 220% 50%;
    background-size: cover;
  }
  10% {
    background-position: 220% 50%;
    background-size: cover;
    top: -80%;
  }
  20% {
    top: -60%;
    background-position: 220% 50%;
    background-size: cover;
  }
  30% {
    top: -45%;
    background-position: 150% 50%;
    background-size: cover;
  }
  40% {
    top: -20%;
    background-position: 100% 50%;
    background-size: cover;
  }
  50% {
    top: 0;
    background-position: 80% 50%;
    background-size: cover;
  }
  60% {
    top: 0;
    background-position: 60% 50%;
    background-size: cover;
  }
  70% {
    top: 0;
    background-position: 45% 50%;
    background-size: cover;
  }
  80% {
    top: 0;
    background-position: 35% 50%;
    background-size: cover;
  }
  90% {
    top: 0;
    background-position: 30% 50%;
    background-size: cover;
  }
  100% {
    top: 0;
    background-position: 20% 50%;
    background-size: cover;
  }
}

@keyframes fifty-fifty-hero-text-container {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fifty-fifty-hero-links-container {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

/* -----
  Parts of the complex hero animation on Meet Cora pages
------ */
@keyframes meet-cora-hero-panel-1-visibility {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes meet-cora-hero-panel-1-mask {
  from {
    opacity: 0;
    right: -50%;
  }
  to {
    opacity: 1;
    right: 0;
  }
}

@keyframes meet-cora-hero-panel-1-mask-out {
  from {
    opacity: 1;
    right: 0%;
  }
  to {
    opacity: 1;
    right: 100%;
  }
}

@keyframes meet-cora-hero-panel-1-title {
  from {
    opacity: 0;
    transform: translateY(30%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}

@keyframes meet-cora-hero-panel-1-title-out {
  from {
    opacity: 1;
    transform: translateY(-50%);
  }
  to {
    opacity: 0;
    transform: translateY(-80%);
  }
}

@keyframes meet-cora-hero-panel-2-mask {
  0% {
    right: -50%;
  }
  25% {
    right: 15%;
    width: 20vw;
  }
  50% {
    right: 30%;
    width: 30vw;
  }
  75% {
    right: 45%;
    width: 40vw;
  }
  100% {
    right: 50%;
    width: 50vw;
  }
}

@keyframes meet-cora-hero-panel-2-mask-out {
  0% {
    right: 50%;
    width: 50vw;
  }
  25% {
    right: 50%;
    width: 40vw;
  }
  50% {
    right: 50%;
    width: 30vw;
  }
  75% {
    right: 50%;
    width: 20vw;
  }
  100% {
    right: 50%;
    width: 0vw;
  }
}

@keyframes meet-cora-hero-panel-2-title {
  from {
    opacity: 0;
    transform: translateY(30%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}

@keyframes meet-cora-hero-panel-2-title-out {
  from {
    opacity: 1;
    transform: translateY(-50%);
  }
  to {
    opacity: 0;
    transform: translateY(-80%);
  }
}

@keyframes meet-cora-hero-panel-3-topics {
  from {
    opacity: 0;
    margin-top: 5em;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

@keyframes meet-cora-hero-background-panel-1 {
  from {
    opacity: 0;
    transform: translateX(0vw) translateY(-50vh);
  }
  20% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateX(-50vw) translateY(0vh);
  }
}

@keyframes meet-cora-hero-background-panel-first-to-final {
  from {
    transform: translateX(-50vw) translateY(0vh);
  }
  to {
    transform: translateX(0vw) translateY(-50vh);
  }
}

@keyframes meet-cora-hero-background-panel-2 {
  from {
    transform: translateX(-50vw) translateY(0vh);
  }
  to {
    transform: translateX(0vw) translateY(-50vh);
  }
}

@keyframes meet-cora-hero-background-panel-second-to-final {
  from {
    transform: translateX(0vw) translateY(-50vh);
  }
  to {
    transform: translateX(0vw) translateY(-50vh);
  }
}

@keyframes meet-cora-hero-panel-3-background {
  0% {
    width: 0vw;
    left: 20vw;
  }
  10% {
    width: 20vw;
    left: 20vw;
  }
  20% {
    width: 40vw;
    left: 15vw;
  }
  30% {
    width: 50vw;
    left: 10vw;
  }
  40% {
    width: 60vw;
    left: 5vw;
  }
  50% {
    width: 70vw;
    left: 0vw;
  }
  60% {
    width: 80vw;
    left: 0vw;
  }
  70% {
    width: 90vw;
    left: 0vw;
  }
  80% {
    width: 93vw;
    left: 0vw;
  }
  90% {
    width: 97vw;
    left: 0vw;
  }
  100% {
    width: 100vw;
    left: 0vw;
  }
}

@keyframes meet-cora-hero-panel-3-out {
  from {
    width: 100vw;
    left: 0vw;
  }
  to {
    width: 0vw;
    left: 100vw;
  }
}

@keyframes meet-cora-hero-panel-3-out-content-item-1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes meet-cora-hero-panel-3-out-content-item-2 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes meet-cora-hero-panel-3-out-content-item-3 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes meet-cora-hero-background-panel-final {
  from {
    transform: translateX(0vw) translateY(0vh);
  }
  to {
    transform: translateX(0vw) translateY(-50vh);
  }
}

@keyframes meet-cora-hero-panel-final {
  from {
    transform: translateY(100vh);
  }
  to {
    transform: translateY(0vh);
  }
}

@keyframes meet-cora-hero-panel-final-content {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes meet-cora-hero-background-panel-final-to-1 {
  from {
    transform: translateX(0vw) translateY(-50vh);
    :before {
      opacity: 1;
    }
  }
  20% {
    :before {
      opacity: 0;
    }
  }
  to {
    transform: translateX(-50vw) translateY(0vh);
    :before {
      opacity: 0;
    }
  }
}

@keyframes meet-cora-hero-skip {
  from {
    bottom: -2em;
    opacity: 0;
  }
  to {
    bottom: 2em;
    opacity: 1;
  }
}

@keyframes meet-cora-hero-controls {
  from {
    right: -2em;
    opacity: 0;
  }
  to {
    right: 2em;
    opacity: 1;
  }
}

html {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
  height: 100%;
}

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

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  transition: background-color 1s ease;
  transition-delay: 1s;
}

body.scroll-lock {
  overflow: hidden;
  max-height: 100vh;
}

body.scroll-lock .page {
  max-height: 100vh;
  overflow: hidden;
}

body.saved-items--active {
  background-color: #031a34;
  overflow: hidden;
  transition: none;
}

body.saved-items--active > footer {
  display: none;
}

.page {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 rgba(255, 255, 255, 0.2);
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 1s ease;
  z-index: 1;
}

.page.saved-items--active {
  height: calc(100% - 16.5rem);
  overflow: hidden;
  box-shadow: 1rem 1rem 0 rgba(255, 255, 255, 0.2), 2rem 2rem 0 rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -83.5%;
  right: 83.5%;
  top: 16.5rem;
}

@media screen and (min-width: 768px) {
  .page.saved-items--active {
    box-shadow: 2rem 2rem 0 rgba(255, 255, 255, 0.2), 4rem 4rem 0 rgba(255, 255, 255, 0.2);
    left: -50%;
    right: 50%;
    top: 10.8rem;
    height: calc(100% - 10.8rem);
  }
}

@media screen and (min-width: 900px) {
  .page.saved-items--active {
    box-shadow: 4rem 4rem 0 rgba(255, 255, 255, 0.2), 8rem 8rem 0 rgba(255, 255, 255, 0.2);
    left: -70%;
    right: 70%;
    top: 16rem;
    height: calc(100% - 16rem);
  }
}

@media screen and (min-width: 1440px) {
  .page.saved-items--active {
    left: -50%;
    right: 50%;
    top: 14rem;
    height: calc(100% - 14rem);
  }
}

@media screen and (min-width: 1900px) {
  .page.saved-items--active {
    top: 17.2rem;
    height: calc(100% - 17.2rem);
  }
}

.page.saved-items--active::before {
  background-color: rgba(0, 0, 0, 0.25);
  content: '';
  transition: 1s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3002;
}

.page-content-wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.mask-container {
  position: relative;
}

.box-shadow, .button, .share-button__share-list {
  box-shadow: 0 0 52px 0 rgba(0, 0, 0, 0.2);
}

.icon-shadow {
  text-shadow: 0 0 52px rgba(0, 0, 0, 0.2);
}

.mask, .saved-items-card__image::before, .accordion .accordion-item__content .accordion-image figure::before, .fifty-fifty-hero__image-row::before, .recruitment__background::before, .case-study-list__study::before, .related-case-study .case-study__background::after,
.module-mask,
.next-steps__background::after,
.video-hero__background::before,
.t-validator__background::before,
.slide-panel__background::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-mask, .hero__background::before, .blog-hero__background::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.mask, .saved-items-card__image::before, .accordion .accordion-item__content .accordion-image figure::before, .fifty-fifty-hero__image-row::before, .recruitment__background::before, .case-study-list__study::before, .related-case-study .case-study__background::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.85));
}


.module-mask,
.next-steps__background::after,
.video-hero__background::before,
.t-validator__background::before,
.slide-panel__background::before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.85));
}

.row {
  overflow-x: hidden;
}

.insightmain .row {
  overflow-x: visible;
}

.button {
  align-items: center;
  border: none;
  border-radius: 52px;
  cursor: pointer;
  display: flex;
  padding: 3.38rem 3.77rem;
}

@media screen and (min-width: 1440px) {
  .button {
    padding: 2.5rem 3.77rem;
  }
}

@media screen and (min-width: 1900px) {
  .button {
    padding: 3.38rem 3.77rem;
  }
}

.button--default {
  background-color: #ff555f;
  color: #fff;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}

.button--default .icon, .button--default .chapter-nav__navigation ul::after, .chapter-nav__navigation .button--default ul::after {
  text-align: right;
  margin-left: 8.4rem;
  font-size: 3rem;
}

.button--play-button {
  background-color: #ff555f;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.2rem;
  padding: 1.8rem 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.button--play-button .icon, .button--play-button .chapter-nav__navigation ul::after, .chapter-nav__navigation .button--play-button ul::after {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .button--play-button {
    padding: 4rem 8rem;
  }
}

.button--share-link {
  background: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.8;
  margin: 0 auto 4.5rem;
  padding: 0 0 0.75rem;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .button--share-link {
    border-bottom: 3px solid #fff;
    font-size: 3rem;
    line-height: 1;
    padding: 0 0 1.5rem;
  }
}

.button {
  align-items: center;
  border: none;
  border-radius: 52px;
  cursor: pointer;
  display: flex;
  padding: 3.38rem 3.77rem;
}

@media screen and (min-width: 1440px) {
  .button {
    padding: 2.5rem 3.77rem;
  }
}

@media screen and (min-width: 1900px) {
  .button {
    padding: 3.38rem 3.77rem;
  }
}

.button--default {
  background-color: #ff555f;
  color: #fff;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}

.button--default .icon, .button--default .chapter-nav__navigation ul::after, .chapter-nav__navigation .button--default ul::after {
  text-align: right;
  margin-left: 8.4rem;
  font-size: 3rem;
}

.button--play-button {
  background-color: #ff555f;
  border-radius: 1rem;
  color: #fff;
  font-size: 1.2rem;
  padding: 1.8rem 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.button--play-button .icon, .button--play-button .chapter-nav__navigation ul::after, .chapter-nav__navigation .button--play-button ul::after {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .button--play-button {
    padding: 4rem 8rem;
  }
}

.button--share-link {
  background: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.8;
  margin: 0 auto 4.5rem;
  padding: 0 0 0.75rem;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .button--share-link {
    border-bottom: 3px solid #fff;
    font-size: 3rem;
    line-height: 1;
    padding: 0 0 1.5rem;
  }
}

#mktoForm_1374 {
  margin-left: 25px !important;
  width: 100% !important;
}

#mktoForm_1374 .mktoButton {
  background-color: #fff !important;
  display: block !important;
  width: 196px !important;
  padding: 17px 0 14px !important;
  margin: 14px 0 23px !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 2.43px !important;
  background-color: #fff !important;
  border: 1px solid #ff555f !important;
  color: #ff555f !important;
  cursor: pointer !important;
  border-radius: 52px !important;
  box-shadow: none !important;
  background-image: none !important;
}

#mktoForm_1374 .mktoButton:hover {
  background-color: #ff555f !important;
  color: white !important;
}

#mktoForm_1374 .mktoField {
  width: 100% !important;
  display: block !important;
  height: 34px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857 !important;
  color: #555555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}

#mktoForm_1374 select.mktoField,
#mktoForm_1374 input.mktoField[type="email"],
#mktoForm_1374 input.mktoField[type="tel"],
#mktoForm_1374 input.mktoField[type="text"] {
  width: 90% !important;
}

#mktoForm_1374 input.mktoField[type="radio"] {
  height: 0px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857 !important;
  color: #555555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}

#mktoForm_1374 .mktoFormCol {
  width: 100% !important;
}

#mktoForm_1374 .mktoFieldDescriptor.mktoFormCol {
  width: 50% !important;
}

@media screen and (min-width: 275px) {
  #mktoForm_1374 .mktoFieldDescriptor.mktoFormCol {
    width: 50% !important;
  }
}

@media screen and (min-width: 768px) {
  #mktoForm_1374 .mktoFieldDescriptor.mktoFormCol {
    width: 50% !important;
  }
}

@media screen and (min-width: 900px) {
  #mktoForm_1374 .mktoFieldDescriptor.mktoFormCol {
    width: 50% !important;
  }
}

@media screen and (min-width: 1440px) {
  #mktoForm_1374 .mktoFieldDescriptor.mktoFormCol {
    width: 50% !important;
  }
}

@media screen and (min-width: 1240px) {
  #mktoForm_1374 .mktoFieldDescriptor.mktoFormCol {
    width: 50% !important;
  }
}

@media screen and (min-width: 1900px) {
  #mktoForm_1374 .mktoFieldDescriptor.mktoFormCol {
    width: 50% !important;
  }
}

#mktoForm_1374 .mktoFieldWrap {
  width: 100% !important;
}

#mktoForm_1374 #MktoPersonNotes {
  height: 100px !important;
}

#mktoForm_1374 .mktoHtmlText {
  border: none !important;
  font-style: normal !important;
  font-family: display-egyptian-light,sans-serif !important;
  font-size: 2rem !important;
  line-height: 2.6rem !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  padding: 0px !important;
}

#mktoForm_1374 .mktoLabel {
  font-style: normal !important;
  font-family: display-egyptian-light,sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: normal !important;
}

#mktoForm_1374 label {
  font-style: normal !important;
  font-family: display-egyptian-light,sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: normal !important;
}

#mktoForm_1374 input[type=radio]:checked + label:before {
  background-position: 2px 2px !important;
}

#mktoForm_1226, #mktoForm_2166 {
  margin-left: 25px !important;
  width: 100% !important;
}

#mktoForm_1226 .mktoButton, #mktoForm_2166 .mktoButton {
  background-color: #fff !important;
  display: block !important;
  width: 196px !important;
  padding: 17px 0 14px !important;
  margin: 14px 0 23px !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 2.43px !important;
  background-color: #fff !important;
  border: 1px solid #ff555f !important;
  color: #ff555f !important;
  cursor: pointer !important;
  border-radius: 52px !important;
  box-shadow: none !important;
  background-image: none !important;
}

#mktoForm_1226 .mktoButton:hover, #mktoForm_2166 .mktoButton:hover {
  background-color: #ff555f !important;
  color: white !important;
}

#mktoForm_1226 .mktoField, #mktoForm_2166 .mktoField {
  display: block !important;
  width: 100% !important;
  height: 34px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857 !important;
  color: #555555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}

#mktoForm_1226 .mktoFieldDescriptor, #mktoForm_2166 .mktoFieldDescriptor {
  width: 100% !important;
}

@media screen and (min-width: 275px) {
  #mktoForm_1226 .mktoFieldDescriptor, #mktoForm_2166 .mktoFieldDescriptor {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px) {
  #mktoForm_1226 .mktoFieldDescriptor, #mktoForm_2166 .mktoFieldDescriptor {
    width: 90% !important;
  }
}

@media screen and (min-width: 900px) {
  #mktoForm_1226 .mktoFieldDescriptor, #mktoForm_2166 .mktoFieldDescriptor {
    width: 100% !important;
  }
}

@media screen and (min-width: 1440px) {
  #mktoForm_1226 .mktoFieldDescriptor, #mktoForm_2166 .mktoFieldDescriptor {
    width: 100% !important;
  }
}

@media screen and (min-width: 1240px) {
  #mktoForm_1226 .mktoFieldDescriptor, #mktoForm_2166 .mktoFieldDescriptor {
    width: 100% !important;
  }
}

@media screen and (min-width: 1900px) {
  #mktoForm_1226 .mktoFieldDescriptor, #mktoForm_2166 .mktoFieldDescriptor {
    width: 100% !important;
  }
}

#mktoForm_1226 .mktoFieldWrap, #mktoForm_2166 .mktoFieldWrap {
  width: 100% !important;
}

#mktoForm_1226 #MktoPersonNotes, #mktoForm_2166 #MktoPersonNotes {
  height: 100px !important;
}

#mktoForm_1294contact-us-form__selector {
  margin-left: 25px !important;
  width: 100% !important;
}

#mktoForm_1294contact-us-form__selector .mktoButton {
  background-color: #fff !important;
  display: block !important;
  width: 196px !important;
  padding: 17px 0 14px !important;
  margin: 14px 0 23px !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 2.43px !important;
  background-color: #fff !important;
  border: 1px solid #35A1E3 !important;
  color: #35A1E3 !important;
  cursor: pointer !important;
  border-radius: 52px !important;
  box-shadow: none !important;
  background-image: none !important;
}

#mktoForm_1294contact-us-form__selector .mktoButton:hover {
  background-color: #35A1E3 !important;
  color: white !important;
}

#mktoForm_1294contact-us-form__selector .mktoField {
  display: block !important;
  width: 100% !important;
  height: 34px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857 !important;
  color: #555555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}

#mktoForm_1294contact-us-form__selector .mktoFieldDescriptor {
  width: 100% !important;
}

@media screen and (min-width: 275px) {
  #mktoForm_1294contact-us-form__selector .mktoFieldDescriptor {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px) {
  #mktoForm_1294contact-us-form__selector .mktoFieldDescriptor {
    width: 90% !important;
  }
}

@media screen and (min-width: 900px) {
  #mktoForm_1294contact-us-form__selector .mktoFieldDescriptor {
    width: 100% !important;
  }
}

@media screen and (min-width: 1440px) {
  #mktoForm_1294contact-us-form__selector .mktoFieldDescriptor {
    width: 100% !important;
  }
}

@media screen and (min-width: 1240px) {
  #mktoForm_1294contact-us-form__selector .mktoFieldDescriptor {
    width: 100% !important;
  }
}

@media screen and (min-width: 1900px) {
  #mktoForm_1294contact-us-form__selector .mktoFieldDescriptor {
    width: 100% !important;
  }
}

#mktoForm_1294contact-us-form__selector .mktoFieldWrap {
  width: 100% !important;
}

#mktoForm_1294contact-us-form__selector #MktoPersonNotes {
  height: 100px !important;
}

.marketoForm .mktoLogicalField {
  width: auto !important;
}

.marketoForm .form-top-paragraph {
  font-family: "Guardian Egyptian Regular" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-stretch: normal !important;
  font-size: 16px !important;
}

.marketoForm .form-top-paragraph p {
  font-family: "Guardian Egyptian Regular" !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-stretch: normal !important;
  font-size: 16px !important;
}

.marketoForm .form-bottom-paragraph {
  margin-left: 25px !important;
  width: 100% !important;
}

.marketoForm .form-bottom-paragraph p {
  font-size: 1.4rem !important;
  line-height: 1.2em !important;
  margin-bottom: 5px !important;
}

.marketoForm #mktoForm_1226 .mktoLogicalField label {
  width: 50% !important;
}

.marketoForm .mktoForm {
  margin-left: 25px !important;
  width: 100% !important;
}

.marketoForm .mktoForm .mktoFormCol {
  margin-bottom: 0px;
}

.marketoForm .mktoForm .mktoOffset {
  display: none;
}

.marketoForm .mktoForm .mktoButton {
  background-color: #fff !important;
  display: block !important;
  width: 196px !important;
  padding: 17px 0 14px !important;
  margin: 0px 0 23px !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 2.43px !important;
  background-color: #fff !important;
  border: 1px solid #ff555f !important;
  color: #ff555f !important;
  cursor: pointer !important;
  border-radius: 52px !important;
  box-shadow: none !important;
  background-image: none !important;
}

.marketoForm .mktoForm .mktoButton:hover {
  background-color: #ff555f !important;
  color: white !important;
}

.marketoForm .mktoForm .mktoField {
  display: block !important;
  width: 100% !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857 !important;
  color: #555555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}

.marketoForm .mktoForm .mktoFieldDescriptor {
  width: 100% !important;
}

@media screen and (min-width: 275px) {
  .marketoForm .mktoForm .mktoFieldDescriptor {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px) {
  .marketoForm .mktoForm .mktoFieldDescriptor {
    width: 90% !important;
  }
}

@media screen and (min-width: 900px) {
  .marketoForm .mktoForm .mktoFieldDescriptor {
    width: 100% !important;
  }
}

@media screen and (min-width: 1440px) {
  .marketoForm .mktoForm .mktoFieldDescriptor {
    width: 100% !important;
  }
}

@media screen and (min-width: 1240px) {
  .marketoForm .mktoForm .mktoFieldDescriptor {
    width: 100% !important;
  }
}

@media screen and (min-width: 1900px) {
  .marketoForm .mktoForm .mktoFieldDescriptor {
    width: 100% !important;
  }
}

.marketoForm .mktoForm .mktoFieldWrap {
  width: 100% !important;
}

.marketoForm .mktoForm #MktoPersonNotes {
  height: 100px !important;
}

.marketoForm .mktoForm .mktoButtonWrap {
  margin-left: 0px;
}

.marketoForm .mktoForm .mktoLogicalField label {
  font-style: normal !important;
  font-family: display-egyptian-light,sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: normal !important;
}

body {
  overflow: hidden;
}

.slick-slider {
  margin-bottom: 0 !important;
}

.quote-carousel .quote-carousel-autoplay .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  cursor: pointer;
  width: 32px;
}

.quote-carousel .quote-carousel-autoplay .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.quote-carousel .quote-carousel-autoplay .slick-dots li button:before {
  font-family: "slick";
  font-size: 17px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 21px;
  content: "\2022";
  text-align: center;
  color: #747474;
}

.quote-carousel .quote-carousel-autoplay .slick-dots li.slick-active button:before {
  color: #fff;
}

@media (max-width: 768px) {
  html#design2017 body.homepg2017 .row.padded {
    margin-right: 20px;
    margin-left: 20px;
  }
}

html#design2017 .bluebg {
  background-color: #0e4c7a;
}

html#design2017 .right {
  float: right;
}

html#design2017 .left {
  float: left;
}

html#design2017 .contact-us-banner {
  display: none;
}

html#design2017 body.forms-page section.wysiwyg {
  background-color: #07305e;
}

html#design2017 .cta {
  height: auto;
  width: auto;
  display: inline-block;
  padding-top: 9px;
}

html#design2017 .cta span {
  display: inline-block;
  float: left;
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  line-height: 20px;
  color: #2d3135;
  margin-top: 49px;
}

html#design2017 .cta span.white {
  color: #fff;
}

html#design2017 .cta span.red {
  color: #FF555F;
}

html#design2017 .cta a {
  display: inline-block;
  float: left;
}

html#design2017 .cta a.cta-right-redOnWhite {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  cursor: pointer;
  width: 120px;
  height: 120px !important;
  background: url("/a/dist/img/cta-btn2-right-redOnWhite.svg") no-repeat center center, url("/a/dist/img/cta-btn2-right-redOnWhite-hoverWhiteOnRed.svg") no-repeat -9999px -9999px;
}

html#design2017 .cta a.cta-right-redOnWhite:hover {
  width: 120px;
  height: 120px;
  background: url("/a/dist/img/cta-btn2-right-redOnWhite-hoverWhiteOnRed.svg") no-repeat center center;
}

html#design2017 .cta a.cta-right-redOnWhite:focus {
  outline: 3px solid #25a5bd;
}

html#design2017 .cta a.cta-right-whiteOnRed {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  cursor: pointer;
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-btn2-right-whiteOnRed.svg") no-repeat center center, url("/a/dist/img/cta-button-right-redOnWhite.svg") no-repeat -9999px -9999px;
}

html#design2017 .cta a.cta-right-whiteOnRed:hover {
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-button-right-redOnWhite.svg") no-repeat center center;
}

html#design2017 .cta a.cta-down-whiteOnRed {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  cursor: pointer;
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-btn2-down-whiteOnRed.svg") no-repeat center center, url("/a/dist/img/cta-btn2-down-whiteOnRed-hoverRedOnWhite.svg") no-repeat -9999px -9999px;
}

html#design2017 .cta a.cta-down-whiteOnRed:hover {
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-btn2-down-whiteOnRed-hoverRedOnWhite.svg") no-repeat center center;
}

html#design2017 .cta a.cta-right-blueOnWhite {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  cursor: pointer;
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-btn2-right-blueOnWhite.svg") no-repeat center center, url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat -9999px -9999px;
}

html#design2017 .cta a.cta-right-blueOnWhite:hover {
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat center center;
}

html#design2017 ul.cd-nav__secondary-ul li.cd-nav__top-li__li.mobile-view .cta a.cta-right-redOnWhite {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  cursor: pointer;
  width: 120px;
  height: 120px !important;
  background: url("/a/dist/img/cta-btn2-right-redOnWhite.svg") no-repeat center center, url("/a/dist/img/cta-btn2-right-redOnWhite-hoverWhiteOnRed.svg") no-repeat -9999px -9999px;
  width: 105px;
  height: 105px !important;
  position: relative;
  left: -18px;
}

html#design2017 ul.cd-nav__secondary-ul li.cd-nav__top-li__li.mobile-view .cta a.cta-right-redOnWhite:hover {
  width: 120px;
  height: 120px;
  background: url("/a/dist/img/cta-btn2-right-redOnWhite-hoverWhiteOnRed.svg") no-repeat center center;
}

html#design2017 ul.cd-nav__secondary-ul li.cd-nav__top-li__li.mobile-view .cta a.cta-right-redOnWhite:hover {
  width: 105px;
  height: 105px;
}

html#design2017 .cta.pressevents {
  float: right;
  padding-top: 3px;
  margin-right: -10px;
}

html#design2017 .cta.pressevents a {
  margin-top: 5px;
}

html#design2017 .cta.pressevents a:focus {
  outline: 3px solid #25a5bd;
}

html#design2017 .cta.pressevents.contactus {
  float: none;
  margin-top: -25px;
  padding-top: 3px;
}

html#design2017 .cta.inside-hero {
  width: 98px;
  position: relative;
  margin-left: 90px;
}

html#design2017 .cta.inside-hero span {
  float: none;
  position: absolute;
  top: -89px;
  left: 21px;
}

html#design2017 .cta.inside-hero a {
  float: none;
  position: absolute;
  top: -14px;
}

html#design2017 .cta.call-out-box {
  position: absolute;
  bottom: 0;
  right: 0;
}

html#design2017 .cta.call-out-box span {
  margin-top: 43px;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  font-weight: normal;
}

h1 {
  font-family: display-egyptian-thin, sans-serif;
  font-size: 3rem;
}

@media (min-width: 900px) {
  h1 {
    font-size: 7rem;
  }
}

h2 {
  font-family: display-egyptian-thin, sans-serif;
  font-size: 3rem;
}

@media (min-width: 900px) {
  h2 {
    font-size: 4.2rem;
  }
}

.pull-quote {
  font-family: display-egyptian-thin, sans-serif;
  font-size: 3.6rem;
}

h3 {
  font-family: display-egyptian-thin, sans-serif;
  font-size: 3rem;
}

.cta {
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.8rem;
}

@media (min-width: 900px) {
  .cta {
    font-size: 2.4rem;
  }
}

h4 {
  font-family: display-egyptian-thin, sans-serif;
  font-size: 2.4rem;
}

h5 {
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}

p,
span,
.body-copy {
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

a {
  text-decoration: none;
}

html {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  padding: 0;
}

.mask-container {
  position: relative;
}

.box-shadow, .button, .share-button__share-list {
  box-shadow: 0 0 52px 0 rgba(0, 0, 0, 0.2);
}

.icon-shadow {
  text-shadow: 0 0 52px rgba(0, 0, 0, 0.2);
}

.mask, .saved-items-card__image::before, .accordion .accordion-item__content .accordion-image figure::before, .fifty-fifty-hero__image-row::before, .recruitment__background::before, .case-study-list__study::before, .related-case-study .case-study__background::after,
.module-mask,
.next-steps__background::after,
.video-hero__background::before,
.t-validator__background::before,
.slide-panel__background::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mask, .saved-items-card__image::before, .accordion .accordion-item__content .accordion-image figure::before, .fifty-fifty-hero__image-row::before, .recruitment__background::before, .case-study-list__study::before, .related-case-study .case-study__background::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.85));
}


.module-mask,
.next-steps__background::after,
.video-hero__background::before,
.t-validator__background::before,
.slide-panel__background::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.85));
}

.overflow--visible {
  overflow: visible !important;
}

.overflow--visible + .story {
  overflow: visible !important;
}

.icon, .chapter-nav__navigation ul::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: genpact-icon-library !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ticket::before {
  content: "\E910";
}

.icon-comment::before {
  content: "\E911";
}

.icon-robot::before {
  content: "\E912";
}

.icon-close-btn::before {
  content: "\E900";
}

.icon-chat::before {
  content: "\E901";
}

.icon-download::before {
  content: "\E902";
}

.icon-full-screen::before {
  content: "\E903";
}

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

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

.icon-filter::before {
  content: "\E905";
}

.icon-rotate::before {
  content: "\E906";
}

.icon-link::before {
  content: "\E907";
}

.icon-module::before {
  content: "\E908";
}

.icon-compass::before {
  content: "\E909";
}

.icon-play::before {
  content: "\E90A";
}

.icon-plus::before {
  content: "\E90B";
}

.icon-share::before {
  content: "\E90B";
}

.icon-search::before {
  content: "\E90C";
}

.icon-send::before {
  content: "\E90D";
}

.icon-chevron::before {
  content: "\E90E";
}

.icon-trash::before {
  content: "\E90F";
}

.button {
  align-items: center;
  border: none;
  border-radius: 52px;
  cursor: pointer;
  display: flex;
  padding: 2.08rem 3.77rem;
}

.button--default {
  background-color: #ff555f;
  color: #fff;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.button--default .icon, .button--default .chapter-nav__navigation ul::after, .chapter-nav__navigation .button--default ul::after {
  text-align: right;
  margin-left: 8.4rem;
  font-size: 3rem;
}

body.homepage.homepg2017 header.nav2017 {
  height: 96px;
}

body.homepage.homepg2017 header.nav2017 .cd-logo {
  width: 168px;
}

/* 
	Has 3 sections below:
	- body.homepage.homepg2017
	- body.inside2017
	- media queries
*/
html#design2017,
html#design2017 body.inside2017 {
  /* a.cd-logo {
		background: url('/a/dist/img/logo-wordmark-white.svg') no-repeat -9999 -9999,
			url('/a/dist/img/logo-wordmark-blue.svg') no-repeat center center;
	} */
}

html#design2017 .blur,
html#design2017 .blur2,
html#design2017 body.inside2017 .blur,
html#design2017 body.inside2017 .blur2 {
  filter: blur(3px);
}

html#design2017 .gp-search,
html#design2017 body.inside2017 .gp-search {
  display: none;
}

html#design2017 #cd-primary-nav li.cd-nav__top-li__doubleCol.has-children.noarrow,
html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__top-li__doubleCol.has-children.noarrow {
  background-image: none;
}

html#design2017 #cd-primary-nav li.cd-nav__top-li__doubleCol.has-children.noarrow:hover,
html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__top-li__doubleCol.has-children.noarrow:hover {
  background-image: none;
}

html#design2017 #cd-primary-nav ul.cd-nav__secondary-ul li.cd-nav__tab-items.search2017,
html#design2017 body.inside2017 #cd-primary-nav ul.cd-nav__secondary-ul li.cd-nav__tab-items.search2017 {
  width: 100% !important;
  height: 120px;
  margin-top: 46px;
}

html#design2017 #cd-primary-nav ul.cd-nav__secondary-ul li.cd-nav__tab-items.search2017 form,
html#design2017 body.inside2017 #cd-primary-nav ul.cd-nav__secondary-ul li.cd-nav__tab-items.search2017 form {
  display: block;
  line-height: 44px;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid #60C7D7;
  transform: translateZ(0);
  transition: transform 0.3s, opacity 0.3s;
  padding-bottom: 30px;
  width: 100%;
  height: 115px;
  /* 			input[type=search]::-webkit-input-placeholder { // Chrome/Opera/Safari
				  color: #60C7D7;
				}
				::-moz-placeholder { // Firefox 19+
				  color: #60C7D7;
				}
				:-ms-input-placeholder { // IE 10+
				  color: #60C7D7;
				}
				:-moz-placeholder { // Firefox 18- 
				  color: #60C7D7;
				} */
}

html#design2017 #cd-primary-nav ul.cd-nav__secondary-ul li.cd-nav__tab-items.search2017 form input[type=search],
html#design2017 body.inside2017 #cd-primary-nav ul.cd-nav__secondary-ul li.cd-nav__tab-items.search2017 form input[type=search] {
  background-color: transparent;
  border: 0 none;
  outline: none;
  height: 118px;
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 100px;
  color: #60C7D7;
  letter-spacing: 0;
  line-height: 56px;
  width: 100%;
}

html#design2017 #cd-primary-nav ul.cd-nav__secondary-ul li.cd-nav__tab-items.search2017 form input[type=search]::placeholder,
html#design2017 body.inside2017 #cd-primary-nav ul.cd-nav__secondary-ul li.cd-nav__tab-items.search2017 form input[type=search]::placeholder {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 100px;
  color: #60C7D7;
  letter-spacing: 0;
  line-height: 96px;
  opacity: 0.5;
}

html#design2017 #cd-primary-nav ul.cd-nav__secondary-ul li.cd-nav__tab-items.search2017 form input[type=submit],
html#design2017 body.inside2017 #cd-primary-nav ul.cd-nav__secondary-ul li.cd-nav__tab-items.search2017 form input[type=submit] {
  background: url("/a/dist/img/cta-button-right-redOnWhite.svg") no-repeat -2px -7px, url("/a/dist/img/cta-button-right-whiteOnRed-hover.svg") no-repeat -9999px -9999px;
  color: transparent;
  height: 120px;
  width: 120px;
  border: 0 none;
  position: absolute;
  right: 0;
}

html#design2017 #cd-primary-nav ul.cd-nav__secondary-ul li.cd-nav__tab-items.search2017 form input[type=submit]:hover,
html#design2017 body.inside2017 #cd-primary-nav ul.cd-nav__secondary-ul li.cd-nav__tab-items.search2017 form input[type=submit]:hover {
  background: url("/a/dist/img/cta-button-right-whiteOnRed-hover.svg") no-repeat -4px -11px;
}

html#design2017 ul.cd-nav__secondary-ul li.mobile-view ul.cd-nav__ul-custom li.nav-text-desc div.cd-nav__intro p,
html#design2017 body.inside2017 ul.cd-nav__secondary-ul li.mobile-view ul.cd-nav__ul-custom li.nav-text-desc div.cd-nav__intro p {
  display: block;
}

html#design2017 #cd-primary-nav li.cd-nav__top-li__doubleCol.mobile-view a.cd-search-trigger,
html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__top-li__doubleCol.mobile-view a.cd-search-trigger {
  display: none;
}

html#design2017 body #cd-primary-nav > .has-children > a,
html#design2017 body.inside2017 body #cd-primary-nav > .has-children > a {
  cursor: pointer;
  z-index: 9999;
}

html#design2017 body #cd-primary-nav .cd-nav__top-li__solo a,
html#design2017 body.inside2017 body #cd-primary-nav .cd-nav__top-li__solo a {
  cursor: pointer;
  z-index: 9999;
}

html#design2017 ul.cd-header-buttons,
html#design2017 body.inside2017 ul.cd-header-buttons {
  right: 3%;
}

html#design2017 #cd-primary-nav li.cd-nav__top-li__solo.mobile-view a.cd-search-trigger,
html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__top-li__solo.mobile-view a.cd-search-trigger {
  display: none;
}

html#design2017 #cd-primary-nav li.cd-nav__top-li__solo.desktop-view,
html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__top-li__solo.desktop-view {
  cursor: pointer;
  z-index: 9999;
}

html#design2017 #cd-primary-nav li.desktop-view,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view {
  z-index: 9999;
}

html#design2017 #cd-primary-nav li.desktop-view a, html#design2017 #cd-primary-nav li.desktop-view a:visited,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view a,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view a:visited {
  color: #01a2c1;
}

html#design2017 #cd-primary-nav li.desktop-view a.selected, html#design2017 #cd-primary-nav li.desktop-view a.selected:visited,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view a.selected,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view a.selected:visited {
  color: #01a2c1;
}

html#design2017 #cd-primary-nav li.desktop-view a:hover,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view a:hover {
  text-decoration: underline;
  color: #017d95;
}

html#design2017 #cd-primary-nav ul.cd-nav__ul-custom li a:hover,
html#design2017 body.inside2017 #cd-primary-nav ul.cd-nav__ul-custom li a:hover {
  color: #017d95;
  text-decoration: underline;
}

/* html#design2017.dark-header {
	a.cd-logo {
		background: url('/a/dist/img/logo-wordmark-white.svg') no-repeat center center;
	}
	#cd-primary-nav > .has-children > a {
			font-family: $sans-serif;
			font-weight: bold;
			font-size: 16px;
			color: $white;
			letter-spacing: 0;
			line-height: 24px;
	}
	#cd-primary-nav {
		li.desktop-view {
			a {
				color: $white;
			}
			a.selected {
				color: $white;
			}
		}
		li.has-children.desktop-view {
			background-image: url('/a/dist/img/icon-nav-arrow-down-white.svg');
		}
	}
	ul.cd-header-buttons li a span.icon {
		background-image: url('/a/dist/img/search-white.svg');
	}
} // html#design2017.dark-header */
body.homepage.homepg2017,
html#design2017 body.inside2017 {
  /* .gp-search .gp-search__group a {
		font-family: $sans-serif;
		font-weight: bold;
	    // padding: 12px 28px;
	    font-size: 16px;
		color: $nav-blue-onWhite;
		letter-spacing: 0;
		line-height: 24px;
	    border: none;
	    border-radius: 0;
	} */
  /* 	.cd-nav__ul-custom {

		li {
			a {
				color: $white !important;
			}
		}

	} */
  /* 	 .cd-primary-nav {

		 // Second Level Text
		 .cd-nav__tab-items{

			 a {
				 color: $white !important;
			 }

			 .active {
				 color: #60c7d7 !important;
			 }
		 }
	} */
  /* 	.cd-nav-trigger {
		span {
			background-color: $black !important;

			&:before {
				background-color: $black !important;
			}

			&:after {
				background-color: $black !important;
			}
		}
	} */
}

body.homepage.homepg2017 header.cd-main-header,
html#design2017 body.inside2017 header.cd-main-header {
  background-color: #fff;
}

body.homepage.homepg2017 header.cd-main-header.nav2017,
html#design2017 body.inside2017 header.cd-main-header.nav2017 {
  background: none;
}

body.homepage.homepg2017 #cd-primary-nav,
html#design2017 body.inside2017 #cd-primary-nav {
  padding: 0;
  right: 0;
  top: 0;
}

body.homepage.homepg2017 #cd-primary-nav li.desktop-view .cd-search-trigger,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view .cd-search-trigger {
  margin-top: 0 !important;
}

body.homepage.homepg2017 #cd-primary-nav li.desktop-view a.hover,
body.homepage.homepg2017 #cd-primary-nav li.desktop-view a.hover,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view a.hover,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view a.hover {
  background-image: none;
}

body.homepage.homepg2017 #cd-primary-nav li.desktop-view a.cd-search-trigger span.icon,
body.homepage.homepg2017 #cd-primary-nav li.desktop-view a.cd-search-trigger span.icon:hover,
body.homepage.homepg2017 #cd-primary-nav li.desktop-view a.cd-search-trigger:hover span.icon,
body.homepage.homepg2017 #cd-primary-nav li.desktop-view a.cd-search-trigger:hover span.icon:hover,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view a.cd-search-trigger span.icon,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view a.cd-search-trigger span.icon:hover,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view a.cd-search-trigger:hover span.icon,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view a.cd-search-trigger:hover span.icon:hover {
  background: url("/a/dist/img/search-blue.svg") no-repeat !important;
}

body.homepage.homepg2017 #cd-primary-nav li.desktop-view a.cd-search-trigger span.icon,
body.homepage.homepg2017 #cd-primary-nav li.desktop-view a.cd-search-trigger:hover span.icon,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view a.cd-search-trigger span.icon,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view a.cd-search-trigger:hover span.icon {
  width: 21px;
}

body.homepage.homepg2017 #cd-primary-nav .cd-nav__top-li__doubleCol.has-children,
html#design2017 body.inside2017 #cd-primary-nav .cd-nav__top-li__doubleCol.has-children {
  /* background: url('/a/dist/img/icon-nav-arrow-down.svg') no-repeat,
				url('/a/dist/img/icon-nav-down-arrow-active.svg') no-repeat;
			background-position: top 33px center, top 33px center;
			&:hover {
				background: url('/a/dist/img/icon-nav-down-arrow-active.svg') no-repeat top 33px center;
				background-position: top 33px center;
			} */
}

body.homepage.homepg2017 #cd-primary-nav .cd-nav__top-li__doubleCol.has-children img.more-down-arrow,
html#design2017 body.inside2017 #cd-primary-nav .cd-nav__top-li__doubleCol.has-children img.more-down-arrow {
  width: 14px;
  margin-left: 7px;
  margin-top: -3px;
}

body.homepage.homepg2017 .cd-nav__intro h4,
html#design2017 body.inside2017 .cd-nav__intro h4 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  color: #fff !important;
}

body.homepage.homepg2017 .cd-nav__intro p,
html#design2017 body.inside2017 .cd-nav__intro p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  color: #fff !important;
}

body.homepage.homepg2017 .cd-nav__top-li__li,
html#design2017 body.inside2017 .cd-nav__top-li__li {
  margin-top: 11px;
  /* 		a {
			color: #60c7d7 !important;
			font-family: $sans-serif; 
			font-size: 16px;
			color: #60C7D7;
			letter-spacing: 0;
			line-height: 24px;
		} */
}

body.homepage.homepg2017 #gp-search,
html#design2017 body.inside2017 #gp-search {
  margin-top: 11px;
}

body.homepage.homepg2017 .desktop-secondary-ul:before,
html#design2017 body.inside2017 .desktop-secondary-ul:before {
  opacity: 0.9;
  background-color: #083261;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

html#design2017 body.homepg2017 a.cd-logo {
  height: 65px;
  width: 172px;
  margin-left: -2px;
  text-indent: -9999px;
  background: url("/a/dist/img/genpact-logo.svg") no-repeat top left;
}

html#design2017 body.homepg2017 .cd-nav-trigger {
  top: 21px;
}

html#design2017 body.homepg2017 .cd-nav-trigger span,
html#design2017 body.homepg2017 .cd-nav-trigger span:before,
html#design2017 body.homepg2017 .cd-nav-trigger span:after {
  background-color: #01a2c1 !important;
  height: 3px;
}

html#design2017 body.inside2017 {
  /* ul.cd-header-buttons .cd-search-trigger .icon,
	#cd-primary-nav li.cd-nav__top-li__solo.desktop-view a.cd-search-trigger .icon {
		background-image: url('/a/dist/img/search-white.svg');
	} */
}

html#design2017 body.inside2017 a.cd-logo {
  height: 65px;
  width: 172px;
  margin-left: -2px;
  text-indent: -9999px;
  background: url("/a/dist/img/genpact-logo.svg") no-repeat top left;
}

html#design2017 body.inside2017 .cd-nav-trigger {
  height: 33px;
  top: 21px;
}

html#design2017 body.inside2017 .cd-nav-trigger span,
html#design2017 body.inside2017 .cd-nav-trigger span:before,
html#design2017 body.inside2017 .cd-nav-trigger span:after {
  background-color: #fff !important;
  height: 3px;
}

html#design2017 body.inside2017 #cd-primary-nav li.desktop-view .cd-search-trigger .icon, html#design2017 body.inside2017 #cd-primary-nav li.desktop-view .cd-search-trigger .chapter-nav__navigation ul::after, .chapter-nav__navigation html#design2017 body.inside2017 #cd-primary-nav li.desktop-view .cd-search-trigger ul::after,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view .cd-search-trigger span.icon:hover, html#design2017 body.inside2017 #cd-primary-nav li.desktop-view .cd-search-trigger .icon, html#design2017 body.inside2017 #cd-primary-nav li.desktop-view .cd-search-trigger .chapter-nav__navigation ul::after, .chapter-nav__navigation html#design2017 body.inside2017 #cd-primary-nav li.desktop-view .cd-search-trigger ul::after,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view .cd-search-trigger span.icon:hover {
  background-image: url("/a/dist/img/search-blue.svg") !important;
}

@media only screen and (max-width: 1024px) {
  /* .cd-nav__intro {
		h4 {
			font-weight: bold !important;
		}
	} */
  #cd-primary-nav {
    opacity: 0.9;
    background-color: #083261;
  }
  #cd-primary-nav .mobile-view {
    width: 243px;
  }
  #cd-primary-nav .mobile-view .cd-nav__intro {
    padding-top: 9px;
  }
  #cd-primary-nav .mobile-view .cd-nav__intro h4 {
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 28px;
  }
  #cd-primary-nav .mobile-view .cd-nav__intro p {
    font-size: 18px;
    line-height: 27px;
  }
  #cd-primary-nav .mobile-view .cd-nav__intro .cta p {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 25px 0 0 0;
  }
  #cd-primary-nav .mobile-view .cd-nav__intro .cta a.cta {
    margin-top: -16px;
    margin-left: -30px;
    height: inherit;
  }
  #cd-primary-nav .mobile-view ul.cd-nav__ul-custom li.go-back a {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 15px;
  }
  #cd-primary-nav .mobile-view ul.cd-nav__ul-custom li a {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    height: 32px;
    font-size: 16px;
  }
  #cd-primary-nav .cd-primary-nav .mobile-view.has-children > a:after {
    background: url("/a/dist/img/nav-blue-active-onWhite.svg") no-repeat 0 0;
    top: 11px;
    right: 23px;
  }
  #cd-primary-nav li a {
    color: #fff;
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 27px;
    letter-spacing: 0;
    line-height: 48px;
  }
  #cd-primary-nav li.cd-nav__top-li__doubleCol a {
    color: #fff;
  }
  #cd-primary-nav li.cd-nav__top-li__li a.cd-nav__top-li__li__header {
    color: #60c7d7;
    font-size: 21px;
    line-height: 32px;
    padding-top: 5px;
  }
  #cd-primary-nav li.cd-nav__top-li__li a.cd-nav__top-li__li__header:hover,
  #cd-primary-nav li.cd-nav__top-li__li a.cd-nav__top-li__li__header a:hover {
    text-decoration: underline !important;
  }
  #cd-primary-nav .cd-nav__ul-custom {
    opacity: 0.9;
    background-color: #083261;
  }
  #cd-primary-nav .cd-nav__ul-custom li a {
    color: #fff !important;
  }
  #cd-primary-nav .mobile-view__search {
    opacity: 0.9;
    background-color: #083261;
  }
  #cd-primary-nav .mobile-view__search input[type="submit"] {
    background: url("/a/dist/img/search-white.svg") no-repeat scroll 5px 23px;
  }
  #cd-primary-nav .mobile-view__search input[type="search"] {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 27px;
    letter-spacing: 0;
    line-height: 48px;
  }
}

@media (min-width: 768px) {
  html#design2017 header.cd-main-header.nav2017,
  html#design2017 body.inside2017 header.cd-main-header.nav2017 {
    background: none;
  }
  html#design2017 ul.cd-header-buttons,
  html#design2017 body.inside2017 ul.cd-header-buttons {
    right: 8%;
  }
}

@media (min-width: 803px) and (max-width: 991px) {
  html#design2017 ul.cd-header-buttons,
  html#design2017 body.inside2017 ul.cd-header-buttons {
    right: 3%;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  html#design2017 ul.cd-header-buttons,
  html#design2017 body.inside2017 ul.cd-header-buttons {
    right: 6%;
  }
}

@media (min-width: 1025px) {
  html#design2017 .cd-main-header .container, html#design2017 .cd-main-header .recirculation > .spark-line, html#design2017 .cd-main-header .new-links-module > .spark-line, html#design2017 .cd-main-header .links-module > .spark-line,
  html#design2017 body.inside2017 .cd-main-header .container,
  html#design2017 body.inside2017 .cd-main-header .recirculation > .spark-line,
  html#design2017 body.inside2017 .cd-main-header .new-links-module > .spark-line,
  html#design2017 body.inside2017 .cd-main-header .links-module > .spark-line {
    max-width: 1032px;
  }
  html#design2017 #cd-primary-nav,
  html#design2017 body.inside2017 #cd-primary-nav {
    padding-left: 226px;
    /* li.desktop-view {
			margin-left: 3.5em;
		} */
  }
  html#design2017 #cd-primary-nav li.desktop-view,
  html#design2017 body.inside2017 #cd-primary-nav li.desktop-view {
    margin-top: 22px;
    margin-left: 0.6em;
  }
  html#design2017 #cd-primary-nav li.cd-nav__tab-items,
  html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__tab-items {
    margin-left: 0px;
    width: 310px !important;
  }
  html#design2017 #cd-primary-nav li.cd-nav__tab-items a,
  html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__tab-items a {
    background-position: center right 40px;
    width: 310px;
  }
  html#design2017 #cd-primary-nav li.cd-nav__tab-items a.active,
  html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__tab-items a.active {
    background-position: center right 40px;
    width: 310px;
  }
  html#design2017 #cd-primary-nav ul.cd-nav__secondary-ul,
  html#design2017 body.inside2017 #cd-primary-nav ul.cd-nav__secondary-ul {
    left: 0;
    padding-left: 14px;
    height: 500px;
    padding-top: 150px;
    padding-bottom: 0;
    padding-right: 14px;
  }
  html#design2017 #cd-primary-nav ul.cd-nav__secondary-ul .cd-nav__top-li__li,
  html#design2017 body.inside2017 #cd-primary-nav ul.cd-nav__secondary-ul .cd-nav__top-li__li {
    margin-top: 2px;
    margin-left: 5px;
    width: 441px;
  }
  html#design2017 #cd-primary-nav ul.cd-nav__secondary-ul .cd-nav__top-li__li .cd-nav__intro,
  html#design2017 body.inside2017 #cd-primary-nav ul.cd-nav__secondary-ul .cd-nav__top-li__li .cd-nav__intro {
    margin-top: 0;
  }
  html#design2017 #cd-primary-nav .cd-secondary-nav,
  html#design2017 body.inside2017 #cd-primary-nav .cd-secondary-nav {
    top: -17px;
  }
  html#design2017 #cd-primary-nav .cd-secondary-nav > li > a,
  html#design2017 body.inside2017 #cd-primary-nav .cd-secondary-nav > li > a {
    border-spacing: 0.22em;
  }
  html#design2017 #cd-primary-nav li.divider-vertical,
  html#design2017 body.inside2017 #cd-primary-nav li.divider-vertical {
    border-left: 1px solid #465c7d;
  }
  html#design2017 #cd-primary-nav .cd-primary-nav .cd-secondary-nav > li,
  html#design2017 body.inside2017 #cd-primary-nav .cd-primary-nav .cd-secondary-nav > li {
    height: 618px;
  }
  html#design2017 #cd-primary-nav .cd-nav__ul-custom li,
  html#design2017 body.inside2017 #cd-primary-nav .cd-nav__ul-custom li {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  html#design2017 #cd-primary-nav .cd-nav__ul-custom li.nav-text-desc,
  html#design2017 body.inside2017 #cd-primary-nav .cd-nav__ul-custom li.nav-text-desc {
    margin-top: 4px;
    margin-bottom: 4px;
    width: 400px;
  }
  body.homepage.homepg2017 #cd-primary-nav > .has-children > a,
  html#design2017 body.inside2017 #cd-primary-nav > .has-children > a {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #01a2c1;
    letter-spacing: 0;
    line-height: 24px;
    z-index: 9999;
  }
  body.homepage.homepg2017 .cd-primary-nav > li > a:hover,
  body.homepage.homepg2017 .cd-primary-nav > li > a.selected,
  html#design2017 body.inside2017 .cd-primary-nav > li > a:hover,
  html#design2017 body.inside2017 .cd-primary-nav > li > a.selected {
    box-shadow: none;
  }
  body.homepage.homepg2017 #cd-primary-nav .cd-nav__top-li__solo a,
  html#design2017 body.inside2017 #cd-primary-nav .cd-nav__top-li__solo a {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #01a2c1;
    letter-spacing: 0;
    line-height: 24px;
    z-index: 9999;
  }
  body.homepage.homepg2017 #cd-primary-nav li.cd-nav__tab-items a,
  html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__tab-items a {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    color: #fff !important;
    letter-spacing: 0;
    line-height: 48px;
    background: url("/a/dist/img/icon-nav-arrow-right.svg") no-repeat -3000px 3px;
  }
  body.homepage.homepg2017 #cd-primary-nav li.cd-nav__tab-items a.active,
  html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__tab-items a.active {
    color: #60c7d7 !important;
    background: url("/a/dist/img/icon-nav-arrow-right-active.svg") no-repeat -3000px 3px;
  }
  body.homepage.homepg2017 #cd-primary-nav li.cd-nav__tab-items a,
  html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__tab-items a {
    background-position: center right 40px;
    width: 310px;
  }
  body.homepage.homepg2017 #cd-primary-nav li.cd-nav__tab-items a.active,
  html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__tab-items a.active {
    background-position: center right 40px;
    width: 310px;
  }
  body.homepage.homepg2017 #cd-primary-nav .cd-nav__top-li__doubleCol.has-children,
  html#design2017 body.inside2017 #cd-primary-nav .cd-nav__top-li__doubleCol.has-children {
    background-position: top 33px center, top 33px center;
  }
  body.homepage.homepg2017 #cd-primary-nav .cd-nav__top-li__doubleCol.has-children:hover,
  html#design2017 body.inside2017 #cd-primary-nav .cd-nav__top-li__doubleCol.has-children:hover {
    background-position: top 33px center;
  }
  body.homepage.homepg2017 #cd-primary-nav .cd-nav__ul-custom li a,
  html#design2017 body.inside2017 #cd-primary-nav .cd-nav__ul-custom li a {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff !important;
    letter-spacing: 0;
    line-height: 25px;
  }
  body.homepage.homepg2017 #cd-primary-nav ul.cd-nav__secondary-ul .cd-nav__top-li__li .cd-nav__intro p,
  html#design2017 body.inside2017 #cd-primary-nav ul.cd-nav__secondary-ul .cd-nav__top-li__li .cd-nav__intro p {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    line-height: 42px;
    margin-bottom: 0;
  }
  body.homepage.homepg2017 #cd-primary-nav ul.cd-nav__secondary-ul .cd-nav__top-li__li .cd-nav__intro .cta p,
  html#design2017 body.inside2017 #cd-primary-nav ul.cd-nav__secondary-ul .cd-nav__top-li__li .cd-nav__intro .cta p {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.88px;
    line-height: 20px;
  }
  body.homepage.homepg2017 ul.cd-header-buttons,
  html#design2017 body.inside2017 ul.cd-header-buttons {
    top: 18px;
    right: 0;
  }
  body.homepage.homepg2017 ul.cd-header-buttons .cd-nav-trigger,
  html#design2017 body.inside2017 ul.cd-header-buttons .cd-nav-trigger {
    right: 15px;
  }
  body.homepage.homepg2017 ul.cd-header-buttons .cd-search-trigger .icon, body.homepage.homepg2017 ul.cd-header-buttons .cd-search-trigger .chapter-nav__navigation ul::after, .chapter-nav__navigation body.homepage.homepg2017 ul.cd-header-buttons .cd-search-trigger ul::after,
  html#design2017 body.inside2017 ul.cd-header-buttons .cd-search-trigger .icon,
  html#design2017 body.inside2017 ul.cd-header-buttons .cd-search-trigger .chapter-nav__navigation ul::after,
  .chapter-nav__navigation html#design2017 body.inside2017 ul.cd-header-buttons .cd-search-trigger ul::after {
    display: block;
    width: 30px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url("/a/dist/img/search-blue.svg") no-repeat scroll top right;
  }
  html#design2017.dark-header header.cd-main-header.nav2017 {
    height: 80px;
    background: none;
  }
  html#design2017.dark-header .cd-overlay.is-visible {
    transition: none;
  }
}

@media (min-width: 1200px) {
  html#design2017 .cd-main-header .container, html#design2017 .cd-main-header .recirculation > .spark-line, html#design2017 .cd-main-header .new-links-module > .spark-line, html#design2017 .cd-main-header .links-module > .spark-line,
  html#design2017 body.inside2017 .cd-main-header .container,
  html#design2017 body.inside2017 .cd-main-header .recirculation > .spark-line,
  html#design2017 body.inside2017 .cd-main-header .new-links-module > .spark-line,
  html#design2017 body.inside2017 .cd-main-header .links-module > .spark-line {
    width: 1257px;
  }
  html#design2017 #cd-primary-nav,
  html#design2017 body.inside2017 #cd-primary-nav {
    padding-left: 218px;
  }
  html#design2017 #cd-primary-nav li.desktop-view,
  html#design2017 body.inside2017 #cd-primary-nav li.desktop-view {
    margin-top: 22px;
    margin-left: 3.38em !important;
  }
  html#design2017 #cd-primary-nav li.cd-nav__tab-items,
  html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__tab-items {
    margin-left: 0px;
    width: 440px !important;
  }
  html#design2017 #cd-primary-nav li.cd-nav__tab-items a,
  html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__tab-items a {
    background-position: right 20px top 19px;
    width: 430px;
  }
  html#design2017 #cd-primary-nav li.cd-nav__tab-items a.active,
  html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__tab-items a.active {
    background-position: right 20px top 19px;
    width: 430px;
  }
  html#design2017 #cd-primary-nav ul.cd-nav__secondary-ul,
  html#design2017 body.inside2017 #cd-primary-nav ul.cd-nav__secondary-ul {
    left: 0;
    padding-left: 14px;
    height: 500px;
    padding-top: 150px;
    padding-bottom: 0;
    padding-right: 14px;
  }
  html#design2017 #cd-primary-nav ul.cd-nav__secondary-ul .cd-nav__top-li__li,
  html#design2017 body.inside2017 #cd-primary-nav ul.cd-nav__secondary-ul .cd-nav__top-li__li {
    margin-top: 2px;
    margin-left: 46px;
  }
  html#design2017 #cd-primary-nav ul.cd-nav__secondary-ul .cd-nav__top-li__li .cd-nav__intro,
  html#design2017 body.inside2017 #cd-primary-nav ul.cd-nav__secondary-ul .cd-nav__top-li__li .cd-nav__intro {
    margin-top: -2px;
    overflow: hidden;
  }
  html#design2017 #cd-primary-nav .cd-secondary-nav,
  html#design2017 body.inside2017 #cd-primary-nav .cd-secondary-nav {
    top: -17px;
  }
  html#design2017 #cd-primary-nav .cd-secondary-nav > li > a,
  html#design2017 body.inside2017 #cd-primary-nav .cd-secondary-nav > li > a {
    border-spacing: 0.22em;
  }
  html#design2017 #cd-primary-nav li.divider-vertical,
  html#design2017 body.inside2017 #cd-primary-nav li.divider-vertical {
    border-left: 1px solid #465c7d;
  }
  html#design2017 #cd-primary-nav .cd-primary-nav .cd-secondary-nav > li,
  html#design2017 body.inside2017 #cd-primary-nav .cd-primary-nav .cd-secondary-nav > li {
    height: 618px;
  }
  html#design2017 #cd-primary-nav .cd-nav__ul-custom li,
  html#design2017 body.inside2017 #cd-primary-nav .cd-nav__ul-custom li {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  html#design2017 #cd-primary-nav .cd-nav__ul-custom li.nav-text-desc,
  html#design2017 body.inside2017 #cd-primary-nav .cd-nav__ul-custom li.nav-text-desc {
    margin-top: 4px;
    margin-bottom: 4px;
    width: 100%;
  }
  body.homepage.homepg2017 #cd-primary-nav > .has-children > a,
  html#design2017 body.inside2017 #cd-primary-nav > .has-children > a {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #01a2c1;
    letter-spacing: 0;
    line-height: 24px;
    z-index: 9999;
  }
  body.homepage.homepg2017 .cd-primary-nav > li > a:hover,
  body.homepage.homepg2017 .cd-primary-nav > li > a.selected,
  html#design2017 body.inside2017 .cd-primary-nav > li > a:hover,
  html#design2017 body.inside2017 .cd-primary-nav > li > a.selected {
    box-shadow: none;
  }
  body.homepage.homepg2017 #cd-primary-nav .cd-nav__top-li__solo a,
  html#design2017 body.inside2017 #cd-primary-nav .cd-nav__top-li__solo a {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #01a2c1;
    letter-spacing: 0;
    line-height: 24px;
    z-index: 9999;
  }
  body.homepage.homepg2017 #cd-primary-nav .cd-nav__top-li__solo.desktop-view,
  html#design2017 body.inside2017 #cd-primary-nav .cd-nav__top-li__solo.desktop-view {
    margin-left: 3.9em;
  }
  body.homepage.homepg2017 #cd-primary-nav li.cd-nav__tab-items a,
  html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__tab-items a {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 36px;
    color: #fff !important;
    letter-spacing: 0;
    line-height: 56px;
  }
  body.homepage.homepg2017 #cd-primary-nav li.cd-nav__tab-items a.active,
  html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__tab-items a.active {
    color: #60c7d7 !important;
  }
  body.homepage.homepg2017 #cd-primary-nav .cd-nav__ul-custom li a,
  html#design2017 body.inside2017 #cd-primary-nav .cd-nav__ul-custom li a {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #fff !important;
    letter-spacing: 0;
    line-height: 25px;
  }
  body.homepage.homepg2017 #cd-primary-nav ul.cd-nav__secondary-ul .cd-nav__top-li__li .cd-nav__intro p,
  html#design2017 body.inside2017 #cd-primary-nav ul.cd-nav__secondary-ul .cd-nav__top-li__li .cd-nav__intro p {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 0;
  }
  body.homepage.homepg2017 #cd-primary-nav ul.cd-nav__secondary-ul .cd-nav__top-li__li .cd-nav__intro .cta p,
  html#design2017 body.inside2017 #cd-primary-nav ul.cd-nav__secondary-ul .cd-nav__top-li__li .cd-nav__intro .cta p {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.88px;
    line-height: 20px;
  }
  body.homepage.homepg2017 ul.cd-header-buttons,
  html#design2017 body.inside2017 ul.cd-header-buttons {
    top: 18px;
    right: 0px;
  }
  body.homepage.homepg2017 ul.cd-header-buttons .cd-search-trigger .icon, body.homepage.homepg2017 ul.cd-header-buttons .cd-search-trigger .chapter-nav__navigation ul::after, .chapter-nav__navigation body.homepage.homepg2017 ul.cd-header-buttons .cd-search-trigger ul::after,
  html#design2017 body.inside2017 ul.cd-header-buttons .cd-search-trigger .icon,
  html#design2017 body.inside2017 ul.cd-header-buttons .cd-search-trigger .chapter-nav__navigation ul::after,
  .chapter-nav__navigation html#design2017 body.inside2017 ul.cd-header-buttons .cd-search-trigger ul::after {
    display: block;
    width: 30px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 14px;
    background: transparent url("/a/dist/img/search-blue.svg") no-repeat scroll 0px 0%;
  }
  html#design2017 body.inside2017 header.cd-main-header.nav2017 {
    height: 80px;
    background: none;
  }
  html#design2017 body.inside2017 .cd-overlay.is-visible {
    transition: none;
  }
}

@media (min-width: 1200px) and (max-width: 1250px) {
  html#design2017 #cd-primary-nav,
  html#design2017 body.inside2017 #cd-primary-nav {
    right: 51px;
    width: auto;
    padding-left: 249px !important;
  }
  html#design2017 #cd-primary-nav li.desktop-view,
  html#design2017 body.inside2017 #cd-primary-nav li.desktop-view {
    margin-left: 3em !important;
  }
}

@media (min-width: 1200px) and (max-width: 1240px) {
  html#design2017 #cd-primary-nav,
  html#design2017 body.inside2017 #cd-primary-nav {
    right: 51px;
    width: auto;
    padding-left: 235px !important;
  }
  html#design2017 #cd-primary-nav li.desktop-view,
  html#design2017 body.inside2017 #cd-primary-nav li.desktop-view {
    margin-left: 2.7em !important;
  }
}

@media only screen and (min-width: 1025px) {
  html#design2017 .cd-primary-nav .cd-secondary-nav::before, html#design2017 .cd-primary-nav .cd-nav-gallery::before, html#design2017 .cd-primary-nav .cd-nav-icons::before,
  html#design2017 body.inside2017 .cd-primary-nav .cd-secondary-nav::before,
  html#design2017 body.inside2017 .cd-primary-nav .cd-nav-gallery::before,
  html#design2017 body.inside2017 .cd-primary-nav .cd-nav-icons::before {
    height: 500px;
  }
}

html#design2017 header.nav2017 a.cd-logo.white-style,
html#design2017 body.inside2017 header.nav2017 a.cd-logo.white-style {
  background: url("/a/dist/img/genpact-logo-onBlue.svg") no-repeat top left;
}

html#design2017 #cd-primary-nav.white-style li a,
html#design2017 body.inside2017 #cd-primary-nav.white-style li a {
  color: #fff !important;
}

html#design2017 #cd-primary-nav.white-style li a:hover, html#design2017 #cd-primary-nav.white-style li a:visited,
html#design2017 body.inside2017 #cd-primary-nav.white-style li a:hover,
html#design2017 body.inside2017 #cd-primary-nav.white-style li a:visited {
  color: #fff !important;
}

html#design2017 #cd-primary-nav.white-style li.desktop-view a.cd-search-trigger span.icon,
html#design2017 #cd-primary-nav.white-style li.desktop-view a.cd-search-trigger span.icon:hover,
html#design2017 body.inside2017 #cd-primary-nav.white-style li.desktop-view a.cd-search-trigger span.icon,
html#design2017 body.inside2017 #cd-primary-nav.white-style li.desktop-view a.cd-search-trigger span.icon:hover {
  background: url(/a/dist/img/search-white.svg) no-repeat !important;
}

html#design2017 body.homepg2017 #cd-primary-nav li.cd-nav__top-li__doubleCol.mobile-view a img {
  display: none;
}

html#design2017 body.inside2017 header.nav2017 a.cd-logo {
  background: url("/a/dist/img/genpact-logo-onBlue.svg") no-repeat top left;
}

html#design2017 body.inside2017 #cd-primary-nav li a {
  color: #fff !important;
}

html#design2017 body.inside2017 #cd-primary-nav li a:hover, html#design2017 body.inside2017 #cd-primary-nav li a:visited {
  color: #fff !important;
}


html#design2017 body.inside2017 #cd-primary-nav li.desktop-view a.cd-search-trigger span.icon,
html#design2017 body.inside2017 #cd-primary-nav li.desktop-view a.cd-search-trigger span.icon:hover {
  background: url(/a/dist/img/search-white.svg) no-repeat !important;
}

html#design2017 body.inside2017 #cd-primary-nav li.cd-nav__top-li__doubleCol.mobile-view a img {
  display: none;
}

html#design2017 body.inside2017 main.cd-main-content.main {
  background-color: #fff;
}

html#design2017 body.inside2017 section.hero-landing {
  background-color: #fff;
}

html#design2017 body.inside2017 .contentmodule-cta .cta-blue {
  margin: 0;
}

html#design2017 body.inside2017 .quote-carousel.quotes2017 {
  background-color: #fff;
  margin: 0;
  padding: 60px 0 60px 0;
}

html#design2017 body.inside2017 section.hero-internal,
html#design2017 body.inside2017 .recirculation,
html#design2017 body.inside2017 .insights-search-bar {
  background-color: #fff;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout {
  margin-top: 0;
  padding-top: 40px;
}

html#design2017 body.homepage.homepg2017 .footer,
html#design2017 body.inside2017 .footer {
  height: 1029px;
  color: #fff !important;
  box-shadow: inset 0px 50px 60px -40px rgba(0, 0, 0, 0.5);
  border: 0 solid #fff;
  border-top: 0;
  transition: border .3s ease, padding .3s ease;
  /* &:hover {
			padding: 0;
			padding-top: 0;
			border: 1em solid #fff;
			border-top: 0;
		} */
}

html#design2017 body.homepage.homepg2017 .cta-contact,
html#design2017 body.inside2017 .cta-contact {
  background-color: transparent;
  text-align: center;
  margin-top: 92px;
  margin-bottom: 80px;
}

html#design2017 body.homepage.homepg2017 .cta-contact h2,
html#design2017 body.inside2017 .cta-contact h2 {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
}

html#design2017 body.homepage.homepg2017 .cta-contact p,
html#design2017 body.inside2017 .cta-contact p {
  margin-left: 23px;
  margin-top: -10px;
}

html#design2017 body.homepage.homepg2017 .cta-contact .cta.red,
html#design2017 body.inside2017 .cta-contact .cta.red {
  width: 248px;
  height: 178px;
  margin: 0 auto;
  display: block;
  text-align: center;
  position: relative;
}

html#design2017 body.homepage.homepg2017 .cta-contact .cta.red a.cta-button-right,
html#design2017 body.inside2017 .cta-contact .cta.red a.cta-button-right {
  display: inline-block;
  cursor: pointer;
  width: 120px;
  height: 120px;
  margin-top: -5px;
}

html#design2017 body.homepage.homepg2017 .cta-contact .cta.red a.cta-button-right:hover,
html#design2017 body.inside2017 .cta-contact .cta.red a.cta-button-right:hover {
  background-position: -14px -20px;
}

html#design2017 body.homepage.homepg2017 .footer-logo,
html#design2017 body.inside2017 .footer-logo {
  margin: 0 auto;
  width: 100%;
}

html#design2017 body.homepage.homepg2017 .footer-logo img,
html#design2017 body.inside2017 .footer-logo img {
  margin: 0 auto;
  display: block;
}

html#design2017 body.homepage.homepg2017 .footer-nav,
html#design2017 body.inside2017 .footer-nav {
  margin: 0 auto;
  text-align: center;
}

html#design2017 body.homepage.homepg2017 .footer-nav li,
html#design2017 body.inside2017 .footer-nav li {
  width: 100%;
  margin-top: 25px;
}

html#design2017 body.homepage.homepg2017 .footer-nav li a,
html#design2017 body.inside2017 .footer-nav li a {
  text-align: center;
  width: 100%;
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
  line-height: 24px;
}

html#design2017 body.homepage.homepg2017 .footer__links.footer__social-links ul.social-icons,
html#design2017 body.inside2017 .footer__links.footer__social-links ul.social-icons {
  text-align: center;
}

html#design2017 body.homepage.homepg2017 .footer__social-links ul.social-icons li .dropdown-menu,
html#design2017 body.inside2017 .footer__social-links ul.social-icons li .dropdown-menu {
  width: 230px;
  bottom: 50px;
  right: -7px;
}

html#design2017 body.homepage.homepg2017 .footer__social-links ul.social-icons li .dropdown-menu li,
html#design2017 body.inside2017 .footer__social-links ul.social-icons li .dropdown-menu li {
  display: block;
  padding: 0;
  margin: 0 0 6px;
}

html#design2017 body.homepage.homepg2017 .footer__social-links ul.social-icons li .dropdown-menu li::after,
html#design2017 body.inside2017 .footer__social-links ul.social-icons li .dropdown-menu li::after {
  clear: both;
  content: "";
  display: block;
}

html#design2017 body.homepage.homepg2017 .footer__social-links ul.social-icons li .dropdown-menu li .rss-divide,
html#design2017 body.inside2017 .footer__social-links ul.social-icons li .dropdown-menu li .rss-divide {
  line-height: 0 !important;
}

html#design2017 body.homepage.homepg2017 .footer__social-links ul.social-icons li .dropdown-menu .rss-title,
html#design2017 body.inside2017 .footer__social-links ul.social-icons li .dropdown-menu .rss-title {
  color: #000;
  margin: 0;
}

html#design2017 body.homepage.homepg2017 .footer__social-links ul.social-icons li .dropdown-menu .rss-view,
html#design2017 body.inside2017 .footer__social-links ul.social-icons li .dropdown-menu .rss-view {
  text-align: right;
}

html#design2017 body.homepage.homepg2017 .copyright,
html#design2017 body.inside2017 .copyright {
  margin-bottom: 40px;
}

html#design2017 body.homepage.homepg2017 .copyright p,
html#design2017 body.inside2017 .copyright p {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin: 30px auto 20px;
}

html#design2017 body.homepage.homepg2017 .copyright p a,
html#design2017 body.inside2017 .copyright p a {
  color: #fff;
}

html#design2017 body.homepage.homepg2017 .copyright p a:hover,
html#design2017 body.inside2017 .copyright p a:hover {
  text-decoration: underline;
}

html#design2017 body.homepage.homepg2017 .copyright p.privacy,
html#design2017 body.homepage.homepg2017 .copyright p.copyr,
html#design2017 body.inside2017 .copyright p.privacy,
html#design2017 body.inside2017 .copyright p.copyr {
  margin: 15px 0 10px;
  font-size: 14px;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

html#design2017 body.homepage.homepg2017 header.nav2017,
html#design2017 body.inside2017 header.nav2017 {
  z-index: 15;
}

html#design2017 body.homepage.homepg2017 #main-wrapper,
html#design2017 body.inside2017 #main-wrapper {
  display: block;
  background-color: #fff;
  z-index: 101;
}

html#design2017 body.homepage.homepg2017 .footer-spacer,
html#design2017 body.inside2017 .footer-spacer {
  height: 460px;
  position: relative;
  z-index: -2;
  pointer-events: none;
  clear: both;
}

html#design2017 body.homepage.homepg2017 footer,
html#design2017 body.inside2017 footer {
  background: #fff url("/a/dist/img/footer-bg-shapes-2020-3.svg") no-repeat center;
  background-size: cover;
  height: 460px;
  position: fixed;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  box-shadow: inset 0px 50px 60px -40px rgba(0, 0, 0, 0.5);
  /* &:hover {
			padding: 0;
			padding-top: 0;
			border: 1em solid #fff;
			border-top: 0;
		} */
}

html#design2017 body.homepage.homepg2017 footer.is--hidden,
html#design2017 body.inside2017 footer.is--hidden {
  display: none;
}

html#design2017 body.homepage.homepg2017 footer .footer-content,
html#design2017 body.inside2017 footer .footer-content {
  position: relative;
  z-index: 1;
  top: 40px;
  width: 100%;
  text-align: center;
  transition: bottom .3s ease;
}

html#design2017 body.homepage.homepg2017 footer .footer-content .cta-contact,
html#design2017 body.inside2017 footer .footer-content .cta-contact {
  margin-top: 25px;
  margin-bottom: 0;
}

html#design2017 body.homepage.homepg2017 footer .footer-content .cta-contact .cta.pressevents.contactus span,
html#design2017 body.inside2017 footer .footer-content .cta-contact .cta.pressevents.contactus span {
  font-size: 18px;
}

html#design2017 body.homepage.homepg2017 footer .footer-content h2,
html#design2017 body.inside2017 footer .footer-content h2 {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  margin: 0 0 6px 0;
}

html#design2017 body.homepage.homepg2017 footer .footer-secondary,
html#design2017 body.inside2017 footer .footer-secondary {
  position: fixed;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
}

html#design2017 body.homepage.homepg2017 footer .footer-secondary .row,
html#design2017 body.inside2017 footer .footer-secondary .row {
  overflow-x: visible;
}

html#design2017 body.homepage.homepg2017 footer .footer-secondary .contain,
html#design2017 body.inside2017 footer .footer-secondary .contain {
  max-width: 76em;
  padding: 0;
  margin: 0 auto;
}

html#design2017 body.homepage.homepg2017 footer .footer-secondary .footer-nav li,
html#design2017 body.inside2017 footer .footer-secondary .footer-nav li {
  width: 105px;
}

html#design2017 body.homepage.homepg2017 footer .footer-secondary .footer-nav li a,
html#design2017 body.inside2017 footer .footer-secondary .footer-nav li a {
  font-size: 18px;
}

html#design2017 body.homepage.homepg2017 footer .footer-secondary ul.footer__links,
html#design2017 body.inside2017 footer .footer-secondary ul.footer__links {
  padding: 0px 0 8px;
  text-align: center;
}

html#design2017 body.homepage.homepg2017 footer .footer-secondary ul.footer__links li,
html#design2017 body.inside2017 footer .footer-secondary ul.footer__links li {
  margin-top: 10px;
}

html#design2017 body.homepage.homepg2017 footer .footer-secondary ul.footer__links li a,
html#design2017 body.inside2017 footer .footer-secondary ul.footer__links li a {
  padding: 0px 0;
}

html#design2017 body.homepage.homepg2017 footer .footer-secondary ul.footer__links li a:focus,
html#design2017 body.inside2017 footer .footer-secondary ul.footer__links li a:focus {
  outline: 3px solid #25a5bd;
}

html#design2017 body.homepage.homepg2017 footer .footer-secondary .footer__links.footer__social-links,
html#design2017 body.inside2017 footer .footer-secondary .footer__links.footer__social-links {
  padding: 7px 0 6px;
}

html#design2017 body.homepage.homepg2017 footer .footer-secondary .footer__links.footer__social-links ul.social-icons,
html#design2017 body.inside2017 footer .footer-secondary .footer__links.footer__social-links ul.social-icons {
  margin-top: 0px;
}

html#design2017 body.homepage.homepg2017 footer .footer-secondary .footer__links.footer__social-links ul.social-icons li a:focus,
html#design2017 body.inside2017 footer .footer-secondary .footer__links.footer__social-links ul.social-icons li a:focus {
  outline: 3px solid #25a5bd;
}

html#design2017 body.homepage.homepg2017 footer .footer-secondary .copyright,
html#design2017 body.inside2017 footer .footer-secondary .copyright {
  margin-bottom: 15px;
  margin-top: 0px;
}

html#design2017 body.homepage.homepg2017 footer .footer-secondary .copyright p.privacy,
html#design2017 body.inside2017 footer .footer-secondary .copyright p.privacy {
  margin: 0px 68px 3px;
}

html#design2017 body.homepage.homepg2017 footer .footer-secondary .copyright p.copyr,
html#design2017 body.inside2017 footer .footer-secondary .copyright p.copyr {
  margin: 12px 0 0 0;
}

html#design2017 body.homepage.homepg2017 footer .footer-logo img,
html#design2017 body.inside2017 footer .footer-logo img {
  margin: 0 auto 8px;
  width: 30px;
}

@media (min-width: 768px) {
  html#design2017 body.homepage.homepg2017,
  html#design2017 body.inside2017 {
    /* .footer-cta {
		background: url('/a/dist/img/footer-bg.svg') no-repeat top center;
		background-position: top center;
		padding: 347px 0 100px;
	} */
  }
  html#design2017 body.homepage.homepg2017 .footer,
  html#design2017 body.inside2017 .footer {
    height: 1029px;
  }
  html#design2017 body.homepage.homepg2017 .footer .cta-contact,
  html#design2017 body.inside2017 .footer .cta-contact {
    margin-top: 70px;
    margin-bottom: 40px;
  }
  html#design2017 body.homepage.homepg2017 .footer .cta-contact h2,
  html#design2017 body.inside2017 .footer .cta-contact h2 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 40px;
  }
  html#design2017 body.homepage.homepg2017 .cta-contact,
  html#design2017 body.inside2017 .cta-contact {
    text-align: center;
    margin-top: 25px;
  }
  html#design2017 body.homepage.homepg2017 .cta-contact h2,
  html#design2017 body.inside2017 .cta-contact h2 {
    font-family: "Guardian Egyptian Thin";
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
  }
  html#design2017 body.homepage.homepg2017 .cta-contact p,
  html#design2017 body.inside2017 .cta-contact p {
    margin-left: 23px;
  }
  html#design2017 body.homepage.homepg2017 .cta-contact .cta.red,
  html#design2017 body.inside2017 .cta-contact .cta.red {
    width: 248px;
    height: 178px;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
  }
  html#design2017 body.homepage.homepg2017 .cta-contact .cta.red a.cta-button-right,
  html#design2017 body.inside2017 .cta-contact .cta.red a.cta-button-right {
    display: inline-block;
    cursor: pointer;
    width: 120px;
    height: 120px;
    margin-top: -5px;
  }
  html#design2017 body.homepage.homepg2017 .cta-contact .cta.red a.cta-button-right:hover,
  html#design2017 body.inside2017 .cta-contact .cta.red a.cta-button-right:hover {
    background-position: -14px -20px;
  }
  html#design2017 body.homepage.homepg2017 .footer-logo,
  html#design2017 body.inside2017 .footer-logo {
    margin: 0 auto;
    width: 100%;
  }
  html#design2017 body.homepage.homepg2017 .footer-logo img,
  html#design2017 body.inside2017 .footer-logo img {
    margin: 0 auto;
    display: block;
  }
  html#design2017 body.homepage.homepg2017 .footer-nav,
  html#design2017 body.inside2017 .footer-nav {
    margin: 0 auto;
    text-align: center;
  }
  html#design2017 body.homepage.homepg2017 .footer-nav li,
  html#design2017 body.inside2017 .footer-nav li {
    width: 100%;
    margin-top: 25px;
  }
  html#design2017 body.homepage.homepg2017 .footer-nav li a,
  html#design2017 body.inside2017 .footer-nav li a {
    text-align: center;
    width: 100%;
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    line-height: 24px;
  }
  html#design2017 body.homepage.homepg2017 .footer__links.footer__social-links ul.social-icons,
  html#design2017 body.inside2017 .footer__links.footer__social-links ul.social-icons {
    text-align: center;
  }
  html#design2017 body.homepage.homepg2017 .copyright,
  html#design2017 body.inside2017 .copyright {
    margin-bottom: 40px;
  }
  html#design2017 body.homepage.homepg2017 .copyright p,
  html#design2017 body.inside2017 .copyright p {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin: 30px auto 20px;
  }
  html#design2017 body.homepage.homepg2017 .copyright p a,
  html#design2017 body.inside2017 .copyright p a {
    color: #fff;
  }
  html#design2017 body.homepage.homepg2017 .copyright p a:hover,
  html#design2017 body.inside2017 .copyright p a:hover {
    text-decoration: underline;
  }
  html#design2017 body.homepage.homepg2017 .footer-spacer,
  html#design2017 body.inside2017 .footer-spacer {
    height: 460px;
  }
  html#design2017 body.homepage.homepg2017 .footer-spacer.is--hidden,
  html#design2017 body.inside2017 .footer-spacer.is--hidden {
    display: none;
  }
  html#design2017 body.homepage.homepg2017 footer,
  html#design2017 body.inside2017 footer {
    background-position: top -160px center;
    height: 460px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-content,
  html#design2017 body.inside2017 footer .footer-content {
    top: 65px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-content .cta-contact,
  html#design2017 body.inside2017 footer .footer-content .cta-contact {
    margin-top: 0px;
    margin-bottom: 0;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-content .cta-contact .cta.pressevents.contactus span,
  html#design2017 body.inside2017 footer .footer-content .cta-contact .cta.pressevents.contactus span {
    font-size: 16px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-content h2,
  html#design2017 body.inside2017 footer .footer-content h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px 0;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary,
  html#design2017 body.inside2017 footer .footer-secondary {
    bottom: 0;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary .footer-nav li,
  html#design2017 body.inside2017 footer .footer-secondary .footer-nav li {
    width: 105px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary .footer-nav li a,
  html#design2017 body.inside2017 footer .footer-secondary .footer-nav li a {
    font-size: 18px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary ul.footer__links,
  html#design2017 body.inside2017 footer .footer-secondary ul.footer__links {
    padding: 0px 0 8px;
    text-align: center;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary ul.footer__links li,
  html#design2017 body.inside2017 footer .footer-secondary ul.footer__links li {
    margin-top: 15px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary ul.footer__links li a,
  html#design2017 body.inside2017 footer .footer-secondary ul.footer__links li a {
    padding: 0px 0;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary .footer__links.footer__social-links,
  html#design2017 body.inside2017 footer .footer-secondary .footer__links.footer__social-links {
    padding: 7px 0 6px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary .footer__links.footer__social-links ul.social-icons,
  html#design2017 body.inside2017 footer .footer-secondary .footer__links.footer__social-links ul.social-icons {
    margin-top: 0px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary .copyright,
  html#design2017 body.inside2017 footer .footer-secondary .copyright {
    margin-bottom: 15px;
    margin-top: 0px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary .copyright p.privacy,
  html#design2017 body.inside2017 footer .footer-secondary .copyright p.privacy {
    margin: 14px 68px 3px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary .copyright p.copyr,
  html#design2017 body.inside2017 footer .footer-secondary .copyright p.copyr {
    margin: 0;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-logo,
  html#design2017 body.inside2017 footer .footer-logo {
    margin: 0;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-logo img,
  html#design2017 body.inside2017 footer .footer-logo img {
    margin: 0 auto 8px;
    width: 42px;
  }
}

@media (min-width: 992px) {
  html#design2017 body.homepage.homepg2017,
  html#design2017 body.inside2017 {
    /* .footer-cta {
		background: url('/a/dist/img/footer-bg.svg') no-repeat top center;
		padding: 347px 0 50px;
	} */
  }
  html#design2017 body.homepage.homepg2017 .footer,
  html#design2017 body.inside2017 .footer {
    height: 770px;
  }
  html#design2017 body.homepage.homepg2017 .footer .cta-contact,
  html#design2017 body.inside2017 .footer .cta-contact {
    margin-top: 255px;
    margin-bottom: 70px;
  }
  html#design2017 body.homepage.homepg2017 .footer .cta-contact h2,
  html#design2017 body.inside2017 .footer .cta-contact h2 {
    font-size: 50px;
    letter-spacing: 0;
    line-height: 50px;
  }
  html#design2017 body.homepage.homepg2017 .footer-logo,
  html#design2017 body.inside2017 .footer-logo {
    margin: 0 0 0 60px;
    width: 200px;
  }
  html#design2017 body.homepage.homepg2017 .footer-logo img,
  html#design2017 body.inside2017 .footer-logo img {
    margin: 0;
    display: block;
  }
  html#design2017 body.homepage.homepg2017 .footer-nav,
  html#design2017 body.inside2017 .footer-nav {
    margin: 0;
    text-align: right;
  }
  html#design2017 body.homepage.homepg2017 .footer-nav ul.footer__links,
  html#design2017 body.inside2017 .footer-nav ul.footer__links {
    margin-right: 60px;
    text-align: right;
  }
  html#design2017 body.homepage.homepg2017 .footer-nav ul.footer__links li,
  html#design2017 body.inside2017 .footer-nav ul.footer__links li {
    width: 60px;
    margin-top: 0;
  }
  html#design2017 body.homepage.homepg2017 .footer-nav ul.footer__links li a,
  html#design2017 body.inside2017 .footer-nav ul.footer__links li a {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
  html#design2017 body.homepage.homepg2017 .footer__links.footer__social-links ul.social-icons,
  html#design2017 body.inside2017 .footer__links.footer__social-links ul.social-icons {
    text-align: right;
    margin-right: 60px;
  }
  html#design2017 body.homepage.homepg2017 .copyright,
  html#design2017 body.inside2017 .copyright {
    margin-bottom: 40px;
    margin-top: 28px;
  }
  html#design2017 body.homepage.homepg2017 .copyright p,
  html#design2017 body.inside2017 .copyright p {
    text-align: left;
    margin: 30px auto 20px;
  }
  html#design2017 body.homepage.homepg2017 .copyright p.privacy,
  html#design2017 body.inside2017 .copyright p.privacy {
    text-align: right;
    margin-right: 76px;
  }
  html#design2017 body.homepage.homepg2017 .copyright p.copyr,
  html#design2017 body.inside2017 .copyright p.copyr {
    text-align: left;
    margin-left: 60px;
  }
  html#design2017 body.homepage.homepg2017 .footer-spacer,
  html#design2017 body.inside2017 .footer-spacer {
    height: 400px;
  }
  html#design2017 body.homepage.homepg2017 footer,
  html#design2017 body.inside2017 footer {
    background: #fff url("/a/dist/img/footer-bg-shapes-2020-3.svg") no-repeat center;
    background-size: cover;
    height: 400px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-content,
  html#design2017 body.inside2017 footer .footer-content {
    top: 72px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-content h2,
  html#design2017 body.inside2017 footer .footer-content h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 15px 0;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary,
  html#design2017 body.inside2017 footer .footer-secondary {
    bottom: 0;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary ul.footer__links,
  html#design2017 body.inside2017 footer .footer-secondary ul.footer__links {
    text-align: right;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary ul.footer__links li a,
  html#design2017 body.inside2017 footer .footer-secondary ul.footer__links li a {
    padding: 15px 0;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary .footer__links.footer__social-links ul.social-icons,
  html#design2017 body.inside2017 footer .footer-secondary .footer__links.footer__social-links ul.social-icons {
    margin-top: 0px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary .copyright,
  html#design2017 body.inside2017 footer .footer-secondary .copyright {
    margin-bottom: 15px;
    margin-top: 0px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary .copyright p.copyr,
  html#design2017 body.inside2017 footer .footer-secondary .copyright p.copyr {
    margin: 0 0 0 40px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-logo,
  html#design2017 body.inside2017 footer .footer-logo {
    margin: 0;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-logo img,
  html#design2017 body.inside2017 footer .footer-logo img {
    margin: 0 0 8px 40px;
    width: 46px;
  }
}

@media (min-width: 1200px) {
  html#design2017 body.homepage.homepg2017,
  html#design2017 body.inside2017 {
    /* .footer-cta {
		background: url('/a/dist/img/footer-bg.svg') no-repeat top center;
		padding: 347px 0 100px;
	} */
  }
  html#design2017 body.homepage.homepg2017 .footer,
  html#design2017 body.inside2017 .footer {
    height: 770px;
  }
  html#design2017 body.homepage.homepg2017 .footer .cta-contact,
  html#design2017 body.inside2017 .footer .cta-contact {
    margin-top: 255px;
    margin-bottom: 70px;
  }
  html#design2017 body.homepage.homepg2017 .footer .cta-contact h2,
  html#design2017 body.inside2017 .footer .cta-contact h2 {
    font-size: 70px;
    letter-spacing: 0;
    line-height: 80px;
  }
  html#design2017 body.homepage.homepg2017 .footer-logo,
  html#design2017 body.inside2017 .footer-logo {
    margin: 0 0 0 15px;
    width: 200px;
  }
  html#design2017 body.homepage.homepg2017 .footer-logo img,
  html#design2017 body.inside2017 .footer-logo img {
    margin: 0;
    display: block;
  }
  html#design2017 body.homepage.homepg2017 .footer-nav,
  html#design2017 body.inside2017 .footer-nav {
    margin: 0;
    text-align: right;
  }
  html#design2017 body.homepage.homepg2017 .footer-nav ul.footer__links,
  html#design2017 body.inside2017 .footer-nav ul.footer__links {
    margin-right: 40px;
    text-align: right;
  }
  html#design2017 body.homepage.homepg2017 .footer-nav ul.footer__links li,
  html#design2017 body.inside2017 .footer-nav ul.footer__links li {
    width: auto;
    margin-top: 0;
  }
  html#design2017 body.homepage.homepg2017 .footer-nav ul.footer__links li a,
  html#design2017 body.inside2017 .footer-nav ul.footer__links li a {
    border: none !important;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
  html#design2017 body.homepage.homepg2017 .footer-nav ul.footer__links li a:hover,
  html#design2017 body.inside2017 .footer-nav ul.footer__links li a:hover {
    background: none !important;
    border: none !important;
  }
  html#design2017 body.homepage.homepg2017 .footer__links.footer__social-links ul.social-icons,
  html#design2017 body.inside2017 .footer__links.footer__social-links ul.social-icons {
    text-align: right;
    margin-right: 54px;
  }
  html#design2017 body.homepage.homepg2017 .copyright,
  html#design2017 body.inside2017 .copyright {
    margin-bottom: 40px;
    margin-top: 28px;
  }
  html#design2017 body.homepage.homepg2017 .copyright p,
  html#design2017 body.inside2017 .copyright p {
    text-align: left;
    margin: 50px auto 10px;
  }
  html#design2017 body.homepage.homepg2017 .copyright p.privacy,
  html#design2017 body.inside2017 .copyright p.privacy {
    text-align: right;
    margin-right: 68px;
  }
  html#design2017 body.homepage.homepg2017 .copyright p.copyr,
  html#design2017 body.inside2017 .copyright p.copyr {
    text-align: left;
    margin-left: 15px;
  }
  html#design2017 body.homepage.homepg2017 .footer-spacer,
  html#design2017 body.inside2017 .footer-spacer {
    height: 400px;
  }
  html#design2017 body.homepage.homepg2017 footer,
  html#design2017 body.inside2017 footer {
    background: #fff url("/a/dist/img/footer-bg-shapes-2020-3.svg") no-repeat center;
    background-size: cover;
    height: 400px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-content,
  html#design2017 body.inside2017 footer .footer-content {
    top: 60px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-content .call-to-action__desc,
  html#design2017 body.inside2017 footer .footer-content .call-to-action__desc {
    font-size: 2rem;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-content h2,
  html#design2017 body.inside2017 footer .footer-content h2 {
    font-size: 70px;
    line-height: 80px;
    margin: 0 0 15px 0;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary,
  html#design2017 body.inside2017 footer .footer-secondary {
    bottom: 0;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary ul.footer_links,
  html#design2017 body.inside2017 footer .footer-secondary ul.footer_links {
    text-align: right;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary ul.footer__links li a,
  html#design2017 body.inside2017 footer .footer-secondary ul.footer__links li a {
    padding: 15px 0;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary .footer__links.footer__social-links ul.social-icons,
  html#design2017 body.inside2017 footer .footer-secondary .footer__links.footer__social-links ul.social-icons {
    margin-top: 0px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary .footer-logo img,
  html#design2017 body.inside2017 footer .footer-secondary .footer-logo img {
    margin: 0 0 8px 40px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary .copyright,
  html#design2017 body.inside2017 footer .footer-secondary .copyright {
    margin-bottom: 15px;
    margin-top: 0px;
  }
  html#design2017 body.homepage.homepg2017 footer .footer-secondary .copyright p.copyr,
  html#design2017 body.inside2017 footer .footer-secondary .copyright p.copyr {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  html#design2017 body.homepage.homepg2017 ul.footer__links li a,
  html#design2017 body.inside2017 ul.footer__links li a {
    font-size: 12px;
  }
  html#design2017 body.homepage.homepg2017 .footer-logo img,
  html#design2017 body.inside2017 .footer-logo img {
    display: none;
  }
}

.quote-carousel.quotes2017 .quote-carousel-autoplay .quote-carousel-background-img .quote-mask__subheader:first-child {
  background: none;
  padding-top: 50px;
}

.quote-carousel.quotes2017 {
  display: block;
  margin: 60px 0;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 .quote-carousel-background-img .quote-mask p.quotemark-top {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 150px;
  letter-spacing: 0;
  line-height: 100px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 50px;
  text-align: center;
  margin-left: -12px;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 .quote-carousel-background-img .quote-mask h3.quote-mask__subheader {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 28px;
  color: #fff;
  letter-spacing: 0;
  line-height: 36px;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 .quote-carousel-background-img .quote-mask .quoteables {
  margin-top: 30px;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 .quote-carousel-background-img .quote-mask .quoteables .pic-circle {
  border: 0 none;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 .quote-carousel-background-img .quote-mask .quoteables p.author {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  letter-spacing: 0.5px;
  line-height: 24px;
  color: #fff;
  margin-top: -13px;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 .quote-carousel-background-img .quote-mask .quoteables p.author span.title {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.88px;
  line-height: 20px;
  display: block;
  margin-top: 18px;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 ul.slick-dots li {
  width: 25px;
  height: 25px;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 ul.slick-dots li button {
  width: 25px;
  height: 25px;
  padding: 5px;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 ul.slick-dots li button:before {
  font-size: 18px;
  color: #ee000e;
  opacity: 0.20;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 ul.slick-dots li.slick-active button {
  color: #ee000e;
  opacity: 1.0;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 ul.slick-dots li.slick-active button:before {
  color: #ee000e;
  opacity: 1.0;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 .quote-carousel-background-img .quote-mask {
  background-color: rgba(57, 57, 57, 0.46);
  height: 100%;
  text-align: center;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 .quote-carousel-background-img.bg-blueshape {
  background: transparent url("/a/dist/img/quote-carousel-2800-new.svg") no-repeat top center;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 .quote-carousel-background-img.bg-blueshape .quote-mask {
  background-color: transparent;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 .quote-carousel-background-img.bg-white .quote-mask {
  background-color: #fff;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 .quote-carousel-background-img.bg-white .quote-mask h3.quote-mask__subheader {
  color: #ee000e;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 .quote-carousel-background-img.bg-white .quote-mask p {
  color: #000;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 .quote-carousel-background-img.bg-white .quote-mask p.quotemark-top {
  color: #ee000e;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 .quote-carousel-background-img.bg-white .quote-mask p.author {
  color: #000;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 .quote-carousel-background-img.bg-white .quote-mask p.author span.title {
  color: #000;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 ul.slick-dots.bg-white li button:before {
  color: #ee000e;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 ul.slick-dots.bg-white li.slick-active button {
  color: #ee000e;
}

.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 ul.slick-dots.bg-white li.slick-active button:before {
  color: #ee000e;
}

@media (max-width: 767px) {
  html#design2017 body.inside2017.basiclanding .quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 .quote-carousel-background-img .quote-mask .quoteables {
    margin-top: -30px;
  }
}

@media (max-width: 345px) {
  html#design2017 body.inside2017.basiclanding section.quote-carousel.quotes2017 .quote-carousel-autoplay.slides2017 .quote-carousel-background-img .quote-mask h3.quote-mask__subheader {
    margin-top: -50px;
    padding-bottom: 24px;
    font-size: 24px;
    line-height: 37px;
  }
}

html#design2017 body.inside2017.basiclanding .contentmodule-hilist {
  padding-top: 40px;
  padding-bottom: 40px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-hilist .row {
  margin-top: 40px;
  margin-bottom: 90px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-hilist .row.first {
  margin-top: 40px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-hilist .row.heading {
  margin-bottom: 45px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-hilist h2 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 40px;
  color: #031a34;
  letter-spacing: 0;
  line-height: 54px;
  text-align: center;
}

html#design2017 body.inside2017.basiclanding .contentmodule-hilist h3 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #2d3135;
  letter-spacing: 0;
  line-height: 30px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-hilist p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  color: #2d3135;
  letter-spacing: 0.5px;
  line-height: 28px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-hilist .image {
  text-align: right;
}

html#design2017 body.inside2017.basiclanding .contentmodule-hilist img.feature.one {
  width: 333px;
  height: 333px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-hilist img.feature.two {
  width: 308px;
  height: 220px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-hilist img.feature.three {
  width: 333px;
  height: 447px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-hilist div.cta {
  padding-top: 0;
  margin-top: -5px;
}

@media (min-width: 768px) {
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist .row.heading {
    margin-bottom: 45px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist h2 {
    font-size: 40px;
    line-height: 54px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist h3 {
    font-size: 24px;
    color: #2d3135;
    line-height: 30px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist img.feature.one {
    width: 456px;
    height: 456px;
    margin-top: -33px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist img.feature.two {
    width: 438px;
    height: 312px;
    margin-top: -33px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist img.feature.three {
    width: 398px;
    height: 534px;
    margin-top: -33px;
    margin-right: 75px;
  }
}

@media (min-width: 992px) {
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist .row.heading {
    margin-bottom: 45px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist h2 {
    font-family: "Guardian Egyptian Thin";
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-size: 50px;
    line-height: 62px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist h3 {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    color: #2d3135;
    line-height: 42px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist p {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    letter-spacing: 0.62px;
    line-height: 34px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist img.feature.one {
    width: 475px;
    height: 475px;
    margin-top: -30px;
    margin-right: 140px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist img.feature.two {
    width: 476px;
    height: 340px;
    margin-top: -30px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist img.feature.three {
    width: 407px;
    height: 546px;
    margin-top: -30px;
    margin-right: 250px;
  }
}

@media (min-width: 1200px) {
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist .row.heading {
    margin-bottom: 50px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist h2 {
    font-family: "Guardian Egyptian Thin";
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-size: 50px;
    line-height: 62px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist h3 {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    color: #2d3135;
    line-height: 42px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist p {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    letter-spacing: 0.62px;
    line-height: 34px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist img.feature.one {
    width: 511px;
    height: 511px;
    margin-top: 0;
    margin-right: 280px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist img.feature.two {
    width: 617px;
    height: 440px;
    margin: 0;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-hilist img.feature.three {
    width: 409px;
    height: 550px;
    margin: 14px 350px 0 0;
  }
}

html#design2017 body.inside2017.media {
  margin-top: 0;
}

html#design2017 body.inside2017.media .body-content a {
  display: contents;
}

html#design2017 body.inside2017.media .row::after {
  clear: both;
  content: "";
  display: block;
}

html#design2017 body.inside2017.media section.design2017 {
  background: transparent url("/a/dist/img/media-header-bg.svg") no-repeat top center;
  height: 116px;
}

html#design2017 body.inside2017.media section.title h1 {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  color: #2d3135;
  font-size: 50px;
  line-height: 60px;
  text-transform: none;
  margin: 60px 0;
}

html#design2017 body.inside2017.media ul.inside-hero-share {
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none;
  padding-bottom: 20px;
}

html#design2017 body.inside2017.media ul.inside-hero-share li {
  list-style: none;
  display: inline;
  margin-right: 20px;
}

html#design2017 body.inside2017.media ul.inside-hero-share li:before {
  content: '';
}

html#design2017 body.inside2017.media .directory-body-locations h2.directory-body-locations__header {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 34px;
  font-style: none;
}

html#design2017 body.inside2017.media .directory-body-locations a.directory-body-locations__regions-text__link {
  color: #ee000e;
  font-size: 16px;
  line-height: 28px;
}

html#design2017 body.inside2017.media .directory-body-locations a.directory-body-locations__regions-text__link:hover, html#design2017 body.inside2017.media .directory-body-locations a.directory-body-locations__regions-text__link:focus {
  color: #ee000e;
  text-decoration: underline;
}

html#design2017 body.inside2017.media .media-categories .media-categories-list {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

html#design2017 body.inside2017.media .media-categories p.view {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #2d3135;
  letter-spacing: 0.88px;
  line-height: 20px;
  text-transform: uppercase;
  display: inline;
  margin-right: 18px;
}

html#design2017 body.inside2017.media .media-categories .media-cat {
  display: inline;
}

html#design2017 body.inside2017.media .media-categories .media-cat a {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #ee000e;
  text-transform: uppercase;
  display: inline;
  margin-right: 15px;
}

html#design2017 body.inside2017.media .media-categories .media-cat a:hover, html#design2017 body.inside2017.media .media-categories .media-cat a:focus {
  text-decoration: underline;
}

html#design2017 body.inside2017.media .directory--event-select--category,
html#design2017 body.inside2017.media .directory--event-select--year {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 34px;
}

html#design2017 body.inside2017.media .directory--event-select--select-desktop--psuedo-select--select {
  border-bottom: 0 none;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: none;
  margin-top: 4px;
}

html#design2017 body.inside2017.media .directory--event-select--select-desktop--psuedo-select--select i.icon-chevron-down {
  color: #000;
  font-size: 12px;
}

html#design2017 body.inside2017.media .directory--event-select {
  border-bottom: 1px solid #e5e5e5;
}

html#design2017 body.inside2017.media .directory--events--event {
  padding: 45px 0 20px;
}

html#design2017 body.inside2017.media .directory--events--event--date {
  display: block;
  float: none;
  width: 210px;
  margin-top: 4px;
  margin-bottom: 20px;
}

html#design2017 body.inside2017.media .directory--events--event--date span {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #ff555f;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.6px;
  margin: 5px 0 0 0;
  padding: 6px 20px 6px 18px;
}

html#design2017 body.inside2017.media .directory--events--event--copy {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #2d3135;
  letter-spacing: 0.6px;
  line-height: 36px;
  float: none;
  width: 100%;
}

html#design2017 body.inside2017.media .directory--events--event--copy p {
  font-size: 24px;
  color: #2d3135;
  letter-spacing: 0.6px;
  line-height: 36px;
}

html#design2017 body.inside2017.media .directory--events--event--copy p a {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #2d3135;
  letter-spacing: 0.6px;
  line-height: 36px;
}

html#design2017 body.inside2017.media .directory--events--event--copy p a:hover, html#design2017 body.inside2017.media .directory--events--event--copy p a:focus {
  color: #2d3135;
  text-decoration: underline;
}

html#design2017 body.inside2017.media .directory--events--event--link a {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #2d3135;
  letter-spacing: 0.6px;
  line-height: 36px;
}

html#design2017 body.inside2017.media .directory--events--event--link a:hover, html#design2017 body.inside2017.media .directory--events--event--link a:focus {
  color: #2d3135;
  text-decoration: underline;
}

html#design2017 body.inside2017.media .directory--events-nav {
  padding: 120px 0 80px;
  z-index: 10;
}

html#design2017 body.inside2017.media .directory--events-nav .directory--events-nav--next a,
html#design2017 body.inside2017.media .directory--events-nav .directory--events-nav--prev a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: none;
}

html#design2017 body.inside2017.media .directory--events-nav .directory--events-nav--next a:hover, html#design2017 body.inside2017.media .directory--events-nav .directory--events-nav--next a:focus,
html#design2017 body.inside2017.media .directory--events-nav .directory--events-nav--prev a:hover,
html#design2017 body.inside2017.media .directory--events-nav .directory--events-nav--prev a:focus {
  color: #ee000e;
  text-decoration: none;
}

html#design2017 body.inside2017.media .directory--event-select--select-mobile--psuedo-select {
  /* position: absolute;
        top: 20px;
        right: 0;
        width: 145px; */
}

html#design2017 body.inside2017.media .directory--event-select--select-mobile--psuedo-select--select {
  text-align: right;
}

html#design2017 body.inside2017.media .directory--event-select--select-mobile--psuedo-select--select span {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 4px;
}

html#design2017 body.inside2017.media .directory--event-select--select-mobile--psuedo-select--select i.icon-chevron-down {
  color: #000;
  font-size: 12px;
}

html#design2017 body.inside2017.media #loadmore-btn {
  background-color: transparent;
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 0;
  font-size: 14px;
  color: #ee000e;
  letter-spacing: 0.88px;
  line-height: 20px;
  border: 0 none;
  text-align: center;
  text-transform: uppercase;
  display: block;
  /* a#loadmore {
            float: none;
            position: absolute;
            top: -19px;
            left: 25%;
            z-index: 999;
        } */
}

html#design2017 body.inside2017.media .directory--events-nav--load-more {
  display: block;
  margin: 0 auto 0;
  transition: all 0.5s ease;
  display: inline-block;
  cursor: pointer;
  width: 110px;
  height: 105px;
  background: url(/a/dist/img/cta-btn2-down-whiteOnRed.svg) no-repeat center center, url(/a/dist/img/cta-btn2-down-whiteOnRed-hoverRedOnWhite.svg) no-repeat -9999px -9999px;
}

html#design2017 body.inside2017.media .directory--events-nav--load-more span {
  position: relative;
  top: -15px;
}

html#design2017 body.inside2017.media .directory--events-nav--load-more:hover {
  width: 110px;
  height: 105px;
  background: url(/a/dist/img/cta-btn2-down-whiteOnRed-hoverRedOnWhite.svg) no-repeat center center;
}

html#design2017 body.inside2017.media .directory--events-nav--load-more a {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  padding: 12px 34px 10px;
  display: inline-block;
  text-decoration: none;
  border: 0 none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.3pt;
  text-transform: uppercase;
  border-radius: 0;
  display: none;
}

html#design2017 body.inside2017.media #media-contacts-section {
  background-color: #f8f8f8;
  padding: 120px 0;
  margin-top: -132px;
}

html#design2017 body.inside2017.media #media-contacts-section #media-contacts {
  padding: 0 15px;
}

html#design2017 body.inside2017.media #media-contacts-section h3 {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #000;
  letter-spacing: 0;
  line-height: 46px;
}

html#design2017 body.inside2017.media #media-contacts-section .media-contact-item {
  padding: 12px 0 40px 0;
  margin: 25px 0 10px;
  border-bottom: 1px solid #dedede;
  display: inline-block;
  width: 100%;
}

html#design2017 body.inside2017.media #media-contacts-section .media-contact-info {
  margin-top: 20px;
}

html#design2017 body.inside2017.media #media-contacts-section h4 {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  color: #000;
  line-height: 42px;
  letter-spacing: 0;
}

html#design2017 body.inside2017.media #media-contacts-section p {
  margin: 0;
}

html#design2017 body.inside2017.media #media-contacts-section p.name {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #000;
  letter-spacing: 0.6px;
  line-height: 34px;
  margin: 0 0 10px 0;
}

html#design2017 body.inside2017.media #media-contacts-section p.titleaddress {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.6px;
  line-height: 34px;
  margin: 0;
}

html#design2017 body.inside2017.media #media-contacts-section a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #ee000e;
  letter-spacing: 0.88px;
  line-height: 32px;
}

html#design2017 body.inside2017.media #media-contacts-section a:hover, html#design2017 body.inside2017.media #media-contacts-section a:focus {
  color: #ee000e;
  text-decoration: underline;
}

html#design2017 body.inside2017.media #media-contacts-section i {
  color: #ee000e;
}

html#design2017 body.inside2017.media section.design2017.hero-landing.press-entry {
  height: 116px;
}

html#design2017 body.inside2017.media.regions #regionsbg {
  text-align: center;
}

html#design2017 body.inside2017.media.regions #regionsbg img {
  margin: 118px auto 0;
}

html#design2017 body.inside2017.media.regions section.design2017.hero-landing {
  background-color: #fff;
  background-image: url("/a/dist/img/media-header-bg.svg"), url("/a/dist/img/region-map-bg.svg");
  background-position: top center, top center;
}

html#design2017 body.inside2017.media.regions h2.directory-body-locations__header {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 26px;
}

html#design2017 body.inside2017.media.regions .directory-body-locations p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  line-height: 34px;
}

html#design2017 body.inside2017.media.regions p.directory-body-locations__regions-text a.directory-body-locations__regions-text__link {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 40px;
  color: #ee000e;
  letter-spacing: 0;
  line-height: 64px;
}

html#design2017 body.inside2017.media.regions a.view-all {
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #ee000e;
  letter-spacing: 0.88px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 90px;
}

html#design2017 body.inside2017.media.regions a.view-all.line {
  margin-bottom: 90px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 90px;
  width: 80%;
}

html#design2017 body.inside2017.media.regions .countries-list .vertical-line {
  height: 100px;
  width: 2px;
  margin: 15px 0 25px;
}

html#design2017 body.inside2017.media.regions .countries-list .vertical-line .pathbase {
  stroke: #999999;
  opacity: 0.5;
}

html#design2017 body.inside2017.media.regions .countries-list .vertical-line .path {
  stroke: #ee000e;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

@keyframes verticalline {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@media (min-width: 768px) {
  html#design2017 body.inside2017.media section.title h1 {
    font-size: 50px;
    line-height: 110px;
  }
  html#design2017 body.inside2017.media .media-categories p.view {
    margin-right: 20px;
  }
  html#design2017 body.inside2017.media .media-categories .media-cat a {
    margin-right: 20px;
  }
  html#design2017 body.inside2017.media .directory--events--event--date {
    float: left;
    width: 210px;
  }
  html#design2017 body.inside2017.media .directory--events--event--copy {
    float: left;
    width: 430px;
  }
  html#design2017 body.inside2017.media #media-contacts {
    padding: 0;
  }
  html#design2017 body.inside2017.media #media-contacts-section h3 {
    font-size: 24px;
    line-height: 46px;
  }
  html#design2017 body.inside2017.media #media-contacts-section h4 {
    font-size: 30px;
    line-height: 42px;
  }
  html#design2017 body.inside2017.media.regions p.directory-body-locations__regions-text a.directory-body-locations__regions-text__link {
    font-size: 40px;
    line-height: 64px;
  }
}

@media (min-width: 992px) {
  html#design2017 body.inside2017.media section.title h1 {
    font-size: 100px;
    line-height: 110px;
    margin: 100px 0;
  }
  html#design2017 body.inside2017.media .media-categories p.view {
    margin-right: 35px;
  }
  html#design2017 body.inside2017.media .media-categories .media-cat a {
    margin-right: 35px;
  }
  html#design2017 body.inside2017.media .directory--events--event--date {
    float: left;
    width: 210px;
  }
  html#design2017 body.inside2017.media .directory--events--event--copy {
    float: left;
    width: 600px;
  }
  html#design2017 body.inside2017.media #media-contacts {
    padding: 0;
  }
  html#design2017 body.inside2017.media #media-contacts-section h3 {
    font-size: 36px;
    line-height: 46px;
  }
  html#design2017 body.inside2017.media #media-contacts-section h4 {
    font-size: 42px;
    line-height: 58px;
  }
  html#design2017 body.inside2017.media.regions p.directory-body-locations__regions-text a.directory-body-locations__regions-text__link {
    font-size: 50px;
    line-height: 75px;
  }
}

@media (min-width: 1200px) {
  html#design2017 body.inside2017.media section.title h1 {
    font-size: 100px;
    line-height: 110px;
  }
  html#design2017 body.inside2017.media .media-categories p.view {
    margin-right: 40px;
  }
  html#design2017 body.inside2017.media .media-categories .media-cat a {
    margin-right: 40px;
  }
  html#design2017 body.inside2017.media .directory--events--event--date {
    float: left;
    width: 210px;
  }
  html#design2017 body.inside2017.media .directory--events--event--copy {
    float: left;
    width: 850px;
  }
  html#design2017 body.inside2017.media #media-contacts {
    padding: 0;
  }
  html#design2017 body.inside2017.media #media-contacts-section h3 {
    font-size: 36px;
    line-height: 46px;
  }
  html#design2017 body.inside2017.media #media-contacts-section h4 {
    font-size: 42px;
    line-height: 58px;
  }
  html#design2017 body.inside2017.media.regions p.directory-body-locations__regions-text a.directory-body-locations__regions-text__link {
    font-size: 50px;
    line-height: 75px;
  }
}

/** Global site card styles collected in one spot. Justin Holt may move these into abstracted partials later **?

/** Solutions card styles, originally ported from old staging styles **/
/** Updated in April 2018 for new Huge designs by Justin Holt **/
.solutions-cards {
  padding: 60px 0 0;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .solutions-cards {
    padding: 80px 0 0;
  }
}

.solutions-cards__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.solutions-cards__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .solutions-cards__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .solutions-cards__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .solutions-cards__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .solutions-cards__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .solutions-cards__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .solutions-cards__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.solutions-cards__container::after {
  clear: both;
  content: "";
  display: block;
}

.solutions-cards__container #insights__title {
  margin-top: 20px;
}

.solutions-cards__row {
  width: calc(100% - 4rem);
}

@media screen and (min-width: 768px) {
  .solutions-cards__row {
    width: 100%;
  }
}

.solutions-cards__title {
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none;
  color: #3b3c43;
}

@media screen and (min-width: 768px) {
  .solutions-cards__title {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 7rem;
    font-weight: 100;
    line-height: 1.29;
  }
}

.solutions-cards__title.margin-bottom {
  margin-bottom: 4.1rem;
}

@media screen and (min-width: 768px) {
  .solutions-cards__title.margin-bottom {
    margin-bottom: 7.1rem;
  }
}

.solutions-cards__title.no-margin-bottom {
  margin-bottom: 0;
}

.solutions-cards__sub-title {
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 300;
  margin-bottom: 4.1rem;
  color: #3b3c43;
}

@media screen and (min-width: 768px) {
  .solutions-cards__sub-title {
    font-family: display-egyptian-thin, sans-serif;
    font-weight: 100;
    margin-bottom: 10rem;
  }
}

.solutions-cards__gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1240px) {
  .solutions-cards__gallery {
    flex-direction: row;
    justify-content: space-between;
  }
}

.solutions-cards .card {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  transition: opacity height 0.2s linear;
}

.solutions-cards .card:first-child {
  border-top: 0;
}

@media screen and (min-width: 1240px) {
  .solutions-cards .card {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 45.52141168%;
  }
  .solutions-cards .card:last-child {
    margin-right: 0;
  }
  .solutions-cards .card:nth-child(2n) {
    margin-top: -80px;
  }
  .solutions-cards .card:nth-child(2) {
    border-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  .solutions-cards .card {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
  }
  .solutions-cards .card:last-child {
    margin-right: 0;
  }
}

.solutions-cards .card__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 42px 0;
}

.solutions-cards .card-stage {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.solutions-cards .card-stage.image-size--full .primary-img {
  max-width: 244px;
}

.solutions-cards .card-stage.image-size--threeQuarter .primary-img {
  width: 175px;
}

.solutions-cards .card-stage.image-size--half .primary-img {
  width: 130px;
}

.solutions-cards .stage__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 900px) {
  .solutions-cards .stage__wrapper {
    width: 60%;
  }
}

@media screen and (min-width: 1240px) {
  .solutions-cards .stage__wrapper {
    padding-right: 22px;
  }
}

.solutions-cards .stage__wrapper h5 {
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
  color: #ee000e;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .solutions-cards .stage__wrapper h5 {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 2.4rem;
    font-weight: 100;
    line-height: 4.4rem;
  }
}

@media screen and (min-width: 900px) {
  .solutions-cards .stage__wrapper h5 {
    font-size: 4.2rem;
    line-height: 5.4rem;
  }
}

@media screen and (min-width: 1240px) {
  .solutions-cards .stage__wrapper h5 {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
}

@media screen and (min-width: 1440px) {
  .solutions-cards .stage__wrapper h5 {
    font-size: 4.2rem;
    line-height: 5.4rem;
  }
}

.solutions-cards .stage__wrapper h6 {
  font-family: display-egyptian-light, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 3rem;
  color: #000;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .solutions-cards .stage__wrapper h6 {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 2rem;
  }
}

@media screen and (min-width: 900px) {
  .solutions-cards .stage__wrapper h6 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media screen and (min-width: 1240px) {
  .solutions-cards .stage__wrapper h6 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media screen and (min-width: 1440px) {
  .solutions-cards .stage__wrapper h6 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.solutions-cards .primary-img {
  position: relative;
  display: none;
  width: 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 175px;
}

@media screen and (min-width: 900px) {
  .solutions-cards .primary-img {
    display: block;
  }
  .image-size--full .solutions-cards .primary-img {
    width: 244px;
  }
  .image-size--threeQuarter .solutions-cards .primary-img {
    width: 175px;
  }
  .image-size--half .solutions-cards .primary-img {
    width: 130px;
  }
}

/** Insights cards, originally ported from old staging styles **/
/** Updated in April 2018 for new Huge designs by Justin Holt **/
.insights-cards {
  position: relative;
  padding: 60px 0 0;
  z-index: 4;
}

.insights-cards .container, .insights-cards .recirculation > .spark-line, .insights-cards .new-links-module > .spark-line, .insights-cards .links-module > .spark-line {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.insights-cards .container::after, .insights-cards .recirculation > .spark-line::after, .insights-cards .new-links-module > .spark-line::after, .insights-cards .links-module > .spark-line::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .insights-cards .container, .insights-cards .recirculation > .spark-line, .insights-cards .new-links-module > .spark-line, .insights-cards .links-module > .spark-line {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .insights-cards .container::after, .insights-cards .recirculation > .spark-line::after, .insights-cards .new-links-module > .spark-line::after, .insights-cards .links-module > .spark-line::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .insights-cards .container, .insights-cards .recirculation > .spark-line, .insights-cards .new-links-module > .spark-line, .insights-cards .links-module > .spark-line {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .insights-cards .container::after, .insights-cards .recirculation > .spark-line::after, .insights-cards .new-links-module > .spark-line::after, .insights-cards .links-module > .spark-line::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .insights-cards .container, .insights-cards .recirculation > .spark-line, .insights-cards .new-links-module > .spark-line, .insights-cards .links-module > .spark-line {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .insights-cards .container::after, .insights-cards .recirculation > .spark-line::after, .insights-cards .new-links-module > .spark-line::after, .insights-cards .links-module > .spark-line::after {
    clear: both;
    content: "";
    display: block;
  }
}

.insights-cards .container::after, .insights-cards .recirculation > .spark-line::after, .insights-cards .new-links-module > .spark-line::after, .insights-cards .links-module > .spark-line::after {
  clear: both;
  content: "";
  display: block;
}

.insights-cards .container:before, .insights-cards .recirculation > .spark-line:before, .insights-cards .new-links-module > .spark-line:before, .insights-cards .links-module > .spark-line:before {
  display: none !important;
}

.insights-cards .insights-cards__grid {
  position: relative;
  z-index: 4;
  margin-top: 42px;
}

@media screen and (min-width: 900px) {
  .insights-cards .insights-cards__grid {
    margin-top: -100px;
  }
}

.insights-cards .insights-cards__grid .container, .insights-cards .insights-cards__grid .recirculation > .spark-line, .insights-cards .insights-cards__grid .new-links-module > .spark-line, .insights-cards .insights-cards__grid .links-module > .spark-line {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 4rem;
}

@media screen and (min-width: 900px) {
  .insights-cards .insights-cards__grid .container, .insights-cards .insights-cards__grid .recirculation > .spark-line, .insights-cards .insights-cards__grid .new-links-module > .spark-line, .insights-cards .insights-cards__grid .links-module > .spark-line {
    flex-direction: row;
    padding: 0;
  }
  [data-blocker="true"] .insights-cards .insights-cards__grid .container, [data-blocker="true"] .insights-cards .insights-cards__grid .recirculation > .spark-line, [data-blocker="true"] .insights-cards .insights-cards__grid .new-links-module > .spark-line, [data-blocker="true"] .insights-cards .insights-cards__grid .links-module > .spark-line {
    padding-bottom: 18rem;
  }
}

.insights-cards .insights-cards__grid .card {
  position: relative;
  margin-bottom: 20px;
  margin: 4rem auto;
  float: none !important;
  margin-right: 0 !important;
  transition: height, opacity, margin, padding-top 0.2s linear;
  width: 100%;
  max-height: 197px;
  min-height: 400px;
}

.insights-cards .insights-cards__grid .card.is--hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

[data-blocker="true"] .insights-cards .insights-cards__grid .card.is--hidden {
  opacity: 1;
  height: auto;
  margin: 4rem auto;
  padding-top: 50rem;
  overflow: visible;
}

@media screen and (min-width: 900px) {
  .insights-cards .insights-cards__grid .card {
    margin: 0 0 4.2358em;
    max-height: 412px;
    height: 100%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 32.94942976%;
    margin-right: 5px;
  }
  .insights-cards .insights-cards__grid .card:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) and (min-width: 768px) {
  .insights-cards .insights-cards__grid .card {
    margin-right: 5px;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .insights-cards .insights-cards__grid .card {
    margin-right: 5px;
  }
}

@media screen and (min-width: 900px) and (min-width: 1440px) {
  .insights-cards .insights-cards__grid .card {
    margin-right: 5px;
  }
}

@media screen and (min-width: 900px) {
  .insights-cards .insights-cards__grid .card:nth-child(2n) {
    margin-left: 8.38132128%;
  }
  .insights-cards .insights-cards__grid .card:nth-child(4n) {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
    margin-right: 5px;
  }
  .insights-cards .insights-cards__grid .card:nth-child(4n):last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) and (min-width: 768px) {
  .insights-cards .insights-cards__grid .card:nth-child(4n) {
    margin-right: 5px;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .insights-cards .insights-cards__grid .card:nth-child(4n) {
    margin-right: 5px;
  }
}

@media screen and (min-width: 900px) and (min-width: 1440px) {
  .insights-cards .insights-cards__grid .card:nth-child(4n) {
    margin-right: 5px;
  }
}

@media screen and (min-width: 900px) {
  .insights-cards .insights-cards__grid .card:nth-child(4n).is--hidden {
    padding-top: 0;
  }
  [data-blocker="true"] .insights-cards .insights-cards__grid .card:nth-child(4n).is--hidden {
    padding-top: 50rem;
  }
  .insights-cards .insights-cards__grid .card:nth-child(4n+1), .insights-cards .insights-cards__grid .card:nth-child(5n+1) {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 32.94942976%;
    margin-right: 5px;
  }
  .insights-cards .insights-cards__grid .card:nth-child(4n+1):last-child, .insights-cards .insights-cards__grid .card:nth-child(5n+1):last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) and (min-width: 768px) {
  .insights-cards .insights-cards__grid .card:nth-child(4n+1), .insights-cards .insights-cards__grid .card:nth-child(5n+1) {
    margin-right: 5px;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .insights-cards .insights-cards__grid .card:nth-child(4n+1), .insights-cards .insights-cards__grid .card:nth-child(5n+1) {
    margin-right: 5px;
  }
}

@media screen and (min-width: 900px) and (min-width: 1440px) {
  .insights-cards .insights-cards__grid .card:nth-child(4n+1), .insights-cards .insights-cards__grid .card:nth-child(5n+1) {
    margin-right: 5px;
  }
}

@media screen and (min-width: 900px) {
  .insights-cards .insights-cards__grid .card:nth-child(4n+1).is--hidden, .insights-cards .insights-cards__grid .card:nth-child(5n+1).is--hidden {
    padding-top: 0;
  }
  [data-blocker="true"] .insights-cards .insights-cards__grid .card:nth-child(4n+1).is--hidden, [data-blocker="true"] .insights-cards .insights-cards__grid .card:nth-child(5n+1).is--hidden {
    padding-top: 50rem;
  }
  .insights-cards .insights-cards__grid .card:nth-child(3n+2), .insights-cards .insights-cards__grid .card:nth-child(4n+3) {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    margin-right: 5px;
  }
  .insights-cards .insights-cards__grid .card:nth-child(3n+2):last-child, .insights-cards .insights-cards__grid .card:nth-child(4n+3):last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) and (min-width: 768px) {
  .insights-cards .insights-cards__grid .card:nth-child(3n+2), .insights-cards .insights-cards__grid .card:nth-child(4n+3) {
    margin-right: 5px;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .insights-cards .insights-cards__grid .card:nth-child(3n+2), .insights-cards .insights-cards__grid .card:nth-child(4n+3) {
    margin-right: 5px;
  }
}

@media screen and (min-width: 900px) and (min-width: 1440px) {
  .insights-cards .insights-cards__grid .card:nth-child(3n+2), .insights-cards .insights-cards__grid .card:nth-child(4n+3) {
    margin-right: 5px;
  }
}

@media screen and (min-width: 900px) {
  .insights-cards .insights-cards__grid .card:nth-child(3n+2).is--hidden, .insights-cards .insights-cards__grid .card:nth-child(4n+3).is--hidden {
    padding-top: 0;
  }
  [data-blocker="true"] .insights-cards .insights-cards__grid .card:nth-child(3n+2).is--hidden, [data-blocker="true"] .insights-cards .insights-cards__grid .card:nth-child(4n+3).is--hidden {
    padding-top: 50rem;
  }
  .insights-cards .insights-cards__grid .card:nth-child(7n+1) {
    margin-left: 8.38132128%;
  }
  .insights-cards .insights-cards__grid .card:nth-child(2n) {
    margin-top: calc(4.2358em * 1.1);
  }
  .insights-cards .insights-cards__grid .card:nth-child(2n).is--hidden {
    margin-top: 0;
  }
  [data-blocker="true"] .insights-cards .insights-cards__grid .card:nth-child(2n).is--hidden {
    margin-top: calc(4.2358em * 1.1);
  }
}

.insights-cards .insights-cards__grid .card .card-stage {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  top: 0;
  left: 0;
}

.insights-cards .insights-cards__grid .card .shade {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.insights-cards .insights-cards__grid .card .card__text {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px;
  height: inherit;
}

.insights-cards .insights-cards__grid .card .tag {
  position: absolute;
  top: -23px;
  right: -15px;
}

.insights-cards .insights-cards__grid .card .card__details {
  position: relative;
  margin-top: auto;
}

.insights-cards .insights-cards__grid .card .card__type {
  position: relative;
  display: block;
  margin-bottom: calc(22px / 2);
  color: #fff;
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.4rem;
  line-height: 3.4rem;
}

@media screen and (min-width: 1240px) {
  .insights-cards .insights-cards__grid .card .card__type {
    font-size: 1.6rem;
    margin-bottom: calc(22px / 1.5);
  }
}

.insights-cards .insights-cards__grid .card .card__title {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-decoration: none;
  text-transform: none;
}

@media screen and (min-width: 1240px) {
  .insights-cards .insights-cards__grid .card .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

/** Chart graphic styles **/
.chart-mask {
  position: relative;
  width: 0vw;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.animate-chart {
  width: 100vw;
}

.tag {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  margin-bottom: 24px;
  background: #ff555f;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 1.2px;
  font-weight: 600;
}

/** Global styles for any paginated "load more" CTAs with circle in middle containing icon of arrow down **/
/** Used on: Industries Pages "Insights" grid component **/
.load-more {
  padding: 0 !important;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: opacity, max-height 0.3s linear;
}

[data-blocker="true"] .load-more {
  display: none !important;
}

.load-more:before {
  position: absolute;
  bottom: 62px;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  content: "";
}

.load-more__text {
  position: relative;
  text-align: center;
  color: #ee000e;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-right: 0.57585535%;
  width: 16.18678721%;
  cursor: pointer;
}

.load-more__text:last-child {
  margin-right: 0;
}

.load-more__icon {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  cursor: pointer;
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-btn2-down-whiteOnRed.svg") no-repeat center center, url("/a/dist/img/cta-btn2-down-whiteOnRed-hoverRedOnWhite.svg") no-repeat -9999px -9999px;
  z-index: 3;
}

.load-more__icon:hover {
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-btn2-down-whiteOnRed-hoverRedOnWhite.svg") no-repeat center center;
}

.load-more.is--hidden {
  display: none;
}

/** Recirculation component styles **/
/** Currently used on Industries pages **/
.recirculation {
  text-align: center;
  padding: 70px 0;
}

.recirculation > .spark-line {
  position: relative;
  padding-top: 180px;
}

.recirculation > .spark-line .spark-line__progress-bar-container {
  bottom: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.recirculation--intro--header {
  font-size: 34px;
  line-height: 41px;
  text-transform: none;
  font-weight: 300;
}

.recirculation--items {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1240px) {
  .recirculation--items {
    flex-direction: row;
    justify-content: center;
  }
}

.recirculation--items--item {
  position: relative;
}

.recirculation--items--item--link {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 330px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .recirculation--items--item--link {
    max-width: 100%;
  }
}

.recirculation--items--item--wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.recirculation--items--item--wrapper .spark-line {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 1240px) {
  .recirculation--items--item--wrapper .spark-line {
    display: block;
  }
}

.recirculation--items--item--wrapper .spark-line .spark-line__progress-bar-container {
  bottom: auto;
  top: 80px;
}

@media screen and (min-width: 1240px) {
  .recirculation--items--item--wrapper {
    width: 330px;
  }
}

.recirculation--items--item--wrapper--text {
  position: relative;
  width: 100%;
  padding: 60px 25px 0 25px;
  text-align: left;
}

@media screen and (min-width: 900px) {
  .recirculation--items--item--wrapper--text {
    padding: 75px 35px;
  }
}

@media screen and (min-width: 1240px) {
  .recirculation--items--item--wrapper--text {
    padding: 60px 45px;
  }
}

@media screen and (min-width: 1440px) {
  .recirculation--items--item--wrapper--text {
    padding: 75px 65px;
  }
}

.recirculation--items--item--wrapper--text--header {
  position: relative;
  display: flex;
  align-items: center;
  color: #ee000e;
  font-family: "display-egyptian-light";
  font-size: 3.0rem;
  line-height: 1.5;
  margin-bottom: 18px;
}

.recirculation--items--item--wrapper--text--header svg {
  width: 15px;
  height: 30px;
  margin-left: 12px;
}

.recirculation--items--item--wrapper--text--body {
  position: relative;
  display: block;
  color: #000;
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.0rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

/** links-module component styles **/
/** Currently used on Industries pages **/
.new-links-module {
  text-align: left;
  padding: 0 0;
}

.new-links-module .row {
  overflow: hidden;
}

.new-links-module .spark-line {
  display: block;
}

@media screen and (min-width: 275px) {
  .new-links-module .spark-line {
    display: none;
  }
}

@media screen and (min-width: 568px) {
  .new-links-module .spark-line {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .new-links-module .spark-line {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .new-links-module .spark-line {
    display: none;
  }
}

@media screen and (min-width: 1240px) {
  .new-links-module .spark-line {
    display: block;
  }
}

.new-links-module .spark-line__progress-bar-container--right {
  left: 100%;
}

.new-links-module > .spark-line {
  position: relative;
  padding-top: 80px;
}

.new-links-module > .spark-line .spark-line__progress-bar-container {
  bottom: auto;
  top: 0;
  transform: translateX(-50%);
  height: 70px;
}

.new-links-module--intro--header {
  font-size: 34px;
  line-height: 41px;
  text-transform: none;
  font-weight: 300;
}

.new-links-module .links-module--items-wrapper {
  background-color: #fafafa;
}

.new-links-module .links-module--items-wrapper:hover {
  background-color: #ff555f;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.new-links-module .links-module--items-wrapper:hover h3 {
  color: white;
}

.new-links-module .links-module--items-wrapper {
  width: 100%;
  border-right: 3px solid white;
}

.new-links-module--items-wrapper:last-child {
  border-right: none !important;
}

.new-links-module--items {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1240px) {
  .new-links-module--items {
    flex-direction: row;
  }
}

.new-links-module--items--item {
  position: relative;
}

.new-links-module--items--item--link {
  height: 100%;
  position: relative;
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .new-links-module--items--item--link {
    max-width: 100%;
  }
}

.new-links-module--items--item--wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.new-links-module--items--item--wrapper .spark-line {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 1240px) {
  .new-links-module--items--item--wrapper .spark-line {
    display: block;
  }
}

.new-links-module--items--item--wrapper .spark-line .spark-line__progress-bar-container {
  bottom: auto;
  top: 80px;
}

@media screen and (min-width: 1240px) {
  .new-links-module--items--item--wrapper {
    width: auto;
  }
}

.new-links-module--items--item--wrapper--text {
  height: 100%;
  position: relative;
  width: 100%;
  text-align: center;
}

.new-links-module--items--item--wrapper--text--header {
  font-family: 'Guardian Sans';
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  line-height: 34px;
  color: #ee000e;
  padding: 0px 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.new-links-module--items--item--wrapper--text--body {
  position: relative;
  display: block;
  color: #000;
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.0rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.links-module {
  text-align: left;
  padding: 0 0;
}

.links-module .row {
  overflow: hidden;
}

.links-module .spark-line {
  display: block;
}

@media screen and (min-width: 275px) {
  .links-module .spark-line {
    display: none;
  }
}

@media screen and (min-width: 568px) {
  .links-module .spark-line {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .links-module .spark-line {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .links-module .spark-line {
    display: none;
  }
}

@media screen and (min-width: 1240px) {
  .links-module .spark-line {
    display: block;
  }
}

.links-module .spark-line__progress-bar-container--right {
  left: 100%;
}

.links-module > .spark-line {
  position: relative;
  padding-top: 80px;
}

.links-module > .spark-line .spark-line__progress-bar-container {
  bottom: auto;
  top: 0;
  transform: translateX(-50%);
  height: 70px;
}

.links-module--intro--header {
  font-size: 34px;
  line-height: 41px;
  text-transform: none;
  font-weight: 300;
  color: #ff555f;
}

.links-module--items-wrapper {
  background-color: #fafafa;
}

.links-module--items-wrapper:hover {
  background-color: #ff555f;
  -webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.links-module--items-wrapper:hover h3 {
  color: white;
}

.links-module--items-wrapper:last-child {
  border-right: none !important;
}

.links-module--items {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1240px) {
  .links-module--items {
    flex-direction: row;
  }
}

.links-module--items-wrapper {
  width: 100%;
  border-right: 3px solid white;
}

.links-module--items--item {
  position: relative;
}

.links-module--items--item--link {
  height: 100%;
  position: relative;
  display: block;
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .links-module--items--item--link {
    max-width: 100%;
  }
}

.links-module--items--item--wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.links-module--items--item--wrapper .spark-line {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 1240px) {
  .links-module--items--item--wrapper .spark-line {
    display: block;
  }
}

.links-module--items--item--wrapper .spark-line .spark-line__progress-bar-container {
  bottom: auto;
  top: 80px;
}

@media screen and (min-width: 1240px) {
  .links-module--items--item--wrapper {
    width: auto;
  }
}

.links-module--items--item--wrapper--text {
  height: 100%;
  position: relative;
  width: 100%;
  text-align: center;
}

.links-module--items--item--wrapper--text--header {
  font-family: 'Guardian Sans';
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  line-height: 34px;
  color: #ee000e;
  padding: 0px 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.links-module--items--item--wrapper--text--body {
  position: relative;
  display: block;
  color: #000;
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.0rem;
  line-height: 1.6;
  letter-spacing: 0.5px;
}

.chapter-nav {
  flex: 1;
}

.chapter-nav__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.chapter-nav__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .chapter-nav__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .chapter-nav__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .chapter-nav__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .chapter-nav__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .chapter-nav__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .chapter-nav__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .chapter-nav__container {
    justify-content: flex-end;
  }
}

.chapter-nav__navigation {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .chapter-nav__navigation {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
    flex: none;
  }
  .chapter-nav__navigation:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .chapter-nav__navigation {
    display: none;
  }
}

.chapter-nav__navigation ul {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  list-style: none;
  height: 100%;
  max-height: 6rem;
  margin: 0 2.3rem 0 -1rem;
  overflow: hidden;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .chapter-nav__navigation ul {
    margin: 0;
  }
}

.chapter-nav__navigation ul::after {
  color: #ff555f;
  content: '\E90E';
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  right: 1rem;
  top: 2.7rem;
  transform: rotate(90deg);
  transform-origin: left top;
}

.chapter-nav__navigation ul li {
  padding: 1.6rem 1rem;
}

.chapter-nav__navigation ul li a {
  color: #000;
  font-family: display-egyptian-light, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
}

.chapter-nav__cta--mobile {
  display: block;
  margin-right: -2rem;
}

@media screen and (min-width: 768px) {
  .chapter-nav__cta--mobile {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 16.18678721%;
    margin-right: 0;
  }
  .chapter-nav__cta--mobile:last-child {
    margin-right: 0;
  }
}

.chapter-nav__cta--mobile .oval-button {
  height: 7.2rem;
  width: 7.2rem;
}

@media screen and (min-width: 768px) {
  .chapter-nav__cta--mobile .oval-button {
    float: right;
  }
}

@media screen and (min-width: 900px) {
  .chapter-nav__cta--mobile {
    display: none;
  }
}

.chapter-nav__cta--desktop {
  display: none;
}

@media screen and (min-width: 900px) {
  .chapter-nav__cta--desktop {
    display: block;
  }
}

.save-and-share {
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  align-items: center;
  line-height: 1.67;
  position: relative;
  margin-bottom: 3rem;
}

.save-and-share__icon {
  font-size: 3.1rem;
  line-height: 1;
  margin-right: 2.2rem;
}

.saved-items {
  color: #fff;
  padding-top: 16.5rem;
  position: fixed;
  top: 0;
  left: 100%;
  right: -100%;
  bottom: 0;
  transition: 1s ease;
  width: 100%;
  z-index: 0;
}

.saved-items--active {
  left: 0;
  right: 0;
  transition: 1s ease;
  background-color: #083261;
  z-index: 3000;
}

.saved-items-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.saved-items-header__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  height: 16.5rem;
  padding: 3.5rem 0 0;
}

.saved-items-header__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .saved-items-header__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .saved-items-header__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .saved-items-header__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .saved-items-header__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .saved-items-header__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .saved-items-header__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .saved-items-header__container {
    align-items: center;
    display: flex;
    height: 10.8rem;
    padding: 0;
  }
}

@media screen and (min-width: 900px) {
  .saved-items-header__container {
    height: 16rem;
    padding: 0;
  }
}

@media screen and (min-width: 1440px) {
  .saved-items-header__container {
    height: 14rem;
    margin: 0;
    max-width: none;
    padding: 0 3.5rem 0 5rem;
  }
}

@media screen and (min-width: 1900px) {
  .saved-items-header__container {
    height: 17.2rem;
    padding: 0 5rem;
  }
}

@media screen and (min-width: 2800px) {
  .saved-items-header__container {
    padding: 5rem 5rem 7rem 5rem;
  }
}

.saved-items-header__title {
  color: #fff;
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.33;
  margin: 0 0 3.5rem;
}

@media screen and (min-width: 768px) {
  .saved-items-header__title {
    margin: 0;
    width: 50%;
  }
}

@media screen and (min-width: 900px) {
  .saved-items-header__title {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 4.2rem;
    font-weight: 100;
    line-height: 1.38;
  }
}

.saved-items-header__navigation {
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .saved-items-header__navigation {
    width: 50%;
  }
}

.saved-items-header__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1;
  margin-left: 3.5rem;
  padding: 0;
  outline: 0;
}

@media screen and (min-width: 900px) {
  .saved-items-header__button {
    font-size: 4rem;
    margin-left: 4rem;
  }
}

@media screen and (min-width: 900px) {
  .saved-items-header__button--share {
    align-items: center;
    border: 2px solid #fff;
    border-radius: 2.1rem;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 1rem 2rem;
    position: relative;
    height: 4.2rem;
    width: 16rem;
  }
}

@media screen and (min-width: 900px) {
  .saved-items-header__button--share .icon, .saved-items-header__button--share .chapter-nav__navigation ul::after, .chapter-nav__navigation .saved-items-header__button--share ul::after {
    font-size: 2.3rem;
    position: absolute;
    right: 2rem;
    top: 0.7rem;
  }
}

.saved-items-header__button--share .btn-text {
  display: block;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

@media screen and (min-width: 900px) {
  .saved-items-header__button--share .btn-text {
    display: inline-block;
    font-weight: 600;
  }
}

.saved-items-content {
  position: absolute;
  top: 16.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

@media screen and (min-width: 768px) {
  .saved-items-content {
    top: 10.8rem;
  }
}

@media screen and (min-width: 900px) {
  .saved-items-content {
    top: 16rem;
  }
}

@media screen and (min-width: 1440px) {
  .saved-items-content {
    top: 14rem;
  }
}

@media screen and (min-width: 1900px) {
  .saved-items-content {
    top: 17.2rem;
  }
}

.saved-items-content__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem 0;
}

.saved-items-content__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .saved-items-content__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .saved-items-content__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .saved-items-content__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .saved-items-content__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .saved-items-content__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .saved-items-content__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .saved-items-content__container {
    padding: 2.3rem 0;
  }
}

@media screen and (min-width: 900px) {
  .saved-items-content__container {
    padding: 0;
  }
}

@media screen and (min-width: 1440px) {
  .saved-items-content__container {
    padding: 5rem 0;
  }
}

@media screen and (min-width: 1900px) {
  .saved-items-content__container {
    padding: 0;
  }
}

.saved-items-card {
  float: left;
  display: block;
  margin-right: 0.57585535%;
  width: 74.85603616%;
  margin-left: 25.14396384%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 3rem;
  /* Multiple Solutions Card */
}

.saved-items-card:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .saved-items-card {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 32.94942976%;
    margin-left: 67.05057024%;
  }
  .saved-items-card:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .saved-items-card {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
    margin-left: 50.28792768%;
    margin-bottom: 5rem;
  }
  .saved-items-card:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .saved-items-card {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 32.94942976%;
    margin-left: 67.05057024%;
  }
  .saved-items-card:last-child {
    margin-right: 0;
  }
}

.saved-items-card:last-child {
  border: 0;
}

.saved-items-card__image {
  position: relative;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.2);
  height: 15rem;
  margin: 0;
  position: relative;
}

.saved-items-card__image::before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}

@media screen and (min-width: 900px) {
  .saved-items-card__image {
    height: 27rem;
  }
}

@media screen and (min-width: 1440px) {
  .saved-items-card__image {
    height: 27.5rem;
  }
}

.saved-items-card__image--container {
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.saved-items-card__image--container img {
  height: 100%;
  min-width: 100%;
}

.saved-items-card__image--container img.image-loading {
  height: 50px;
  width: 50px;
  min-width: 0;
  margin-top: 25%;
  margin-left: 42%;
}

@media screen and (min-width: 275px) {
  .saved-items-card__image--container img.image-loading {
    margin-left: 42%;
  }
}

@media screen and (min-width: 768px) {
  .saved-items-card__image--container img.image-loading {
    margin-left: 42%;
  }
}

.saved-items-card__image--cta {
  cursor: pointer;
  font-size: 2.1rem;
  line-height: 1;
  padding: 1.6rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 51;
}

@media screen and (min-width: 900px) {
  .saved-items-card__image--cta {
    font-size: 3rem;
    padding: 2rem;
  }
}

.saved-items-card__title {
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.33;
  margin: 1rem 0;
}

@media screen and (min-width: 900px) {
  .saved-items-card__title {
    font-size: 2.6rem;
    line-height: 1.35;
    margin: 3rem 0;
  }
}

.saved-items-card__caption {
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 900px) {
  .saved-items-card__caption {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 4.12rem;
    font-weight: 100;
    line-height: 1.29;
    padding: 2.4rem 3rem;
  }
}

.saved-items-card--multiple {
  position: relative;
}

.saved-items-card--multiple .saved-items-card__image {
  background-color: #8c5d8e;
}

@media screen and (min-width: 900px) {
  .saved-items-card--multiple .saved-items-card__image {
    box-shadow: 1rem 1rem 0 rgba(255, 255, 255, 0.2), 2rem 2rem 0 rgba(255, 255, 255, 0.2);
  }
}

.saved-items-card--multiple .saved-items-card__image::before {
  background-image: none;
}

.video {
  color: #fff;
  overflow: hidden;
  padding: 2.4rem 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .video {
    padding: 0;
    overflow: visible;
  }
}

.video__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.video__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .video__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .video__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .video__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .video__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .video__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .video__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: calc($navigation-switch + 1)) {
  .video__container {
    max-width: none;
    margin: 0;
  }
}

.video__player {
  border: 2px solid #fff;
  display: block;
  height: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .video__player {
    height: auto;
    width: 100%;
  }
}

.video__wrapper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .video__wrapper {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
  }
  .video__wrapper:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .video__wrapper {
    width: 166rem;
  }
}

.video__caption {
  color: #484c46;
  font-family: display-sans-light, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.57;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .video__caption {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

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

@media screen and (min-width: 1025px) {
  .video.video--right .video__wrapper {
    left: 50%;
    transform: translateX(-410px);
  }
}

@media screen and (min-width: 1240px) {
  .video.video--right .video__wrapper {
    max-width: 1030px;
  }
}

@media screen and (min-width: 1440px) {
  .video.video--right .video__wrapper {
    max-width: 1460px;
    transform: translateX(-620px);
  }
}

@media screen and (min-width: 1900px) {
  .video.video--right .video__wrapper {
    transform: translateX(-720.41666667px);
  }
}

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

@media screen and (min-width: 1025px) {
  .video.video--left .video__wrapper {
    right: 50%;
    transform: translateX(410px);
  }
}

@media screen and (min-width: 1440px) {
  .video.video--left .video__wrapper {
    transform: translateX(620px);
  }
}

@media screen and (min-width: 1900px) {
  .video.video--left .video__wrapper {
    float: right;
    transform: translateX(720.41666667px);
  }
}

.video.video--center {
  padding: 3rem 0;
  text-align: right;
}

.video.video--center .video__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.video.video--center .video__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .video.video--center .video__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .video.video--center .video__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .video.video--center .video__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .video.video--center .video__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .video.video--center .video__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .video.video--center .video__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.video.video--center .video__wrapper {
  float: left;
  display: block;
  margin-right: 0.57585535%;
  width: 100%;
  margin-right: 0;
  margin-bottom: 1rem;
}

.video.video--center .video__wrapper:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .video.video--center .video__wrapper {
    margin-bottom: 2rem;
  }
}

.video .video__player {
  border: none;
}

.video .button--play-button {
  border-radius: 0.39rem;
  padding: 1.2rem 2rem;
}

@media screen and (min-width: 768px) {
  .video .button--play-button {
    border-radius: 1rem;
    padding: 2.5rem 5.1rem;
  }
}

.video .button--play-button .icon, .video .button--play-button .chapter-nav__navigation ul::after, .chapter-nav__navigation .video .button--play-button ul::after {
  font-size: 0.9rem;
}

@media screen and (min-width: 768px) {
  .video .button--play-button .icon, .video .button--play-button .chapter-nav__navigation ul::after, .chapter-nav__navigation .video .button--play-button ul::after {
    font-size: 1.2rem;
  }
}

.parent-accordion.stand-alone .parent-accordion-item__toggle {
  display: none;
}

.parent-accordion .parent-accordion-item {
  min-height: 33.33vh;
}

.parent-accordion .parent-accordion-item__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0;
  position: relative;
}

.parent-accordion .parent-accordion-item__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .parent-accordion .parent-accordion-item__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .parent-accordion .parent-accordion-item__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .parent-accordion .parent-accordion-item__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .parent-accordion .parent-accordion-item__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .parent-accordion .parent-accordion-item__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .parent-accordion .parent-accordion-item__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .parent-accordion .parent-accordion-item__container {
    padding: 7rem 0 8rem;
  }
}

@media screen and (min-width: 1440px) {
  .parent-accordion .parent-accordion-item__container {
    padding: 10rem 0 8rem;
  }
}

.parent-accordion .parent-accordion-item__top-level-content {
  position: relative;
}

.parent-accordion .parent-accordion-item__top-level-content h2 {
  max-width: calc(100% - 80px);
}

@media screen and (min-width: 768px) {
  .parent-accordion .parent-accordion-item__top-level-content {
    display: block;
  }
  .parent-accordion .parent-accordion-item__top-level-content::after {
    clear: both;
    content: "";
    display: block;
  }
}

.parent-accordion .parent-accordion-item h2 {
  font-family: display-egyptian-light, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.33;
  margin-bottom: 4.2rem;
  max-width: calc(100% - 80px);
}

@media screen and (min-width: 768px) {
  .parent-accordion .parent-accordion-item h2 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.33;
    margin-bottom: 2.2rem;
  }
  .parent-accordion .parent-accordion-item h2:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .parent-accordion .parent-accordion-item h2 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
  }
  .parent-accordion .parent-accordion-item h2:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .parent-accordion .parent-accordion-item h2 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 91.61867872%;
    font-family: display-egyptian-thin, sans-serif;
    font-size: 4.2rem;
    font-weight: 100;
    line-height: 1.29;
    margin-bottom: 2rem;
  }
  .parent-accordion .parent-accordion-item h2:last-child {
    margin-right: 0;
  }
}

.parent-accordion .parent-accordion-item h5 {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.29;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .parent-accordion .parent-accordion-item h5 {
    clear: both;
  }
}

@media screen and (min-width: 900px) {
  .parent-accordion .parent-accordion-item h5 {
    margin-bottom: 1.2rem;
  }
}

@media screen and (min-width: 1440px) {
  .parent-accordion .parent-accordion-item h5 {
    margin-bottom: 4.2rem;
  }
}

.parent-accordion .parent-accordion-item .parent-accordion-item__toggle {
  cursor: pointer;
  position: absolute;
  bottom: -2.5rem;
  right: 0;
}

@media screen and (min-width: 768px) {
  .parent-accordion .parent-accordion-item .parent-accordion-item__toggle {
    bottom: auto;
    top: 0;
  }
}

.parent-accordion .parent-accordion-item .parent-accordion-item__toggle button {
  cursor: pointer;
}

.parent-accordion .parent-accordion-item .parent-accordion-item__toggle .icon-chevron {
  cursor: pointer;
  font-size: 2rem;
  margin: 0.1rem 0 0 -0.1rem;
  transform: translate(-50%, -50%) rotate(90deg);
}

.parent-accordion .parent-accordion-item .parent-accordion-item__toggle--open .icon-chevron {
  font-size: 2rem;
  margin: -0.1rem 0 0 -0.1rem;
  transform: translate(-50%, -50%) rotate(-90deg);
}

@media (min-width: 900px) {
  .parent-accordion .parent-accordion-item .parent-accordion-item__toggle {
    right: 0;
  }
}

/* parent-accordion */
.accordion {
  /* accordion-item */
}

.accordion .accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6rem 0;
  /* accordion-item__content */
}

@media (min-width: 900px) {
  .accordion .accordion-item {
    padding: 4rem 0;
  }
}

.accordion .accordion-item:last-child {
  border-width: 0;
}

@media screen and (min-width: 768px) {
  .accordion .accordion-item:last-child {
    padding-bottom: 2rem;
  }
}

.accordion .accordion-item__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.accordion .accordion-item__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .accordion .accordion-item__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .accordion .accordion-item__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .accordion .accordion-item__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .accordion .accordion-item__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .accordion .accordion-item__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .accordion .accordion-item__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.accordion .accordion-item h2 {
  max-width: calc(100% - 80px);
}

.accordion .accordion-item h4 {
  font-family: display-egyptian-light, sans-serif;
  margin-bottom: 0;
  position: relative;
  margin-right: 10px;
  padding-right: 40px;
}

@media screen and (min-width: 768px) {
  .accordion .accordion-item h4 {
    font-size: 2.4rem;
    line-height: 1.33;
  }
}

@media screen and (min-width: 1440px) {
  .accordion .accordion-item h4 {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 4.2rem;
    font-weight: 100;
    line-height: 1.29;
  }
}

.accordion .accordion-item__toggle {
  font-size: 2rem;
  cursor: pointer;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: rotate(90deg) translate(-1.15rem);
}

.accordion .accordion-item__toggle--open {
  margin: -1.25rem -0.3rem 0 0;
  transform: rotate(-90deg) translate(0);
}

.accordion .accordion-item__content {
  display: block;
  /* accordion-image */
}

.accordion .accordion-item__content::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .accordion .accordion-item__content {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .accordion .accordion-item__content .accordion-content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
  }
  .accordion .accordion-item__content .accordion-content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .accordion .accordion-item__content .accordion-content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
  }
  .accordion .accordion-item__content .accordion-content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .accordion .accordion-item__content .accordion-content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
  }
  .accordion .accordion-item__content .accordion-content:last-child {
    margin-right: 0;
  }
}

.accordion .accordion-item__content .accordion-content p {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.56;
  margin: 2rem 0;
}

@media screen and (min-width: 768px) {
  .accordion .accordion-item__content .accordion-content p {
    margin: 0 0 2rem;
  }
}

.accordion .accordion-item__content .accordion-content--cta {
  color: #fff;
  display: block;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  margin: 2rem 0 3rem;
}

@media screen and (min-width: 768px) {
  .accordion .accordion-item__content .accordion-image {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
  }
  .accordion .accordion-item__content .accordion-image:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .accordion .accordion-item__content .accordion-image {
    margin-left: 8.38132128%;
  }
}

@media screen and (min-width: 1440px) {
  .accordion .accordion-item__content .accordion-image {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
  }
  .accordion .accordion-item__content .accordion-image:last-child {
    margin-right: 0;
  }
}

.accordion .accordion-item__content .accordion-image img {
  height: auto;
  width: 100%;
}

.accordion .accordion-item__content .accordion-image figure {
  position: relative;
  margin: 0;
  position: relative;
}

.accordion .accordion-item__content .accordion-image figure::before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}

@media screen and (min-width: 768px) {
  .accordion .accordion-item__content .accordion-image figure {
    float: right;
  }
}

.accordion .accordion-item__content .accordion-image figure:before {
  width: 101%;
  height: 101%;
}

.accordion .accordion-item__content .accordion-image figcaption {
  padding: 0 4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 51;
}

@media screen and (min-width: 900px) {
  .accordion .accordion-item__content .accordion-image figcaption {
    bottom: 0;
    padding-bottom: 4rem;
    top: auto;
    transform: none;
  }
}

.accordion .accordion-item__content .accordion-image figcaption h5 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 0;
}

.accordion .accordion-item__content .accordion-image figcaption h5 a {
  color: white;
}

@media screen and (min-width: 1440px) {
  .accordion .accordion-item__content .accordion-image figcaption h5 {
    margin-bottom: 1rem;
  }
}

.accordion .accordion-item__content .accordion-image figcaption p {
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.75;
  margin: 0;
}

@media screen and (min-width: 1440px) {
  .accordion .accordion-item__content .accordion-image figcaption p {
    font-size: 2.4rem;
    line-height: 1.33;
  }
}

/* accordion */
.call-to-action {
  align-items: center;
  cursor: pointer;
  display: flex;
}

.call-to-action__desc {
  color: #ee000e;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  line-height: 1.29;
  text-transform: uppercase;
}

.call-to-action__icon {
  height: 6.4rem;
  width: 6.4rem;
}

.call-to-action__icon .oval-button .icon, .call-to-action__icon .oval-button .chapter-nav__navigation ul::after, .chapter-nav__navigation .call-to-action__icon .oval-button ul::after {
  font-size: 2rem;
}

.call-to-action--right {
  flex-flow: row nowrap;
}

.call-to-action--right .call-to-action__desc {
  margin-right: 2rem;
}

.call-to-action--bottom {
  flex-flow: column nowrap;
}

.call-to-action--bottom .call-to-action__desc {
  margin-bottom: 2rem;
}

.call-to-action--bottom .call-to-action__icon .icon, .call-to-action--bottom .call-to-action__icon .chapter-nav__navigation ul::after, .chapter-nav__navigation .call-to-action--bottom .call-to-action__icon ul::after {
  transform: rotate(90deg) translate(-50%, -50%);
  transform-origin: left top;
}

.oval-button {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background-color: #ff555f;
  outline: 0;
  position: relative;
  padding: 0;
  border: 0;
  box-shadow: 2px 2px 24px 0 rgba(0, 0, 0, 0.2);
}

.oval-button > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.rounded-button {
  align-items: center;
  background: #ff555f;
  border: 0;
  border-radius: 4rem;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 7.2rem;
  justify-content: space-between;
  width: 22.5rem;
  outline: 0;
  padding: 0 2rem;
  position: relative;
}

.rounded-button__desc {
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.9px;
  line-height: 1.43;
  text-transform: uppercase;
}

.rounded-button__icon {
  font-size: 2.5rem;
  line-height: 1;
}

.hero .spark-line {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.hero .spark-line::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .hero .spark-line {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero .spark-line::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .hero .spark-line {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero .spark-line::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .hero .spark-line {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero .spark-line::after {
    clear: both;
    content: "";
    display: block;
  }
}

.spark-line__progress-bar-container {
  background: rgba(0, 0, 0, 0.25);
  display: block;
  height: 150px;
  left: 44px;
  position: absolute;
  width: 1px;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .spark-line__progress-bar-container {
    bottom: -50vh;
    left: 50%;
  }
  .hero .spark-line__progress-bar-container {
    left: 0;
  }
}

@media screen and (min-width: 1900px) {
  .spark-line__progress-bar-container {
    bottom: -35vh;
    left: 50%;
  }
  .hero .spark-line__progress-bar-container {
    left: 0;
  }
}

.spark-line__progress-bar-container.spark-line__progress-bar-container--mobile {
  display: block;
}

@media screen and (min-width: 768px) {
  .spark-line__progress-bar-container.spark-line__progress-bar-container--center {
    left: 50%;
    transform: translateX(-50%);
  }
}

.spark-line__progress-bar-container.spark-line__progress-bar-container--left {
  left: 0;
}

.spark-line__progress-bar-container.spark-line__progress-bar-container--none {
  display: none;
}

.spark-line__progress-bar {
  width: 100%;
  background-color: #ff555f;
  height: 0;
}

.blog-post {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .blog-post {
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 1440px) {
  .blog-post {
    margin-bottom: 6rem;
  }
}

.blog-post:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.blog-post__tag {
  background: #ff555f;
  color: #fff;
  display: inline-block;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.29;
  margin-bottom: 0.8rem;
  padding: 0.6rem 1.6rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .blog-post__tag {
    margin-bottom: 1.5rem;
    padding: 0.6rem 1.6rem 0.8rem;
  }
}

.blog-post__date {
  color: #484c46;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.29;
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 768px) {
  .blog-post__date {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 900px) {
  .blog-post__date {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .blog-post__date {
    margin-bottom: 3rem;
  }
}

.blog-post__title {
  color: #000;
  font-family: display-egyptian-light, sans-serif;
  font-size: 2.4rem;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 768px) {
  .blog-post__title {
    color: #3b3c43;
    font-family: display-egyptian-thin, sans-serif;
    font-size: 5rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .blog-post__title {
    font-size: 6rem;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1900px) {
  .blog-post__title {
    font-size: 7rem;
    margin-bottom: 1.8rem;
  }
}

.blog-post__image {
  height: auto;
  margin-bottom: 3rem;
  width: 100%;
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  .blog-post__image {
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 900px) {
  .blog-post__image {
    display: inline-block;
    max-height: 22.5rem;
    width: auto;
  }
}

@media screen and (min-width: 1440px) {
  .blog-post__image {
    max-height: 41.2rem;
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1900px) {
  .blog-post .author {
    margin-bottom: 6rem;
  }
}

.blog-post .author__name {
  color: #3b3c43;
  letter-spacing: 0.06rem;
}

@media screen and (min-width: 768px) {
  .blog-post .author__name {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.07rem;
    max-width: none;
  }
}

.blog-post.blog-post--featured-entry-group .blog-post__tag {
  margin-bottom: 2.2rem;
}

@media screen and (min-width: 1440px) {
  .blog-post.blog-post--featured-entry-group .blog-post__tag {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .blog-post.blog-post--featured-entry-group .blog-post__date {
    margin-bottom: 2.3rem;
  }
}

.blog-post.blog-post--featured-entry-group .blog-post__title {
  font-family: display-egyptian-light, sans-serif;
  font-weight: 300;
  line-height: 1.33;
}

@media screen and (min-width: 768px) {
  .blog-post.blog-post--featured-entry-group .blog-post__title {
    font-size: 3rem;
  }
}

@media screen and (min-width: 900px) {
  .blog-post.blog-post--featured-entry-group .blog-post__title {
    margin-bottom: 2.3rem;
    margin-right: 14.25%;
  }
}

@media screen and (min-width: 1440px) {
  .blog-post.blog-post--featured-entry-group .blog-post__title {
    margin-right: 34.45%;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 900px) {
  .blog-post.blog-post--featured-entry-group .blog-post__flex-row {
    display: flex;
    flex-flow: row nowrap;
  }
}

@media screen and (min-width: 900px) {
  .blog-post.blog-post--featured-entry-group .blog-post__left-column {
    flex: 1 1 62%;
  }
}

@media screen and (min-width: 1440px) {
  .blog-post.blog-post--featured-entry-group .blog-post__left-column {
    flex: 1 1 58.5%;
  }
}

@media screen and (min-width: 1900px) {
  .blog-post.blog-post--featured-entry-group .blog-post__left-column {
    flex: 1 1 68.5%;
  }
}

@media screen and (min-width: 900px) {
  .blog-post.blog-post--featured-entry-group .blog-post__right-column {
    flex: 1 1 38%;
    text-align: right;
  }
}

@media screen and (min-width: 1440px) {
  .blog-post.blog-post--featured-entry-group .blog-post__right-column {
    flex: 1 1 42.5%;
  }
}

@media screen and (min-width: 1900px) {
  .blog-post.blog-post--featured-entry-group .blog-post__right-column {
    flex: 1 1 32.5%;
  }
}

@media screen and (min-width: 768px) {
  .blog-post.blog-post--featured-entry-group .author__name {
    font-size: 1.4rem;
    letter-spacing: 0.07rem;
    line-height: 1.29;
  }
}

.blog-post.blog-post--featured-entry .blog-post__tag {
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 768px) {
  .blog-post.blog-post--featured-entry .blog-post__tag {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1900px) {
  .blog-post.blog-post--featured-entry .blog-post__tag {
    margin-bottom: 2.3rem;
  }
}

.blog-post.blog-post--featured-entry .blog-post__date {
  color: #fff;
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 768px) {
  .blog-post.blog-post--featured-entry .blog-post__date {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .blog-post.blog-post--featured-entry .blog-post__date {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1900px) {
  .blog-post.blog-post--featured-entry .blog-post__date {
    margin-bottom: 1.9rem;
  }
}

.blog-post.blog-post--featured-entry .blog-post__title {
  color: #fff;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1.29;
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 768px) {
  .blog-post.blog-post--featured-entry .blog-post__title {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 900px) {
  .blog-post.blog-post--featured-entry .blog-post__title {
    line-height: 1.2;
  }
}

@media screen and (min-width: 1440px) {
  .blog-post.blog-post--featured-entry .blog-post__title {
    font-size: 6rem;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1900px) {
  .blog-post.blog-post--featured-entry .blog-post__title {
    font-size: 7rem;
    line-height: 1.29;
    margin-bottom: 1.8rem;
  }
}

.blog-post.blog-post--featured-entry .author {
  margin-bottom: 3.2rem;
}

@media screen and (min-width: 768px) {
  .blog-post.blog-post--featured-entry .author {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .blog-post.blog-post--featured-entry .author__images {
    margin-right: 2rem;
  }
}

.blog-post.blog-post--featured-entry .author__name {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .blog-post.blog-post--featured-entry .author__name {
    font-size: 1.8rem;
    letter-spacing: 0.08rem;
    line-height: 1;
  }
}

.share-button {
  margin-bottom: 4rem;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .share-button {
    position: absolute;
    right: 50%;
    top: -6.4rem;
    transform: translateX(620px);
  }
}

.share-button__share-list {
  align-items: center;
  background: #ff555f;
  border-radius: 4rem;
  color: #fff;
  cursor: pointer;
  display: none;
  flex-direction: row-reverse;
  flex-flow: row nowrap;
  height: 6.4rem;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0 3rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}

@media screen and (min-width: 1440px) {
  .share-button__share-list {
    background: #ff555f;
    flex-flow: column nowrap;
    flex-direction: column;
    font-size: 2rem;
    height: 25.6rem;
    padding: 3rem;
    width: 6.4rem;
  }
}

.share-button.share-button--active .share-button__button {
  box-shadow: none;
}

.share-button.share-button--active .share-button__share-list {
  display: flex;
}

.sticky-nav {
  background-color: #fff;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.4);
  color: #3b3c43;
  height: 10.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999999;
  display: none;
}

.sticky-nav .rounded-button {
  width: auto !important;
  height: 4.2rem;
  border-radius: 0px;
}

.sticky-nav .rounded-button .icon, .sticky-nav .rounded-button .chapter-nav__navigation ul::after, .chapter-nav__navigation .sticky-nav .rounded-button ul::after {
  display: none;
}

.sticky-nav__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: flex;
  min-height: 100%;
}

.sticky-nav__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .sticky-nav__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .sticky-nav__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .sticky-nav__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .sticky-nav__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .sticky-nav__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .sticky-nav__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.sticky-nav__navigation {
  flex: 1;
}

.sticky-nav__links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sticky-nav__link {
  margin-right: 7.5rem;
}

@media screen and (min-width: 768px) {
  .sticky-nav__link {
    margin-right: 2.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .sticky-nav__link {
    margin-right: 7.5rem;
  }
}

.sticky-nav__link a {
  color: #ff555f;
  display: block;
  font-family: display-egyptian-light, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5rem;
  position: relative;
  width: auto;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .sticky-nav__link a {
    width: 15rem;
  }
}

@media screen and (min-width: 1440px) {
  .sticky-nav__link a {
    width: auto;
  }
}

.sticky-nav__link a::after {
  background-color: #ff555f;
  content: '';
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 0;
  transition: max-width ease 0.5s;
  width: 100%;
}

.sticky-nav__link a:hover {
  text-decoration: none;
}

.sticky-nav__link a:hover::after {
  max-width: 100%;
  transition: max-width ease 0.5s;
}

.sticky-nav__link a.active::after {
  max-width: 100%;
}

.sticky-nav__cta--mobile {
  display: none;
}

.sticky-nav.careers-sticky .sticky-nav__container {
  max-width: 100%;
  overflow-x: scroll;
  padding-left: 10%;
}

.sticky-nav.careers-sticky .sticky-nav__navigation {
  width: auto;
  flex-wrap: nowrap;
}

.sticky-nav-bottom {
  background-color: #fff;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.4);
  color: #3b3c43;
  height: 7.5rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999999999;
  display: none;
}

.sticky-nav-bottom .rounded-button {
  width: auto !important;
  height: 4.2rem;
  border-radius: 0px;
}

.sticky-nav-bottom .rounded-button .icon, .sticky-nav-bottom .rounded-button .chapter-nav__navigation ul::after, .chapter-nav__navigation .sticky-nav-bottom .rounded-button ul::after {
  display: none;
}

@media screen and (min-width: 275px) {
  .sticky-nav-bottom .rounded-button .icon, .sticky-nav-bottom .rounded-button .chapter-nav__navigation ul::after, .chapter-nav__navigation .sticky-nav-bottom .rounded-button ul::after {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .sticky-nav-bottom .rounded-button .icon, .sticky-nav-bottom .rounded-button .chapter-nav__navigation ul::after, .chapter-nav__navigation .sticky-nav-bottom .rounded-button ul::after {
    display: inline-block;
  }
}

@media screen and (min-width: 900px) {
  .sticky-nav-bottom .rounded-button .icon, .sticky-nav-bottom .rounded-button .chapter-nav__navigation ul::after, .chapter-nav__navigation .sticky-nav-bottom .rounded-button ul::after {
    display: none;
  }
}

.sticky-nav-bottom__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  display: flex;
  min-height: 100%;
}

.sticky-nav-bottom__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .sticky-nav-bottom__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .sticky-nav-bottom__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .sticky-nav-bottom__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .sticky-nav-bottom__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .sticky-nav-bottom__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .sticky-nav-bottom__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 275px) {
  .sticky-nav-bottom__container {
    margin-left: 20px;
    margin-right: 20px;
    max-width: none;
  }
}

@media screen and (min-width: 900px) {
  .sticky-nav-bottom__container {
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    display: flex;
    min-height: 100%;
  }
  .sticky-nav-bottom__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) and (min-width: 768px) {
  .sticky-nav-bottom__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .sticky-nav-bottom__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .sticky-nav-bottom__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .sticky-nav-bottom__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) and (min-width: 1440px) {
  .sticky-nav-bottom__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .sticky-nav-bottom__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.sticky-nav-bottom__navigation {
  flex: 1;
}

.sticky-nav-bottom__text {
  color: #ff555f;
  display: block;
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 8rem;
  padding-right: 1.5rem;
  position: relative;
}

@media screen and (min-width: 275px) {
  .sticky-nav-bottom__text {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .sticky-nav-bottom__text {
    font-size: 2rem;
  }
}

@media screen and (min-width: 900px) {
  .sticky-nav-bottom__text {
    font-size: 3rem;
  }
}

.sticky-nav-bottom__text::after {
  background-color: #ff555f;
  content: '';
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 0;
  transition: max-width ease 0.5s;
  width: 100%;
}

.sticky-nav-bottom__links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sticky-nav-bottom__link {
  margin-right: 7.5rem;
}

.sticky-nav-bottom__link a {
  color: #ff555f;
  display: block;
  font-family: display-egyptian-light, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 10.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.sticky-nav-bottom__link a::after {
  background-color: #ff555f;
  content: '';
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 0;
  transition: max-width ease 0.5s;
  width: 100%;
}

.sticky-nav-bottom__link a:hover {
  text-decoration: none;
}

.sticky-nav-bottom__link a:hover::after {
  max-width: 100%;
  transition: max-width ease 0.5s;
}

.sticky-nav-bottom__link a.active::after {
  max-width: 100%;
}

.sticky-nav-bottom__cta--mobile {
  display: none;
}

@media screen and (min-width: 275px) {
  .sticky-nav-bottom__cta--mobile {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sticky-nav-bottom__cta--mobile {
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .sticky-nav-bottom__cta--mobile {
    display: none;
  }
}

.sticky-nav-bottom__cta--desktop {
  display: block;
}

@media screen and (min-width: 275px) {
  .sticky-nav-bottom__cta--desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sticky-nav-bottom__cta--desktop {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .sticky-nav-bottom__cta--desktop {
    display: block;
  }
}

.sticky-nav-bottom .rounded-button {
  width: 22rem;
}

@media screen and (min-width: 275px) {
  .sticky-nav-bottom .rounded-button {
    width: 6.5rem;
  }
}

@media screen and (min-width: 900px) {
  .sticky-nav-bottom .rounded-button {
    width: 22rem;
  }
}

.call-to-action {
  align-items: center;
  cursor: pointer;
  display: flex;
}

.call-to-action__desc {
  color: #ff555f;
  font-family: 'Guardian Sans Bold';
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.29;
  text-transform: uppercase;
}

.call-to-action__desc:hover {
  color: #25a5bd;
}

.call-to-action__icon {
  height: 6.4rem;
  width: 6.4rem;
}

.call-to-action__icon .oval-button .icon, .call-to-action__icon .oval-button .chapter-nav__navigation ul::after, .chapter-nav__navigation .call-to-action__icon .oval-button ul::after {
  font-size: 2rem;
}

.call-to-action--right {
  flex-flow: row nowrap;
}

.call-to-action--right .call-to-action__desc {
  margin-right: 2rem;
}

.call-to-action--bottom {
  flex-flow: column nowrap;
}

.call-to-action--bottom .call-to-action__desc {
  margin-bottom: 2rem;
}

.call-to-action--bottom .call-to-action__icon .icon, .call-to-action--bottom .call-to-action__icon .chapter-nav__navigation ul::after, .chapter-nav__navigation .call-to-action--bottom .call-to-action__icon ul::after {
  transform: rotate(90deg) translate(-50%, -50%);
  transform-origin: left top;
}

.call-to-action:hover {
  text-decoration: none;
}

.call-to-action:hover .call-to-action__icon .oval-button {
  background-color: #fff;
}

.call-to-action:hover .call-to-action__icon .oval-button .icon, .call-to-action:hover .call-to-action__icon .oval-button .chapter-nav__navigation ul::after, .chapter-nav__navigation .call-to-action:hover .call-to-action__icon .oval-button ul::after {
  color: #ff555f;
}

.concierge {
  min-height: 100vh;
  /* #concierge-search-box */
  /* .no-result */
  /* #concierge-support */
}

@media screen and (min-width: 768px) {
  .concierge {
    min-height: auto;
  }
}

.concierge .concierge-container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 0 24rem;
}

.concierge .concierge-container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .concierge .concierge-container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .concierge .concierge-container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .concierge .concierge-container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .concierge .concierge-container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .concierge .concierge-container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .concierge .concierge-container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .concierge .concierge-container {
    padding-top: 10rem;
  }
}

@media screen and (min-width: 900px) {
  .concierge .concierge-container {
    padding-top: 8.2rem;
  }
}

@media screen and (min-width: 1440px) {
  .concierge .concierge-container {
    padding: 18.4rem 0;
  }
}

@media screen and (min-width: 1900px) {
  .concierge .concierge-container {
    padding: 12rem 0 26.9rem;
  }
}

@media screen and (min-width: 2800px) {
  .concierge .concierge-container {
    padding-top: 16.7rem 0 18rem;
  }
}

.concierge .concierge-header {
  display: block;
}

.concierge .concierge-header::after {
  clear: both;
  content: "";
  display: block;
}

.concierge .concierge-header__container {
  float: left;
  display: block;
  margin-right: 0.57585535%;
  width: 100%;
}

.concierge .concierge-header__container:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1440px) {
  .concierge .concierge-header__container {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .concierge .concierge-header__container:last-child {
    margin-right: 0;
  }
}

.concierge .concierge-header__title {
  color: #3b3c43;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1.29;
  margin: 0;
}

@media screen and (min-width: 1440px) {
  .concierge .concierge-header__title {
    font-size: 6rem;
  }
}

@media screen and (min-width: 1900px) {
  .concierge .concierge-header__title {
    font-size: 7rem;
  }
}

.concierge .concierge-header button {
  background-color: #ff555f;
  border: 0;
  border-radius: 4rem;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  line-height: 1.43;
  margin: 4rem auto;
  outline: 0;
  padding: 2rem 8rem;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .concierge .concierge-header button {
    display: none;
  }
}

.concierge .concierge-scroller {
  height: 8rem;
  margin: 2rem 0;
  position: relative;
}

@media screen and (min-width: 900px) {
  .concierge .concierge-scroller {
    height: 14rem;
    margin: 4.7rem 0 4.3rem;
  }
}

@media screen and (min-width: 1440px) {
  .concierge .concierge-scroller {
    margin: 6rem 0 7.5rem;
  }
}

.concierge .concierge-scroller .spark-line__progress-bar-container {
  height: 100%;
  left: 0;
}

@media screen and (min-width: 768px) {
  .concierge .concierge-scroller .spark-line__progress-bar-container {
    left: 50%;
  }
}

.concierge .concierge-search-box {
  display: block;
  border-bottom: 1px solid #ff555f;
  margin-top: 4rem;
  padding-right: 4rem;
  position: relative;
}

.concierge .concierge-search-box::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .concierge .concierge-search-box {
    margin-top: 4.3rem;
  }
}

.concierge .concierge-search-box::after {
  color: #ff555f;
  content: '\E90C';
  font-family: genpact-icon-library !important;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  text-transform: none;
  transform: translateY(-50%);
}

.concierge .concierge-search-box input {
  border: 0;
  color: #ff555f;
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 1rem;
  outline: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  -webkit-appearance: none;
}

@media screen and (min-width: 768px) {
  .concierge .concierge-search-box input {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 4.2rem;
    font-weight: 100;
    line-height: 1.29;
    margin-bottom: 2.3rem;
  }
}

.concierge .concierge-search-box input.mobile-search {
  display: block;
}

.concierge .concierge-search-box input.desktop-search {
  display: none;
}

.concierge .concierge-search-box input::placeholder {
  color: #ff555f;
}

.concierge .concierge-search-box input:focus::placeholder {
  color: #ff555f;
  color: rgba(255, 85, 95, 0.5);
}

@media screen and (min-width: 1440px) {
  .concierge .concierge-search-box input {
    font-size: 6rem;
    margin-bottom: 1.5rem;
  }
  .concierge .concierge-search-box input.mobile-search {
    display: none;
  }
  .concierge .concierge-search-box input.desktop-search {
    display: block;
  }
}

@media screen and (min-width: 1900px) {
  .concierge .concierge-search-box input {
    font-size: 7rem;
  }
}

@media screen and (min-width: 768px) {
  .concierge .concierge-footer {
    margin-top: 6.5rem;
    margin-bottom: 4rem;
  }
}

.concierge .concierge-footer h2 {
  margin: 4rem 0 4.5rem;
}

.concierge .concierge-footer h5 {
  color: #3b3c43;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.29;
  margin: 7rem 0 0 0;
}

@media screen and (min-width: 768px) {
  .concierge .concierge-footer h5 {
    margin: 6rem 0 0 0;
  }
}

.concierge .concierge-footer ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.concierge .concierge-footer ol li {
  margin: 2rem 0;
}

.concierge .concierge-footer ol li a {
  color: #ff555f;
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.56;
}

@media screen and (min-width: 768px) {
  .concierge .concierge-footer ol li a {
    font-size: 2.4rem;
    line-height: 1.33;
  }
}

.concierge .concierge-support {
  margin-top: 4rem;
  /* .card */
}

@media screen and (min-width: 768px) {
  .concierge .concierge-support {
    margin-top: 10rem;
  }
}

.concierge .concierge-support h2 {
  color: #252724;
}

.concierge .concierge-support .card {
  display: block;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 7.5rem;
  margin-top: 4.5rem;
  padding: 0;
}

.concierge .concierge-support .card::after {
  clear: both;
  content: "";
  display: block;
}

.concierge .concierge-support .card .left {
  float: left;
  display: block;
  margin-right: 0.57585535%;
  width: 100%;
  background-color: #fff;
  padding: 3.5rem 2.5rem;
  position: relative;
  /* support icon */
}

.concierge .concierge-support .card .left:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .concierge .concierge-support .card .left {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 74.85603616%;
    align-items: center;
    display: flex;
    height: 280px;
    padding: 4.3rem;
  }
  .concierge .concierge-support .card .left:last-child {
    margin-right: 0;
  }
}

.concierge .concierge-support .card .left .support-icon {
  background-color: #ff555f;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 9.2rem;
  line-height: 9.2rem;
  margin: 0 auto 3.6rem;
  text-align: center;
  width: 9.2rem;
  /* Placeholder Font Awesome Icon */
}

@media screen and (min-width: 768px) {
  .concierge .concierge-support .card .left .support-icon {
    flex: 0 0 14.4rem;
    height: 14.4rem;
    line-height: 14.4rem;
    margin: 0;
    width: 14.4rem;
  }
}

.concierge .concierge-support .card .left .support-icon i.fa {
  font-size: 250%;
}

@media screen and (min-width: 768px) {
  .concierge .concierge-support .card .left hgroup {
    padding-left: 4.3rem;
  }
}

.concierge .concierge-support .card .left hgroup h2 {
  color: #3b3c43;
  line-height: 1.37;
}

@media screen and (min-width: 768px) {
  .concierge .concierge-support .card .left hgroup h2 {
    margin: 0;
  }
}

.concierge .concierge-support .card .left hgroup h3 {
  font-family: display-egyptian-light, sans-serif;
  margin: 0;
}

.concierge .concierge-support .card .left hgroup h3 a {
  color: #ff555f;
}

.concierge .concierge-support .card .right {
  float: left;
  display: block;
  margin-right: 0.57585535%;
  width: 100%;
  background-color: #ff555f;
  color: #fff;
  padding: 5rem 2.5rem;
}

.concierge .concierge-support .card .right:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .concierge .concierge-support .card .right {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 24.56810849%;
    align-items: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 280px;
    margin: 0;
    padding: 4.3rem;
  }
  .concierge .concierge-support .card .right:last-child {
    margin-right: 0;
  }
}

.concierge .concierge-support .card .right p {
  line-height: 1.33;
  margin: 0;
}

.concierge .concierge-support .card .right button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 2.8rem;
  margin-top: 1rem;
  outline: 0;
}

/* .concierge */
.fifty-fifty-hero {
  background-color: #fff;
  position: relative;
}

.fifty-fifty-hero::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 1240px) {
  .fifty-fifty-hero {
    opacity: 0;
  }
  .fifty-fifty-hero.hero--animate {
    opacity: 0;
    animation: fifty-fifty-hero-main 0.3s ease-in 1;
    animation-fill-mode: forwards;
    animation-delay: 0;
    animation-timing-function: ease-in;
  }
}

.fifty-fifty-hero__fixed-height-container {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 80vh;
  overflow: hidden;
  position: relative;
  color: #fff;
  width: 100%;
}

@media screen and (max-height: 790px) {
  .fifty-fifty-hero__fixed-height-container {
    min-height: 790px;
  }
}

@media screen and (min-width: 900px) {
  .fifty-fifty-hero__fixed-height-container {
    height: 100vh;
    overflow: hidden;
  }
}

.fifty-fifty-hero__chapters-navigation {
  align-items: center;
  display: flex;
  min-height: 20vh;
}

@media screen and (min-width: 900px) {
  .fifty-fifty-hero__chapters-navigation {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .fifty-fifty-hero__chapters-navigation .chapter-nav .rounded-button {
    width: auto !important;
    height: 4.2rem;
    border-radius: 0px;
  }
  .fifty-fifty-hero__chapters-navigation .chapter-nav .rounded-button .icon, .fifty-fifty-hero__chapters-navigation .chapter-nav .rounded-button .chapter-nav__navigation ul::after, .chapter-nav__navigation .fifty-fifty-hero__chapters-navigation .chapter-nav .rounded-button ul::after {
    display: none;
  }
  .fifty-fifty-hero__chapters-navigation .chapter-nav__container {
    justify-content: left;
  }
  .fifty-fifty-hero__chapters-navigation .chapter-nav__navigation {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 32.94942976%;
  }
  .fifty-fifty-hero__chapters-navigation .chapter-nav__navigation:last-child {
    margin-right: 0;
  }
  .fifty-fifty-hero__chapters-navigation .chapter-nav__cta--mobile {
    display: block;
    text-align: center;
  }
  .fifty-fifty-hero__chapters-navigation .chapter-nav__cta--mobile .oval-button {
    float: none;
  }
  .fifty-fifty-hero__chapters-navigation .chapter-nav__cta--desktop {
    display: none;
  }
}

@media screen and (min-width: 1240px) {
  .fifty-fifty-hero__chapters-navigation .chapter-nav__navigation {
    display: none;
  }
  .fifty-fifty-hero__chapters-navigation .chapter-nav__cta--mobile {
    display: none;
  }
  .fifty-fifty-hero__chapters-navigation .chapter-nav__cta--desktop {
    display: block;
    bottom: 5rem;
    right: 5rem;
    position: absolute;
    z-index: 3;
  }
  .hero--animate .fifty-fifty-hero__chapters-navigation .chapter-nav__cta--desktop {
    opacity: 0;
    transform: translateY(50px);
    animation: fifty-fifty-hero-links-container 1.2s ease-in 1;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    animation-timing-function: ease-in;
  }
}

@media screen and (min-width: 1900px) {
  .fifty-fifty-hero__chapters-navigation .chapter-nav__cta--desktop {
    left: inherit;
    right: 8rem;
  }
}

.fifty-fifty-hero__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  padding: 12.3rem 0 0;
  position: relative;
  width: 100%;
  z-index: 3;
}

.fifty-fifty-hero__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .fifty-fifty-hero__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .fifty-fifty-hero__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .fifty-fifty-hero__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .fifty-fifty-hero__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .fifty-fifty-hero__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .fifty-fifty-hero__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .fifty-fifty-hero__container {
    padding: 14.3rem 0 0;
  }
}

@media screen and (min-width: 900px) {
  .fifty-fifty-hero__container {
    padding: 17rem 0 0;
  }
}

@media screen and (min-width: 1240px) {
  .fifty-fifty-hero__container {
    height: 100vh;
    padding: 12.8rem 0 0;
    display: flex;
    flex-direction: column;
    height: 80vh;
    justify-content: center;
    padding: 0;
  }
  .hero--animate .fifty-fifty-hero__container {
    opacity: 0;
    transform: translateY(30px);
    animation: fifty-fifty-hero-text-container 1.2s ease-in 1;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    animation-timing-function: ease-in;
  }
}

@media screen and (max-height: 790px) {
  .fifty-fifty-hero__container {
    height: 624px;
  }
}

.fifty-fifty-hero__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 1240px) {
  .fifty-fifty-hero__background {
    z-index: 2;
  }
}

.fifty-fifty-hero__background-item--left {
  width: 100vw;
  height: 90%;
}

.vendor-edge .fifty-fifty-hero__background-item--left {
  min-width: 100vw;
}

@media screen and (min-width: 900px) {
  .fifty-fifty-hero__background-item--left {
    height: 80%;
  }
}

@media screen and (min-width: 1240px) {
  .fifty-fifty-hero__background-item--left {
    float: left;
    width: 50vw;
    height: 80%;
  }
  .hero--animate .fifty-fifty-hero__background-item--left {
    width: 0;
    height: 100%;
    animation: fifty-fifty-hero-background 2s ease-out 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    animation-timing-function: ease-out;
  }
}

.fifty-fifty-hero__background-item--right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 40%;
}

@media screen and (min-width: 1240px) {
  .fifty-fifty-hero__background-item--right {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
  }
  .hero--animate .fifty-fifty-hero__background-item--right {
    position: absolute;
    right: 0;
    top: -100%;
    float: none;
    background-color: #000;
    background-position: -220% -50%;
    animation: fifty-fifty-hero-image-container 2.2s ease-out 1;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
    animation-timing-function: ease-out;
  }
}

.fifty-fifty-hero__background-item--right .mask, .fifty-fifty-hero__background-item--right .saved-items-card__image::before, .fifty-fifty-hero__background-item--right .accordion .accordion-item__content .accordion-image figure::before, .accordion .accordion-item__content .accordion-image .fifty-fifty-hero__background-item--right figure::before, .fifty-fifty-hero__background-item--right .fifty-fifty-hero__image-row::before, .fifty-fifty-hero__background-item--right .recruitment__background::before, .fifty-fifty-hero__background-item--right .case-study-list__study::before, .fifty-fifty-hero__background-item--right .related-case-study .case-study__background::after, .related-case-study .fifty-fifty-hero__background-item--right .case-study__background::after {
  z-index: 2;
}

.fifty-fifty-hero__background-item--right .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  opacity: 0.3;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .fifty-fifty-hero__title-container {
    margin-left: 8.38132128%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
    margin-right: 0;
  }
  .fifty-fifty-hero__title-container:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .fifty-fifty-hero__title-container {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    margin-right: 0;
  }
  .fifty-fifty-hero__title-container:last-child {
    margin-right: 0;
  }
}

.fifty-fifty-hero__title-row {
  display: block;
}

.fifty-fifty-hero__title-row::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .fifty-fifty-hero__share-container {
    margin-left: 8.38132128%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
    margin-right: 0;
  }
  .fifty-fifty-hero__share-container:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .fifty-fifty-hero__share-container {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    margin-right: 0;
  }
  .fifty-fifty-hero__share-container:last-child {
    margin-right: 0;
  }
}

.fifty-fifty-hero__image-container {
  display: block;
  left: 50%;
  margin: 0;
  position: relative;
  transform: translateX(-125px);
  width: 100%;
}

.fifty-fifty-hero__image-container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .fifty-fifty-hero__image-container {
    transform: translateX(-288.75px);
  }
}

@media screen and (min-width: 900px) {
  .fifty-fifty-hero__image-container {
    transform: translateX(0px);
  }
}

@media screen and (min-width: 1240px) {
  .fifty-fifty-hero__image-container {
    display: none;
  }
}

.fifty-fifty-hero__image-row {
  position: relative;
}

.fifty-fifty-hero__image-row::before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}

.fifty-fifty-hero__image {
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0;
  max-height: 35rem;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 3;
  object-fit: cover;
  object-position: top center;
}

@media screen and (min-width: 768px) {
  .fifty-fifty-hero__image {
    max-height: 50rem;
  }
}

.fifty-fifty-hero__eyebrow {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 1.2px;
  margin-bottom: 2rem;
  font-family: display-sans-semibold,sans-serif;
}

@media screen and (min-width: 900px) {
  .fifty-fifty-hero__eyebrow {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 1240px) {
  .fifty-fifty-hero__eyebrow {
    letter-spacing: 1.5px;
    margin-bottom: 2.4rem;
  }
}

.fifty-fifty-hero__title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.33;
  margin-bottom: 2rem;
  text-transform: none;
  font-family: display-egyptian-thin,sans-serif;
  font-style: normal;
}

@media screen and (min-width: 900px) {
  .fifty-fifty-hero__title {
    font-size: 5rem;
    font-weight: 100;
    line-height: 1.3;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 1240px) {
  .fifty-fifty-hero__title {
    font-size: 6rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1900px) {
  .fifty-fifty-hero__title {
    font-size: 7rem;
    font-weight: 100;
    line-height: 1.29;
    margin-bottom: 4rem;
  }
}

.fifty-fifty-hero__links-container {
  bottom: 5rem;
  display: block;
  left: calc(50% + 5rem);
  max-width: 25rem;
  position: absolute;
  z-index: 3;
}

.hero--animate .fifty-fifty-hero__links-container {
  opacity: 0;
  transform: translateY(50px);
  animation: fifty-fifty-hero-links-container 1.2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  animation-timing-function: ease-in;
}

@media screen and (min-width: 275px) {
  .fifty-fifty-hero__links-container {
    left: calc(50% - 10rem);
    width: 60%;
    bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .fifty-fifty-hero__links-container {
    bottom: 8rem;
    left: calc(50% + 10rem);
    max-width: 30%;
  }
}

@media screen and (min-width: 1240px) {
  .fifty-fifty-hero__links-container {
    bottom: 8rem;
    left: calc(50% + 5rem);
    max-width: 21.2%;
  }
}

@media screen and (min-width: 1900px) {
  .fifty-fifty-hero__links-container {
    bottom: 8rem;
    left: calc(50% + 10rem);
    max-width: 21.2%;
  }
}

@media screen and (min-width: 2800px) {
  .fifty-fifty-hero__links-container {
    max-width: 17.6%;
  }
}

.fifty-fifty-hero__links ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.fifty-fifty-hero__links ol li {
  margin-bottom: 2rem;
}

.fifty-fifty-hero__links ol li:last-child {
  margin-bottom: 0;
}

.fifty-fifty-hero__links ol li a {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.35;
}

@media screen and (min-width: 275px) {
  .fifty-fifty-hero__links ol li a {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .fifty-fifty-hero__links ol li a {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1240px) {
  .fifty-fifty-hero__links ol li a {
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1240px) {
  .fifty-fifty-hero__links ol li a {
    font-size: 1.7rem;
  }
}

.fifty-fifty-hero__links-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.29;
}

@media screen and (min-width: 1240px) {
  .fifty-fifty-hero__links-title {
    letter-spacing: 1.2px;
    margin-bottom: 2rem;
  }
}

.vendor-edge .fifty-fifty-hero__background-item--left {
  min-width: 100vw;
}

.in-depth-product-feature {
  background-color: transparent;
  /* accordion */
}

.in-depth-product-feature .accordion {
  /* accordion-item__toggle */
}

.in-depth-product-feature .accordion .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
}

@media screen and (min-width: 900px) {
  .in-depth-product-feature .accordion .accordion-item {
    border: 0;
  }
}

.in-depth-product-feature .accordion .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .in-depth-product-feature .accordion .accordion-item:first-child {
    border-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .in-depth-product-feature .accordion .accordion-item:last-child {
    border-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .in-depth-product-feature .accordion .accordion-item:last-child .accordion-item__container {
    border-bottom: 0;
  }
}

.in-depth-product-feature .accordion .accordion-item__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0;
  position: relative;
}

.in-depth-product-feature .accordion .accordion-item__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .in-depth-product-feature .accordion .accordion-item__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .in-depth-product-feature .accordion .accordion-item__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .in-depth-product-feature .accordion .accordion-item__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .in-depth-product-feature .accordion .accordion-item__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .in-depth-product-feature .accordion .accordion-item__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .in-depth-product-feature .accordion .accordion-item__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .in-depth-product-feature .accordion .accordion-item__container {
    padding: 6rem 0;
  }
}

@media screen and (min-width: 900px) {
  .in-depth-product-feature .accordion .accordion-item__container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 6rem 0 10rem;
  }
}

@media screen and (min-width: 1900px) {
  .in-depth-product-feature .accordion .accordion-item__container {
    padding: 3rem 0 12rem;
  }
}

@media screen and (min-width: 2800px) {
  .in-depth-product-feature .accordion .accordion-item__container {
    padding: 6rem 0 12rem;
  }
}

.in-depth-product-feature .accordion .accordion-item__top-level-content {
  min-height: 24.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .in-depth-product-feature .accordion .accordion-item__top-level-content {
    min-height: 0;
  }
}

.in-depth-product-feature .accordion .accordion-item__top-level-content h2 {
  color: #000;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1.29;
  margin-bottom: 0;
}

@media screen and (min-width: 900px) {
  .in-depth-product-feature .accordion .accordion-item__top-level-content h2 {
    font-size: 5rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1440px) {
  .in-depth-product-feature .accordion .accordion-item__top-level-content h2 {
    font-size: 6rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1900px) {
  .in-depth-product-feature .accordion .accordion-item__top-level-content h2 {
    font-size: 7rem;
    line-height: 1.29;
  }
}

.in-depth-product-feature .accordion .accordion-item__toggle {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  transform: none;
}

@media screen and (min-width: 768px) {
  .in-depth-product-feature .accordion .accordion-item__toggle {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 900px) {
  .in-depth-product-feature .accordion .accordion-item__toggle {
    right: 0;
  }
}

.in-depth-product-feature .accordion .accordion-item__toggle button {
  cursor: pointer;
}

.in-depth-product-feature .accordion .accordion-item__toggle .icon-chevron {
  cursor: pointer;
  font-size: 2rem;
  margin: 0.1rem 0 0 -0.1rem;
  transform: translate(-50%, -50%) rotate(90deg);
}

.in-depth-product-feature .accordion .accordion-item__toggle--open {
  margin: 0;
}

.in-depth-product-feature .accordion .accordion-item__toggle--open .icon-chevron {
  font-size: 2rem;
  margin: -0.1rem 0 0 -0.1rem;
  transform: translate(-50%, -50%) rotate(-90deg);
}

/* in-depth-product-feature */
.need-based-solution {
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.need-based-solution__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 3rem 0 8rem;
  position: relative;
}

.need-based-solution__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .need-based-solution__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .need-based-solution__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .need-based-solution__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .need-based-solution__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .need-based-solution__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .need-based-solution__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.need-based-solution__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .need-based-solution__container {
    padding: 0 0 12.5rem 0;
  }
}

@media screen and (min-width: 1440px) {
  .need-based-solution__container {
    padding: 0 0 16rem 0;
  }
}

.need-based-solution__story-content h1 {
  color: #ee000e;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  margin-bottom: 0;
  line-height: 1.29;
}

@media screen and (min-width: 768px) {
  .need-based-solution__story-content h1 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 7.80546593%;
    line-height: 1;
  }
  .need-based-solution__story-content h1:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .need-based-solution__story-content h1 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 7.80546593%;
    color: #ff555f;
    font-size: 7rem;
    font-weight: 100;
  }
  .need-based-solution__story-content h1:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .need-based-solution__story-content h1 {
    margin-left: 8.38132128%;
    line-height: 1.29;
  }
}

.need-based-solution__story-content h2 {
  color: #3b3c43;
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.33;
  margin-bottom: 20px;
}

@media screen and (min-width: 900px) {
  .need-based-solution__story-content h2 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    color: #000;
    font-family: display-egyptian-thin, sans-serif;
    font-size: 4.2rem;
    font-weight: 100;
    line-height: 1.29;
    margin-left: 3.902735%;
  }
  .need-based-solution__story-content h2:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .need-based-solution__story-content h2 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    color: #3b3c43;
    font-size: 6rem;
    margin-left: 0;
  }
  .need-based-solution__story-content h2:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .need-based-solution__story-content h2 {
    font-size: 7rem;
  }
}

.need-based-solution__story-content h3 {
  font-size: 2rem;
}

.need-based-solution__story-content-number {
  color: #ff555f;
}

/* need-based-solution */
.statistical-tout-one {
  padding: 1rem 0 0;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .statistical-tout-one {
    padding: 7rem 0 0;
  }
}

@media screen and (min-width: 1900px) {
  .statistical-tout-one {
    padding: 7rem 0 3rem;
  }
}

@media screen and (min-width: 2800px) {
  .statistical-tout-one {
    padding: 7rem 0 0;
  }
}

.statistical-tout-one__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.statistical-tout-one__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .statistical-tout-one__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .statistical-tout-one__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .statistical-tout-one__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .statistical-tout-one__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .statistical-tout-one__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .statistical-tout-one__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .statistical-tout-one__content {
    display: block;
    position: relative;
  }
  .statistical-tout-one__content::after {
    clear: both;
    content: "";
    display: block;
  }
}

.statistical-tout-one__title {
  color: #3b3c43;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 3rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .statistical-tout-one__title {
    margin-left: 8.38132128%;
    clear: both;
  }
}

@media screen and (min-width: 900px) {
  .statistical-tout-one__title {
    margin-bottom: 9rem;
  }
}

@media screen and (min-width: 1440px) {
  .statistical-tout-one__title {
    margin-left: 0%;
  }
}

.statistical-tout-one__stats {
  margin: 0;
  padding: 0;
}

.statistical-tout-one__stat {
  list-style: none;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .statistical-tout-one__stat {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    margin-left: 8.38132128%;
    margin-bottom: 5rem;
  }
  .statistical-tout-one__stat:last-child {
    margin-right: 0;
  }
  .statistical-tout-one__stat:nth-child(2n + 1) {
    clear: both;
  }
  .statistical-tout-one__stat:nth-child(2n) {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    margin-right: 0;
  }
  .statistical-tout-one__stat:nth-child(2n):last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .statistical-tout-one__stat {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 24.56810849%;
  }
  .statistical-tout-one__stat:last-child {
    margin-right: 0;
  }
  .statistical-tout-one__stat:nth-child(3n + 2) {
    margin-left: 8.38132128%;
  }
  .statistical-tout-one__stat:nth-child(3n) {
    margin-left: 8.38132128%;
    margin-right: 0;
  }
}

.statistical-tout-one__row {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .statistical-tout-one__row {
    display: inline-block;
    position: relative;
  }
  .statistical-tout-one__row.is--smaller-text .statistical-tout-one__number {
    font-size: 12rem;
  }
}

.statistical-tout-one__before-stat {
  color: #ff555f;
  font-family: display-egyptian-light, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 1.5;
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .statistical-tout-one__before-stat {
    margin: 0;
    position: absolute;
    left: -2.8rem;
    top: 0;
  }
}

.statistical-tout-one__number {
  color: #ff555f;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 10rem;
  font-weight: 100;
  letter-spacing: 0.3px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .statistical-tout-one__number {
    font-size: 15rem;
    font-weight: 100;
    letter-spacing: 0.4px;
    line-height: 1;
    margin: 0 0 0.5rem;
  }
}

.statistical-tout-one__after-stat {
  color: #ff555f;
  font-family: display-egyptian-light, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 1.5;
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .statistical-tout-one__after-stat {
    margin: 0;
    position: absolute;
    right: -3.4rem;
    top: 0;
  }
}

.statistical-tout-one__description {
  color: #3b3c43;
  font-family: display-sans-light, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.56;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .statistical-tout-one__description {
    margin: 0;
  }
}

.statistical-tout-two {
  min-height: 100vh;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 900px) {
  .statistical-tout-two {
    min-height: 100vh;
  }
}

@media screen and (min-width: 900px) {
  .statistical-tout-two__container {
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 7rem;
  }
  .statistical-tout-two__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) and (min-width: 768px) {
  .statistical-tout-two__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .statistical-tout-two__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .statistical-tout-two__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .statistical-tout-two__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) and (min-width: 1440px) {
  .statistical-tout-two__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .statistical-tout-two__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .statistical-tout-two__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.statistical-tout-two__statistic {
  height: 33.33333vh;
  min-height: 35rem;
  padding: 4rem 0;
  z-index: 1;
}

.statistical-tout-two__statistic::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 900px) {
  .statistical-tout-two__statistic {
    height: auto;
    margin-top: -15vh;
    min-height: 40vh;
    padding: 4rem;
  }
}

@media screen and (min-width: 1440px) {
  .statistical-tout-two__statistic {
    min-height: 50vh;
  }
}

@media screen and (max-width: 900px) {
  .statistical-tout-two__statistic > .container, .recirculation.statistical-tout-two__statistic > .spark-line, .new-links-module.statistical-tout-two__statistic > .spark-line, .links-module.statistical-tout-two__statistic > .spark-line {
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .statistical-tout-two__statistic > .container::after, .recirculation.statistical-tout-two__statistic > .spark-line::after, .new-links-module.statistical-tout-two__statistic > .spark-line::after, .links-module.statistical-tout-two__statistic > .spark-line::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .statistical-tout-two__statistic > .container, .recirculation.statistical-tout-two__statistic > .spark-line, .new-links-module.statistical-tout-two__statistic > .spark-line, .links-module.statistical-tout-two__statistic > .spark-line {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .statistical-tout-two__statistic > .container::after, .recirculation.statistical-tout-two__statistic > .spark-line::after, .new-links-module.statistical-tout-two__statistic > .spark-line::after, .links-module.statistical-tout-two__statistic > .spark-line::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (max-width: 900px) and (min-width: 900px) {
  .statistical-tout-two__statistic > .container, .recirculation.statistical-tout-two__statistic > .spark-line, .new-links-module.statistical-tout-two__statistic > .spark-line, .links-module.statistical-tout-two__statistic > .spark-line {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .statistical-tout-two__statistic > .container::after, .recirculation.statistical-tout-two__statistic > .spark-line::after, .new-links-module.statistical-tout-two__statistic > .spark-line::after, .links-module.statistical-tout-two__statistic > .spark-line::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (max-width: 900px) and (min-width: 1440px) {
  .statistical-tout-two__statistic > .container, .recirculation.statistical-tout-two__statistic > .spark-line, .new-links-module.statistical-tout-two__statistic > .spark-line, .links-module.statistical-tout-two__statistic > .spark-line {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .statistical-tout-two__statistic > .container::after, .recirculation.statistical-tout-two__statistic > .spark-line::after, .new-links-module.statistical-tout-two__statistic > .spark-line::after, .links-module.statistical-tout-two__statistic > .spark-line::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .statistical-tout-two__statistic > .container::after, .recirculation.statistical-tout-two__statistic > .spark-line::after, .new-links-module.statistical-tout-two__statistic > .spark-line::after, .links-module.statistical-tout-two__statistic > .spark-line::after {
    clear: both;
    content: "";
    display: block;
  }
}

.statistical-tout-two__statistic--primary {
  background-color: #ff555f;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

@media screen and (min-width: 900px) {
  .statistical-tout-two__statistic--primary {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    background-color: transparent;
    box-shadow: none;
    margin-top: -10vh;
    background-image: url("/a/dist/img/diamond-red.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-align: center;
  }
  .statistical-tout-two__statistic--primary:last-child {
    margin-right: 0;
  }
  .statistical-tout-two__statistic--primary .container, .statistical-tout-two__statistic--primary .recirculation > .spark-line, .statistical-tout-two__statistic--primary .new-links-module > .spark-line, .statistical-tout-two__statistic--primary .links-module > .spark-line {
    width: 100%;
    min-height: inherit;
  }
  .statistical-tout-two__statistic--primary .container .statistical-tout-two__statistic__primary, .statistical-tout-two__statistic--primary .recirculation > .spark-line .statistical-tout-two__statistic__primary, .statistical-tout-two__statistic--primary .new-links-module > .spark-line .statistical-tout-two__statistic__primary, .statistical-tout-two__statistic--primary .links-module > .spark-line .statistical-tout-two__statistic__primary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
  }
  .statistical-tout-two__statistic--primary .container .statistical-tout-two__statistic__primary .statistical-tout-two__statistic-description, .statistical-tout-two__statistic--primary .recirculation > .spark-line .statistical-tout-two__statistic__primary .statistical-tout-two__statistic-description, .statistical-tout-two__statistic--primary .new-links-module > .spark-line .statistical-tout-two__statistic__primary .statistical-tout-two__statistic-description, .statistical-tout-two__statistic--primary .links-module > .spark-line .statistical-tout-two__statistic__primary .statistical-tout-two__statistic-description {
    width: 100%;
  }
}

.statistical-tout-two__statistic--secondary {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

@media screen and (min-width: 900px) {
  .statistical-tout-two__statistic--secondary {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    margin-left: 50.28792768%;
    margin-top: -30vh;
    background-color: transparent !important;
    box-shadow: none;
    background-image: url("/a/dist/img/diamond-blue.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-align: center;
  }
  .statistical-tout-two__statistic--secondary:last-child {
    margin-right: 0;
  }
  .statistical-tout-two__statistic--secondary .container, .statistical-tout-two__statistic--secondary .recirculation > .spark-line, .statistical-tout-two__statistic--secondary .new-links-module > .spark-line, .statistical-tout-two__statistic--secondary .links-module > .spark-line {
    width: 100%;
    min-height: inherit;
  }
  .statistical-tout-two__statistic--secondary .container .statistical-tout-two__statistic__secondary, .statistical-tout-two__statistic--secondary .recirculation > .spark-line .statistical-tout-two__statistic__secondary, .statistical-tout-two__statistic--secondary .new-links-module > .spark-line .statistical-tout-two__statistic__secondary, .statistical-tout-two__statistic--secondary .links-module > .spark-line .statistical-tout-two__statistic__secondary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
  }
  .statistical-tout-two__statistic--secondary .container .statistical-tout-two__statistic__secondary .statistical-tout-two__statistic-description, .statistical-tout-two__statistic--secondary .recirculation > .spark-line .statistical-tout-two__statistic__secondary .statistical-tout-two__statistic-description, .statistical-tout-two__statistic--secondary .new-links-module > .spark-line .statistical-tout-two__statistic__secondary .statistical-tout-two__statistic-description, .statistical-tout-two__statistic--secondary .links-module > .spark-line .statistical-tout-two__statistic__secondary .statistical-tout-two__statistic-description {
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .statistical-tout-two__statistic--clear {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    margin-left: 8.38132128%;
    padding: 0;
  }
  .statistical-tout-two__statistic--clear:last-child {
    margin-right: 0;
  }
}

.statistical-tout-two__statistic-before-element {
  display: inline-block;
  font-family: display-egyptian-light, sans-serif;
  font-size: 2.4rem;
  position: relative;
  top: 6rem;
  left: -3.75rem;
}

@media screen and (min-width: 900px) {
  .statistical-tout-two__statistic-before-element {
    font-size: 4rem;
    letter-spacing: 0.3px;
    line-height: 1.5;
    top: 6rem;
    left: -3.75rem;
  }
}

@media screen and (min-width: 1440px) {
  .statistical-tout-two__statistic-before-element {
    top: 6rem;
    left: -3.75rem;
  }
}

.statistical-tout-two__statistic-number .sl-counter-up {
  font-size: 7rem;
  margin-bottom: 1rem;
  margin-top: 0;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  font-family: display-egyptian-thin,sans-serif;
}

@media screen and (min-width: 900px) {
  .statistical-tout-two__statistic-number .sl-counter-up {
    font-size: 10rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .statistical-tout-two__statistic-number .sl-counter-up {
    font-size: 15rem;
  }
}

.statistical-tout-two__statistic-number sup {
  display: inline-block;
  font-family: display-egyptian-light, sans-serif;
  font-size: 2.4rem;
  position: relative;
  top: -3rem;
  left: -0.5rem;
}

@media screen and (min-width: 900px) {
  .statistical-tout-two__statistic-number sup {
    font-size: 4rem;
    letter-spacing: 0.3px;
    line-height: 1.5;
    top: -4rem;
    left: -0.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .statistical-tout-two__statistic-number sup {
    top: -7rem;
    left: -0.5rem;
  }
}

.statistical-tout-two__statistic--clear .statistical-tout-two__statistic-number {
  color: #ff555f;
}

.statistical-tout-two__statistic-description {
  font-family: display-egyptian-light, sans-serif;
}

@media screen and (min-width: 900px) {
  .statistical-tout-two__statistic-description {
    width: 25%;
    font-size: 4rem;
  }
}

@media screen and (min-width: 1440px) {
  .statistical-tout-two__statistic-description {
    width: 40%;
    font-size: 4rem;
  }
}

@media screen and (min-width: 1900px) {
  .statistical-tout-two__statistic-description {
    font-size: 5rem;
  }
}

.statistical-tout-two__statistic--clear .statistical-tout-two__statistic-description {
  color: #3b3c43;
}

@media screen and (min-width: 768px) and (max-width: calc($mobile - 1px)) {
  .statistical-tout-two__statistic__primary, .statistical-tout-two__statistic__secondary, .statistical-tout-two__statistic__clear {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 91.61867872%;
    margin-left: 8.38132128%;
  }
  .statistical-tout-two__statistic__primary:last-child, .statistical-tout-two__statistic__secondary:last-child, .statistical-tout-two__statistic__clear:last-child {
    margin-right: 0;
  }
}

.story {
  padding: 5rem 0 19.2rem;
  position: relative;
  min-height: 80vh;
  height: auto;
  overflow: hidden;
}

.casestudy .story {
  min-height: 100%;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .story {
    padding: 12.5rem 0 0;
    min-height: 790px;
    height: 80vh;
  }
  .casestudy .story {
    min-height: 100%;
    padding: 0;
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .story {
    overflow: inherit;
  }
}

@media screen and (min-width: 2800px) {
  .story {
    overflow: hidden;
  }
}

.story__graphic {
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -90px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .story__graphic {
    top: -270px;
  }
}

.story__graphic img {
  height: auto;
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -10%);
  width: 200%;
}

@media screen and (min-width: 768px) {
  .story__graphic img {
    transform: translate(-50%, -40%);
    height: auto;
    width: 125%;
  }
}

@media screen and (min-width: 900px) {
  .story__graphic img {
    transform: translate(-40%, -40%);
    height: auto;
    width: 200%;
  }
}

@media screen and (min-width: 1440px) {
  .story__graphic img {
    transform: translate(-50%, -40%);
    height: auto;
    width: 125%;
  }
}

@media screen and (min-width: 1900px) {
  .story__graphic img {
    height: auto;
    width: 100%;
  }
}

@media screen and (min-width: 2800px) {
  .story__graphic img {
    height: 120%;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .story.story--left .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
    margin-right: 0;
  }
  .story.story--left .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .story.story--left .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 91.61867872%;
  }
  .story.story--left .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .story.story--left .story__content {
    margin-left: 8.38132128%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .story.story--left .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .story.story--left .story__content {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .story.story--left .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 2800px) {
  .story.story--left .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
  }
  .story.story--left .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .story.story--right .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 74.85603616%;
    margin-right: 0;
  }
  .story.story--right .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .story.story--right .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
  }
  .story.story--right .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .story.story--right .story__content {
    margin-left: 50.28792768%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
    margin-right: 0;
  }
  .story.story--right .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .story.story--right .story__content {
    margin-left: 41.9066064%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
  }
  .story.story--right .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 2800px) {
  .story.story--right .story__content {
    margin-left: 50.28792768%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
  }
  .story.story--right .story__content:last-child {
    margin-right: 0;
  }
}

.story.story--center {
  padding-top: 0px !important;
}

@media screen and (min-width: 768px) {
  .story.story--center .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
    margin-right: 0;
  }
  .story.story--center .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .story.story--center .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 91.61867872%;
  }
  .story.story--center .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .story.story--center .story__content {
    margin-left: 8.38132128%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 91.61867872%;
  }
  .story.story--center .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .story.story--center .story__content {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .story.story--center .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 2800px) {
  .story.story--center .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
  }
  .story.story--center .story__content:last-child {
    margin-right: 0;
  }
}

.story__background {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.story__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  max-height: 100%;
  min-height: 80vh;
  height: auto;
}

.story__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .story__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .story__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .story__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .story__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .story__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .story__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.story__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .story__container {
    min-height: auto;
    height: 80vh;
  }
}

@media screen and (min-width: 900px) {
  .story__flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
  }
}

.story__number {
  color: #ff555f;
  font-size: 4.2rem;
  font-family: display-egyptian-thin, sans-serif;
  font-weight: 100;
  line-height: 1.29;
  margin: 0;
}

@media screen and (min-width: 900px) {
  .story__number {
    color: #ff555f;
    font-size: 7rem;
    font-family: display-egyptian-thin, sans-serif;
    font-weight: 100;
    line-height: 1.29;
    margin-right: 3.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .story__number {
    margin-right: 6rem;
  }
}

.story__top_story_headline {
  color: #3b3c43;
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.33;
  margin-bottom: 1.6rem;
}

.story__top_story_headline * {
  color: #3b3c43;
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.33;
  margin-bottom: 1.6rem;
}

.story__top_story_headline a {
  color: #ff555f;
  margin-bottom: 0;
}

.story__top_story_headline sup {
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .story__top_story_headline {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 900px) {
  .story__top_story_headline {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 4.2rem;
    font-weight: 100;
    line-height: 1.29;
    margin-bottom: 2rem;
  }
}

.story__top_story_copy {
  color: #3b3c43;
  font-family: display-egyptian-light, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.33;
}

.story__top_story_copy * {
  color: #3b3c43;
  font-family: display-egyptian-light, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.33;
}

.story__top_story_copy a {
  color: #ff555f;
}

.story__top_story_copy sup {
  font-size: 2.5rem;
}

@media screen and (min-width: 900px) {
  .story__top_story_copy {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 2.5rem;
    font-weight: 100;
    line-height: 1.29;
  }
}

.story__description {
  color: #3b3c43;
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.33;
  margin-bottom: 1.6rem;
}

.story__description * {
  color: #3b3c43;
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.33;
  margin-bottom: 1.6rem;
}

.story__description a {
  color: #ff555f;
  margin-bottom: 0;
}

.story__description sup {
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .story__description {
    margin-bottom: 2.3rem;
  }
}

@media screen and (min-width: 900px) {
  .story__description {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 4.2rem;
    font-weight: 100;
    line-height: 1.29;
    margin-bottom: 6rem;
  }
}

.story__links {
  margin: 0;
  padding: 0;
}

.story__link-container {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  margin-bottom: 3rem;
}

.story__link-container .icon, .story__link-container .chapter-nav__navigation ul::after, .chapter-nav__navigation .story__link-container ul::after {
  font-size: 3.1rem;
}

.story__link {
  color: #ff555f;
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.88px;
  line-height: 2.0rem;
  margin-right: 2rem;
  text-transform: uppercase;
}

.story .spark-line {
  display: none;
}

@media screen and (min-width: 1440px) {
  .story .spark-line {
    display: block;
  }
}

.hero {
  color: #fff;
  position: relative;
  padding: 14.4rem 0 11.8rem;
}

@media screen and (min-width: 768px) {
  .hero {
    padding: 15.1rem 0 0;
    min-height: 80vh;
  }
}

@media screen and (min-width: 900px) {
  .hero {
    padding: 18rem 0 14rem;
  }
}

@media screen and (min-width: 1440px) {
  .hero {
    padding: 18rem 0 9.4rem;
  }
}

@media screen and (min-width: 2800px) {
  .hero {
    padding: 26.5rem 0 20rem;
  }
}

.hero__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .hero__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .hero__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .hero__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.hero__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .hero__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
    margin-left: 8.38132128%;
  }
  .hero__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .hero__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
  }
  .hero__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .hero__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 74.85603616%;
    margin-left: 0%;
    margin-left: 0;
  }
  .hero__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .hero__cta {
    clear: both;
  }
  .hero__cta::after {
    clear: both;
    content: "";
    display: block;
  }
}

.hero__eyebrow {
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.29;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

@media screen and (min-width: 900px) {
  .hero__eyebrow {
    font-size: 1.8rem;
    line-height: 1.56;
    margin-bottom: 2rem;
  }
}

.hero__title {
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 4.1rem;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .hero__title {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 900px) {
  .hero__title {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 5rem;
    font-weight: 100;
    line-height: 1.3;
    margin-bottom: 3.4rem;
  }
}

@media screen and (min-width: 1440px) {
  .hero__title {
    font-size: 6rem;
    line-height: 1.2;
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1900px) {
  .hero__title {
    font-size: 7rem;
    line-height: 1.29;
  }
}

.hero__background {
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.hero__background::before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -5;
}

.hero .background-overlay::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.85));
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero .spark-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.hero .spark-line .spark-line__progress-bar-container {
  bottom: -35px;
}

@media screen and (min-width: 768px) {
  .hero .spark-line .spark-line__progress-bar-container {
    bottom: -75px;
  }
}

.hero-internal .row {
  overflow-x: visible;
}

.card-hero {
  position: relative;
  min-height: 100vh;
}

@media screen and (min-width: 568px) {
  .card-hero {
    min-height: 650px;
  }
}

@media screen and (min-width: 768px) {
  .card-hero {
    height: 80vh;
  }
}

@media screen and (min-width: 768px) and (max-height: 800px) {
  .card-hero {
    height: 100%;
  }
}

.card-hero.text-color--dark * {
  color: #252724;
}

.card-hero.text-color--light * {
  color: #fff;
}

.card-hero .hero__background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 1;
}

.card-hero .hero__content {
  pointer-events: none;
  position: relative;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 0;
}

.card-hero .hero__content * {
  color: white;
}

@media screen and (min-width: 768px) {
  .card-hero .hero__content {
    justify-content: flex-start;
    padding: 100px 0 0;
  }
}

.card-hero .hero__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  padding: 0 20px;
}

.card-hero .hero__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .card-hero .hero__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .card-hero .hero__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .card-hero .hero__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .card-hero .hero__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .card-hero .hero__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .card-hero .hero__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .card-hero .hero__container {
    padding: 0;
  }
}

.card-hero .shade {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  text-decoration: none;
}

.text-color--dark .card-hero .shade {
  color: #252724;
}

.text-color--light .card-hero .shade {
  color: #fff;
}

.card-hero .insights-cards__earlier-insights--header {
  position: relative;
  display: block;
  text-align: left;
  font-size: 3.0rem;
  line-height: 4.4rem;
}

@media screen and (min-width: 568px) {
  .card-hero .insights-cards__earlier-insights--header {
    font-size: 5.0rem;
    line-height: 8.0rem;
  }
}

@media screen and (min-width: 768px) {
  .card-hero .insights-cards__earlier-insights--header {
    font-size: 7.0rem;
    line-height: 10.0rem;
  }
}

.card-hero .insights-cards__earlier-insights--header-content {
  position: relative;
  pointer-events: none;
}

.card-hero .tag {
  margin-bottom: 24px;
}

.card-hero .type {
  position: relative;
  display: block;
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.4rem;
  line-height: 3.4rem;
  margin-bottom: 12px;
}

@media screen and (min-width: 568px) {
  .card-hero .type {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

@media screen and (min-width: 768px) {
  .card-hero .type {
    font-size: 1.8rem;
    line-height: 1.56;
  }
}

.card-hero .title {
  position: relative;
  display: block;
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 2.4rem;
  line-height: 3.4rem;
  text-transform: none;
}

.text-color--dark .card-hero .title {
  color: #252724;
}

.text-color--light .card-hero .title {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .card-hero .title {
    font-size: 3.0rem;
    line-height: 1.4;
  }
}

.meet-cora-ani-hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #000;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero {
    min-height: 680px;
  }
}

.meet-cora-ani-hero .hero__background {
  position: absolute;
  width: 150vw;
  height: 150vh;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 1;
  will-change: transform;
  transform: translateX(0vw) translateY(-50vh);
}

.meet-cora-ani-hero .hero__background:before {
  display: none;
}

.meet-cora-ani-hero .hero__background.is--animated-1 {
  opacity: 0;
  transform: translateX(0vw) translateY(-50vh);
  animation: meet-cora-hero-background-panel-1 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background.is--animated-1:before {
  display: none;
}

.meet-cora-ani-hero .hero__background.is--animated-2 {
  opacity: 1;
  transform: translateX(-50vw) translateY(0vh);
  animation: meet-cora-hero-background-panel-2 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background.is--animated-2:before {
  display: none;
}

.meet-cora-ani-hero .hero__background.is--animated-final {
  opacity: 1;
  transform: translateX(0vw) translateY(-50vh);
  animation: meet-cora-hero-background-panel-final 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background.is--animated-final:before {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100vw;
  height: 100vh;
  content: '';
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 100%);
}

.meet-cora-ani-hero .hero__background.is-animated--first-to-last {
  opacity: 1;
  transform: translateX(-50vw) translateY(0vh);
  animation: meet-cora-hero-background-panel-first-to-final 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background.is-animated--first-to-last:before {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100vw;
  height: 100vh;
  content: '';
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 100%);
}

.meet-cora-ani-hero .hero__background.is-animated--second-to-last {
  opacity: 1;
  transform: translateX(0vw) translateY(-50vh);
  animation: meet-cora-hero-background-panel-second-to-final 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background.is-animated--second-to-last:before {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100vw;
  height: 100vh;
  content: '';
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 100%);
}

.meet-cora-ani-hero .hero__background.is--animated-1 ~ .hero__skip {
  background-color: #085e59;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__background.is--animated-1 ~ .hero__skip {
    background-color: transparent;
  }
}

.meet-cora-ani-hero .hero__background.is--animated-2 ~ .hero__skip {
  background-color: #7b0064;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__background.is--animated-2 ~ .hero__skip {
    background-color: transparent;
  }
}

.meet-cora-ani-hero .hero__background.is--animated-3 ~ .hero__skip {
  background-color: transparent;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__background.is--animated-3 ~ .hero__skip {
    background-color: transparent;
  }
}

.meet-cora-ani-hero .hero__background.is--animated-3 ~ .hero__skip {
  background-color: transparent;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__background.is--animated-3 ~ .hero__skip {
    background-color: transparent;
  }
}

.meet-cora-ani-hero .hero__background-2 {
  position: absolute;
  width: 150vw;
  height: 150vh;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 1;
  will-change: transform;
  transform: translateX(0vw) translateY(-50vh);
}

.meet-cora-ani-hero .hero__background-2:before {
  display: none;
}

.meet-cora-ani-hero .hero__background-2.is--animated-1 {
  opacity: 0;
  transform: translateX(0vw) translateY(-50vh);
  animation: meet-cora-hero-background-panel-1 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background-2.is--animated-1:before {
  display: none;
}

.meet-cora-ani-hero .hero__background-2.is--animated-2 {
  opacity: 1;
  transform: translateX(-50vw) translateY(0vh);
  animation: meet-cora-hero-background-panel-2 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background-2.is--animated-2:before {
  display: none;
}

.meet-cora-ani-hero .hero__background-2.is--animated-final {
  opacity: 1;
  transform: translateX(0vw) translateY(-50vh);
  animation: meet-cora-hero-background-panel-final 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background-2.is--animated-final:before {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100vw;
  height: 100vh;
  content: '';
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 100%);
}

.meet-cora-ani-hero .hero__background-2.is-animated--first-to-last {
  opacity: 1;
  transform: translateX(-50vw) translateY(0vh);
  animation: meet-cora-hero-background-panel-first-to-final 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background-2.is-animated--first-to-last:before {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100vw;
  height: 100vh;
  content: '';
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 100%);
}

.meet-cora-ani-hero .hero__background-2.is-animated--second-to-last {
  opacity: 1;
  transform: translateX(0vw) translateY(-50vh);
  animation: meet-cora-hero-background-panel-second-to-final 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background-2.is-animated--second-to-last:before {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100vw;
  height: 100vh;
  content: '';
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 100%);
}

.meet-cora-ani-hero .hero__background-2.is--animated-1 ~ .hero__skip {
  background-color: #085e59;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__background-2.is--animated-1 ~ .hero__skip {
    background-color: transparent;
  }
}

.meet-cora-ani-hero .hero__background-2.is--animated-2 ~ .hero__skip {
  background-color: #7b0064;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__background-2.is--animated-2 ~ .hero__skip {
    background-color: transparent;
  }
}

.meet-cora-ani-hero .hero__background-2.is--animated-3 ~ .hero__skip {
  background-color: transparent;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__background-2.is--animated-3 ~ .hero__skip {
    background-color: transparent;
  }
}

.meet-cora-ani-hero .hero__background-2.is--animated-3 ~ .hero__skip {
  background-color: transparent;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__background-2.is--animated-3 ~ .hero__skip {
    background-color: transparent;
  }
}

.meet-cora-ani-hero .hero__background-3 {
  position: absolute;
  width: 150vw;
  height: 150vh;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 1;
  will-change: transform;
  transform: translateX(0vw) translateY(-50vh);
}

.meet-cora-ani-hero .hero__background-3:before {
  display: none;
}

.meet-cora-ani-hero .hero__background-3.is--animated-1 {
  opacity: 0;
  transform: translateX(0vw) translateY(-50vh);
  animation: meet-cora-hero-background-panel-1 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background-3.is--animated-1:before {
  display: none;
}

.meet-cora-ani-hero .hero__background-3.is--animated-2 {
  opacity: 1;
  transform: translateX(-50vw) translateY(0vh);
  animation: meet-cora-hero-background-panel-2 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background-3.is--animated-2:before {
  display: none;
}

.meet-cora-ani-hero .hero__background-3.is--animated-final {
  opacity: 1;
  transform: translateX(0vw) translateY(-50vh);
  animation: meet-cora-hero-background-panel-final 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background-3.is--animated-final:before {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100vw;
  height: 100vh;
  content: '';
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 100%);
}

.meet-cora-ani-hero .hero__background-3.is-animated--first-to-last {
  opacity: 1;
  transform: translateX(-50vw) translateY(0vh);
  animation: meet-cora-hero-background-panel-first-to-final 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background-3.is-animated--first-to-last:before {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100vw;
  height: 100vh;
  content: '';
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 100%);
}

.meet-cora-ani-hero .hero__background-3.is-animated--second-to-last {
  opacity: 1;
  transform: translateX(0vw) translateY(-50vh);
  animation: meet-cora-hero-background-panel-second-to-final 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background-3.is-animated--second-to-last:before {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100vw;
  height: 100vh;
  content: '';
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 100%);
}

.meet-cora-ani-hero .hero__background-3.is--animated-1 ~ .hero__skip {
  background-color: #085e59;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__background-3.is--animated-1 ~ .hero__skip {
    background-color: transparent;
  }
}

.meet-cora-ani-hero .hero__background-3.is--animated-2 ~ .hero__skip {
  background-color: #7b0064;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__background-3.is--animated-2 ~ .hero__skip {
    background-color: transparent;
  }
}

.meet-cora-ani-hero .hero__background-3.is--animated-3 ~ .hero__skip {
  background-color: transparent;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__background-3.is--animated-3 ~ .hero__skip {
    background-color: transparent;
  }
}

.meet-cora-ani-hero .hero__background-3.is--animated-3 ~ .hero__skip {
  background-color: transparent;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__background-3.is--animated-3 ~ .hero__skip {
    background-color: transparent;
  }
}

.meet-cora-ani-hero .hero__background-4 {
  position: absolute;
  width: 150vw;
  height: 150vh;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: 1;
  will-change: transform;
  transform: translateX(0vw) translateY(-50vh);
}

.meet-cora-ani-hero .hero__background-4:before {
  display: none;
}

.meet-cora-ani-hero .hero__background-4.is--animated-1 {
  opacity: 0;
  transform: translateX(0vw) translateY(-50vh);
  animation: meet-cora-hero-background-panel-1 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background-4.is--animated-1:before {
  display: none;
}

.meet-cora-ani-hero .hero__background-4.is--animated-2 {
  opacity: 1;
  transform: translateX(-50vw) translateY(0vh);
  animation: meet-cora-hero-background-panel-2 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background-4.is--animated-2:before {
  display: none;
}

.meet-cora-ani-hero .hero__background-4.is--animated-final {
  opacity: 1;
  transform: translateX(0vw) translateY(-50vh);
  animation: meet-cora-hero-background-panel-final 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background-4.is--animated-final:before {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100vw;
  height: 100vh;
  content: '';
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 100%);
}

.meet-cora-ani-hero .hero__background-4.is-animated--first-to-last {
  opacity: 1;
  transform: translateX(-50vw) translateY(0vh);
  animation: meet-cora-hero-background-panel-first-to-final 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background-4.is-animated--first-to-last:before {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100vw;
  height: 100vh;
  content: '';
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 100%);
}

.meet-cora-ani-hero .hero__background-4.is-animated--second-to-last {
  opacity: 1;
  transform: translateX(0vw) translateY(-50vh);
  animation: meet-cora-hero-background-panel-second-to-final 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}

.meet-cora-ani-hero .hero__background-4.is-animated--second-to-last:before {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100vw;
  height: 100vh;
  content: '';
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, black 100%);
}

.meet-cora-ani-hero .hero__background-4.is--animated-1 ~ .hero__skip {
  background-color: #085e59;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__background-4.is--animated-1 ~ .hero__skip {
    background-color: transparent;
  }
}

.meet-cora-ani-hero .hero__background-4.is--animated-2 ~ .hero__skip {
  background-color: #7b0064;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__background-4.is--animated-2 ~ .hero__skip {
    background-color: transparent;
  }
}

.meet-cora-ani-hero .hero__background-4.is--animated-3 ~ .hero__skip {
  background-color: transparent;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__background-4.is--animated-3 ~ .hero__skip {
    background-color: transparent;
  }
}

.meet-cora-ani-hero .hero__background-4.is--animated-3 ~ .hero__skip {
  background-color: transparent;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__background-4.is--animated-3 ~ .hero__skip {
    background-color: transparent;
  }
}

.meet-cora-ani-hero .hero__skip {
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.9px;
  color: #fff;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  transition: background-color 0.2s linear;
}

@media screen and (min-width: 768px) {
  .meet-cora-ani-hero .hero__skip {
    height: 120px;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__skip {
    bottom: -2em;
    left: 2em;
    color: #fff;
    width: 160px;
    height: 55px;
    border: 2.6px solid #fff;
    background-color: transparent;
    border-radius: 27.3px;
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: 1.1px;
    transition: border-color 0.2s linear;
    opacity: 0;
    animation: meet-cora-hero-skip 1.2s ease-out 1;
    animation-fill-mode: forwards;
    animation-delay: 0.64s;
    animation-timing-function: ease-out;
  }
  .meet-cora-ani-hero .hero__skip:hover, .meet-cora-ani-hero .hero__skip:focus {
    border-color: #ff555f;
  }
}

.meet-cora-ani-hero .hero__nav {
  position: absolute;
  right: -2em;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 10;
  opacity: 0;
  animation: meet-cora-hero-controls 1.2s ease-out 1;
  animation-fill-mode: forwards;
  animation-delay: 0.64s;
  animation-timing-function: ease-out;
}

.meet-cora-ani-hero .hero__nav .nav__item {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #fff;
  margin: 0 0 22px;
}

.meet-cora-ani-hero .hero__nav .nav__item.is--active {
  background-color: #fff;
}

.meet-cora-ani-hero .hero__panel {
  position: absolute;
  width: 100%;
  height: calc(100vh - 100px);
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel {
    height: 100%;
  }
}

.meet-cora-ani-hero .hero__panel .panel__mask {
  position: absolute;
  display: none;
  width: 50vw;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  will-change: right;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel .panel__mask {
    display: block;
  }
}

.meet-cora-ani-hero .hero__panel .panel__title {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 70%;
  margin: 0 0 0 22px;
  top: 50%;
  transform: translateY(-50%);
  will-change: transform, opacity;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel .panel__title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 74.85603616%;
    float: none;
    max-width: 688px;
    margin-right: auto;
    width: 80%;
    margin: 0 auto;
  }
  .meet-cora-ani-hero .hero__panel .panel__title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1240px) {
  .meet-cora-ani-hero .hero__panel .panel__title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
    float: none;
    max-width: 1240px;
    margin-right: auto;
  }
  .meet-cora-ani-hero .hero__panel .panel__title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .meet-cora-ani-hero .hero__panel .panel__title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    float: none;
    margin-right: auto;
  }
  .meet-cora-ani-hero .hero__panel .panel__title:last-child {
    margin-right: 0;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-1 {
  z-index: 5;
  opacity: 0;
}

.meet-cora-ani-hero .hero__panel.is--panel-1.is--animated {
  opacity: 0;
  animation: meet-cora-hero-panel-1-visibility .5s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-timing-function: ease-in;
}

.meet-cora-ani-hero .hero__panel.is--panel-1.is--animated .panel__mask {
  display: none;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-1.is--animated .panel__mask {
    display: block;
    right: -50%;
    opacity: 0;
    animation: meet-cora-hero-panel-1-mask 1s ease-in 1;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    animation-timing-function: ease-in;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-1.is--animated .panel__title {
  opacity: 0;
  transform: translateY(30%);
  animation: meet-cora-hero-panel-1-title 1.2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 2s;
  animation-timing-function: ease-in;
}

.meet-cora-ani-hero .hero__panel.is--panel-1.is--animated-out .panel__mask {
  display: none;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-1.is--animated-out .panel__mask {
    display: block;
    opacity: 1;
    animation: meet-cora-hero-panel-1-mask-out 1s ease-out 1;
    animation-fill-mode: forwards;
    animation-delay: 0;
    animation-timing-function: ease-out;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-1.is--animated-out .panel__title {
  animation: meet-cora-hero-panel-1-title-out 0.7s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0;
  animation-timing-function: ease-in;
}

.meet-cora-ani-hero .hero__panel.is--panel-2 {
  z-index: 4;
  opacity: 0;
}

.meet-cora-ani-hero .hero__panel.is--panel-2.is--animated {
  opacity: 1;
  z-index: 6;
}

.meet-cora-ani-hero .hero__panel.is--panel-2.is--animated .panel__mask {
  display: none;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-2.is--animated .panel__mask {
    display: block;
    right: -50%;
    opacity: 1;
    animation: meet-cora-hero-panel-2-mask 1s ease-in 1;
    animation-fill-mode: forwards;
    animation-delay: 0;
    animation-timing-function: ease-in;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-2.is--animated .panel__title {
  opacity: 0;
  transform: translateY(30%);
  animation: meet-cora-hero-panel-2-title 1.2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0;
  animation-timing-function: ease-in;
}

.meet-cora-ani-hero .hero__panel.is--panel-2.is--animated-out {
  display: none;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-2.is--animated-out .panel__mask {
    right: 50%;
    width: 50vw;
    animation: meet-cora-hero-panel-2-mask 0.7s ease-in 1;
    animation-fill-mode: forwards;
    animation-delay: 0;
    animation-timing-function: ease-in;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-2.is--animated-out .panel__title {
  opacity: 1;
  transform: translateY(-50%);
  animation: meet-cora-hero-panel-2-title 1.2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0;
  animation-timing-function: ease-in;
}

.meet-cora-ani-hero .hero__panel.is--panel-3 {
  z-index: 3;
  width: 0;
  overflow: hidden;
  left: 0;
}

.meet-cora-ani-hero .hero__panel.is--panel-3.is--animated {
  z-index: 7;
  animation: meet-cora-hero-panel-3-background 1.3s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0;
  animation-timing-function: ease-in;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-end;
}

@media screen and (min-width: 768px) {
  .meet-cora-ani-hero .hero__panel.is--panel-3.is--animated {
    justify-content: center;
    align-content: center;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-3.is--animated .panel__feature {
  opacity: 0;
  margin-top: 5em;
  animation: meet-cora-hero-panel-3-topics 0.8s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
  animation-timing-function: ease-in;
}

.meet-cora-ani-hero .hero__panel.is--panel-3.is--animated .panel__feature .feature__icon {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .meet-cora-ani-hero .hero__panel.is--panel-3.is--animated .panel__feature .feature__icon {
    font-size: 32px;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-3.is--animated-out {
  animation: meet-cora-hero-panel-3-out 2s ease-out 1;
  animation-fill-mode: forwards;
  animation-delay: 0;
  animation-timing-function: ease-out;
}

.meet-cora-ani-hero .hero__panel.is--panel-3.is--animated-out .panel__feature:nth-child(1) {
  opacity: 1;
  animation: meet-cora-hero-panel-3-out-content-item-1 0.5s ease-out 1;
  animation-fill-mode: forwards;
  animation-delay: 0;
  animation-timing-function: ease-out;
}

.meet-cora-ani-hero .hero__panel.is--panel-3.is--animated-out .panel__feature:nth-child(2) {
  opacity: 1;
  animation: meet-cora-hero-panel-3-out-content-item-2 0.5s ease-out 1;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-timing-function: ease-out;
}

.meet-cora-ani-hero .hero__panel.is--panel-3.is--animated-out .panel__feature:nth-child(3) {
  opacity: 1;
  animation: meet-cora-hero-panel-3-out-content-item-3 0.5s ease-out 1;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  animation-timing-function: ease-out;
}

.meet-cora-ani-hero .hero__panel.is--panel-3 .panel__features {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  width: 80vw;
}

.meet-cora-ani-hero .hero__panel.is--panel-3 .panel__features::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .meet-cora-ani-hero .hero__panel.is--panel-3 .panel__features {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .meet-cora-ani-hero .hero__panel.is--panel-3 .panel__features::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-3 .panel__features {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .meet-cora-ani-hero .hero__panel.is--panel-3 .panel__features::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .meet-cora-ani-hero .hero__panel.is--panel-3 .panel__features {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .meet-cora-ani-hero .hero__panel.is--panel-3 .panel__features::after {
    clear: both;
    content: "";
    display: block;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-3 .panel__features::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-3 .panel__features {
    margin-top: -25vh;
    max-width: 860px;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-3 .panel__feature {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-3 .panel__feature {
    float: left;
    width: 31.333%;
    margin: 0 12px 0 0;
  }
  .meet-cora-ani-hero .hero__panel.is--panel-3 .panel__feature:nth-child(2) {
    transform: translateY(10em);
  }
  .meet-cora-ani-hero .hero__panel.is--panel-3 .panel__feature:nth-child(3) {
    transform: translateY(18em);
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-3 .feature__icon {
  position: relative;
  min-width: 28px;
  min-height: 28px;
}

@media screen and (min-width: 768px) {
  .meet-cora-ani-hero .hero__panel.is--panel-3 .feature__icon {
    min-width: 50px;
    min-height: 50px;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-3 .feature__title {
  position: relative;
  display: block;
  font-family: display-egyptian-light, sans-serif;
  line-height: 2.0rem;
  font-size: 1.8rem;
  padding-bottom: 0;
  margin-bottom: 6px;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-3 .feature__title {
    font-size: 3.0rem;
    line-height: 4.6rem;
    padding-bottom: 3px;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-3 .feature__body {
  position: relative;
  display: block;
  font-size: 1.4rem;
  line-height: 1.6rem;
  letter-spacing: 0.5px;
  margin-bottom: 34px;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-3 .feature__body {
    font-size: 2.0rem;
    line-height: 3.4rem;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-final {
  z-index: 2;
  transform: translateY(100vh);
  padding-bottom: 10.4rem;
}

@media screen and (min-width: 768px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final {
    padding-bottom: 4.4rem;
    min-height: 830px;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final {
    padding-bottom: 0;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-final__background {
  background: url("/a/dist/img/meet-cora-hero--mobile.jpg") center center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final__background {
    background: url("/a/dist/img/meet-cora-hero.jpg") center center/cover no-repeat;
    display: block;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-final__background::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 25%, black 100%);
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.meet-cora-ani-hero .hero__panel.is--panel-final__container {
  position: relative;
  top: 35%;
  width: 75%;
  margin-left: 30px;
}

@media screen and (min-width: 768px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final__container {
    position: relative;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    float: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
  .meet-cora-ani-hero .hero__panel.is--panel-final__container:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final__container {
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final__content {
    margin-left: 8.38132128%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    color: #fff;
  }
  .meet-cora-ani-hero .hero__panel.is--panel-final__content:last-child {
    margin-right: auto;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-final .hero__eyebrow {
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final .hero__eyebrow {
    font-size: 1.8rem;
    letter-spacing: 1.5px;
    line-height: 1;
    margin-bottom: 6.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final .hero__eyebrow {
    margin-bottom: 4rem;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-final .hero__title {
  line-height: 1.33;
  margin-bottom: 2.1rem;
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.7rem;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final .hero__title {
    font-size: 5.0rem;
    line-height: 1.08;
  }
}

@media screen and (min-width: 1440px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final .hero__title {
    line-height: 1.29;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-final .hero__cta {
  color: #fff;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final .hero__cta {
    margin-bottom: 6.5rem;
  }
}

@media screen and (min-width: 1900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final .hero__cta {
    position: absolute;
    bottom: 0;
    right: -25rem;
  }
}

@media screen and (min-width: 2800px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final .hero__cta {
    margin-bottom: 10rem;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-final .hero__cta .rounded-button {
  float: right;
  height: 6.4rem;
  margin-right: -2rem;
  min-width: 0;
  width: 6.4rem;
}

@media screen and (min-width: 768px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final .hero__cta .rounded-button {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final .hero__cta .rounded-button {
    height: 7.2rem;
    min-width: 22.5rem;
    width: auto;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-final .hero__cta .rounded-button__desc {
  display: none;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final .hero__cta .rounded-button__desc {
    display: inline;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-final .save-and-share {
  color: #fff;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final .save-and-share {
    margin-bottom: 3.5rem;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-final .spark-line {
  margin: 0 auto;
  display: none;
}

@media screen and (min-width: 768px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final .spark-line {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .meet-cora-ani-hero .hero__panel.is--panel-final .spark-line:last-child {
    margin-right: auto;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final .spark-line {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
    margin-left: 8.38132128%;
    margin-right: auto;
    float: none;
  }
  .meet-cora-ani-hero .hero__panel.is--panel-final .spark-line:last-child {
    margin-right: 0;
  }
  .meet-cora-ani-hero .hero__panel.is--panel-final .spark-line:last-child {
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final .spark-line {
    margin-left: 8.38132128%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-final .spark-line__progress-bar-container {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: -90px;
  height: 10rem;
}

@media screen and (min-width: 768px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final .spark-line__progress-bar-container {
    bottom: -82px;
    margin-left: 8.38132128%;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final .spark-line__progress-bar-container {
    bottom: -24rem;
    height: 24rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 2800px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final .spark-line__progress-bar-container {
    bottom: -3rem;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-final.is--animated {
  z-index: 8;
  animation: meet-cora-hero-panel-final 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0;
  animation-timing-function: ease-in;
}

.meet-cora-ani-hero .hero__panel.is--panel-final.is--animated .hero__container {
  position: relative;
  top: 35%;
  width: 75%;
  margin-left: 30px;
  transition: opacity 1.2s linear;
}

@media screen and (min-width: 375px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final.is--animated .hero__container {
    transform: translateY(-50%);
    top: 50%;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final.is--animated .hero__container {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-final.is--animated ~ .hero__skip {
  display: none;
}

.meet-cora-ani-hero .hero__panel.is--panel-final.is--animated-from-controls {
  z-index: 8;
  animation: meet-cora-hero-panel-final 2s ease-in 1;
  animation-fill-mode: forwards;
  animation-delay: 0;
  animation-timing-function: ease-in;
}

.meet-cora-ani-hero .hero__panel.is--panel-final.is--animated-from-controls .hero__container {
  position: relative;
  top: 35%;
  width: 75%;
  margin-left: 30px;
  transition: opacity 1.2s linear;
}

@media screen and (min-width: 900px) {
  .meet-cora-ani-hero .hero__panel.is--panel-final.is--animated-from-controls .hero__container {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
  }
}

.meet-cora-ani-hero .hero__panel.is--panel-final.is--animated-from-controls ~ .hero__skip {
  display: none;
}

.investors-page .hero {
  min-height: 0vh;
}

.investors-page .hero__title {
  font-family: display-egyptian-light, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 4.1rem;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .investors-page .hero__title {
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 900px) {
  .investors-page .hero__title {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 6rem;
    font-weight: 100;
    line-height: 1.3;
    margin-bottom: 3.4rem;
  }
}

@media screen and (min-width: 1440px) {
  .investors-page .hero__title {
    font-size: 7rem;
    line-height: 1.2;
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1900px) {
  .investors-page .hero__title {
    font-size: 8rem;
  }
}

.support {
  color: #fff;
  min-height: 80vh;
  position: relative;
}

@media screen and (min-width: 900px) {
  .support {
    display: flex;
  }
}

.support__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 7.3rem 0 0;
  position: relative;
}

.support__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .support__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .support__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .support__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .support__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .support__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .support__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.support__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 900px) {
  .support__container {
    display: flex;
    padding: 17rem 0 35rem;
  }
}

@media screen and (min-width: 1440px) {
  .support__container {
    padding: 12rem 0 34rem;
  }
}

@media screen and (min-width: 768px) {
  .support__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    margin-left: 8.38132128%;
  }
  .support__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .support__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
    margin-left: 0%;
  }
  .support__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .support__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 32.94942976%;
  }
  .support__content:last-child {
    margin-right: 0;
  }
}

.support__title {
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1.29;
  margin-bottom: 3rem;
}

@media screen and (min-width: 900px) {
  .support__title {
    float: left;
    display: block;
    margin-right: 1.15838131%;
    width: 66.28053956%;
    font-size: 5rem;
  }
  .support__title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .support__title {
    float: left;
    display: block;
    margin-right: 1.74769444%;
    width: 100%;
    font-size: 6rem;
    line-height: 1.2;
  }
  .support__title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .support__title {
    font-size: 7rem;
    line-height: 1.29;
  }
}

.support__desc {
  float: left;
  display: block;
  margin-right: 0.57585535%;
  width: 91.61867872%;
  font-family: display-sans-light, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.56;
  margin: 0 0 3rem;
}

.support__desc:last-child {
  margin-right: 0;
}

@media screen and (min-width: 900px) {
  .support__desc {
    float: left;
    display: block;
    margin-right: 1.15838131%;
    width: 100%;
    font-family: display-egyptian-light, sans-serif;
    font-size: 2.4rem;
    line-height: 1.33;
    margin-bottom: 4rem;
  }
  .support__desc:last-child {
    margin-right: 0;
  }
}

.support__cta {
  clear: both;
  margin-bottom: 6.6rem;
}

@media screen and (min-width: 900px) {
  .support__cta {
    margin: 0;
  }
}

.support__tile {
  background-color: #147f78;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 4rem 3.5rem;
}

@media screen and (min-width: 768px) {
  .support__tile {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    margin-left: 29.33462448%;
    clear: both;
  }
  .support__tile:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .support__tile {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    margin-left: 0%;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 45rem;
  }
  .support__tile:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .support__tile {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    margin-left: 33.52528512%;
  }
  .support__tile:last-child {
    margin-right: 0;
  }
}

.support__tile--eyebrow {
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1.2px;
  line-height: 1.29;
  text-transform: uppercase;
}

@media screen and (min-width: 900px) {
  .support__tile--eyebrow {
    margin-bottom: 2rem;
  }
}

.support__tile--desc a,
.support__tile--desc p,
.support__tile--desc span {
  color: white;
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.33;
}

@media screen and (min-width: 900px) {
  .support__tile--desc a,
  .support__tile--desc p,
  .support__tile--desc span {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 4.2rem;
    font-weight: 100;
    line-height: 1.29;
    margin: 0;
  }
}

.support__tile--desc a {
  text-decoration: underline;
}

.support__tile--desc a:hover {
  font-weight: bold;
}

.support__tile--desc a:active {
  font-weight: bold;
}

.support__tile--desc .mobile-only {
  display: block;
}

@media screen and (min-width: 900px) {
  .support__tile--desc .mobile-only {
    display: none;
  }
}

.support__background {
  position: absolute;
  top: 0;
  bottom: 17.5rem;
  left: 0;
  right: 0;
  z-index: -2;
  height: 100%;
}

@media screen and (min-width: 900px) {
  .support__background {
    bottom: 11.7rem;
  }
}

.client-testimonial-one {
  position: relative;
  min-height: 80vh;
  padding: 4rem 0 16.6rem;
}

@media screen and (min-width: 768px) {
  .client-testimonial-one {
    min-height: auto;
  }
}

@media screen and (min-width: 900px) {
  .client-testimonial-one {
    overflow: hidden;
    padding: 15rem 0 41.7rem;
  }
}

@media screen and (min-width: 1440px) {
  .client-testimonial-one {
    overflow: visible;
    padding: 21.7rem 0 36.8rem;
  }
}

@media screen and (min-width: 1900px) {
  .client-testimonial-one {
    padding: 21.7rem 0 69.7rem;
  }
}

@media screen and (min-width: 2800px) {
  .client-testimonial-one {
    padding: 21.7rem 0 104.3rem;
  }
}

.client-testimonial-one__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.client-testimonial-one__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .client-testimonial-one__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .client-testimonial-one__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .client-testimonial-one__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .client-testimonial-one__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .client-testimonial-one__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .client-testimonial-one__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.client-testimonial-one__container::after {
  clear: both;
  content: "";
  display: block;
}

.client-testimonial-one__content {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .client-testimonial-one__content {
    margin-left: 8.38132128%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
  }
  .client-testimonial-one__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .client-testimonial-one__content {
    margin-left: 8.38132128%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 62.28405424%;
  }
  .client-testimonial-one__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .client-testimonial-one__content {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
  }
  .client-testimonial-one__content:last-child {
    margin-right: 0;
  }
}

.client-testimonial-one__logo {
  margin-bottom: 3.6rem;
}

@media screen and (min-width: 768px) {
  .client-testimonial-one__logo {
    margin-bottom: 6rem;
  }
}

.client-testimonial-one__graphic {
  position: absolute;
  bottom: -91%;
  left: 0;
  right: 0;
  overflow-x: hidden;
  max-width: 100%;
  pointer-events: none;
}

@media screen and (min-width: 275px) {
  .client-testimonial-one__graphic {
    bottom: -100%;
  }
}

@media screen and (min-width: 768px) {
  .client-testimonial-one__graphic {
    bottom: -98%;
  }
}

@media screen and (min-width: 900px) {
  .client-testimonial-one__graphic {
    bottom: auto;
    top: 4.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .client-testimonial-one__graphic {
    top: -12rem;
  }
}

@media screen and (min-width: 1700px) {
  .client-testimonial-one__graphic {
    top: -30rem;
  }
}

@media screen and (min-width: 1900px) {
  .client-testimonial-one__graphic {
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    top: 14rem;
    z-index: 1;
  }
}

@media screen and (min-width: 2800px) {
  .client-testimonial-one__graphic {
    bottom: auto;
    top: -20rem;
  }
}

.client-testimonial-one__graphic img {
  width: 165%;
  height: auto;
  pointer-events: none;
  transform: translateX(-10%);
}

@media screen and (min-width: 768px) {
  .client-testimonial-one__graphic img {
    transform: translateX(-5%);
    width: 115%;
  }
}

@media screen and (min-width: 900px) {
  .client-testimonial-one__graphic img {
    transform: translate(-14%, 0%);
    width: 215%;
  }
}

@media screen and (min-width: 1440px) {
  .client-testimonial-one__graphic img {
    transform: translateX(-12.5rem);
    width: 135%;
  }
}

@media screen and (min-width: 1900px) {
  .client-testimonial-one__graphic img {
    transform: none;
    width: 100%;
  }
}

.client-testimonial-one__quote {
  color: #000;
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 3rem;
  text-transform: none;
}

@media screen and (min-width: 900px) {
  .client-testimonial-one__quote {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 4.2rem;
    font-weight: 100;
    line-height: 1.29;
    margin-bottom: 6rem;
  }
}

.client-testimonial-one__links {
  margin: 0;
  padding: 0;
}

.client-testimonial-one__link-container {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
}

.client-testimonial-one__link-container .icon, .client-testimonial-one__link-container .chapter-nav__navigation ul::after, .chapter-nav__navigation .client-testimonial-one__link-container ul::after {
  font-size: 3.1rem;
}

.client-testimonial-one__link {
  color: #ff555f;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.43;
  margin-right: 3rem;
  margin-bottom: 3rem;
  text-decoration: underline;
  text-transform: uppercase;
}

.in-depth-product-feature + .client-testimonial-one .client-testimonial-one__graphic.story--chart {
  bottom: -110vh;
}

@media screen and (min-width: 375px) {
  .in-depth-product-feature + .client-testimonial-one .client-testimonial-one__graphic.story--chart {
    bottom: -78vh;
  }
}

@media screen and (min-width: 768px) {
  .in-depth-product-feature + .client-testimonial-one .client-testimonial-one__graphic.story--chart {
    bottom: -52vh;
  }
}

@media screen and (min-width: 1440px) {
  .in-depth-product-feature + .client-testimonial-one .client-testimonial-one__graphic.story--chart {
    top: 3rem;
  }
}

@media screen and (min-width: 1700px) {
  .in-depth-product-feature + .client-testimonial-one .client-testimonial-one__graphic.story--chart {
    top: 0rem;
  }
}

@media screen and (min-width: 1900px) {
  .in-depth-product-feature + .client-testimonial-one .client-testimonial-one__graphic.story--chart {
    top: 14rem;
  }
}

.client-testimonial-two {
  background: #147f78;
  color: #fff;
}

.client-testimonial-two__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  padding: 9rem 0 0;
  position: relative;
}

.client-testimonial-two__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .client-testimonial-two__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .client-testimonial-two__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .client-testimonial-two__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .client-testimonial-two__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .client-testimonial-two__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .client-testimonial-two__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .client-testimonial-two__container {
    padding: 11rem 0 0;
  }
}

.client-testimonial-two__quote-container {
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 0 5.2rem;
  padding: 8rem 0 6rem 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .client-testimonial-two__quote-container {
    display: block;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
    margin-left: 8.38132128%;
    margin-bottom: 3.8rem;
    padding-bottom: 3.2rem;
  }
  .client-testimonial-two__quote-container::after {
    clear: both;
    content: "";
    display: block;
  }
  .client-testimonial-two__quote-container:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .client-testimonial-two__quote-container {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    margin-left: 0%;
    padding-bottom: 4rem;
  }
  .client-testimonial-two__quote-container:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .client-testimonial-two__quote-container {
    margin-bottom: 8.6rem;
  }
}

.client-testimonial-two__quotation {
  color: #ff555f;
  display: block;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 30rem;
  line-height: 0.67;
  position: absolute;
  left: 0;
  top: 0;
}

.client-testimonial-two__quote {
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.33;
  margin-bottom: 4rem;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .client-testimonial-two__quote {
    float: left;
    display: block;
    margin-right: 0.6918232%;
    width: 89.93081768%;
  }
  .client-testimonial-two__quote:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .client-testimonial-two__quote {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    font-family: display-egyptian-thin, sans-serif;
    font-size: 5rem;
    font-weight: 100;
    line-height: 1.3;
  }
  .client-testimonial-two__quote:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .client-testimonial-two__quote {
    font-size: 6rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1900px) {
  .client-testimonial-two__quote {
    font-size: 7rem;
    line-height: 1.29;
  }
}

@media screen and (min-width: 768px) {
  .client-testimonial-two__author {
    clear: both;
  }
}

.client-testimonial-two__author--headshot {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 900px) {
  .client-testimonial-two__author--headshot {
    align-items: center;
    display: flex;
  }
}

.client-testimonial-two__author--mask {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 9.6rem;
  height: 9.6rem;
}

@media screen and (min-width: 768px) {
  .client-testimonial-two__author--mask {
    height: 11.4rem;
    margin-bottom: 2rem;
    width: 11.4rem;
  }
}

@media screen and (min-width: 900px) {
  .client-testimonial-two__author--mask {
    height: 9.6rem;
    margin: 0 2rem 0 0;
    width: 9.6rem;
  }
}

.client-testimonial-two__author--mask img {
  color: #3b3c43;
  display: block;
  width: 100%;
}

.client-testimonial-two__author--name {
  font-family: display-egyptian-light, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1;
  margin: 3rem 0 2.2rem;
}

@media screen and (min-width: 768px) {
  .client-testimonial-two__author--name {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 900px) {
  .client-testimonial-two__author--name {
    letter-spacing: normal;
    line-height: 1.33;
    margin: 0;
  }
}

.client-testimonial-two__author--title {
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.9px;
  line-height: 1.43;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .client-testimonial-two__author--title {
    font-size: 1.8rem;
    letter-spacing: normal;
    line-height: 1.56;
  }
}

@media screen and (min-width: 768px) {
  .client-testimonial-two__client-container {
    display: block;
    margin-left: 8.38132128%;
    clear: both;
  }
  .client-testimonial-two__client-container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .client-testimonial-two__client-container {
    margin-left: 0%;
  }
}

.client-testimonial-two__client-intro {
  font-family: display-egyptian-light, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.33;
  margin: 0 0 6rem;
}

@media screen and (min-width: 768px) {
  .client-testimonial-two__client-intro {
    float: left;
    display: block;
    margin-right: 0.62853488%;
    width: 81.70390275%;
    margin: 0 0 6.5rem;
  }
  .client-testimonial-two__client-intro::after {
    clear: both;
    content: "";
    display: block;
  }
  .client-testimonial-two__client-intro:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .client-testimonial-two__client-intro {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 91.61867872%;
    font-family: display-egyptian-thin, sans-serif;
    font-size: 4.2rem;
    font-weight: 100;
    line-height: 1.29;
  }
  .client-testimonial-two__client-intro:last-child {
    margin-right: 0;
  }
}

.client-testimonial-two__client-list-container {
  clear: both;
}

.client-testimonial-two__client-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .client-testimonial-two__client-list {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
}

.client-testimonial-two__client-list li {
  padding: 0 0 5rem;
}

@media screen and (min-width: 768px) {
  .client-testimonial-two__client-list li {
    /* Every 2nd Client */
    /* Every 3rd Client */
  }
  .client-testimonial-two__client-list li:not(.load-more-cell) {
    width: 33.33333%;
    max-height: 100%;
    opacity: 1;
    transition: opacity, max-height 0.2s linear;
  }
  .client-testimonial-two__client-list li:not(.load-more-cell).is--hidden {
    display: none;
  }
  .client-testimonial-two__client-list li:nth-child(3n + 2) {
    text-align: center;
  }
  .client-testimonial-two__client-list li:nth-child(3n + 3) {
    text-align: right;
  }
}

.client-testimonial-two__client-list li img {
  height: 3rem;
  max-width: 100%;
}

.client-testimonial-two__client-list li.load-more {
  width: 100%;
}

.client-testimonial-two__client-list li.load-more:before {
  display: none !important;
}

.features {
  background: #000;
  color: #fff;
}

.features::after {
  clear: both;
  content: "";
  display: block;
}

.features__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 10rem 0 6rem;
  position: relative;
}

.features__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .features__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .features__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .features__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .features__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .features__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .features__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.features__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .features__container {
    padding: 14.4rem 0 11rem;
  }
}

@media screen and (min-width: 900px) {
  .features__container {
    padding: 11rem 0;
  }
}

.features__headline {
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  line-height: 1.29;
  margin: 0 0 6rem 0;
}

@media screen and (min-width: 768px) {
  .features__headline {
    margin: 0 0 11rem 0;
  }
}

@media screen and (min-width: 900px) {
  .features__headline {
    font-size: 5rem;
    line-height: 1.08;
    margin: 0 0 6rem 0;
  }
}

@media screen and (min-width: 1440px) {
  .features__headline {
    font-size: 6rem;
    line-height: 1.2;
    margin: 0 0 5rem 0;
  }
}

@media screen and (min-width: 1900px) {
  .features__headline {
    font-size: 7rem;
    line-height: 1.29;
  }
}

.features__tiles .tile {
  margin-bottom: 7rem;
}

@media screen and (min-width: 900px) {
  .features__tiles .tile {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    margin-bottom: 18rem;
  }
  .features__tiles .tile:last-child {
    margin-right: 0;
  }
  .features__tiles .tile:nth-child(even) {
    margin-left: 8.38132128%;
    transform: translateY(15rem);
  }
}

@media screen and (min-width: 1440px) {
  .features__tiles .tile {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 24.56810849%;
    margin-bottom: 23rem;
  }
  .features__tiles .tile:last-child {
    margin-right: 0;
  }
  .features__tiles .tile:nth-child(even) {
    margin-left: 0%;
    transform: none;
  }
  .features__tiles .tile:not(:nth-child(3n + 1)) {
    margin-left: 8.38132128%;
    transform: translateY(15rem);
  }
  .features__tiles .tile:nth-child(3) {
    transform: translateY(30rem);
  }
}

.features__tiles .tile .icon, .features__tiles .tile .chapter-nav__navigation ul::after, .chapter-nav__navigation .features__tiles .tile ul::after {
  color: #ff555f;
  font-size: 4.4rem;
  line-height: 1;
}

.features__tiles .tile .tile__title {
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.53;
  margin: 2rem 0 0 0;
}

@media screen and (min-width: 768px) {
  .features__tiles .tile .tile__title {
    margin: 3rem 0 0 0;
  }
}

.features__tiles .tile .tile__desc {
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.8rem;
  line-height: 1.56;
  letter-spacing: 0.4px;
  margin: 2rem 0 0 0;
}

@media screen and (min-width: 768px) {
  .features__tiles .tile .tile__desc {
    font-size: 2rem;
    margin: 1.8rem 0 0 0;
  }
}

.recirc {
  padding: 30rem 0 9rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .recirc {
    padding: 32rem 0 8rem;
  }
}

@media screen and (min-width: 900px) {
  .recirc {
    padding: 12.6rem 0 12.1rem;
  }
}

@media screen and (min-width: 1440px) {
  .recirc {
    padding: 22.7rem 0 19.7rem;
  }
}

@media screen and (min-width: 1900px) {
  .recirc {
    padding: 22.4rem 0 24.3rem;
  }
}

@media screen and (min-width: 2800px) {
  .recirc {
    padding: 25.4rem 0 16.9rem;
  }
}

.recirc__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.recirc__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .recirc__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .recirc__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .recirc__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .recirc__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .recirc__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .recirc__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.recirc__content {
  display: block;
}

.recirc__content::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .recirc__content {
    margin-left: 25.14396384%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
    margin-right: 0;
  }
  .recirc__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .recirc__content {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
  }
  .recirc__content:last-child {
    margin-right: 0;
  }
}

.recirc__title > h1 {
  color: #3b3c43;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1.29;
  margin: 0;
}

.recirc__title > h1 span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@media screen and (min-width: 1440px) {
  .recirc__title > h1 span {
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .recirc__title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
  }
  .recirc__title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .recirc__title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .recirc__title:last-child {
    margin-right: 0;
  }
}

.recirc__cta {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .recirc__cta {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 900px) {
  .recirc__cta {
    margin-left: 16.76264256%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 32.94942976%;
    margin-right: 0;
    margin-top: 0;
  }
  .recirc__cta:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .recirc__cta {
    margin-left: 8.38132128%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 24.56810849%;
    margin-right: 0;
  }
  .recirc__cta:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .recirc__cta .call-to-action {
    justify-content: flex-end;
  }
}

.recirc .spark-line__progress-bar-container {
  height: 22rem;
  top: 4rem;
  left: 50%;
}

@media screen and (min-width: 900px) {
  .recirc .spark-line__progress-bar-container {
    height: 32rem;
    top: -30rem;
  }
}

@media screen and (min-width: 1440px) {
  .recirc .spark-line__progress-bar-container {
    top: -15rem;
  }
}

.product-feature {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #484c46;
  position: relative;
}

@media screen and (min-width: 768px) {
  .product-feature {
    padding: 0 0 5rem;
  }
}

@media screen and (min-width: 900px) {
  .product-feature {
    border-bottom: none;
    padding: 5rem 0;
  }
}

@media screen and (min-width: 1440px) {
  .product-feature {
    padding: 2rem 0 20rem;
  }
}

.product-feature__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.product-feature__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .product-feature__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-feature__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .product-feature__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-feature__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .product-feature__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-feature__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.product-feature__product-list {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 900px) {
  .product-feature__product-image-container {
    margin: 0 -10rem 0 0;
  }
}

@media screen and (min-width: 1440px) {
  .product-feature__product-image-container {
    margin: 0;
    position: absolute;
    width: 50%;
  }
}

.product-feature__product-image {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .product-feature__product-image {
    width: 80%;
    height: auto;
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 1440px) {
  .product-feature__product-image {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: 100%;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1800px) {
  .product-feature__product-image {
    max-width: 710px;
    max-height: 420px;
  }
}

@media screen and (min-width: 1801px) {
  .product-feature__product-image {
    max-width: 897px;
    max-height: 530px;
  }
}

.product-feature__product-image.product-feature__product-image--mobile {
  display: block;
}

@media screen and (min-width: 768px) {
  .product-feature__product-image.product-feature__product-image--mobile {
    display: none;
  }
}

.product-feature__product-image.product-feature__product-image--desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .product-feature__product-image.product-feature__product-image--desktop {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .product-feature__product-content {
    padding: 15rem 0;
  }
}

.product-feature__item {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  list-style: none;
  position: relative;
  padding: 9.6rem 4rem;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .product-feature__item {
    border-top: none;
    padding: 9.6rem 0 0;
  }
}

@media screen and (min-width: 900px) {
  .product-feature__item {
    display: block;
    padding: 0;
    margin-bottom: 10rem;
  }
  .product-feature__item::after {
    clear: both;
    content: "";
    display: block;
  }
  .product-feature__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .product-feature__item.product-feature__item--left .product-feature__product-content {
    margin-left: 58.66924896%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    margin-right: 0;
  }
  .product-feature__item.product-feature__item--left .product-feature__product-content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .product-feature__item.product-feature__item--left .product-feature__product-image-container {
    top: 0;
    right: 50%;
    width: auto;
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .product-feature__item.product-feature__item--right .product-feature__product-content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    margin-right: 0;
  }
  .product-feature__item.product-feature__item--right .product-feature__product-content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .product-feature__item.product-feature__item--right .product-feature__product-image-container {
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
  }
  .product-feature__item.product-feature__item--right .product-feature__product-image-container img {
    margin: 0 0 0 0;
  }
}

@media screen and (min-width: 768px) {
  .product-feature__title-container {
    display: block;
  }
  .product-feature__title-container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.product-feature__product-title {
  color: #000;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1.29;
  margin-bottom: 0.7rem;
}

@media screen and (min-width: 768px) {
  .product-feature__product-title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    margin-left: 8.38132128%;
  }
  .product-feature__product-title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .product-feature__product-title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
    margin-left: 8.38132128%;
    color: #3b3c43;
    font-size: 5rem;
    line-height: 1.3;
    margin-bottom: 4rem;
  }
  .product-feature__product-title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .product-feature__product-title {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    font-size: 6rem;
    line-height: 1.2;
  }
  .product-feature__product-title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .product-feature__product-title {
    font-size: 7rem;
    line-height: 1.31;
  }
}

@media screen and (min-width: 768px) {
  .product-feature__description-container {
    display: block;
  }
  .product-feature__description-container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.product-feature__product-description {
  float: left;
  display: block;
  margin-right: 0.57585535%;
  width: 91.61867872%;
  margin-right: 0;
  color: #3b3c43;
  font-family: display-sans-light, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.56;
  margin-top: 0;
  margin-bottom: 3rem;
}

.product-feature__product-description:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .product-feature__product-description {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    margin-left: 8.38132128%;
  }
  .product-feature__product-description:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .product-feature__product-description {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
    margin-left: 8.38132128%;
    font-family: display-egyptian-light, sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.33;
  }
  .product-feature__product-description:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .product-feature__product-description {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    margin-left: 0%;
  }
  .product-feature__product-description:last-child {
    margin-right: 0;
  }
}

.next-steps {
  color: #fff;
  padding: 7rem 0 5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .next-steps {
    padding: 12rem 0;
  }
}

.next-steps__background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.next-steps__background::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
  content: '';
}

.next-steps__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.next-steps__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .next-steps__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .next-steps__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .next-steps__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .next-steps__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .next-steps__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .next-steps__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .next-steps__content {
    margin-left: 8.38132128%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
    margin-right: 0;
  }
  .next-steps__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .next-steps__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
  }
  .next-steps__content:last-child {
    margin-right: 0;
  }
}

.next-steps__headline {
  color: #fff;
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.33;
  margin-bottom: 4rem;
}

@media screen and (min-width: 900px) {
  .next-steps__headline {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 5rem;
    font-weight: 100;
    line-height: 1.08;
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1440px) {
  .next-steps__headline {
    font-size: 6rem;
    font-weight: 100;
    line-height: 1.2;
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1900px) {
  .next-steps__headline {
    font-size: 7rem;
    line-height: 1.29;
  }
}

.next-steps__cta {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.next-steps__cta-text {
  color: #ff555f;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.29;
  margin: 0 2rem 0 0;
  text-transform: uppercase;
}

.full-width-feature {
  align-items: flex-end;
  color: #fff;
  display: flex;
  min-height: 80vh;
  position: relative;
}

.full-width-feature__background {
  background: center center / cover no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.full-width-feature__background::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.85));
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-width-feature__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 4rem 0;
  width: 100%;
}

.full-width-feature__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .full-width-feature__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .full-width-feature__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .full-width-feature__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .full-width-feature__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .full-width-feature__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .full-width-feature__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.full-width-feature__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 900px) {
  .full-width-feature__container {
    padding: 8rem 0;
  }
}

@media screen and (min-width: 1440px) {
  .full-width-feature__container {
    padding: 9.6rem 0;
  }
}

@media screen and (min-width: 768px) {
  .full-width-feature__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    margin-left: 8.38132128%;
  }
  .full-width-feature__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .full-width-feature__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    margin-left: 0%;
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
  .full-width-feature__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .full-width-feature .header {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
  }
  .full-width-feature .header:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .full-width-feature .header {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 32.94942976%;
  }
  .full-width-feature .header:last-child {
    margin-right: 0;
  }
}

.full-width-feature .header .eyebrow {
  letter-spacing: 1.2px;
  line-height: 1.29;
  margin-bottom: 2rem;
}

.full-width-feature .header .headline {
  font-size: 4.2rem;
  line-height: 1.29;
  margin-bottom: 2rem;
}

@media screen and (min-width: 900px) {
  .full-width-feature .header .headline {
    margin-bottom: 0;
  }
}

.full-width-feature .call-to-action__desc {
  color: #ff555f;
  letter-spacing: 1px;
}

.share {
  color: #fff;
  padding: 18rem 0 6rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .share {
    padding: 23rem 0 12rem;
  }
}

.share__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.share__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.share__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .share__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .share__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .share__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .share__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .share__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .share__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .share__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
    margin-left: 16.76264256%;
    margin-right: 0;
  }
  .share__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .share__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
    margin-left: 16.76264256%;
    margin-right: 0;
  }
  .share__content:last-child {
    margin-right: 0;
  }
}

.share__sub_title {
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 1.2px;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10rem;
}

@media screen and (min-width: 768px) {
  .share__sub_title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    margin-bottom: 3rem;
    margin-top: 10rem;
  }
}

.share__title {
  color: #fff;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  line-height: 1.29;
  text-align: center;
}

@media screen and (min-width: 900px) {
  .share__title {
    font-size: 6rem;
    line-height: 1.08;
  }
}

@media screen and (min-width: 1440px) {
  .share__title {
    font-size: 7rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1900px) {
  .share__title {
    font-size: 8rem;
    line-height: 1.29;
  }
}

.share-list {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1440px) {
  .share-list {
    flex-flow: row nowrap;
  }
}

.share-list__icon {
  flex: 1 1 auto;
  padding: 0 0.4rem;
}

@media screen and (min-width: 768px) {
  .share-list__icon {
    flex: 0 1 auto;
    padding: 0 01.45rem;
  }
}

.share-list__icon:last-child {
  margin-right: 0;
}

.share-list__icon .icon, .share-list__icon .chapter-nav__navigation ul::after, .chapter-nav__navigation .share-list__icon ul::after {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.share-list__title {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-flow: column nowrap;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  margin-bottom: 2rem;
}

.save-share__title {
  color: #3b3c43;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  line-height: 1.29;
  margin-top: 9rem;
  margin-bottom: 5rem;
  text-align: center;
}

@media screen and (min-width: 900px) {
  .save-share__title {
    font-size: 6rem;
    line-height: 1.08;
  }
}

@media screen and (min-width: 1440px) {
  .save-share__title {
    font-size: 7rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1900px) {
  .save-share__title {
    font-size: 8rem;
    line-height: 1.29;
  }
}

.video-hero {
  color: #fff;
  display: flex;
  position: relative;
  min-height: 100vh;
  z-index: 3;
}

.video-hero.heroHeight {
  min-height: inherit;
}

@media screen and (min-width: 768px) and (max-height: 800px) {
  .video-hero {
    min-height: 800px;
  }
}

.video-hero + .story {
  z-index: 1;
}

.video-hero .video-ugh {
  background-image: url(../assets/videos/whygenpact_videocomp.mp4);
}

@media screen and (min-width: 1900px) {
  .video-hero {
    height: 100vh;
  }
}

.video-hero__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 15.2rem 0 12rem;
  position: relative;
  overflow: visible;
}

.video-hero__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .video-hero__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .video-hero__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .video-hero__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .video-hero__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .video-hero__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .video-hero__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.video-hero__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .video-hero__container {
    padding: 19.2rem 0 16rem;
  }
}

@media screen and (min-width: 900px) {
  .video-hero__container {
    padding: 19.8rem 0 15rem;
  }
}

@media screen and (min-width: 1440px) {
  .video-hero__container {
    padding: 28rem 0 0;
  }
}

@media screen and (min-width: 1900px) {
  .video-hero__container {
    padding: 28rem 0 0;
  }
}

.video-hero__background {
  position: relative;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.video-hero__background::before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.video-hero__video {
  left: 50%;
  min-width: 100%;
  position: absolute;
  object-fit: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-height: 800px) {
  .video-hero__video {
    min-height: 800px;
  }
}

.video-hero__main-content {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .video-hero__main-content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 74.85603616%;
  }
  .video-hero__main-content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .video-hero__main-content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 74.85603616%;
    margin-left: 8.38132128%;
  }
  .video-hero__main-content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .video-hero__main-content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 62.28405424%;
    margin-left: 0%;
  }
  .video-hero__main-content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .video-hero__main-content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 70.66537552%;
  }
  .video-hero__main-content:last-child {
    margin-right: 0;
  }
}

.video-hero__title {
  color: #fff;
  font-size: 4.2rem;
  line-height: 1.29;
  margin-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .video-hero__title {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 900px) {
  .video-hero__title {
    font-size: 5rem;
    line-height: 1.08;
  }
}

@media screen and (min-width: 1240px) {
  .video-hero__title {
    font-size: 7rem;
    line-height: 1.29;
    min-width: 800px;
  }
}

@media screen and (min-width: 1440px) {
  .video-hero__title {
    font-size: 7rem;
    line-height: 1.29;
    min-width: 1000px;
  }
}

@media screen and (min-width: 1900px) {
  .video-hero__title {
    font-size: 7rem;
  }
}

.video-hero__play-button {
  display: none;
  padding: 3rem 5rem;
  position: static;
}

@media screen and (min-width: 900px) {
  .video-hero__play-button {
    display: block;
    margin: 10rem 0 0 0;
    transform: none;
    top: auto;
    left: auto;
  }
}

@media screen and (min-width: 1440px) {
  .video-hero__play-button {
    position: absolute;
    top: 9.5rem;
    right: -28.5rem;
    margin: 0;
  }
}

@media screen and (min-width: 1900px) {
  .video-hero__play-button {
    right: -26.9rem;
  }
}

.video-hero__save-and-share {
  margin-bottom: 5rem;
}

@media screen and (min-width: 768px) {
  .video-hero__save-and-share {
    margin-bottom: 12rem;
  }
}

.video-hero__side-content {
  display: block;
  display: none;
  position: absolute;
  bottom: 10rem;
  left: 0;
  right: 0;
  z-index: 3;
}

.video-hero__side-content::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 1440px) {
  .video-hero__side-content {
    display: block;
  }
}

.video-hero__links-container {
  float: left;
  display: block;
  margin-right: 0.57585535%;
  width: 32.94942976%;
  margin-left: 41.9066064%;
}

.video-hero__links-container:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1900px) {
  .video-hero__links-container {
    margin-left: 58.66924896%;
  }
}

.video-hero__links-title {
  color: #fff;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.29;
}

.video-hero__links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.video-hero__list-item {
  margin-bottom: 2rem;
}

.video-hero__list-item:last-child {
  margin-bottom: 0;
}

.video-hero__link {
  color: #fff;
  font-family: display-egyptian-light, sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.35;
  margin: 0;
}

.video-hero__button-container {
  display: none;
}

@media screen and (min-width: 1440px) {
  .video-hero__button-container {
    bottom: 10rem;
    display: block;
    left: inherit;
    position: absolute;
    right: 6.1rem;
    z-index: 3;
  }
}

@media screen and (min-width: 1900px) {
  .video-hero__button-container {
    left: inherit;
    right: 8rem;
  }
}

@media screen and (min-width: 2800px) {
  .video-hero__button-container {
    bottom: 12rem;
    left: inherit;
    right: 19%;
  }
}

.t-validator {
  color: #fff !important;
  margin-bottom: 10rem;
  height: 200vh;
  max-height: 200vh;
  width: 100%;
  overflow: hidden;
  padding: 3.6rem 0 15rem;
  position: relative;
}

.t-validator p {
  color: #fff !important;
}

@media screen and (min-width: 275px) {
  .t-validator {
    height: 140vh;
  }
}

@media screen and (min-width: 768px) {
  .t-validator {
    padding: 3.6rem 0 3rem;
  }
}

@media screen and (min-width: 900px) {
  .t-validator {
    min-height: 200vh;
    max-height: 200vh;
    height: 200vh;
    padding: 9.3rem 0 14rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .t-validator {
    padding: 9.3rem 0 26rem;
    min-height: 1360px;
    height: 100vh;
    max-height: inherit;
  }
}

.t-validator__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.t-validator__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .t-validator__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .t-validator__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .t-validator__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .t-validator__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .t-validator__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .t-validator__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.t-validator__background {
  position: relative;
  position: absolute;
  left: 0;
  bottom: 7rem;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}

.t-validator__background::before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -4;
}

@media screen and (min-width: 768px) {
  .t-validator__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
  }
  .t-validator__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .t-validator__content {
    margin-left: 8.38132128%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 74.85603616%;
  }
  .t-validator__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .t-validator__content {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .t-validator__content:last-child {
    margin-right: 0;
  }
}

.t-validator__title {
  color: #fff;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1.29;
  margin-bottom: 11rem;
}

@media screen and (min-width: 768px) {
  .t-validator__title {
    margin-bottom: 15rem;
  }
}

@media screen and (min-width: 900px) {
  .t-validator__title {
    font-size: 5rem;
    line-height: 1.26;
    margin-bottom: 19.3rem;
  }
}

@media screen and (min-width: 1440px) {
  .t-validator__title {
    font-size: 5rem;
    line-height: 1.29;
    margin-bottom: 13.5rem;
  }
}

@media screen and (min-width: 1900px) {
  .t-validator__title {
    font-size: 7rem;
    line-height: 1.29;
    margin-bottom: 27.5rem;
  }
}

.t-validator__industries {
  position: relative;
}

.t-validator__industries.select--open + .industries__slide-panel .slide-panel__container {
  opacity: 0;
}

.t-validator__industries.select--open + .industries__slide-panel .slide-panel__button {
  transform: translateX(100vw);
}

.t-validator__industries.select--open .t-validator__industries-select {
  height: 500px;
  overflow: auto;
}

.t-validator__industries.select--open .icon.icon--chevron-down, .t-validator__industries.select--open .chapter-nav__navigation ul.icon--chevron-down::after, .chapter-nav__navigation .t-validator__industries.select--open ul.icon--chevron-down::after {
  transform: rotate(-90deg) !important;
}

.t-validator__industries-container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.t-validator__industries-container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .t-validator__industries-container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .t-validator__industries-container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .t-validator__industries-container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .t-validator__industries-container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .t-validator__industries-container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .t-validator__industries-container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.t-validator .icon, .t-validator .chapter-nav__navigation ul::after, .chapter-nav__navigation .t-validator ul::after {
  font-size: 2rem;
  margin: 0;
}

@media screen and (min-width: 1440px) {
  .t-validator .icon, .t-validator .chapter-nav__navigation ul::after, .chapter-nav__navigation .t-validator ul::after {
    font-size: 3rem;
  }
}

.t-validator .icon.icon--chevron-left, .t-validator .chapter-nav__navigation ul.icon--chevron-left::after, .chapter-nav__navigation .t-validator ul.icon--chevron-left::after {
  margin-right: 1rem;
  transform: rotate(180deg);
}

@media screen and (min-width: 1440px) {
  .t-validator .icon.icon--chevron-left, .t-validator .chapter-nav__navigation ul.icon--chevron-left::after, .chapter-nav__navigation .t-validator ul.icon--chevron-left::after {
    margin-right: 2rem;
  }
}

.t-validator .icon.icon--chevron-down, .t-validator .chapter-nav__navigation ul.icon--chevron-down::after, .chapter-nav__navigation .t-validator ul.icon--chevron-down::after {
  margin-right: 1rem;
  transform: rotate(90deg);
  font-size: 2rem;
  transition: transform 0.2s linear;
  margin-top: 25px;
}

@media screen and (min-width: 275px) {
  .t-validator .icon.icon--chevron-down, .t-validator .chapter-nav__navigation ul.icon--chevron-down::after, .chapter-nav__navigation .t-validator ul.icon--chevron-down::after {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .t-validator .icon.icon--chevron-down, .t-validator .chapter-nav__navigation ul.icon--chevron-down::after, .chapter-nav__navigation .t-validator ul.icon--chevron-down::after {
    margin-top: 10px;
  }
}

@media screen and (min-width: 900px) {
  .t-validator .icon.icon--chevron-down, .t-validator .chapter-nav__navigation ul.icon--chevron-down::after, .chapter-nav__navigation .t-validator ul.icon--chevron-down::after {
    margin-top: 25px;
  }
}

.industries-select__select--selected-activated {
  color: #ff555f;
}

.industries-select__select--selected {
  display: block;
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.33;
  margin: 0 0 4rem;
  padding: 0 0 5.4rem;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.industries-select__select--selected:hover {
  color: #ff555f;
}

@media screen and (min-width: 275px) {
  .industries-select__select--selected {
    font-size: 2rem;
    margin-right: 25px;
  }
}

@media screen and (min-width: 900px) {
  .industries-select__select--selected {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
    padding: 0 0 2.4rem;
  }
  .industries-select__select--selected:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .industries-select__select--selected {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 91.61867872%;
  }
  .industries-select__select--selected:last-child {
    margin-right: 0;
  }
}

.industries-select__select--selected.industries-select__industry--active {
  cursor: default;
}

@media screen and (min-width: 900px) {
  .industries-select__select--selected {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 4.5rem;
    line-height: 1.26;
  }
}

@media screen and (min-width: 1900px) {
  .industries-select__select--selected {
    font-size: 6.5rem;
    line-height: 1.29;
  }
}

.industries-select {
  padding: 0;
  z-index: 2;
  position: relative;
  height: 103px;
  overflow: hidden;
  transform: height 0.2s linear;
}

@media screen and (min-width: 900px) {
  .industries-select {
    margin-left: 8.38132128%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
  }
  .industries-select:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .industries-select {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 91.61867872%;
  }
  .industries-select:last-child {
    margin-right: 0;
  }
}

.industries-select__select {
  position: relative;
  margin: 0 0 0 7rem;
  padding: 0 0 2.4rem;
  width: 90%;
}

.industries-select__select--rule {
  position: absolute;
  top: 102px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

@media screen and (min-width: 275px) {
  .industries-select__select {
    margin: 0 0 0 0rem;
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .industries-select__select {
    margin: 0 0 0 7rem;
    margin-bottom: 17.3rem;
    width: 80%;
  }
}

@media screen and (min-width: 900px) {
  .industries-select__select {
    margin: 0 0 0 7rem;
    margin-bottom: 17.3rem;
    width: 90%;
  }
}

.industries-select__select-list {
  list-style: none;
  padding: 0;
  margin: 0;
  pointer-events: none;
}

.select--open .industries-select__select-list {
  pointer-events: all;
}

.industries-select__industry {
  display: block;
  width: 100%;
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.33;
  margin: 0 0 4rem;
  padding: 0 0 2.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transform: height margin padding overflow 0.2s linear;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.industries-select__industry.active--industry {
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-bottom: 0;
  color: #ff555f;
}

@media screen and (min-width: 275px) {
  .industries-select__industry {
    font-size: 2rem;
    margin-right: 25px;
  }
}

@media screen and (min-width: 900px) {
  .industries-select__industry {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 4.5rem;
    line-height: 1.26;
  }
}

@media screen and (min-width: 1900px) {
  .industries-select__industry {
    font-size: 6.5rem;
    line-height: 1.29;
  }
}

.industries-select__industry:hover {
  color: #ff555f;
}

.industries-select__icon {
  position: absolute;
  top: 0;
  right: 0;
}

.slide-panel {
  padding: 17.8rem 0 13.2rem;
  position: absolute;
  right: 0;
  top: 24rem;
  z-index: 1;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .slide-panel {
    padding: 17.8rem 0 21.6rem;
    top: 28rem;
  }
}

@media screen and (min-width: 900px) {
  .slide-panel {
    padding: 23.6rem 0 27.1rem;
    top: 24.9rem;
  }
}

@media screen and (min-width: 1900px) {
  .slide-panel {
    padding: 33.8rem 0 38.7rem;
    top: 35.5rem;
  }
}

.slide-panel__button {
  align-items: center;
  height: 5.5rem;
  justify-content: center;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 5.5rem;
}

@media screen and (min-width: 768px) {
  .slide-panel__button {
    transform: translate(50%, -50%);
  }
}

@media screen and (min-width: 900px) {
  .slide-panel__button {
    height: 6.8rem;
    transform: translate(35%, -50%);
    width: 6.8rem;
  }
}

@media screen and (min-width: 1440px) {
  .slide-panel__button {
    height: 9.8rem;
    transform: translate(50%, -50%);
    width: 9.8rem;
  }
}

.slide-panel__button_read_more {
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (min-width: 275px) {
  .slide-panel__button_read_more {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 900px) {
  .slide-panel__button_read_more {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .slide-panel__button_read_more {
    font-size: 1.2rem;
  }
}

.slide-panel__background {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -8rem;
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0;
  transition: transform 0.3s linear;
  transform: translateX(147.5px);
  width: 100%;
  z-index: -2;
}

.slide-panel__background::before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

@media screen and (min-width: 768px) {
  .slide-panel__background {
    transform: translateX(344px);
  }
}

@media screen and (min-width: 900px) {
  .slide-panel__background {
    transform: translateX(410px);
  }
}

@media screen and (min-width: 1440px) {
  .slide-panel__background {
    transform: translateX(620px);
  }
}

.slide-panel__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  transition: transform 0.3s linear;
  transform: translateX(0%);
}

.slide-panel__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .slide-panel__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .slide-panel__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .slide-panel__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .slide-panel__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .slide-panel__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .slide-panel__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.slide-panel.fix-slide-collapsed {
  transform: translateX(-70%);
  transition: transform 0.2s linear;
}

@media screen and (min-width: 768px) {
  .slide-panel.fix-slide-collapsed {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) {
  .slide-panel.fix-slide-collapsed .slide-panel__background {
    transform: translateX(-344px);
  }
}

@media screen and (min-width: 900px) {
  .slide-panel.fix-slide-collapsed .slide-panel__background {
    transform: translateX(-410px);
  }
}

@media screen and (min-width: 1440px) {
  .slide-panel.fix-slide-collapsed .slide-panel__background {
    transform: translateX(-620px);
  }
}

.slide-panel.fix-slide-collapsed .slide-panel__container {
  transform: translateX(-70%);
  transition: transform 0.2s linear;
}

@media screen and (min-width: 768px) {
  .slide-panel.fix-slide-collapsed .slide-panel__container {
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 900px) {
  .slide-panel.fix-slide-collapsed .slide-panel__container {
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 1440px) {
  .slide-panel.fix-slide-collapsed .slide-panel__container {
    transform: translateX(-70%);
  }
}

.slide-panel.fix-slide-collapsed .slide-panel__button {
  transform: translate(50%, -50%);
}

@media screen and (min-width: 768px) {
  .slide-panel__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .slide-panel__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .slide-panel__content {
    margin-left: 8.38132128%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 74.85603616%;
  }
  .slide-panel__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .slide-panel__content {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .slide-panel__content:last-child {
    margin-right: 0;
  }
}

.slide-panel__desc {
  display: none;
  color: #fff;
  font-family: display-egyptian-light, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 auto;
  margin-left: 7rem;
  width: 80%;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.slide-panel__desc.is--active {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
}

@media screen and (min-width: 275px) {
  .slide-panel__desc {
    margin-right: 5rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .slide-panel__desc {
    margin-right: 5rem;
    width: 80%;
    margin-left: 7rem;
  }
}

@media screen and (min-width: 900px) {
  .slide-panel__desc {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 3rem;
    line-height: 1.26;
    width: 80%;
    margin-left: 7rem;
  }
}

@media screen and (min-width: 1900px) {
  .slide-panel__desc {
    font-size: 5rem;
    line-height: 1.29;
  }
}

.slide-panel__paragraph {
  color: #fff;
  font-family: display-egyptian-light, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 auto;
  width: 90%;
  margin-left: 100px;
}

@media screen and (min-width: 275px) {
  .slide-panel__paragraph {
    margin-left: 10px;
  }
  .slide-panel__paragraph p {
    font-family: display-egyptian-light, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 768px) {
  .slide-panel__paragraph {
    margin-left: 50px;
  }
  .slide-panel__paragraph p {
    font-family: display-egyptian-light, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 900px) {
  .slide-panel__paragraph {
    margin-left: 100px;
  }
  .slide-panel__paragraph p {
    font-family: display-egyptian-light, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .slide-panel__paragraph {
    margin-left: 100px;
  }
  .slide-panel__paragraph p {
    font-family: display-egyptian-light, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1900px) {
  .slide-panel__paragraph {
    margin-left: 100px;
  }
  .slide-panel__paragraph p {
    font-family: display-egyptian-light, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    font-size: 2rem;
  }
}

.stats {
  position: absolute;
  top: 7em;
  left: 50%;
  transform: translateX(-50%);
  color: #ff555f;
  opacity: 0;
  transition: opacity 0.3s linear;
}

@media screen and (min-width: 768px) {
  .stats {
    top: 12em;
    max-width: 688px;
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .stats {
    max-width: 1240px;
  }
}

.stats.is--visible {
  opacity: 1;
}

.stats__stat {
  margin: 0 0 2.4rem -3rem;
}

.stats__stat:first-child {
  margin: 5rem 0 2.4rem -3rem;
}

@media screen and (min-width: 768px) {
  .stats__stat {
    margin: 0 0 2.4rem 8em;
  }
  .stats__stat:first-child {
    margin: 0 0 2.4rem 0;
  }
}

@media screen and (min-width: 1440px) {
  .stats__stat {
    margin: 0 0 2.4rem 8em;
  }
  .stats__stat:first-child {
    margin: 0 0 2.4rem 0;
  }
}

.stats__stat:last-child {
  margin-bottom: 0;
}

.stats__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.stats__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .stats__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .stats__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .stats__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .stats__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .stats__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .stats__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.stats__container.is--active {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .stats__container.is--active {
    flex-direction: row;
    max-width: 800px;
  }
}

@media screen and (min-width: 1440px) {
  .stats__container.is--active {
    max-width: 1240px;
  }
}

@media screen and (min-width: 768px) {
  .stats__content {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .stats__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 91.61867872%;
  }
  .stats__content:last-child {
    margin-right: 0;
  }
}

.stats__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .stats__list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
  }
}

.stats__stat-row {
  display: flex;
  flex-flow: row nowrap;
  font-family: display-egyptian-thin, sans-serif;
}

.stats__prefix {
  font-family: display-egyptian-thin, sans-serif;
  line-height: 1;
  top: 0.3em;
  font-size: 1.7rem;
  margin-right: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .stats__prefix {
    font-size: 4rem;
    letter-spacing: 0.3px;
    line-height: 1.5;
    font-weight: 600;
    top: 0;
  }
}

.stats__value {
  font-size: 5rem;
  font-weight: 100;
  letter-spacing: 0.1px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .stats__value {
    font-size: 10rem;
    letter-spacing: 0.4px;
  }
}

@media screen and (min-width: 1440px) {
  .stats__value {
    font-size: 15rem;
    letter-spacing: 0.4px;
  }
}

@media screen and (min-width: 1440px) {
  .stats__value {
    font-size: 15rem;
    letter-spacing: 0.4px;
  }
}

.stats__suffix {
  font-family: display-egyptian-thin, sans-serif;
  line-height: 1;
  margin-left: 0.4rem;
  font-size: 5rem;
  top: auto;
}

@media screen and (min-width: 768px) {
  .stats__suffix {
    font-size: 10rem;
    letter-spacing: 0.4px;
  }
}

@media screen and (min-width: 1440px) {
  .stats__suffix {
    font-size: 15rem;
    letter-spacing: 0.4px;
    top: auto;
  }
}

.stats__description {
  color: #fff;
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 0 1rem;
}

@media screen and (min-width: 1440px) {
  .stats__description {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 4.2rem;
    font-weight: 100;
  }
}

.recruitment {
  color: #fff;
  min-height: 80vh;
  position: relative;
}

.recruitment__background {
  position: relative;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.recruitment__background::before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}

.recruitment__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 8rem 0;
}

.recruitment__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .recruitment__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .recruitment__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .recruitment__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .recruitment__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .recruitment__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .recruitment__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.recruitment__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .recruitment__container {
    padding: 6.4rem 0 7.4rem;
  }
}

@media screen and (min-width: 900px) {
  .recruitment__container {
    padding: 10rem 0 11.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .recruitment__container {
    padding-top: 8.5rem;
  }
}

@media screen and (min-width: 2800px) {
  .recruitment__container {
    padding-bottom: 22rem;
  }
}

.recruitment__content {
  float: left;
  display: block;
  margin-right: 0.57585535%;
  width: 83.23735744%;
}

.recruitment__content:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .recruitment__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 37.1400904%;
  }
  .recruitment__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .recruitment__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
    margin-left: 8.38132128%;
  }
  .recruitment__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .recruitment__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 32.94942976%;
    margin-left: 0%;
  }
  .recruitment__content:last-child {
    margin-right: 0;
  }
}

.recruitment__title {
  color: #fff;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1.29;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .recruitment__title {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 900px) {
  .recruitment__title {
    font-size: 5rem;
    line-height: 1.08;
  }
}

@media screen and (min-width: 1440px) {
  .recruitment__title {
    float: left;
    display: block;
    margin-right: 1.74769444%;
    width: 87.28153819%;
    font-size: 6rem;
    line-height: 1.2;
    margin-bottom: 4rem;
  }
  .recruitment__title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .recruitment__title {
    font-size: 7rem;
    line-height: 1.29;
  }
}

.recruitment__copy {
  color: #fff;
  font-family: display-sans-light, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.56;
  margin-bottom: 3rem;
}

@media screen and (min-width: 900px) {
  .recruitment__copy {
    font-family: display-egyptian-light, sans-serif;
    font-size: 2.4rem;
    line-height: 1.33;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1440px) {
  .recruitment__copy {
    font-size: 2.4rem;
    line-height: 1.33;
    margin-bottom: 4rem;
  }
}

.blog-hero {
  position: relative;
}

@media screen and (min-width: 900px) {
  .blog-hero {
    min-height: 80vh;
  }
}

.blog-hero--alternate {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .blog-hero--alternate {
    display: flex;
    min-height: 100vh;
  }
}

.blog-hero--alternate .spark-line {
  display: none;
}

.blog-hero--alternate .author__name {
  color: #3b3c43;
}

.blog-hero::before {
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.blog-hero__back-to-landing {
  display: none;
  margin-bottom: 3rem;
  padding-left: 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .blog-hero__back-to-landing {
    margin-bottom: 5rem;
  }
}

.blog-hero--entry .blog-hero__back-to-landing {
  display: block;
}

.blog-hero__back-to-landing i {
  color: #ff555f;
  display: block;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top center;
}

.blog-hero__back-to-landing a {
  color: #ff555f;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.blog-hero__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  padding: 12rem 0;
}

.blog-hero__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .blog-hero__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-hero__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .blog-hero__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-hero__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .blog-hero__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-hero__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.blog-hero--alternate .blog-hero__container {
  padding: 14.3rem 0 11.6rem;
}

@media screen and (min-width: 768px) {
  .blog-hero__container {
    padding: 18rem 0 14.2rem;
  }
  .blog-hero--alternate .blog-hero__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .blog-hero__container {
    padding: 18rem 0 0;
  }
}

@media screen and (min-width: 1440px) {
  .blog-hero__container {
    padding: 24rem 0 0;
  }
}

@media screen and (min-width: 1900px) {
  .blog-hero__container {
    padding: 18rem 0 0;
  }
}

.blog-hero__headline {
  display: block;
  margin-bottom: 3rem;
}

.blog-hero__headline::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .blog-hero--alternate .blog-hero__headline {
    flex: 1;
  }
}

@media screen and (min-width: 1900px) {
  .blog-hero__headline {
    margin-bottom: 2rem;
  }
}

.blog-hero__headline--category, .blog-hero__headline--date {
  color: #fff;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: 1.2px;
  margin: 0;
}

.blog-hero__headline--title {
  color: #fff;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1.29;
  margin: 1rem 0 0;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .blog-hero__headline--title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
    font-size: 5rem;
    line-height: 1.2;
    margin: 2rem 0 0;
  }
  .blog-hero__headline--title:last-child {
    margin-right: 0;
  }
  .blog-hero--right .blog-hero__headline--title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
    margin-left: 41.9066064%;
    width: auto !important;
  }
  .blog-hero--right .blog-hero__headline--title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .blog-hero__headline--title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 74.85603616%;
  }
  .blog-hero__headline--title:last-child {
    margin-right: 0;
  }
  .blog-hero--right .blog-hero__headline--title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
    margin-left: 33.52528512%;
    width: auto !important;
  }
  .blog-hero--right .blog-hero__headline--title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .blog-hero__headline--title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
    font-size: 6rem;
  }
  .blog-hero__headline--title:last-child {
    margin-right: 0;
  }
  .blog-hero--right .blog-hero__headline--title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
    margin-left: 50.28792768%;
    width: auto !important;
  }
  .blog-hero--right .blog-hero__headline--title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .blog-hero__headline--title {
    font-size: 7rem;
    line-height: 1.29;
    margin: 3rem 0 0;
  }
}

.blog-hero__headline--subtitle {
  color: #fff;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.29;
  margin: 1rem 0 0;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .blog-hero__headline--subtitle {
    font-size: 2rem;
    line-height: 1.2;
    margin: 2rem 0 0;
  }
}

@media screen and (min-width: 1440px) {
  .blog-hero__headline--subtitle {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1900px) {
  .blog-hero__headline--subtitle {
    font-size: 3rem;
    line-height: 1.29;
    margin: 3rem 0 0;
  }
}

.blog-hero__author {
  margin-bottom: 6rem;
}

.blog-hero--alternate .blog-hero__author {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .blog-hero__author {
    margin-bottom: 10rem;
  }
  .blog-hero--right .blog-hero__author {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
    margin-left: 41.9066064%;
  }
  .blog-hero--right .blog-hero__author:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .blog-hero--right .blog-hero__author {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
    margin-left: 33.52528512%;
  }
  .blog-hero--right .blog-hero__author:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .blog-hero__author {
    margin-bottom: 8rem;
  }
  .blog-hero--right .blog-hero__author {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
    margin-left: 50.28792768%;
  }
  .blog-hero--right .blog-hero__author:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .blog-hero__author {
    margin-bottom: 6rem;
  }
}

.blog-hero__author .author__name {
  color: #fff;
}

.blog-hero__cta {
  clear: both;
}

@media screen and (min-width: 768px) {
  .blog-hero--right .blog-hero__cta {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
    margin-left: 41.9066064%;
  }
  .blog-hero--right .blog-hero__cta:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .blog-hero--right .blog-hero__cta {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
    margin-left: 33.52528512%;
  }
  .blog-hero--right .blog-hero__cta:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .blog-hero--right .blog-hero__cta {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
    margin-left: 50.28792768%;
  }
  .blog-hero--right .blog-hero__cta:last-child {
    margin-right: 0;
  }
}

.blog-hero__articles {
  display: block;
  background: #fff;
  padding: 2.5rem 0;
  position: relative;
}

.blog-hero__articles::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .blog-hero__articles {
    padding: 6rem 0 3rem;
  }
}

@media screen and (min-width: 900px) {
  .blog-hero__articles {
    padding: 6rem 0;
  }
}

@media screen and (min-width: 1440px) {
  .blog-hero__articles {
    padding: 0 0 5.5rem;
  }
  .blog-hero__articles::before {
    background-color: #fff;
    content: '';
    position: absolute;
    left: 99%;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
}

.blog-hero__article {
  float: left;
  display: block;
  margin-right: 0.57585535%;
  width: 83.23735744%;
  margin-left: 8.38132128%;
  margin-bottom: 4rem;
}

.blog-hero__article:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .blog-hero__article {
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 1440px) {
  .blog-hero__article {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 32.94942976%;
    margin-left: 0%;
    margin-bottom: 0;
    padding: 5rem 5rem 4rem 4rem;
  }
  .blog-hero__article:last-child {
    margin-right: 0;
  }
}

.blog-hero__article:last-child {
  margin-bottom: 0;
}

.blog-hero__article--title {
  color: #3b3c43;
  font-family: display-egyptian-light, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.33;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .blog-hero__article--title {
    font-size: 3rem;
  }
}

.blog-hero__article--title a {
  color: #3b3c43;
}

.blog-hero__article--title i {
  color: #ff555f;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 1rem;
  text-decoration: none;
}

.blog-hero__background {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

.blog-hero__background::before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -5;
}

.blog-hero--alternate .blog-hero__background {
  max-height: 47rem;
}

@media screen and (min-width: 768px) {
  .blog-hero--alternate .blog-hero__background {
    max-height: 90vh;
  }
}

.filters {
  color: #ff555f;
  padding: 2.4rem 0;
}

@media screen and (min-width: 768px) {
  .filters {
    padding: 8rem 0 5rem;
  }
}

@media screen and (min-width: 1440px) {
  .filters {
    padding: 13.5rem 0 7rem;
  }
}

.filters__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.filters__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .filters__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .filters__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .filters__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .filters__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .filters__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .filters__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.filters__flex-row {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}

@media screen and (min-width: 768px) {
  .filters__flex-row {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    flex-flow: row nowrap;
  }
}

.filters__title {
  color: #ff555f;
  font-family: display-egyptian-light, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  margin: 0 4rem 0 0;
}

.filter-dropdown {
  position: relative;
}

@media screen and (min-width: 768px) {
  .filter-dropdown {
    margin-right: 4rem;
  }
}

.filter-dropdown__dropdown {
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  display: none;
  left: 0;
  overflow-y: auto;
  max-height: 40rem;
  padding: 1.2rem 3rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

@media screen and (min-width: 275px) {
  .filter-dropdown__dropdown {
    min-width: 20rem;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .filter-dropdown__dropdown {
    min-width: 20rem;
    width: auto;
  }
}

@media screen and (min-width: 900px) {
  .filter-dropdown__dropdown {
    min-width: 40rem;
    width: auto;
  }
}

.filter-dropdown__dropdown.filter-dropdown__dropdown--active {
  display: block;
}

.filter-dropdown__filter-button {
  align-items: center;
  background: none;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  color: #ff555f;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 0 1.4rem;
  padding-bottom: 1.2rem;
  width: 100%;
}

.filter-dropdown__filter-button .icon-chevron {
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .filter-dropdown__filter-button {
    border-bottom: none;
    padding-bottom: 0;
    width: auto;
  }
}

.filter-dropdown__dropdown-title {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  color: #484c46;
  display: block;
  font-family: display-egyptian-light, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2;
  margin: 0 0 1.4rem;
  padding-bottom: 1.2rem;
}

.filter-dropdown__filter-title {
  font-family: display-egyptian-light, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2;
  margin-right: 1rem;
}

.filter-dropdown__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-dropdown__text {
  color: #484c46;
  font-family: display-egyptian-light, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2;
}

.filter-dropdown__filter {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 2.4rem;
}

.filter-dropdown__filter:hover .filter-dropdown__text {
  color: #ff555f;
}

.filter-dropdown__image {
  border-radius: 50%;
  height: auto;
  margin-right: 1.8rem;
  max-width: 4rem;
}

.featured-entry-group {
  position: relative;
  padding: 1.5rem 0;
}

@media screen and (min-width: 900px) {
  .featured-entry-group {
    padding: 2.5rem 0;
  }
}

@media screen and (min-width: 1440px) {
  .featured-entry-group {
    padding: 4.3rem 0;
  }
}

.featured-entry-group__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.featured-entry-group__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .featured-entry-group__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .featured-entry-group__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .featured-entry-group__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .featured-entry-group__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .featured-entry-group__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .featured-entry-group__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.featured-entry-group__posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fake-class-for-webpack-bundling--1 {
  background: url("../assets/images/featured-blog-1.jpg");
}

.fake-class-for-webpack-bundling--3 {
  background: url("../assets/images/featured-blog-3.jpg");
}

.fake-class-for-webpack-bundling--6 {
  background: url("../assets/images/featured-blog-6.jpg");
}

.fake-class-for-webpack-bundling--author1 {
  background: url("../assets/images/author1.jpg");
}

.fake-class-for-webpack-bundling--author2 {
  background: url("../assets/images/author2.jpg");
}

.fake-class-for-webpack-bundling--author3 {
  background: url("../assets/images/author3.png");
}

.fake-class-for-webpack-bundling--author4 {
  background: url("../assets/images/author4.jpg");
}

.fake-class-for-webpack-bundling--author5 {
  background: url("../assets/images/author5.jpg");
}

.fake-class-for-webpack-bundling--random-bg1 {
  background: url("../assets/images/medium2_blue.svg");
}

.fake-class-for-webpack-bundling--random-bg2 {
  background: url("../assets/images/wide2_blue.svg");
}

.fake-class-for-webpack-bundling--random-bg3 {
  background: url("../assets/images/narrow1_red.svg");
}

.fake-class-for-webpack-bundling--random-bg4 {
  background: url("../assets/images/wide1_red.svg");
}

.fake-class-for-webpack-bundling--random-bg5 {
  background: url("../assets/images/narrow3_teal.svg");
}

.fake-class-for-webpack-bundling--random-bg6 {
  background: url("../assets/images/wide3_teal.svg");
}

.featured-entry {
  color: #fff;
  background-color: #083261;
  padding: 8rem 0;
}

@media screen and (min-width: 768px) {
  .featured-entry {
    padding: 12rem 0 10.7rem;
  }
}

@media screen and (min-width: 768px) {
  .featured-entry {
    padding: 12rem 0 12.8rem;
  }
}

@media screen and (min-width: 900px) {
  .featured-entry {
    padding: 12rem 0 10.7rem;
  }
}

@media screen and (min-width: 1440px) {
  .featured-entry {
    padding: 11.7rem 0 13.9rem;
  }
}

@media screen and (min-width: 1900px) {
  .featured-entry {
    padding: 11.7rem 0 13.7rem;
  }
}

.featured-entry__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.featured-entry__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .featured-entry__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .featured-entry__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .featured-entry__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .featured-entry__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .featured-entry__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .featured-entry__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.featured-entry__posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 900px) {
  .featured-entry__row {
    display: block;
  }
  .featured-entry__row::after {
    clear: both;
    content: "";
    display: block;
  }
  .featured-entry__row::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .featured-entry__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 87.42801808%;
    margin-right: 0;
  }
  .featured-entry__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .featured-entry__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .featured-entry__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .featured-entry .call-to-action {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1440px) {
  .featured-entry .call-to-action {
    margin-top: -16rem;
  }
}

.entry-list {
  padding: 8rem 0;
}

@media screen and (min-width: 1440px) {
  .entry-list {
    padding: 11.3rem 0 9rem;
  }
}

@media screen and (min-width: 2800px) {
  .entry-list {
    padding: 11.3rem 0 12.8rem;
  }
}

.entry-list__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.entry-list__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .entry-list__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-list__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .entry-list__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-list__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .entry-list__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-list__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.entry-list__posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.entry-list__load-more {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3rem 0 0;
  text-align: center;
}

.entry-list__load-more .oval-button .icon, .entry-list__load-more .oval-button .chapter-nav__navigation ul::after, .chapter-nav__navigation .entry-list__load-more .oval-button ul::after {
  transform: translate(-50%, -40%) rotate(90deg);
}

.entry-list__load-more-label {
  color: #ff555f;
  display: block;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 1.2px;
  margin-bottom: 2.2rem;
  text-transform: uppercase;
}

.blog-entry-content {
  background: #fff;
}

@media screen and (min-width: 1440px) {
  .blog-entry-content {
    position: relative;
  }
}

.blog-entry-content__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.blog-entry-content__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .blog-entry-content__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-entry-content__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .blog-entry-content__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-entry-content__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .blog-entry-content__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-entry-content__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.blog-entry-content__content-title {
  color: #000;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.33;
}

@media screen and (min-width: 768px) {
  .blog-entry-content__content-title {
    font-size: 4.2rem;
  }
}

.blog-entry-content__content *, .related-solution__copy *, .related-case-study__copy * {
  color: #3b3c43 !important;
  font-family: display-egyptian-light, sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
  margin-bottom: 2rem !important;
}

.blog-entry-content__content sup, .related-solution__copy sup, .related-case-study__copy sup {
  font-size: 1rem !important;
}

.blog-entry-content__content a, .related-solution__copy a, .related-case-study__copy a {
  display: inline;
  color: #ff555f !important;
  margin-bottom: 0px !important;
}

.blog-entry-content__content a em, .related-solution__copy a em, .related-case-study__copy a em {
  display: inline;
  color: #ff555f !important;
}

.blog-entry-content__content em, .related-solution__copy em, .related-case-study__copy em {
  font-style: italic !important;
}

.blog-entry-content__content strong, .related-solution__copy strong, .related-case-study__copy strong {
  font-weight: bold !important;
}

@media screen and (min-width: 768px) {
  .blog-entry-content__content, .related-solution__copy, .related-case-study__copy {
    font-size: 1.8rem;
    line-height: 1.56;
  }
}

.blog-entry-content__flex-row {
  display: flex;
  flex-flow: column nowrap;
}

@media screen and (min-width: 1440px) {
  .blog-entry-content__flex-row {
    display: block;
    display: block;
  }
  .blog-entry-content__flex-row::after {
    clear: both;
    content: "";
    display: block;
  }
}

.blog-entry-content__left-column {
  order: 1;
}

@media screen and (min-width: 1440px) {
  .blog-entry-content__left-column {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 16.18678721%;
  }
  .blog-entry-content__left-column:last-child {
    margin-right: 0;
  }
}

.blog-entry-content__main {
  order: 3;
}

@media screen and (min-width: 900px) {
  .blog-entry-content__main {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 91.61867872%;
  }
  .blog-entry-content__main:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .blog-entry-content__main {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .blog-entry-content__main:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .blog-entry-content__main.blog-entry-content__main--shift {
    margin-left: 16.76264256%;
  }
}

.blog-entry-content__right-column {
  text-align: right;
  order: 2;
}

@media screen and (min-width: 1440px) {
  .blog-entry-content__right-column {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 16.18678721%;
    margin-right: 0;
  }
  .blog-entry-content__right-column:last-child {
    margin-right: 0;
  }
}

.author-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.author-list__item {
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 1440px) {
  .author-list__item {
    margin-bottom: 2.4rem;
  }
}

.author-list__item:last-child {
  margin-bottom: 0;
}

.author-list__name {
  color: #414141;
  display: block;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  line-height: 1.57;
}

.author-list__position {
  display: block;
  font-family: display-sans-light, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.03rem;
  line-height: 1.57;
}

.link-group {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin-bottom: 11rem;
}

@media screen and (min-width: 1440px) {
  .link-group {
    margin-bottom: 17rem;
  }
}

.link-group__title {
  color: #3b3c43;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-right: 0.5rem;
}

@media screen and (min-width: 768px) {
  .link-group__title {
    font-size: 1.8rem;
    line-height: 1.56;
  }
}

.link-group__list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.link-group__list-item {
  display: inline-block;
}

.link-group__list-item::after {
  color: #ff555f;
  content: ', ';
  white-space: pre;
}

.link-group__list-item:last-child::after {
  content: '';
}

.link-group__link {
  color: #ff555f;
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .link-group__link {
    font-size: 1.8rem;
    line-height: 1.56;
  }
}

.authors {
  background-color: #f8f8f8;
  margin-top: 3rem !important;
}

.authors__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  padding: 7rem 0 11rem;
  position: relative;
}

.authors__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .authors__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .authors__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .authors__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .authors__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .authors__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .authors__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .authors__container {
    padding: 8rem 0 13.5rem;
  }
}

@media screen and (min-width: 900px) {
  .authors__container {
    padding: 9rem 0 13.5rem;
  }
}

@media screen and (min-width: 900px) {
  .authors__container {
    padding: 11.5rem 0 16.5rem;
  }
}

.authors__headline h1 {
  color: #3b3c43;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.8;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .authors__headline h1 {
    font-size: 4.2rem;
    line-height: 1.29;
    margin-bottom: 5rem;
    text-align: center;
  }
}

@media screen and (min-width: 900px) {
  .authors__headline h1 {
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1440px) {
  .authors__headline h1 {
    margin-bottom: 8rem;
  }
}

.authors__card-container {
  display: block;
}

.authors__card-container::after {
  clear: both;
  content: "";
  display: block;
}

.authors .author_card {
  margin-top: 0;
}

@media screen and (min-width: 275px) {
  .authors .author_card {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .authors .author_card {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    margin-top: 50px;
  }
  .authors .author_card:last-child {
    margin-right: 0;
  }
}

.authors .author_card__headshot {
  margin: 0 0 5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .authors .author_card__headshot {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 16.18678721%;
  }
  .authors .author_card__headshot:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .authors .author_card__headshot {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 24.56810849%;
  }
  .authors .author_card__headshot:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .authors .author_card__headshot {
    float: left;
    display: block;
    margin-right: 1.15838131%;
    width: 32.56107913%;
  }
  .authors .author_card__headshot:last-child {
    margin-right: 0;
  }
}

.authors .author_card__headshot--image {
  border-radius: 50%;
  height: 9.6rem;
  width: 9.6rem;
}

@media screen and (min-width: 900px) {
  .authors .author_card__headshot--image {
    height: 20rem;
    width: 20rem;
  }
}

.authors .author_card__headshot--linkedin {
  background-color: #fff;
  border-radius: 3px;
  height: 3.2rem;
  width: 3.2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
}

@media screen and (min-width: 900px) {
  .authors .author_card__headshot--linkedin {
    bottom: 0.5rem;
    left: 1.6rem;
  }
}

.authors .author_card__headshot--linkedin .icon, .authors .author_card__headshot--linkedin .chapter-nav__navigation ul::after, .chapter-nav__navigation .authors .author_card__headshot--linkedin ul::after {
  border-radius: 3px;
  color: #467dbd;
  font-size: 3.2rem;
}

@media screen and (min-width: 768px) {
  .authors .author_card__bio {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
  }
  .authors .author_card__bio:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .authors .author_card__bio {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 70.66537552%;
    margin-left: 4.19066064%;
  }
  .authors .author_card__bio:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .authors .author_card__bio {
    float: left;
    display: block;
    margin-right: 1.15838131%;
    width: 66.28053956%;
    margin-left: 0%;
    padding: 0 2rem;
  }
  .authors .author_card__bio:last-child {
    margin-right: 0;
  }
}

.authors .author_card__bio p {
  color: #414141;
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.56;
  margin: 1rem 0;
  padding: 0;
}

.authors .author_card__identity--author {
  color: #3b3c43;
  font-family: display-egyptian-light, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.33;
  margin: 0;
  padding: 0;
}

.authors .author_card__identity--title {
  color: #3b3c43;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.56;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1440px) {
  .authors .author_card.author_card--single {
    margin-left: 8.38132128%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 74.85603616%;
    margin-right: 0;
  }
  .authors .author_card.author_card--single:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .authors .author_card.author_card--single .author_card__headshot {
    float: left;
    display: block;
    margin-right: 0.76928379%;
    width: 21.62389039%;
  }
  .authors .author_card.author_card--single .author_card__headshot:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .authors .author_card.author_card--single .author_card__bio {
    float: left;
    display: block;
    margin-right: 0.76928379%;
    width: 77.60682582%;
  }
  .authors .author_card.author_card--single .author_card__bio:last-child {
    margin-right: 0;
  }
}

.authors__cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.2rem;
}

html#design2017 body.inside2017.contact-us section.design2017 {
  background: transparent url("/a/dist/img/media-header-bg.svg") no-repeat top center;
  height: 116px;
}

html#design2017 body.inside2017.contact-us section.title h1 {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  color: #2d3135;
  font-size: 50px;
  line-height: 60px;
  text-transform: none;
  margin: 60px 0;
  margin-bottom: 50px !important;
}

@media (max-width: 991px) {
  html#design2017 body.inside2017.contact-us section.title h1 {
    font-size: 50px;
    line-height: 110px;
    margin: 100px 0;
    margin-bottom: 0px !important;
  }
}

@media (min-width: 992px) {
  html#design2017 body.inside2017.contact-us section.title h1 {
    font-size: 100px;
    line-height: 110px;
    margin: 100px 0;
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1200px) {
  html#design2017 body.inside2017.contact-us section.title h1 {
    font-size: 100px;
    line-height: 110px;
    margin-bottom: 50px !important;
  }
}

.contact-us-form a {
  color: #ff555f !important;
}

.contact-us-form .button--whiteborders {
  color: #ff555f;
  border: 1px solid #ff555f !important;
  box-shadow: none;
}

.contact-us-form .button--whiteborders:hover {
  background-color: #ff555f !important;
}

#contact-us-form__selector a {
  color: #ff555f !important;
  border: 1px solid #ff555f !important;
  background-color: white !important;
}

#contact-us-form__selector a:hover {
  background-color: #ff555f !important;
  color: #fff !important;
}

.contact-us__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 11.8rem 0 8.6rem;
  position: relative;
}

.contact-us__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .contact-us__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-us__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .contact-us__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-us__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .contact-us__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-us__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.contact-us__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 900px) {
  .contact-us__container {
    padding: 15rem 0 14.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .contact-us__container {
    padding-top: 13.5rem;
  }
}

.contact-us__header {
  margin: 1rem 0 4rem;
}

@media screen and (min-width: 768px) {
  .contact-us__header {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
  }
  .contact-us__header:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .contact-us__header {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    margin: 7rem 0 4.4rem;
  }
  .contact-us__header:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .contact-us__header {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    margin: 4.4rem 0;
  }
  .contact-us__header:last-child {
    margin-right: 0;
  }
}

.contact-us__header h1 {
  color: #3b3c43;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  line-height: 1.29;
  margin: 0 0 3rem;
}

@media screen and (min-width: 900px) {
  .contact-us__header h1 {
    font-size: 5rem;
    line-height: 1.08;
    margin: 0 0 12rem;
  }
}

@media screen and (min-width: 1440px) {
  .contact-us__header h1 {
    font-size: 6rem;
    line-height: 1.2;
    margin: 0 0 2rem;
  }
}

@media screen and (min-width: 1900px) {
  .contact-us__header h1 {
    font-size: 7rem;
    line-height: 1.29;
  }
}

.contact-us__header h4 {
  color: #3b3c43;
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.8rem;
  line-height: 1.78;
  margin: 0;
}

@media screen and (min-width: 1440px) {
  .contact-us__header h4 {
    font-size: 2.4rem;
    line-height: 1.33;
  }
}

@media screen and (min-width: 768px) {
  .contact-us__cta {
    clear: both;
  }
}

@media (max-width: 767px) {
  .contact-us .directory--media-press .directory--media-press--location {
    height: auto !important;
  }
}

.case-studies {
  color: #fff;
  padding: 13rem 4rem 3.2rem;
  position: relative;
}

@media screen and (min-width: 900px) {
  .case-studies {
    padding: 9.5rem 4rem 10rem;
  }
}

@media screen and (min-width: 1440px) {
  .case-studies {
    padding: 9.5rem 0 15.5rem;
  }
}

.case-studies__background {
  background: #031a34;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -5;
}

.case-studies__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.case-studies__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .case-studies__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .case-studies__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .case-studies__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .case-studies__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .case-studies__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .case-studies__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.case-studies__eyebrow {
  color: #fff;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 1.2px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

@media screen and (min-width: 900px) {
  .case-studies__eyebrow {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    margin-bottom: 3.6rem;
  }
}

.case-studies__title {
  font-family: display-egyptian-thin, sans-serif;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.8;
  margin: 0;
}

@media screen and (min-width: 900px) {
  .case-studies__title {
    font-size: 5rem;
    font-weight: 100;
    line-height: 1.08;
  }
}

@media screen and (min-width: 1440px) {
  .case-studies__title {
    font-size: 6rem;
    font-weight: 100;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1900px) {
  .case-studies__title {
    font-size: 7rem;
    line-height: 1.29;
  }
}

.case-studies__expand {
  transform: rotate(90deg);
}

.case-studies__expand.case-studies__expand--expanded {
  transform: rotate(-90deg);
}

@media screen and (min-width: 900px) {
  .case-studies__expand {
    display: none;
  }
}

.case-studies__flex-row {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 4rem;
}

@media screen and (min-width: 900px) {
  .case-studies__flex-row {
    display: static;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .case-studies__list {
    display: block;
  }
  .case-studies__list::after {
    clear: both;
    content: "";
    display: block;
  }
}

.case-study-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 900px) {
  .case-study-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 10rem;
  }
}

@media screen and (min-width: 1440px) {
  .case-study-list {
    padding-top: 24rem;
  }
}

@media screen and (min-width: 1440px) {
  .case-study-list__item {
    flex: 0 1 50%;
  }
  .case-study-list__item:nth-child(2n-1) {
    margin-top: -10rem;
  }
}

.case-study-list__study {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 20rem;
  margin-bottom: 1rem;
  padding: 2rem;
  position: relative;
}

.case-study-list__study::before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .case-study-list__study {
    display: block;
    height: auto;
    padding: 20rem 23.5% 4rem 6.7%;
  }
}

@media screen and (min-width: 1440px) {
  .case-study-list__study {
    padding: 17.5rem 4rem 4rem;
  }
  .case-study-list__study:nth-child(2n) {
    margin-left: 1rem;
  }
  .case-study-list__study:nth-child(2n-1) {
    margin-right: 1rem;
  }
}

.case-study-list__background {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}

.case-study-list__eyebrow {
  color: #fff;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.case-study-list__title {
  color: #fff;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .case-study-list__title {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.33;
  }
}

.products {
  color: #3b3c43;
}

.products__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding: 8.5rem 0;
}

.products__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .products__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .products__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .products__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .products__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .products__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .products__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.products__container::after {
  clear: both;
  content: "";
  display: block;
}

.products__eyebrow {
  color: #000;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1.2px;
  line-height: 1.29;
  margin-bottom: 2rem;
}

.products__spark-line {
  margin-bottom: 2rem;
}

.products .products__accordion--mobile {
  display: block;
}

.products .products__accordion--desktop {
  display: none;
}

@media screen and (min-width: 900px) {
  .products .products__accordion--mobile {
    display: none;
  }
  .products .products__accordion--desktop {
    display: block;
  }
}

.products .parent-accordion .parent-accordion-item h2 {
  color: #000;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 3rem;
  line-height: 1.8;
}

@media screen and (min-width: 900px) {
  .products .parent-accordion .parent-accordion-item h2 {
    color: #3b3c43;
    font-size: 5rem;
    line-height: 1.08;
    margin-bottom: 2rem;
  }
}

.products .parent-accordion .parent-accordion-item__toggle {
  bottom: -0.9rem;
}

.products .accordion .accordion-item {
  border-bottom: 1px solid #bfbfbf;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 900px) {
  .products .accordion .accordion-item {
    padding: 6rem 0;
  }
}

@media screen and (min-width: 1440px) {
  .products .accordion .accordion-item {
    padding: 4rem 0;
  }
}

.products .accordion .accordion-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.products .accordion .accordion-item__toggle {
  color: #ee000e;
}

@media screen and (min-width: 1440px) {
  .products .accordion .accordion-item__content .accordion-content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
  }
  .products .accordion .accordion-item__content .accordion-content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .products .accordion .accordion-item__content .accordion-image {
    margin-left: 8.38132128%;
  }
}

@media screen and (min-width: 1440px) {
  .products .accordion .accordion-item__content .accordion-image {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
  }
  .products .accordion .accordion-item__content .accordion-image:last-child {
    margin-right: 0;
  }
  .products .accordion .accordion-item__content .accordion-image figure {
    float: none;
    max-width: none;
  }
}

@media screen and (min-width: 900px) {
  .products .accordion .accordion-item h4 {
    font-family: display-egyptian-light, sans-serif;
    font-size: 2.4rem;
    line-height: 1.33;
  }
}

@media screen and (min-width: 1440px) {
  .products .accordion .accordion-item h4 {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 4.2rem;
    line-height: 1.29;
  }
}

.featured-in-this-article {
  background-color: #0e4c7a;
  color: #fff;
}

.featured-in-this-article__container {
  padding: 9.5rem 0 6rem;
}

@media screen and (min-width: 1440px) {
  .featured-in-this-article__container {
    padding: 12rem 0 10rem;
  }
}

.featured-in-this-article__accordion .parent-accordion-item__container {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .featured-in-this-article__accordion .parent-accordion-item__top-level-content h2 {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 4.2rem;
    font-weight: 100;
    float: none;
    line-height: 1.29;
    margin: 0;
    width: 100%;
  }
}

.featured-in-this-article__accordion .parent-accordion-item__content .accordion-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 768px) {
  .featured-in-this-article__accordion .parent-accordion-item__content .accordion-item:first-child {
    border-width: 0 0 1px 0;
  }
}

.featured-in-this-article__accordion .parent-accordion-item__content .accordion-item:last-child {
  border-width: 1px;
}

@media screen and (min-width: 768px) {
  .featured-in-this-article__accordion .parent-accordion-item__content .accordion-item:last-child {
    border-width: 0;
  }
}

@media screen and (min-width: 1440px) {
  .featured-in-this-article__accordion .parent-accordion-item__content .accordion-item__container {
    position: relative;
  }
}

.featured-in-this-article__accordion .parent-accordion-item__content .accordion-item__tag {
  background-color: #ff555f;
  color: #fff;
  display: inline-block;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.29;
  letter-spacing: 1.2px;
  margin: 0 0 2rem 0;
  padding: 5px 15px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .featured-in-this-article__accordion .parent-accordion-item__content .accordion-item__tag {
    margin: 0 0 1rem 0;
  }
}

@media screen and (min-width: 1440px) {
  .featured-in-this-article__accordion .parent-accordion-item__content .accordion-item__tag {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .featured-in-this-article__accordion .parent-accordion-item__content .accordion-item h4 {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 3rem;
    font-weight: 100;
    line-height: 1.8;
  }
}

@media screen and (min-width: 900px) {
  .featured-in-this-article__accordion .parent-accordion-item__content .accordion-item h4 {
    font-size: 4.2rem;
    line-height: 1;
  }
}

@media screen and (min-width: 1440px) {
  .featured-in-this-article__accordion .parent-accordion-item__content .accordion-item h4 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
    margin-left: 16.76264256%;
  }
  .featured-in-this-article__accordion .parent-accordion-item__content .accordion-item h4:last-child {
    margin-right: 0;
  }
}

.featured-in-this-article__accordion .parent-accordion-item__content .accordion-item__content * {
  color: white !important;
}

@media screen and (min-width: 900px) {
  .featured-in-this-article__accordion .parent-accordion-item__content .accordion-item__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 91.61867872%;
  }
  .featured-in-this-article__accordion .parent-accordion-item__content .accordion-item__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .featured-in-this-article__accordion .parent-accordion-item__content .accordion-item__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
    margin-left: 16.76264256%;
    clear: both;
  }
  .featured-in-this-article__accordion .parent-accordion-item__content .accordion-item__content:last-child {
    margin-right: 0;
  }
}

.featured-in-this-article__accordion .parent-accordion-item__content .accordion-item__content .accordion-content {
  float: none;
  margin: 0;
  width: 100%;
}

.featured-in-this-article__accordion .parent-accordion-item__content .accordion-item__content .accordion-content * {
  color: white !important;
}

.featured-in-this-article__accordion .parent-accordion-item__content .accordion-item .call-to-action__desc {
  margin-right: 2rem;
}

.smart-card {
  margin: 4rem 0;
}

.smart-card__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.smart-card__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .smart-card__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .smart-card__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .smart-card__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .smart-card__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .smart-card__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .smart-card__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.smart-card__content {
  display: block;
  float: left;
  display: block;
  margin-right: 0.57585535%;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.2);
}

.smart-card__content::after {
  clear: both;
  content: "";
  display: block;
}

.smart-card__content:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1440px) {
  .smart-card__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
    margin-left: 8.38132128%;
  }
  .smart-card__content:last-child {
    margin-right: 0;
  }
}

.smart-card__left {
  background-color: #fff;
  padding: 4rem 2.5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .smart-card__left {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
    align-items: center;
    display: flex;
    height: 24rem;
    padding: 0 2rem;
  }
  .smart-card__left:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .smart-card__left {
    height: 28rem;
  }
}

@media screen and (min-width: 1440px) {
  .smart-card__left {
    float: left;
    display: block;
    margin-right: 0.6918232%;
    width: 69.79245304%;
    display: flex;
    padding: 0 4rem;
  }
  .smart-card__left:last-child {
    margin-right: 0;
  }
}

.smart-card__right {
  background-color: #ff555f;
  color: #fff;
  padding: 5rem 2.5rem;
}

@media screen and (min-width: 768px) {
  .smart-card__right {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 32.94942976%;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 24rem;
    margin: 0;
    padding: 0 3.5rem;
  }
  .smart-card__right:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .smart-card__right {
    height: 28rem;
  }
}

@media screen and (min-width: 1440px) {
  .smart-card__right {
    float: left;
    display: block;
    margin-right: 0.6918232%;
    width: 29.51572376%;
    display: flex;
  }
  .smart-card__right:last-child {
    margin-right: 0;
  }
}

.smart-card__icon {
  display: block;
  margin-bottom: 4rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .smart-card__icon {
    margin: 0;
  }
}

.smart-card__icon .oval-button {
  height: 9.2rem;
  width: 9.2rem;
}

@media screen and (min-width: 900px) {
  .smart-card__icon .oval-button {
    height: 14.4rem;
    width: 14.4rem;
  }
}

.smart-card__icon .oval-button > * {
  font-size: 3rem;
}

@media screen and (min-width: 900px) {
  .smart-card__icon .oval-button > * {
    font-size: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .smart-card__title {
    padding-left: 3rem;
  }
}

@media screen and (min-width: 1440px) {
  .smart-card__title {
    padding-left: 4rem;
  }
}

.smart-card__title h2,
.smart-card__title h3 {
  color: #3b3c43;
  display: inline;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.37;
  margin: 0;
}

@media screen and (min-width: 900px) {
  .smart-card__title h2,
  .smart-card__title h3 {
    font-size: 4.2rem;
    line-height: 1.29;
  }
}

@media screen and (min-width: 1440px) {
  .smart-card__title h2,
  .smart-card__title h3 {
    display: block;
  }
}

.smart-card__cta {
  color: #fff;
  font-family: display-egyptian-light, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.33;
  margin: 0 0 2rem;
}

.smart-card__cta--btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 2.8rem;
  margin: 0;
  outline: 0;
}

@media screen and (min-width: 900px) {
  .related-solution {
    margin-bottom: 10rem;
  }
}

.related-solution__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.related-solution__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .related-solution__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .related-solution__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .related-solution__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .related-solution__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .related-solution__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .related-solution__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.related-solution__copy:first-of-type {
  margin-top: 0;
}

.related-solution .related-solution {
  margin-bottom: 2.7rem;
  padding: 3rem;
  position: relative;
}

.related-solution .related-solution a {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .related-solution .related-solution {
    float: right;
    margin-left: 4rem;
    width: 40%;
    padding: 4rem 3rem 3rem 4.7rem;
  }
}

@media screen and (min-width: 900px) {
  .related-solution .related-solution {
    margin-right: grid-column-size-with-gutter(1, 820px, 5px);
    padding: 4rem 3rem 3rem 4rem;
    width: 33.5%;
  }
}

@media screen and (min-width: 1440px) {
  .related-solution .related-solution {
    margin-right: grid-column-size-with-gutter(1, 1240px, 5px);
    min-height: 27.2rem;
  }
}

.related-solution .related-solution__background {
  background: #5d0539;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.related-solution .related-solution__eyebrow {
  color: #fff;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 2;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.related-solution .related-solution__title {
  color: #fff;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.33;
  margin-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .related-solution .related-solution__title {
    margin-bottom: 4rem;
  }
}

.related-solution .related-solution .call-to-action {
  justify-content: flex-end;
}

.related-solution .related-solution .call-to-action__desc {
  color: #fff;
  flex-grow: 0;
}

.related-solution__content ul {
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 12px;
  line-height: 28px;
}

.related-solution__content p, .related-solution__content ul, .related-solution__content li {
  color: #3b3c43 !important;
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.related-solution__content a {
  display: inline;
  color: #ff555f;
  margin-bottom: 0px;
}

.related-solution__content a em {
  display: inline;
  color: #ff555f;
}

.related-solution__content em {
  font-style: italic;
}

.related-solution__content strong {
  font-weight: bold;
}

@media screen and (min-width: 900px) {
  .related-solution__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 91.61867872%;
  }
  .related-solution__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .related-solution__content {
    margin-left: 16.76264256%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
    margin-right: 0;
  }
  .related-solution__content:last-child {
    margin-right: 0;
  }
}

.related-case-study__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.related-case-study__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .related-case-study__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .related-case-study__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .related-case-study__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .related-case-study__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .related-case-study__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .related-case-study__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .related-case-study__content {
    margin-left: 16.76264256%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
    margin-right: 0;
  }
  .related-case-study__content:last-child {
    margin-right: 0;
  }
}

.related-case-study__copy:first-of-type {
  margin-top: 0;
}

.related-case-study .case-study {
  margin-bottom: 2.7rem;
  padding: 5.7rem 3rem 3rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .related-case-study .case-study {
    float: right;
    margin-left: 4rem;
    width: 40.96%;
    padding: 6.4rem 2.2rem 3rem 3.7rem;
  }
}

@media screen and (min-width: 900px) {
  .related-case-study .case-study {
    width: 33.5%;
    padding: 6.4rem 2.2rem 3rem 2.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .related-case-study .case-study {
    margin-right: grid-column-size-with-gutter(1, 1240px, 5px);
    min-height: 27.2rem;
  }
}

.related-case-study .case-study__background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.related-case-study .case-study__background::after {
  content: '';
  z-index: -1;
}

.related-case-study .case-study__eyebrow {
  color: #fff;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 2.43;
  margin-bottom: 0.4rem;
}

@media screen and (min-width: 768px) {
  .related-case-study .case-study__eyebrow {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.75;
    margin-bottom: 1rem;
  }
}

.related-case-study .case-study__title {
  color: #fff;
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .related-case-study .case-study__title {
    font-size: 2.4rem;
    line-height: 1.33;
  }
}

.embedded-content-drawer {
  background-color: #fff;
  margin-top: 4rem;
  margin-bottom: 5rem;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .embedded-content-drawer {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.embedded-content-drawer__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.embedded-content-drawer__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .embedded-content-drawer__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .embedded-content-drawer__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .embedded-content-drawer__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .embedded-content-drawer__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .embedded-content-drawer__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .embedded-content-drawer__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.embedded-content-drawer__title {
  background-color: #fff;
  color: #000;
  display: inline-block;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.86;
  padding-right: 4rem;
  position: relative;
  top: 1.3rem;
  text-transform: uppercase;
}

.embedded-content-drawer__accordion .accordion .accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6rem 0 4rem;
}

@media screen and (min-width: 768px) {
  .embedded-content-drawer__accordion .accordion .accordion-item {
    padding: 4.5rem 0 5rem;
  }
}

@media screen and (min-width: 1440px) {
  .embedded-content-drawer__accordion .accordion .accordion-item {
    padding: 8rem 0;
  }
}

.embedded-content-drawer__accordion .accordion .accordion-item__top-level-content {
  display: block;
}

.embedded-content-drawer__accordion .accordion .accordion-item__top-level-content::after {
  clear: both;
  content: "";
  display: block;
}

.embedded-content-drawer__accordion .accordion .accordion-item__top-level-content h2 {
  color: #ff555f;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.33;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .embedded-content-drawer__accordion .accordion .accordion-item__top-level-content h2 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
    font-size: 4.2rem;
    margin-bottom: 0;
  }
  .embedded-content-drawer__accordion .accordion .accordion-item__top-level-content h2:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .embedded-content-drawer__accordion .accordion .accordion-item__top-level-content h2 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 87.42801808%;
  }
  .embedded-content-drawer__accordion .accordion .accordion-item__top-level-content h2:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .embedded-content-drawer__accordion .accordion .accordion-item__top-level-content h2 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 74.85603616%;
  }
  .embedded-content-drawer__accordion .accordion .accordion-item__top-level-content h2:last-child {
    margin-right: 0;
  }
}

.embedded-content-drawer__accordion .accordion .accordion-item__top-level-content .accordion-item__toggle {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  transform: none;
}

@media screen and (min-width: 768px) {
  .embedded-content-drawer__accordion .accordion .accordion-item__top-level-content .accordion-item__toggle {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 16.18678721%;
    text-align: right;
  }
  .embedded-content-drawer__accordion .accordion .accordion-item__top-level-content .accordion-item__toggle:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .embedded-content-drawer__accordion .accordion .accordion-item__top-level-content .accordion-item__toggle {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 11.99612657%;
  }
  .embedded-content-drawer__accordion .accordion .accordion-item__top-level-content .accordion-item__toggle:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .embedded-content-drawer__accordion .accordion .accordion-item__top-level-content .accordion-item__toggle {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 24.56810849%;
  }
  .embedded-content-drawer__accordion .accordion .accordion-item__top-level-content .accordion-item__toggle:last-child {
    margin-right: 0;
  }
}

.embedded-content-drawer__accordion .accordion .accordion-item__top-level-content .accordion-item__toggle .oval-button {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .embedded-content-drawer__accordion .accordion .accordion-item__top-level-content .accordion-item__toggle .oval-button {
    float: right;
  }
}

.embedded-content-drawer__accordion .accordion .accordion-item__top-level-content .accordion-item__toggle .oval-button > * {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(90deg);
  transform-origin: center;
}

.embedded-content-drawer__accordion .accordion .accordion-item__top-level-content .accordion-item__toggle--open {
  margin: 0;
}

.embedded-content-drawer__accordion .accordion .accordion-item__top-level-content .accordion-item__toggle--open .oval-button {
  background-color: #fff;
}

.embedded-content-drawer__accordion .accordion .accordion-item__top-level-content .accordion-item__toggle--open .oval-button > * {
  color: #ff555f;
  transform: scaleY(-1) rotate(90deg);
}

.embedded-content-drawer__accordion .accordion .accordion-item__content {
  padding-top: 2rem;
}

@media screen and (min-width: 768px) {
  .embedded-content-drawer__accordion .accordion .accordion-item__content {
    padding-top: 3rem;
  }
}

.embedded-content-drawer__accordion .accordion .accordion-item__content--container {
  display: block;
}

.embedded-content-drawer__accordion .accordion .accordion-item__content--container::after {
  clear: both;
  content: "";
  display: block;
}

.embedded-content-drawer__accordion .accordion .accordion-item__content .accordion-image {
  float: left;
  display: block;
  margin-right: 0.57585535%;
  width: 100%;
  margin-left: 0%;
}

.embedded-content-drawer__accordion .accordion .accordion-item__content .accordion-image:last-child {
  margin-right: 0;
}

.embedded-content-drawer__accordion .accordion .accordion-item__content .accordion-image figure {
  float: none;
}

.tile-wrapper {
  padding-right: 0px;
  padding-left: 40px;
}

.bodycontent-text .extra-wide-wrapper {
  width: 90% !important;
}

.bodycontent-text .extra-wide-wrapper .extra-wide {
  width: 100% !important;
}

.bodycontent-text .extra-wide-wrapper .extra-wide .padded {
  margin-right: 0px !important;
}

.bodycontent-text .tile {
  position: relative;
  transition: height, opacity, margin, padding-top 0.2s linear;
  max-width: 42.6rem;
  max-height: 40rem;
  min-height: 40rem;
  height: 100%;
  margin-left: auto;
}

@media screen and (min-width: 275px) {
  .bodycontent-text .tile {
    min-height: 40rem;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .bodycontent-text .tile {
    min-height: 40rem;
    max-width: 42.6rem;
  }
}

@media screen and (min-width: 1440px) {
  .bodycontent-text .tile {
    min-height: 40rem;
    max-width: 42.6rem;
  }
}

@media screen and (min-width: 1900px) {
  .bodycontent-text .tile {
    min-height: 60rem;
    max-width: 64.5rem;
  }
}

@media screen and (min-width: 2800px) {
  .bodycontent-text .tile {
    min-height: 70rem;
    max-width: 75.25rem;
  }
}

.bodycontent-text .tile .tile-stage {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  top: 0;
  left: 0;
}

.bodycontent-text .tile .shade {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.bodycontent-text .tile .tile__text {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px;
  height: inherit;
}

.bodycontent-text .tile .tag {
  position: absolute;
  top: -23px;
  right: -15px;
}

.bodycontent-text .tile .tile__details {
  position: relative;
  margin-top: auto;
}

.bodycontent-text .tile .tile__type {
  position: relative;
  display: block;
  margin-bottom: calc(22px / 2);
  color: #fff;
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.4rem;
  line-height: 3.4rem;
}

@media screen and (min-width: 900px) {
  .bodycontent-text .tile .tile__type {
    font-size: 1.6rem;
    margin-bottom: calc(22px / 1.5);
  }
}

.bodycontent-text .tile .tile__title {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 3.0rem;
  line-height: 3.2rem;
}

@media screen and (min-width: 275px) {
  .bodycontent-text .tile .tile__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 568px) {
  .bodycontent-text .tile .tile__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .bodycontent-text .tile .tile__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 900px) {
  .bodycontent-text .tile .tile__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

.bodycontent-text .tile .icon-chevron {
  color: #ff555f;
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
  float: right;
}

html#homepg2017 {
  background-color: #fff;
  /* .cd-main-header .container {
		width: 1240px;
	} */
}

html#homepg2017 .pressbg h2,
html#homepg2017 .eventsbg h2 {
  text-align: center;
  font-size: 60px;
  line-height: 52px;
}

html#homepg2017 .homepage-cards {
  width: 100%;
  float: left;
}

html#homepg2017 .homepage-cards .card {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

html#homepg2017 .homepage-cards .card .card-background {
  width: 100%;
  float: left;
  overflow: hidden;
}

html#homepg2017 .homepage-cards .card .card-background img {
  height: 456px;
  width: 1200px;
  max-width: none;
  float: left;
}

html#homepg2017 .homepage-cards .card .card-background img.mobile {
  display: none;
}

html#homepg2017 .homepage-cards .card .card-background .smart-shade-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}

html#homepg2017 .homepage-cards .card .card-content-wrapper {
  width: 80%;
  height: inherit;
  margin: auto;
  max-width: 1032px;
}

html#homepg2017 .homepage-cards .card .card-content {
  position: initial;
  width: 550px;
  height: 100%;
  padding-top: 130px;
  padding-bottom: 20px;
  text-align: left;
}

html#homepg2017 .homepage-cards .card .card-content .ordered-number {
  color: #FF555F;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  padding-right: 30px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  font-size: 60px;
  line-height: 60px;
}

html#homepg2017 .homepage-cards .card .card-content .ordered-number .order-index {
  font-size: 100px;
  font-family: "Guardian Egyptian -SemiBold";
}

html#homepg2017 .homepage-cards .card .card-content .content {
  width: 400px;
  display: inline-block;
}

html#homepg2017 .homepage-cards .card .card-content .content h3 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 60px;
  line-height: 60px;
}

html#homepg2017 .homepage-cards .card.right-aligned .card-content {
  left: auto;
  right: 0;
  text-align: left;
  margin-left: auto;
}

html#homepg2017 .homepage-cards .card.right-aligned .card-content .content {
  text-align: left;
}

html#homepg2017 .homepage-cards .card.right-aligned .card-content .cta-wrapper {
  float: right;
}

html#homepg2017 .homepage-cards .card.right-aligned .card-background img {
  float: right;
}

@media (max-width: 768px) {
  html#homepg2017 .homepage-cards .card figure {
    display: grid;
    place-items: center;
  }
  html#homepg2017 .homepage-cards .card .card-background {
    width: 100%;
    height: 100%;
  }
  html#homepg2017 .homepage-cards .card .card-background img {
    height: auto;
    width: 100%;
  }
  html#homepg2017 .homepage-cards .card .card-background img.mobile {
    display: block;
  }
  html#homepg2017 .homepage-cards .card .card-background img.desktop {
    display: none;
  }
  html#homepg2017 .homepage-cards .card .card-content {
    width: 100%;
    flex-flow: column;
    padding: 25px;
    padding: calc(15px + 10 * ((100vw - 320px) / 448));
    justify-content: center;
    z-index: 20;
    display: flex;
  }
  html#homepg2017 .homepage-cards .card .card-content .ordered-number {
    flex: 0 0 auto;
    width: 100%;
    float: left;
    text-align: left;
    padding: 0;
    font-size: calc(24px + 36 * ((100vw - 320px) / 448));
    line-height: calc(26px + 34 * ((100vw - 320px) / 448));
  }
  html#homepg2017 .homepage-cards .card .card-content .ordered-number .order-index {
    font-size: calc(40px + 60 * ((100vw - 320px) / 448));
  }
  html#homepg2017 .homepage-cards .card .card-content .content {
    flex: 0 0 auto;
    width: 100%;
    float: left;
    padding: 0;
    text-align: left;
  }
  html#homepg2017 .homepage-cards .card .card-content .content h3 {
    margin-top: 5px;
    font-size: calc(24px + 36 * ((100vw - 320px) / 448));
    line-height: calc(26px + 34 * ((100vw - 320px) / 448));
    margin-bottom: 10px;
  }
  html#homepg2017 .homepage-cards .card .card-content .content p {
    font-size: calc(14px + 3 * ((100vw - 320px) / 448));
    line-height: calc(20px + 6 * ((100vw - 320px) / 448));
  }
  html#homepg2017 .homepage-cards .card .card-content.mobile {
    display: block;
  }
  html#homepg2017 .homepage-cards .card.right-aligned .card-content {
    padding: 25px;
  }
}

html#homepg2017 #trends {
  width: 100%;
  float: left;
  position: relative;
  z-index: 20;
}

html#homepg2017 #trends.wide-trends .right-aligned .card-content .content {
  text-align: right;
}

html#homepg2017 #trends .intro {
  width: 100%;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 100px;
}

html#homepg2017 #trends .intro h2 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
}

html#homepg2017 #trends .intro p {
  max-width: 600px;
  margin: 0 auto;
}

html#homepg2017 #trends .intro:after {
  content: "";
  display: block;
  clear: both;
}

html#homepg2017 #trends .homepage-cards .card {
  margin-top: 60px;
}

@media (max-width: 768px) {
  html#homepg2017 #trends .intro {
    padding-top: 60px;
  }
  html#homepg2017 #trends .intro h2 {
    font-size: calc(32px + 18 * ((100vw - 320px) / 448));
    line-height: calc(40px + 10 * ((100vw - 320px) / 448));
  }
  html#homepg2017 #trends .homepage-cards {
    margin-top: 20px;
  }
  html#homepg2017 #trends .homepage-cards .card {
    margin-top: 15px;
  }
}

html#homepg2017 #trends .cta-wrapper--right {
  margin-left: auto !important;
}

html#homepg2017 #trends figure {
  margin: 0;
}

html#homepg2017 #trends .homepage-cards .card {
  margin-top: 10px;
}

html#homepg2017 #trends .homepage-cards .card-content .content h3 {
  font-size: 40px;
}

html#homepg2017 #trends .homepage-cards .card-content .content h3.content__title-background {
  background-color: #ff555f;
}

html#homepg2017 #trends .card-background .smart-shade-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}

html#homepg2017 .stripe-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

html#homepg2017 .stripe-background .stripe-top {
  width: 100%;
  height: 432px;
  position: absolute;
  top: 450px;
  right: 0;
  background: url("/a/dist/img/insurance/stripes-top.png") top right no-repeat;
  background-size: 251px auto;
  z-index: 10;
}

html#homepg2017 .stripe-background .stripe-bottom {
  width: 100%;
  height: calc(100% - 432px - 450px);
  position: absolute;
  top: calc(450px + 432px);
  right: 0;
  background: url("/a/dist/img/insurance/stripes-repeat.png") top right repeat-y;
  background-size: 251px auto;
  z-index: 10;
}

html#homepg2017 .stripe-background:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/a/dist/img/insurance/background-repeat.png) repeat;
  background-size: 121px auto;
}

@media (max-width: 768px) {
  html#homepg2017 .stripe-background .stripe-top,
  html#homepg2017 .stripe-background .stripe-bottom {
    right: -90px;
  }
  html#homepg2017 .stripe-background .stripe-top {
    top: 200px;
  }
  html#homepg2017 .stripe-background .stripe-bottom {
    top: calc(200px + 432px);
    height: calc(100% - 432px - 200px);
  }
}

html#homepg2017 .upper-background-container {
  z-index: 1;
  background: #14335e;
  background: linear-gradient(180deg, #05538b 60%, transparent 100%);
  width: 100%;
  float: left;
  position: relative;
}

html#homepg2017 .upper-background-container:after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: url(/a/dist/img/insurance/background-repeat.png) repeat;
  background-size: 121px auto;
}

html#homepg2017 .lower-background-container {
  padding-top: 200px;
  background: #004b7c;
  background: linear-gradient(180deg, #05538b 0%, #c04b5f 100%);
  width: 100%;
  float: left;
  position: relative;
}

html#homepg2017 .row.padding {
  padding-left: 20px;
  padding-right: 20px;
}

html#homepg2017 .cd-main-header .container, html#homepg2017 .cd-main-header .recirculation > .spark-line, html#homepg2017 .cd-main-header .new-links-module > .spark-line, html#homepg2017 .cd-main-header .links-module > .spark-line {
  width: 295px;
}

html#homepg2017 .container, html#homepg2017 .recirculation > .spark-line, html#homepg2017 .new-links-module > .spark-line, html#homepg2017 .links-module > .spark-line {
  width: 295px;
}

body.homepage.homepg2017 {
  background-color: #fff;
}

body.homepage.homepg2017 .container.full-bleed, body.homepage.homepg2017 .recirculation > .full-bleed.spark-line, body.homepage.homepg2017 .new-links-module > .full-bleed.spark-line, body.homepage.homepg2017 .links-module > .full-bleed.spark-line {
  max-width: 100% !important;
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.homepage.homepg2017 .container.full-bleed .col-md-12, body.homepage.homepg2017 .recirculation > .full-bleed.spark-line .col-md-12, body.homepage.homepg2017 .new-links-module > .full-bleed.spark-line .col-md-12, body.homepage.homepg2017 .links-module > .full-bleed.spark-line .col-md-12 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.homepage.homepg2017 .light #hero .welcome .shuffle-letters {
  color: #021D44;
}

body.homepage.homepg2017 .light #hero .welcome .tagline {
  color: #021D44;
}

body.homepage.homepg2017 .light #hero .welcome .tagline p {
  color: #021D44;
}

body.homepage.homepg2017 .light .case-study-intro {
  color: #021D44;
}

body.homepage.homepg2017 .light .pressbg #pressevents--title {
  color: #021D44;
}

body.homepage.homepg2017 .light .casestudy .story h3 {
  color: #021D44;
}

body.homepage.homepg2017 .light .eventsbg h2 {
  color: #021D44;
}

body.homepage.homepg2017 .light #press .item-list {
  border-bottom: 1px solid #021D44;
}

body.homepage.homepg2017 .light #press .item-list .title p a {
  color: #021D44;
}

body.homepage.homepg2017 .light #press .item-list .title p a:visited {
  color: #021D44;
}

body.homepage.homepg2017 .light #events .item-list {
  border-bottom: 1px solid #021D44;
}

body.homepage.homepg2017 .light #events .item-list .title p a {
  color: #021D44;
}

body.homepage.homepg2017 .light #events .item-list .title p a:visited {
  color: #021D44;
}

body.homepage.homepg2017.saved-items--active {
  background-color: #031a34;
}

body.homepage.homepg2017 .video-hero-homepage {
  min-height: 75vh;
  max-height: 75vh !important;
  height: 75vh;
  text-align: center;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 275px) {
  body.homepage.homepg2017 .video-hero-homepage.message-hero {
    padding-top: 100px;
    height: auto;
    max-height: none !important;
    min-height: auto;
  }
}

@media screen and (min-width: 768px) {
  body.homepage.homepg2017 .video-hero-homepage.message-hero {
    padding-top: 100px;
    height: auto;
    max-height: none !important;
    min-height: auto;
  }
}

body.homepage.homepg2017 .video-hero-homepage.message-hero .message {
  padding-top: 40px;
}

body.homepage.homepg2017 .video-hero-homepage.message-hero .message p {
  color: black;
  text-align: left;
  line-height: 2rem;
  font-size: 1.5rem;
}

body.homepage.homepg2017 .video-hero-homepage p {
  font-size: 2.5rem;
}

body.homepage.homepg2017 .video-hero-homepage .hero-subtitle.signature-style {
  font-family: photograph-signature;
  line-height: 1;
  font-size: 4.5rem !important;
}

@media screen and (min-width: 275px) {
  body.homepage.homepg2017 .video-hero-homepage .hero-subtitle.signature-style {
    font-size: 2.5rem !important;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  body.homepage.homepg2017 .video-hero-homepage .hero-subtitle.signature-style {
    font-size: 4.5rem !important;
    line-height: 1;
  }
}

body.homepage.homepg2017 .video-hero-homepage .icon-chevron {
  color: #FF555F;
  margin-left: 20px;
  font-weight: bold;
  font-size: 22px;
}

body.homepage.homepg2017 .video-hero-homepage .oval-button {
  text-decoration: none;
  color: #FF555F;
  background: none !important;
}

body.homepage.homepg2017 .video-hero-homepage .story__link {
  font-size: 1.7rem;
}

body.homepage.homepg2017 .video-hero-homepage .top-disclaimer {
  font-size: 3rem !important;
  line-height: 2rem !important;
  margin-top: 120px;
  margin-bottom: 0 !important;
}

body.homepage.homepg2017 .video-hero-homepage .top-disclaimer p {
  font-size: 3rem !important;
  line-height: 2rem !important;
  margin-top: 120px;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  body.homepage.homepg2017 .video-hero-homepage .top-disclaimer {
    margin-top: 150px;
    line-height: 2rem !important;
    font-size: 3rem !important;
  }
  body.homepage.homepg2017 .video-hero-homepage .top-disclaimer p {
    margin-top: 150px;
    line-height: 2rem !important;
    font-size: 3rem !important;
  }
}

body.homepage.homepg2017 .video-hero-homepage .bottom-disclaimer {
  font-size: 1.3rem !important;
  text-transform: uppercase;
  margin-top: 30px;
  line-height: 2rem !important;
}

body.homepage.homepg2017 .video-hero-homepage .bottom-disclaimer p {
  font-size: 1.3rem !important;
  text-transform: uppercase;
  margin-top: 30px;
  line-height: 2rem !important;
}

@media (max-width: 768px) {
  body.homepage.homepg2017 .video-hero-homepage .bottom-disclaimer {
    line-height: 2rem !important;
    margin-top: 10px !important;
    font-size: 0.9rem !important;
  }
  body.homepage.homepg2017 .video-hero-homepage .bottom-disclaimer p {
    line-height: 2rem !important;
    margin-top: 10px !important;
    font-size: 0.9rem !important;
  }
}

body.homepage.homepg2017 .video-hero-homepage .video-hero__background.no-overlay:before {
  background-image: none !important;
}

body.homepage.homepg2017 .video-hero-homepage.video-hero-photo .top-disclaimer {
  line-height: 3rem !important;
  font-size: 2.8rem !important;
}

body.homepage.homepg2017 .video-hero-homepage.video-hero-photo .top-disclaimer p {
  line-height: 3rem !important;
  font-size: 2.8rem !important;
}

@media (max-width: 768px) {
  body.homepage.homepg2017 .video-hero-homepage.video-hero-photo .top-disclaimer {
    line-height: 2.5rem !important;
    font-size: 1.7rem !important;
  }
  body.homepage.homepg2017 .video-hero-homepage.video-hero-photo .top-disclaimer p {
    line-height: 2.5rem !important;
    font-size: 1.7rem !important;
  }
}

body.homepage.homepg2017 .video-hero-homepage.video-hero-photo .feature-desktop-image {
  display: inline;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  width: 500px !important;
}

@media (max-width: 768px) {
  body.homepage.homepg2017 .video-hero-homepage.video-hero-photo .feature-desktop-image {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  body.homepage.homepg2017 .video-hero-homepage.video-hero-photo .feature-desktop-image {
    display: inline;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media screen and (min-width: 1900px) {
  body.homepage.homepg2017 .video-hero-homepage.video-hero-photo .feature-desktop-image {
    display: inline;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

body.homepage.homepg2017 .video-hero-homepage.video-hero-photo .feature-mobile-image {
  display: none;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  width: 200px !important;
}

@media (max-width: 768px) {
  body.homepage.homepg2017 .video-hero-homepage.video-hero-photo .feature-mobile-image {
    display: inline !important;
    width: 130px !important;
  }
}

body.homepage.homepg2017 .video-hero-homepage.video-hero-photo h1 {
  line-height: 3rem !important;
  font-size: 2.8rem !important;
  color: white;
  margin-bottom: 20px;
  margin-top: 0px;
}

body.homepage.homepg2017 .video-hero-homepage.video-hero-photo h1 p {
  line-height: 3rem !important;
  font-size: 2.8rem !important;
  color: white;
  margin-bottom: 20px;
  margin-top: 0px;
}

@media (max-width: 768px) {
  body.homepage.homepg2017 .video-hero-homepage.video-hero-photo h1 {
    margin-top: 10px;
    line-height: 2.5rem !important;
    font-size: 1.7rem !important;
  }
  body.homepage.homepg2017 .video-hero-homepage.video-hero-photo h1 p {
    margin-top: 10px;
    line-height: 2.5rem !important;
    font-size: 1.7rem !important;
  }
}

body.homepage.homepg2017 .video-hero-homepage.video-hero-photo p {
  font-size: 3rem;
  margin-bottom: 1em;
  color: white;
  font-weight: 300;
}

@media (max-width: 768px) {
  body.homepage.homepg2017 .video-hero-homepage.video-hero-photo p {
    line-height: 5rem;
  }
}

body.homepage.homepg2017 .video-hero-homepage.video-hero-photo p.special-title {
  margin-bottom: 0.8em !important;
}

body.homepage.homepg2017 .video-hero-homepage.video-hero-photo p.special-title span {
  font-weight: 300;
  color: #fff;
  font-size: 4rem;
  padding: 5px;
  background-color: #ff555f;
}

body.homepage.homepg2017 .video-hero-homepage.video-hero-photo .icon-chevron {
  color: #ff555f;
  margin-left: 20px;
  font-weight: bold;
  font-size: 22px;
}

body.homepage.homepg2017 .video-hero-homepage.video-hero-photo .oval-button {
  text-decoration: none;
  color: #FF555F;
}

body.homepage.homepg2017 .video-hero-homepage.video-hero-photo .story__link {
  font-size: 1.7rem;
  margin: 42px auto 0;
}

@media screen and (min-width: 275px) {
  body.homepage.homepg2017 .video-hero-homepage.video-hero-photo .story__link {
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 900px) {
  body.homepage.homepg2017 .video-hero-homepage.video-hero-photo .story__link {
    margin: 42px auto 0;
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 1900px) {
  body.homepage.homepg2017 .video-hero-homepage.video-hero-photo .story__link {
    margin: 42px auto 0;
  }
}

body.homepage.homepg2017 .video-hero-homepage .container .row, body.homepage.homepg2017 .video-hero-homepage .recirculation > .spark-line .row, body.homepage.homepg2017 .video-hero-homepage .new-links-module > .spark-line .row, body.homepage.homepg2017 .video-hero-homepage .links-module > .spark-line .row {
  z-index: 12;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-height: 360px) and (max-width: 640px) {
  body.homepage.homepg2017 .video-hero-homepage .container .row, body.homepage.homepg2017 .video-hero-homepage .recirculation > .spark-line .row, body.homepage.homepg2017 .video-hero-homepage .new-links-module > .spark-line .row, body.homepage.homepg2017 .video-hero-homepage .links-module > .spark-line .row {
    top: 37%;
    transform: none;
  }
}

@media screen and (max-height: 375px) and (max-width: 667px) {
  body.homepage.homepg2017 .video-hero-homepage .container .row, body.homepage.homepg2017 .video-hero-homepage .recirculation > .spark-line .row, body.homepage.homepg2017 .video-hero-homepage .new-links-module > .spark-line .row, body.homepage.homepg2017 .video-hero-homepage .links-module > .spark-line .row {
    margin-top: 35px;
  }
}

body.homepage.homepg2017 h1 {
  text-transform: none;
}

body.homepage.homepg2017 + .page-content-wrapper {
  margin-top: -70px;
}

body.homepage.homepg2017 .story__link {
  display: flex;
  flex-direction: row;
  width: 60%;
  justify-content: center;
  align-items: center;
  margin: 42px auto 0;
}

body.homepage.homepg2017 .story__link .oval-button {
  margin-left: 22px;
}

body.homepage.homepg2017 .story__link:hover {
  color: #fff;
}

body.homepage.homepg2017 .page .page-content-wrapper {
  background-position: center 41px;
  background-size: 1860px;
}

@media screen and (min-width: 992px) {
  body.homepage.homepg2017 .page .page-content-wrapper {
    background-size: 1940px;
  }
}

@media screen and (min-width: 1124px) {
  body.homepage.homepg2017 .page .page-content-wrapper {
    background-size: 1940px;
    background-position: center 277px;
  }
}

@media screen and (min-width: 1367px) {
  body.homepage.homepg2017 .page .page-content-wrapper {
    background-size: 1940px;
  }
}

body.homepage.homepg2017 h1,
body.homepage.homepg2017 h2,
body.homepage.homepg2017 h3,
body.homepage.homepg2017 h4,
body.homepage.homepg2017 p,
body.homepage.homepg2017 caption a {
  color: white;
}

body.homepage.homepg2017 #hero .welcome {
  margin-top: 85px;
  margin-bottom: 75px;
}

body.homepage.homepg2017 #hero h1 {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0;
  line-height: 52px;
  text-transform: none;
  text-align: center;
  margin-bottom: 25px;
  padding: 0 5px;
}

body.homepage.homepg2017 #hero p.tagline {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.47px;
  line-height: 26px;
  text-align: center;
  padding: 0 40px;
}

body.homepage.homepg2017 #manifest-video {
  width: 100%;
  margin: 0px auto;
  margin-top: 0px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 0;
  overflow: hidden;
}

body.homepage.homepg2017 #manifest-video:focus {
  outline: 3px solid #25a5bd;
}

body.homepage.homepg2017 h2.case-study-intro {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 60px;
  color: #fff;
  letter-spacing: 0;
  line-height: 52px;
  text-align: center;
  margin-top: 85px;
  margin-bottom: 75px;
}

body.homepage.homepg2017 h2.case-study-intro br {
  display: none;
}

body.homepage.homepg2017 section.casestudy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 68px;
  padding-bottom: 60px;
  overflow: hidden;
}

body.homepage.homepg2017 section.casestudy .story h3 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 0;
}

body.homepage.homepg2017 section.casestudy .story .black {
  color: #000;
}

body.homepage.homepg2017 section.casestudy .story .cta {
  padding-top: 4px;
}

body.homepage.homepg2017 section.casestudy img.feature {
  margin-top: 51px;
}

body.homepage.homepg2017 section.casestudy img.feature.two {
  margin-left: 35px;
}

body.homepage.homepg2017 section.casestudy.first {
  margin-top: 10px;
  padding-top: 70px;
  border-top: 0 none;
}

body.homepage.homepg2017 section.casestudy.first h3 {
  color: #fff;
}

body.homepage.homepg2017 .pressbg .container .title-row.padded, body.homepage.homepg2017 .pressbg .recirculation > .spark-line .title-row.padded, body.homepage.homepg2017 .pressbg .new-links-module > .spark-line .title-row.padded, body.homepage.homepg2017 .pressbg .links-module > .spark-line .title-row.padded,
body.homepage.homepg2017 .eventsbg .container .title-row.padded,
body.homepage.homepg2017 .eventsbg .recirculation > .spark-line .title-row.padded,
body.homepage.homepg2017 .eventsbg .new-links-module > .spark-line .title-row.padded,
body.homepage.homepg2017 .eventsbg .links-module > .spark-line .title-row.padded {
  padding-top: 85px;
}

body.homepage.homepg2017 .pressbg .container .title-row.padded h2, body.homepage.homepg2017 .pressbg .recirculation > .spark-line .title-row.padded h2, body.homepage.homepg2017 .pressbg .new-links-module > .spark-line .title-row.padded h2, body.homepage.homepg2017 .pressbg .links-module > .spark-line .title-row.padded h2,
body.homepage.homepg2017 .eventsbg .container .title-row.padded h2,
body.homepage.homepg2017 .eventsbg .recirculation > .spark-line .title-row.padded h2,
body.homepage.homepg2017 .eventsbg .new-links-module > .spark-line .title-row.padded h2,
body.homepage.homepg2017 .eventsbg .links-module > .spark-line .title-row.padded h2 {
  margin-bottom: 29px;
}

body.homepage.homepg2017 .pressbg h2,
body.homepage.homepg2017 .eventsbg h2 {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 60px;
  color: #fff;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  padding: 0;
  text-align: left;
}

body.homepage.homepg2017 .pressbg h2 br,
body.homepage.homepg2017 .eventsbg h2 br {
  display: inline-block;
}

body.homepage.homepg2017 section#press .item-list,
body.homepage.homepg2017 section#events .item-list {
  border-bottom: 0 none;
  margin-top: 25px;
  overflow: auto;
}

body.homepage.homepg2017 section#press .item-list .date,
body.homepage.homepg2017 section#events .item-list .date {
  float: none;
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #FF555F;
  letter-spacing: 0.88px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 25px;
}

body.homepage.homepg2017 section#press .item-list .title,
body.homepage.homepg2017 section#events .item-list .title {
  float: none;
  margin-left: 0px;
  margin-bottom: 28px;
}

body.homepage.homepg2017 section#press .item-list .title p,
body.homepage.homepg2017 section#events .item-list .title p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  color: #2d3135;
  letter-spacing: 1.12px;
  line-height: 24px;
}

body.homepage.homepg2017 section#press .item-list .title p a,
body.homepage.homepg2017 section#press .item-list .title p a:visited,
body.homepage.homepg2017 section#events .item-list .title p a,
body.homepage.homepg2017 section#events .item-list .title p a:visited {
  color: #fff;
}

body.homepage.homepg2017 section#press .item-list .title p a:hover,
body.homepage.homepg2017 section#events .item-list .title p a:hover {
  color: #FF555F;
  text-decoration: underline;
}

body.homepage.homepg2017 section#press .item-list .title p a:active,
body.homepage.homepg2017 section#events .item-list .title p a:active {
  text-decoration: none;
}

body.homepage.homepg2017 section#press .item-list .location,
body.homepage.homepg2017 section#events .item-list .location {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #FF555F;
  letter-spacing: 1px;
  line-height: 20px;
  margin-top: -9px;
}

body.homepage.homepg2017 section#press .cta.red p,
body.homepage.homepg2017 section#events .cta.red p {
  position: absolute;
  right: 116px;
  margin-top: -6px;
}

body.homepage.homepg2017 section#press .cta.red a.cta,
body.homepage.homepg2017 section#events .cta.red a.cta {
  /* div {
            width: 120px;
            height: 120px;
          } */
}

body.homepage.homepg2017 section#press {
  margin-top: 42px;
}

body.homepage.homepg2017 section#events {
  margin-top: 37px;
}

body.homepage.homepg2017 section#events .date {
  margin-bottom: 15px;
}

body.homepage.homepg2017 section#events .title {
  margin-bottom: 33px;
}

body.homepage.homepg2017 section#events .title p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px !important;
  color: #2d3135;
  letter-spacing: 1.5px;
  line-height: 24px;
}

body.homepage.homepg2017 .story {
  padding: 0;
  min-height: auto;
  overflow: visible;
}

@media screen and (min-width: 768px) {
  body.homepage.homepg2017 .story {
    height: auto;
  }
}

@media (min-width: 0px) and (max-width: 496px) {
  body.homepage.homepg2017 main.cd-main-content.main {
    background-size: 1880px;
  }
}

@media (min-width: 440px) and (max-width: 549px) {
  body.homepage.homepg2017 {
    background-position: center 270px;
  }
}

@media (min-width: 550px) and (max-width: 569px) {
  body.homepage.homepg2017 {
    background-position: center 260px;
  }
}

@media (min-width: 570px) and (max-width: 723px) {
  body.homepage.homepg2017 {
    background-position: center 210px;
  }
}

@media (min-width: 724px) and (max-width: 767px) {
  body.homepage.homepg2017 {
    background-position: center 188px;
  }
}

@media (max-width: 768px) {
  body.homepage.homepg2017 .pressbg h2,
  body.homepage.homepg2017 .eventsbg h2 {
    font-size: 40px;
    line-height: 52px;
    text-align: center;
  }
  body.homepage.homepg2017 .homepage-cards {
    width: 100%;
    float: left;
  }
  body.homepage.homepg2017 .homepage-cards .card {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img {
    height: 456px;
    width: 1200px;
    max-width: none;
    float: left;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img.mobile {
    display: none;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background .smart-shade-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content-wrapper {
    width: 80%;
    height: inherit;
    margin: auto;
    max-width: 1032px;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content {
    position: initial;
    width: 550px;
    height: 100%;
    padding-top: 130px;
    padding-bottom: 20px;
    text-align: left;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .ordered-number {
    color: #FF555F;
    line-height: 1;
    font-weight: 600;
    text-align: left;
    padding-right: 30px;
    width: 100px;
    display: inline-block;
    vertical-align: top;
    font-size: 60px;
    line-height: 60px;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .ordered-number .order-index {
    font-size: 100px;
    font-family: "Guardian Egyptian -SemiBold";
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content {
    width: 400px;
    display: inline-block;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content h3 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-content {
    left: auto;
    right: 0;
    text-align: left;
    margin-left: auto;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-content .content {
    text-align: left;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-content .cta-wrapper {
    float: right;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-background img {
    float: right;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  body.homepage.homepg2017 .homepage-cards .card figure {
    display: grid;
    place-items: center;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background {
    width: 100%;
    height: 100%;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img {
    height: auto;
    width: 100%;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img.mobile {
    display: block;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img.desktop {
    display: none;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content {
    width: 100%;
    flex-flow: column;
    padding: 25px;
    padding: calc(15px + 10 * ((100vw - 320px) / 448));
    justify-content: center;
    z-index: 20;
    display: flex;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .ordered-number {
    flex: 0 0 auto;
    width: 100%;
    float: left;
    text-align: left;
    padding: 0;
    font-size: calc(24px + 36 * ((100vw - 320px) / 448));
    line-height: calc(26px + 34 * ((100vw - 320px) / 448));
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .ordered-number .order-index {
    font-size: calc(40px + 60 * ((100vw - 320px) / 448));
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content {
    flex: 0 0 auto;
    width: 100%;
    float: left;
    padding: 0;
    text-align: left;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content h3 {
    margin-top: 5px;
    font-size: calc(24px + 36 * ((100vw - 320px) / 448));
    line-height: calc(26px + 34 * ((100vw - 320px) / 448));
    margin-bottom: 10px;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content p {
    font-size: calc(14px + 3 * ((100vw - 320px) / 448));
    line-height: calc(20px + 6 * ((100vw - 320px) / 448));
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content.mobile {
    display: block;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-content {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  body.homepage.homepg2017 #trends {
    width: 100%;
    float: left;
    position: relative;
    z-index: 20;
  }
  body.homepage.homepg2017 #trends.wide-trends .right-aligned .card-content .content {
    text-align: right;
  }
  body.homepage.homepg2017 #trends .intro {
    width: 100%;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 100px;
  }
  body.homepage.homepg2017 #trends .intro h2 {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 50px;
  }
  body.homepage.homepg2017 #trends .intro p {
    max-width: 600px;
    margin: 0 auto;
  }
  body.homepage.homepg2017 #trends .intro:after {
    content: "";
    display: block;
    clear: both;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card {
    margin-top: 60px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  body.homepage.homepg2017 #trends .intro {
    padding-top: 60px;
  }
  body.homepage.homepg2017 #trends .intro h2 {
    font-size: calc(32px + 18 * ((100vw - 320px) / 448));
    line-height: calc(40px + 10 * ((100vw - 320px) / 448));
  }
  body.homepage.homepg2017 #trends .homepage-cards {
    margin-top: 20px;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  body.homepage.homepg2017 #trends .cta-wrapper--right {
    margin-left: 0 !important;
  }
  body.homepage.homepg2017 #trends figure {
    margin: 0;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card {
    margin-top: 10px;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card.right-aligned .card-content .content {
    text-align: left;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card.right-aligned .card-content .cta-wrapper {
    float: left;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card.right-aligned .card-background img {
    float: left;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card-content .content h3 {
    font-size: 25px;
    line-height: 35px;
  }
  body.homepage.homepg2017 #trends .card-background .smart-shade-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  body.homepage.homepg2017 h2.case-study-intro {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 52px;
    margin-top: 85px;
    margin-bottom: 75px;
  }
  body.homepage.homepg2017 h2.case-study-intro br {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  body.homepage.homepg2017 {
    background-position: center 260px;
  }
  body.homepage.homepg2017 .pressbg h2,
  body.homepage.homepg2017 .eventsbg h2 {
    font-size: 40px;
    line-height: 52px;
    text-align: center;
  }
  body.homepage.homepg2017 .homepage-cards {
    width: 100%;
    float: left;
  }
  body.homepage.homepg2017 .homepage-cards .card {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img {
    height: 456px;
    width: 1200px;
    max-width: none;
    float: left;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img.mobile {
    display: none;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background .smart-shade-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content-wrapper {
    width: 80%;
    height: inherit;
    margin: auto;
    max-width: 1032px;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content {
    position: initial;
    width: 550px;
    height: 100%;
    padding-top: 130px;
    padding-bottom: 20px;
    text-align: left;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .ordered-number {
    color: #FF555F;
    line-height: 1;
    font-weight: 600;
    text-align: left;
    padding-right: 30px;
    width: 100px;
    display: inline-block;
    vertical-align: top;
    font-size: 60px;
    line-height: 60px;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .ordered-number .order-index {
    font-size: 100px;
    font-family: "Guardian Egyptian -SemiBold";
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content {
    width: 400px;
    display: inline-block;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content h3 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-content {
    left: auto;
    right: 0;
    text-align: left;
    margin-left: auto;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-content .content {
    text-align: left;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-content .cta-wrapper {
    float: right;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-background img {
    float: right;
  }
}

@media (min-width: 768px) and (max-width: 768px) {
  body.homepage.homepg2017 .homepage-cards .card figure {
    display: grid;
    place-items: center;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background {
    width: 100%;
    height: 100%;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img {
    height: auto;
    width: 100%;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img.mobile {
    display: block;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img.desktop {
    display: none;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content {
    width: 100%;
    flex-flow: column;
    padding: 25px;
    padding: calc(15px + 10 * ((100vw - 320px) / 448));
    justify-content: center;
    z-index: 20;
    display: flex;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .ordered-number {
    flex: 0 0 auto;
    width: 100%;
    float: left;
    text-align: left;
    padding: 0;
    font-size: calc(24px + 36 * ((100vw - 320px) / 448));
    line-height: calc(26px + 34 * ((100vw - 320px) / 448));
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .ordered-number .order-index {
    font-size: calc(40px + 60 * ((100vw - 320px) / 448));
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content {
    flex: 0 0 auto;
    width: 100%;
    float: left;
    padding: 0;
    text-align: left;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content h3 {
    margin-top: 5px;
    font-size: calc(24px + 36 * ((100vw - 320px) / 448));
    line-height: calc(26px + 34 * ((100vw - 320px) / 448));
    margin-bottom: 10px;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content p {
    font-size: calc(14px + 3 * ((100vw - 320px) / 448));
    line-height: calc(20px + 6 * ((100vw - 320px) / 448));
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content.mobile {
    display: block;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-content {
    padding: 25px;
  }
}

@media (min-width: 768px) {
  body.homepage.homepg2017 #trends {
    width: 100%;
    float: left;
    position: relative;
    z-index: 20;
  }
  body.homepage.homepg2017 #trends.wide-trends .right-aligned .card-content .content {
    text-align: right;
  }
  body.homepage.homepg2017 #trends .intro {
    width: 100%;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 100px;
  }
  body.homepage.homepg2017 #trends .intro h2 {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 50px;
  }
  body.homepage.homepg2017 #trends .intro p {
    max-width: 600px;
    margin: 0 auto;
  }
  body.homepage.homepg2017 #trends .intro:after {
    content: "";
    display: block;
    clear: both;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card {
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 768px) {
  body.homepage.homepg2017 #trends .intro {
    padding-top: 60px;
  }
  body.homepage.homepg2017 #trends .intro h2 {
    font-size: calc(32px + 18 * ((100vw - 320px) / 448));
    line-height: calc(40px + 10 * ((100vw - 320px) / 448));
  }
  body.homepage.homepg2017 #trends .homepage-cards {
    margin-top: 20px;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  body.homepage.homepg2017 #trends .cta-wrapper--right {
    margin-left: auto !important;
  }
  body.homepage.homepg2017 #trends figure {
    margin: 0;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card {
    margin-top: 10px;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card.right-aligned .card-content .content {
    text-align: left;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card.right-aligned .card-content .cta-wrapper {
    float: left;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card.right-aligned .card-background img {
    float: left;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card-content .content h3 {
    font-size: 25px;
    line-height: 35px;
  }
  body.homepage.homepg2017 #trends .card-background .smart-shade-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  body.homepage.homepg2017 .cd-main-header .container, body.homepage.homepg2017 .cd-main-header .recirculation > .spark-line, body.homepage.homepg2017 .cd-main-header .new-links-module > .spark-line, body.homepage.homepg2017 .cd-main-header .links-module > .spark-line {
    width: 768px;
  }
  body.homepage.homepg2017 .container, body.homepage.homepg2017 .recirculation > .spark-line, body.homepage.homepg2017 .new-links-module > .spark-line, body.homepage.homepg2017 .links-module > .spark-line {
    width: 768px;
  }
  body.homepage.homepg2017 main.cd-main-content.main {
    background-size: 2160px;
  }
  body.homepage.homepg2017 #hero .welcome {
    margin-top: 85px;
    margin-bottom: 75px;
  }
  body.homepage.homepg2017 #hero h1 {
    font-size: 50px;
    line-height: 74px;
    margin-bottom: 0;
    padding: 0;
  }
  body.homepage.homepg2017 #hero p.tagline {
    font-size: 18px;
    letter-spacing: 0.47px;
    line-height: 54px;
    padding: 0;
  }
  body.homepage.homepg2017 .see-how {
    height: 111px;
  }
  body.homepage.homepg2017 .see-how a.play-button {
    margin-top: -7px;
  }
  body.homepage.homepg2017 h2.case-study-intro {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 52px;
    margin-top: 85px;
    margin-bottom: 75px;
  }
  body.homepage.homepg2017 h2.case-study-intro br {
    display: inline-block;
  }
  body.homepage.homepg2017 section.casestudy {
    margin-top: 13px;
    border-top: none;
    padding-bottom: 60px;
    overflow: hidden;
  }
  body.homepage.homepg2017 section.casestudy .story h3 {
    font-size: 30px;
    line-height: 42px;
  }
  body.homepage.homepg2017 section.casestudy img.feature {
    margin-top: 5px;
    margin-left: 46px;
  }
  body.homepage.homepg2017 section.casestudy img.feature.one {
    width: 511px;
    height: 383px;
  }
  body.homepage.homepg2017 section.casestudy img.feature.two {
    width: 397px;
    margin-left: -1%;
  }
  body.homepage.homepg2017 section.casestudy img.feature.three {
    width: 455px;
    height: auto;
  }
  body.homepage.homepg2017 section.casestudy.first {
    margin-top: 0;
  }
  body.homepage.homepg2017 .pressbg .container .title-row.padded, body.homepage.homepg2017 .pressbg .recirculation > .spark-line .title-row.padded, body.homepage.homepg2017 .pressbg .new-links-module > .spark-line .title-row.padded, body.homepage.homepg2017 .pressbg .links-module > .spark-line .title-row.padded,
  body.homepage.homepg2017 .eventsbg .container .title-row.padded,
  body.homepage.homepg2017 .eventsbg .recirculation > .spark-line .title-row.padded,
  body.homepage.homepg2017 .eventsbg .new-links-module > .spark-line .title-row.padded,
  body.homepage.homepg2017 .eventsbg .links-module > .spark-line .title-row.padded {
    padding-top: 85px;
  }
  body.homepage.homepg2017 .pressbg .container .title-row.padded h2, body.homepage.homepg2017 .pressbg .recirculation > .spark-line .title-row.padded h2, body.homepage.homepg2017 .pressbg .new-links-module > .spark-line .title-row.padded h2, body.homepage.homepg2017 .pressbg .links-module > .spark-line .title-row.padded h2,
  body.homepage.homepg2017 .eventsbg .container .title-row.padded h2,
  body.homepage.homepg2017 .eventsbg .recirculation > .spark-line .title-row.padded h2,
  body.homepage.homepg2017 .eventsbg .new-links-module > .spark-line .title-row.padded h2,
  body.homepage.homepg2017 .eventsbg .links-module > .spark-line .title-row.padded h2 {
    margin-bottom: 29px;
  }
  body.homepage.homepg2017 .pressbg h2,
  body.homepage.homepg2017 .eventsbg h2 {
    font-size: 60px;
    letter-spacing: 0;
    line-height: 52px;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
  }
  body.homepage.homepg2017 .pressbg h2 br,
  body.homepage.homepg2017 .eventsbg h2 br {
    display: inline-block;
  }
  body.homepage.homepg2017 .pressbg {
    background-position: -9999px -9999px;
  }
  body.homepage.homepg2017 .eventsbg {
    background-position: -9999px -9999px;
    padding-bottom: 20px;
  }
  body.homepage.homepg2017 .eventsbg h2 {
    margin-top: 37px;
  }
  body.homepage.homepg2017 section#press .item-list,
  body.homepage.homepg2017 section#events .item-list {
    border-bottom: 1px solid #e4e4e4;
    margin-top: 29px;
    overflow: auto;
  }
  body.homepage.homepg2017 section#press .item-list .date,
  body.homepage.homepg2017 section#events .item-list .date {
    float: left;
    width: 116px;
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #FF555F;
    letter-spacing: 0.88px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 4px;
  }
  body.homepage.homepg2017 section#press .item-list .title,
  body.homepage.homepg2017 section#events .item-list .title {
    float: left;
    width: 577px;
    margin-left: 0;
    margin-bottom: 15px;
  }
  body.homepage.homepg2017 section#press .item-list .title p,
  body.homepage.homepg2017 section#events .item-list .title p {
    font-size: 20px;
    color: #2d3135;
    letter-spacing: 0.5px;
    line-height: 32px;
  }
  body.homepage.homepg2017 section#press .item-list .location,
  body.homepage.homepg2017 section#events .item-list .location {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #FF555F;
    letter-spacing: 0.88px;
    line-height: 20px;
    margin-top: -9px;
  }
  body.homepage.homepg2017 section#press .cta.red p,
  body.homepage.homepg2017 section#events .cta.red p {
    right: 125px;
  }
  body.homepage.homepg2017 section#press {
    margin-top: 42px;
  }
  body.homepage.homepg2017 section#events {
    margin-top: 64px;
  }
  body.homepage.homepg2017 section#events .item-list .title {
    margin-bottom: 43px;
  }
  body.homepage.homepg2017 section#events .item-list .location {
    margin-top: -11px;
  }
}

@media (min-width: 992px) {
  body.homepage.homepg2017 {
    background-position: center 270px;
  }
  body.homepage.homepg2017 .pressbg h2,
  body.homepage.homepg2017 .eventsbg h2 {
    text-align: center;
    font-size: 60px;
    line-height: 52px;
  }
  body.homepage.homepg2017 .homepage-cards {
    width: 100%;
    float: left;
  }
  body.homepage.homepg2017 .homepage-cards .card {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img {
    height: 456px;
    width: 1200px;
    max-width: none;
    float: left;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img.mobile {
    display: none;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background .smart-shade-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content-wrapper {
    width: 80%;
    height: inherit;
    margin: auto;
    max-width: 1032px;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content {
    position: initial;
    width: 550px;
    height: 100%;
    padding-top: 130px;
    padding-bottom: 20px;
    text-align: left;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .ordered-number {
    color: #FF555F;
    line-height: 1;
    font-weight: 600;
    text-align: left;
    padding-right: 30px;
    width: 100px;
    display: inline-block;
    vertical-align: top;
    font-size: 60px;
    line-height: 60px;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .ordered-number .order-index {
    font-size: 100px;
    font-family: "Guardian Egyptian -SemiBold";
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content {
    width: 400px;
    display: inline-block;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content h3 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-content {
    left: auto;
    right: 0;
    text-align: left;
    margin-left: auto;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-content .content {
    text-align: left;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-content .cta-wrapper {
    float: right;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-background img {
    float: right;
  }
}

@media (min-width: 992px) and (max-width: 768px) {
  body.homepage.homepg2017 .homepage-cards .card figure {
    display: grid;
    place-items: center;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background {
    width: 100%;
    height: 100%;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img {
    height: auto;
    width: 100%;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img.mobile {
    display: block;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img.desktop {
    display: none;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content {
    width: 100%;
    flex-flow: column;
    padding: 25px;
    padding: calc(15px + 10 * ((100vw - 320px) / 448));
    justify-content: center;
    z-index: 20;
    display: flex;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .ordered-number {
    flex: 0 0 auto;
    width: 100%;
    float: left;
    text-align: left;
    padding: 0;
    font-size: calc(24px + 36 * ((100vw - 320px) / 448));
    line-height: calc(26px + 34 * ((100vw - 320px) / 448));
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .ordered-number .order-index {
    font-size: calc(40px + 60 * ((100vw - 320px) / 448));
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content {
    flex: 0 0 auto;
    width: 100%;
    float: left;
    padding: 0;
    text-align: left;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content h3 {
    margin-top: 5px;
    font-size: calc(24px + 36 * ((100vw - 320px) / 448));
    line-height: calc(26px + 34 * ((100vw - 320px) / 448));
    margin-bottom: 10px;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content p {
    font-size: calc(14px + 3 * ((100vw - 320px) / 448));
    line-height: calc(20px + 6 * ((100vw - 320px) / 448));
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content.mobile {
    display: block;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-content {
    padding: 25px;
  }
}

@media (min-width: 992px) {
  body.homepage.homepg2017 #trends {
    width: 100%;
    float: left;
    position: relative;
    z-index: 20;
  }
  body.homepage.homepg2017 #trends.wide-trends .right-aligned .card-content .content {
    text-align: right;
  }
  body.homepage.homepg2017 #trends .intro {
    width: 100%;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 100px;
  }
  body.homepage.homepg2017 #trends .intro h2 {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 50px;
  }
  body.homepage.homepg2017 #trends .intro p {
    max-width: 600px;
    margin: 0 auto;
  }
  body.homepage.homepg2017 #trends .intro:after {
    content: "";
    display: block;
    clear: both;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card {
    margin-top: 60px;
  }
}

@media (min-width: 992px) and (max-width: 768px) {
  body.homepage.homepg2017 #trends .intro {
    padding-top: 60px;
  }
  body.homepage.homepg2017 #trends .intro h2 {
    font-size: calc(32px + 18 * ((100vw - 320px) / 448));
    line-height: calc(40px + 10 * ((100vw - 320px) / 448));
  }
  body.homepage.homepg2017 #trends .homepage-cards {
    margin-top: 20px;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card {
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  body.homepage.homepg2017 #trends .cta-wrapper--right {
    margin-left: 0 !important;
  }
  body.homepage.homepg2017 #trends figure {
    margin: 0;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card {
    margin-top: 10px;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card-content .content h3 {
    font-size: 40px;
  }
  body.homepage.homepg2017 #trends .card-background .smart-shade-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  body.homepage.homepg2017 .cd-main-header .page-content-wrapper .container, body.homepage.homepg2017 .cd-main-header .page-content-wrapper .recirculation > .spark-line, body.homepage.homepg2017 .cd-main-header .page-content-wrapper .new-links-module > .spark-line, body.homepage.homepg2017 .cd-main-header .page-content-wrapper .links-module > .spark-line {
    max-width: 1032px;
    width: 100%;
  }
  body.homepage.homepg2017 .page-content-wrapper .container, body.homepage.homepg2017 .page-content-wrapper .recirculation > .spark-line, body.homepage.homepg2017 .page-content-wrapper .new-links-module > .spark-line, body.homepage.homepg2017 .page-content-wrapper .links-module > .spark-line {
    max-width: 1032px;
    width: 100%;
  }
  body.homepage.homepg2017 main.cd-main-content.main {
    background-size: 2160px;
  }
  body.homepage.homepg2017 #hero .welcome {
    margin-top: 85px;
    margin-bottom: 75px;
  }
  body.homepage.homepg2017 #hero h1 {
    font-size: 60px;
    line-height: 74px;
  }
  body.homepage.homepg2017 #hero p.tagline {
    font-size: 20px;
    letter-spacing: 0.52px;
    line-height: 54px;
    padding: 0;
  }
  body.homepage.homepg2017 .see-how {
    height: 111px;
  }
  body.homepage.homepg2017 .see-how a.play-button {
    margin-top: -7px;
  }
  body.homepage.homepg2017 h2.case-study-intro {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 52px;
    margin-top: 85px;
    margin-bottom: 75px;
  }
  body.homepage.homepg2017 h2.case-study-intro br {
    display: inline-block;
  }
  body.homepage.homepg2017 section.casestudy {
    margin-top: -10px;
    overflow: hidden;
  }
  body.homepage.homepg2017 section.casestudy .story h3 {
    font-size: 30px;
    line-height: 42px;
  }
  body.homepage.homepg2017 section.casestudy img.feature {
    margin-top: 0px;
  }
  body.homepage.homepg2017 section.casestudy img.feature.one {
    width: 550px;
    margin-left: 95px;
    margin-top: -34px;
    height: auto;
  }
  body.homepage.homepg2017 section.casestudy img.feature.two {
    width: 382px;
    margin-top: -44px;
    margin-left: -3px;
    height: auto;
  }
  body.homepage.homepg2017 section.casestudy img.feature.three {
    width: 617px;
    height: auto;
  }
  body.homepage.homepg2017 section.casestudy.first {
    margin-top: -20px;
  }
  body.homepage.homepg2017 section.casestudy.first .story .cta {
    padding-top: 16px;
  }
  body.homepage.homepg2017 .pressbg .container .title-row.padded, body.homepage.homepg2017 .pressbg .recirculation > .spark-line .title-row.padded, body.homepage.homepg2017 .pressbg .new-links-module > .spark-line .title-row.padded, body.homepage.homepg2017 .pressbg .links-module > .spark-line .title-row.padded,
  body.homepage.homepg2017 .eventsbg .container .title-row.padded,
  body.homepage.homepg2017 .eventsbg .recirculation > .spark-line .title-row.padded,
  body.homepage.homepg2017 .eventsbg .new-links-module > .spark-line .title-row.padded,
  body.homepage.homepg2017 .eventsbg .links-module > .spark-line .title-row.padded {
    padding-top: 85px;
  }
  body.homepage.homepg2017 .pressbg .container .title-row.padded h2, body.homepage.homepg2017 .pressbg .recirculation > .spark-line .title-row.padded h2, body.homepage.homepg2017 .pressbg .new-links-module > .spark-line .title-row.padded h2, body.homepage.homepg2017 .pressbg .links-module > .spark-line .title-row.padded h2,
  body.homepage.homepg2017 .eventsbg .container .title-row.padded h2,
  body.homepage.homepg2017 .eventsbg .recirculation > .spark-line .title-row.padded h2,
  body.homepage.homepg2017 .eventsbg .new-links-module > .spark-line .title-row.padded h2,
  body.homepage.homepg2017 .eventsbg .links-module > .spark-line .title-row.padded h2 {
    margin-bottom: 29px;
  }
  body.homepage.homepg2017 .pressbg h2,
  body.homepage.homepg2017 .eventsbg h2 {
    font-size: 60px;
    letter-spacing: 0;
    line-height: 62px;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: center;
  }
  body.homepage.homepg2017 .pressbg h2 br,
  body.homepage.homepg2017 .eventsbg h2 br {
    display: inline-block;
  }
  body.homepage.homepg2017 .pressbg {
    background-position: -9999px -9999px;
  }
  body.homepage.homepg2017 .eventsbg {
    background-position: -1126px -102px;
  }
  body.homepage.homepg2017 section#press,
  body.homepage.homepg2017 section#events {
    margin-top: 100px;
  }
  body.homepage.homepg2017 section#press h2,
  body.homepage.homepg2017 section#events h2 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 42px;
    margin-bottom: 137px;
    margin-left: 184px;
  }
  body.homepage.homepg2017 section#press .item-list,
  body.homepage.homepg2017 section#events .item-list {
    border-bottom: 1px solid #e4e4e4;
    margin-top: 24px;
    overflow: auto;
  }
  body.homepage.homepg2017 section#press .item-list .date,
  body.homepage.homepg2017 section#events .item-list .date {
    float: left;
    width: 93px;
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #FF555F;
    letter-spacing: 0.88px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 4px;
  }
  body.homepage.homepg2017 section#press .item-list .title,
  body.homepage.homepg2017 section#events .item-list .title {
    float: left;
    width: 600px;
    margin-left: 0;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 992px) and (min-width: 1028px) {
  body.homepage.homepg2017 section#press .item-list .title,
  body.homepage.homepg2017 section#events .item-list .title {
    width: 500px;
  }
}

@media (min-width: 992px) {
  body.homepage.homepg2017 section#press .item-list .title p,
  body.homepage.homepg2017 section#events .item-list .title p {
    font-size: 24px;
    color: #2d3135;
    letter-spacing: 0.6px;
    line-height: 36px;
  }
  body.homepage.homepg2017 section#press .item-list .location,
  body.homepage.homepg2017 section#events .item-list .location {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #FF555F;
    letter-spacing: 0.88px;
    line-height: 20px;
    margin-top: -9px;
  }
  body.homepage.homepg2017 section#press .cta.red p,
  body.homepage.homepg2017 section#events .cta.red p {
    right: 125px;
  }
  body.homepage.homepg2017 section#press {
    margin-top: 0;
  }
  body.homepage.homepg2017 section#press .item-list .title {
    margin-bottom: 5px;
  }
  body.homepage.homepg2017 section#press .item-list .date {
    width: 98px;
  }
  body.homepage.homepg2017 section#events {
    margin-top: 64px;
  }
  body.homepage.homepg2017 section#events .item-list .date {
    width: 133px;
  }
}

/* @media (min-width: 992px) and (max-width: 1199px) {
	html#design2017 body.homepg2017 section#press,
	html#design2017 body.homepg2017 section#events {

	}

} */
@media (min-width: 1024px) and (max-width: 1024px) {
  body.homepage.homepg2017 h2.case-study-intro {
    margin-top: 50px;
  }
  body.homepage.homepg2017 section.casestudy.first {
    margin-top: -15px;
  }
  body.homepage.homepg2017 section.casestudy {
    margin-top: -15px;
  }
  body.homepage.homepg2017 section.casestudy img.feature.one {
    width: 560px;
  }
  body.homepage.homepg2017 section.casestudy img.feature.two {
    width: 350px;
  }
}

@media (min-width: 1200px) {
  body.homepage.homepg2017 {
    background-position: center 256px;
    background-size: 2160px;
  }
  body.homepage.homepg2017 .pressbg h2,
  body.homepage.homepg2017 .eventsbg h2 {
    text-align: center;
    font-size: 60px;
    line-height: 52px;
  }
  body.homepage.homepg2017 .homepage-cards {
    width: 100%;
    float: left;
  }
  body.homepage.homepg2017 .homepage-cards .card {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img {
    height: 456px;
    width: 1200px;
    max-width: none;
    float: left;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img.mobile {
    display: none;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background .smart-shade-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content-wrapper {
    width: 80%;
    height: inherit;
    margin: auto;
    max-width: 1032px;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content {
    position: initial;
    width: 550px;
    height: 100%;
    padding-top: 130px;
    padding-bottom: 20px;
    text-align: left;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .ordered-number {
    color: #FF555F;
    line-height: 1;
    font-weight: 600;
    text-align: left;
    padding-right: 30px;
    width: 100px;
    display: inline-block;
    vertical-align: top;
    font-size: 60px;
    line-height: 60px;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .ordered-number .order-index {
    font-size: 100px;
    font-family: "Guardian Egyptian -SemiBold";
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content {
    width: 400px;
    display: inline-block;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content h3 {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 60px;
    line-height: 60px;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-content {
    left: auto;
    right: 0;
    text-align: left;
    margin-left: auto;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-content .content {
    text-align: left;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-content .cta-wrapper {
    float: right;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-background img {
    float: right;
  }
}

@media (min-width: 1200px) and (max-width: 768px) {
  body.homepage.homepg2017 .homepage-cards .card figure {
    display: grid;
    place-items: center;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background {
    width: 100%;
    height: 100%;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img {
    height: auto;
    width: 100%;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img.mobile {
    display: block;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-background img.desktop {
    display: none;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content {
    width: 100%;
    flex-flow: column;
    padding: 25px;
    padding: calc(15px + 10 * ((100vw - 320px) / 448));
    justify-content: center;
    z-index: 20;
    display: flex;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .ordered-number {
    flex: 0 0 auto;
    width: 100%;
    float: left;
    text-align: left;
    padding: 0;
    font-size: calc(24px + 36 * ((100vw - 320px) / 448));
    line-height: calc(26px + 34 * ((100vw - 320px) / 448));
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .ordered-number .order-index {
    font-size: calc(40px + 60 * ((100vw - 320px) / 448));
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content {
    flex: 0 0 auto;
    width: 100%;
    float: left;
    padding: 0;
    text-align: left;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content h3 {
    margin-top: 5px;
    font-size: calc(24px + 36 * ((100vw - 320px) / 448));
    line-height: calc(26px + 34 * ((100vw - 320px) / 448));
    margin-bottom: 10px;
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content .content p {
    font-size: calc(14px + 3 * ((100vw - 320px) / 448));
    line-height: calc(20px + 6 * ((100vw - 320px) / 448));
  }
  body.homepage.homepg2017 .homepage-cards .card .card-content.mobile {
    display: block;
  }
  body.homepage.homepg2017 .homepage-cards .card.right-aligned .card-content {
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  body.homepage.homepg2017 #trends {
    width: 100%;
    float: left;
    position: relative;
    z-index: 20;
  }
  body.homepage.homepg2017 #trends.wide-trends .right-aligned .card-content .content {
    text-align: right;
  }
  body.homepage.homepg2017 #trends .intro {
    width: 100%;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 100px;
  }
  body.homepage.homepg2017 #trends .intro h2 {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 50px;
  }
  body.homepage.homepg2017 #trends .intro p {
    max-width: 600px;
    margin: 0 auto;
  }
  body.homepage.homepg2017 #trends .intro:after {
    content: "";
    display: block;
    clear: both;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 768px) {
  body.homepage.homepg2017 #trends .intro {
    padding-top: 60px;
  }
  body.homepage.homepg2017 #trends .intro h2 {
    font-size: calc(32px + 18 * ((100vw - 320px) / 448));
    line-height: calc(40px + 10 * ((100vw - 320px) / 448));
  }
  body.homepage.homepg2017 #trends .homepage-cards {
    margin-top: 20px;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card {
    margin-top: 15px;
  }
}

@media (min-width: 1200px) {
  body.homepage.homepg2017 #trends .cta-wrapper--right {
    margin-left: auto !important;
  }
  body.homepage.homepg2017 #trends figure {
    margin: 0;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card {
    margin-top: 10px;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card-content .content {
    margin-bottom: 20px;
  }
  body.homepage.homepg2017 #trends .homepage-cards .card-content .content.content__title-background {
    padding: 10px;
    background: rgba(255, 85, 95, 0.8);
  }
  body.homepage.homepg2017 #trends .homepage-cards .card-content .content .highlight-background {
    background: rgba(255, 85, 95, 0.8);
  }
  body.homepage.homepg2017 #trends .homepage-cards .card-content .content h3 {
    margin-bottom: 0;
    font-size: 40px;
  }
  body.homepage.homepg2017 #trends .card-background .smart-shade-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  body.homepage.homepg2017 .stripe-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
  }
  body.homepage.homepg2017 .stripe-background .stripe-top {
    width: 100%;
    height: 432px;
    position: absolute;
    top: 450px;
    right: 0;
    background: url("/a/dist/img/insurance/stripes-top.png") top right no-repeat;
    background-size: 251px auto;
    z-index: 10;
  }
  body.homepage.homepg2017 .stripe-background .stripe-bottom {
    width: 100%;
    height: calc(100% - 432px - 450px);
    position: absolute;
    top: calc(450px + 432px);
    right: 0;
    background: url("/a/dist/img/insurance/stripes-repeat.png") top right repeat-y;
    background-size: 251px auto;
    z-index: 10;
  }
  body.homepage.homepg2017 .stripe-background:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/a/dist/img/insurance/background-repeat.png) repeat;
    background-size: 121px auto;
  }
}

@media (min-width: 1200px) and (max-width: 768px) {
  body.homepage.homepg2017 .stripe-background .stripe-top,
  body.homepage.homepg2017 .stripe-background .stripe-bottom {
    right: -90px;
  }
  body.homepage.homepg2017 .stripe-background .stripe-top {
    top: 200px;
  }
  body.homepage.homepg2017 .stripe-background .stripe-bottom {
    top: calc(200px + 432px);
    height: calc(100% - 432px - 200px);
  }
}

@media (min-width: 1200px) {
  body.homepage.homepg2017 .upper-background-container {
    z-index: 1;
    width: 100%;
    float: left;
    position: relative;
    background: linear-gradient(180deg, #05538b 60%, transparent 100%);
  }
  body.homepage.homepg2017 .upper-background-container:after {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: url(/a/dist/img/insurance/background-repeat.png) repeat;
    background-size: 121px auto;
  }
  body.homepage.homepg2017 .lower-background-container {
    padding-top: 200px;
    background: #004b7c;
    background: linear-gradient(180deg, #05538b 0%, #c04b5f 100%);
    width: 100%;
    float: left;
    position: relative;
  }
  body.homepage.homepg2017 main.cd-main-content.main {
    background-size: 2160px;
  }
  body.homepage.homepg2017 .cd-main-header .container, body.homepage.homepg2017 .cd-main-header .recirculation > .spark-line, body.homepage.homepg2017 .cd-main-header .new-links-module > .spark-line, body.homepage.homepg2017 .cd-main-header .links-module > .spark-line {
    width: 1240px;
  }
  body.homepage.homepg2017 .container, body.homepage.homepg2017 .recirculation > .spark-line, body.homepage.homepg2017 .new-links-module > .spark-line, body.homepage.homepg2017 .links-module > .spark-line {
    width: 1240px;
  }
  body.homepage.homepg2017 .container.cards--row, body.homepage.homepg2017 .recirculation > .cards--row.spark-line, body.homepage.homepg2017 .new-links-module > .cards--row.spark-line, body.homepage.homepg2017 .links-module > .cards--row.spark-line {
    width: auto;
    max-width: 1110px;
  }
  body.homepage.homepg2017 #hero .welcome {
    margin-top: 85px;
    margin-bottom: 75px;
  }
  body.homepage.homepg2017 #hero h1 {
    font-size: 60px;
    letter-spacing: 0;
    line-height: 74px;
  }
  body.homepage.homepg2017 #hero p.tagline {
    font-size: 20px;
    letter-spacing: 0.52px;
    line-height: 54px;
    padding: 0;
  }
  body.homepage.homepg2017 h2.case-study-intro {
    font-size: 60px;
    letter-spacing: 0;
    line-height: 62px;
    margin-top: 85px;
    margin-bottom: 75px;
  }
  body.homepage.homepg2017 h2.case-study-intro br {
    display: inline-block;
  }
  body.homepage.homepg2017 section.casestudy {
    padding-top: 43px;
    padding-bottom: 60px;
    overflow: hidden;
  }
  body.homepage.homepg2017 section.casestudy .story h3 {
    font-size: 30px;
    line-height: 42px;
  }
  body.homepage.homepg2017 section.casestudy .story .cta {
    padding-top: 0;
  }
  body.homepage.homepg2017 section.casestudy img.feature.one {
    margin-left: 0;
    margin-top: 0;
    width: 772px;
    height: auto;
  }
  body.homepage.homepg2017 section.casestudy img.feature.two {
    width: 513px;
    margin: 0px 0 0 -4px;
  }
  body.homepage.homepg2017 section.casestudy img.feature.three {
    width: 617px;
    margin: 0px 0 0 -4px;
  }
  body.homepage.homepg2017 section.casestudy.first {
    margin-top: 0;
  }
  body.homepage.homepg2017 .pressbg .container .title-row.padded, body.homepage.homepg2017 .pressbg .recirculation > .spark-line .title-row.padded, body.homepage.homepg2017 .pressbg .new-links-module > .spark-line .title-row.padded, body.homepage.homepg2017 .pressbg .links-module > .spark-line .title-row.padded,
  body.homepage.homepg2017 .eventsbg .container .title-row.padded,
  body.homepage.homepg2017 .eventsbg .recirculation > .spark-line .title-row.padded,
  body.homepage.homepg2017 .eventsbg .new-links-module > .spark-line .title-row.padded,
  body.homepage.homepg2017 .eventsbg .links-module > .spark-line .title-row.padded {
    padding-top: 85px;
  }
  body.homepage.homepg2017 .pressbg .container .title-row.padded h2, body.homepage.homepg2017 .pressbg .recirculation > .spark-line .title-row.padded h2, body.homepage.homepg2017 .pressbg .new-links-module > .spark-line .title-row.padded h2, body.homepage.homepg2017 .pressbg .links-module > .spark-line .title-row.padded h2,
  body.homepage.homepg2017 .eventsbg .container .title-row.padded h2,
  body.homepage.homepg2017 .eventsbg .recirculation > .spark-line .title-row.padded h2,
  body.homepage.homepg2017 .eventsbg .new-links-module > .spark-line .title-row.padded h2,
  body.homepage.homepg2017 .eventsbg .links-module > .spark-line .title-row.padded h2 {
    margin-bottom: 29px;
  }
  body.homepage.homepg2017 .pressbg h2,
  body.homepage.homepg2017 .eventsbg h2 {
    font-size: 60px;
    letter-spacing: 0;
    line-height: 62px;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
  }
  body.homepage.homepg2017 .pressbg h2 br,
  body.homepage.homepg2017 .eventsbg h2 br {
    display: inline-block;
  }
  body.homepage.homepg2017 .pressbg {
    background-position: 1179px -55px;
  }
  body.homepage.homepg2017 .eventsbg {
    background-position: -1126px -135px;
    padding-bottom: 20px;
  }
  body.homepage.homepg2017 section#press,
  body.homepage.homepg2017 section#events {
    width: 834px;
  }
  body.homepage.homepg2017 section#press .item-list,
  body.homepage.homepg2017 section#events .item-list {
    border-bottom: 1px solid #e4e4e4;
    margin-top: 29px;
    overflow: auto;
  }
  body.homepage.homepg2017 section#press .item-list .date,
  body.homepage.homepg2017 section#events .item-list .date {
    float: left;
    width: 200px;
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #FF555F;
    letter-spacing: 0.88px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 12px;
  }
  body.homepage.homepg2017 section#press .item-list .title,
  body.homepage.homepg2017 section#events .item-list .title {
    float: left;
    width: 580px;
    margin: 8px 0 8px 15px;
  }
  body.homepage.homepg2017 section#press .item-list .title p,
  body.homepage.homepg2017 section#events .item-list .title p {
    font-size: 24px;
    color: #2d3135;
    letter-spacing: 0.6px;
    line-height: 36px;
  }
  body.homepage.homepg2017 section#press .item-list .location,
  body.homepage.homepg2017 section#events .item-list .location {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #FF555F;
    letter-spacing: 0.88px;
    line-height: 20px;
    margin-top: -12px;
  }
  body.homepage.homepg2017 section#press .cta.red,
  body.homepage.homepg2017 section#events .cta.red {
    margin-top: 13px;
  }
  body.homepage.homepg2017 section#press .cta.red p,
  body.homepage.homepg2017 section#events .cta.red p {
    right: 125px;
  }
  body.homepage.homepg2017 section#press {
    margin-top: 0;
  }
  body.homepage.homepg2017 section#events {
    margin-top: 0;
  }
  body.homepage.homepg2017 section#events .item-list .title {
    margin: 7px 0 38px 15px;
  }
}

@media (min-width: 1200px) {
  body.homepage.homepg2017 section#press .cta.red p,
  body.homepage.homepg2017 section#events .cta.red p {
    float: right;
    right: 310px;
  }
}

@media (min-width: 1200px) and (max-width: 1203px) {
  body.homepage.homepg2017 section.casestudy img.feature.two {
    margin-left: -30px;
  }
}

@media (min-width: 1204px) and (max-width: 1210px) {
  body.homepage.homepg2017 section.casestudy img.feature.two {
    margin-left: -26px;
  }
}

@media (min-width: 1211px) and (max-width: 1219px) {
  body.homepage.homepg2017 section.casestudy img.feature.two {
    margin-left: -23px;
  }
}

@media (min-width: 1220px) and (max-width: 1230px) {
  body.homepage.homepg2017 section.casestudy img.feature.two {
    margin-left: -17px;
  }
}

@media (min-width: 1231px) and (max-width: 1237px) {
  body.homepage.homepg2017 section.casestudy img.feature.two {
    margin-left: -14px;
  }
}

@media (min-width: 1238px) and (max-width: 1245px) {
  body.homepage.homepg2017 section.casestudy img.feature.two {
    margin-left: -11px;
  }
}

.tiles {
  position: relative;
  padding: 60px 0;
  z-index: 4;
}

.tiles.tiles_fullBleed {
  padding-bottom: 0 !important;
}

.tiles.tiles_fullBleed .container, .tiles.tiles_fullBleed .recirculation > .spark-line, .tiles.tiles_fullBleed .new-links-module > .spark-line, .tiles.tiles_fullBleed .links-module > .spark-line {
  width: 100% !important;
}

.tiles.tiles_fullBleed .tiles__grid {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

.tiles.tiles_fullBleed .tiles__grid .card {
  margin-bottom: 0 !important;
  margin-left: auto !important;
  min-height: 30rem !important;
}

.tiles.tiles_fullBleed .tiles__grid .card.columns-3 .card_content.content_position__middle {
  margin-top: 10% !important;
}

@media screen and (min-width: 900px) {
  .tiles.tiles_fullBleed .tiles__grid .card.columns-3 .card_content.content_position__middle {
    margin-top: 10% !important;
  }
}

.tiles.tiles_fullBleed .tiles__grid .card:first-child {
  margin-left: 0 !important;
}

.tiles.tiles_fullBleed .tiles__grid .card:last-child {
  margin-right: 0 !important;
}

.tiles .flip-wrapper {
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
}

.tiles .flip-wrapper .back {
  position: absolute !important;
}

.tiles .back .card__description {
  font-size: 2rem !important;
  line-height: 2.5rem !important;
  overflow: hidden !important;
}

@media screen and (min-width: 275px) {
  .tiles .back .card__description {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }
}

@media screen and (min-width: 768px) {
  .tiles .back .card__description {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
}

@media screen and (min-width: 900px) {
  .tiles .back .card__description {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
}

.tiles .tiles__grid.wrapper-columns-4 .back .card__description {
  font-size: 1.5rem !important;
}

.tiles .tiles__grid.wrapper-columns-5 .back .card__description {
  font-size: 1.2rem  !important;
  line-height: 1.5rem  !important;
}

.tiles .tiles__grid.wrapper-columns-6 .back .card__description {
  font-size: 1.2rem  !important;
  line-height: 1.5rem  !important;
}

.tiles .icon-chevron {
  color: #ff555f;
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
  float: right;
  text-align: right;
}

.tiles .container, .tiles .recirculation > .spark-line, .tiles .new-links-module > .spark-line, .tiles .links-module > .spark-line {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 90% !important;
  max-width: 100% !important;
}

.tiles .container::after, .tiles .recirculation > .spark-line::after, .tiles .new-links-module > .spark-line::after, .tiles .links-module > .spark-line::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .tiles .container, .tiles .recirculation > .spark-line, .tiles .new-links-module > .spark-line, .tiles .links-module > .spark-line {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .tiles .container::after, .tiles .recirculation > .spark-line::after, .tiles .new-links-module > .spark-line::after, .tiles .links-module > .spark-line::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .tiles .container, .tiles .recirculation > .spark-line, .tiles .new-links-module > .spark-line, .tiles .links-module > .spark-line {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .tiles .container::after, .tiles .recirculation > .spark-line::after, .tiles .new-links-module > .spark-line::after, .tiles .links-module > .spark-line::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .tiles .container, .tiles .recirculation > .spark-line, .tiles .new-links-module > .spark-line, .tiles .links-module > .spark-line {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .tiles .container::after, .tiles .recirculation > .spark-line::after, .tiles .new-links-module > .spark-line::after, .tiles .links-module > .spark-line::after {
    clear: both;
    content: "";
    display: block;
  }
}

.tiles .container::after, .tiles .recirculation > .spark-line::after, .tiles .new-links-module > .spark-line::after, .tiles .links-module > .spark-line::after {
  clear: both;
  content: "";
  display: block;
}

.tiles .container:before, .tiles .recirculation > .spark-line:before, .tiles .new-links-module > .spark-line:before, .tiles .links-module > .spark-line:before {
  display: none !important;
}

.tiles .container.body-content, .tiles .recirculation > .body-content.spark-line, .tiles .new-links-module > .body-content.spark-line, .tiles .links-module > .body-content.spark-line {
  width: 100% !important;
}

.tiles .tiles__grid {
  position: relative;
  z-index: 4;
}

.tiles .tiles__grid.wrapper-columns-3 {
  margin-top: 4rem;
  margin-bottom: 8rem;
}

.tiles .tiles__grid.wrapper-columns-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.tiles .tiles__grid.wrapper-columns-5 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.tiles .tiles__grid.wrapper-columns-6 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.tiles .tiles__grid .container, .tiles .tiles__grid .recirculation > .spark-line, .tiles .tiles__grid .new-links-module > .spark-line, .tiles .tiles__grid .links-module > .spark-line {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 4rem;
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .container, .tiles .tiles__grid .recirculation > .spark-line, .tiles .tiles__grid .new-links-module > .spark-line, .tiles .tiles__grid .links-module > .spark-line {
    flex-direction: row;
    padding: 0;
  }
}

.tiles .tiles__grid .card {
  position: relative;
  margin-bottom: 20px;
  margin: 10rem auto;
  margin-left: 0;
  float: none !important;
  transition: height, opacity, margin, padding-top 0.2s linear;
  width: 100%;
  max-height: 40rem;
  min-height: 35rem;
  height: 100%;
}

.tiles .tiles__grid .card__text .card_content.content_position__top {
  margin-top: 0;
}

.tiles .tiles__grid .card__text .card_content.content_position__middle {
  margin-top: 10%;
  margin-bottom: auto;
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card__text .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 568px) {
  .tiles .tiles__grid .card__text .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 768px) {
  .tiles .tiles__grid .card__text .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card__text .card_content.content_position__middle {
    margin-top: 10%;
  }
}

.tiles .tiles__grid .card__text .card_content.content_position__bottom {
  margin-top: auto;
}

.tiles .tiles__grid .card__text .card_content.content_position__bottom .card__details h5 {
  margin-top: 0;
}

.tiles .tiles__grid .card__text .cta-right-whiteOnRed.cta_position__top {
  margin-top: auto;
}

.tiles .tiles__grid .card.columns-1 .card_content.content_position__middle {
  margin-top: 10%;
}

.tiles .tiles__grid .card.columns-1 .card__title {
  font-size: 3.0rem;
  line-height: 3.2rem;
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-1 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 568px) {
  .tiles .tiles__grid .card.columns-1 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-1 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-1 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

.tiles .tiles__grid .card.columns-2 {
  margin: 4rem 3px;
  margin-bottom: 3px !important;
  margin-top: 0px !important;
}

.tiles .tiles__grid .card.columns-2 .card_content.content_position__middle {
  margin-top: 10%;
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-2 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 48.8739402%;
    margin-right: 0px;
  }
  .tiles .tiles__grid .card.columns-2:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-2 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-2 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 900px) and (min-width: 1440px) {
  .tiles .tiles__grid .card.columns-2 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 1240px) {
  .tiles .tiles__grid .card.columns-2 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
    margin-right: 0px;
  }
  .tiles .tiles__grid .card.columns-2:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1240px) and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-2 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-2 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 1440px) {
  .tiles .tiles__grid .card.columns-2 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 1440px) {
  .tiles .tiles__grid .card.columns-2 {
    min-height: 50rem;
  }
}

@media screen and (min-width: 1900px) {
  .tiles .tiles__grid .card.columns-2 {
    min-height: 70rem;
  }
}

@media screen and (min-width: 2800px) {
  .tiles .tiles__grid .card.columns-2 {
    min-height: 80rem;
  }
}

.tiles .tiles__grid .card.columns-2 .card__title {
  font-size: 3.0rem;
  line-height: 3.2rem;
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-2 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 568px) {
  .tiles .tiles__grid .card.columns-2 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-2 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-2 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

.tiles .tiles__grid .card.columns-2 .card__description {
  font-size: 3.0rem;
  line-height: 3.2rem;
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-2 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 568px) {
  .tiles .tiles__grid .card.columns-2 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-2 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-2 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

.tiles .tiles__grid .card.columns-3 {
  margin-bottom: 3px !important;
  margin-top: 0px !important;
}

.tiles .tiles__grid .card.columns-3 .card_content.content_position__middle {
  margin-top: 25%;
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-3 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 568px) {
  .tiles .tiles__grid .card.columns-3 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-3 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-3 .card_content.content_position__middle {
    margin-top: 25%;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-3 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 32.94942976%;
    margin-right: 3px;
  }
  .tiles .tiles__grid .card.columns-3:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-3 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-3 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 900px) and (min-width: 1440px) {
  .tiles .tiles__grid .card.columns-3 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 1240px) {
  .tiles .tiles__grid .card.columns-3 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 32.94942976%;
    margin-right: 3px;
  }
  .tiles .tiles__grid .card.columns-3:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1240px) and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-3 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-3 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 1440px) {
  .tiles .tiles__grid .card.columns-3 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 1440px) {
  .tiles .tiles__grid .card.columns-3 {
    min-height: 40rem;
  }
}

@media screen and (min-width: 1900px) {
  .tiles .tiles__grid .card.columns-3 {
    min-height: 60rem;
  }
}

@media screen and (min-width: 2800px) {
  .tiles .tiles__grid .card.columns-3 {
    min-height: 70rem;
  }
}

.tiles .tiles__grid .card.columns-3.wide {
  min-height: 35rem;
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-3.wide {
    min-height: 35rem;
  }
}

@media screen and (min-width: 1240px) {
  .tiles .tiles__grid .card.columns-3.wide {
    min-height: 35rem;
  }
}

@media screen and (min-width: 1440px) {
  .tiles .tiles__grid .card.columns-3.wide {
    min-height: 35rem;
  }
}

@media screen and (min-width: 1900px) {
  .tiles .tiles__grid .card.columns-3.wide {
    min-height: 35rem;
  }
}

@media screen and (min-width: 2800px) {
  .tiles .tiles__grid .card.columns-3.wide {
    min-height: 35rem;
  }
}

.tiles .tiles__grid .card.columns-3 .card__title {
  font-size: 3.0rem;
  line-height: 3.2rem;
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-3 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 568px) {
  .tiles .tiles__grid .card.columns-3 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-3 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-3 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

.tiles .tiles__grid .card.columns-3 .card__description {
  font-size: 3.0rem;
  line-height: 3.2rem;
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-3 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 568px) {
  .tiles .tiles__grid .card.columns-3 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-3 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-3 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

.tiles .tiles__grid .card.columns-4 {
  max-height: 197px;
  min-height: 30rem;
  height: 100%;
  margin-bottom: 5px !important;
}

.tiles .tiles__grid .card.columns-4 .card_content.content_position__middle {
  margin-top: 40%;
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-4 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 568px) {
  .tiles .tiles__grid .card.columns-4 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-4 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-4 .card_content.content_position__middle {
    margin-top: 40%;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-4 {
    margin: 0 0 4.2358em;
    min-height: 30rem;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 24.56810849%;
    margin-right: 3px;
    margin-bottom: 3px !important;
  }
  .tiles .tiles__grid .card.columns-4:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-4 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-4 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 900px) and (min-width: 1440px) {
  .tiles .tiles__grid .card.columns-4 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 1240px) {
  .tiles .tiles__grid .card.columns-4 {
    margin: 0 0 4.2358em;
    min-height: 30rem;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 24.56810849%;
    margin-right: 5px;
    margin-bottom: 5px !important;
  }
  .tiles .tiles__grid .card.columns-4:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1240px) and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-4 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-4 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 1440px) {
  .tiles .tiles__grid .card.columns-4 {
    margin-right: 5px;
  }
}

.tiles .tiles__grid .card.columns-4 .icon-chevron {
  font-size: 2rem;
  margin-top: auto;
  text-align: right;
}

.tiles .tiles__grid .card.columns-4 .card__title {
  font-size: 2rem;
}

.tiles .tiles__grid .card.columns-4 .card__title .icon-chevron {
  font-size: 2rem;
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-4 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 568px) {
  .tiles .tiles__grid .card.columns-4 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-4 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-4 .card__title {
    font-size: 2rem;
  }
}

.tiles .tiles__grid .card.columns-4 .icon-chevron {
  font-size: 2rem;
  margin-top: auto;
  text-align: right;
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-4 .icon-chevron {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-4 .icon-chevron {
    margin-top: 0;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-4 .icon-chevron {
    margin-top: auto;
  }
}

.tiles .tiles__grid .card.columns-4 .card__description {
  font-size: 2rem;
}

.tiles .tiles__grid .card.columns-4 .card__description .icon-chevron {
  font-size: 2rem;
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-4 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 568px) {
  .tiles .tiles__grid .card.columns-4 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-4 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-4 .card__description {
    font-size: 2rem;
  }
}

.tiles .tiles__grid .card.columns-4 .back .icon-chevron {
  margin-top: 0;
}

.tiles .tiles__grid .card.columns-4 .card__details .icon-chevron {
  font-size: 2rem;
}

.tiles .tiles__grid .card.columns-5 {
  max-height: 35rem;
  min-height: 25rem;
  height: 100%;
  margin-bottom: 5px !important;
}

.tiles .tiles__grid .card.columns-5 .card_content.content_position__middle {
  margin-top: 40%;
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-5 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 568px) {
  .tiles .tiles__grid .card.columns-5 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-5 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-5 .card_content.content_position__middle {
    margin-top: 40%;
  }
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-5 {
    min-height: 30rem;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-5 {
    margin: 0 0 4.2358em;
    min-height: 25rem;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 19.53931572%;
    margin-right: 3px;
    margin-bottom: 3px !important;
  }
  .tiles .tiles__grid .card.columns-5:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-5 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-5 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 900px) and (min-width: 1440px) {
  .tiles .tiles__grid .card.columns-5 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 1240px) {
  .tiles .tiles__grid .card.columns-5 {
    margin: 0 0 4.2358em;
    min-height: 25rem;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 19.53931572%;
    margin-right: 5px;
    margin-bottom: 5px !important;
  }
  .tiles .tiles__grid .card.columns-5:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1240px) and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-5 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-5 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 1440px) {
  .tiles .tiles__grid .card.columns-5 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1440px) {
  .tiles .tiles__grid .card.columns-5 {
    margin: 0 0 4.2358em;
    min-height: 35rem;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 19.53931572%;
    margin-right: 5px;
    margin-bottom: 5px !important;
  }
  .tiles .tiles__grid .card.columns-5:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-5 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1440px) and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-5 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1440px) and (min-width: 1440px) {
  .tiles .tiles__grid .card.columns-5 {
    margin-right: 5px;
  }
}

.tiles .tiles__grid .card.columns-5 .card__title {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 2.0rem;
}

.tiles .tiles__grid .card.columns-5 .card__title .icon-chevron {
  font-size: 1.3rem;
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-5 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 568px) {
  .tiles .tiles__grid .card.columns-5 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-5 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-5 .card__title {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2.0rem;
  }
}

@media screen and (min-width: 1240px) {
  .tiles .tiles__grid .card.columns-5 .card__title {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2.0rem;
  }
}

@media screen and (min-width: 1440px) {
  .tiles .tiles__grid .card.columns-5 .card__title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.tiles .tiles__grid .card.columns-5 .card__description {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 2.0rem;
}

.tiles .tiles__grid .card.columns-5 .card__description .icon-chevron {
  font-size: 1.3rem;
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-5 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 568px) {
  .tiles .tiles__grid .card.columns-5 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-5 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-5 .card__description {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 2.0rem;
  }
}

.tiles .tiles__grid .card.columns-5 .back .icon-chevron {
  margin-top: 0;
}

.tiles .tiles__grid .card.columns-5 .card__details .icon-chevron {
  font-size: 1.3rem !important;
}

.tiles .tiles__grid .card.columns-5 .card__type {
  font-size: 1.1rem !important;
  margin-bottom: 0px;
}

.tiles .tiles__grid .card.columns-6 {
  max-height: 197px;
  min-height: 20rem;
  height: 100%;
  margin-bottom: 5px !important;
}

.tiles .tiles__grid .card.columns-6 .card_content.content_position__middle {
  margin-top: 40%;
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-6 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 568px) {
  .tiles .tiles__grid .card.columns-6 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-6 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-6 .card_content.content_position__middle {
    margin-top: 40%;
  }
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-6 {
    min-height: 30rem;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-6 {
    margin: 0 0 4.2358em;
    min-height: 20rem;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 16.18678721%;
    margin-right: 3px;
    margin-bottom: 3px !important;
  }
  .tiles .tiles__grid .card.columns-6:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-6 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-6 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 900px) and (min-width: 1440px) {
  .tiles .tiles__grid .card.columns-6 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 1240px) {
  .tiles .tiles__grid .card.columns-6 {
    margin: 0 0 4.2358em;
    min-height: 20rem;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 16.18678721%;
    margin-right: 5px;
    margin-bottom: 5px !important;
  }
  .tiles .tiles__grid .card.columns-6:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1240px) and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-6 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-6 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 1440px) {
  .tiles .tiles__grid .card.columns-6 {
    margin-right: 5px;
  }
}

.tiles .tiles__grid .card.columns-6 .card__title {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 2.0rem;
}

.tiles .tiles__grid .card.columns-6 .card__title .icon-chevron {
  font-size: 1.3rem;
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-6 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 568px) {
  .tiles .tiles__grid .card.columns-6 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-6 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-6 .card__title {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2.0rem;
  }
}

@media screen and (min-width: 1240px) {
  .tiles .tiles__grid .card.columns-6 .card__title {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2.0rem;
  }
}

@media screen and (min-width: 1440px) {
  .tiles .tiles__grid .card.columns-6 .card__title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.tiles .tiles__grid .card.columns-6 .card__description {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 2.0rem;
}

.tiles .tiles__grid .card.columns-6 .card__description .icon-chevron {
  font-size: 1.3rem;
}

@media screen and (min-width: 275px) {
  .tiles .tiles__grid .card.columns-6 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 568px) {
  .tiles .tiles__grid .card.columns-6 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .tiles .tiles__grid .card.columns-6 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card.columns-6 .card__description {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 2.0rem;
  }
}

.tiles .tiles__grid .card.columns-6 .back .icon-chevron {
  margin-top: 0;
}

.tiles .tiles__grid .card.columns-6 .card__details .icon-chevron {
  font-size: 1.3rem !important;
}

.tiles .tiles__grid .card.columns-6 .card__type {
  font-size: 1.1rem !important;
  margin-bottom: 0px;
}

.tiles .tiles__grid .card.is--hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

[data-blocker="true"] .tiles .tiles__grid .card.is--hidden {
  opacity: 1;
  height: auto;
  margin: 4rem auto;
  padding-top: 50rem;
  overflow: visible;
}

.tiles .tiles__grid .card .card-stage {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  top: 0;
  left: 0;
}

.tiles .tiles__grid .card .shade {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
}

.tiles .tiles__grid .card .card__text {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px;
  height: inherit;
}

.tiles .tiles__grid .card .tag {
  position: absolute;
  top: -23px;
  right: -15px;
}

.tiles .tiles__grid .card .card__details {
  position: relative;
}

.tiles .tiles__grid .card .card__type {
  position: relative;
  display: block;
  margin-bottom: calc(22px / 2);
  color: #fff;
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.4rem;
  line-height: 3.4rem;
}

@media screen and (min-width: 900px) {
  .tiles .tiles__grid .card .card__type {
    font-size: 1.6rem;
    margin-bottom: calc(22px / 1.5);
  }
}

.tiles .tiles__grid .card .card__title {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-decoration: none;
  text-transform: none;
}

.tiles .tiles__grid .card .card__description {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-decoration: none;
  text-transform: none;
}

.image-tile {
  margin-bottom: 20px !important;
}

.image-tile.tiles {
  display: inline-block;
  padding-bottom: 20px;
}

.image-tile.tiles .bodycontent-text .row .body-content .header {
  margin-bottom: 0px !important;
}

.image-tile .card {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  max-height: 100% !important;
  min-height: auto !important;
}

html#design2017 body.inside2017.casestudy {
  /* p br {
		display: none;
	} */
  /* 	.herobg2 {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		opacity: 1.0;
		width: 100%;
		height: 125%;
		background-image: url('/a/dist/img/casestudy-bg-2800-shapeonly.svg');
		background-position: right -107px bottom;
		background-repeat: no-repeat;
		background-size: 268px;
	} */
  /* 	section.design2017.hero-internal.overlay {
		background-color: rgba(255,0,0,0.5);
	} */
  /* .shapesbg {
		background: url("/a/dist/img/casestudy-bg-2800-shapeonly.svg") no-repeat top 503px right;
		background-size: 176px;
	} */
  /* .hero-shapesbg {
		background: url("/a/dist/img/casestudy-bg-2800-shapeonly.svg") no-repeat top right;
		background-size: 1176px;
	} */
  /* 	a.cta-button-down-red {
		width: 120px;
		height: 120px;
		background: url('/a/dist/img/cta-button-down-red.svg') no-repeat center center;
	}
	a.cta-button-down-red:hover {
		// background: url('/a/dist/img/cta-button-down-red.svg') no-repeat center center;
	} */
  /* 	section.case.first {
		margin-top: 180px; // 0;
	} */
}

html#design2017 body.inside2017.casestudy br + br {
  display: none;
}

html#design2017 body.inside2017.casestudy p {
  color: #000;
}

html#design2017 body.inside2017.casestudy ul li a {
  text-indent: 0;
}

html#design2017 body.inside2017.casestudy ol {
  list-style-type: decimal;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 12px;
  line-height: 28px;
}

html#design2017 body.inside2017.casestudy ol li {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: 18px;
  padding-left: 7px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  color: #2d3135;
}

html#design2017 body.inside2017.casestudy .row.padded {
  padding-left: 25px;
  padding-right: 25px;
}

html#design2017 body.inside2017.casestudy .narrow .row.padded {
  margin-left: 0;
  margin-right: 0;
}

html#design2017 body.inside2017.casestudy section.design2017.hero-internal {
  position: relative;
  width: 100%;
  height: 756px;
  margin-bottom: 0;
  background-size: cover;
}

html#design2017 body.inside2017.casestudy .herobg-short {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1.0;
  width: 100%;
  height: 100%;
  background-image: url("/a/dist/img/casestudy-bg-2800-shapetrimmed-new.svg");
  background-position: right -98px bottom;
  background-repeat: no-repeat;
  background-size: 300px;
}

html#design2017 body.inside2017.casestudy #hero {
  height: 811px;
  margin: 0;
  position: relative;
  resize: vertical;
  /* 	.see-how {
			padding-left: 0;
			margin-top: 6px;

			p {
				font-family: $sans-serif;
				font-weight: bold;
				font-size: 16px;
				line-height: 32px;
				margin-bottom: 0;
    			padding-bottom: 0;
			}
			p.white {
				color: $white;
			}
			a.cta-button-down-red {
				margin-left: -26px;
				margin-top: -14px;
				@include ctabtn-cs-down-whiteOnRed;
				// width: 64px;
				// height: 64px;
				// background: url('/a/dist/img/cta-button-down-red.svg') no-repeat center center;
			}
		} // see how */
}

html#design2017 body.inside2017.casestudy #hero .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  resize: vertical;
}

html#design2017 body.inside2017.casestudy #hero p.insighttype,
html#design2017 body.inside2017.casestudy #hero h4 {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

html#design2017 body.inside2017.casestudy #hero h1 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0;
  line-height: 52px;
  text-transform: none;
  margin: 15px 0 0;
}

html#design2017 body.inside2017.casestudy #hero h1.small1 {
  font-size: 36px;
  line-height: 52px;
}

html#design2017 body.inside2017.casestudy #hero h1.small2 {
  font-size: 35px;
  line-height: 46px;
}

html#design2017 body.inside2017.casestudy #hero h1.small3 {
  font-size: 36px;
  line-height: 42px;
}

html#design2017 body.inside2017.casestudy #hero h1.small4 {
  font-size: 27px;
  line-height: 32px;
}

html#design2017 body.inside2017.casestudy #hero h2 {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 9px;
  margin-top: 30px;
}

html#design2017 body.inside2017.casestudy #hero p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
  line-height: 27px;
}

html#design2017 body.inside2017.casestudy #hero p.hero-subtitle {
  margin-top: 45px;
}

html#design2017 body.inside2017.casestudy #hero ul.inside-hero-share {
  margin-top: 12px;
  margin-bottom: 66px;
  list-style: none;
  padding-bottom: 50px;
}

html#design2017 body.inside2017.casestudy #hero ul.inside-hero-share li {
  list-style: none;
  display: inline;
  margin-right: 20px;
}

html#design2017 body.inside2017.casestudy #hero ul.inside-hero-share li:before {
  content: '';
}

html#design2017 body.inside2017.casestudy .cta.inside-hero {
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 200px;
  margin-left: 0;
  top: 0;
}

html#design2017 body.inside2017.casestudy .cta.inside-hero span {
  top: -84px;
  left: 21px;
}

html#design2017 body.inside2017.casestudy .cta.inside-hero a {
  top: -23px;
}

html#design2017 body.inside2017.casestudy section.case {
  margin-top: 12px;
  /* h2.line {
			background: url('/a/dist/img/casestudy-h2-line.svg') no-repeat right -25px center;
		} */
  /*

		h2.line {
		    position: relative;
		    z-index: 1;

		    &:before {
		        border-top: 1px solid #dedede;
		        content:"";
		        margin: 0 auto;
		        position: absolute;
		        top: 50%; left: 0; right: 0;
		        bottom: 0;
		        width: 95%;
		        z-index: -1;
		        opacity: 0.8;
		    }
		    span {
		        background: $white;
		        padding: 0 25px 0 0;
		    }
		}
		h2.line.white {
			&:before {
				border-top: 1px solid $white;
			}
		}
 */
  /* .trianglebg {
			background: url('/a/dist/img/bg-turquoise-triangle.svg') no-repeat left bottom 420px;
			background-size: 280px;
		} */
  /* div.testthis {
			background-color: transparent;
			background: url('/a/dist/img/casestudy-darkbluebgblock-375.jpg') no-repeat left 43px top;
			background-size: 375px 474px;
			// background-size: 500px;
			height: 375px;
			width: 474px;
		} */
}

html#design2017 body.inside2017.casestudy section.case h2 {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 15px;
}

html#design2017 body.inside2017.casestudy section.case h2:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
}

html#design2017 body.inside2017.casestudy section.case h2.line {
  display: table;
  white-space: nowrap;
  color: #fff;
  width: 97%;
  margin-bottom: 30px;
}

html#design2017 body.inside2017.casestudy section.case h2.line:after {
  border-top: 1px solid #dedede;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.9em;
  width: 100%;
  left: 1.5%;
  opacity: 0.4;
}

html#design2017 body.inside2017.casestudy section.case h2.line.black {
  color: #000;
}

html#design2017 body.inside2017.casestudy section.case h2.line.black:after {
  border-top: 1px solid #cdcdcd;
}

html#design2017 body.inside2017.casestudy section.case p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #000;
  letter-spacing: 0;
  line-height: 38px;
}

html#design2017 body.inside2017.casestudy section.case p:last-of-type {
  margin-bottom: 0;
}

html#design2017 body.inside2017.casestudy section.case h3,
html#design2017 body.inside2017.casestudy section.case h4 {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #ee000e;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 26px;
}

html#design2017 body.inside2017.casestudy section.case h4 {
  color: #000;
}

html#design2017 body.inside2017.casestudy section.case .longtext p {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  color: #2D3135;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 28px;
}

html#design2017 body.inside2017.casestudy section.case .longtext p a {
  display: inline;
}

html#design2017 body.inside2017.casestudy section.case .longtext p:last-of-type + ul {
  margin-top: 28px;
}

html#design2017 body.inside2017.casestudy section.case .longtext hr {
  display: none;
}

html#design2017 body.inside2017.casestudy section.case .stat {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 48px;
  padding-bottom: 44px;
  text-align: center;
}

html#design2017 body.inside2017.casestudy section.case .stat .stat-number-large {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 110px;
  color: #ff555f;
  letter-spacing: 0.31px;
  line-height: 150px;
}

html#design2017 body.inside2017.casestudy section.case .stat .stat-number-large span.sup {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 40px;
  color: #ff555f;
  letter-spacing: 0.28px;
  line-height: 60px;
  text-transform: uppercase;
  vertical-align: text-top;
  margin-left: 9px;
}

html#design2017 body.inside2017.casestudy section.case .stat .stat-caption {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #2D3135;
  letter-spacing: 0;
  line-height: 30px;
  text-transform: none;
  margin-top: -20px;
}

html#design2017 body.inside2017.casestudy section.case .stat.last {
  border: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}

html#design2017 body.inside2017.casestudy section.case .video {
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
}

html#design2017 body.inside2017.casestudy section.case ol {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 44px;
}

html#design2017 body.inside2017.casestudy section.case ul {
  margin-left: 0;
  padding-bottom: 20px;
}

html#design2017 body.inside2017.casestudy section.case ul li {
  list-style-position: inside;
  text-indent: -30px;
  padding-left: 28px;
  color: #000;
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  letter-spacing: 0.57px;
  line-height: 30px;
  margin-bottom: 15px;
}

html#design2017 body.inside2017.casestudy section.case ul li:before {
  content: "\2022";
  font-size: 50px;
  padding-right: 12px;
  vertical-align: middle;
}

html#design2017 body.inside2017.casestudy #start.briefbullets {
  margin-top: 60px;
}

html#design2017 body.inside2017.casestudy .briefbullets .row {
  margin-bottom: 60px;
}

html#design2017 body.inside2017.casestudy .briefbullets .row.last {
  margin-bottom: 0px;
}

html#design2017 body.inside2017.casestudy section.case.briefbullets {
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

html#design2017 body.inside2017.casestudy section.case.briefbullets h2 {
  margin: 20px 0 20px;
}

html#design2017 body.inside2017.casestudy section.case.briefbullets h2:first-of-type {
  margin-top: 0;
}

html#design2017 body.inside2017.casestudy section.case.briefbullets #start + p {
  margin-top: 24px;
}

html#design2017 body.inside2017.casestudy section.case.briefbullets ul li,
html#design2017 body.inside2017.casestudy section.case.briefbullets ol li {
  line-height: 38px !important;
  margin-bottom: 1em;
}

html#design2017 body.inside2017.casestudy section.case.briefbullets .bb-even {
  margin-top: 40px;
}

html#design2017 body.inside2017.casestudy section.case.briefbullets .bb-odd p {
  width: 92%;
}

html#design2017 body.inside2017.casestudy section.case.briefbullets .bb-odd ul li,
html#design2017 body.inside2017.casestudy section.case.briefbullets .bb-odd ol li {
  width: 93%;
}

html#design2017 body.inside2017.casestudy section.case.results1 {
  margin-top: 0;
}

html#design2017 body.inside2017.casestudy section.case.challenges {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

html#design2017 body.inside2017.casestudy section.case.challenges .noHeaderBelow {
  margin-bottom: 30px;
}

html#design2017 body.inside2017.casestudy section.case.challenges .space-below {
  margin-bottom: 0;
}

html#design2017 body.inside2017.casestudy section.case.challenges h3 {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #ee000e;
  letter-spacing: 0;
  line-height: 34px;
  margin-top: 0;
}

html#design2017 body.inside2017.casestudy section.case.challenges h3.after-section-title {
  margin-top: 0px;
}

html#design2017 body.inside2017.casestudy section.case.challenges .longtext p {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  color: #2d3135;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 28px;
}

html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock {
  position: relative;
  height: 474px;
  width: 375px;
  background-position: top left;
  background-size: 375px 474px;
  background-color: #083261;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  margin: 120px auto 60px auto;
}

html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock h2 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 40px;
  color: #fff !important;
  letter-spacing: 0;
  line-height: 54px;
  text-transform: none;
  padding-top: 170px;
  padding-bottom: 0px;
  margin-left: 40px;
}

html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock p {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff !important;
  letter-spacing: 0;
  line-height: 38px;
  margin-left: 40px;
  margin-right: 40px;
}

html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock .cta.blue {
  position: absolute;
  bottom: 0;
  right: 0;
}

html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock .cta.blue p {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  padding: 49px 0;
  margin: 0;
  position: absolute;
  right: 120px;
  width: 270px;
  text-align: right;
}

html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock .cta.blue a.cta.blueOnWhite {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  cursor: pointer;
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-btn2-right-blueOnWhite.svg") no-repeat center center, url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat -9999px -9999px;
}

html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock .cta.blue a.cta.blueOnWhite:hover {
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat center center;
}

html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock > section.case {
  margin-top: 20px;
}

html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock.xs {
  margin-left: -29px;
  height: 474px;
  width: 385px;
  margin-top: 40px;
  margin-bottom: 40px;
}

html#design2017 body.inside2017.casestudy section.case.challenges ul {
  margin-left: 25px;
}

html#design2017 body.inside2017.casestudy section.case.challenges ul li {
  list-style-position: inside;
  text-indent: -30px;
  padding-left: 28px;
  color: #000;
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  letter-spacing: 0.57px;
  line-height: 30px;
  margin-bottom: 15px;
}

html#design2017 body.inside2017.casestudy section.case.challenges ul li:before {
  content: "\2022";
  font-size: 50px;
  padding-right: 12px;
  vertical-align: middle;
}

html#design2017 body.inside2017.casestudy section.case.challenges ul li:last-of-type {
  margin-bottom: 0;
}

html#design2017 body.inside2017.casestudy ul + p {
  margin-top: 30px;
}

html#design2017 body.inside2017.casestudy p + ul {
  margin-bottom: 20px !important;
}

html#design2017 body.inside2017.casestudy ul + h3 {
  margin-bottom: 40px;
}

html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock {
  position: relative;
  height: 474px;
  width: 375px;
  background-position: top left;
  background-size: 375px 474px;
  background-color: #083261;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock h2 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 40px;
  color: #fff !important;
  letter-spacing: 0;
  line-height: 54px;
  text-transform: none;
  padding-top: 170px;
  padding-bottom: 0px;
  margin-left: 40px;
}

html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock p {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff !important;
  letter-spacing: 0;
  line-height: 38px;
  margin-left: 40px;
  margin-right: 40px;
}

html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock .cta.blue {
  position: absolute;
  bottom: 0;
  right: 0;
}

html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock .cta.blue p {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  padding: 49px 0;
  margin: 0;
  position: absolute;
  right: 120px;
  width: 270px;
  text-align: right;
}

html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock .cta.blue a.cta.blueOnWhite {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  cursor: pointer;
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-btn2-right-blueOnWhite.svg") no-repeat center center, url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat -9999px -9999px;
}

html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock .cta.blue a.cta.blueOnWhite:hover {
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat center center;
}

html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock > section.case {
  margin-top: 20px;
}

html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock.xs {
  margin-left: -29px;
  height: 474px;
  width: 385px;
  margin-top: 80px;
  margin-bottom: 40px;
}

html#design2017 body.inside2017.casestudy .bluebg {
  background-color: #0E4C7A;
  margin-top: 50px;
  /* h2.line:before {
			opacity: 0.1 !important;
		} */
}

html#design2017 body.inside2017.casestudy .quote-space-above {
  margin-top: 0px;
}

html#design2017 body.inside2017.casestudy .quote-author {
  text-align: center;
}

html#design2017 body.inside2017.casestudy section.case.quote {
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
}

html#design2017 body.inside2017.casestudy section.case.quote blockquote {
  background-color: transparent;
  color: #fff;
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  padding: 0 0 20px 0;
  quotes: "\201C" "\201D" "\2018" "\2019";
}

html#design2017 body.inside2017.casestudy section.case.quote blockquote:before {
  color: #fff;
  content: open-quote;
  font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
  font-size: 150px;
  font-family: helvetica, arial, sans-serif;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.3em;
  margin-left: -12px;
}

html#design2017 body.inside2017.casestudy section.case.quote blockquote p {
  color: #fff;
  display: inline;
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 44px;
}

html#design2017 body.inside2017.casestudy section.case.quote p.quote-author {
  color: #fff;
}

html#design2017 body.inside2017.casestudy .stat-space-above {
  margin-top: 0px;
}

html#design2017 body.inside2017.casestudy section.case.relatedgraphic {
  margin-top: 0;
}

html#design2017 body.inside2017.casestudy section.case.relatedgraphic .viewbtn {
  width: 85px;
  margin: 13px 0 0;
  height: 150px;
}

html#design2017 body.inside2017.casestudy section.case.relatedgraphic .viewbtn p.view {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  line-height: 20px;
  color: #fff;
  width: 85px;
  margin-bottom: 0;
  text-align: center;
}

html#design2017 body.inside2017.casestudy section.case.relatedgraphic .viewbtn .cta.red.down.toggleGraphic {
  width: 85px;
  margin: 0;
  left: 3px;
}

html#design2017 body.inside2017.casestudy section.case.relatedgraphic img {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

html#design2017 body.inside2017.casestudy section.case.relatedgraphic p {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0;
  line-height: 44px;
  margin-bottom: 1em;
}

html#design2017 body.inside2017.casestudy section.case.relatedgraphic .cta.red.down {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  cursor: pointer;
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-btn2-down-whiteOnRed.svg") no-repeat center center, url("/a/dist/img/cta-btn2-down-whiteOnRed-hoverRedOnWhite.svg") no-repeat -9999px -9999px;
  margin-top: -29px;
  margin-left: -27px;
  position: relative;
  left: 9px;
}

html#design2017 body.inside2017.casestudy section.case.relatedgraphic .cta.red.down:hover {
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-btn2-down-whiteOnRed-hoverRedOnWhite.svg") no-repeat center center;
}

html#design2017 body.inside2017.casestudy section.case.relatedgraphic .space-above {
  margin-top: 40px;
}

html#design2017 body.inside2017.casestudy section.case.relatedgraphic .data-display {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}

html#design2017 body.inside2017.casestudy section.case.relatedgraphic .cta.red.down.toggleGraphic {
  margin-top: -9px;
}

html#design2017 body.inside2017.casestudy section.case.relatedgraphic .cta.red.down.toggleGraphic.turn180 {
  transform: rotate(180deg);
}

html#design2017 body.inside2017.casestudy .whitebg section.case.relatedgraphic {
  margin-top: 240px;
}

html#design2017 body.inside2017.casestudy .whitebg section.case.relatedgraphic p {
  color: #FF555F;
}

html#design2017 body.inside2017.casestudy .bluebg section.case.relatedgraphic h2 span {
  color: #fff;
  background-color: #0E4C7A;
}

html#design2017 body.inside2017.casestudy .bluebg section.case.relatedgraphic p {
  color: #fff;
}

html#design2017 body.inside2017.casestudy .solutions-space-above {
  margin-top: 0;
}

html#design2017 body.inside2017.casestudy .bodycontent-twoColBlocksFirst {
  background-color: #0E4C7A;
  background-image: none;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 40px;
  margin-bottom: 40px;
}

html#design2017 body.inside2017.casestudy section.case.solution {
  /* h2.line span {
			color: $white;
			background-color: #0E4C7A;
		} */
}

html#design2017 body.inside2017.casestudy section.case.solution h3 {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
  line-height: 34px;
  margin-top: 0px;
}

html#design2017 body.inside2017.casestudy section.case.solution h3.after-section-title {
  margin-top: 40px;
}

html#design2017 body.inside2017.casestudy section.case.solution h2:first-of-type {
  margin-top: 0px;
}

html#design2017 body.inside2017.casestudy section.case.solution p {
  color: #fff;
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 28px;
}

html#design2017 body.inside2017.casestudy section.case.solution ul {
  margin-left: 0;
}

html#design2017 body.inside2017.casestudy section.case.solution ul li {
  list-style-position: inside;
  text-indent: -30px;
  padding-left: 28px;
  color: #fff;
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  letter-spacing: 0.57px;
  line-height: 30px;
  margin-bottom: 15px;
}

html#design2017 body.inside2017.casestudy section.case.solution ul li:before {
  content: "\2022";
  font-size: 50px;
  padding-right: 12px;
  vertical-align: middle;
}

html#design2017 body.inside2017.casestudy section.case.solution .space-below {
  margin-bottom: 0;
}

html#design2017 body.inside2017.casestudy section.case.results2 {
  margin-top: 50px;
  margin-bottom: 40px;
}

html#design2017 body.inside2017.casestudy section.case.results2 h3 {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #EE000E;
  letter-spacing: 0;
  line-height: 34px;
  margin-top: 36px;
}

html#design2017 body.inside2017.casestudy section.case.results2 h2:first-of-type {
  margin-top: 0;
}

html#design2017 body.inside2017.casestudy section.case.results2 p {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 24px;
}

html#design2017 body.inside2017.casestudy section.case.results2 ul {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 30px;
}

html#design2017 body.inside2017.casestudy section.case.results2 ul li {
  color: #2d3135;
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  letter-spacing: 0.57px;
  line-height: 30px;
  margin-bottom: 15px;
}

html#design2017 body.inside2017.casestudy section.case.results2 ul li:before {
  content: "\2022";
  color: #2d3135;
  font-size: 50px;
  padding-right: 12px;
  vertical-align: middle;
}

html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock.second {
  margin-top: 0px;
}

html#design2017 body.inside2017.casestudy section.case.follows {
  margin-top: 0px;
}

html#design2017 body.inside2017.casestudy section#events.related-insights {
  margin-top: 49px;
  margin-bottom: 350px;
}

html#design2017 body.inside2017.casestudy .darkbluebg {
  background-color: #083261;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
}

html#design2017 body.inside2017.casestudy section#press {
  margin-bottom: 200px;
}

html#design2017 body.inside2017.casestudy section#press,
html#design2017 body.inside2017.casestudy section#events {
  margin-top: 140px;
}

html#design2017 body.inside2017.casestudy section#press h2,
html#design2017 body.inside2017.casestudy section#events h2 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  color: #000;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 70px;
}

html#design2017 body.inside2017.casestudy section#press .item-list,
html#design2017 body.inside2017.casestudy section#events .item-list {
  border-bottom: 1px solid #e4e4e4;
  margin-top: 25px;
  overflow: auto;
}

html#design2017 body.inside2017.casestudy section#press .item-list .date,
html#design2017 body.inside2017.casestudy section#events .item-list .date {
  float: none;
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #ee000e;
  letter-spacing: 0.88px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 20px;
}

html#design2017 body.inside2017.casestudy section#press .item-list .title,
html#design2017 body.inside2017.casestudy section#events .item-list .title {
  float: none;
  margin-left: 0px;
  margin-bottom: 35px;
}

html#design2017 body.inside2017.casestudy section#press .item-list .title p,
html#design2017 body.inside2017.casestudy section#events .item-list .title p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  color: #2d3135;
  letter-spacing: 1.12px;
  line-height: 24px;
}

html#design2017 body.inside2017.casestudy section#press .item-list .title p a,
html#design2017 body.inside2017.casestudy section#press .item-list .title p a:visited,
html#design2017 body.inside2017.casestudy section#events .item-list .title p a,
html#design2017 body.inside2017.casestudy section#events .item-list .title p a:visited {
  color: #2d3135;
}

html#design2017 body.inside2017.casestudy section#press .item-list .title p a:hover,
html#design2017 body.inside2017.casestudy section#events .item-list .title p a:hover {
  color: #ee000e;
  text-decoration: underline;
}

html#design2017 body.inside2017.casestudy section#press .item-list .title p a:active,
html#design2017 body.inside2017.casestudy section#events .item-list .title p a:active {
  text-decoration: none;
}

html#design2017 body.inside2017.casestudy section#press .item-list .location,
html#design2017 body.inside2017.casestudy section#events .item-list .location {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #ee000e;
  letter-spacing: 1px;
  line-height: 20px;
  margin-top: -9px;
}

html#design2017 body.inside2017.casestudy section#press .cta.red p,
html#design2017 body.inside2017.casestudy section#events .cta.red p {
  position: absolute;
  right: 120px;
}

html#design2017 body.inside2017.casestudy section#press {
  margin-top: 166px;
}

html#design2017 body.inside2017.casestudy section#events {
  margin-top: 75px;
}

html#design2017 body.inside2017.casestudy section#events .title p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #2d3135;
  letter-spacing: 1.5px;
  line-height: 24px;
}

html#design2017 body.inside2017.casestudy section.case.challenges.firstoption {
  margin-top: 0;
}

html#design2017 body.inside2017.casestudy section.case.challenges.zerotop {
  margin-top: 0;
}

html#design2017 body.inside2017.casestudy section.design2017.hero-internal {
  margin-bottom: 0;
}

html#design2017 body.inside2017.casestudy .bodycontent-abstract {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 0px;
}

html#design2017 body.inside2017.casestudy .bodycontent-abstract p {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  line-height: 28px;
  font-style: italic;
}

html#design2017 body.inside2017.casestudy .bodycontent-abstract a {
  color: #ff555f;
}

html#design2017 body.inside2017.casestudy .bodycontent-abstract a:hover {
  color: #0e4c7a;
}

html#design2017 body.inside2017.casestudy .bodycontent-text {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

html#design2017 body.inside2017.casestudy .bodycontent-text .row.padded {
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
}

html#design2017 body.inside2017.casestudy .bodycontent-text .longtext h3:first-of-type {
  margin-top: 0;
}

html#design2017 body.inside2017.casestudy .bodycontent-text section.wysiwyg {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  padding-top: 0;
  padding-bottom: 0;
}

html#design2017 body.inside2017.casestudy .bodycontent-text section.wysiwyg p,
html#design2017 body.inside2017.casestudy .bodycontent-text section.wysiwyg p strong {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 34px;
}

html#design2017 body.inside2017.casestudy .bodycontent-text section.wysiwyg p strong {
  font-weight: 600;
}

html#design2017 body.inside2017.casestudy .bodycontent-text + .bodycontent-text {
  padding: 0px 0 40px;
  margin-top: 0px;
}

html#design2017 body.inside2017.casestudy .bodycontent-text + .bodycontent-text h2.line {
  margin-top: 60px;
}

html#design2017 body.inside2017.casestudy .bodycontent-text + .bodycontent-text h3.after-section-title {
  margin-top: 0px;
}

html#design2017 body.inside2017.casestudy .bodycontent-text.first .longtext p:first-of-type {
  width: 100%;
}

html#design2017 body.inside2017.casestudy .bodycontent-text.first .longtext.pdfpage p:first-of-type {
  width: 100%;
}

html#design2017 body.inside2017.casestudy .bodycontent-twoColText {
  padding-top: 40px;
  padding-bottom: 40px;
}

html#design2017 body.inside2017.casestudy .bodycontent-twoColText.first,
html#design2017 body.inside2017.casestudy .bodycontent-text.first {
  margin-top: 40px;
}

html#design2017 body.inside2017.casestudy .bodycontent-twoColText section.case.challenges {
  margin-top: 0px;
}

html#design2017 body.inside2017.casestudy .bodycontent-video {
  margin-top: 0px;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 40px;
}

html#design2017 body.inside2017.casestudy .bodycontent-embed {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

html#design2017 body.inside2017.casestudy div.container.bodycontent-text + div.container.bodycontent-emphasisline, html#design2017 body.inside2017.casestudy .recirculation > div.bodycontent-text.spark-line + div.container.bodycontent-emphasisline, html#design2017 body.inside2017.casestudy .new-links-module > div.bodycontent-text.spark-line + div.container.bodycontent-emphasisline, html#design2017 body.inside2017.casestudy .links-module > div.bodycontent-text.spark-line + div.container.bodycontent-emphasisline, html#design2017 body.inside2017.casestudy .recirculation > div.container.bodycontent-text + div.bodycontent-emphasisline.spark-line, html#design2017 body.inside2017.casestudy .recirculation > div.bodycontent-text.spark-line + div.bodycontent-emphasisline.spark-line, html#design2017 body.inside2017.casestudy .new-links-module > div.container.bodycontent-text + div.bodycontent-emphasisline.spark-line, html#design2017 body.inside2017.casestudy .new-links-module > div.bodycontent-text.spark-line + div.bodycontent-emphasisline.spark-line, html#design2017 body.inside2017.casestudy .links-module > div.container.bodycontent-text + div.bodycontent-emphasisline.spark-line, html#design2017 body.inside2017.casestudy .links-module > div.bodycontent-text.spark-line + div.bodycontent-emphasisline.spark-line {
  padding-bottom: 30px;
}

html#design2017 body.inside2017.casestudy .bodycontent-emphasisline {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

html#design2017 body.inside2017.casestudy .bodycontent-emphasisline .emphasis-line--copy {
  color: #000;
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  font-style: italic;
}

html#design2017 body.inside2017.casestudy .bodycontent-relatedcontent {
  margin-top: 0px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

html#design2017 body.inside2017.casestudy .bodycontent-relatedcontent .row.padded {
  padding-left: 0;
  padding-right: 0;
}

html#design2017 body.inside2017.casestudy section.case .relatedContentBox h2:first-of-type {
  margin-top: 0;
}

html#design2017 body.inside2017.casestudy .relatedContentBox {
  position: relative;
  height: 474px;
  width: 375px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  overflow: auto;
  margin-top: 0;
  background-size: cover;
}

html#design2017 body.inside2017.casestudy .relatedContentBox .copy {
  position: absolute;
  top: 46px;
  left: 30px;
  right: 80px;
  overflow: auto;
}

html#design2017 body.inside2017.casestudy .relatedContentBox .copy h2 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 36px;
  color: #fff !important;
  letter-spacing: 0;
  line-height: 42px;
  text-transform: none;
  margin-bottom: 25px !important;
}

html#design2017 body.inside2017.casestudy .relatedContentBox .copy p {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff !important;
  letter-spacing: 0;
  line-height: 38px;
}

html#design2017 body.inside2017.casestudy .relatedContentBox.one {
  background-repeat: no-repeat;
}

html#design2017 body.inside2017.casestudy .relatedContentBox.side {
  margin-top: 30px;
  background-repeat: no-repeat;
}

html#design2017 body.inside2017.casestudy .relatedContentBox.two {
  margin-top: 20px;
  background-repeat: no-repeat;
  margin: 30px 0 0 auto;
}

html#design2017 body.inside2017.casestudy .contentmodule-graphic {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin-top: 40px;
}

html#design2017 body.inside2017.casestudy .contentmodule-graphic .row.padded {
  padding-left: 25px;
  padding-right: 25px;
}

html#design2017 body.inside2017.casestudy .contentmodule-graphic section.case.statistics {
  margin-top: 10px;
}

html#design2017 body.inside2017.casestudy .contentmodule-graphic section.case.statistics h2 {
  margin-bottom: 55px;
}

html#design2017 body.inside2017.casestudy .contentmodule-graphic section.case.statistics .cta.red.down {
  margin-top: -15px;
}

html#design2017 body.inside2017.casestudy .contentmodule-graphic section.case.statistics .data-display {
  display: none;
}

html#design2017 body.inside2017.casestudy .contentmodule-graphic .relatedgraphic.firstoption p {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 1em;
}

html#design2017 body.inside2017.casestudy .bodycontent-text .noSectionTitle {
  margin-top: 25px !important;
}

html#design2017 body.inside2017.casestudy .contentmodule-quote {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-top: 70px;
}

html#design2017 body.inside2017.casestudy .contentmodule-metrics {
  padding-top: 40px;
  padding-bottom: 40px;
}

html#design2017 body.inside2017.casestudy .paragraph-with-metrics {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

html#design2017 body.inside2017.casestudy .paragraph-with-metrics h2 {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 46px;
}

html#design2017 body.inside2017.casestudy .paragraph-with-metrics p {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 34px;
}

html#design2017 body.inside2017.casestudy .paragraph-with-metrics p:last-of-type {
  margin-bottom: 0;
}

html#design2017 body.inside2017.casestudy .paragraph-with-metrics .paragraph-with-metrics--main .sidebar-in-content .paragraph-with-metrics--value-wrapper span.paragraph-with-metrics--value {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 90px;
  font-weight: bold;
}

html#design2017 body.inside2017.casestudy .paragraph-with-metrics .paragraph-with-metrics--main .sidebar-in-content .paragraph-with-metrics--value-wrapper span.paragraph-with-metrics--value-description {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  margin-bottom: 0;
}

html#design2017 body.inside2017.casestudy .paragraph-with-metrics .sidebar-in-content-below {
  margin-bottom: 0;
}

html#design2017 body.inside2017.casestudy .paragraph-with-bullets {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

html#design2017 body.inside2017.casestudy .paragraph-with-bullets h2 {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 46px;
}

html#design2017 body.inside2017.casestudy .paragraph-with-bullets p {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 34px;
}

html#design2017 body.inside2017.casestudy .paragraph-with-bullets p:last-of-type {
  margin-bottom: 0;
}

html#design2017 body.inside2017.casestudy .paragraph-with-bullets--sidebar h3 {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 21px;
  text-transform: uppercase;
}

html#design2017 body.inside2017.casestudy section.footnotes {
  padding-top: 32px;
  padding-left: 25px;
  padding-right: 25px;
  padding: 32px 25px 60px;
}

html#design2017 body.inside2017.casestudy section.footnotes p {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  margin-top: 10px;
  line-height: 19px;
}

html#design2017 body.inside2017.casestudy section.footnotes ol {
  list-style-type: none;
}

html#design2017 body.inside2017.casestudy section.footnotes ol li {
  margin-bottom: 10px;
  padding-bottom: 0px;
}

html#design2017 body.inside2017.casestudy .oldentryfix {
  padding-bottom: 0;
  margin-top: -166px;
  margin-bottom: -130px;
}

html#design2017 body.inside2017.casestudy section.case .longtext p:last-of-type {
  margin-bottom: 0;
}

html#design2017 body.inside2017.casestudy section.case .longtext ul:last-of-type {
  padding-bottom: 12px;
}

html#design2017 body.inside2017.casestudy hr.old-design {
  display: block;
}

html#design2017 body.inside2017.casestudy .bio-byline .text .name-title-combo {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

html#design2017 body.inside2017.casestudy .bio-byline .text .name-title-combo span.author {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

html#design2017 body.inside2017.casestudy .bio-byline .text .name-title-combo span.title {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

html#design2017 body.inside2017.casestudy .author-byline {
  margin-top: 40px;
  margin-bottom: 40px;
}

html#design2017 body.inside2017.casestudy .bodycontent-text .challenges .longtext .blog-bio-pic {
  float: left;
}

html#design2017 body.inside2017.casestudy .bodycontent-text .challenges .longtext img.blog-author-pic.img-circle {
  height: 150px;
}

html#design2017 body.inside2017.casestudy .bodycontent-text .challenges .longtext img.blog-author-pic.header.img-circle {
  height: 100px;
  float: none;
  margin-right: 30px;
  margin-bottom: 20px;
}

html#design2017 body.inside2017.casestudy .bodycontent-text .challenges .longtext .blog-bio-info {
  float: right;
  width: 50%;
  margin-top: 10px;
}

html#design2017 body.inside2017.casestudy .bodycontent-text .challenges .longtext p.blog-author {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 28px;
  margin-bottom: 3px;
}

html#design2017 body.inside2017.casestudy .bodycontent-text .challenges .longtext p.blog-author-title {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  text-transform: none;
}

html#design2017 body.inside2017.casestudy .bodycontent-text .challenges .longtext p a {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

html#design2017 body.inside2017.casestudy .related-topics-tags {
  margin-top: 20px;
}

html#design2017 body.inside2017.casestudy .related-topics-tags p {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

html#design2017 body.inside2017.casestudy section.case ul ul,
html#design2017 body.inside2017.casestudy section.case ol ul,
html#design2017 body.inside2017.casestudy section.case ol ol {
  margin-top: 18px;
}

html#design2017 body.inside2017.casestudy .insights-author__bio {
  padding-left: 25px;
  padding-right: 25px;
}

html#design2017 body.inside2017.casestudy section.quote-carousel-half {
  background-color: #fff;
}

html#design2017 body.inside2017.casestudy section.quote-carousel-half .quote-carousel {
  margin-top: 0 !important;
}

html#design2017 body.inside2017.casestudy section.case.briefbullets ul,
html#design2017 body.inside2017.casestudy section.case.briefbullets ol {
  margin-top: 20px;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

html#design2017 body.inside2017.casestudy section.case.briefbullets ul li,
html#design2017 body.inside2017.casestudy section.case.briefbullets ol li {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #000;
  letter-spacing: 0.27px;
  line-height: 30px;
}

html#design2017 body.inside2017.casestudy section.case.briefbullets ol {
  margin-left: 20px;
}

html#design2017 body.inside2017.casestudy.insightmain .hero-internal {
  height: 800px !important;
}

html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero {
  height: 800px;
  /* .content {
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
				resize: vertical;
			} */
  /* 			a.primary-topic {
				display:inline-block;
				background-color: $pink;
				margin-top: 0px;
				font-family: $sans-serif;
				font-size: 14px;
				color: $white;
				letter-spacing: 0;
				line-height: 26px;
				text-transform: uppercase;
				padding: 2px 16px 2px 16px;
				height: 32px;
			} */
}

html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero h1 {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 50px;
  color: #fff;
  letter-spacing: 0;
  line-height: 74px;
  text-transform: none;
  margin: 0;
  margin-top: -75px;
}

@media screen and (min-width: 275px) {
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero h1 {
    margin-top: inherit;
  }
}

html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero ul.inside-hero-share {
  margin-top: 15px;
  margin-bottom: 34px;
  padding-bottom: 0px;
}

html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero a.hero-link {
  display: block;
}

html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero a.hero-link:hover h3 {
  text-decoration: underline;
}

html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero a.tag {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 26px;
  padding: 3px 20px 0px;
  background-color: #ff555f;
  text-align: center;
  position: relative;
  height: 34px;
  text-transform: uppercase;
  top: -16px;
  display: inline-block;
  z-index: 9;
  left: 0;
}

html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero a.tag:hover {
  color: #fff;
  text-decoration: underline;
}

html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero p.tag {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 26px;
  padding: 3px 20px 0px;
  background-color: #ff555f;
  text-align: center;
  position: relative;
  height: 34px;
  text-transform: uppercase;
  top: -16px;
  display: inline-block;
  z-index: 9;
  left: 0;
}

html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero p.insight-type {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 26px;
  padding-top: 13px;
}

html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero h3.insight-title {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
  line-height: 34px;
  padding-top: 9px;
}

html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero h3.insight-title a {
  color: #fff;
}

html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero h3.insight-title a:hover {
  color: white;
  text-decoration: underline;
}

html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero.filtered-insights h1.small0 {
  font-size: 45px;
  line-height: 50px;
}

html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero.filtered-insights h1.small00 {
  font-size: 45px;
  line-height: 50px;
}

html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero.filtered-insights h1.smallz {
  font-size: 50px;
  line-height: 74px;
}

html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero.filtered-insights ul.inside-hero-share {
  margin: 7px 0 10px;
}

html#design2017 body.inside2017.casestudy.insightmain .insights-search-bar .insights-search-bar--copy-wrapper {
  padding-left: 5px;
  padding-right: 5px;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-search-bar {
  background-color: transparent;
  position: relative;
  top: -187px;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-search-bar .dropdown-menu.open {
  top: 10% !important;
  bottom: 10% !important;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-search-bar .container:before, html#design2017 body.inside2017.casestudy.insightmain #insights-search-bar .recirculation > .spark-line:before, html#design2017 body.inside2017.casestudy.insightmain #insights-search-bar .new-links-module > .spark-line:before, html#design2017 body.inside2017.casestudy.insightmain #insights-search-bar .links-module > .spark-line:before {
  content: unset;
  top: unset;
  left: unset;
  display: unset;
  height: unset;
  width: unset;
  background: none;
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 {
  position: relative;
  display: inline-block;
  padding: 0;
  /* button.srchbtn2018.insights-search-bar--submit.search-btn-whiteOnRed {
			@include search-btn-whiteOnRed;
			top: 26px;
			right: 5px;
			border: 0 none;
			color: transparent;
			margin: 0;

			text-align: center;
			width: 100%;
			margin-top: 34px;
		} */
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .insights-search-bar--copy-wrapper {
  width: 100%;
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box {
  float: none;
  height: 110px;
  width: 100%;
  margin: 0px 12px 0 0;
  padding: 0;
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box span.insights-search-bar--title {
  background-color: transparent;
  font-weight: unset;
  max-width: unset;
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 26px;
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
  top: 48px;
  left: 30px;
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box label.search-label {
  background-color: transparent;
  font-weight: unset;
  max-width: unset;
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 26px;
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
  font-style: normal;
  text-align: left;
  position: relative;
  top: 44px;
  left: 30px;
  color: #000;
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper {
  background-color: #fff;
  margin: 0;
  height: 94px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select {
  height: 94px;
  width: 100% !important;
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select button.btn.dropdown-toggle {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  color: #ee000e;
  line-height: 40px;
  height: 94px;
  width: 100%;
  margin: -5px 13px 0 0;
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select button.btn.dropdown-toggle .filter-option {
  border: 0 none;
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  color: #ee000e;
  line-height: 40px;
  margin-left: 30px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 22px;
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select button.btn.dropdown-toggle span.caret {
  height: 10px !important;
  width: 16px !important;
  background: url("/a/dist/img/select-arrow-down.png") !important;
  background-size: cover !important;
  top: 46px !important;
  right: 27px !important;
  position: absolute;
  margin-top: 0px;
  vertical-align: middle;
  border: 0px !important;
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select:hover {
  border: 1px solid #ee000e;
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box div.dropdown-menu ul.dropdown-menu.inner li {
  border-bottom: 0 none;
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box div.dropdown-menu ul.dropdown-menu.inner li a span {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  color: #2d3135;
  line-height: 36px;
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box div.dropdown-menu ul.dropdown-menu.inner li:hover a span {
  color: #ee000e;
  text-decoration: underline;
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box.last {
  margin-right: 0;
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 button.srchbtn2018.insights-search-bar--submit.cta-right-whiteOnRed {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  cursor: pointer;
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-btn2-right-whiteOnRed.svg") no-repeat center center, url("/a/dist/img/cta-button-right-redOnWhite.svg") no-repeat -9999px -9999px;
  top: 26px;
  right: 5px;
  border: 0 none;
  color: transparent;
  margin: 0;
  text-align: center;
  width: 64px;
  height: 64px;
  margin-top: 24px;
  padding: 0;
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 button.srchbtn2018.insights-search-bar--submit.cta-right-whiteOnRed:hover {
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-button-right-redOnWhite.svg") no-repeat center center;
}

html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 button.srchbtn2018.insights-search-bar--submit.cta-right-whiteOnRed:hover {
  text-align: center;
  width: 64px;
  margin-top: 24px;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 button.srchbtn2018.insights-search-bar--submit.cta-right-whiteOnRed {
    left: auto;
    right: -30px;
    top: 12px;
  }
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards.insights-cards {
  background-color: #fff;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards {
  background: #fff;
  margin: -100px 0 0 0;
  top: 0;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .content {
  display: table-cell;
  vertical-align: bottom;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item {
  position: relative;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item a.tag {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 26px;
  padding: 3px 20px 0px;
  background-color: #ff555f;
  text-align: center;
  position: absolute;
  height: 34px;
  text-transform: uppercase;
  top: -16px;
  display: block;
  z-index: 9;
  right: -11px;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item a.tag:hover {
  color: #fff;
  text-decoration: underline;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile {
  display: table;
  position: relative;
  background-size: cover;
  background-position: center;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile p.type {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 34px;
  margin-bottom: 11px;
  margin-left: 30px;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile h3 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
  line-height: 34px;
  padding-bottom: 4px;
  width: 80%;
  margin-left: 30px;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.one a.tag {
  right: 0px;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.one .tile {
  width: 100%;
  height: 539px;
  margin-bottom: 60px;
  margin-left: 0px;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.one .tile p.type {
  margin-left: 25px;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.one .tile h3 {
  width: 90%;
  font-size: 30px;
  line-height: 44px;
  padding-bottom: 20px;
  margin-left: 25px;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.two .tile {
  width: 332px;
  height: 266px;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.three a.tag {
  right: 0;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.three .tile {
  width: 333px;
  height: 364px;
  margin-top: calc(4.2358em * 1.1);
  left: unset;
  float: right;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.four .tile {
  width: 332px;
  height: 250px;
  left: 0;
  top: 60px;
  clear: both;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.five a.tag {
  right: 0;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.five .tile {
  width: 333px;
  height: 200px;
  margin-top: calc(4.2358em * 1.5);
  z-index: 10;
  left: unset;
  float: right;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile {
  width: 100%;
  height: 539px;
  margin-top: calc(4.2358em * 1.1);
  clear: both;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile .container .row, html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile .recirculation > .spark-line .row, html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile .new-links-module > .spark-line .row, html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile .links-module > .spark-line .row {
  display: table;
  height: 700px;
  width: 100%;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile a.tag {
  position: relative;
  top: 250px;
  right: unset;
  display: inline-block;
  left: 25px;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile p.type {
  position: relative;
  top: -200px;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile h3 {
  position: relative;
  top: -200px;
  width: 90%;
  font-size: 30px;
  line-height: 44px;
  padding-bottom: 0px;
  left: 0;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.seven .tile {
  width: 332px;
  height: 360px;
  position: relative;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1200px) {
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.seven .tile {
    top: -67px;
  }
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.eight {
  padding-bottom: 40px;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.eight a.tag {
  right: 0;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.eight .tile {
  width: 333px;
  height: 300px;
  position: relative;
  left: unset;
  float: right;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.last {
  padding-bottom: 50px;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.five.last,
html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.three.last {
  padding-bottom: 200px;
  margin-bottom: 280px;
}

html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.four.last {
  margin-bottom: 140px;
}

html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters {
  margin: 0px 0 40px 0px;
  padding: 120px 0 30px;
  border-bottom: 1px solid #E5E5E5;
  clear: both;
}

html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters #insights-cards__pagination {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 34px;
  visibility: visible;
  margin-left: 10px;
}

html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters #insights-cards__filters {
  margin-top: 10px;
  margin-right: 5px;
}

html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters #insights-cards__filters:hover .bootstrap-select.btn-group .dropdown-toggle .caret:after,
html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters #insights-cards__filters:hover .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  background-color: #ee000e;
}

html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters #insights-cards__filters:hover .bootstrap-select.btn-group button span.filter-option {
  color: #ee000e;
}

html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-toggle {
  border: 0 none;
}

html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-toggle .caret {
  top: 58%;
}

html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-toggle .caret:after,
html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  background-color: #000;
}

html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group button span.filter-option {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  border: 0 none;
  text-transform: none;
}

html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  border: 0 none;
  padding: 10px 0 10px;
}

html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu.open {
  border: 0 none;
  margin: 7px 0;
  box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.2);
  width: 170px;
  left: -19px;
}

html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu.open:before, html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu.open:after {
  border-color: unset;
  border: 0 none;
  bottom: unset;
  content: '';
  position: unset;
  bottom: unset;
  margin: unset;
}

html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group ul.dropdown-menu.inner li:hover a span.text {
  color: #ee000e;
}

html#design2017 body.inside2017.casestudy.insightmain #insightsmore {
  margin-top: 0;
  clear: both;
}

html#design2017 body.inside2017.casestudy.insightmain #insightsmore #events {
  margin-top: 0;
}

html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list {
  margin-top: 40px;
  padding-bottom: 15px;
}

html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .tagtopic {
  float: left;
  width: 100%;
  margin-top: 4px;
  margin-left: 0px;
}

html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .tagtopic a.topic {
  background-color: #ff555f;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.88px;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 20px;
}

html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .title {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
}

html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .title p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #2d3135;
  letter-spacing: 0.6px;
  line-height: 36px;
}

html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .title p a:hover {
  color: #ee000e;
  text-decoration: underline;
}

html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .title p.type {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  color: #2d3135;
  letter-spacing: 0.5px;
  line-height: 34px;
}

html#design2017 body.inside2017.casestudy.insightmain #insightsmore #insights-cards__learn-more {
  position: relative;
  display: block;
  padding: 34px 0 56px;
  text-align: center;
  background: url(/craft/assets/images/img.insights.ajax.loader.gif) no-repeat -5000px 29px;
  -webkit-transition: background 0.1s ease-in;
  -o-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
  margin: 80px 0 100px;
}

html#design2017 body.inside2017.casestudy.insightmain #insightsmore #insights-cards__learn-more .cta.inside-hero {
  width: 200px;
  position: relative;
  left: 0;
  margin: 0 auto;
}

html#design2017 body.inside2017.casestudy.insightmain #insightsmore #insights-cards__learn-more .cta.inside-hero a.cta-down-whiteOnRed {
  top: -19px;
  left: 25%;
  z-index: 999;
}

html#design2017 body.inside2017.casestudy.insightmain #insightsmore #insights-cards__learn-more #loadmore-icon {
  display: none;
}

html#design2017 body.inside2017.casestudy.insightmain #insightsmore #insights-cards__learn-more span {
  background-color: transparent;
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 0;
  font-size: 14px;
  color: #ee000e;
  letter-spacing: 0.88px;
  line-height: 20px;
  border: 0 none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}

html#design2017 body.inside2017.casestudy.insightmain #solutions-promo {
  background-color: #F8F8F8;
  width: 100%;
  height: 482px;
  margin-top: -136px;
}

html#design2017 body.inside2017.casestudy.insightmain #solutions-promo h2 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  color: #2d3135;
  letter-spacing: 0;
  line-height: 44px;
  text-align: center;
  margin: 140px 0px 25px;
}

html#design2017 body.inside2017.casestudy.insightmain #solutions-promo .sols {
  width: 242px;
  margin: 0 auto;
}

html#design2017 body.inside2017.casestudy.insightmain #solutions-promo .cta.pressevents.contactus {
  width: 250px;
  margin: -16px auto 0;
  margin-left: 10px;
}

html#design2017 body.inside2017.casestudy.insightmain #solutions-promo .cta.pressevents.contactus a.cta-right-whiteOnRed {
  width: 67px;
  height: 65px;
  border-radius: 100%;
  top: 19px;
  left: 19px;
  position: relative;
}

html#design2017 body.inside2017.casestudy.insightmain #solutions-promo .cta.pressevents.contactus span.red {
  margin-top: 38px;
}

html#design2017 body.inside2017.casestudy.insightmain #solutions-promo:hover {
  background-color: #ff555f;
}

html#design2017 body.inside2017.casestudy.insightmain #solutions-promo:hover h2 {
  color: #fff;
}

html#design2017 body.inside2017.casestudy.insightmain #solutions-promo:hover .cta.pressevents.contactus a.cta-right-whiteOnRed {
  width: 67px;
  height: 65px;
  background: url("/a/dist/img/cta-button-right-redOnWhite.svg") no-repeat center center;
  border-radius: 100%;
  top: 19px;
  left: 19px;
  position: relative;
}

html#design2017 body.inside2017.casestudy.insightmain #solutions-promo:hover .cta.pressevents.contactus span.red {
  color: #fff;
}

@media (min-width: 401px) and (max-width: 991px) {
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock.xs,
  html#design2017 body.inside2017.casestudy section.case.challenges .relatedContentBox {
    margin-left: auto;
    margin-right: auto;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock.xs,
  html#design2017 body.inside2017.casestudy section.case.results2 .relatedContentBox {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 400px) {
  html#design2017 body.inside2017.casestudy .relatedContentBox.one {
    margin: 0 auto;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox.two {
    margin: 0 auto;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox.side {
    margin: 40px 0 0 -30px;
  }
}

@media (min-width: 300px) and (max-width: 430px) {
  html#design2017 body.inside2017.casestudy section.case.challenges .relatedContentBox.side {
    width: 120%;
    margin-left: -33px;
  }
}

@media (min-width: 300px) and (max-width: 399px) {
  html#design2017 body.inside2017.casestudy .herobg2,
  html#design2017 body.inside2017.casestudy .herobg-pdf {
    background-size: 266px;
    height: 125%;
    background-position: right -103px bottom;
  }
  html#design2017 body.inside2017.casestudy #hero h1 {
    font-size: 30px;
    line-height: 42px;
    margin-top: 9px;
  }
  html#design2017 body.inside2017.casestudy #hero p {
    font-size: 20px;
    line-height: 24px;
  }
  html#design2017 body.inside2017.casestudy #hero ul.inside-hero-share {
    margin-bottom: 25px;
  }
  html#design2017 body.inside2017.casestudy #hero ul.inside-hero-share li {
    margin-right: 8px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox .copy {
    width: 70%;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox .copy h2 {
    font-size: 24px;
    line-height: 35px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox .cta.call-out-box {
    right: 43px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox.one {
    margin: 0 auto;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox.two {
    margin: 0 auto;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox.side {
    margin: 40px 0 0 -34px;
  }
}

@media (min-width: 410px) and (max-width: 767px) {
  html#design2017 body.inside2017.casestudy .bodycontent-relatedcontent .row.padded {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 768px) {
  html#design2017 body.inside2017.casestudy .row.padded {
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  html#design2017 body.inside2017.casestudy .narrow .row.padded {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  html#design2017 body.inside2017.casestudy .cd-main-header .container, html#design2017 body.inside2017.casestudy .cd-main-header .recirculation > .spark-line, html#design2017 body.inside2017.casestudy .cd-main-header .new-links-module > .spark-line, html#design2017 body.inside2017.casestudy .cd-main-header .links-module > .spark-line {
    width: 748px;
  }
  html#design2017 body.inside2017.casestudy .container, html#design2017 body.inside2017.casestudy .recirculation > .spark-line, html#design2017 body.inside2017.casestudy .new-links-module > .spark-line, html#design2017 body.inside2017.casestudy .links-module > .spark-line {
    width: 748px;
  }
  html#design2017 body.inside2017.casestudy section.design2017.hero-internal {
    position: relative;
    width: 100%;
    height: 756px;
    margin-bottom: 0;
    background-size: cover;
  }
  html#design2017 body.inside2017.casestudy .herobg-short {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1.0;
    width: 100%;
    height: 100%;
    background-image: url("/a/dist/img/casestudy-bg-2800-shapetrimmed-new.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 300px;
  }
  html#design2017 body.inside2017.casestudy #hero {
    height: 755px;
    margin: 0;
    background-size: 305px;
    position: relative;
    resize: vertical;
  }
  html#design2017 body.inside2017.casestudy #hero .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    resize: vertical;
  }
  html#design2017 body.inside2017.casestudy #hero h1 {
    font-size: 40px;
    line-height: 52px;
  }
  html#design2017 body.inside2017.casestudy #hero h1.small1 {
    font-size: 40px;
    line-height: 52px;
  }
  html#design2017 body.inside2017.casestudy #hero h1.small2 {
    font-size: 38px;
    line-height: 52px;
  }
  html#design2017 body.inside2017.casestudy #hero h1.small3 {
    font-size: 38px;
    line-height: 52px;
  }
  html#design2017 body.inside2017.casestudy #hero h1.small4 {
    font-size: 40px;
    line-height: 52px;
  }
  html#design2017 body.inside2017.casestudy #hero h2 {
    margin-bottom: 9px;
    margin-top: 30px;
  }
  html#design2017 body.inside2017.casestudy #hero p {
    line-height: 33px;
    margin-bottom: 18px;
  }
  html#design2017 body.inside2017.casestudy #hero ul.inside-hero-share {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .cta.inside-hero {
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 200px;
    margin-left: 0;
    top: 0;
  }
  html#design2017 body.inside2017.casestudy section.case h2:first-of-type {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy section.case .stat {
    border-bottom: 0 none;
  }
  html#design2017 body.inside2017.casestudy #start {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy #start.case.briefbullets {
    margin-top: 80px;
  }
  html#design2017 body.inside2017.casestudy section.case.briefbullets {
    display: inline-block;
    margin-top: 60px;
  }
  html#design2017 body.inside2017.casestudy section.case.briefbullets p:first-of-type {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy section.case.briefbullets .bb-even {
    margin-top: 40px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges {
    margin-top: 0;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .space-below {
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges h3,
  html#design2017 body.inside2017.casestudy section.case.challenges h4 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 34px;
    margin-top: 42px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges h3.fullWidth {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges h3.halfWidth {
    width: 50%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges h3 {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .longtext p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock {
    height: 375px;
    width: 474px;
    background-position: top center;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock h2 {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 54px;
    padding: 140px 0 0 10px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 38px;
    padding: 0 10px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock .cta.blue p {
    color: #fff;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock .cta.blue a.cta.blueOnWhite {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    cursor: pointer;
    width: 105px;
    height: 105px;
    background: url("/a/dist/img/cta-btn2-right-blueOnWhite.svg") no-repeat center center, url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat -9999px -9999px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock .cta.blue a.cta.blueOnWhite:hover {
    width: 105px;
    height: 105px;
    background: url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat center center;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock > section.case {
    margin-top: 20px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock.second {
    width: 376px;
    height: 394px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock.second h2 {
    padding: 116px 0 0 40px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock.xs {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock {
    height: 375px;
    width: 474px;
    background-position: top center;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock h2 {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 54px;
    padding: 140px 0 0 10px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 38px;
    padding: 0 10px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock .cta.blue p {
    color: #fff;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock .cta.blue a.cta.blueOnWhite {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    cursor: pointer;
    width: 105px;
    height: 105px;
    background: url("/a/dist/img/cta-btn2-right-blueOnWhite.svg") no-repeat center center, url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat -9999px -9999px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock .cta.blue a.cta.blueOnWhite:hover {
    width: 105px;
    height: 105px;
    background: url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat center center;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock > section.case {
    margin-top: 20px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock.second {
    width: 376px;
    height: 394px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock.second h2 {
    padding: 93px 0 0 10px;
  }
  html#design2017 body.inside2017.casestudy .bluebg {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy .quote-space-above {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.quote {
    margin-top: 50px;
    margin-bottom: 74px;
  }
  html#design2017 body.inside2017.casestudy section.case.quote img.quotemark {
    height: 69px;
    width: 41px;
  }
  html#design2017 body.inside2017.casestudy section.case.quote p.quote {
    font-size: 42px;
    letter-spacing: 0;
    line-height: 58px;
    margin-top: 30px;
  }
  html#design2017 body.inside2017.casestudy .section.case.relatedgraphic .cta.red.down {
    right: 0px;
    left: unset;
    position: relative;
  }
  html#design2017 body.inside2017.casestudy .section.case.relatedgraphic .viewbtn {
    width: 85px;
    margin: 13px 0 0;
    height: 150px;
  }
  html#design2017 body.inside2017.casestudy .section.case.relatedgraphic .viewbtn p.view {
    width: 85px;
    margin-bottom: 0;
    text-align: center;
  }
  html#design2017 body.inside2017.casestudy .section.case.relatedgraphic .viewbtn .cta.red.down.toggleGraphic {
    width: 85px;
    margin: 0;
    left: 3px;
  }
  html#design2017 body.inside2017.casestudy .whitebg section.case.relatedgraphic {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy .whitebg section.case.relatedgraphic p {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 44px;
  }
  html#design2017 body.inside2017.casestudy .whitebg section.case.relatedgraphic .space-above {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy .bluebg section.case.relatedgraphic {
    margin-top: 10px;
  }
  html#design2017 body.inside2017.casestudy .bluebg section.case.relatedgraphic h2 span {
    color: #fff;
    background-color: #0E4C7A;
  }
  html#design2017 body.inside2017.casestudy .bluebg section.case.relatedgraphic p {
    color: #fff;
  }
  html#design2017 body.inside2017.casestudy .casestudyshapes {
    background-size: 1400px;
    background-position: right bottom;
  }
  html#design2017 body.inside2017.casestudy section.case.solution {
    margin-top: 0;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.solution h3 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 34px;
    margin-right: 60px;
    margin-top: 40px;
  }
  html#design2017 body.inside2017.casestudy section.case.solution p {
    color: #fff;
    font-family: "Guardian Egyptian Regular";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-right: 0px;
  }
  html#design2017 body.inside2017.casestudy section.case.solution ul {
    margin-left: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.solution ul li {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.57px;
    line-height: 30px;
    margin-bottom: 28px;
  }
  html#design2017 body.inside2017.casestudy section.case.solution .space-below {
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 {
    margin-top: 30px;
    margin-bottom: 120px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 h3 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 34px;
    margin-top: 35px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 p {
    font-family: "Guardian Egyptian Regular";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 ul {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 ul li {
    list-style-position: inside;
    text-indent: -30px;
    padding-left: 28px;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock {
    width: 375px;
    height: 474px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock.second {
    width: 376px;
    height: 394px;
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.follows {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy section#events.related-insights {
    margin-top: 7px;
    margin-bottom: 350px;
  }
  html#design2017 body.inside2017.casestudy section#press {
    margin-bottom: 300px;
  }
  html#design2017 body.inside2017.casestudy section#press,
  html#design2017 body.inside2017.casestudy section#events {
    margin-top: 130px;
  }
  html#design2017 body.inside2017.casestudy section#press h2,
  html#design2017 body.inside2017.casestudy section#events h2 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 42px;
    margin-bottom: 84px;
    margin-left: 32px;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list,
  html#design2017 body.inside2017.casestudy section#events .item-list {
    border-bottom: 1px solid #e4e4e4;
    margin-top: 29px;
    overflow: auto;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list .date,
  html#design2017 body.inside2017.casestudy section#events .item-list .date {
    float: left;
    width: 100px;
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #ee000e;
    letter-spacing: 0.88px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 4px;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list .title,
  html#design2017 body.inside2017.casestudy section#events .item-list .title {
    float: left;
    width: 365px;
    margin-left: 33px;
    margin-bottom: 35px;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list .title p,
  html#design2017 body.inside2017.casestudy section#events .item-list .title p {
    font-family: "Guardian Egyptian Thin";
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-size: 18px;
    color: #2d3135;
    letter-spacing: 1.12px;
    line-height: 24px;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list .location,
  html#design2017 body.inside2017.casestudy section#events .item-list .location {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #EE000E;
    letter-spacing: 0.88px;
    line-height: 20px;
    margin-top: -9px;
  }
  html#design2017 body.inside2017.casestudy section#press {
    margin-top: 263px;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list .title {
    margin-bottom: 5px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text .row.padded {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text section.case.challenges h3.halfWidth {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text .longtext h3:first-of-type {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text.first .longtext p:first-of-type {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text.first .longtext.pdfpage p:first-of-type {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColText {
    padding-top: 0;
    padding-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColText.first,
  html#design2017 body.inside2017.casestudy .bodycontent-text.first {
    margin-top: 40px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColText section.case.challenges {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColText section.case.challenges h3 {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges.firstoption {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges.firstoption .longtext {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges.firstoption {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy section.design2017.hero-internal {
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.quote {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-video {
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColBlocksFirst {
    background-color: #0E4C7A;
    background-image: none;
    margin-top: 40px;
    padding-top: 50px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-relatedcontent {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-relatedcontent .row.padded {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox {
    height: 474px;
    width: 375px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox .copy {
    top: 46px;
    left: 30px;
    right: 40px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox.one {
    margin-left: 0;
    width: 365px;
    height: 474px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox.two {
    margin-top: 150px;
    margin-bottom: 30px;
    margin-left: 9px;
    width: 365px;
    height: 474px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox.side {
    margin-top: 40px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox.side.yesCTA {
    margin-top: 8px;
  }
  html#design2017 body.inside2017.casestudy .contentmodule-quote {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .contentmodule-metrics {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .contentmodule-metrics section.case .stat {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy .contentmodule-graphic {
    padding-top: 40px;
    padding-bottom: 12px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .contentmodule-graphic .row.padded {
    padding-left: 0;
    padding-right: 0;
  }
  html#design2017 body.inside2017.casestudy .paragraph-with-metrics {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy .paragraph-with-metrics p:last-of-type {
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy .paragraph-with-bullets {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy .paragraph-with-bullets p:last-of-type {
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy .oldentryfix {
    padding-bottom: 0;
    margin-top: -20px;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy section.case .longtext p:last-of-type {
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero {
    height: 670px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero h1 {
    font-size: 50px;
    line-height: 74px;
    margin: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero ul.inside-hero-share {
    margin-top: 18px;
    margin-bottom: 50px;
    padding-bottom: 0px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero t p.primary-topic {
    margin-top: 0px;
    font-size: 14px;
    line-height: 26px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero p.insight-type {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 26px;
    padding-top: 13px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero h3.insight-title {
    font-size: 24px;
    line-height: 34px;
    padding-top: 9px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero.filtered-insights h1.small00 {
    font-size: 45px;
    line-height: 50px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero.filtered-insights h1.smallz {
    font-size: 50px;
    line-height: 74px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-search-bar {
    position: relative;
    top: -221px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-search-bar .dropdown-menu.open {
    top: 10% !important;
    bottom: 10% !important;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-search-bar .container:before, html#design2017 body.inside2017.casestudy.insightmain #insights-search-bar .recirculation > .spark-line:before, html#design2017 body.inside2017.casestudy.insightmain #insights-search-bar .new-links-module > .spark-line:before, html#design2017 body.inside2017.casestudy.insightmain #insights-search-bar .links-module > .spark-line:before {
    content: unset;
    top: unset;
    left: unset;
    display: unset;
    height: unset;
    width: unset;
    background: none;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 {
    position: relative;
    display: inline-block;
    padding: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .insights-search-bar--copy-wrapper {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box {
    float: none;
    height: 110px;
    width: 100%;
    margin: 0px 12px 0 0;
    padding: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box span.insights-search-bar--title {
    background-color: transparent;
    font-weight: unset;
    max-width: unset;
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    top: 48px;
    left: 30px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box label.search-label {
    background-color: transparent;
    font-weight: unset;
    max-width: unset;
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-style: normal;
    text-align: left;
    position: relative;
    top: 44px;
    left: 30px;
    color: #000;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper {
    background-color: #fff;
    margin: 0;
    height: 94px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select {
    height: 94px;
    width: 100% !important;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select button.btn.dropdown-toggle {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    color: #ee000e;
    line-height: 40px;
    height: 94px;
    width: 100%;
    margin: -5px 13px 0 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select button.btn.dropdown-toggle .filter-option {
    border: 0 none;
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    color: #ee000e;
    line-height: 40px;
    margin-left: 30px;
    width: 290px;
    margin-top: 22px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select button.btn.dropdown-toggle span.caret {
    height: 10px !important;
    width: 16px !important;
    background: url("/a/dist/img/select-arrow-down.png") !important;
    background-size: cover !important;
    top: 46px !important;
    right: 27px !important;
    position: absolute;
    margin-top: 0px;
    vertical-align: middle;
    border: 0px !important;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select:hover {
    border: 1px solid #ee000e;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box div.dropdown-menu ul.dropdown-menu.inner li {
    border-bottom: 0 none;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box div.dropdown-menu ul.dropdown-menu.inner li a span {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    color: #2d3135;
    line-height: 36px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box div.dropdown-menu ul.dropdown-menu.inner li:hover a span {
    color: #ee000e;
    text-decoration: underline;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box.last {
    margin-right: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 button.srchbtn2018.insights-search-bar--submit.cta-right-whiteOnRed {
    position: relative;
    top: 26px;
    right: 5px;
    border: 0 none;
    color: transparent;
    margin: 0;
    text-align: center;
    width: 64px;
    height: 64px;
    margin-top: 24px;
    padding: 0;
    left: 50%;
    right: auto;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 button.srchbtn2018.insights-search-bar--submit.cta-right-whiteOnRed:hover {
    text-align: center;
    margin-top: 24px;
    height: 64px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 button.srchbtn2018.insights-search-bar--submit.cta-right-whiteOnRed {
    left: auto;
    right: -30px;
    top: 12px;
  }
}

@media (min-width: 768px) {
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards {
    background: #fff;
    margin: -150px 0 0 0;
    top: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .content {
    display: table-cell;
    vertical-align: bottom;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item {
    position: relative;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item a.tag {
    font-size: 14px;
    line-height: 26px;
    padding: 3px 20px 0px;
    text-align: center;
    position: absolute;
    height: 34px;
    top: -16px;
    display: block;
    z-index: 9;
    right: -11px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item a.tag:hover {
    color: #fff;
    text-decoration: underline;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item p.tag {
    font-size: 14px;
    line-height: 26px;
    padding: 3px 20px 0px;
    text-align: center;
    position: absolute;
    height: 34px;
    top: -16px;
    display: block;
    z-index: 9;
    right: -11px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile {
    display: table;
    position: relative;
    background-size: cover;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile p.tag {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
    padding: 3px 20px 0px;
    background-color: #ff555f;
    text-align: center;
    position: absolute;
    height: 34px;
    text-transform: uppercase;
    right: -10px;
    top: -16px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile p.tag a {
    color: #fff;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile p.tag a:hover {
    color: #fff;
    text-decoration: underline;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile p.type {
    font-family: "Guardian Egyptian Medium";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin-bottom: 11px;
    margin-left: 30px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile h3 {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0;
    line-height: 42px;
    padding-bottom: 4px;
    width: 80%;
    margin-left: 30px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.one a.tag {
    right: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.one .tile {
    width: 98%;
    height: 539px;
    margin-bottom: 60px;
    margin-left: 10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.one .tile p.type {
    margin-left: 35px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.one .tile h3 {
    width: 80%;
    font-size: 40px;
    line-height: 54px;
    padding-bottom: 20px;
    margin-left: 35px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.two .tile {
    width: 512px;
    height: 412px;
    margin-left: 10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.three a.tag {
    right: -11px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.three .tile {
    width: 410px;
    height: 450px;
    position: relative;
    left: 35%;
    float: none;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.four .tile {
    width: 410px;
    height: 310px;
    left: 10px;
    top: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.five a.tag {
    right: -11px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.five .tile {
    width: 513px;
    height: 266px;
    z-index: 10;
    left: 20%;
    float: none;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile {
    width: 100%;
    height: 700px;
    margin-top: calc(4.2358em * 1.1);
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile .container .row, html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile .recirculation > .spark-line .row, html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile .new-links-module > .spark-line .row, html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile .links-module > .spark-line .row {
    display: table;
    height: 700px;
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile a.tag {
    position: relative;
    top: 220px;
    right: unset;
    display: inline-block;
    left: 20px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile p.type {
    position: relative;
    top: -200px;
    left: -10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile h3 {
    position: relative;
    top: -200px;
    width: 90%;
    font-size: 40px;
    line-height: 54px;
    padding-bottom: 0px;
    left: -10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.seven .tile {
    width: 410px;
    height: 450px;
    position: relative;
    top: -67px;
    left: 15px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.eight a.tag {
    right: -11px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.eight .tile {
    width: 410px;
    height: 310px;
    position: relative;
    left: 34%;
    float: none;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.last {
    padding-bottom: 60px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.five.last,
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.three.last {
    padding-bottom: 170px;
    margin-bottom: -17px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters {
    margin: 0px 0 40px 0px;
    padding: 80px 0 30px;
    border-bottom: 1px solid #E5E5E5;
    clear: both;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters #insights-cards__pagination {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 34px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters #insights-cards__filters {
    margin-top: 10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters #insights-cards__filters:hover .bootstrap-select.btn-group .dropdown-toggle .caret:after,
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters #insights-cards__filters:hover .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    background-color: #ee000e;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters #insights-cards__filters:hover .bootstrap-select.btn-group button span.filter-option {
    color: #ee000e;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-toggle {
    border: 0 none;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 58%;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-toggle .caret:after,
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    background-color: #000;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group button span.filter-option {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    border: 0 none;
    text-transform: none;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    border: 0 none;
    padding: 10px 0 10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu.open {
    border: 0 none;
    margin: 7px 0;
    box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.2);
    width: 170px;
    left: -19px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu.open:before, html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu.open:after {
    border-color: unset;
    border: 0 none;
    bottom: unset;
    content: '';
    position: unset;
    bottom: unset;
    margin: unset;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group ul.dropdown-menu.inner li:hover a span.text {
    color: #ee000e;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore #events {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list {
    margin-top: 40px;
    padding-bottom: 15px;
    clear: both;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .tagtopic {
    float: left;
    width: 48%;
    margin-top: 4px;
    margin-left: 10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .tagtopic a.topic {
    background-color: #ff555f;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.88px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 20px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .title {
    float: left;
    width: 50%;
    margin: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .title p {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    color: #2d3135;
    letter-spacing: 0.6px;
    line-height: 36px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .title p a:hover {
    color: #ee000e;
    text-decoration: underline;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .title p.type {
    font-family: "Guardian Egyptian Medium";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
    color: #2d3135;
    letter-spacing: 0.5px;
    line-height: 34px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore #insights-cards__learn-more {
    display: block;
    padding: 34px 0 56px;
    text-align: center;
    margin: 100px 0 120px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore #insights-cards__learn-more .cta.inside-hero {
    width: 200px;
    position: relative;
    left: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore #insights-cards__learn-more span {
    background-color: transparent;
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 0;
    font-size: 14px;
    color: #ee000e;
    letter-spacing: 0.88px;
    line-height: 20px;
    border: 0 none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
  }
  html#design2017 body.inside2017.casestudy.insightmain #solutions-promo {
    height: 515px;
    margin-top: -158px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #solutions-promo h2 {
    font-size: 40px;
    line-height: 52px;
    margin-top: 176px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #solutions-promo .sols {
    width: 242px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #solutions-promo .cta.pressevents.contactus {
    width: 250px;
  }
}

@media (min-width: 992px) {
  html#design2017 body.inside2017.casestudy .row.padded {
    margin-left: 0;
    margin-right: 0;
  }
  html#design2017 body.inside2017.casestudy .narrow .row.padded {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy .cd-main-header .container, html#design2017 body.inside2017.casestudy .cd-main-header .recirculation > .spark-line, html#design2017 body.inside2017.casestudy .cd-main-header .new-links-module > .spark-line, html#design2017 body.inside2017.casestudy .cd-main-header .links-module > .spark-line {
    width: 940px;
  }
  html#design2017 body.inside2017.casestudy .container, html#design2017 body.inside2017.casestudy .recirculation > .spark-line, html#design2017 body.inside2017.casestudy .new-links-module > .spark-line, html#design2017 body.inside2017.casestudy .links-module > .spark-line {
    width: 940px;
  }
  html#design2017 body.inside2017.casestudy #cd-primary-nav li.desktop-view {
    margin-left: 0.25em;
  }
  html#design2017 body.inside2017.casestudy section.design2017.hero-internal {
    position: relative;
    width: 100%;
    height: 756px;
    margin-bottom: 0;
    background-size: cover;
  }
  html#design2017 body.inside2017.casestudy .herobg-short {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1.0;
    width: 100%;
    height: 100%;
    background-image: url("/a/dist/img/casestudy-bg-2800-shapetrimmed-new.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 420px;
  }
  html#design2017 body.inside2017.casestudy .shapesbg {
    background: url("/a/dist/img/casestudy-bg-2800-shapeonly.svg") no-repeat top 220px right;
    background-size: 475px;
  }
  html#design2017 body.inside2017.casestudy #hero {
    height: 800px;
    margin: 0;
    position: relative;
    resize: vertical;
  }
  html#design2017 body.inside2017.casestudy #hero .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    resize: vertical;
  }
  html#design2017 body.inside2017.casestudy #hero h1 {
    font-size: 75px;
    line-height: 82px;
  }
  html#design2017 body.inside2017.casestudy #hero h1.small1 {
    font-size: 60px;
    line-height: 75px;
  }
  html#design2017 body.inside2017.casestudy #hero h1.small2 {
    font-size: 60px;
    line-height: 75px;
  }
  html#design2017 body.inside2017.casestudy #hero h1.small3 {
    font-size: 52px;
    line-height: 63px;
  }
  html#design2017 body.inside2017.casestudy #hero h1.small4 {
    font-size: 38px;
    line-height: 50px;
  }
  html#design2017 body.inside2017.casestudy #hero ul.inside-hero-share {
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 32px;
  }
  html#design2017 body.inside2017.casestudy .cta.inside-hero {
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 200px;
    margin-left: 0;
    top: 0;
  }
  html#design2017 body.inside2017.casestudy section.case h2:first-of-type {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy #start {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy section.case.briefbullets {
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy section.case.briefbullets .bb-even {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy section.case.briefbullets .bb-odd p {
    width: 98%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges {
    margin-top: 0;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .space-below {
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges h3 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 34px;
    margin-top: 0;
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges h3.fullWidth {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges h3.halfWidth {
    width: 50%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .longtext p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock {
    height: 375px;
    width: 474px;
    background-position: top center;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock h2 {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 54px;
    padding: 140px 0 0 10px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 38px;
    padding: 0 10px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock .cta.blue p {
    color: #fff;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock .cta.blue a.cta.blueOnWhite {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    cursor: pointer;
    width: 105px;
    height: 105px;
    background: url("/a/dist/img/cta-btn2-right-blueOnWhite.svg") no-repeat center center, url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat -9999px -9999px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock .cta.blue a.cta.blueOnWhite:hover {
    width: 105px;
    height: 105px;
    background: url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat center center;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock > section.case {
    margin-top: 20px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock.second {
    width: 376px;
    height: 394px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock.second h2 {
    padding: 116px 0 0 40px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock.xs {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock {
    height: 640px;
    width: 512px;
    background-position: top center;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock h2 {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 54px;
    padding: 140px 0 0 10px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 38px;
    padding: 0 10px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock .cta.blue p {
    color: #fff;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock .cta.blue a.cta.blueOnWhite {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    cursor: pointer;
    width: 105px;
    height: 105px;
    background: url("/a/dist/img/cta-btn2-right-blueOnWhite.svg") no-repeat center center, url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat -9999px -9999px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock .cta.blue a.cta.blueOnWhite:hover {
    width: 105px;
    height: 105px;
    background: url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat center center;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock > section.case {
    margin-top: 20px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock.second {
    width: 376px;
    height: 394px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock.second h2 {
    padding: 93px 0 0 10px;
  }
  html#design2017 body.inside2017.casestudy section.case.follows {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy section#events.related-insights {
    margin-top: 7px;
    margin-bottom: 350px;
  }
  html#design2017 body.inside2017.casestudy section#press {
    margin-bottom: 300px;
  }
  html#design2017 body.inside2017.casestudy section#press h2,
  html#design2017 body.inside2017.casestudy section#events h2 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 42px;
    margin-bottom: 120px;
    margin-left: 0;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list,
  html#design2017 body.inside2017.casestudy section#events .item-list {
    border-bottom: 1px solid #e4e4e4;
    margin-top: 29px;
    overflow: auto;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list .date,
  html#design2017 body.inside2017.casestudy section#events .item-list .date {
    float: left;
    width: 120px;
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #ee000e;
    letter-spacing: 0.88px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 4px;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list .title,
  html#design2017 body.inside2017.casestudy section#events .item-list .title {
    float: left;
    width: 420px;
    margin-left: 0px;
    margin-bottom: 35px;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list .title p,
  html#design2017 body.inside2017.casestudy section#events .item-list .title p {
    font-family: "Guardian Egyptian Thin";
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-size: 18px;
    color: #2d3135;
    letter-spacing: 1.12px;
    line-height: 24px;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list .location,
  html#design2017 body.inside2017.casestudy section#events .item-list .location {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #EE000E;
    letter-spacing: 0.88px;
    line-height: 20px;
    margin-top: -9px;
  }
  html#design2017 body.inside2017.casestudy section#press {
    margin-top: 263px;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list .title {
    margin-bottom: 5px;
  }
  html#design2017 body.inside2017.casestudy .ebook .row.padded {
    margin-left: 0;
    margin-right: 0;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text .row.padded {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text .longtext h3:first-of-type {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text .longtext h3 {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text.first .longtext p:first-of-type {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text.first .longtext.pdfpage p:first-of-type {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColText {
    padding-top: 0;
    padding-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColText .row.padded {
    padding-left: 0;
    padding-right: 0;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColBlocksFirst .row.padded {
    padding-left: 0;
    padding-right: 0;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColText.first,
  html#design2017 body.inside2017.casestudy .bodycontent-text.first {
    margin-top: 40px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColText section.case.challenges {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColText section.case.challenges h3 {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges.firstoption {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges.firstoption .longtext {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges.firstoption {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges.firstoption h3 {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges.firstoption h3.fullWidth {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy section.design2017.hero-internal {
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.quote {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  html#design2017 body.inside2017.casestudy section.case.relatedgraphic {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy section.case.relatedgraphic .viewbtn {
    width: 204px;
    margin: 13px 0 0;
    height: 150px;
  }
  html#design2017 body.inside2017.casestudy section.case.relatedgraphic .viewbtn p.view {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    line-height: 20px;
    color: #fff;
    width: 204px;
    margin-bottom: 0;
    text-align: center;
  }
  html#design2017 body.inside2017.casestudy section.case.relatedgraphic .viewbtn .cta.red.down.toggleGraphic {
    width: 204px;
    margin: 0;
    left: 3px;
  }
  html#design2017 body.inside2017.casestudy section.case.relatedgraphic p {
    font-size: 42px;
    letter-spacing: 0;
    line-height: 58px;
  }
  html#design2017 body.inside2017.casestudy section.case.relatedgraphic .cta.red.down {
    position: relative;
    left: unset;
    right: 0;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-video {
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColBlocksFirst {
    background-color: #0E4C7A;
    background-image: url("/a/dist/img/solutionsbg-new.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    background-position: left top;
    margin-top: 40px;
    padding-top: 50px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-relatedcontent {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 0;
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-relatedcontent .row.padded {
    padding-left: 0;
    padding-right: 0;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox {
    height: 580px;
    width: 440px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox .copy {
    left: 50px;
    right: 60px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox .copy h2 {
    font-size: 32px;
    line-height: 40px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox .copy p {
    font-size: 20px;
    line-height: 38px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox.one {
    margin-left: 0;
    width: 440px;
    height: 474px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox.two {
    margin-top: 0;
    margin-bottom: 0;
    width: 400px;
    height: 474px;
    position: relative;
    margin-left: 30px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox.side {
    margin-top: 40px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox.side.yesCTA {
    margin-top: 8px;
    margin-left: 60px;
  }
  html#design2017 body.inside2017.casestudy .contentmodule-quote {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .contentmodule-metrics {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .contentmodule-metrics section.case .stat {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy .contentmodule-graphic {
    padding-top: 40px;
    padding-bottom: 12px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .contentmodule-graphic .relatedgraphic.firstoption p {
    font-size: 42px;
    line-height: 58px;
  }
  html#design2017 body.inside2017.casestudy .paragraph-with-metrics {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy .paragraph-with-metrics p:last-of-type {
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy .paragraph-with-bullets {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy .paragraph-with-bullets p:last-of-type {
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy .oldentryfix {
    padding-bottom: 35px;
    margin-top: -44px;
    margin-bottom: -73px;
  }
  html#design2017 body.inside2017.casestudy section.case .longtext p:last-of-type {
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal {
    height: 800px !important;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero {
    height: 800px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero h1 {
    font-size: 100px;
    line-height: 110px;
    margin: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero ul.inside-hero-share {
    margin-top: 10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero p.primary-topic {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
    height: 32px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero p.insight-type {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 34px;
    padding-top: 9px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero h3.insight-title {
    font-size: 30px;
    line-height: 42px;
    padding-top: 0px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero.filtered-insights h1.small0 {
    font-size: 65px;
    line-height: 70px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero.filtered-insights h1.small00 {
    font-size: 65px;
    line-height: 70px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero.filtered-insights h1.smallz {
    font-size: 100px;
    line-height: 110px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-search-bar {
    position: relative;
    top: -115px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-search-bar .dropdown-menu.open {
    top: 72px !important;
    height: 320px;
    bottom: unset !important;
    width: 29%;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 {
    position: relative;
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .insights-search-bar--copy-wrapper {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box {
    float: left;
    height: 112px;
    width: 45%;
    margin: 0px 6px 0 0;
    padding: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box span.insights-search-bar--title {
    background-color: transparent;
    font-weight: unset;
    max-width: unset;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    display: block;
    margin: 0;
    position: unset;
    top: unset;
    left: unset;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box label.search-label {
    background-color: transparent;
    font-weight: unset;
    max-width: unset;
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    font-style: none;
    position: unset;
    top: unset;
    left: unset;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper {
    background-color: #fff;
    margin: 20px 0 10px 0;
    height: 74px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select {
    height: 74px;
    width: 100% !important;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select button.btn.dropdown-toggle {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 18px;
    color: #ee000e;
    line-height: 40px;
    height: 74px;
    width: 100%;
    margin: -5px 13px 0 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select button.btn.dropdown-toggle .filter-option {
    border: 0 none;
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 18px;
    color: #ee000e;
    line-height: 40px;
    margin-left: 12px;
    width: 290px;
    margin-top: 0;
    margin-left: 20px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select button.btn.dropdown-toggle span.caret {
    height: 10px !important;
    width: 16px !important;
    top: 34px !important;
    right: 15px !important;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box div.dropdown-menu ul.dropdown-menu.inner li {
    border-bottom: 0 none;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box div.dropdown-menu ul.dropdown-menu.inner li a span {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    color: #2d3135;
    line-height: 36px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box div.dropdown-menu ul.dropdown-menu.inner li:hover a span {
    color: #ee000e;
    text-decoration: underline;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box.last {
    margin-right: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 button.srchbtn2018.insights-search-bar--submit.cta-right-whiteOnRed {
    margin-top: 30px;
    text-align: unset;
    width: 64px;
    height: 64px;
    padding: 0;
    left: 0;
    right: -30px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 button.srchbtn2018.insights-search-bar--submit.cta-right-whiteOnRed:hover {
    text-align: unset;
    margin-top: 30px;
    padding: 0;
    height: 64px;
  }
}

@media screen and (min-width: 992px) and (min-width: 1024px) {
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 button.srchbtn2018.insights-search-bar--submit.cta-right-whiteOnRed {
    left: auto;
    right: -30px;
    top: 12px;
  }
}

@media (min-width: 992px) {
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards {
    background: #fff;
    margin: -100px 0 0 0;
    top: 0;
    top: -67px;
    left: 10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .content {
    display: table-cell;
    vertical-align: bottom;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item {
    position: relative;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item a.tag {
    position: absolute;
    top: -16px;
    display: block;
    z-index: 9;
    right: -11px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item a.tag:hover {
    color: #fff;
    text-decoration: underline;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item p.tag {
    position: absolute;
    top: -16px;
    display: block;
    z-index: 9;
    right: -11px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile {
    display: table;
    position: relative;
    background-size: cover;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile p.tag {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
    padding: 3px 20px 0px;
    background-color: #ff555f;
    text-align: center;
    position: absolute;
    height: 34px;
    text-transform: uppercase;
    right: -10px;
    top: -16px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile p.tag a {
    color: #fff;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile p.tag a:hover {
    color: #fff;
    text-decoration: underline;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile p.type {
    font-family: "Guardian Egyptian Medium";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin-bottom: 11px;
    margin-left: 30px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile h3 {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0;
    line-height: 42px;
    padding-bottom: 4px;
    width: 80%;
    margin-left: 30px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.one a.tag {
    right: -11px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.one .tile {
    width: 98%;
    height: 642px;
    margin-bottom: 100px;
    margin-left: 10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.one .tile p.type {
    margin-left: 35px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.one .tile h3 {
    width: 60%;
    font-size: 50px;
    line-height: 56px;
    padding-bottom: 20px;
    margin-left: 35px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.two .tile {
    width: 512px;
    height: 412px;
    margin-left: 10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.three .tile {
    width: 410px;
    height: 450px;
    left: 45%;
    float: none;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.four .tile {
    width: 410px;
    height: 310px;
    left: 10px;
    top: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.five .tile {
    width: 513px;
    height: 266px;
    z-index: 10;
    left: 33%;
    float: none;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile {
    width: 100%;
    height: 700px;
    margin-top: calc(4.2358em * 1.1);
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile .container .row, html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile .recirculation > .spark-line .row, html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile .new-links-module > .spark-line .row, html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile .links-module > .spark-line .row {
    display: table;
    height: 700px;
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile a.tag {
    position: relative;
    top: 220px;
    right: unset;
    display: inline-block;
    left: 20px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile p.type {
    position: relative;
    top: -200px;
    left: -10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile h3 {
    position: relative;
    top: -200px;
    width: 65%;
    font-size: 50px;
    line-height: 56px;
    padding-bottom: 0px;
    left: -10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.seven .tile {
    width: 410px;
    height: 450px;
    position: relative;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insight-item.eight .tile {
    width: 410px;
    height: 310px;
    position: relative;
    left: 45%;
    float: none;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insight-item.last {
    padding-bottom: 70px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insight-item.five.last,
  html#design2017 body.inside2017.casestudy.insightmain .insight-item.three.last {
    padding-bottom: 170px;
    margin-bottom: 115px;
  }
  .insights-cards__pagination-filters {
    margin: 0px 0 40px 0px;
    padding: 80px 0 30px;
    border-bottom: 1px solid #E5E5E5;
    clear: both;
  }
  .insights-cards__pagination-filters #insights-cards__pagination {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 34px;
  }
  .insights-cards__pagination-filters #insights-cards__filters {
    margin-top: 10px;
  }
  .insights-cards__pagination-filters #insights-cards__filters:hover .bootstrap-select.btn-group .dropdown-toggle .caret:after,
  .insights-cards__pagination-filters #insights-cards__filters:hover .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    background-color: #ee000e;
  }
  .insights-cards__pagination-filters #insights-cards__filters:hover .bootstrap-select.btn-group button span.filter-option {
    color: #ee000e;
  }
  .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-toggle {
    border: 0 none;
  }
  .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 58%;
  }
  .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-toggle .caret:after,
  .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    background-color: #000;
  }
  .insights-cards__pagination-filters .bootstrap-select.btn-group button span.filter-option {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    border: 0 none;
    text-transform: none;
  }
  .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    border: 0 none;
    padding: 10px 0 10px;
  }
  .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu.open {
    border: 0 none;
    margin: 7px 0;
    box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.2);
    width: 170px;
    left: -19px;
  }
  .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu.open:before, .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu.open:after {
    border-color: unset;
    border: 0 none;
    bottom: unset;
    content: '';
    position: unset;
    bottom: unset;
    margin: unset;
  }
  .insights-cards__pagination-filters .bootstrap-select.btn-group ul.dropdown-menu.inner li:hover a span.text {
    color: #ee000e;
  }
  #insightsmore {
    margin-top: 0;
  }
  #insightsmore #events {
    margin-top: 0;
  }
  #insightsmore .item-list {
    margin-top: 40px;
    padding-bottom: 15px;
    clear: both;
  }
  #insightsmore .item-list .tagtopic {
    float: left;
    width: 48%;
    margin-top: 4px;
    margin-left: 10px;
  }
  #insightsmore .item-list .tagtopic a.topic {
    background-color: #ff555f;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.88px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 20px;
  }
  #insightsmore .item-list .title {
    float: left;
    width: 50%;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  #insightsmore .item-list .title p {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    color: #2d3135;
    letter-spacing: 0.6px;
    line-height: 36px;
  }
  #insightsmore .item-list .title p a:hover {
    color: #ee000e;
    text-decoration: underline;
  }
  #insightsmore .item-list .title p.type {
    font-family: "Guardian Egyptian Medium";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
    color: #2d3135;
    letter-spacing: 0.5px;
    line-height: 34px;
  }
  #insightsmore #insights-cards__learn-more {
    display: block;
    padding: 34px 0 56px;
    text-align: center;
    margin: 100px 0 120px;
  }
  #insightsmore #insights-cards__learn-more .cta.inside-hero {
    position: relative;
  }
  #insightsmore #insights-cards__learn-more span {
    background-color: transparent;
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 0;
    font-size: 14px;
    color: #ee000e;
    letter-spacing: 0.88px;
    line-height: 20px;
    border: 0 none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
  }
  #solutions-promo {
    height: 515px;
    margin-top: -158px;
  }
  #solutions-promo h2 {
    font-size: 70px;
    line-height: 80px;
    margin-top: 136px;
  }
  #solutions-promo .sols {
    width: 311px;
  }
  #solutions-promo .cta.pressevents.contactus {
    width: 328px;
  }
}

@media (min-width: 992px) and (max-width: 1034px) {
  html#design2017 body.inside2017.casestudy .relatedContentBox.side .cta.call-out-box {
    right: 50px;
  }
}

@media (min-width: 1035px) and (max-width: 1200px) {
  html#design2017 body.inside2017.casestudy .relatedContentBox.side .cta.call-out-box {
    right: 30px;
  }
}

@media (min-width: 1200px) {
  html#design2017 body.inside2017.casestudy {
    /*
	section.case .longtext ul:last-of-type {
		padding-bottom: 0;
	} */
    /* .firstoption .longtext p:first-of-type {
		width: 43%;
	} */
  }
  html#design2017 body.inside2017.casestudy .row.padded {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  html#design2017 body.inside2017.casestudy .narrow .row.padded {
    margin-left: 0;
    margin-right: 0;
  }
  html#design2017 body.inside2017.casestudy .cd-main-header .container, html#design2017 body.inside2017.casestudy .cd-main-header .recirculation > .spark-line, html#design2017 body.inside2017.casestudy .cd-main-header .new-links-module > .spark-line, html#design2017 body.inside2017.casestudy .cd-main-header .links-module > .spark-line {
    width: 1240px;
  }
  html#design2017 body.inside2017.casestudy .container, html#design2017 body.inside2017.casestudy .recirculation > .spark-line, html#design2017 body.inside2017.casestudy .new-links-module > .spark-line, html#design2017 body.inside2017.casestudy .links-module > .spark-line {
    width: 1240px;
  }
  html#design2017 body.inside2017.casestudy .container.cards--row, html#design2017 body.inside2017.casestudy .recirculation > .cards--row.spark-line, html#design2017 body.inside2017.casestudy .new-links-module > .cards--row.spark-line, html#design2017 body.inside2017.casestudy .links-module > .cards--row.spark-line {
    width: auto;
    max-width: 1110px;
  }
  html#design2017 body.inside2017.casestudy ol li {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 34px;
  }
  html#design2017 body.inside2017.casestudy section.design2017.hero-internal {
    position: relative;
    width: 100%;
    height: 905px;
    margin-bottom: 0;
    background-size: cover;
  }
  html#design2017 body.inside2017.casestudy .herobg-short {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1.0;
    width: 100%;
    height: 100%;
    background-image: url("/a/dist/img/casestudy-bg-2800-shapetrimmed-new.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 684px;
  }
  html#design2017 body.inside2017.casestudy #hero {
    height: 904px;
    margin: 0;
    position: relative;
    resize: vertical;
  }
  html#design2017 body.inside2017.casestudy #hero .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    resize: vertical;
  }
  html#design2017 body.inside2017.casestudy #hero p.insighttype,
  html#design2017 body.inside2017.casestudy #hero h4 {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  html#design2017 body.inside2017.casestudy #hero h1 {
    font-family: "Guardian Egyptian Thin";
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-size: 100px;
    color: #fff;
    letter-spacing: 0;
    line-height: 110px;
    text-transform: none;
    margin: 15px 0 46px;
  }
  html#design2017 body.inside2017.casestudy #hero h1.small1 {
    font-size: 100px;
    line-height: 110px;
  }
  html#design2017 body.inside2017.casestudy #hero h1.small2 {
    font-size: 85px;
    line-height: 110px;
  }
  html#design2017 body.inside2017.casestudy #hero h1.small3 {
    font-size: 60px;
    line-height: 72px;
  }
  html#design2017 body.inside2017.casestudy #hero h1.small4 {
    font-size: 60px;
    line-height: 78px;
    width: 84%;
  }
  html#design2017 body.inside2017.casestudy #hero h2 {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy #hero p {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0;
    line-height: 44px;
  }
  html#design2017 body.inside2017.casestudy #hero p.hero-subtitle {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy #hero ul.inside-hero-share {
    padding-top: 0;
    margin-top: 30px;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy #hero .content.hasBullet1 {
    margin-top: 60px;
  }
  html#design2017 body.inside2017.casestudy .cta.inside-hero {
    width: 98px;
    position: relative;
    margin-left: 90px;
    top: 54px;
  }
  html#design2017 body.inside2017.casestudy .cta.inside-hero span {
    float: none;
    position: absolute;
    top: -89px;
    left: 21px;
  }
  html#design2017 body.inside2017.casestudy .cta.inside-hero a {
    float: none;
    position: absolute;
    top: -14px;
  }
  html#design2017 body.inside2017.casestudy section.case {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy section.case h2 {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: uppercase;
    margin-top: 70px;
    margin-bottom: 15px;
  }
  html#design2017 body.inside2017.casestudy section.case h2:first-of-type {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy section.case p {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    color: #2d3135;
    letter-spacing: 0.27px;
    line-height: 40px;
  }
  html#design2017 body.inside2017.casestudy section.case p.lead {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    color: #000;
    letter-spacing: 0;
    line-height: 44px;
    margin-bottom: 100px;
  }
  html#design2017 body.inside2017.casestudy section.case h3 {
    font-family: "Guardian Egyptian Thin";
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    color: #ee000e;
    letter-spacing: 0;
    line-height: 34px;
    margin-bottom: 26px;
  }
  html#design2017 body.inside2017.casestudy section.case h4 {
    color: #000;
  }
  html#design2017 body.inside2017.casestudy section.case .longtext p {
    font-family: "Guardian Egyptian Regular";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin-bottom: 28px;
  }
  html#design2017 body.inside2017.casestudy section.case .results {
    margin-top: 80px;
  }
  html#design2017 body.inside2017.casestudy section.case .stat {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 32px;
    margin-bottom: 66px;
  }
  html#design2017 body.inside2017.casestudy section.case .stat .stat-number-large {
    font-family: "Guardian Egyptian -SemiBold";
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-size: 150px;
    color: #ff555f;
    letter-spacing: 0.42px;
    line-height: 150px;
  }
  html#design2017 body.inside2017.casestudy section.case .stat .stat-number-large span.sup {
    font-family: "Guardian Egyptian -SemiBold";
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-size: 40px;
    color: #ff555f;
    letter-spacing: 0.28px;
    line-height: 60px;
    text-transform: uppercase;
    vertical-align: text-top;
    margin-left: 9px;
  }
  html#design2017 body.inside2017.casestudy section.case .stat .stat-caption {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #2D3135;
    letter-spacing: 0;
    line-height: 30px;
    text-transform: none;
    margin-top: -20px;
  }
  html#design2017 body.inside2017.casestudy section.case .stat:last-of-type {
    border: 0 none;
    margin-bottom: 50px;
  }
  html#design2017 body.inside2017.casestudy section.case .video {
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
  }
  html#design2017 body.inside2017.casestudy #start {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy section.case.briefbullets {
    display: inline-block;
    margin-top: 60px;
    padding-bottom: 0px;
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy section.case.briefbullets h2:first-of-type {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.briefbullets ul li,
  html#design2017 body.inside2017.casestudy section.case.briefbullets ol li {
    line-height: 40px !important;
    margin-bottom: 1em;
  }
  html#design2017 body.inside2017.casestudy section.case.briefbullets .bb-even {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy section.case.briefbullets .bb-odd p {
    width: 92%;
  }
  html#design2017 body.inside2017.casestudy section.case.briefbullets .bb-odd ul li,
  html#design2017 body.inside2017.casestudy section.case.briefbullets .bb-odd ol li {
    width: 93%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges {
    margin-top: 0;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .space-below {
    margin-bottom: 0px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges h2.line {
    background: url("/a/dist/img/casestudy-h2-line-large.svg") no-repeat left 150px center;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges h3,
  html#design2017 body.inside2017.casestudy section.case.challenges h4 {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 46px;
    margin-top: 35px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges h3 {
    margin-top: 0;
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges h3.fullWidth {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .longtext p {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin-bottom: 28px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock {
    height: 640px;
    width: 512px;
    background-position: top center;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock h2 {
    font-size: 50px;
    letter-spacing: 0;
    line-height: 54px;
    padding: 140px 0 0 0px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock p {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 38px;
    padding: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock .cta.blue p {
    color: #fff;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock .cta.blue a.cta.blueOnWhite {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    cursor: pointer;
    width: 105px;
    height: 105px;
    background: url("/a/dist/img/cta-btn2-right-blueOnWhite.svg") no-repeat center center, url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat -9999px -9999px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock .cta.blue a.cta.blueOnWhite:hover {
    width: 105px;
    height: 105px;
    background: url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat center center;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock > section.case {
    margin-top: 20px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock.second {
    width: 618px;
    height: 659px;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges .darkbluebgblock.second h2 {
    padding: 253px 0 0 40px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock {
    height: 640px;
    width: 512px;
    background-position: top center;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock h2 {
    font-size: 50px;
    letter-spacing: 0;
    line-height: 54px;
    padding: 140px 0 0 6px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock p {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 38px;
    padding: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock .cta.blue p {
    color: #fff;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock .cta.blue a.cta.blueOnWhite {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    cursor: pointer;
    width: 105px;
    height: 105px;
    background: url("/a/dist/img/cta-btn2-right-blueOnWhite.svg") no-repeat center center, url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat -9999px -9999px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock .cta.blue a.cta.blueOnWhite:hover {
    width: 105px;
    height: 105px;
    background: url("/a/dist/img/cta-btn2-right-blueOnWhite-hoverWhiteOnRed.svg") no-repeat center center;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock > section.case {
    margin-top: 20px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock.second {
    width: 618px;
    height: 659px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock.second h2 {
    padding: 220px 0 0 20px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock.second p {
    margin-left: 53px;
  }
  html#design2017 body.inside2017.casestudy .bluebg {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy section.case.quote {
    margin-top: 50px;
    margin-bottom: 56px;
  }
  html#design2017 body.inside2017.casestudy section.case.quote img.quotemark {
    height: 69px;
    width: 41px;
  }
  html#design2017 body.inside2017.casestudy section.case.quote p.quote {
    font-size: 42px;
    letter-spacing: 0;
    line-height: 58px;
    margin-top: 30px;
  }
  html#design2017 body.inside2017.casestudy section.case.relatedgraphic {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy section.case.relatedgraphic .viewbtn {
    width: 204px;
    margin: 13px 0 0;
    height: 150px;
  }
  html#design2017 body.inside2017.casestudy section.case.relatedgraphic .viewbtn p.view {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    line-height: 20px;
    color: #fff;
    width: 204px;
    margin-bottom: 0;
    text-align: center;
  }
  html#design2017 body.inside2017.casestudy section.case.relatedgraphic .viewbtn .cta.red.down.toggleGraphic {
    width: 204px;
    margin: 0;
    left: 3px;
  }
  html#design2017 body.inside2017.casestudy section.case.relatedgraphic p {
    font-size: 42px;
    letter-spacing: 0;
    line-height: 58px;
  }
  html#design2017 body.inside2017.casestudy section.case.relatedgraphic .cta.red.down {
    position: relative;
    left: unset;
    right: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.relatedgraphic .space-above {
    margin-top: 60px;
  }
  html#design2017 body.inside2017.casestudy .casestudyshapes {
    background-size: 1400px;
  }
  html#design2017 body.inside2017.casestudy section.case.solution {
    margin-top: 0;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.solution h3 {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 46px;
    margin-right: 60px;
    margin-top: 80px;
  }
  html#design2017 body.inside2017.casestudy section.case.solution p {
    color: #fff;
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin-right: 60px;
  }
  html#design2017 body.inside2017.casestudy section.case.solution ul {
    margin-left: 25px;
  }
  html#design2017 body.inside2017.casestudy section.case.solution ul li {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.57px;
    line-height: 30px;
    margin-bottom: 28px;
  }
  html#design2017 body.inside2017.casestudy section.case.solution .space-below {
    margin-bottom: 120px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 {
    margin-top: 50px;
    margin-bottom: 120px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 h3 {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 46px;
    margin-top: 50px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 p {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 ul {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 25px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 ul li {
    list-style-position: inside;
    text-indent: -30px;
    padding-left: 28px;
    font-size: 16px;
    letter-spacing: 0.57px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  html#design2017 body.inside2017.casestudy section.case.results2 .darkbluebgblock.second {
    margin-top: 30px;
  }
  html#design2017 body.inside2017.casestudy section.case.follows {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy section#events.related-insights {
    margin-top: 66px;
    margin-bottom: 350px;
  }
  html#design2017 body.inside2017.casestudy section#press {
    margin-bottom: 300px;
  }
  html#design2017 body.inside2017.casestudy section#press h2,
  html#design2017 body.inside2017.casestudy section#events h2 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 42px;
    margin-bottom: 120px;
    margin-left: 0;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list,
  html#design2017 body.inside2017.casestudy section#events .item-list {
    border-bottom: 1px solid #e4e4e4;
    margin-top: 29px;
    overflow: auto;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list .date,
  html#design2017 body.inside2017.casestudy section#events .item-list .date {
    float: left;
    width: 200px;
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #ee000e;
    letter-spacing: 0.88px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 4px;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list .title,
  html#design2017 body.inside2017.casestudy section#events .item-list .title {
    float: left;
    width: 480px;
    margin-left: 0px;
    margin-bottom: 35px;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list .title p,
  html#design2017 body.inside2017.casestudy section#events .item-list .title p {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    color: #2d3135;
    letter-spacing: 0.6px;
    line-height: 36px;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list .location,
  html#design2017 body.inside2017.casestudy section#events .item-list .location {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #EE000E;
    letter-spacing: 0.88px;
    line-height: 20px;
    margin-top: -9px;
  }
  html#design2017 body.inside2017.casestudy section#press {
    margin-top: 263px;
  }
  html#design2017 body.inside2017.casestudy section#press .item-list .title {
    margin-bottom: 5px;
  }
  html#design2017 body.inside2017.casestudy .pressbg {
    background-position: 284px 0px;
  }
  html#design2017 body.inside2017.casestudy .eventsbg {
    background-position: -204px 602px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-abstract p {
    font-size: 20px;
    line-height: 34px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text .row.padded {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text .longtext h3:first-of-type {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text.first .longtext p:first-of-type {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text.first .longtext.pdfpage p:first-of-type {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges.firstoption {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges.firstoption h3 {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges.firstoption h3.fullWidth {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy section.case.challenges.firstoption .longtext {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy section.design2017.hero-internal {
    margin-bottom: 60px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColText {
    padding-top: 0;
    padding-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColText.first,
  html#design2017 body.inside2017.casestudy .bodycontent-text.first {
    margin-top: 40px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColText section.case.challenges {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColText section.case.challenges h3 {
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-embed {
    margin-top: 0;
    margin-bottom: 30px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-video {
    margin-top: 0px;
    margin-bottom: 60px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-emphasisline {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColBlocksFirst {
    background-color: #0E4C7A;
    background-image: url("/a/dist/img/solutionsbg-new.svg");
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    background-position: left top;
    margin-top: 50px;
    padding-top: 87px;
    margin-bottom: 40px;
    padding-bottom: 50px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-relatedcontent {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-relatedcontent .row.padded {
    padding-left: 0;
    padding-right: 0;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox {
    height: 639px;
    width: 514px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox .copy {
    left: 40px;
    right: 85px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox .copy h2 {
    font-size: 42px;
    line-height: 52px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox .copy p {
    font-size: 24px;
    line-height: 38px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox.one {
    margin-left: 0;
    margin: 0 auto;
    width: 618px;
    height: 659px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox.two {
    margin-bottom: 40px;
    width: 514px;
    height: 659px;
    position: relative;
    margin-left: 50px;
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox.side {
    margin-top: 40px;
  }
  html#design2017 body.inside2017.casestudy .relatedContentBox.side.yesCTA {
    margin-top: 8px;
    margin-left: 40px;
  }
  html#design2017 body.inside2017.casestudy .contentmodule-quote {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .contentmodule-metrics {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .contentmodule-metrics section.case .stat {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy .contentmodule-graphic {
    padding-top: 40px;
    padding-bottom: 12px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.casestudy .contentmodule-graphic .relatedgraphic.firstoption p {
    font-size: 42px;
    line-height: 58px;
  }
  html#design2017 body.inside2017.casestudy .paragraph-with-metrics {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy .paragraph-with-metrics p:last-of-type {
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy .paragraph-with-bullets {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy .paragraph-with-bullets p:last-of-type {
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy .oldentryfix {
    padding-bottom: 175px;
    margin-top: 60px;
  }
  html#design2017 body.inside2017.casestudy section.case .longtext p:last-of-type {
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal {
    height: 800px !important;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero {
    height: 800px;
    margin-top: 40px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero h1 {
    font-size: 100px;
    line-height: 110px;
    margin: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero ul.inside-hero-share {
    margin-top: 10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero p.primary-topic {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
    height: 32px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero p.insight-type {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 34px;
    padding-top: 9px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero h3.insight-title {
    font-size: 30px;
    line-height: 42px;
    padding-top: 0px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero.filtered-insights h1.small0 {
    font-size: 65px;
    line-height: 70px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero.filtered-insights h1.small00 {
    font-size: 80px;
    line-height: 90px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .hero-internal #hero.filtered-insights h1.smallz {
    font-size: 100px;
    line-height: 110px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-search-bar {
    position: relative;
    top: -168px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-search-bar .dropdown-menu.open {
    top: 72px !important;
    height: 320px;
    bottom: unset !important;
    width: 29%;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 {
    position: relative;
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box {
    height: 112px;
    width: 23%;
    margin: 0px 12px 0 0;
    padding: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box span.insights-search-bar--title {
    font-size: 14px;
    line-height: 26px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box label.search-label {
    font-size: 14px;
    line-height: 26px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper {
    background-color: #fff;
    margin: 20px 0 10px 0;
    height: 74px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select {
    height: 74px;
    width: 100% !important;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select button.btn.dropdown-toggle {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    color: #ee000e;
    line-height: 40px;
    height: 74px;
    width: 100%;
    margin: -5px 13px 0 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select button.btn.dropdown-toggle .filter-option {
    border: 0 none;
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    color: #ee000e;
    line-height: 40px;
    margin-left: 29px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 .search-select-box .select-wrapper .btn-group.bootstrap-select button.btn.dropdown-toggle span.caret {
    right: 27px !important;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 button.srchbtn2018.insights-search-bar--submit.cta-right-whiteOnRed {
    margin-top: 0px;
    left: 50%;
    right: auto;
    width: 64px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 button.srchbtn2018.insights-search-bar--submit.cta-right-whiteOnRed:hover {
    width: 64px;
    margin-top: 0px;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1024px) {
  html#design2017 body.inside2017.casestudy.insightmain #search-bar-v2 button.srchbtn2018.insights-search-bar--submit.cta-right-whiteOnRed {
    left: auto;
    right: -30px !important;
    top: 50px !important;
  }
}

@media (min-width: 1200px) {
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards {
    background: #fff;
    margin: -100px 0 0 0;
    top: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .content {
    display: table-cell;
    vertical-align: bottom;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item {
    position: relative;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item a.tag {
    top: -16px;
    display: block;
    z-index: 9;
    right: -11px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item a.tag:hover {
    color: #fff;
    text-decoration: underline;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item p.tag {
    top: -16px;
    display: block;
    z-index: 9;
    right: -11px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile {
    display: table;
    position: relative;
    background-size: cover;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile p.tag {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
    padding: 3px 20px 0px;
    background-color: #ff555f;
    text-align: center;
    position: absolute;
    height: 34px;
    text-transform: uppercase;
    right: -10px;
    top: -16px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile p.tag a {
    color: #fff;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile p.tag a:hover {
    color: #fff;
    text-decoration: underline;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile p.type {
    font-family: "Guardian Egyptian Medium";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin-bottom: 11px;
    margin-left: 30px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item .tile h3 {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0;
    line-height: 42px;
    padding-bottom: 4px;
    width: 80%;
    margin-left: 30px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.one .tile {
    width: 98%;
    height: 642px;
    margin-bottom: 100px;
    margin-left: 10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.one .tile p.type {
    margin-left: 35px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.one .tile h3 {
    width: 60%;
    font-size: 50px;
    line-height: 56px;
    padding-bottom: 20px;
    margin-left: 35px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.two .tile {
    width: 512px;
    height: 412px;
    margin-left: 10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.three .tile {
    width: 410px;
    height: 450px;
    left: 0;
    float: none;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.four .tile {
    width: 410px;
    height: 310px;
    left: 101px;
    top: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.five .tile {
    width: 513px;
    height: 266px;
    z-index: 10;
    left: 0;
    float: none;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile {
    width: 100%;
    height: 700px;
    margin-top: calc(4.2358em * 1.1);
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile .container .row, html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile .recirculation > .spark-line .row, html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile .new-links-module > .spark-line .row, html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile .links-module > .spark-line .row {
    display: table;
    height: 700px;
    width: 100%;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile a.tag {
    position: relative;
    top: 234px;
    right: unset;
    display: inline-block;
    left: 35px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile p.type {
    position: relative;
    top: -200px;
    left: 5px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.six .tile h3 {
    position: relative;
    top: -200px;
    width: 65%;
    font-size: 50px;
    line-height: 56px;
    padding-bottom: 0px;
    left: 5px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.seven .tile {
    width: 410px;
    height: 450px;
    position: relative;
    top: -67px;
    left: 101px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.eight .tile {
    width: 410px;
    height: 310px;
    position: relative;
    left: 0;
    float: none;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.last {
    padding-bottom: 80px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.three.last,
  html#design2017 body.inside2017.casestudy.insightmain #insights-cards .insight-item.five.last {
    padding-bottom: 200px;
    margin-bottom: 115px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters {
    margin: 0px 0 40px 10px;
    padding: 80px 0 30px;
    border-bottom: 1px solid #E5E5E5;
    clear: both;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters #insights-cards__pagination {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 34px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters #insights-cards__filters {
    margin-top: 10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters #insights-cards__filters:hover .bootstrap-select.btn-group .dropdown-toggle .caret:after,
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters #insights-cards__filters:hover .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    background-color: #ee000e;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters #insights-cards__filters:hover .bootstrap-select.btn-group button span.filter-option {
    color: #ee000e;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-toggle {
    border: 0 none;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 58%;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-toggle .caret:after,
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    background-color: #000;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group button span.filter-option {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    border: 0 none;
    text-transform: none;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu li a span.text {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    border: 0 none;
    padding: 10px 0 10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu.open {
    border: 0 none;
    margin: 7px 0;
    box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.2);
    width: 170px;
    left: -19px;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu.open:before, html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group .dropdown-menu.open:after {
    border-color: unset;
    border: 0 none;
    bottom: unset;
    content: '';
    position: unset;
    bottom: unset;
    margin: unset;
  }
  html#design2017 body.inside2017.casestudy.insightmain .insights-cards__pagination-filters .bootstrap-select.btn-group ul.dropdown-menu.inner li:hover a span.text {
    color: #ee000e;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore #events {
    margin-top: 0;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list {
    margin-top: 40px;
    padding-bottom: 15px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .tagtopic {
    float: left;
    width: 410px;
    margin-top: 4px;
    margin-left: 10px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .tagtopic a.topic {
    background-color: #ff555f;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.88px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 20px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .title {
    float: left;
    width: 600px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .title p {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    color: #2d3135;
    letter-spacing: 0.6px;
    line-height: 36px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .title p a:hover {
    color: #ee000e;
    text-decoration: underline;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore .item-list .title p.type {
    font-family: "Guardian Egyptian Medium";
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-size: 16px;
    color: #2d3135;
    letter-spacing: 0.5px;
    line-height: 34px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore #insights-cards__learn-more {
    display: block;
    padding: 34px 0 56px;
    text-align: center;
    margin: 100px 0 120px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore #insights-cards__learn-more .cta.inside-hero a.cta-down-whiteOnRed {
    top: -19px;
    left: 25%;
  }
  html#design2017 body.inside2017.casestudy.insightmain #insightsmore #insights-cards__learn-more span {
    background-color: transparent;
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 0;
    font-size: 14px;
    color: #ee000e;
    letter-spacing: 0.88px;
    line-height: 20px;
    border: 0 none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
  }
  html#design2017 body.inside2017.casestudy.insightmain #solutions-promo {
    height: 562px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #solutions-promo h2 {
    font-size: 70px;
    line-height: 80px;
    margin-top: 145px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #solutions-promo .sols {
    width: 311px;
  }
  html#design2017 body.inside2017.casestudy.insightmain #solutions-promo .cta.pressevents.contactus {
    width: 328px;
  }
}

@media (min-width: 1200px) and (max-width: 1240px) {
  html#design2017 body.inside2017.casestudy .row.padded {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
  html#design2017 body.inside2017.casestudy #cd-primary-nav li.desktop-view {
    margin-left: 2.4em !important;
  }
  html#design2017 body.inside2017.casestudy .cd-main-header .container, html#design2017 body.inside2017.casestudy .cd-main-header .recirculation > .spark-line, html#design2017 body.inside2017.casestudy .cd-main-header .new-links-module > .spark-line, html#design2017 body.inside2017.casestudy .cd-main-header .links-module > .spark-line {
    width: 1200px;
  }
  html#design2017 body.inside2017.casestudy .container, html#design2017 body.inside2017.casestudy .recirculation > .spark-line, html#design2017 body.inside2017.casestudy .new-links-module > .spark-line, html#design2017 body.inside2017.casestudy .links-module > .spark-line {
    width: 1200px;
  }
  html#design2017 body.inside2017.casestudy #hero .content h1.small3 {
    font-size: 50px;
    line-height: 70px;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-text .row.padded {
    padding-left: 0;
    padding-right: 0;
  }
  html#design2017 body.inside2017.casestudy .bodycontent-twoColText .row.padded {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1260px) {
  html#design2017 body.inside2017.casestudy #hero .content h1.small3 {
    font-size: 50px;
    line-height: 70px;
  }
}

@media (min-width: 1900px) {
  html#design2017 body.inside2017.casestudy .bodycontent-twoColBlocksFirst {
    margin-top: 10px;
    padding-top: 155px;
    margin-bottom: 10px;
  }
}

.no-insight-filters {
  top: 40px !important;
}

.video-type-insight-video {
  padding-top: 0px !important;
}

.insight-type-hero-video.small-hero {
  height: 570px !important;
  margin-bottom: 0 !important;
}

.insight-type-hero-video.small-hero #hero {
  height: 600px !important;
}

.insight-type-hero-video.small-hero .small1 {
  margin-bottom: 0 !important;
}

.insight-type-hero-video.small-hero .row {
  overflow-x: visible !important;
}

.inside-hero-share {
  margin-top: 0 !important;
}

.video-insight-wrapper {
  top: -150px;
  position: relative;
}

html#design2017 body.inside2017.basiclanding {
  /*=================== FLEX BOX =====================*/
  /*==================== PROOF POINTS - WHITE =====================*/
  /*==================== PROOF POINTS - BLUE =====================*/
}

html#design2017 body.inside2017.basiclanding #careers-search-bar {
  position: relative;
}

html#design2017 body.inside2017.basiclanding #careers-search-bar .row {
  border-bottom: 1px solid #ff555f;
  overflow: visible !important;
}

html#design2017 body.inside2017.basiclanding #careers-search-bar .search-wrapper {
  display: flex;
  flex-direction: row;
}

html#design2017 body.inside2017.basiclanding #careers-search-bar .search-widget-icon {
  appearance: none;
  outline: 0;
  border: none;
  margin-right: 12px;
  background-color: transparent;
  cursor: pointer;
}

html#design2017 body.inside2017.basiclanding #careers-search-bar .search-widget-icon .icon, html#design2017 body.inside2017.basiclanding #careers-search-bar .search-widget-icon .chapter-nav__navigation ul::after, .chapter-nav__navigation html#design2017 body.inside2017.basiclanding #careers-search-bar .search-widget-icon ul::after {
  color: #ff555f;
  font-size: 25px;
}

html#design2017 body.inside2017.basiclanding #careers-search-bar input[type='search'] {
  display: inline-block;
  padding-bottom: .2em;
  width: 93%;
  background: transparent;
  color: #ff555f;
  font-size: 3.0em;
  border: none;
}

html#design2017 body.inside2017.basiclanding #careers-search-bar input[type='search']:focus ~ .search-dropdown {
  max-height: 190px;
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  html#design2017 body.inside2017.basiclanding #careers-search-bar input[type='search'] {
    font-size: 1.3em;
  }
}

html#design2017 body.inside2017.basiclanding #careers-search-bar button {
  display: inline-block;
}

html#design2017 body.inside2017.basiclanding #careers-search-bar input[type='search']::placeholder {
  color: #ff555f;
}

html#design2017 body.inside2017.basiclanding #careers-search-bar .cta {
  margin: 0;
  padding: 0;
}

html#design2017 body.inside2017.basiclanding #careers-search-bar .cta button.cta-right-whiteOnRed {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  border: none;
  cursor: pointer;
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-btn2-right-whiteOnRed.svg") no-repeat center center, url("/a/dist/img/cta-btn2-right-whiteOnRed-hoverWhiteOnRed.svg") no-repeat -9999px -9999px;
}

html#design2017 body.inside2017.basiclanding #careers-search-bar .search-dropdown {
  position: absolute;
  top: 102%;
  left: 37px;
  max-height: 0;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  z-index: 10;
  background: #efefef;
  padding: 0 20px;
  opacity: 0;
  transition: all 0.3s linear;
}

@media (max-width: 768px) {
  html#design2017 body.inside2017.basiclanding #careers-search-bar .search-dropdown {
    left: 0;
  }
}

html#design2017 body.inside2017.basiclanding #careers-search-bar .search-dropdown h4 {
  display: block;
  padding-bottom: 10px;
}

html#design2017 body.inside2017.basiclanding #careers-search-bar .search-dropdown__columns {
  display: block;
  column-count: 2;
  column-gap: 20px;
  column-width: 50%;
}

html#design2017 body.inside2017.basiclanding #careers-search-bar .search-dropdown__columns li {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

html#design2017 body.inside2017.basiclanding #careers-search-bar .search-dropdown__columns a,
html#design2017 body.inside2017.basiclanding #careers-search-bar .search-dropdown__columns a:visited {
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #000;
}

html#design2017 body.inside2017.basiclanding #careers-search-bar .search-dropdown__columns a:hover,
html#design2017 body.inside2017.basiclanding #careers-search-bar .search-dropdown__columns a:focus {
  text-decoration: underline;
}

html#design2017 body.inside2017.basiclanding #careers-search-bar .search-dropdown__columns span {
  line-height: 2.9rem;
}

html#design2017 body.inside2017.basiclanding .press-release-button {
  background-color: #ff555f;
  margin-bottom: 20px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-align: center;
  display: inline-block !important;
  color: white !important;
  width: fit-content !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-radius: 52px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  padding: 18px 25px;
}

html#design2017 body.inside2017.basiclanding .game-container .socialPage {
  background-color: #0D99F2;
  display: block !important;
  position: fixed;
  width: 245px;
  padding: 25px;
  padding-right: 0;
  left: 52%;
  margin-left: -150px;
  height: 80px;
  top: 50%;
  margin-top: -100px;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
}

html#design2017 body.inside2017.basiclanding .game-container ul.inside-hero-share {
  padding-top: 0;
  margin-top: 15px;
  margin-bottom: 0;
}

html#design2017 body.inside2017.basiclanding .game-container ul.inside-hero-share li {
  display: inline-block;
  list-style-type: none;
}

html#design2017 body.inside2017.basiclanding .game-container ul.inside-hero-share li:before {
  list-style-type: none;
  content: none;
}

html#design2017 body.inside2017.basiclanding .game-container ul.inside-hero-share a {
  height: 25px;
  width: 25px;
}

html#design2017 body.inside2017.basiclanding .row {
  overflow: hidden;
}

html#design2017 body.inside2017.basiclanding .row.ctaPosfullWidth {
  overflow: visible;
}

html#design2017 body.inside2017.basiclanding .row.padded {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

html#design2017 body.inside2017.basiclanding .narrow .row.padded {
  margin-left: 0;
  margin-right: 0;
}

html#design2017 body.inside2017.basiclanding .theme-white,
html#design2017 body.inside2017.basiclanding .bg-white {
  background-color: #fff;
}

html#design2017 body.inside2017.basiclanding .bg-darkblue {
  background-color: #0e4c7a;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text {
  padding: 0 0;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

html#design2017 body.inside2017.basiclanding section.design2017.hero-evr {
  position: relative;
  width: 100%;
  height: 525px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center, center;
}

html#design2017 body.inside2017.basiclanding section.design2017.hero-evr.video-hero {
  min-height: 525px;
}

html#design2017 body.inside2017.basiclanding section.design2017.hero-evr #hero-landing {
  height: 525px;
}

html#design2017 body.inside2017.basiclanding section.design2017.hero-evr #hero-landing .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-end;
  width: 100%;
  margin-bottom: 28px;
  align-items: center;
}

html#design2017 body.inside2017.basiclanding section.design2017.hero-evr #hero-landing .content h1 {
  text-align: center;
}

@media screen and (min-width: 568px) {
  html#design2017 body.inside2017.basiclanding section.design2017.hero-evr #hero-landing .content {
    flex-direction: row;
    justify-content: space-between;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-evr #hero-landing .content h1 {
    text-align: left;
  }
}

html#design2017 body.inside2017.basiclanding section.design2017.hero-evr #hero-landing .evr-hero-block {
  max-width: 217px;
}

html#design2017 body.inside2017.basiclanding section.design2017.hero-evr #hero-landing .evr-hero-block img {
  width: 100%;
}

html#design2017 body.inside2017.basiclanding section.design2017.hero-evr .container, html#design2017 body.inside2017.basiclanding section.design2017.hero-evr .recirculation > .spark-line, html#design2017 body.inside2017.basiclanding section.design2017.hero-evr .new-links-module > .spark-line, html#design2017 body.inside2017.basiclanding section.design2017.hero-evr .links-module > .spark-line,
html#design2017 body.inside2017.basiclanding section.design2017.hero-evr .row {
  overflow: hidden;
}

html#design2017 body.inside2017.basiclanding section.design2017.hero-landing {
  position: relative;
  width: 100%;
  height: 280px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center, center;
}

html#design2017 body.inside2017.basiclanding section.design2017.hero-landing #overlay-logo-image {
  width: 155px;
  position: absolute;
  left: 4rem;
  top: 10rem;
}

html#design2017 body.inside2017.basiclanding section.design2017.hero-landing #hero-landing {
  height: 280px;
}

html#design2017 body.inside2017.basiclanding section.design2017.hero-landing .container, html#design2017 body.inside2017.basiclanding section.design2017.hero-landing .recirculation > .spark-line, html#design2017 body.inside2017.basiclanding section.design2017.hero-landing .new-links-module > .spark-line, html#design2017 body.inside2017.basiclanding section.design2017.hero-landing .links-module > .spark-line,
html#design2017 body.inside2017.basiclanding section.design2017.hero-landing .row {
  overflow: hidden;
}

html#design2017 body.inside2017.basiclanding section.design2017.hero-landing .hero-subtitle.signature-style {
  font-family: photograph-signature !important;
  font-size: 50px !important;
  line-height: 1 !important;
}

html#design2017 body.inside2017.basiclanding section.design2017.hero-landing.heroHeight {
  height: 404px;
}

html#design2017 body.inside2017.basiclanding section.design2017.hero-landing.heroHeight #hero-landing {
  height: 404px;
}

html#design2017 body.inside2017.basiclanding section.design2017.hero-landing.whygenpact {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

html#design2017 body.inside2017.basiclanding #hero-landing {
  margin: 0 0 0 5px;
  position: relative;
}

html#design2017 body.inside2017.basiclanding #hero-landing .content {
  position: absolute;
  bottom: 0;
  margin-bottom: 32px;
  width: 90%;
}

html#design2017 body.inside2017.basiclanding #hero-landing .content .contact-us-link {
  color: white;
  font-weight: bold;
  align-content: center;
  margin-top: 3px;
}

html#design2017 body.inside2017.basiclanding #hero-landing .content .title-wrapper {
  float: left;
  width: 65%;
}

html#design2017 body.inside2017.basiclanding #hero-landing .content .button-wrapper {
  margin-top: 30px;
}

html#design2017 body.inside2017.basiclanding #hero-landing .content .social-button-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

html#design2017 body.inside2017.basiclanding #hero-landing .content .social-button-wrapper .rounded-button {
  height: 4.2rem;
  width: auto;
}

html#design2017 body.inside2017.basiclanding #hero-landing .content .social-button-wrapper .rounded-button .rounded-button__desc {
  font-size: 1.5rem;
}

html#design2017 body.inside2017.basiclanding #hero-landing .content .social-button-wrapper .rounded-button .rounded-button__icon {
  display: none;
}

html#design2017 body.inside2017.basiclanding #hero-landing .content .social-transparent-button-wrapper .rounded-button {
  background-color: transparent;
}

html#design2017 body.inside2017.basiclanding #hero-landing .content .rounded-button {
  height: 5.2rem;
  width: 16.5rem;
}

html#design2017 body.inside2017.basiclanding #hero-landing p.insighttype,
html#design2017 body.inside2017.basiclanding #hero-landing h4 {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

html#design2017 body.inside2017.basiclanding #hero-landing h1 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 100px;
  color: #fff;
  letter-spacing: 0;
  line-height: 110px;
  text-transform: none;
  padding-bottom: 25px;
  width: 90%;
}

html#design2017 body.inside2017.basiclanding #hero-landing h1.smallz {
  font-size: 40px;
  line-height: 52px;
}

html#design2017 body.inside2017.basiclanding #hero-landing h1.small00 {
  font-size: 40px;
  line-height: 52px;
}

html#design2017 body.inside2017.basiclanding #hero-landing h1.small0 {
  font-size: 30px;
  line-height: 36px;
}

html#design2017 body.inside2017.basiclanding #hero-landing h1.small1 {
  font-size: 28px;
  line-height: 32px;
}

html#design2017 body.inside2017.basiclanding #hero-landing h1.small2 {
  font-size: 30px;
  line-height: 38px;
}

html#design2017 body.inside2017.basiclanding #hero-landing h1.small3 {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 10px;
}

html#design2017 body.inside2017.basiclanding #hero-landing h1.small4 {
  font-size: 20px;
  line-height: 28px;
  width: 85%;
}

html#design2017 body.inside2017.basiclanding #hero-landing h2 {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-top: 0;
}

html#design2017 body.inside2017.basiclanding #hero-landing p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  padding-bottom: 18px;
}

html#design2017 body.inside2017.basiclanding #hero-landing ul.inside-hero-share {
  padding-top: 0;
  margin-top: 15px;
  margin-bottom: 0;
}

html#design2017 body.inside2017.basiclanding #hero-landing ul.inside-hero-share li {
  display: inline-block;
  margin-right: 20px;
}

html#design2017 body.inside2017.basiclanding .cta.inside-hero {
  width: 98px;
  position: relative;
  margin-left: 90px;
  top: 54px;
}

html#design2017 body.inside2017.basiclanding .cta.inside-hero span {
  float: none;
  position: absolute;
  top: -89px;
  left: 21px;
}

html#design2017 body.inside2017.basiclanding .cta.inside-hero a {
  float: none;
  position: absolute;
  top: -14px;
}

html#design2017 body.inside2017.basiclanding h2.section {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 15px;
}

html#design2017 body.inside2017.basiclanding h2.line {
  display: table;
  white-space: nowrap;
  color: #fff;
  width: 97%;
  margin-bottom: 30px;
}

html#design2017 body.inside2017.basiclanding h2.line:after {
  border-top: 1px solid #c0c0c0;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.9em;
  width: 100%;
  left: 1.5%;
  opacity: 0.3;
}

html#design2017 body.inside2017.basiclanding h2.line.black {
  color: #000;
}

html#design2017 body.inside2017.basiclanding h2.line.black:after {
  border-top: 1px solid #c0c0c0;
}

html#design2017 body.inside2017.basiclanding .videoblock {
  margin-top: -20px;
  margin-bottom: 100px;
}

html#design2017 body.inside2017.basiclanding .videoblock svg.vertical-line {
  margin: 0px 0 25px;
}

html#design2017 body.inside2017.basiclanding .videoblock p.caption {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  font-style: normal;
  color: #2d3135;
  letter-spacing: 0.5px;
  line-height: 26px;
  width: 90%;
}

html#design2017 body.inside2017.basiclanding section.bodycontent-text .rightside {
  margin-top: 0;
}

html#design2017 body.inside2017.basiclanding section.bodycontent-text .rightside .relatedContentBox {
  margin-left: 0;
  margin-bottom: 60px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text {
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  padding-top: 20px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text a {
  white-space: normal;
  display: inline;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .leftSide-desktop {
  display: block;
}

@media screen and (min-width: 275px) {
  html#design2017 body.inside2017.basiclanding .bodycontent-text .leftSide-desktop {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  html#design2017 body.inside2017.basiclanding .bodycontent-text .leftSide-desktop {
    display: none;
  }
}

@media screen and (min-width: 1240px) {
  html#design2017 body.inside2017.basiclanding .bodycontent-text .leftSide-desktop {
    display: block;
  }
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .leftSide-mobile {
  display: none;
}

@media screen and (min-width: 275px) {
  html#design2017 body.inside2017.basiclanding .bodycontent-text .leftSide-mobile {
    display: block;
  }
}

@media screen and (min-width: 900px) {
  html#design2017 body.inside2017.basiclanding .bodycontent-text .leftSide-mobile {
    display: block;
  }
}

@media screen and (min-width: 1240px) {
  html#design2017 body.inside2017.basiclanding .bodycontent-text .leftSide-mobile {
    display: none;
  }
}

html#design2017 body.inside2017.basiclanding .bodycontent-text h3.header {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  line-height: 34px;
  color: #ee000e;
  margin-bottom: 30px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text p {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #2d3135;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 28px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text ol {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-family: "Guardian Egyptian Regular" !important;
  color: #2d3135 !important;
  font-size: 16px !important;
  letter-spacing: 0.5px !important;
  line-height: 28px !important;
  margin-bottom: 28px !important;
  list-style: decimal;
  list-style-position: inside;
  font-weight: 300 !important;
  font-style: normal !important;
  font-stretch: normal !important;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text ol {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text ul {
  margin-left: 0;
  padding-bottom: 20px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text ul li {
  list-style-position: inside;
  text-indent: -30px;
  padding-left: 28px;
  color: #000;
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  letter-spacing: 0.57px;
  line-height: 30px;
  margin-bottom: 15px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text ul li:before {
  content: "\2022";
  font-size: 50px;
  padding-right: 12px;
  vertical-align: middle;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text ul li a {
  margin-left: 0px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text p.subhead {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #2d3135;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 28px;
  margin-top: 0;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text p.video-caption {
  font-size: 21px;
  letter-spacing: 0;
  line-height: 28px;
  padding-right: 80px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text p.image-caption {
  font-size: 26px;
  letter-spacing: 0;
  line-height: 36px;
  padding-right: 40px;
  margin-top: 30px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .relatedContentBox {
  position: relative;
  height: 480px;
  width: 375px;
  box-shadow: 2.5px 2.5px 10px 0 rgba(0, 0, 0, 0.2);
  overflow: auto;
  margin-top: 30px;
  background-size: cover;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .relatedContentBox .copy {
  position: absolute;
  top: 46px;
  left: 30px;
  right: 80px;
  overflow: auto;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .relatedContentBox .copy h2 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 40px;
  color: #fff !important;
  letter-spacing: 0;
  line-height: 42px;
  text-transform: none;
  margin-bottom: 25px !important;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .relatedContentBox .copy p {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff !important;
  letter-spacing: 0;
  line-height: 27px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-icon {
  margin-top: 40px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-icon h4 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  color: #000;
  letter-spacing: 0;
  line-height: 46px;
  margin: 6px 0 18px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-icon p.desc {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 34px;
  margin-bottom: 8px;
  width: 85%;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-icon svg.vertical-line {
  margin: 15px 0 40px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-icon a.icon-cta {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.88px;
  line-height: 20px;
  margin-left: -4px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-icon a.icon-cta :hover {
  text-decoration: underline;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-video {
  margin-top: 0px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-video p.caption {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  color: #2d3135;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin-bottom: 0;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-video svg.vertical-line {
  margin: 16px 0 25px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat {
  margin-top: 30px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat .statblock {
  background-color: #ff555f;
  position: relative;
  height: 510px;
  width: 399px;
  box-shadow: 2.5px 2.5px 10px 0 rgba(0, 0, 0, 0.2);
  overflow: auto;
  background-size: cover;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat .statblock .copy {
  position: absolute;
  bottom: 60px;
  left: 40px;
  right: 50px;
  overflow: auto;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat h4 {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 110px;
  color: #fff;
  letter-spacing: 0.31px;
  line-height: 150px;
  margin-bottom: 0px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat h4 span.sup {
  font-size: 40px;
  letter-spacing: 0.28px;
  line-height: 60px;
  text-transform: uppercase;
  vertical-align: text-top;
  margin-left: 9px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat p.caption {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0;
  line-height: 44px;
  margin: 0;
  width: 90%;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-image img {
  width: 400px;
  margin-bottom: 50px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-image p.caption {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  color: #2d3135;
  letter-spacing: 0;
  line-height: 42px;
  width: 80%;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-image div.cta span {
  color: #ee000e;
}

html#design2017 body.inside2017.basiclanding .container-fluid.bodycontent-text {
  padding-top: 0;
  padding-bottom: 0;
}

html#design2017 body.inside2017.basiclanding section.bodycontent-text.noSectionTitle {
  padding-top: 30px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text.bg-darkblue h3 {
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text.bg-darkblue .bodycontent-icon h4,
html#design2017 body.inside2017.basiclanding .bodycontent-text.bg-darkblue .bodycontent-icon p.desc,
html#design2017 body.inside2017.basiclanding .bodycontent-text.bg-darkblue .bodycontent-icon a.icon-cta {
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text.bg-darkblue .bodycontent-video p.caption {
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text.bg-darkblue .bodycontent-stat .statblock {
  background-color: #083261;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text.bg-darkblue .bodycontent-stat h4,
html#design2017 body.inside2017.basiclanding .bodycontent-text.bg-darkblue .bodycontent-stat p.caption {
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text.bg-darkblue .bodycontent-image p.caption,
html#design2017 body.inside2017.basiclanding .bodycontent-text.bg-darkblue .bodycontent-image div.cta span {
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .flex {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 50px;
  padding-bottom: 80px;
  /* .icon-item {
            top: 0;
            margin-bottom: 100px;
        } */
}

html#design2017 body.inside2017.basiclanding .flex .logo-item {
  top: 0;
  margin-bottom: 100px;
}

html#design2017 body.inside2017.basiclanding .flex .proof-item {
  margin-bottom: 0;
}

html#design2017 body.inside2017.basiclanding .row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout h3.header,
html#design2017 body.inside2017.basiclanding .contentmodule-logogrid h3.header {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #ee000e;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 36px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout p.subhead,
html#design2017 body.inside2017.basiclanding .contentmodule-logogrid p.subhead {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 90px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout {
  margin-top: 40px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-background-movement {
  margin-top: 0;
  color: #fff !important;
  z-index: 5;
  overflow: hidden;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-background-movement:before {
  position: absolute;
  top: -80px;
  left: 50%;
  content: '';
  z-index: 6;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 100%;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-background-movement + .videoblock {
  margin-top: 70px;
  z-index: 6;
  background-color: #fff;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-background-movement + .videoblock:before {
  position: absolute;
  width: 150vw;
  height: calc(100vh + 60px);
  content: '';
  background: #fff;
  left: -25vw;
  top: -60px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-background-movement + .videoblock .caption {
  position: relative;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-background-movement ~ div,
html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-background-movement ~ section {
  z-index: 6;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-background-movement h4,
html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-background-movement p {
  color: #fff !important;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-background-movement .flex .icon-item {
  margin: 0 auto 100px !important;
  text-align: center !important;
  flex-basis: 90% !important;
  top: auto !important;
  padding-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-background-movement .flex .icon-item {
    margin: 0 auto 300px !important;
  }
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-background-movement .flex .icon-item h4 {
  font-size: 34px;
  line-height: 38px;
  font-family: "Guardian Egyptian Regular" !important;
}

@media screen and (min-width: 768px) {
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-background-movement .flex .icon-item h4 {
    font-size: 74px;
    line-height: 78px;
  }
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-background-movement .flex .icon-item:nth-child(1) {
  margin-top: 300px !important;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout .background-movement-image {
  position: fixed;
  top: 50vh;
  bottom: auto;
  width: 160vw;
  height: 100vh;
  left: 0;
  opacity: 0;
  transition: transform 0.6s linear, opacity 0.2s linear;
  z-index: 5;
  will-change: transform;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout .background-movement-image img {
  position: absolute;
  width: 270vw;
  height: 170vh;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center right;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout .background-movement-image + .container, html#design2017 body.inside2017.basiclanding .contentmodule-icontout .recirculation > .background-movement-image + .spark-line, html#design2017 body.inside2017.basiclanding .contentmodule-icontout .new-links-module > .background-movement-image + .spark-line, html#design2017 body.inside2017.basiclanding .contentmodule-icontout .links-module > .background-movement-image + .spark-line {
  z-index: 12;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout .flex {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 40px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout .flex .icon-item {
  flex-basis: 65%;
  top: 0px;
  margin-bottom: 80px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout .icon-item {
  margin-bottom: 100px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout .icon-item img {
  margin: 0 auto 0;
  width: 70%;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout .icon-item h4 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #000;
  letter-spacing: 0;
  line-height: 30px;
  margin: 20px 0;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout .icon-item p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 5px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout .icon-item a.ctalink {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #ee000e;
  letter-spacing: 0.88px;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0 -1px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout .icon-item a.ctalink:hover {
  text-decoration: underline;
}

html#design2017 body.inside2017.basiclanding .contentmodule-logogrid h4 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 34px;
  margin: 10px 0;
}

html#design2017 body.inside2017.basiclanding .contentmodule-logogrid .icon-tout .genpact-icons--item {
  background: no-repeat scroll center center;
  height: 65px;
  width: 65px;
  margin: 0 auto;
  margin-bottom: 45px;
  margin-top: 80px;
  background-size: contain;
}

html#design2017 body.inside2017.basiclanding .contentmodule-logogrid .genpact-icons--item img {
  margin: 0 auto 0;
  width: 200px;
}

html#design2017 body.inside2017.basiclanding .icon-tout-new,
html#design2017 body.inside2017.basiclanding .body-content {
  /* .container.section-margins {
            margin-top: 80px;
        } */
  /*
        .genpact-logo--header--h3 {
            @include EgypLight;
            color: #000;
            font-size: 20px;
            line-height: 34px;
            text-transform: none;
            letter-spacing: 0.5;
            margin-bottom: 15px;
        }
        .genpact-icons--header--h3 {
            @include EgypLight;
            color: #000;
            font-size: 30px;
            line-height: 46px;
            text-transform: none;
            letter-spacing: 0;
            margin-bottom: 15px;
        } */
  /*  p.genpact-icons--cta {
            @include EgypLight;
            font-size: 20px;
            letter-spacing: 0.5px;
            line-height: 34px;
            margin-bottom: 0;
            width: 85%;
        } */
  /*   h3.icon-tout-head {
            @include EgypLight;
            font-size: 36px;
            letter-spacing: 0;
            line-height: 60px;
            color: $red;
        }
        p.icon-tout-description {
            @include EgypLight;
            font-size: 20px;
            letter-spacing: 0.5px;
            line-height: 34px;
        } */
  /* p {
            @include EgypLight;
            font-size: 20px;
            letter-spacing: 0.5px;
            line-height: 34px;
        } */
  /*     .icon-tout-vertical-line {
            display: block;
            margin-top: 20px;
            margin-bottom: 20px;
            border-left: 1px solid #d3d3d3;
            height: 50px;
        } */
}

html#design2017 body.inside2017.basiclanding .icon-tout-new a.genpact-icons--cta--link,
html#design2017 body.inside2017.basiclanding .body-content a.genpact-icons--cta--link {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.88px;
}

html#design2017 body.inside2017.basiclanding .icon-tout-new a.genpact-icons--cta--link :hover,
html#design2017 body.inside2017.basiclanding .body-content a.genpact-icons--cta--link :hover {
  text-decoration: underline;
}

html#design2017 body.inside2017.basiclanding .icon-tout-new h2,
html#design2017 body.inside2017.basiclanding .body-content h2 {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  text-transform: uppercase;
}

html#design2017 body.inside2017.basiclanding .icon-tout-new h2.line,
html#design2017 body.inside2017.basiclanding .body-content h2.line {
  display: table;
  white-space: nowrap;
  color: #333;
  width: 97%;
}

html#design2017 body.inside2017.basiclanding .icon-tout-new h2.line:after,
html#design2017 body.inside2017.basiclanding .body-content h2.line:after {
  border-top: 1px solid #c0c0c0;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.9em;
  width: 100%;
  left: 1.5%;
}

html#design2017 body.inside2017.basiclanding .icon-tout-new .theme-blue h2.line,
html#design2017 body.inside2017.basiclanding .body-content .theme-blue h2.line {
  display: table;
  white-space: nowrap;
  color: #fff;
  width: 97%;
}

html#design2017 body.inside2017.basiclanding .icon-tout-new .theme-blue .icon-tout-new h2.line:after,
html#design2017 body.inside2017.basiclanding .body-content .theme-blue .icon-tout-new h2.line:after {
  border-top: 1px solid #fff;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.9em;
  width: 100%;
  left: 1.5%;
  opacity: 0.3;
}

html#design2017 body.inside2017.basiclanding .icon-tout-new .theme-blue h3.icon-tout-head,
html#design2017 body.inside2017.basiclanding .body-content .theme-blue h3.icon-tout-head {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 40px;
  color: #FFF;
}

html#design2017 body.inside2017.basiclanding .icon-tout-new .theme-blue p,
html#design2017 body.inside2017.basiclanding .body-content .theme-blue p {
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .icon-tout-new a,
html#design2017 body.inside2017.basiclanding .body-content a {
  color: #ff555f;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-blue h2.line {
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-blue .icon-tout-new h2.line:after {
  border-top: 1px solid #fff;
  opacity: 0.3;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-blue h3.icon-tout-head,
html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-blue h3.header,
html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-blue h4,
html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-blue p {
  color: #FFF;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-blue .icon-item svg {
  fill: #fff;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.theme-blue .icon-item a.ctalink {
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .theme-white .theme-tout--icon-new,
html#design2017 body.inside2017.basiclanding .body-content .theme-tout--icon-new {
  fill: #ff555f;
  margin-bottom: 20px;
}

html#design2017 body.inside2017.basiclanding .mt-20 {
  margin-top: 20px;
}

html#design2017 body.inside2017.basiclanding .mt-30 {
  margin-top: 30px;
}

html#design2017 body.inside2017.basiclanding .mb-20 {
  margin-bottom: 20px;
}

html#design2017 body.inside2017.basiclanding .mb-30 {
  margin-bottom: 30px;
}

html#design2017 body.inside2017.basiclanding .mb-40 {
  margin-bottom: 40px;
}

html#design2017 body.inside2017.basiclanding .mb-50 {
  margin-bottom: 50px;
}

html#design2017 body.inside2017.basiclanding .mb-60 {
  margin-bottom: 60px;
}

html#design2017 body.inside2017.basiclanding .mb-70 {
  margin-bottom: 70px;
}

html#design2017 body.inside2017.basiclanding .mb-80 {
  margin-bottom: 80px;
}

html#design2017 body.inside2017.basiclanding .rpad-40 {
  padding-right: 40px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints {
  /* .container.section-margins {
            margin-top: 80px;
        } */
  /*  h2 {
            font-family: $sans-serif;
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 26px;
            text-transform: uppercase;
        }
        h2.line {
            display: table;
            white-space: nowrap;
            color: #333;
            width: 97%;
        }
        h2.line:after {
            border-top: 1px solid #c0c0c0;
            content: '';
            display: table-cell;
            position: relative;
            top: 0.9em;
            width: 100%;
            left: 1.5%;
        } */
  /*         .theme-blue {
            h2.line {
                display: table;
                white-space: nowrap;
                color: #fff;
                width: 97%;
            }
            .icon-tout-new h2.line:after {
                border-top: 1px solid #fff;
                content: '';
                display: table-cell;
                position: relative;
                top: 0.9em;
                width: 100%;
                left: 1.5%;
            }
            h3.icon-tout-head {
                @include EgypLight;
                font-size: 36px;
                letter-spacing: 0;
                line-height: 40px;
                color: #FFF;
            }
            p {
                color: #fff;
            }
        } */
  /*         .bg-white.proof-item.count2 {
            margin-top: -450px;
        }
        .proof-item.count3.bg-white {
            width: 510px;
            margin-top: -180px;
        }
        .proof-item.count4.bg-red {
            width: 615px;
            height: 615px;
            margin-top: -40px;
        }
       .bg-white.proof-item.count4 {
            margin-top: -70px;
        }
        .bg-white.proof-item.count5 {
            margin-top: -150px;
        }
        .proof-item.count5.bg-blue {
            margin-top: 100px;

            .darkbluebgblock {
                margin-left: 0;
            }
        }
        .proof-item.count6.bg-white {
            margin-top: -150px;
        } */
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints h3.header {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 34px;
  color: #ee000e;
  margin-bottom: 30px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints p.subhead {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #2d3135;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 90px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints a {
  color: #ff555f;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item {
  width: 100%;
  margin: 0;
  padding: 0;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-content {
  float: none;
  display: table-cell;
  vertical-align: bottom;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .pinkblock,
html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .darkbluebgblock,
html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .whiteblock {
  display: table;
  box-shadow: unset;
  padding: 0 30px 0 30px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints h1 {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 110px;
  line-height: 130px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.42px;
  margin: 0;
  padding: 0;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints h1 span.sup {
  font-size: 40px;
  letter-spacing: 0.28px;
  line-height: 60px;
  text-transform: uppercase;
  vertical-align: text-top;
  margin-left: 9px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints p.proof-copy {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  width: 90%;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .pinkblock {
  background-color: #ff555f;
  width: 100%;
  height: 375px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .darkbluebgblock {
  background-color: unset;
  width: 100%;
  height: 375px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .whiteblock {
  background-color: transparent;
  box-shadow: unset;
  width: 100%;
  height: 375px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .whiteblock h1 {
  color: #ff555f;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .whiteblock p.proof-copy {
  color: #2d3135;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .pinkblock .proof-content,
html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .darkbluebgblock .proof-content,
html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .whiteblock .proof-content {
  padding-left: 0px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.bg-white {
  background-color: transparent;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .bg-white.proof-item.count1 {
  width: 510px;
  margin-top: -140px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .bg-white.proof-item {
  margin-top: -50px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints.bg-darkblue h3.header,
html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints.bg-darkblue p.subhead {
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints.bg-darkblue .whiteblock h1,
html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints.bg-darkblue .whiteblock p.proof-copy {
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .darkbluebgblock.xs,
html#design2017 body.inside2017.basiclanding .body-content .darkbluebgblock.xs {
  width: 100%;
  height: 500px;
  display: flex;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.45);
}

html#design2017 body.inside2017.basiclanding .darkbluebgblock.xs div.proof-content,
html#design2017 body.inside2017.basiclanding .body-content .darkbluebgblock.xs div.proof-content {
  align-self: flex-end;
  padding-bottom: 40px;
}

html#design2017 body.inside2017.basiclanding .darkbluebgblock.xs h1,
html#design2017 body.inside2017.basiclanding .body-content .darkbluebgblock.xs h1 {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 110px;
  line-height: 110px;
  color: #fff;
  margin: 0 40px 10px;
}

html#design2017 body.inside2017.basiclanding .darkbluebgblock.xs span.superscript,
html#design2017 body.inside2017.basiclanding .body-content .darkbluebgblock.xs span.superscript {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  vertical-align: baseline;
  position: relative;
  top: -50px;
  right: 10px;
}

html#design2017 body.inside2017.basiclanding .darkbluebgblock.xs p,
html#design2017 body.inside2017.basiclanding .body-content .darkbluebgblock.xs p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  width: 80%;
  margin: 0 100px 0 40px;
}

html#design2017 body.inside2017.basiclanding .whiteblock.xs,
html#design2017 body.inside2017.basiclanding .body-content .whiteblock.xs {
  background-color: transparent;
  width: 100%;
  height: auto;
  padding: 100px 0;
}

html#design2017 body.inside2017.basiclanding .whiteblock.xs h1,
html#design2017 body.inside2017.basiclanding .body-content .whiteblock.xs h1 {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 110px;
  line-height: 110px;
  color: #ff555f;
  margin: 0 40px 20px;
}

html#design2017 body.inside2017.basiclanding .whiteblock.xs p,
html#design2017 body.inside2017.basiclanding .body-content .whiteblock.xs p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  line-height: 42px;
  width: 80%;
  margin: 0 100px 0 40px;
  color: #2d3135;
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints {
  /* p.subhead {
            @include EgypLight;
            font-size: 20px;
            letter-spacing: 0.5px;
            line-height: 34px;
        } */
}

html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .theme-blue,
html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .theme-white {
  margin: 40px 0;
}

html#design2017 body.inside2017.basiclanding .theme-blue {
  background-color: #0E4C7A;
  padding: 50px 0 50px 0;
  margin-bottom: 80px;
}

html#design2017 body.inside2017.basiclanding .theme-blue h2.line {
  display: table;
  white-space: nowrap;
  color: #fff;
  width: 97%;
}

html#design2017 body.inside2017.basiclanding .theme-blue .icon-tout-new h2.line:after {
  border-top: 1px solid #c0c0c0;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.9em;
  width: 100%;
  left: 1.5%;
}

html#design2017 body.inside2017.basiclanding .theme-blue .icon-tout-new h3.icon-tout-head {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 40px;
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .theme-blue p {
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .theme-blue .darkbluebgblock.xs {
  width: 100%;
  height: 500px;
  display: flex;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.3);
}

html#design2017 body.inside2017.basiclanding .theme-blue .darkbluebgblock.xs div.proof-content {
  align-self: flex-end;
  padding-bottom: 40px;
}

html#design2017 body.inside2017.basiclanding .theme-blue .darkbluebgblock.xs h1 {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 110px;
  line-height: 100px;
  color: #fff;
  margin: 0 40px 10px;
}

html#design2017 body.inside2017.basiclanding .theme-blue .darkbluebgblock.xs span.superscript {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  vertical-align: baseline;
  position: relative;
  top: -50px;
  right: 10px;
}

html#design2017 body.inside2017.basiclanding .theme-blue .darkbluebgblock.xs p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  width: 80%;
  margin: 0 100px 0 40px;
}

html#design2017 body.inside2017.basiclanding .theme-blue .pinkblock.xs {
  background-color: #ff555f;
  width: 100%;
  height: 500px;
  display: table;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.3);
}

html#design2017 body.inside2017.basiclanding .theme-blue .pinkblock.xs div.proof-content {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 40px;
}

html#design2017 body.inside2017.basiclanding .theme-blue .pinkblock.xs h1 {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 110px;
  line-height: 100px;
  color: #fff;
  margin: 0 40px 20px;
}

html#design2017 body.inside2017.basiclanding .theme-blue .pinkblock.xs p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  width: 80%;
  margin: 0 100px 0 40px;
}

html#design2017 body.inside2017.basiclanding .theme-blue .whiteblock.xs {
  background-color: transparent;
  width: 100%;
  height: auto;
  padding: 100px 0;
}

html#design2017 body.inside2017.basiclanding .theme-blue .whiteblock.xs h1 {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 110px;
  line-height: 110px;
  color: #fff;
  margin: 0 40px 10px;
}

html#design2017 body.inside2017.basiclanding .theme-blue .whiteblock.xs p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
  font-size: 30px;
  line-height: 42px;
  width: 80%;
  margin: 0 100px 0 40px;
}

html#design2017 body.inside2017.basiclanding .bg-darkblue {
  background-color: #0e4c7a;
}

html#design2017 body.inside2017.basiclanding .bg-darkblue .bodycontent-text h2.line,
html#design2017 body.inside2017.basiclanding .bg-darkblue .bodycontent-text h3.icon-tout-head,
html#design2017 body.inside2017.basiclanding .bg-darkblue .bodycontent-text .genpact-icons--header--h3,
html#design2017 body.inside2017.basiclanding .bg-darkblue .bodycontent-text p {
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .bg-darkblue .bodycontent-icon svg.theme-tout--icon-new {
  fill: #fff;
}

html#design2017 body.inside2017.basiclanding .bg-darkblue .bodycontent-icon p.genpact-icons--cta,
html#design2017 body.inside2017.basiclanding .bg-darkblue .bodycontent-icon a.genpact-icons--cta--link {
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .bg-darkblue .bodycontent-stat .darkblueblock.pinkblock {
  background-color: #083261;
}

html#design2017 body.inside2017.basiclanding .bg-darkblue .bodycontent-stat .darkblueblock.pinkblock h4,
html#design2017 body.inside2017.basiclanding .bg-darkblue .bodycontent-stat .darkblueblock.pinkblock p {
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .bg-darkblue .bodycontent-video p.video-caption {
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .bg-darkblue .bodycontent-image p.image-caption,
html#design2017 body.inside2017.basiclanding .bg-darkblue .bodycontent-image .cta span {
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .cta-blue {
  margin: 60px 0;
  background-color: #0E4C7A;
  padding: 60px 0;
  background-position: top -200px right -1050px;
}

html#design2017 body.inside2017.basiclanding .cta-blue p.sectiontitle {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0;
  line-height: 54px;
  text-align: center;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox {
  height: 500px;
  width: 100%;
  -webkit-box-shadow: 2px 2px 23px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 2px 2px 23px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 2px 2px 23px 0px rgba(0, 0, 0, 0.55);
  margin-bottom: 20px;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .side {
  background-repeat: no-repeat;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .side .yesCTA {
  margin-top: 8px;
  margin-left: 40px;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .copy {
  position: absolute;
  top: 30%;
  left: 50px;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  overflow: auto;
  padding: 0 80px 0 0;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .copy h2 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 35px;
  color: #fff;
  letter-spacing: 0;
  line-height: 42px;
  text-transform: none;
  margin-bottom: 15px;
  padding-top: 7px;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .copy p {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
  margin-left: 0;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox-half {
  height: 500px;
  width: 100%;
  -webkit-box-shadow: 2px 2px 23px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 2px 2px 23px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 2px 2px 23px 0px rgba(0, 0, 0, 0.55);
  margin-bottom: 20px;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox-half .side {
  background-repeat: no-repeat;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox-half .side .yesCTA {
  margin-top: 8px;
  margin-left: 40px;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox-half .copy {
  position: absolute;
  top: 30%;
  left: 50px;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  overflow: auto;
  padding: 0 100px 0 0;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox-half .copy h2 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 35px;
  color: #fff;
  letter-spacing: 0;
  line-height: 42px;
  text-transform: none;
  margin-bottom: 15px;
  padding-top: 7px;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox-half .copy p {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
  margin-left: 0;
}

html#design2017 body.inside2017.basiclanding .cta-blue .cta {
  height: auto;
  width: auto;
  display: inline-block;
  padding-top: 9px;
}

html#design2017 body.inside2017.basiclanding .cta-blue .cta span {
  float: left;
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  line-height: 20px;
  margin-top: 49px;
}

html#design2017 body.inside2017.basiclanding .cta-blue .cta span .white {
  color: #fff;
}

html#design2017 body.inside2017.basiclanding .cta-blue .cta span .red {
  color: #ee000e;
}

html#design2017 body.inside2017.basiclanding .cta-blue .call-out-box {
  position: absolute;
  bottom: 20px;
  right: 15px;
}

html#design2017 body.inside2017.basiclanding .cta-blue .call-out-box span {
  margin-top: 43px;
}

html#design2017 body.inside2017.basiclanding .cta-blue .call-out-box-half {
  position: absolute;
  bottom: 20px;
  right: 15px;
}

html#design2017 body.inside2017.basiclanding .cta-blue .call-out-box-half span {
  margin-top: 43px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-cta.bg-white .cta-blue {
  background-image: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

html#design2017 body.inside2017.basiclanding .contentmodule-cta.bg-white .cta-blue p.sectiontitle {
  color: #031a34;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox {
  position: relative;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  overflow: auto;
  margin-top: 0;
  background-size: cover;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .copy {
  position: absolute;
  top: 40px;
  left: 30px;
  overflow: none;
  transform: none;
  padding: 0;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .copy h2 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 40px;
  color: #fff !important;
  letter-spacing: 0;
  line-height: 42px;
  text-transform: none;
  margin-bottom: 15px;
  padding-top: 7px;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .copy p {
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff !important;
  letter-spacing: 0;
  line-height: 38px;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox.wide {
  margin: 0;
  width: 100%;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox.one {
  margin: 0;
  background-repeat: no-repeat;
}

html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox.two {
  margin: 0;
  background-repeat: no-repeat;
}

html#design2017 body.inside2017.basiclanding .bodycontent-twoColText {
  padding-top: 40px;
  padding-bottom: 40px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-twoColText h3 {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #ee000e;
  letter-spacing: 0;
  line-height: 34px;
  margin-top: 0;
}

html#design2017 body.inside2017.basiclanding .bodycontent-twoColText p {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  color: #2d3135;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 28px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text ol,
html#design2017 body.inside2017.basiclanding .bodycontent-twoColText ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text ul,
html#design2017 body.inside2017.basiclanding .bodycontent-twoColText ul {
  margin-left: 0;
  padding-bottom: 20px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text ul li,
html#design2017 body.inside2017.basiclanding .bodycontent-twoColText ul li {
  list-style-position: inside;
  text-indent: -30px;
  padding-left: 28px;
  color: #000;
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  letter-spacing: 0.57px;
  line-height: 30px;
  margin-bottom: 15px;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text ul li:before,
html#design2017 body.inside2017.basiclanding .bodycontent-twoColText ul li:before {
  content: "\2022";
  font-size: 50px;
  padding-right: 12px;
  vertical-align: middle;
}

html#design2017 body.inside2017.basiclanding .bodycontent-text ul li a,
html#design2017 body.inside2017.basiclanding .bodycontent-twoColText ul li a {
  margin-left: 0px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.bios2018 .row.flex {
  padding-bottom: 0px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.bios2018 .icon-item .genpact-icons--item img {
  width: 128px;
  height: 128px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.bios2018 .subhead p {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  color: #2d3135;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 34px;
  margin-bottom: 28px;
}

html#design2017 body.inside2017.basiclanding .contentmodule-icontout.bios2018 .subhead {
  margin-top: 50px;
  margin-bottom: 60px;
}

html#design2017 body.inside2017.basiclanding section.contact-board .col-xs-12 {
  width: 94%;
}

html#design2017 body.inside2017.basiclanding section.contact-board h2 {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  line-height: 30px;
}

html#design2017 body.inside2017.basiclanding section.contact-board .contact-board--details {
  min-height: 1600px;
  display: none;
}

html#design2017 body.inside2017.basiclanding section.contact-board .contact-board--details,
html#design2017 body.inside2017.basiclanding section.contact-board .contact-board--details p,
html#design2017 body.inside2017.basiclanding section.contact-board .contact-board--details--contact {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 34px;
  color: #2d3135;
}

html#design2017 body.inside2017.basiclanding section.contact-board #insights-cards__learn-more {
  display: block;
  padding: 4px 0 10px;
  text-align: center;
  margin: 0px 0 86px;
}

html#design2017 body.inside2017.basiclanding section.contact-board #insights-cards__learn-more .cta.insight-load-more {
  width: 200px;
  position: relative;
  left: 0;
}

html#design2017 body.inside2017.basiclanding section.contact-board #insights-cards__learn-more span {
  background-color: transparent;
  font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 0;
  font-size: 14px;
  color: #ee000e;
  letter-spacing: 0.88px;
  line-height: 20px;
  border: 0 none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  top: -66px;
  left: 0;
}

html#design2017 body.inside2017.basiclanding section.contact-board #insights-cards__learn-more a#showmore {
  border: 0 none;
  left: 0;
  top: 0;
}

html#design2017 body.inside2017.basiclanding .vertical-line {
  height: 100px;
  width: 2px;
  margin: 15px 0 25px;
}

html#design2017 body.inside2017.basiclanding .vertical-line .pathbase {
  stroke: #999999;
  opacity: 0.5;
}

html#design2017 body.inside2017.basiclanding .vertical-line .path {
  stroke: #ee000e;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

@keyframes verticalline {
  from {
    stroke-dashoffset: 100;
  }
  to {
    stroke-dashoffset: 0;
  }
}

html#design2017 body.inside2017.directory.basiclanding .contentmodule-icontout.bios2018 {
  padding-bottom: 80px;
}

@media (min-width: 600px) {
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.bg-white {
    margin-top: 50px;
  }
}

/*
@media (min-width: 540px) {
html#design2017 body.inside2017.basiclanding {


    .cta-blue {
        p {
            margin-left: 60px;
        }
    }
}
}
@media (min-width: 565px) {
html#design2017 body.inside2017.basiclanding {


    .cta-blue {
        p {
            margin-left: 80px;
        }
    }
}
}
@media (min-width: 590px) {
html#design2017 body.inside2017.basiclanding {


    .cta-blue {
        p {
            margin-left: 100px;
        }
    }
}
}
@media (min-width: 615px) {
html#design2017 body.inside2017.basiclanding {


    .cta-blue {
        p {
            margin-left: 120px;
        }
    }
}
}
@media (min-width: 640px) {
html#design2017 body.inside2017.basiclanding {


    .cta-blue {
        background-position: top -200px right -1020px;
        p {
            margin-left: 140px;
        }
    }
}
}
@media (min-width: 665px) {
html#design2017 body.inside2017.basiclanding {


    .cta-blue {
        p {
            margin-left: 150px;
        }
    }
}
} */
@media (max-width: 768px) {
  html#design2017 body.inside2017.basiclanding .video-hero .container, html#design2017 body.inside2017.basiclanding .video-hero .recirculation > .spark-line, html#design2017 body.inside2017.basiclanding .video-hero .new-links-module > .spark-line, html#design2017 body.inside2017.basiclanding .video-hero .links-module > .spark-line {
    width: 100%;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing {
    height: 400px;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing .content .title-wrapper {
    width: 100% !important;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing #hero-landing {
    height: 400px;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing .hero-subtitle.signature-style {
    font-family: photograph-signature !important;
    font-size: 35px !important;
    line-height: 1 !important;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.four-icons-row.icon-item {
    flex-basis: 24% !important;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.icons-row-style {
    padding-bottom: 50px !important;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.icons-row-style.icon-item:nth-child(3n+1) {
    top: 0 !important;
    margin-bottom: 0 !important;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.icons-row-style.icon-item:nth-child(3n+2) {
    top: 0 !important;
    margin-bottom: 0 !important;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.icons-row-style.icon-item:nth-child(3n) {
    top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  html#design2017 body.inside2017.basiclanding {
    /*==================== FLEX BOX ===================*/
    /*==================== PROOF POINTS - WHITE =====================*/
    /*==================== PROOF POINTS - BLUE =====================*/
    /*==================== CTA - BLUE =====================*/
  }
  html#design2017 body.inside2017.basiclanding .row.padded {
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  html#design2017 body.inside2017.basiclanding .narrow .row.padded {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  html#design2017 body.inside2017.basiclanding .cd-main-header .container, html#design2017 body.inside2017.basiclanding .cd-main-header .recirculation > .spark-line, html#design2017 body.inside2017.basiclanding .cd-main-header .new-links-module > .spark-line, html#design2017 body.inside2017.basiclanding .cd-main-header .links-module > .spark-line {
    width: 748px;
  }
  html#design2017 body.inside2017.basiclanding .container, html#design2017 body.inside2017.basiclanding .recirculation > .spark-line, html#design2017 body.inside2017.basiclanding .new-links-module > .spark-line, html#design2017 body.inside2017.basiclanding .links-module > .spark-line {
    width: 748px;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing {
    position: relative;
    width: 100%;
    height: 360px;
    margin-bottom: 0;
    background-position: center;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing #hero-landing {
    height: 360px;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing .hero-subtitle.signature-style {
    font-family: photograph-signature !important;
    font-size: 35px !important;
    line-height: 1 !important;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing.heroHeight {
    height: 484px;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing.heroHeight #hero-landing {
    height: 484px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing {
    margin: 0;
    position: relative;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing .content {
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing p.insighttype,
  html#design2017 body.inside2017.basiclanding #hero-landing h4 {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1 {
    font-family: "Guardian Egyptian Thin";
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-size: 100px;
    color: #fff;
    letter-spacing: 0;
    line-height: 110px;
    text-transform: none;
    margin: 15px 0 0px;
    padding-bottom: 30px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.smallz {
    font-size: 50px;
    line-height: 74px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.small0 {
    font-size: 46px;
    line-height: 52px;
    padding-bottom: 12px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.small1 {
    font-size: 44px;
    line-height: 50px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.small2 {
    font-size: 45px;
    line-height: 54px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.small3 {
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 15px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.small4 {
    font-size: 50px;
    line-height: 50px;
    width: 100%;
    padding-bottom: 0px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h2 {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 0;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing p {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    line-height: 34px;
    margin-top: 0;
    padding-bottom: 20px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing ul.inside-hero-share {
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing ul.inside-hero-share li {
    display: inline-block;
    margin-right: 20px;
  }
  html#design2017 body.inside2017.basiclanding .cta.inside-hero {
    width: 98px;
    position: relative;
    margin-left: 90px;
    top: 54px;
  }
  html#design2017 body.inside2017.basiclanding .cta.inside-hero span {
    float: none;
    position: absolute;
    top: -89px;
    left: 21px;
  }
  html#design2017 body.inside2017.basiclanding .cta.inside-hero a {
    float: none;
    position: absolute;
    top: -14px;
  }
  html#design2017 body.inside2017.basiclanding .videoblock {
    margin-top: -20px;
    margin-bottom: 100px;
  }
  html#design2017 body.inside2017.basiclanding .videoblock p.caption {
    font-size: 14px;
    line-height: 26px;
    width: 85%;
  }
  html#design2017 body.inside2017.basiclanding section.bodycontent-text .rightside {
    margin-top: 0;
  }
  html#design2017 body.inside2017.basiclanding section.bodycontent-text .rightside .relatedContentBox {
    margin-left: 0;
    margin-bottom: 60px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text {
    padding-top: 20px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text h3.header {
    margin-bottom: 30px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text p.subhead {
    font-weight: bold;
    margin-bottom: 30px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text p.image-caption {
    font-size: 32px;
    line-height: 42px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .relatedContentBox {
    margin-top: 30px;
    height: 510px;
    width: 399px;
    /* .side {
                background-repeat: no-repeat;
                .yesCTA {
                    margin-top: 8px;
                    margin-left: 40px;
                }
            } */
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .relatedContentBox .copy {
    top: 46px;
    left: 30px;
    right: 80px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .relatedContentBox .copy h2 {
    font-size: 40px;
    line-height: 42px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-icon {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-icon p.desc {
    width: 75%;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-video p.caption {
    font-size: 16px;
    line-height: 30px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat .statblock {
    height: 510px;
    width: 399px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat .statblock .copy {
    bottom: 40px;
    left: 30px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat h4 {
    font-size: 110px;
    letter-spacing: 0.42px;
    line-height: 150px;
    margin-bottom: 0px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat p.caption {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 44px;
    margin: 0;
    width: 98%;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-image img {
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-image p.caption {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.basiclanding .container-fluid.bodycontent-text {
    padding-top: 0;
    padding-bottom: 0;
  }
  html#design2017 body.inside2017.basiclanding .flex {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 75px;
    /*             .icon-item {
            top: 0;
            margin-bottom: 150px;
        }
        .icon-item:nth-child(2n) {
            top: 274px; // 225px;
            margin-bottom: 150px;
        } */
  }
  html#design2017 body.inside2017.basiclanding .flex .logo-item {
    top: 0;
    margin-bottom: 150px;
  }
  html#design2017 body.inside2017.basiclanding .flex .logo-item:nth-child(2n) {
    top: 200px;
    margin-bottom: 150px;
  }
  html#design2017 body.inside2017.basiclanding .flex .proof-item {
    top: 0;
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.basiclanding .flex .proof-item:nth-child(2n) {
    top: 30px;
    margin-bottom: 75px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout h3.header,
  html#design2017 body.inside2017.basiclanding .contentmodule-logogrid h3.header {
    font-size: 24px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout p.subhead,
  html#design2017 body.inside2017.basiclanding .contentmodule-logogrid p.subhead {
    font-size: 16px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .flex {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .flex .icon-item {
    flex-basis: 49%;
    top: 0;
    margin-bottom: 0px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .flex .icon-item:nth-child(2n) {
    top: 274px;
    margin-bottom: 150px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout h3 {
    font-size: 24px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout p.subhead {
    font-size: 16px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .icon-item h4 {
    font-size: 24px;
    line-height: 30px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .icon-item p {
    font-size: 16px;
    line-height: 28px;
    width: 75%;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .icon-item a.ctalink {
    font-size: 14px;
    letter-spacing: 0.88px;
    line-height: 20px;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.four-icons-row.icon-item {
    flex-basis: 24% !important;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.icons-row-style {
    padding-bottom: 50px !important;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.icons-row-style.icon-item:nth-child(3n+1) {
    top: 0 !important;
    margin-bottom: 0 !important;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.icons-row-style.icon-item:nth-child(3n+2) {
    top: 0 !important;
    margin-bottom: 0 !important;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.icons-row-style.icon-item:nth-child(3n) {
    top: 0 !important;
    margin-bottom: 0 !important;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-logogrid .genpact-icons--item img {
    margin: 0 auto 0;
    width: 200px;
  }
  html#design2017 body.inside2017.basiclanding .icon-tout-new .genpact-icons--item img, html#design2017 body.inside2017.basiclanding .body-content .genpact-icons--item img {
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.basiclanding .icon-tout-new h2,
  html#design2017 body.inside2017.basiclanding .body-content h2 {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: uppercase;
  }
  html#design2017 body.inside2017.basiclanding .icon-tout-new h2.line,
  html#design2017 body.inside2017.basiclanding .body-content h2.line {
    display: table;
    white-space: nowrap;
    color: #333;
    width: 97%;
  }
  html#design2017 body.inside2017.basiclanding .icon-tout-new h2.line:after,
  html#design2017 body.inside2017.basiclanding .body-content h2.line:after {
    border-top: 1px solid #c0c0c0;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.9em;
    width: 100%;
    left: 1.5%;
  }
  html#design2017 body.inside2017.basiclanding .icon-tout-new a,
  html#design2017 body.inside2017.basiclanding .body-content a {
    color: #EE000E;
  }
  html#design2017 body.inside2017.basiclanding .icon-tout-new .icon-tout-vertical-line, html#design2017 body.inside2017.basiclanding .body-content .icon-tout-vertical-line {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 1px solid #d3d3d3;
    height: 50px;
  }
  html#design2017 body.inside2017.basiclanding .theme-white .theme-tout--icon-new,
  html#design2017 body.inside2017.basiclanding .body-content .theme-tout--icon-new {
    fill: #EE000E;
    margin-bottom: 20px;
  }
  html#design2017 body.inside2017.basiclanding .mb-lg {
    margin-bottom: 50px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints p.subhead {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 68px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .pinkblock,
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .darkbluebgblock,
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .whiteblock {
    box-shadow: 2.5px 2.5px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 0 20px 0 25px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .pinkblock {
    width: 398px;
    height: 398px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .darkbluebgblock {
    width: 398px;
    height: 398px;
    margin-left: 50%;
    margin-top: 42px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .whiteblock {
    box-shadow: unset;
    width: 398px;
    height: 398px;
    margin-top: 0px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .pinkblock .proof-content,
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .darkbluebgblock .proof-content,
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .whiteblock .proof-content {
    padding-left: 0;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .bg-white.proof-item.count1 {
    width: 510px;
    margin-top: 0;
    top: -180px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count2 {
    margin-top: -70px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .bg-white.proof-item.count2 {
    margin-top: -400px;
    margin-left: 50%;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count3 {
    margin-top: -60px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count3.bg-white {
    width: 510px;
    margin-top: 0px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count4 {
    margin-top: -40px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count4.bg-red {
    width: 615px;
    height: 615px;
    margin-left: 50%;
    margin-top: -40px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .bg-white.proof-item.count4 {
    margin-top: -160px;
    margin-left: 50%;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count5 {
    margin-top: -200px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .bg-white.proof-item.count5 {
    margin-top: -150px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count5.bg-blue {
    margin-top: -150px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count5.bg-blue .darkbluebgblock {
    margin-left: 0;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count6 {
    margin-left: 50%;
    margin-top: -150px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count6.bg-white {
    margin-top: -150px;
    margin-left: 50%;
  }
  html#design2017 body.inside2017.basiclanding .darkbluebgblock.xs,
  html#design2017 body.inside2017.basiclanding .body-content .darkbluebgblock.xs {
    width: 398px;
    height: 398px;
  }
  html#design2017 body.inside2017.basiclanding .darkbluebgblock.xs h1,
  html#design2017 body.inside2017.basiclanding .body-content .darkbluebgblock.xs h1 {
    font-size: 110px;
    margin: 0 40px 20px;
  }
  html#design2017 body.inside2017.basiclanding .darkbluebgblock.xs span.superscript,
  html#design2017 body.inside2017.basiclanding .body-content .darkbluebgblock.xs span.superscript {
    font-size: 40px;
    top: -50px;
  }
  html#design2017 body.inside2017.basiclanding .darkbluebgblock.xs p,
  html#design2017 body.inside2017.basiclanding .body-content .darkbluebgblock.xs p {
    font-size: 30px;
    line-height: 42px;
    width: 70%;
    margin: 0 100px 0 40px;
  }
  html#design2017 body.inside2017.basiclanding .whiteblock.xs,
  html#design2017 body.inside2017.basiclanding .body-content .whiteblock.xs {
    width: 70%;
    height: auto;
    padding: 30px 0;
  }
  html#design2017 body.inside2017.basiclanding .whiteblock.xs h1,
  html#design2017 body.inside2017.basiclanding .body-content .whiteblock.xs h1 {
    font-size: 110px;
    line-height: 110px;
    margin: 0 40px 20px;
  }
  html#design2017 body.inside2017.basiclanding .whiteblock.xs p,
  html#design2017 body.inside2017.basiclanding .body-content .whiteblock.xs p {
    font-size: 30px;
    line-height: 42px;
    width: 60%;
    margin: 0 100px 0 40px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .darkbluebgblock.xs {
    width: 398px;
    height: 398px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .darkbluebgblock.xs h1 {
    font-size: 110px;
    margin: 0 40px 20px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .darkbluebgblock.xs span.superscript {
    font-size: 40px;
    top: -50px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .darkbluebgblock.xs p {
    font-size: 30px;
    line-height: 42px;
    width: 70%;
    margin: 0 100px 0 40px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .pinkblock.xs {
    width: 398px;
    height: 398px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .pinkblock.xs h1 {
    font-size: 110px;
    line-height: 110px;
    margin: 0 40px 30px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .pinkblock.xs p {
    font-size: 30px;
    line-height: 42px;
    width: 80%;
    margin: 0 100px 0 40px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .whiteblock.xs {
    width: 70%;
    height: auto;
    padding: 30px 0;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .whiteblock.xs h1 {
    font-size: 110px;
    line-height: 110px;
    margin: 0 40px 30px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .whiteblock.xs p {
    font-size: 30px;
    line-height: 42px;
    width: 60%;
    margin: 0 100px 0 40px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue {
    padding: 60px 0;
    background-position: top -200px right -920px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox {
    width: 97.5%;
    margin: 0 auto 20px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .copy {
    padding: 0 350px 0 0;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox-half {
    width: 95%;
    margin: 0 auto 20px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox-half .copy {
    left: 50px;
    padding: 0 50px 0 0;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .call-out-box-half {
    right: 15px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .copy {
    top: 40px;
    left: 25px;
    padding: 0;
    width: 80%;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .copy h2 {
    font-size: 27px;
    line-height: 42px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox.wide {
    margin: 0;
    width: 100%;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox.one {
    margin: 40px 0 0;
    width: 365px;
    height: 474px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox.two {
    margin: 40px 0 30px 9px;
    width: 365px;
    height: 474px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-twoColText {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-twoColText h3 {
    font-size: 24px;
    line-height: 34px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-twoColText p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout.bios2018 .icon-item .genpact-icons--item img {
    width: 128px;
    height: 128px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout.bios2018 .subhead {
    margin-top: 0;
  }
  html#design2017 body.inside2017.basiclanding section.contact-board .contact-board--details {
    min-height: 1050px;
  }
}

@media (min-width: 900px) {
  html#design2017 body.inside2017.basiclanding {
    /*==================== CTA - BLUE =====================*/
  }
  html#design2017 body.inside2017.basiclanding .cta-blue {
    background-position: top -200px right -850px;
  }
}

@media (min-width: 992px) {
  html#design2017 body.inside2017.basiclanding {
    /*================= FLEX BOX =====================*/
    /*==================== PROOF POINTS - WHITE =====================*/
    /*     .pinkblock.xs, .body-content .pinkblock.xs {
        width: 475px;
        height: 475px;

        h1 {
            font-size: 110px;
            margin: 0 40px 20px;
        }
        p {
            font-size: 32px;
            line-height: 48px;
            width: 80%;
            margin: 0 100px 0 40px;
        }
    } */
    /*==================== PROOF POINTS - BLUE =====================*/
    /*==================== CTA - BLUE =====================*/
  }
  html#design2017 body.inside2017.basiclanding .row.padded {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  html#design2017 body.inside2017.basiclanding .narrow .row.padded {
    margin-left: 0;
    margin-right: 0;
  }
  html#design2017 body.inside2017.basiclanding .cd-main-header .container, html#design2017 body.inside2017.basiclanding .cd-main-header .recirculation > .spark-line, html#design2017 body.inside2017.basiclanding .cd-main-header .new-links-module > .spark-line, html#design2017 body.inside2017.basiclanding .cd-main-header .links-module > .spark-line {
    width: 940px;
  }
  html#design2017 body.inside2017.basiclanding .container, html#design2017 body.inside2017.basiclanding .recirculation > .spark-line, html#design2017 body.inside2017.basiclanding .new-links-module > .spark-line, html#design2017 body.inside2017.basiclanding .links-module > .spark-line {
    width: 940px;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing {
    position: relative;
    width: 100%;
    height: 480px;
    margin-bottom: 0;
    background-position: center;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing #hero-landing {
    height: 480px;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing .hero-subtitle.signature-style {
    font-family: photograph-signature !important;
    font-size: 40px !important;
    line-height: 1 !important;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing.heroHeight {
    height: 604px;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing.heroHeight #hero-landing {
    height: 604px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing {
    margin: 0;
    position: relative;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing .content {
    position: absolute;
    bottom: 0;
    margin-bottom: 55px;
    width: 100%;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing p.insighttype,
  html#design2017 body.inside2017.basiclanding #hero-landing h4 {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1 {
    font-family: "Guardian Egyptian Thin";
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-size: 100px;
    color: #fff;
    letter-spacing: 0;
    line-height: 110px;
    text-transform: none;
    margin: 15px 0 0px;
    padding-bottom: 30px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.smallz {
    font-size: 100px;
    line-height: 110px;
    padding-bottom: 5px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.small0 {
    font-size: 78px;
    line-height: 84px;
    padding-bottom: 12px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.small1 {
    font-size: 65px;
    line-height: 72px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.small2 {
    font-size: 60px;
    line-height: 72px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.small3 {
    font-size: 40px;
    line-height: 52px;
    padding-bottom: 20px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.small4 {
    font-size: 60px;
    line-height: 60px;
    width: 100%;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h2 {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 0;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing p {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    line-height: 34px;
    margin-top: 0;
    padding-bottom: 20px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing ul.inside-hero-share {
    padding-top: 0;
    margin-top: 30px;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing ul.inside-hero-share li {
    display: inline-block;
    margin-right: 20px;
  }
  html#design2017 body.inside2017.basiclanding .cta.inside-hero {
    width: 98px;
    position: relative;
    margin-left: 90px;
    top: 54px;
  }
  html#design2017 body.inside2017.basiclanding .cta.inside-hero span {
    float: none;
    position: absolute;
    top: -89px;
    left: 21px;
  }
  html#design2017 body.inside2017.basiclanding .cta.inside-hero a {
    float: none;
    position: absolute;
    top: -14px;
  }
  html#design2017 body.inside2017.basiclanding .videoblock {
    margin-top: -20px;
    margin-bottom: 100px;
  }
  html#design2017 body.inside2017.basiclanding .videoblock p.caption {
    font-size: 16px;
    line-height: 30px;
    width: 50%;
  }
  html#design2017 body.inside2017.basiclanding section.bodycontent-text .rightside {
    margin-top: 15px;
  }
  html#design2017 body.inside2017.basiclanding section.bodycontent-text .rightside .relatedContentBox {
    margin-left: 78px;
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text {
    padding-top: 20px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text h3.header {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 30px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text p {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    line-height: 34px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text p.subhead {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text p.image-caption {
    font-size: 26px;
    line-height: 36px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .relatedContentBox {
    margin-top: 0;
    height: 510px;
    width: 399px;
    /* .side {
                background-repeat: no-repeat;
                .yesCTA {
                    margin-top: 8px;
                    margin-left: 40px;
                }
            } */
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .relatedContentBox .copy {
    top: 46px;
    left: 30px;
    right: 80px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .relatedContentBox .copy h2 {
    font-size: 50px;
    line-height: 54px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .pinkblock.xs {
    margin: 0 auto;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat .statblock {
    height: 510px;
    width: 399px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat p.caption {
    margin: 0;
    width: 98%;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-image img {
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-image p.caption {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 0;
    width: 98%;
  }
  html#design2017 body.inside2017.basiclanding .container-fluid.bodycontent-text {
    padding-top: 0;
    padding-bottom: 0;
  }
  html#design2017 body.inside2017.basiclanding .flex {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 100px;
    /*             .icon-item:nth-child(3n+1) {
            top: 0;
            margin-bottom: 75px;
        }
        .icon-item:nth-child(3n+2) {
            top: 138px; // 80px;
            margin-bottom: 75px;
        }
        .icon-item:nth-child(3n) {
            top: 272px; // 160px;
            margin-bottom: 240px; // 75px;
        } */
  }
  html#design2017 body.inside2017.basiclanding .flex .logo-item:nth-child(3n+1) {
    top: 0;
    margin-bottom: 75px;
  }
  html#design2017 body.inside2017.basiclanding .flex .logo-item:nth-child(3n+2) {
    top: 138px;
    margin-bottom: 75px;
  }
  html#design2017 body.inside2017.basiclanding .flex .logo-item:nth-child(3n) {
    top: 272px;
    margin-bottom: 75px;
  }
  html#design2017 body.inside2017.basiclanding .flex .proof-item {
    top: 0;
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.basiclanding .flex .proof-item:nth-child(2n) {
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout h3.header,
  html#design2017 body.inside2017.basiclanding .contentmodule-logogrid h3.header {
    font-size: 36px;
    line-height: 46px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout p.subhead,
  html#design2017 body.inside2017.basiclanding .contentmodule-logogrid p.subhead {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 34px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .flex {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .flex .icon-item {
    flex-basis: 31.55%;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .flex .icon-item:nth-child(3n+1) {
    top: 0;
    padding-bottom: 75px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .flex .icon-item:nth-child(3n+2) {
    top: 150px;
    padding-bottom: 75px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .flex .icon-item:nth-child(3n) {
    top: 280px;
    padding-bottom: 240px;
    margin-left: 20px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .icon-item img {
    width: 65%;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .icon-item h4 {
    font-size: 30px;
    line-height: 46px;
    margin: 20px 0;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .icon-item p {
    font-size: 20px;
    line-height: 34px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .icon-item a.ctalink {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #ee000e;
    letter-spacing: 0.88px;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    margin: 0;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .icon-item a.ctalink:hover {
    text-decoration: underline;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.four-icons-row.icon-item {
    flex-basis: 24% !important;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.icons-row-style {
    padding-bottom: 50px !important;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.icons-row-style.icon-item:nth-child(3n+1) {
    top: 0 !important;
    margin-bottom: 0 !important;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.icons-row-style.icon-item:nth-child(3n+2) {
    top: 0 !important;
    margin-bottom: 0 !important;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.icons-row-style.icon-item:nth-child(3n) {
    top: 0 !important;
    margin-bottom: 0 !important;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-logogrid .genpact-icons--item img {
    margin: 0 auto 0;
    width: 250px;
  }
  html#design2017 body.inside2017.basiclanding .icon-tout-new .genpact-icons--item img, html#design2017 body.inside2017.basiclanding .body-content .genpact-icons--item img {
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.basiclanding .icon-tout-new h2,
  html#design2017 body.inside2017.basiclanding .body-content h2 {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: uppercase;
  }
  html#design2017 body.inside2017.basiclanding .icon-tout-new h2.line,
  html#design2017 body.inside2017.basiclanding .body-content h2.line {
    display: table;
    white-space: nowrap;
    color: #333;
    width: 97%;
  }
  html#design2017 body.inside2017.basiclanding .icon-tout-new h2.line:after,
  html#design2017 body.inside2017.basiclanding .body-content h2.line:after {
    border-top: 1px solid #c0c0c0;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.9em;
    width: 100%;
    left: 1.5%;
    opacity: 0.3;
  }
  html#design2017 body.inside2017.basiclanding .icon-tout-new a,
  html#design2017 body.inside2017.basiclanding .body-content a {
    color: #EE000E;
  }
  html#design2017 body.inside2017.basiclanding .icon-tout-new .icon-tout-vertical-line, html#design2017 body.inside2017.basiclanding .body-content .icon-tout-vertical-line {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 1px solid #d3d3d3;
    height: 50px;
  }
  html#design2017 body.inside2017.basiclanding .theme-white .theme-tout--icon-new,
  html#design2017 body.inside2017.basiclanding .body-content .theme-tout--icon-new {
    fill: #EE000E;
    margin-bottom: 20px;
  }
  html#design2017 body.inside2017.basiclanding .mb-lg {
    margin-bottom: 175px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints h3.header {
    font-size: 36px;
    line-height: 46px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints p.subhead {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 95px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .pinkblock,
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .darkbluebgblock,
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .whiteblock {
    box-shadow: 2.5px 2.5px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 0 20px 0 25px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints h1 {
    font-size: 150px;
    line-height: 150px;
    letter-spacing: 0.42px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints p.proof-copy {
    font-size: 42px;
    letter-spacing: 0;
    line-height: 58px;
    width: 85%;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .pinkblock {
    width: 616px;
    height: 616px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .darkbluebgblock {
    width: 512px;
    height: 512px;
    margin-left: 50%;
    margin-top: 90px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .whiteblock {
    box-shadow: unset;
    width: 512px;
    height: 512px;
    margin-top: 0px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .bg-white.proof-item.count1 {
    width: 510px;
    margin-top: 0;
    top: -200px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count2 {
    margin-top: -70px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .bg-white.proof-item.count2 {
    margin-top: -400px;
    margin-left: 50%;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count3 {
    margin-top: -60px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count3.bg-white {
    width: 510px;
    margin-top: -250px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count4 {
    margin-top: -40px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count4.bg-red {
    width: 615px;
    height: 615px;
    margin-left: 50%;
    margin-top: -40px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .bg-white.proof-item.count4 {
    margin-top: -160px;
    margin-left: 50%;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count5 {
    margin-top: -250px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .bg-white.proof-item.count5 {
    margin-top: -150px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count5.bg-blue {
    margin-top: 100px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count5.bg-blue .darkbluebgblock {
    margin-left: 0;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count6 {
    margin-left: 50%;
    margin-top: -150px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count6.bg-white {
    margin-top: -150px;
    margin-left: 50%;
  }
  html#design2017 body.inside2017.basiclanding .darkbluebgblock.xs,
  html#design2017 body.inside2017.basiclanding .body-content .darkbluebgblock.xs {
    width: 375px;
    height: 375px;
  }
  html#design2017 body.inside2017.basiclanding .darkbluebgblock.xs h1,
  html#design2017 body.inside2017.basiclanding .body-content .darkbluebgblock.xs h1 {
    font-size: 110px;
    margin: 0 40px 20px;
  }
  html#design2017 body.inside2017.basiclanding .darkbluebgblock.xs span.superscript,
  html#design2017 body.inside2017.basiclanding .body-content .darkbluebgblock.xs span.superscript {
    font-size: 30px;
    top: -55px;
  }
  html#design2017 body.inside2017.basiclanding .darkbluebgblock.xs p,
  html#design2017 body.inside2017.basiclanding .body-content .darkbluebgblock.xs p {
    font-size: 32px;
    line-height: 48px;
    width: 70%;
    margin: 0 100px 0 40px;
  }
  html#design2017 body.inside2017.basiclanding .whiteblock.xs,
  html#design2017 body.inside2017.basiclanding .body-content .whiteblock.xs {
    width: 80%;
    height: auto;
    padding: 70px 0;
  }
  html#design2017 body.inside2017.basiclanding .whiteblock.xs h1,
  html#design2017 body.inside2017.basiclanding .body-content .whiteblock.xs h1 {
    font-size: 110px;
    margin: 0 40px 20px;
  }
  html#design2017 body.inside2017.basiclanding .whiteblock.xs p,
  html#design2017 body.inside2017.basiclanding .body-content .whiteblock.xs p {
    font-size: 32px;
    line-height: 48px;
    width: 80%;
    margin: 0 100px 0 40px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .darkbluebgblock.xs {
    width: 375px;
    height: 375px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .darkbluebgblock.xs h1 {
    font-size: 110px;
    margin: 0 40px 10px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .darkbluebgblock.xs span.superscript {
    font-size: 30px;
    top: -55px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .darkbluebgblock.xs p {
    font-size: 32px;
    line-height: 48px;
    width: 70%;
    margin: 0 100px 0 40px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .pinkblock.xs {
    background-color: #FF555F;
    width: 475px;
    height: 475px;
    /* p {
                font-size: 32px;
                line-height: 48px;
                width: 80%;
                margin: 0 100px 0 40px;
            } */
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .pinkblock.xs h1 {
    font-size: 110px;
    margin: 0 40px 40px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .whiteblock.xs {
    width: 80%;
    height: auto;
    padding: 90px 0;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .whiteblock.xs h1 {
    font-size: 110px;
    margin: 0 40px 40px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .whiteblock.xs p {
    font-size: 32px;
    line-height: 48px;
    width: 80%;
    margin: 0 100px 0 40px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue {
    padding: 60px 0;
    background-position: top -200px right -820px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue p.sectiontitle {
    margin-left: 0;
    font-size: 50px;
    line-height: 62px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox {
    width: 97.5%;
    margin: 0 auto 20px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .copy {
    padding: 0 375px 0 0;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox-half {
    width: 95%;
    margin: 0 auto 20px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox-half .copy {
    left: 50px;
    padding: 0 100px 0 0;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .call-out-box-half {
    right: 15px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox {
    margin-top: 0;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .copy {
    top: 50px;
    left: 48px;
    width: 75%;
    padding: 0;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .copy h2 {
    font-size: 36px;
    line-height: 42px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox.wide {
    width: 100%;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox.one {
    margin: 50px 0 0 0;
    width: 480px;
    height: 474px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox.two {
    margin: 50px 0 0 58px;
    width: 400px;
    height: 474px;
    position: relative;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-twoColText {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-twoColText h3 {
    font-size: 36px;
    line-height: 46px;
    width: 100%;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-twoColText p {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin-bottom: 28px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout.bios2018 .icon-item .genpact-icons--item img {
    width: 128px;
    height: 128px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout.bios2018 .subhead {
    margin-top: 0;
  }
  html#design2017 body.inside2017.basiclanding section.contact-board .contact-board--details {
    min-height: 950px;
  }
}

@media (min-width: 1115px) {
  html#design2017 body.inside2017.basiclanding {
    /*==================== CTA - BLUE =====================*/
  }
  html#design2017 body.inside2017.basiclanding .cta-blue {
    background-position: top -200px right -750px;
  }
}

@media (min-width: 1200px) {
  html#design2017 body.inside2017.basiclanding {
    /*=============== FLEX BOX ===============*/
    /*==================== PROOF POINTS - WHITE =====================*/
    /*     .pinkblock.xs,
    .body-content .pinkblock.xs {
        width: 612px; // 80%;
        height: 612px; // 400px;

        h1 {
            font-size: 150px;
            line-height: 150px;
            letter-spacing: 0.42px;
            margin: 0 40px 20px;
        }
       p {
            @include EgypThin;
            font-size: 42px;
            line-height: 58px;
            width: 80%;
            margin: 0 100px 0 40px;

        }
    } */
    /*     .theme-blue {
        .whiteblock.xs, .body-content .whiteblock.xs {
            h1,
            p {
                color: $white;
            }
        }
    } */
    /*==================== PROOF POINTS - BLUE =====================*/
    /*==================== CTA - BLUE =====================*/
  }
  html#design2017 body.inside2017.basiclanding .game-container {
    display: block;
  }
  html#design2017 body.inside2017.basiclanding .row.padded {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  html#design2017 body.inside2017.basiclanding .narrow .row.padded {
    margin-left: 0;
    margin-right: 0;
  }
  html#design2017 body.inside2017.basiclanding .cd-main-header .container, html#design2017 body.inside2017.basiclanding .cd-main-header .recirculation > .spark-line, html#design2017 body.inside2017.basiclanding .cd-main-header .new-links-module > .spark-line, html#design2017 body.inside2017.basiclanding .cd-main-header .links-module > .spark-line {
    width: 1240px;
  }
  html#design2017 body.inside2017.basiclanding .container, html#design2017 body.inside2017.basiclanding .recirculation > .spark-line, html#design2017 body.inside2017.basiclanding .new-links-module > .spark-line, html#design2017 body.inside2017.basiclanding .links-module > .spark-line {
    width: 1240px;
  }
  html#design2017 body.inside2017.basiclanding .container.cards--row, html#design2017 body.inside2017.basiclanding .recirculation > .cards--row.spark-line, html#design2017 body.inside2017.basiclanding .new-links-module > .cards--row.spark-line, html#design2017 body.inside2017.basiclanding .links-module > .cards--row.spark-line {
    width: auto;
    max-width: 1110px;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing {
    position: relative;
    width: 100%;
    height: 480px;
    margin-bottom: 0;
    background-position: center;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing #hero-landing {
    height: 480px;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing .hero-subtitle.signature-style {
    font-family: photograph-signature !important;
    font-size: 50px !important;
    line-height: 1 !important;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing.heroHeight {
    height: 604px;
  }
  html#design2017 body.inside2017.basiclanding section.design2017.hero-landing.heroHeight #hero-landing {
    height: 604px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing {
    margin: 0;
    position: relative;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing .content {
    bottom: 0;
    margin-bottom: 60px;
    width: 100%;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing p.insighttype,
  html#design2017 body.inside2017.basiclanding #hero-landing h4 {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1 {
    font-family: "Guardian Egyptian Thin";
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-size: 100px;
    color: #fff;
    letter-spacing: 0;
    line-height: 110px;
    text-transform: none;
    margin: 15px 0 0px;
    padding-bottom: 30px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.smallz {
    font-size: 100px;
    line-height: 110px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.small00 {
    font-size: 74px;
    line-height: 78px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.small0 {
    font-size: 70px;
    line-height: 78px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.small1 {
    font-size: 65px;
    line-height: 72px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.small2 {
    font-size: 60px;
    line-height: 72px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.small3 {
    font-size: 50px;
    line-height: 62px;
    padding-bottom: 20px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h1.small4 {
    font-size: 60px;
    line-height: 60px;
    width: 100%;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing h2 {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 18px;
    margin-top: 0;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing p {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    color: #fff;
    letter-spacing: 0;
    line-height: 44px;
    margin-top: 0;
    padding-bottom: 20px;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing ul.inside-hero-share {
    padding-top: 0;
    margin-top: 30px;
    margin-bottom: 0;
  }
  html#design2017 body.inside2017.basiclanding #hero-landing ul.inside-hero-share li {
    display: inline-block;
    margin-right: 20px;
  }
  html#design2017 body.inside2017.basiclanding .cta.inside-hero {
    width: 98px;
    position: relative;
    margin-left: 90px;
    top: 54px;
  }
  html#design2017 body.inside2017.basiclanding .cta.inside-hero span {
    float: none;
    position: absolute;
    top: -89px;
    left: 21px;
  }
  html#design2017 body.inside2017.basiclanding .cta.inside-hero a {
    float: none;
    position: absolute;
    top: -14px;
  }
  html#design2017 body.inside2017.basiclanding .videoblock {
    margin-top: -20px;
    margin-bottom: 100px;
  }
  html#design2017 body.inside2017.basiclanding .videoblock p.caption {
    font-size: 16px;
    line-height: 30px;
    width: 50%;
  }
  html#design2017 body.inside2017.basiclanding section.bodycontent-text .rightside {
    margin-top: 15px;
  }
  html#design2017 body.inside2017.basiclanding section.bodycontent-text .rightside .relatedContentBox {
    margin-left: 0;
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text {
    padding-top: 20px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text h3.header {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 30px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text p {
    font-family: "Guardian Egyptian Light";
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text p.subhead {
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text p.image-caption {
    font-size: 32px;
    line-height: 42px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .relatedContentBox {
    margin-top: 0;
    height: 640px;
    width: 512px;
    /* .side {
                background-repeat: no-repeat;
                .yesCTA {
                    margin-top: 8px;
                    margin-left: 40px;
                }
            } */
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .relatedContentBox .copy {
    top: 46px;
    left: 40px;
    right: 80px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .relatedContentBox .copy h2 {
    font-size: 50px;
    line-height: 54px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .pinkblock.xs {
    margin: 0 auto;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-icon {
    margin-top: 0px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-icon p.desc {
    width: 75%;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-video p.caption {
    font-size: 16px;
    line-height: 30px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat {
    margin-top: 0;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat .statblock {
    height: 513px;
    width: 513px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat .statblock .copy {
    bottom: 40px;
    left: 40px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat h4 {
    font-size: 150px;
    letter-spacing: 0.42px;
    line-height: 150px;
    margin-bottom: 16px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-stat p.caption {
    font-size: 42px;
    letter-spacing: 0;
    line-height: 58px;
    margin: 0;
    width: 98%;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-image img {
    width: 511px;
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .bodycontent-image p.caption {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 0;
    width: 98%;
  }
  html#design2017 body.inside2017.basiclanding .container-fluid.bodycontent-text {
    padding-top: 0;
    padding-bottom: 30px;
  }
  html#design2017 body.inside2017.basiclanding .flex {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 75px;
    /*             .icon-item:nth-child(3n+1) {
            top: 0;
            margin-bottom: 75px;
        }
        .icon-item:nth-child(3n+2) {
            top: 135px; // 80px;
            margin-bottom: 75px;
        }
        .icon-item:nth-child(3n) {
            top: 275px; // 160px;
            // margin-bottom: 75px;
        } */
  }
  html#design2017 body.inside2017.basiclanding .flex .logo-item:nth-child(3n+1) {
    top: 0;
    margin-bottom: 75px;
  }
  html#design2017 body.inside2017.basiclanding .flex .logo-item:nth-child(3n+2) {
    top: 125px;
    margin-bottom: 75px;
  }
  html#design2017 body.inside2017.basiclanding .flex .logo-item:nth-child(3n) {
    top: 220px;
    margin-bottom: 75px;
  }
  html#design2017 body.inside2017.basiclanding .flex .proof-item {
    top: 0;
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.basiclanding .flex .proof-item:nth-child(2n) {
    margin-bottom: 40px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout h3.header,
  html#design2017 body.inside2017.basiclanding .contentmodule-logogrid h3.header {
    font-size: 36px;
    line-height: 46px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout p,
  html#design2017 body.inside2017.basiclanding .contentmodule-logogrid p {
    font-size: 20px;
    line-height: 34px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout p.subhead,
  html#design2017 body.inside2017.basiclanding .contentmodule-logogrid p.subhead {
    font-size: 20px;
    line-height: 34px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .flex {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .flex .icon-item {
    flex-basis: 32%;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .flex .icon-item:nth-child(3n+1) {
    top: 0;
    margin-bottom: 60px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .flex .icon-item:nth-child(3n+2) {
    top: 150px;
    margin-bottom: 75px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout .flex .icon-item:nth-child(3n) {
    top: 300px;
    margin-bottom: 60px;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.four-icons-row.icon-item {
    flex-basis: 24% !important;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.icons-row-style {
    padding-bottom: 50px !important;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.icons-row-style.icon-item:nth-child(3n+1) {
    top: 0 !important;
    margin-bottom: 0 !important;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.icons-row-style.icon-item:nth-child(3n+2) {
    top: 0 !important;
    margin-bottom: 0 !important;
  }
  html#design2017 body.inside2017.basiclanding .genpact-icons.icons-row-style.icon-item:nth-child(3n) {
    top: 0 !important;
    margin-bottom: 0 !important;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-logogrid .genpact-icons--item img {
    margin: 0 auto 0;
    width: 250px;
  }
  html#design2017 body.inside2017.basiclanding .icon-tout-new,
  html#design2017 body.inside2017.basiclanding .body-content {
    /*
        .genpact-icons--item img {
            margin-bottom: 0; // 30px;
            width: 65%;
        } */
    /*      a {
            color: #EE000E;
        } */
    /*         .icon-tout-vertical-line {
            display: block;
            margin-top: 20px;
            margin-bottom: 20px;
            border-left: 1px solid #d3d3d3;
            height: 50px;
        }
            */
  }
  html#design2017 body.inside2017.basiclanding .icon-tout-new h2,
  html#design2017 body.inside2017.basiclanding .body-content h2 {
    font-family: "Guardian Sans Bold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: uppercase;
  }
  html#design2017 body.inside2017.basiclanding .icon-tout-new h2.line,
  html#design2017 body.inside2017.basiclanding .body-content h2.line {
    display: table;
    white-space: nowrap;
    color: #333;
    width: 97%;
  }
  html#design2017 body.inside2017.basiclanding .icon-tout-new h2.line:after,
  html#design2017 body.inside2017.basiclanding .body-content h2.line:after {
    border-top: 1px solid #c0c0c0;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.9em;
    width: 100%;
    left: 1.5%;
    opacity: 0.3;
  }
  html#design2017 body.inside2017.basiclanding .theme-white .theme-tout--icon-new,
  html#design2017 body.inside2017.basiclanding .body-content .theme-tout--icon-new {
    fill: #EE000E;
    margin-bottom: 20px;
  }
  html#design2017 body.inside2017.basiclanding .mb-lg {
    margin-bottom: 150px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints h3.header {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 36px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints p.subhead {
    margin-bottom: 95px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item {
    width: 50%;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .pinkblock,
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .darkbluebgblock,
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .whiteblock {
    box-shadow: 2.5px 2.5px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 0 20px 0 25px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints h1 {
    font-size: 150px;
    line-height: 150px;
    letter-spacing: 0.42px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints p.proof-copy {
    font-size: 42px;
    letter-spacing: 0;
    line-height: 58px;
    width: 85%;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .pinkblock {
    width: 615px;
    height: 615px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .darkbluebgblock {
    width: 510px;
    height: 510px;
    margin-left: 15%;
    margin-top: 378px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .whiteblock {
    box-shadow: unset;
    width: 510px;
    height: 510px;
    margin-top: -120px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .bg-white.proof-item.count1 {
    width: 510px;
    height: 510px;
    margin-top: 0;
    top: -150px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count2 {
    margin-top: 120px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .bg-white.proof-item.count2 {
    margin-top: -500px;
    margin-left: 50%;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count3 {
    margin-top: -250px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count4 {
    margin-top: 150px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .bg-white.proof-item.count4 {
    margin-top: -160px;
    margin-left: 50%;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count5 {
    margin-top: -250px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .bg-white.proof-item.count5 {
    margin-top: -150px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count5.bg-blue {
    margin-top: -300px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count5.bg-blue .darkbluebgblock {
    margin-left: 0;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-proofpoints .proof-item.count6 {
    margin-top: 450px;
  }
  html#design2017 body.inside2017.basiclanding .darkbluebgblock.xs,
  html#design2017 body.inside2017.basiclanding .body-content .darkbluebgblock.xs {
    width: 512px;
    height: 512px;
  }
  html#design2017 body.inside2017.basiclanding .darkbluebgblock.xs h1,
  html#design2017 body.inside2017.basiclanding .body-content .darkbluebgblock.xs h1 {
    font-size: 150px;
    line-height: 150px;
    letter-spacing: 0.42px;
    margin: 0 40px 0px;
  }
  html#design2017 body.inside2017.basiclanding .darkbluebgblock.xs span.superscript,
  html#design2017 body.inside2017.basiclanding .body-content .darkbluebgblock.xs span.superscript {
    font-size: 40px;
    top: -70px;
  }
  html#design2017 body.inside2017.basiclanding .darkbluebgblock.xs p,
  html#design2017 body.inside2017.basiclanding .body-content .darkbluebgblock.xs p {
    font-size: 42px;
    line-height: 58px;
    width: 65%;
    margin: 0 100px 0 40px;
  }
  html#design2017 body.inside2017.basiclanding .whiteblock.xs,
  html#design2017 body.inside2017.basiclanding .body-content .whiteblock.xs {
    width: 80%;
    height: auto;
    padding: 90px 0;
  }
  html#design2017 body.inside2017.basiclanding .whiteblock.xs h1,
  html#design2017 body.inside2017.basiclanding .body-content .whiteblock.xs h1 {
    font-size: 150px;
    line-height: 120px;
    margin: 0 40px 30px;
  }
  html#design2017 body.inside2017.basiclanding .whiteblock.xs p,
  html#design2017 body.inside2017.basiclanding .body-content .whiteblock.xs p {
    font-size: 42px;
    line-height: 58px;
    width: 80%;
    margin: 0 100px 0 40px;
    color: #2d3135;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .darkbluebgblock.xs {
    width: 512px;
    height: 512px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .darkbluebgblock.xs h1 {
    font-size: 150px;
    margin: 0 40px 25px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .darkbluebgblock.xs span.superscript {
    font-size: 40px;
    top: -70px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .darkbluebgblock.xs p {
    font-size: 42px;
    line-height: 58px;
    width: 65%;
    margin: 0 100px 0 40px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .pinkblock.xs {
    width: 612px;
    height: 612px;
    /*  p {
                font-size: 42px;
                line-height: 58px;
                width: 80%;
                margin: 0 100px 0 40px;
            } */
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .pinkblock.xs h1 {
    font-size: 150px;
    line-height: 100px;
    margin: 0 40px 50px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .whiteblock.xs {
    width: 80%;
    height: auto;
    padding: 90px 0;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .whiteblock.xs h1 {
    font-size: 150px;
    line-height: 100px;
    margin: 0 40px 50px;
  }
  html#design2017 body.inside2017.basiclanding .theme-blue .whiteblock.xs p {
    font-family: "Guardian Egyptian Thin";
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-size: 42px;
    line-height: 58px;
    width: 80%;
    margin: 0 100px 0 40px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue {
    padding: 60px 0;
    background-position: top -200px right -670px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue p.sectiontitle {
    font-family: "Guardian Egyptian Thin";
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    font-size: 50px;
    color: #fff;
    letter-spacing: 0;
    line-height: 62px;
    text-align: center;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox {
    width: 92.5%;
    margin: 0 auto 20px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .copy {
    left: 100px;
    padding: 0 675px 0 0;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .copy h2 {
    font-size: 50px;
    line-height: 54px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .call-out-box {
    right: 20px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox-half {
    width: 85%;
    margin: 0 auto 20px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox-half .copy {
    left: 90px;
    padding: 0 175px 0 0;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .call-out-box-half {
    right: 20px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox-half.left {
    width: 625px;
    height: 659px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox-half.right {
    width: 514px;
    height: 659px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-cta {
    margin-top: 40px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox {
    margin-top: 0;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .copy {
    top: 50px;
    left: 48px;
    padding: 0;
    width: 75%;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox .copy h2 {
    font-size: 50px;
    line-height: 54px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox.wide {
    width: 100%;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox.one {
    margin: 90px 0 0 0;
    width: 622px;
    height: 659px;
  }
  html#design2017 body.inside2017.basiclanding .cta-blue .relatedContentBox.two {
    margin: 90px 0 40px 95px;
    width: 515px;
    height: 659px;
    position: relative;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-twoColText {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-twoColText h3 {
    font-size: 36px;
    line-height: 46px;
    width: 100%;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-twoColText p {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin-bottom: 28px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-text .textcopy {
    width: 47%;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout.bios2018 .icon-item .genpact-icons--item img {
    width: 128px;
    height: 128px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-icontout.bios2018 .subhead {
    margin-top: 0;
  }
  html#design2017 body.inside2017.basiclanding section.contact-board .contact-board--details {
    min-height: 950px;
  }
}

@media (min-width: 1200px) and (max-width: 1240px) {
  html#design2017 body.inside2017.basiclanding .bodycontent-text .relatedContentBox {
    width: 400px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-video {
    width: 400px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-stat {
    width: 400px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-image {
    width: 400px;
  }
  html#design2017 body.inside2017.basiclanding .bodycontent-image img {
    width: 400px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-cta .relatedContentBox.wide .cta.call-out-box {
    right: 70px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-cta .relatedContentBox.one {
    width: 596px;
  }
  html#design2017 body.inside2017.basiclanding .contentmodule-cta .relatedContentBox.two {
    margin-left: 64px;
  }
}

@media (min-width: 1370px) {
  html#design2017 body.inside2017.basiclanding {
    /*==================== CTA - BLUE =====================*/
  }
  html#design2017 body.inside2017.basiclanding .cta-blue {
    background-position: top -200px right -635px;
  }
}

@media (min-width: 1550px) {
  html#design2017 body.inside2017.basiclanding {
    /*==================== CTA - BLUE =====================*/
  }
  html#design2017 body.inside2017.basiclanding .cta-blue {
    background-position: top -200px right -545px;
  }
}

@media (min-width: 1750px) {
  html#design2017 body.inside2017.basiclanding {
    /*==================== CTA - BLUE =====================*/
  }
  html#design2017 body.inside2017.basiclanding .cta-blue {
    background-position: top -200px right -465px;
  }
}

@media screen and (min-width: 900px) {
  .service-line .filter-dropdown {
    display: none;
  }
}

@media screen and (min-width: 1900px) {
  .service-line .filter-dropdown {
    display: none;
  }
}

.service-line .fifty-fifty-hero__background-item--left {
  background-color: #8c5d8e;
}

.service-line .fifty-fifty-hero__background-item--right {
  display: none;
}

@media screen and (min-width: 1240px) {
  .service-line .fifty-fifty-hero__background-item--right {
    background: url("../assets/images/service-line-hero.jpg") center center/cover no-repeat;
    display: block;
  }
}

.service-line .fifty-fifty-hero .save-and-share {
  color: #fff;
}

@media screen and (min-width: 900px) {
  .service-line .fifty-fifty-hero .save-and-share {
    margin-bottom: 0;
  }
}

.service-line .fifty-fifty-hero .spark-line {
  position: relative;
}

@media screen and (min-width: 275px) {
  .service-line .fifty-fifty-hero .spark-line {
    width: 100%;
    margin: 0 auto;
    max-width: 293px;
  }
}

@media screen and (min-width: 768px) {
  .service-line .fifty-fifty-hero .spark-line {
    max-width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .service-line .fifty-fifty-hero .spark-line {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 91.61867872%;
    max-width: 820px;
    margin-left: auto;
    float: none;
  }
  .service-line .fifty-fifty-hero .spark-line:last-child {
    margin-right: 0;
  }
  .service-line .fifty-fifty-hero .spark-line:last-child {
    margin-right: auto;
  }
}

@media screen and (min-width: 1240px) {
  .service-line .fifty-fifty-hero .spark-line {
    max-width: 1240px;
  }
}

.service-line .fifty-fifty-hero .spark-line__progress-bar-container {
  bottom: 0;
  height: 240px;
  left: 0;
}

@media screen and (min-width: 275px) {
  .service-line .fifty-fifty-hero .spark-line__progress-bar-container {
    bottom: 20rem;
    height: 24rem;
  }
}

@media screen and (min-width: 768px) {
  .service-line .fifty-fifty-hero .spark-line__progress-bar-container {
    bottom: 20rem;
    height: 24rem;
    left: 7%;
  }
}

@media screen and (min-width: 900px) {
  .service-line .fifty-fifty-hero .spark-line__progress-bar-container {
    bottom: 14rem;
    left: 0;
  }
}

@media screen and (min-width: 1240px) {
  .service-line .fifty-fifty-hero .spark-line__progress-bar-container {
    bottom: -3rem;
    height: 32rem;
    margin-left: 8.38132128%;
  }
}

@media screen and (min-width: 1240px) and (max-height: 768px) {
  .service-line .fifty-fifty-hero .spark-line__progress-bar-container {
    bottom: 0;
    height: 18.2rem;
  }
}

@media screen and (min-width: 1900px) {
  .service-line .fifty-fifty-hero .spark-line__progress-bar-container {
    bottom: 1rem;
    margin-left: 0%;
  }
}

@media screen and (max-height: 900px) {
  .service-line .fifty-fifty-hero .spark-line__progress-bar-container {
    height: 11rem;
    max-height: 11rem;
  }
}

@media screen and (min-width: 768px) {
  .service-line .story-mortage-disclaimer {
    padding: 7.5rem 0 0;
  }
}

@media screen and (min-width: 900px) {
  .service-line .story-mortage-disclaimer {
    overflow: hidden;
  }
}

.service-line .story-mortage-disclaimer .spark-line__progress-bar-container {
  bottom: -10rem;
  height: 27rem;
}

@media screen and (min-width: 768px) {
  .service-line .story-one {
    padding: 7.5rem 0 0;
  }
}

@media screen and (min-width: 900px) {
  .service-line .story-one {
    overflow: hidden;
  }
}

.service-line .story-one .spark-line__progress-bar-container {
  bottom: -10rem;
  height: 27rem;
}

.service-line .story-two {
  color: #fff;
}

.service-line .story-two .story__link:hover {
  color: white;
}

.service-line .story-two .story__background {
  background: url("../assets/images/service-line-story2--mobile.jpg") center center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .service-line .story-two .story__background {
    background: url(../assets/images/service-line-story2.jpg) center center/cover no-repeat;
  }
}

.service-line .story-two .story__description {
  color: #fff;
}

.service-line .story-two .story__description * {
  color: #fff;
}

.service-line .story-two .spark-line {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1440px) {
  .service-line .story-two .spark-line {
    margin-left: 8.38132128%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .service-line .story-two .spark-line:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .service-line .story-two .spark-line {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .service-line .story-two .spark-line:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 2800px) {
  .service-line .story-two .spark-line {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
  }
  .service-line .story-two .spark-line:last-child {
    margin-right: 0;
  }
}

.service-line .story-two .spark-line__progress-bar-container {
  bottom: -10rem;
  left: 0;
  height: 27rem;
}

.service-line .story-three .story__link:hover {
  color: white;
}

@media screen and (min-width: 1440px) {
  .service-line .story-three .story__content {
    margin-left: 16.76264256%;
  }
}

@media screen and (min-width: 1900px) {
  .service-line .story-three .story__content {
    margin-left: 0%;
  }
}

.service-line .story-three .story__description {
  color: #fff;
}

.service-line .story-three .story__description * {
  color: #fff;
}

.service-line .story-three .spark-line {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1440px) {
  .service-line .story-three .spark-line {
    margin-left: 8.38132128%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .service-line .story-three .spark-line:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .service-line .story-three .spark-line {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .service-line .story-three .spark-line:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 2800px) {
  .service-line .story-three .spark-line {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
  }
  .service-line .story-three .spark-line:last-child {
    margin-right: 0;
  }
}

.service-line .story-three .spark-line__progress-bar-container {
  bottom: -10vh;
  height: 27rem;
}

.service-line .story-four .story__link:hover {
  color: white;
}

@media screen and (min-width: 1440px) {
  .service-line .story-four .story__content {
    margin-left: 16.76264256%;
  }
}

@media screen and (min-width: 1900px) {
  .service-line .story-four .story__content {
    margin-left: 0%;
  }
}

.service-line .story-four .story__description {
  color: #fff;
}

.service-line .story-four .story__description * {
  color: #fff;
}

.service-line .story-four .spark-line {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1440px) {
  .service-line .story-four .spark-line {
    margin-left: 8.38132128%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .service-line .story-four .spark-line:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .service-line .story-four .spark-line {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .service-line .story-four .spark-line:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 2800px) {
  .service-line .story-four .spark-line {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
  }
  .service-line .story-four .spark-line:last-child {
    margin-right: 0;
  }
}

.service-line .story-four .spark-line__progress-bar-container {
  bottom: -10vh;
  height: 27rem;
}

.service-line .story-five .story__link:hover {
  color: white;
}

@media screen and (min-width: 1440px) {
  .service-line .story-five .story__content {
    margin-left: 16.76264256%;
  }
}

@media screen and (min-width: 1900px) {
  .service-line .story-five .story__content {
    margin-left: 0%;
  }
}

.service-line .story-five .story__description {
  color: #fff;
}

.service-line .story-five .story__description * {
  color: #fff;
}

.service-line .story-five .spark-line {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1440px) {
  .service-line .story-five .spark-line {
    margin-left: 8.38132128%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .service-line .story-five .spark-line:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .service-line .story-five .spark-line {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .service-line .story-five .spark-line:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 2800px) {
  .service-line .story-five .spark-line {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
  }
  .service-line .story-five .spark-line:last-child {
    margin-right: 0;
  }
}

.service-line .story-five .spark-line__progress-bar-container {
  bottom: -10vh;
  height: 27rem;
}

.service-line .story-six .story__link:hover {
  color: white;
}

@media screen and (min-width: 1440px) {
  .service-line .story-six .story__content {
    margin-left: 16.76264256%;
  }
}

@media screen and (min-width: 1900px) {
  .service-line .story-six .story__content {
    margin-left: 0%;
  }
}

.service-line .story-six .story__description {
  color: #fff;
}

.service-line .story-six .story__description * {
  color: #fff;
}

.service-line .story-six .spark-line {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1440px) {
  .service-line .story-six .spark-line {
    margin-left: 8.38132128%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .service-line .story-six .spark-line:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .service-line .story-six .spark-line {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .service-line .story-six .spark-line:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 2800px) {
  .service-line .story-six .spark-line {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
  }
  .service-line .story-six .spark-line:last-child {
    margin-right: 0;
  }
}

.service-line .story-six .spark-line__progress-bar-container {
  bottom: -10vh;
  height: 27rem;
}

.service-line .statistical-tout-two__statistic--secondary {
  background-color: #8c5d8e;
}

.service-line .need-based-solution .spark-line__progress-bar-container {
  bottom: -1.5rem;
  left: 0;
  height: 80px;
}

@media screen and (min-width: 768px) {
  .service-line .need-based-solution .spark-line__progress-bar-container {
    bottom: -2.8rem;
    height: 140px;
  }
}

@media screen and (min-width: 1440px) {
  .service-line .need-based-solution .spark-line__progress-bar-container {
    bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .service-line .need-based-solution__story-content h1 {
    margin-left: 0%;
  }
}

.service-line .need-based-solution .save-and-share {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 0;
  padding-top: 7.5rem;
}

@media screen and (min-width: 768px) {
  .service-line .need-based-solution .save-and-share {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 1440px) {
  .service-line .need-based-solution .save-and-share {
    padding: 4.2rem 0 2rem;
  }
}

.service-line .need-based-solution .parent-accordion-item {
  background-color: #8c5d8e;
  color: #fff;
}

.service-line .need-based-solution .parent-accordion-item:nth-child(2) {
  background-color: #583a53;
}

.service-line .need-based-solution .parent-accordion-item:nth-child(3) {
  background-color: #332230;
}

.service-line .need-based-solution .parent-accordion-item:nth-child(5) {
  background-color: #583a53;
}

.service-line .need-based-solution .parent-accordion-item:nth-child(6) {
  background-color: #332230;
}

.service-line .need-based-solution .parent-accordion-item:nth-child(8) {
  background-color: #583a53;
}

.service-line .need-based-solution .parent-accordion-item h5 {
  margin-bottom: 0;
}

/* service-line */
@media screen and (min-width: 1240px) {
  .product .filter-dropdown {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .product .filter-dropdown {
    display: none;
  }
}

@media screen and (min-width: 1900px) {
  .product .filter-dropdown {
    display: none;
  }
}

.product .hero {
  height: auto;
  min-height: 0;
  padding: 0;
}

.product .hero__background {
  bottom: 19.6rem;
}

@media screen and (min-width: 768px) {
  .product .hero__background {
    bottom: 20vh;
  }
}

@media screen and (min-width: 900px) {
  .product .hero__background {
    display: block;
  }
}

.product .hero__container {
  padding: 14.4rem 0 12.2rem;
}

@media screen and (min-width: 768px) {
  .product .hero__container {
    height: 80vh;
    padding: 15.9rem 0 0;
  }
}

.product .hero__chapters-navigation {
  background-color: #fff;
  padding: 6rem 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .product .hero__chapters-navigation {
    display: flex;
    align-items: center;
    min-height: 20vh;
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: calc($sm-desktop - 1px)) {
  .product .hero__chapters-navigation .chapter-nav__navigation {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 74.85603616%;
    margin-left: 8.38132128%;
  }
  .product .hero__chapters-navigation .chapter-nav__navigation:last-child {
    margin-right: 0;
  }
}

.product .hero .save-and-share {
  color: #fff;
}

.product .hero .spark-line__progress-bar-container {
  bottom: 13rem;
  height: 15rem;
}

@media screen and (min-width: 768px) {
  .product .hero .spark-line__progress-bar-container {
    bottom: 15rem;
    height: 15rem;
    transform: translateX(-288.75px);
  }
}

@media screen and (min-width: 900px) {
  .product .hero .spark-line__progress-bar-container {
    bottom: 15vh;
    transform: translateX(-343.75px);
  }
}

@media screen and (min-width: 1440px) {
  .product .hero .spark-line__progress-bar-container {
    transform: translateX(-620px);
  }
}

.product .statistical-tout-one {
  background-color: #fff;
}

@media screen and (min-width: 900px) {
  .product .statistical-tout-one {
    margin-top: -11.5vh;
    padding: 0;
  }
}

@media screen and (min-width: 2800px) {
  .product .statistical-tout-one {
    margin-top: 0;
    padding-top: 2.4rem;
  }
}

.product .concierge-container {
  padding: 12.3rem 0 8rem;
}

@media screen and (min-width: 768px) {
  .product .concierge-container {
    padding: 11.5rem 0 9rem;
  }
}

@media screen and (min-width: 900px) {
  .product .concierge-container {
    padding: 13rem 0 11.3rem;
  }
}

@media screen and (min-width: 1440px) {
  .product .concierge-container {
    padding: 17.8rem 0 15.2rem;
  }
}

@media screen and (min-width: 1900px) {
  .product .concierge-container {
    padding: 14.6rem 0 20rem;
  }
}

@media screen and (min-width: 2800px) {
  .product .concierge-container {
    padding: 18.1rem 0 18.4rem;
  }
}

@media screen and (min-width: 768px) {
  .product .concierge-scroller {
    height: 14rem;
    margin: 4.7rem 0 4.3rem;
  }
}

@media screen and (min-width: 1440px) {
  .product .concierge-scroller {
    margin: 6rem 0 7.5rem;
  }
}

.product .concierge-footer {
  margin-top: 0;
}

.product .concierge #concierge-header h1 {
  margin-top: 0;
}

.product .accordion {
  margin-bottom: 7.5rem;
}

@media screen and (min-width: 768px) {
  .product .accordion {
    margin-bottom: inherit;
  }
}

.product .support__background {
  background: url("../assets/images/product-support--mobile.jpg") center center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .product .support__background {
    background-position: center 25%;
  }
}

@media screen and (min-width: 900px) {
  .product .support__background {
    background: url("../assets/images/product-support.jpg") 65% 25%/cover no-repeat;
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .product .support__background {
    background: url("../assets/images/product-support.jpg") 65% 75%/cover no-repeat;
    display: block;
  }
}

.product .support__cta .call-to-action__desc {
  color: #ff555f;
}

@media screen and (min-width: 900px) and (max-width: 1240px) {
  .product .client-testimonial-one__graphic {
    top: 8rem;
  }
  .product .client-testimonial-one__graphic img {
    transform: translateX(-25%);
    width: 212%;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1440px) {
  .product .client-testimonial-one__graphic {
    top: 0;
  }
  .product .client-testimonial-one__graphic img {
    transform: translateX(-12.5rem);
    width: 135%;
  }
}

.product .client-testimonial-two .call-to-action {
  padding-top: 4.6rem;
  position: relative;
  top: 3.2rem;
}

@media screen and (min-width: 768px) {
  .product .client-testimonial-two .call-to-action {
    padding-top: 6.5rem;
  }
}

.product .client-testimonial-two .call-to-action__desc {
  color: #fff;
}

.product .client-testimonial-two .call-to-action__icon > .oval-button {
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .product .recirc .spark-line__progress-bar-container {
    transform: translateX(0);
  }
}

@media screen and (min-width: 900px) {
  .product .recirc .spark-line__progress-bar-container {
    transform: translateX(-410px);
  }
}

@media screen and (min-width: 1440px) {
  .product .recirc .spark-line__progress-bar-container {
    transform: translateX(0);
  }
}

.meet-cora {
  /* end hero */
  /* end client testimonial two */
  /* end client testimonial one */
  /* end need based solution */
}

.meet-cora .image-module {
  padding: 45rem 0;
}

.meet-cora .image-module .next-steps__background::after {
  background-image: none !important;
}

.meet-cora .hero {
  padding-top: 14.8rem;
  padding-bottom: 10.4rem;
}

@media screen and (min-width: 768px) {
  .meet-cora .hero {
    padding-bottom: 4.4rem;
    min-height: 830px;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora .hero {
    padding-top: 17rem;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .meet-cora .hero {
    padding-top: 20rem;
  }
}

@media screen and (min-width: 1900px) {
  .meet-cora .hero {
    padding-top: 17rem;
  }
}

.meet-cora .hero__background {
  background: url("/a/dist/img/meet-cora-hero--mobile.jpg") center center/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .meet-cora .hero__background {
    background: url("/a/dist/img/meet-cora-hero.jpg") center center/cover no-repeat;
    display: block;
  }
}

.meet-cora .hero__background::before {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 25%, black 100%);
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .meet-cora .hero__container {
    position: relative;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    float: none;
    margin-right: auto;
    max-width: 100%;
  }
  .meet-cora .hero__container:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora .hero__container {
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .meet-cora .hero__content {
    margin-left: 8.38132128%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .meet-cora .hero__content:last-child {
    margin-right: auto;
  }
}

.meet-cora .hero__eyebrow {
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}

@media screen and (min-width: 900px) {
  .meet-cora .hero__eyebrow {
    font-size: 1.8rem;
    letter-spacing: 1.5px;
    line-height: 1;
    margin-bottom: 6.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .meet-cora .hero__eyebrow {
    margin-bottom: 4rem;
  }
}

.meet-cora .hero__title {
  line-height: 1.33;
  margin-bottom: 2.1rem;
}

@media screen and (min-width: 768px) {
  .meet-cora .hero__title {
    margin-bottom: 4.3rem;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora .hero__title {
    line-height: 1.08;
  }
}

@media screen and (min-width: 1440px) {
  .meet-cora .hero__title {
    line-height: 1.29;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora .hero__cta {
    margin-bottom: 6.5rem;
  }
}

@media screen and (min-width: 1900px) {
  .meet-cora .hero__cta {
    position: absolute;
    bottom: 0;
    right: -25rem;
  }
}

@media screen and (min-width: 2800px) {
  .meet-cora .hero__cta {
    margin-bottom: 10rem;
  }
}

.meet-cora .hero__cta .rounded-button {
  float: right;
  height: 6.4rem;
  margin-right: -2rem;
  min-width: 0;
  width: 6.4rem;
}

@media screen and (min-width: 768px) {
  .meet-cora .hero__cta .rounded-button {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora .hero__cta .rounded-button {
    height: 7.2rem;
    min-width: 22.5rem;
    width: auto;
  }
}

.meet-cora .hero__cta .rounded-button__desc {
  display: none;
}

@media screen and (min-width: 900px) {
  .meet-cora .hero__cta .rounded-button__desc {
    display: inline;
  }
}

.meet-cora .hero .save-and-share {
  color: #fff;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .meet-cora .hero .save-and-share {
    margin-bottom: 3.5rem;
  }
}

.meet-cora .video .title {
  color: black;
  text-align: left;
  margin-bottom: 100px;
}

.meet-cora .video .spark-line {
  width: 58.09339%;
  margin: 0 auto;
}

.meet-cora .video .spark-line__progress-bar-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  top: auto;
  bottom: 102%;
  height: 8rem;
  left: 1px;
}

@media screen and (min-width: 275px) {
  .meet-cora .video .spark-line__progress-bar-container {
    bottom: 104%;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora .video .spark-line__progress-bar-container {
    top: auto;
    bottom: 102%;
    height: 8rem;
  }
}

.meet-cora .client-testimonial-two__quotation {
  color: #fff;
}

.meet-cora .client-testimonial-two {
  background: #00B3D6;
  color: #fff;
}

.meet-cora .client-testimonial-two__quote-container {
  border-bottom: 0;
  margin: 0 0 4rem;
  padding: 8rem 0 0 0;
}

@media screen and (min-width: 768px) {
  .meet-cora .client-testimonial-two__quote-container {
    margin-bottom: 8rem;
  }
}

.meet-cora .client-testimonial-two__quote {
  color: #fff;
}

.meet-cora .client-testimonial-two .call-to-action {
  border-bottom: 1px solid #bfbfbf;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-bottom: 2.8rem;
}

@media screen and (min-width: 768px) {
  .meet-cora .client-testimonial-two .call-to-action {
    clear: both;
    padding-bottom: 6.2rem;
  }
}

.meet-cora .client-testimonial-one {
  padding: 8rem 4rem 23.8rem;
  overflow: visible;
}

@media screen and (min-width: 900px) {
  .meet-cora .client-testimonial-one {
    padding-bottom: 40rem;
  }
}

@media screen and (min-width: 1240px) {
  .meet-cora .client-testimonial-one {
    padding-bottom: 50rem;
  }
}

@media screen and (min-width: 2800px) {
  .meet-cora .client-testimonial-one {
    padding-bottom: 65rem;
  }
}

@media screen and (min-width: 1440px) {
  .meet-cora .client-testimonial-one__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
    margin-left: 8.38132128%;
  }
  .meet-cora .client-testimonial-one__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .meet-cora .client-testimonial-one__content {
    margin-left: 0%;
  }
}

.meet-cora .client-testimonial-one__quote {
  color: #3b3c43;
}

.meet-cora .client-testimonial-one__graphic {
  bottom: -72vh;
}

@media screen and (min-width: 900px) {
  .meet-cora .client-testimonial-one__graphic {
    bottom: -39vh;
    top: auto;
  }
}

@media screen and (min-width: 1240px) and (max-width: 1440px) {
  .meet-cora .client-testimonial-one__graphic {
    bottom: -40vh;
  }
}

@media screen and (min-width: 1900px) {
  .meet-cora .client-testimonial-one__graphic {
    bottom: -40vh;
  }
}

@media screen and (min-width: 2400px) {
  .meet-cora .client-testimonial-one__graphic {
    bottom: -50vh;
  }
}

@media screen and (min-width: 2800px) {
  .meet-cora .client-testimonial-one__graphic {
    bottom: -40vh;
  }
}

@media screen and (min-width: 768px) {
  p .meet-cora .client-testimonial-one__container {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .meet-cora .need-based-solution__container {
    padding: 12.5rem 0;
  }
}

.meet-cora .need-based-solution__story-content {
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .meet-cora .need-based-solution__story-content h2 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    font-family: display-egyptian-thin, sans-serif;
    line-height: 1.29;
  }
  .meet-cora .need-based-solution__story-content h2:last-child {
    margin-right: 0;
  }
}

.meet-cora .need-based-solution .accordion {
  background-color: #031a34;
  color: #fff;
}

@media screen and (min-width: 900px) {
  .meet-cora .need-based-solution .accordion {
    padding: 8rem 0;
  }
}

.meet-cora .need-based-solution .accordion .accordion-item {
  background-color: #031a34;
  border-color: rgba(255, 255, 255, 0.5);
  min-height: 0;
  padding: 6rem 0;
}

@media screen and (min-width: 768px) {
  .meet-cora .need-based-solution .accordion .accordion-item {
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 0;
  }
  .meet-cora .need-based-solution .accordion .accordion-item::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .meet-cora .need-based-solution .accordion .accordion-item {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .meet-cora .need-based-solution .accordion .accordion-item::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 768px) and (min-width: 900px) {
  .meet-cora .need-based-solution .accordion .accordion-item {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .meet-cora .need-based-solution .accordion .accordion-item::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px) {
  .meet-cora .need-based-solution .accordion .accordion-item {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .meet-cora .need-based-solution .accordion .accordion-item::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora .need-based-solution .accordion .accordion-item h4 {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 4.2rem;
    font-weight: 100;
    line-height: 1.29;
  }
}

@media screen and (min-width: 768px) {
  .meet-cora .need-based-solution .accordion .accordion-content {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora .need-based-solution .accordion .accordion-content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
    margin-left: 0%;
  }
  .meet-cora .need-based-solution .accordion .accordion-content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .meet-cora .need-based-solution .accordion .accordion-content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
  }
  .meet-cora .need-based-solution .accordion .accordion-content:last-child {
    margin-right: 0;
  }
}

.meet-cora .need-based-solution .accordion .accordion-content > p {
  margin: 3rem 0 2rem;
}

@media screen and (min-width: 768px) {
  .meet-cora .need-based-solution .accordion .accordion-content > p {
    margin: 0 0 2rem;
  }
}

@media screen and (min-width: 768px) {
  .meet-cora .need-based-solution .accordion .accordion-content--cta {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora .need-based-solution .accordion .accordion-content--cta {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 1440px) {
  .meet-cora .need-based-solution .accordion .accordion-content--cta {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .meet-cora .need-based-solution .accordion .accordion-image {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora .need-based-solution .accordion .accordion-image {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
    margin-left: 8.38132128%;
  }
  .meet-cora .need-based-solution .accordion .accordion-image:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .meet-cora .need-based-solution .accordion .accordion-image {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
  }
  .meet-cora .need-based-solution .accordion .accordion-image:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .meet-cora .need-based-solution .accordion .accordion-image figure {
    float: none;
    max-height: 22.5rem;
    overflow: hidden;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora .need-based-solution .accordion .accordion-image figure {
    max-height: none;
  }
}

.meet-cora .need-based-solution .accordion .accordion-image figcaption {
  padding: 0 5rem 3rem 3rem;
  top: auto;
  bottom: 0;
  transform: none;
}

@media screen and (min-width: 768px) {
  .meet-cora .need-based-solution .accordion .accordion-image figcaption {
    padding: 0 0 4rem 4rem;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora .need-based-solution .accordion .accordion-image figcaption {
    float: left;
    display: block;
    margin-right: 1.39328548%;
    width: 79.7213429%;
  }
  .meet-cora .need-based-solution .accordion .accordion-image figcaption:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .meet-cora .need-based-solution .accordion .accordion-image figcaption {
    float: left;
    display: block;
    margin-right: 1.15838131%;
    width: 83.14026978%;
  }
  .meet-cora .need-based-solution .accordion .accordion-image figcaption:last-child {
    margin-right: 0;
  }
}

.meet-cora .need-based-solution .accordion .accordion-image figcaption h5 {
  margin-bottom: 1rem;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .meet-cora .need-based-solution .accordion .accordion-image figcaption p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.56;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora .need-based-solution .accordion .accordion-image figcaption p {
    line-height: 1.75;
  }
}

@media screen and (min-width: 1440px) {
  .meet-cora .need-based-solution .accordion .accordion-image figcaption p {
    font-size: 2.4rem;
    line-height: 1.33;
  }
}

.meet-cora .need-based-solution .spark-line__progress-bar-container {
  background-color: #bfbfbf;
  background-color: rgba(0, 0, 0, 0.25);
  display: block;
  bottom: -9.5rem;
  height: 20rem;
  left: 1px;
}

@media screen and (min-width: 275px) {
  .meet-cora .need-based-solution .spark-line__progress-bar-container {
    bottom: -3.5rem;
    height: 11rem;
  }
}

@media screen and (min-width: 768px) {
  .meet-cora .need-based-solution .spark-line__progress-bar-container {
    bottom: -3.5rem;
    height: 11rem;
  }
}

.meet-cora .features {
  background-color: white;
  color: black;
}

.meet-cora .features .spark-line {
  width: 58.09339%;
  margin: 0 auto;
}

.meet-cora .features .spark-line__progress-bar-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  top: auto;
  bottom: 100%;
  bottom: calc(100% - 10rem);
  height: 8rem;
  left: 1px;
}

@media screen and (min-width: 768px) {
  .meet-cora .features .spark-line__progress-bar-container {
    margin-left: 0;
    top: 4.4rem;
  }
}

@media screen and (min-width: 900px) {
  .meet-cora .features .spark-line__progress-bar-container {
    top: auto;
    bottom: 100%;
    bottom: calc(100% - 10rem);
    height: 8rem;
  }
}

.save-share {
  color: #000;
  /* need-based-solution */
  /* contact-us */
  /* case-studies */
  /* products */
}

.save-share .share__background {
  background: #000 url("/a/dist/img/hero-bg.svg") 62.5% 20%/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .save-share .share__background {
    background: #000 url("/a/dist/img/hero-bg.svg") top center/cover no-repeat;
  }
}

.save-share #feature1__background {
  background: #000 url("/a/dist/img/full-width-feature-1@2x.jpg") 62.5% 20%/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .save-share #feature1__background {
    background: #000 url("/a/dist/img/full-width-feature-1@2x.jpg") top center/cover no-repeat;
  }
}

.save-share #feature2__background {
  background: #000 url("/a/dist/img/full-width-feature-2@2x.jpg") 62.5% 20%/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .save-share #feature2__background {
    background: #000 url("/a/dist/img/full-width-feature-2@2x.jpg") top center/cover no-repeat;
  }
}

.save-share .need-based-solution {
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.2);
  min-height: 0;
}

.save-share .need-based-solution .parent-accordion-item {
  background-color: #8c5d8e;
  color: #fff;
}

.save-share .need-based-solution .parent-accordion-item__content .save-and-share {
  display: none;
}

.save-share .contact-us .spark-line__progress-bar-container {
  top: -2.5rem;
  left: 0;
}

@media screen and (min-width: 768px) {
  .save-share .contact-us .spark-line__progress-bar-container {
    top: -5rem;
    left: 50%;
  }
}

.save-share .case-studies .spark-line__progress-bar-container {
  background-color: rgba(255, 255, 255, 0.2);
  height: 12rem;
  margin-bottom: 1.5rem;
  position: static;
  transform: none;
  left: auto;
}

.save-share .products .spark-line__progress-bar-container {
  position: static;
  left: auto;
  bottom: auto;
  height: 12rem;
  transform: none;
}

/* save-and-share */
.why-genpact {
  /* story one */
  /* story-two */
  /* story three */
  /* story four */
  /* concierge */
}

.why-genpact .video-hero__chapters-navigation {
  clear: both;
  padding-top: 5rem;
}

@media screen and (min-width: 768px) {
  .why-genpact .video-hero__chapters-navigation {
    padding-top: 12rem;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .video-hero__chapters-navigation {
    display: block;
    padding: 0;
    position: absolute;
    bottom: 10rem;
    left: 0;
    right: 0;
  }
  .why-genpact .video-hero__chapters-navigation::after {
    clear: both;
    content: "";
    display: block;
  }
}

.why-genpact .video-hero__chapters-navigation .chapter-nav__container {
  clear: both;
}

@media screen and (min-width: 900px) {
  .why-genpact .video-hero__chapters-navigation .chapter-nav__navigation {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 74.85603616%;
    margin-left: 8.38132128%;
    display: block;
  }
  .why-genpact .video-hero__chapters-navigation .chapter-nav__navigation:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .video-hero__chapters-navigation .chapter-nav__navigation {
    display: none;
  }
}

.why-genpact .video-hero__chapters-navigation .chapter-nav__navigation ul {
  border-color: rgba(255, 255, 255, 0.5);
}

.why-genpact .video-hero__chapters-navigation .chapter-nav__navigation ul::after {
  color: #fff;
}

.why-genpact .video-hero__chapters-navigation .chapter-nav__navigation ul li a {
  color: #fff;
}

@media screen and (min-width: 900px) {
  .why-genpact .video-hero__chapters-navigation .chapter-nav__cta--mobile {
    display: block;
    text-align: left;
  }
  .why-genpact .video-hero__chapters-navigation .chapter-nav__cta--mobile .oval-button {
    float: none;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .video-hero__chapters-navigation .chapter-nav__cta--mobile {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .why-genpact .video-hero__chapters-navigation .chapter-nav__cta--desktop {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .video-hero__chapters-navigation .chapter-nav__cta--desktop {
    display: block;
    margin-right: -4rem;
  }
}

@media screen and (min-width: 1900px) {
  .why-genpact .video-hero__chapters-navigation .chapter-nav__cta--desktop {
    margin-right: -24.5rem;
  }
}

.why-genpact .video-hero .save-and-share {
  margin: 0;
}

@media screen and (min-width: 900px) {
  .why-genpact .video-hero .spark-line {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .video-hero .spark-line {
    max-width: 1240px;
  }
}

.why-genpact .video-hero .spark-line__progress-bar-container {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: -5rem;
  height: 12rem;
}

@media screen and (min-width: 768px) {
  .why-genpact .video-hero .spark-line__progress-bar-container {
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 900px) {
  .why-genpact .video-hero .spark-line__progress-bar-container {
    bottom: -3rem;
    margin-left: 8.38132128%;
  }
}

@media screen and (min-width: 1240px) {
  .why-genpact .video-hero .spark-line__progress-bar-container {
    background-color: rgba(0, 0, 0, 0.25);
    height: 12rem;
    max-height: 290px;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .video-hero .spark-line__progress-bar-container {
    bottom: -14rem;
    background-color: rgba(0, 0, 0, 0.25);
    height: 40rem;
    max-height: 290px;
  }
}

@media screen and (min-width: 1900px) {
  .why-genpact .video-hero .spark-line__progress-bar-container {
    margin-left: 0%;
  }
}

.why-genpact .story .spark-line {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .why-genpact .story .spark-line {
    max-width: 688px;
  }
}

@media screen and (min-width: 900px) {
  .why-genpact .story .spark-line {
    max-width: 820px;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .story .spark-line {
    max-width: 1240px;
  }
}

.why-genpact .story .spark-line__progress-bar-container {
  left: auto;
}

@media screen and (min-width: 900px) {
  .why-genpact .story .spark-line__progress-bar-container {
    left: 50%;
    transform: translateX(-50%);
  }
}

.why-genpact .story-one {
  overflow: visible;
  padding: 7rem 0 4rem 0;
}

@media screen and (min-width: 768px) {
  .why-genpact .story-one {
    padding-top: 7rem;
  }
}

@media screen and (min-width: 900px) {
  .why-genpact .story-one {
    padding-top: 11rem;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .story-one {
    padding-top: 18.6rem;
  }
}

@media screen and (min-width: 2800px) {
  .why-genpact .story-one {
    padding: 17.3rem 0 0 0;
  }
}

.why-genpact .story-one .story__background {
  background: #000 url("/a/dist/img/hero-bg.svg") 53% 20%/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .why-genpact .story-one .story__background {
    background: #000 url("/a/dist/img/hero-bg.svg") 65% center/cover no-repeat;
  }
}

@media screen and (min-width: 900px) {
  .why-genpact .story-one .story__background {
    background: #000 url("/a/dist/img/hero-bg.svg") 35% center/cover no-repeat;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .story-one .story__background {
    background: #000 url("/a/dist/img/hero-bg.svg") 45% center/cover no-repeat;
  }
}

@media screen and (min-width: 1900px) {
  .why-genpact .story-one .story__background {
    background: #000 url("/a/dist/img/hero-bg.svg") 47% center/cover no-repeat;
  }
}

@media screen and (min-width: 2800px) {
  .why-genpact .story-one .story__background {
    background: #000 url("/a/dist/img/hero-bg.svg") 55% center/cover no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .why-genpact .story-one .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
  }
  .why-genpact .story-one .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .why-genpact .story-one .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
    margin-left: 8.38132128%;
  }
  .why-genpact .story-one .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .story-one .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
  }
  .why-genpact .story-one .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1900px) {
  .why-genpact .story-one .story__content {
    margin-left: 0%;
  }
}

.why-genpact .story-one .story__description {
  color: #fff;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1.29;
  margin-bottom: 2rem;
}

.why-genpact .story-one .story__description * {
  color: #fff;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1.29;
  margin-bottom: 2rem;
}

@media screen and (min-width: 900px) {
  .why-genpact .story-one .story__description {
    font-size: 5rem;
    line-height: 1.08;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .story-one .story__description {
    font-size: 6rem;
    line-height: 1.2;
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1900px) {
  .why-genpact .story-one .story__description {
    font-size: 7rem;
    line-height: 1.29;
  }
}

.why-genpact .story-one .spark-line {
  display: block;
}

.why-genpact .story-one .spark-line .spark-line__progress-bar-container {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: -2.5rem;
  height: 10rem;
}

@media screen and (min-width: 275px) {
  .why-genpact .story-one .spark-line .spark-line__progress-bar-container {
    bottom: -11.5rem;
  }
}

@media screen and (min-width: 900px) {
  .why-genpact .story-one .spark-line .spark-line__progress-bar-container {
    bottom: -16rem;
    height: 19rem;
    transform: none;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .story-one .spark-line .spark-line__progress-bar-container {
    bottom: -15rem;
    height: 27rem;
  }
}

.why-genpact .story-two {
  overflow: visible;
  padding: 6rem 0 4rem 0;
}

@media screen and (min-width: 900px) {
  .why-genpact .story-two {
    padding-top: 7.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .story-two {
    padding-top: 19.5rem;
  }
}

.why-genpact .story-two .story__background {
  background: #000 url("/a/dist/img/why-genpact-story-2--mobile.jpg") top left/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .why-genpact .story-two .story__background {
    background: #000 url("/a/dist/img/why-genpact-story-2--tablet.jpg") top left/cover no-repeat;
  }
}

@media screen and (min-width: 900px) {
  .why-genpact .story-two .story__background {
    background: #000 url("/a/dist/img/why-genpact-story-2--sm-desktop.jpg") top left/cover no-repeat;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .story-two .story__background {
    background: #000 url("/a/dist/img/why-genpact-story-2--lg-desktop.jpg") top left/cover no-repeat;
  }
}

@media screen and (min-width: 1900px) {
  .why-genpact .story-two .story__background {
    background: #000 url("/a/dist/img/why-genpact-story-2--xl-desktop.jpg") top left/cover no-repeat;
  }
}

@media screen and (min-width: 2800px) {
  .why-genpact .story-two .story__background {
    background: #000 url("/a/dist/img/why-genpact-story-2--xxl-desktop.jpg") top right/cover no-repeat;
  }
}

.why-genpact .story-two .story__content {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .why-genpact .story-two .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 41.33075104%;
  }
  .why-genpact .story-two .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .why-genpact .story-two .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
    margin-left: 50.28792768%;
  }
  .why-genpact .story-two .story__content:last-child {
    margin-right: 0;
  }
}

.why-genpact .story-two .story__description {
  color: #fff;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1.29;
  margin-bottom: 2rem;
}

.why-genpact .story-two .story__description * {
  color: #fff;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1.29;
  margin-bottom: 2rem;
}

@media screen and (min-width: 900px) {
  .why-genpact .story-two .story__description {
    font-size: 5rem;
    line-height: 1.08;
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .story-two .story__description {
    font-size: 6rem;
    line-height: 1.2;
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1900px) {
  .why-genpact .story-two .story__description {
    font-size: 7rem;
    line-height: 1.29;
  }
}

.why-genpact .story-two .spark-line {
  display: block;
}

.why-genpact .story-two .spark-line .spark-line__progress-bar-container {
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  height: 10rem;
}

@media screen and (min-width: 275px) {
  .why-genpact .story-two .spark-line .spark-line__progress-bar-container {
    transform: translateX(-343.75px);
    bottom: -12rem;
    height: 7rem;
  }
}

@media screen and (min-width: 900px) {
  .why-genpact .story-two .spark-line .spark-line__progress-bar-container {
    transform: translateX(-343.75px);
    bottom: -12rem;
    height: 27rem;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .story-two .spark-line .spark-line__progress-bar-container {
    transform: translateX(-518.75px);
  }
}

.why-genpact .story-three {
  overflow: visible;
  padding: 6rem 0 4rem;
}

@media screen and (min-width: 768px) {
  .why-genpact .story-three {
    margin-top: -4rem;
    min-height: 80vh;
    height: auto;
  }
}

@media screen and (min-width: 900px) {
  .why-genpact .story-three {
    margin-top: -10rem;
    padding-top: 25.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .story-three {
    margin-top: -6rem;
    padding-top: 28rem;
  }
}

.why-genpact .story-three .story__background {
  background-color: #000;
  background-image: url("/a/dist/img/why-genpact-story-3--mobile.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.2);
  right: 5%;
}

@media screen and (min-width: 768px) {
  .why-genpact .story-three .story__background {
    background-image: url("/a/dist/img/why-genpact-story-3--tablet.jpg");
    background-position: center bottom;
  }
}

@media screen and (min-width: 900px) {
  .why-genpact .story-three .story__background {
    background-image: url("/a/dist/img/why-genpact-story-3--sm-desktop.jpg");
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .story-three .story__background {
    background-image: url("/a/dist/img/why-genpact-story-3--lg-desktop.jpg");
    right: 7.5%;
  }
}

@media screen and (min-width: 1900px) {
  .why-genpact .story-three .story__background {
    background-image: url("/a/dist/img/why-genpact-story-3--xl-desktop.jpg");
    right: 17.1%;
  }
}

@media screen and (min-width: 2800px) {
  .why-genpact .story-three .story__background {
    background-image: url("/a/dist/img/why-genpact-story-3--xxl-desktop.jpg");
    right: 28.1%;
  }
}

.why-genpact .story-three .story__content {
  margin-bottom: 0;
  float: left;
  display: block;
  margin-right: 0.57585535%;
  width: 83.23735744%;
}

.why-genpact .story-three .story__content:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .why-genpact .story-three .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 37.1400904%;
  }
  .why-genpact .story-three .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .why-genpact .story-three .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
    margin-left: 8.38132128%;
  }
  .why-genpact .story-three .story__content:last-child {
    margin-right: 0;
  }
}

.why-genpact .story-three .story__description {
  color: #fff;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1.29;
  margin-bottom: 2rem;
}

.why-genpact .story-three .story__description * {
  color: #fff;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1.29;
  margin-bottom: 2rem;
}

@media screen and (min-width: 900px) {
  .why-genpact .story-three .story__description {
    font-size: 5rem;
    line-height: 1.08;
    margin-bottom: 3.2rem;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .story-three .story__description {
    font-size: 6rem;
    line-height: 1.2;
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 1900px) {
  .why-genpact .story-three .story__description {
    font-size: 7rem;
    line-height: 1.29;
  }
}

.why-genpact .story-three .spark-line {
  display: block;
}

.why-genpact .story-three .spark-line .spark-line__progress-bar-container {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: -4rem;
  height: 10rem;
}

@media screen and (min-width: 275px) {
  .why-genpact .story-three .spark-line .spark-line__progress-bar-container {
    bottom: -7rem;
    height: 10rem;
    transform: translateX(0px);
  }
}

@media screen and (min-width: 900px) {
  .why-genpact .story-three .spark-line .spark-line__progress-bar-container {
    bottom: -8rem;
    height: 19rem;
    transform: translateX(0px);
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .story-three .spark-line .spark-line__progress-bar-container {
    bottom: -10rem;
    height: 15rem;
    transform: translateX(0px);
  }
}

.why-genpact .story-four {
  overflow: visible;
  padding: 8rem 0;
}

@media screen and (min-width: 768px) {
  .why-genpact .story-four {
    padding: 7.2rem 0 4rem;
  }
}

@media screen and (min-width: 900px) {
  .why-genpact .story-four {
    padding-top: 18.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .story-four {
    padding-top: 23.3rem;
  }
}

.why-genpact .story-four .story__content {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .why-genpact .story-four .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 45.52141168%;
  }
  .why-genpact .story-four .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .why-genpact .story-four .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
    margin-left: 50.28792768%;
  }
  .why-genpact .story-four .story__content:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .story-four .story__content {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 58.0933936%;
    margin-left: 41.9066064%;
  }
  .why-genpact .story-four .story__content:last-child {
    margin-right: 0;
  }
}

.why-genpact .story-four .story__description {
  color: #000;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1.29;
  margin-bottom: 4rem;
}

.why-genpact .story-four .story__description * {
  color: #000;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 4.2rem;
  font-weight: 100;
  line-height: 1.29;
  margin-bottom: 4rem;
}

@media screen and (min-width: 900px) {
  .why-genpact .story-four .story__description {
    font-size: 5rem;
    line-height: 1.08;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .story-four .story__description {
    font-size: 6rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1900px) {
  .why-genpact .story-four .story__description {
    font-size: 7rem;
    line-height: 1.29;
  }
}

.why-genpact .story-four .spark-line {
  display: none;
}

.why-genpact .concierge-container {
  padding: 11rem 0 4rem;
}

@media screen and (min-width: 768px) {
  .why-genpact .concierge-container {
    padding-top: 9rem;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .concierge-container {
    padding-top: 20rem;
  }
}

.why-genpact .concierge-header__container {
  float: left;
  display: block;
  margin-right: 0.57585535%;
  width: 100%;
}

.why-genpact .concierge-header__container:last-child {
  margin-right: 0;
}

.why-genpact .concierge-header__title {
  color: #000;
}

@media screen and (min-width: 768px) {
  .why-genpact .concierge-scroller {
    height: 14rem;
    margin: 4.5rem 0;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .concierge-scroller {
    margin: 6rem 0 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .why-genpact .concierge input.mobile-search {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .why-genpact .concierge input.desktop-search {
    display: block;
  }
}

.why-genpact .t-validator__background {
  background: url("/a/dist/img/t-validation-bg--mobile.svg") top left/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .why-genpact .t-validator__background {
    background: url("/a/dist/img/t-validation-bg--tablet.svg") center center/cover no-repeat;
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .t-validator__background {
    background: url("/a/dist/img/t-validation-bg.svg") center center/cover no-repeat;
  }
}

.why-genpact .t-validator .spark-line {
  display: block;
}

.why-genpact .t-validator .spark-line .spark-line__progress-bar-container {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: inherit;
  top: 16rem;
  left: 50%;
  height: 14rem;
  transform: translateX(-147.5px);
}

@media screen and (min-width: 275px) {
  .why-genpact .t-validator .spark-line .spark-line__progress-bar-container {
    height: 16rem;
    top: 7rem;
    transform: translateX(-343.75px);
  }
}

@media screen and (min-width: 768px) {
  .why-genpact .t-validator .spark-line .spark-line__progress-bar-container {
    transform: translateX(-344px);
  }
}

@media screen and (min-width: 900px) {
  .why-genpact .t-validator .spark-line .spark-line__progress-bar-container {
    height: 9.6rem;
    top: 20rem;
    transform: translateX(-343.75px);
  }
}

@media screen and (min-width: 1440px) {
  .why-genpact .t-validator .spark-line .spark-line__progress-bar-container {
    height: 9rem;
    top: 18.4rem;
    transform: translateX(-620px);
  }
}

@media screen and (min-width: 1900px) {
  .why-genpact .t-validator .spark-line .spark-line__progress-bar-container {
    height: 14rem;
    top: 28.4rem;
    transform: translateX(-620px);
  }
}

.why-genpact .recruitment .call-to-action__icon {
  margin-left: 20px;
}

.why-genpact .recruitment .call-to-action__desc {
  color: #ff555f;
}

.blog-landing {
  position: relative;
}

.blog-landing .blog-hero--one .blog-hero__cta {
  padding-bottom: 50px;
}

.blog-landing .blog-hero--one .blog-hero__background {
  background-image: url("../assets/images/blog-hero1--mobile.jpg");
}

@media screen and (min-width: 768px) {
  .blog-landing .blog-hero--one .blog-hero__background {
    background-image: url("../assets/images/full-width-feature-2.jpg");
  }
}

@media screen and (min-width: 1440px) {
  .blog-landing .blog-hero--one .blog-hero__background {
    background-image: url("../assets/images/full-width-feature-2@2x.jpg");
  }
}

.blog-landing .blog-hero--one .author__name {
  color: #fff;
}

.blog-landing .blog-hero--one .spark-line__progress-bar-container {
  background: rgba(255, 255, 255, 0.5);
  height: 10rem;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-147.5px);
}

@media screen and (min-width: 768px) {
  .blog-landing .blog-hero--one .spark-line__progress-bar-container {
    bottom: -8rem;
    height: 18rem;
    transform: none;
  }
}

@media screen and (min-width: 1440px) {
  .blog-landing .blog-hero--one .spark-line__progress-bar-container {
    bottom: -13rem;
    height: 27rem;
  }
}

@media screen and (min-width: 768px) {
  .blog-landing .blog-hero--one .blog-hero__headline--title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 91.61867872%;
  }
  .blog-landing .blog-hero--one .blog-hero__headline--title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .blog-landing .blog-hero--one .blog-hero__headline--title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
  }
  .blog-landing .blog-hero--one .blog-hero__headline--title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .blog-landing .blog-hero--one .blog-hero__headline--title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
  }
  .blog-landing .blog-hero--one .blog-hero__headline--title:last-child {
    margin-right: 0;
  }
}

.blog-landing .blog-hero--two .blog-hero__container .blog-hero__cta {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .blog-landing .blog-hero--two .blog-hero__container {
    padding-top: 9rem;
  }
}

@media screen and (min-width: 1440px) {
  .blog-landing .blog-hero--two .blog-hero__container {
    padding-top: 21rem;
  }
}

@media screen and (min-width: 1900px) {
  .blog-landing .blog-hero--two .blog-hero__container {
    padding-top: 20rem;
  }
}

.blog-landing .blog-hero--two .blog-hero__background {
  background-image: url("../assets/images/why-genpact-story-3--mobile.jpg");
}

@media screen and (min-width: 768px) {
  .blog-landing .blog-hero--two .blog-hero__background {
    background-image: url("../assets/images/why-genpact-story-3--tablet.jpg");
  }
}

@media screen and (min-width: 900px) {
  .blog-landing .blog-hero--two .blog-hero__background {
    background-image: url("../assets/images/why-genpact-story-3--sm-desktop.jpg");
  }
}

@media screen and (min-width: 1440px) {
  .blog-landing .blog-hero--two .blog-hero__background {
    background-image: url("../assets/images/why-genpact-story-3--lg-desktop.jpg");
  }
}

@media screen and (min-width: 1900px) {
  .blog-landing .blog-hero--two .blog-hero__background {
    background-image: url("../assets/images/why-genpact-story-3--xl-desktop.jpg");
  }
}

@media screen and (min-width: 2800px) {
  .blog-landing .blog-hero--two .blog-hero__background {
    background-image: url("../assets/images/why-genpact-story-3--xxl-desktop.jpg");
  }
}

.blog-landing .blog-hero--two .spark-line__progress-bar-container {
  background: rgba(255, 255, 255, 0.5);
  height: 10rem;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-147.5px);
}

@media screen and (min-width: 768px) {
  .blog-landing .blog-hero--two .spark-line__progress-bar-container {
    bottom: -8rem;
    height: 18rem;
    transform: translateX(-344px);
  }
}

@media screen and (min-width: 900px) {
  .blog-landing .blog-hero--two .spark-line__progress-bar-container {
    transform: translateX(-410px);
  }
}

@media screen and (min-width: 1440px) {
  .blog-landing .blog-hero--two .spark-line__progress-bar-container {
    bottom: -13rem;
    height: 27rem;
    transform: translateX(-620px);
  }
}

@media screen and (min-width: 768px) {
  .blog-landing .blog-hero--two .blog-hero__headline--title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .blog-landing .blog-hero--two .blog-hero__headline--title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .blog-landing .blog-hero--two .blog-hero__headline--title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 83.23735744%;
  }
  .blog-landing .blog-hero--two .blog-hero__headline--title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .blog-landing .blog-hero--two .blog-hero__headline--title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 66.47471488%;
  }
  .blog-landing .blog-hero--two .blog-hero__headline--title:last-child {
    margin-right: 0;
  }
}

.blog-landing .blog-hero--two .blog-hero__author {
  margin-bottom: 0;
}

.blog-landing .blog-hero--three .blog-hero__container .blog-hero__cta {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .blog-landing .blog-hero--three .blog-hero__container {
    padding: 19rem 0 13.3rem;
  }
}

@media screen and (min-width: 1440px) {
  .blog-landing .blog-hero--three .blog-hero__container {
    padding: 21.2rem 0 0;
  }
}

@media screen and (min-width: 1900px) {
  .blog-landing .blog-hero--three .blog-hero__container {
    padding: 20rem 0 0;
  }
}

.blog-landing .blog-hero--three .blog-hero__background {
  background-image: url("../assets/images/airport.jpg");
}

@media screen and (min-width: 768px) {
  .blog-landing .blog-hero--three .blog-hero__background {
    background-image: url("../assets/images/airport_large.jpg");
  }
}

@media screen and (min-width: 768px) {
  .blog-landing .blog-hero--three .blog-hero__headline--title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 91.61867872%;
  }
  .blog-landing .blog-hero--three .blog-hero__headline--title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) {
  .blog-landing .blog-hero--three .blog-hero__headline--title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
  }
  .blog-landing .blog-hero--three .blog-hero__headline--title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .blog-landing .blog-hero--three .blog-hero__headline--title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
  }
  .blog-landing .blog-hero--three .blog-hero__headline--title:last-child {
    margin-right: 0;
  }
}

.blog-landing .blog-hero--three .spark-line__progress-bar-container {
  background: rgba(0, 0, 0, 0.1);
  height: 10rem;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-147.5px);
}

@media screen and (min-width: 768px) {
  .blog-landing .blog-hero--three .spark-line__progress-bar-container {
    bottom: -8rem;
    height: 18rem;
    transform: translateX(-344px);
  }
}

@media screen and (min-width: 900px) {
  .blog-landing .blog-hero--three .spark-line__progress-bar-container {
    transform: translateX(-410px);
  }
}

@media screen and (min-width: 1440px) {
  .blog-landing .blog-hero--three .spark-line__progress-bar-container {
    height: 14rem;
    transform: translateX(-620px);
  }
}

.blog-entry {
  position: relative;
}

.blog-entry section {
  margin-bottom: 2rem !important;
}

.blog-entry .accordion-image figure:before {
  background-image: none !important;
}

.blog-entry .blog-entry-content__main ul {
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
  margin-left: 20px;
  padding-top: 0px;
  line-height: 28px;
}

.blog-entry .blog-entry-content__main .blog-entry-content__content ol, .blog-entry .blog-entry-content__main .related-solution__copy ol, .blog-entry .blog-entry-content__main .related-case-study__copy ol {
  padding-bottom: 0px !important;
}

.blog-entry .blog-hero {
  margin-bottom: 100px;
}

.blog-entry .blog-hero--entry {
  height: auto;
  margin-bottom: 11rem !important;
}

@media screen and (min-width: 1440px) {
  .blog-entry .blog-hero--entry {
    height: 40vh;
    min-height: 60rem;
  }
}

.blog-entry .blog-hero--entry .blog-hero__background {
  background-image: url("/a/dist/img/narrow3_blue.svg");
  background-position-x: 80%;
}

@media screen and (min-width: 768px) {
  .blog-entry .blog-hero--entry .blog-hero__background {
    background-image: url("/a/dist/img/full-width-feature-2.jpg");
    background-position-x: 25%;
  }
  .blog-entry .blog-hero--entry .blog-hero__background::before {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.45));
  }
}

.blog-entry .blog-hero--entry .blog-hero__container {
  padding: 14rem 0 6rem;
}

@media screen and (min-width: 768px) {
  .blog-entry .blog-hero--entry .blog-hero__container {
    padding: 13rem 0 7rem;
  }
}

@media screen and (min-width: 1440px) {
  .blog-entry .blog-hero--entry .blog-hero__container {
    padding: 13rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .blog-entry .blog-hero--entry .blog-hero__headline {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .blog-entry .blog-hero--entry .blog-hero__headline--category,
  .blog-entry .blog-hero--entry .blog-hero__headline--date {
    display: inline-block;
  }
}

@media screen and (min-width: 900px) {
  .blog-entry .blog-hero--entry .blog-hero__headline--category,
  .blog-entry .blog-hero--entry .blog-hero__headline--date {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 1.5px;
  }
}

@media screen and (min-width: 768px) {
  .blog-entry .blog-hero--entry .blog-hero__headline--date::before {
    content: '|';
    margin: 0 15px 0 10px;
  }
}

.blog-entry .blog-hero--entry .blog-hero__headline--title {
  font-size: 3rem;
  line-height: 1.33;
}

@media screen and (min-width: 768px) {
  .blog-entry .blog-hero--entry .blog-hero__headline--title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    font-size: 2.5em;
    line-height: 1.2;
  }
  .blog-entry .blog-hero--entry .blog-hero__headline--title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .blog-entry .blog-hero--entry .blog-hero__headline--title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
  }
  .blog-entry .blog-hero--entry .blog-hero__headline--title:last-child {
    margin-right: 0;
  }
}

.blog-entry .blog-hero--entry .save-and-share {
  margin: 0;
}

.blog-entry .blog-hero--entry .spark-line__progress-bar-container {
  background: rgba(0, 0, 0, 0.1);
  height: 8rem;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-147.5px);
}

@media screen and (min-width: 768px) {
  .blog-entry .blog-hero--entry .spark-line__progress-bar-container {
    bottom: -3rem;
    height: 10rem;
    transform: translateX(-344px);
  }
}

@media screen and (min-width: 900px) {
  .blog-entry .blog-hero--entry .spark-line__progress-bar-container {
    transform: translateX(-410px);
  }
}

@media screen and (min-width: 1440px) {
  .blog-entry .blog-hero--entry .spark-line__progress-bar-container {
    bottom: -10rem;
    height: 15rem;
    transform: translateX(-620px);
  }
}

.blog-entry .statistical-tout-one {
  margin: 3rem 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .blog-entry .statistical-tout-one {
    margin: 6rem 0;
  }
}

@media screen and (min-width: 1440px) {
  .blog-entry .statistical-tout-one {
    margin: 8rem 0;
  }
}

@media screen and (min-width: 768px) {
  .blog-entry .statistical-tout-one__title {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 6rem;
  }
  .blog-entry .statistical-tout-one__title:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .blog-entry .statistical-tout-one__title {
    margin-bottom: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .blog-entry .statistical-tout-one__stat {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 37.1400904%;
    margin-left: 0%;
  }
  .blog-entry .statistical-tout-one__stat:last-child {
    margin-right: 0;
  }
  .blog-entry .statistical-tout-one__stat:nth-child(even) {
    margin-left: 12.57198192%;
  }
}

@media screen and (min-width: 900px) {
  .blog-entry .statistical-tout-one__stat {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 32.94942976%;
    margin-left: 0%;
  }
  .blog-entry .statistical-tout-one__stat:last-child {
    margin-right: 0;
  }
  .blog-entry .statistical-tout-one__stat:nth-child(even) {
    margin-left: 8.38132128%;
  }
}

@media screen and (min-width: 1440px) {
  .blog-entry .statistical-tout-one__stat {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 24.56810849%;
    margin-left: 8.38132128%;
  }
  .blog-entry .statistical-tout-one__stat:last-child {
    margin-right: 0;
  }
  .blog-entry .statistical-tout-one__stat:first-child {
    margin-left: 0%;
  }
}

.blog-entry .video__wrapper {
  background: url("/a/dist/img/video-poster.jpg") center center/cover;
}

.blog-entry .client-testimonial-two {
  background-color: #fff;
  margin: 2rem 0 3rem;
}

@media screen and (min-width: 768px) {
  .blog-entry .client-testimonial-two {
    margin: 5rem 0 6rem;
  }
}

@media screen and (min-width: 1440px) {
  .blog-entry .client-testimonial-two {
    margin: 8rem 0;
  }
}

.blog-entry .client-testimonial-two__container {
  padding: 0;
}

.blog-entry .client-testimonial-two__quote-container {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .blog-entry .client-testimonial-two__quote-container {
    margin-left: 0%;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 100%;
  }
  .blog-entry .client-testimonial-two__quote-container:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .blog-entry .client-testimonial-two__quote-container {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 91.61867872%;
  }
  .blog-entry .client-testimonial-two__quote-container:last-child {
    margin-right: 0;
  }
}

.blog-entry .client-testimonial-two__quote {
  color: #ff555f;
}

@media screen and (min-width: 768px) {
  .blog-entry .client-testimonial-two__quote {
    float: none;
    font-family: display-egyptian-thin, sans-serif;
    font-size: 5rem;
    font-weight: 100;
    line-height: 1.2;
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .blog-entry .client-testimonial-two__quote {
    font-size: 7rem;
    line-height: 1.29;
  }
}

@media screen and (min-width: 768px) {
  .blog-entry .client-testimonial-two__author--headshot {
    align-items: center;
    display: flex;
  }
}

.blog-entry .client-testimonial-two__author--mask {
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .blog-entry .client-testimonial-two__author--mask {
    margin: 0 2rem 0 0;
  }
}

.blog-entry .client-testimonial-two__author--name, .blog-entry .client-testimonial-two__author--title {
  color: #3b3c43;
}

@media screen and (min-width: 768px) {
  .blog-entry .client-testimonial-two__author--name {
    margin-top: 0;
  }
}

.blog-entry .authors .spark-line__progress-bar-container {
  display: block;
  height: 12rem;
  position: absolute;
  top: -1rem;
  bottom: auto;
  left: 50%;
  transform: translateX(-147.5px);
}

@media screen and (min-width: 768px) {
  .blog-entry .authors .spark-line__progress-bar-container {
    transform: none;
  }
}

.blog-landing-alt {
  position: relative;
}

.blog-landing-alt .blog-hero--one .author__name {
  color: black !important;
}

.blog-landing-alt .blog-hero--one .spark-line__progress-bar-container {
  background: rgba(255, 255, 255, 0.5);
  height: 10rem;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-147.5px);
}

@media screen and (min-width: 768px) {
  .blog-landing-alt .blog-hero--one .spark-line__progress-bar-container {
    bottom: -8rem;
    height: 18rem;
    transform: none;
  }
}

@media screen and (min-width: 1440px) {
  .blog-landing-alt .blog-hero--one .spark-line__progress-bar-container {
    bottom: -13rem;
    height: 27rem;
  }
}

.page-content-wrapper .t-validator__background {
  background: url("/a/dist/img/t-validation-bg--mobile.svg") top left/cover no-repeat;
}

@media screen and (min-width: 768px) {
  .page-content-wrapper .t-validator__background {
    background: url("/a/dist/img/t-validation-bg--tablet.svg") center center/cover no-repeat;
  }
}

@media screen and (min-width: 1440px) {
  .page-content-wrapper .t-validator__background {
    background: url("/a/dist/img/t-validation-bg.svg") center center/cover no-repeat;
  }
}

.page-content-wrapper .t-validator .spark-line {
  display: block;
}

.page-content-wrapper .t-validator .spark-line .spark-line__progress-bar-container {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: inherit;
  top: 16rem;
  left: 50%;
  height: 14rem;
  transform: translateX(-147.5px);
}

@media screen and (min-width: 275px) {
  .page-content-wrapper .t-validator .spark-line .spark-line__progress-bar-container {
    height: 16rem;
    top: 7rem;
    transform: translateX(-343.75px);
  }
}

@media screen and (min-width: 768px) {
  .page-content-wrapper .t-validator .spark-line .spark-line__progress-bar-container {
    transform: translateX(-344px);
  }
}

@media screen and (min-width: 900px) {
  .page-content-wrapper .t-validator .spark-line .spark-line__progress-bar-container {
    height: 9.6rem;
    top: 20rem;
    transform: translateX(-343.75px);
  }
}

@media screen and (min-width: 1440px) {
  .page-content-wrapper .t-validator .spark-line .spark-line__progress-bar-container {
    height: 9rem;
    top: 18.4rem;
    transform: translateX(-620px);
  }
}

@media screen and (min-width: 1900px) {
  .page-content-wrapper .t-validator .spark-line .spark-line__progress-bar-container {
    height: 14rem;
    top: 28.4rem;
    transform: translateX(-620px);
  }
}

.insurance-page {
  background: #10548C;
}

.insurance-page .sticky-nav-bottom {
  visibility: hidden;
}

.insurance-page .viewport-container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.insurance-page .viewport-container:after {
  content: "";
  display: block;
  clear: both;
}

.insurance-page .viewport-container.small {
  max-width: 1000px;
}

.insurance-page .visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.insurance-page .btn {
  display: inline-block;
}

.insurance-page .btn.thicc-shorty {
  border-radius: 0px;
  color: white;
  background: black;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Guardian Sans Bold";
  font-weight: 700;
  position: relative;
  white-space: initial;
}

.insurance-page .btn.thicc-shorty:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid white;
  margin-left: 10px;
}

.insurance-page .btn.thicc-shorty.orange {
  background: #FF555F;
}

.insurance-page .btn.thicc-shorty.blue {
  background: #10548C;
}

.insurance-page .btn.thicc-shorty:hover, .insurance-page .btn.thicc-shorty:focus {
  background: white;
  border: 1px solid black;
  color: black;
}

.insurance-page .btn.thicc-shorty:hover:after, .insurance-page .btn.thicc-shorty:focus:after {
  border-left-color: black;
}

.insurance-page .btn.thicc-shorty:hover.orange, .insurance-page .btn.thicc-shorty:focus.orange {
  color: #FF555F;
}

.insurance-page .btn.thicc-shorty:hover.orange:after, .insurance-page .btn.thicc-shorty:focus.orange:after {
  border-left-color: #FF555F;
}

.insurance-page .btn.thicc-shorty:hover.blue, .insurance-page .btn.thicc-shorty:focus.blue {
  color: #10548C;
}

.insurance-page .btn.thicc-shorty:hover.blue:after, .insurance-page .btn.thicc-shorty:focus.blue:after {
  border-left-color: #10548C;
}

.insurance-page .container-wrapper {
  width: 100%;
  float: left;
  position: relative;
  color: white;
  font-family: display-egyptian-light, sans-serif;
  box-sizing: border-box;
}

.insurance-page .container-wrapper * {
  box-sizing: border-box;
}

.insurance-page .container-wrapper p {
  font-family: "Guardian Egyptian Medium";
  margin: 0;
}

.insurance-page .container-wrapper h1, .insurance-page .container-wrapper h2, .insurance-page .container-wrapper h3, .insurance-page .container-wrapper h4, .insurance-page .container-wrapper h5, .insurance-page .container-wrapper h6 {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  margin: 0;
}

.insurance-page .container-wrapper figure {
  margin: 0;
}

.insurance-page .container-wrapper .sticky-cta {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 30;
  will-change: transform;
}

.insurance-page .container-wrapper .sticky-cta a {
  opacity: 0.8;
}

.insurance-page .container-wrapper .sticky-cta a img {
  width: 80px;
}

.insurance-page .container-wrapper .sticky-cta a:hover, .insurance-page .container-wrapper .sticky-cta a:focus {
  opacity: 1;
}

@media (max-width: 768px) {
  .insurance-page .container-wrapper .sticky-cta a img {
    width: 65px;
  }
}

.insurance-page .container-wrapper .stripe-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.insurance-page .container-wrapper .stripe-background .stripe-top {
  width: 100%;
  height: 432px;
  position: absolute;
  top: 450px;
  right: 0;
  background: url("/a/dist/img/insurance/stripes-top.png") top right no-repeat;
  background-size: 251px auto;
  z-index: 10;
}

.insurance-page .container-wrapper .stripe-background .stripe-bottom {
  width: 100%;
  height: calc(100% - 432px - 450px);
  position: absolute;
  top: calc(450px + 432px);
  right: 0;
  background: url("/a/dist/img/insurance/stripes-repeat.png") top right repeat-y;
  background-size: 251px auto;
  z-index: 10;
}

.insurance-page .container-wrapper .stripe-background:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/a/dist/img/insurance/background-repeat.png) repeat;
  background-size: 121px auto;
}

@media (max-width: 768px) {
  .insurance-page .container-wrapper .stripe-background .stripe-top,
  .insurance-page .container-wrapper .stripe-background .stripe-bottom {
    right: -90px;
  }
  .insurance-page .container-wrapper .stripe-background .stripe-top {
    top: 200px;
  }
  .insurance-page .container-wrapper .stripe-background .stripe-bottom {
    top: calc(200px + 432px);
    height: calc(100% - 432px - 200px);
  }
}

.insurance-page .container-wrapper .upper-background-container {
  background: #14335e;
  background: linear-gradient(180deg, #14335e 0%, #05538b 100%);
  padding-top: 160px;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: -200px;
}

.insurance-page .container-wrapper .upper-background-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: url(/a/dist/img/insurance/NavGradient.png);
  background-size: 100% 100%;
  z-index: 10;
}

@media (max-width: 768px) {
  .insurance-page .container-wrapper .upper-background-container.hero-shade:before {
    height: 1000px;
  }
}

@media (max-width: 768px) {
  .insurance-page .container-wrapper .upper-background-container {
    padding-top: 120px;
  }
  .insurance-page .container-wrapper .upper-background-container:before {
    height: 120px;
  }
}

.insurance-page .container-wrapper .lower-background-container {
  padding-top: 200px;
  background: #004b7c;
  background: linear-gradient(180deg, #05538b 0%, #c04b5f 100%);
  width: 100%;
  float: left;
  position: relative;
}

.insurance-page .container-wrapper #hero-intro {
  position: relative;
  min-height: 500px;
  width: 100%;
  float: left;
  padding-left: 80px;
}

.insurance-page .container-wrapper #hero-intro .larger-title-and-introduction-gap .headline {
  margin-bottom: 40px;
}

.insurance-page .container-wrapper #hero-intro .image {
  left: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(/a/dist/img/insurance/lighthouse.png) no-repeat;
  background-position: left top;
  background-size: 982px auto;
  z-index: 5;
}

.insurance-page .container-wrapper #hero-intro .image.image-starts-from-top {
  top: -160px;
  height: 150%;
}

.insurance-page .container-wrapper #hero-intro .image.image-starts-from-left {
  left: 0 !important;
  background-size: 100% 100% !important;
}

@media (min-width: 1900px) {
  .insurance-page .container-wrapper #hero-intro .image {
    background-position: right top;
  }
}

.insurance-page .container-wrapper #hero-intro .headline {
  width: 60%;
  position: relative;
  float: left;
  z-index: 20;
}

.insurance-page .container-wrapper #hero-intro .headline h1 {
  font-size: 70px;
  font-family: "Guardian Egyptian Regular";
  text-transform: none;
  font-weight: 400;
  line-height: 80px;
}

.insurance-page .container-wrapper #hero-intro .headline h1 p {
  font-size: 70px;
  font-family: "Guardian Egyptian Regular";
  text-transform: none;
  font-weight: 400;
  line-height: 80px;
}

@media (max-width: 768px) {
  .insurance-page .container-wrapper #hero-intro .headline h1 p {
    font-size: calc(32px + 18 * ((100vw - 320px) / 448));
    line-height: calc(50px + 10 * ((100vw - 320px) / 448));
  }
}

@media (max-width: 1240px) and (min-width: 769px) {
  .insurance-page .container-wrapper #hero-intro .headline h1 p {
    font-size: calc(32px + 18 * ((100vw - 320px) / 448));
    line-height: calc(50px + 10 * ((100vw - 320px) / 448));
  }
}

.insurance-page .container-wrapper #hero-intro .headline h1 em {
  font-style: normal;
  color: #00B3D6;
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
}

.insurance-page .container-wrapper #hero-intro .headline h1 em p {
  font-style: normal;
  color: #00B3D6;
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
}

.insurance-page .container-wrapper #hero-intro .intro {
  width: 55%;
  float: left;
  position: relative;
  z-index: 20;
}

.insurance-page .container-wrapper #hero-intro .intro p {
  font-size: 1.8rem;
  padding-right: 80px;
  margin-bottom: 20px;
  font-family: "Guardian Egyptian Medium";
}

@media (max-width: 768px) {
  .insurance-page .container-wrapper #hero-intro .intro p {
    font-size: 1.5rem;
  }
}

@media (max-width: 1240px) and (min-width: 769px) {
  .insurance-page .container-wrapper #hero-intro .intro p {
    font-size: 1.8rem;
  }
}

.insurance-page .container-wrapper #hero-intro .intro .btn {
  display: block;
  max-width: 250px;
  margin-top: 20px;
}

@media (max-width: 1240px) and (min-width: 769px) {
  .insurance-page .container-wrapper #hero-intro {
    padding-left: 0;
  }
  .insurance-page .container-wrapper #hero-intro .headline h1 {
    padding-right: 100px;
  }
  .insurance-page .container-wrapper #hero-intro .image {
    width: 100%;
  }
  .insurance-page .container-wrapper #hero-intro .image.image-starts-from-top {
    top: -160px;
    left: 50%;
    height: 150%;
  }
}

@media (max-width: 768px) and (min-width: 276px) {
  .insurance-page .container-wrapper #hero-intro {
    padding-left: 0;
    min-height: 0;
  }
  .insurance-page .container-wrapper #hero-intro .viewport-container {
    padding: 0;
  }
  .insurance-page .container-wrapper #hero-intro .intro {
    width: 90%;
    padding: 30px 25px 0;
    padding-right: 60px;
  }
  .insurance-page .container-wrapper #hero-intro .intro p {
    padding-right: 0;
  }
  .insurance-page .container-wrapper #hero-intro .headline {
    padding-left: 25px;
    width: 50%;
  }
  .insurance-page .container-wrapper #hero-intro .headline h1 {
    margin-top: calc(8px + 7 * ((100vw - 320px) / 448));
    font-size: calc(30px + 40 * ((100vw - 320px) / 448));
    line-height: calc(38px + 32 * ((100vw - 320px) / 448));
    padding-right: 0;
  }
  .insurance-page .container-wrapper #hero-intro .image.image-starts-from-top {
    top: -160px;
    left: 50%;
    position: absolute;
    float: right;
    width: 100%;
    margin-left: -10%;
    height: 150%;
    background-size: auto 100%;
  }
}

@media (max-width: 400px) {
  .insurance-page .container-wrapper #hero-intro {
    padding-left: 0;
  }
  .insurance-page .container-wrapper #hero-intro .image {
    left: 30%;
  }
  .insurance-page .container-wrapper #hero-intro .image.image-starts-from-top {
    top: -160px;
    left: 50%;
    position: absolute;
    float: right;
    width: 100%;
    margin-left: -10%;
    height: 110%;
    background-size: auto 100%;
  }
}

@media (max-width: 400px) {
  .insurance-page .container-wrapper #hero-intro {
    padding-left: 0;
  }
  .insurance-page .container-wrapper #hero-intro .image {
    left: 30%;
  }
  .insurance-page .container-wrapper #hero-intro .image.image-starts-from-top {
    top: -160px;
    left: 45%;
    position: absolute;
    float: right;
    width: 100%;
    margin-left: -10%;
    height: 110%;
    background-size: auto 100%;
  }
}

.insurance-page .container-wrapper .homepage-cards {
  width: 100%;
  float: left;
}

.insurance-page .container-wrapper .homepage-cards .card {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.insurance-page .container-wrapper .homepage-cards .card .card-background {
  width: 100%;
  float: left;
  overflow: hidden;
}

.insurance-page .container-wrapper .homepage-cards .card .card-background img {
  height: 456px;
  width: 1200px;
  max-width: none;
  float: left;
}

.insurance-page .container-wrapper .homepage-cards .card .card-background img.mobile {
  display: none;
}

.insurance-page .container-wrapper .homepage-cards .card .card-background .smart-shade-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}

.insurance-page .container-wrapper .homepage-cards .card .card-content-wrapper {
  width: 80%;
  height: inherit;
  margin: auto;
  max-width: 1032px;
}

.insurance-page .container-wrapper .homepage-cards .card .card-content {
  position: initial;
  width: 550px;
  height: 100%;
  padding-top: 130px;
  padding-bottom: 20px;
  text-align: left;
}

.insurance-page .container-wrapper .homepage-cards .card .card-content .ordered-number {
  color: #FF555F;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  padding-right: 30px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  font-size: 60px;
  line-height: 60px;
}

.insurance-page .container-wrapper .homepage-cards .card .card-content .ordered-number .order-index {
  font-size: 100px;
  font-family: "Guardian Egyptian -SemiBold";
}

.insurance-page .container-wrapper .homepage-cards .card .card-content .content {
  width: 400px;
  display: inline-block;
}

.insurance-page .container-wrapper .homepage-cards .card .card-content .content h3 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 60px;
  line-height: 60px;
}

.insurance-page .container-wrapper .homepage-cards .card.right-aligned .card-content {
  left: auto;
  right: 0;
  text-align: left;
  margin-left: auto;
}

.insurance-page .container-wrapper .homepage-cards .card.right-aligned .card-content .content {
  text-align: left;
}

.insurance-page .container-wrapper .homepage-cards .card.right-aligned .card-content .cta-wrapper {
  float: right;
}

.insurance-page .container-wrapper .homepage-cards .card.right-aligned .card-background img {
  float: right;
}

@media (max-width: 768px) {
  .insurance-page .container-wrapper .homepage-cards .card figure {
    display: grid;
    place-items: center;
  }
  .insurance-page .container-wrapper .homepage-cards .card .card-background {
    width: 100%;
    height: 100%;
  }
  .insurance-page .container-wrapper .homepage-cards .card .card-background img {
    height: auto;
    width: 100%;
  }
  .insurance-page .container-wrapper .homepage-cards .card .card-background img.mobile {
    display: block;
  }
  .insurance-page .container-wrapper .homepage-cards .card .card-background img.desktop {
    display: none;
  }
  .insurance-page .container-wrapper .homepage-cards .card .card-content {
    width: 100%;
    flex-flow: column;
    padding: 25px;
    padding: calc(15px + 10 * ((100vw - 320px) / 448));
    justify-content: center;
    z-index: 20;
    display: flex;
  }
  .insurance-page .container-wrapper .homepage-cards .card .card-content .ordered-number {
    flex: 0 0 auto;
    width: 100%;
    float: left;
    text-align: left;
    padding: 0;
    font-size: calc(24px + 36 * ((100vw - 320px) / 448));
    line-height: calc(26px + 34 * ((100vw - 320px) / 448));
  }
  .insurance-page .container-wrapper .homepage-cards .card .card-content .ordered-number .order-index {
    font-size: calc(40px + 60 * ((100vw - 320px) / 448));
  }
  .insurance-page .container-wrapper .homepage-cards .card .card-content .content {
    flex: 0 0 auto;
    width: 100%;
    float: left;
    padding: 0;
    text-align: left;
  }
  .insurance-page .container-wrapper .homepage-cards .card .card-content .content h3 {
    margin-top: 5px;
    font-size: calc(24px + 36 * ((100vw - 320px) / 448));
    line-height: calc(26px + 34 * ((100vw - 320px) / 448));
    margin-bottom: 10px;
  }
  .insurance-page .container-wrapper .homepage-cards .card .card-content .content p {
    font-size: calc(14px + 3 * ((100vw - 320px) / 448));
    line-height: calc(20px + 6 * ((100vw - 320px) / 448));
  }
  .insurance-page .container-wrapper .homepage-cards .card .card-content.mobile {
    display: block;
  }
  .insurance-page .container-wrapper .homepage-cards .card.right-aligned .card-content {
    padding: 25px;
  }
}

.insurance-page .container-wrapper #trends {
  width: 100%;
  float: left;
  position: relative;
  z-index: 20;
}

.insurance-page .container-wrapper #trends.wide-trends .right-aligned .card-content .content {
  text-align: right;
}

.insurance-page .container-wrapper #trends .intro {
  width: 100%;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 100px;
}

.insurance-page .container-wrapper #trends .intro h2 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
}

.insurance-page .container-wrapper #trends .intro p {
  max-width: 600px;
  margin: 0 auto;
}

.insurance-page .container-wrapper #trends .intro:after {
  content: "";
  display: block;
  clear: both;
}

.insurance-page .container-wrapper #trends .homepage-cards .card {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .insurance-page .container-wrapper #trends .intro {
    padding-top: 60px;
  }
  .insurance-page .container-wrapper #trends .intro h2 {
    font-size: calc(32px + 18 * ((100vw - 320px) / 448));
    line-height: calc(40px + 10 * ((100vw - 320px) / 448));
  }
  .insurance-page .container-wrapper #trends .homepage-cards {
    margin-top: 20px;
  }
  .insurance-page .container-wrapper #trends .homepage-cards .card {
    margin-top: 15px;
  }
}

.insurance-page .container-wrapper #insurers {
  position: relative;
  z-index: 20;
  padding-top: 60px;
  width: 100%;
  float: left;
}

.insurance-page .container-wrapper #insurers .insurer-inner-container {
  background: #10548C;
  padding-top: 40px;
  padding-bottom: 20px;
}

.insurance-page .container-wrapper #insurers .intro {
  text-align: center;
}

.insurance-page .container-wrapper #insurers .intro h2 {
  color: #00B3D6;
  font-size: 60px;
  line-height: 60px;
}

.insurance-page .container-wrapper #insurers .intro p {
  margin: 20px auto 0;
  max-width: 800px;
}

.insurance-page .container-wrapper #insurers .insurer-features {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin-top: 40px;
  padding: 0 80px;
}

.insurance-page .container-wrapper #insurers .insurer-features .feature {
  width: 330px;
  padding: 0 40px;
  text-align: center;
  margin-bottom: 40px;
}

.insurance-page .container-wrapper #insurers .insurer-features .feature .feature-title {
  font-size: 36px;
  line-height: 36px;
  color: #00B3D6;
  margin-bottom: 15px;
}

.insurance-page .container-wrapper #insurers .insurer-features .feature .feature-title img {
  vertical-align: middle;
  width: 46px;
  margin-right: 10px;
}

@media (max-width: 900px) {
  .insurance-page .container-wrapper #insurers .insurer-features {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .insurance-page .container-wrapper #insurers .intro {
    padding-left: 20px;
    padding-right: 20px;
  }
  .insurance-page .container-wrapper #insurers .intro h2 {
    font-size: calc(34px + 26 * ((100vw - 320px) / 448));
    line-height: calc(41px + 19 * ((100vw - 320px) / 448));
  }
  .insurance-page .container-wrapper #insurers .insurer-features .feature .feature-title {
    font-size: calc(24px + 12 * ((100vw - 320px) / 448));
    line-height: calc(30px + 12 * ((100vw - 320px) / 448));
  }
}

.insurance-page .container-wrapper #age-of-instinct-video {
  width: 100%;
  float: left;
  padding-top: 60px;
  position: relative;
  z-index: 20;
}

.insurance-page .container-wrapper #age-of-instinct-video .video-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.insurance-page .container-wrapper #age-of-instinct-video .video-container .video {
  width: 100%;
  float: left;
  position: relative;
}

.insurance-page .container-wrapper #age-of-instinct-video .video-container .video iframe, .insurance-page .container-wrapper #age-of-instinct-video .video-container .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.insurance-page .container-wrapper #resources {
  width: 100%;
  float: left;
  padding-top: 140px;
  position: relative;
  z-index: 10;
}

.insurance-page .container-wrapper #resources .genpact-logo {
  content: "";
  display: block;
  width: 25vw;
  height: 100%;
  left: -7%;
  top: -6.5vw;
  background: url(/a/dist/img/insurance/Genpact_G.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
}

.insurance-page .container-wrapper #resources .report-container {
  text-align: center;
  background: #073262;
  width: 100%;
  padding: 0 20px 70px;
}

.insurance-page .container-wrapper #resources .report-container > img {
  margin-top: -30px;
  max-width: 292px;
  width: 100%;
}

.insurance-page .container-wrapper #resources .report-container h3 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}

.insurance-page .container-wrapper #resources .report-container a {
  margin-top: 20px;
}

.insurance-page .container-wrapper #resources .resource-links {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.insurance-page .container-wrapper #resources .resource-links ul {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.insurance-page .container-wrapper #resources .resource-links ul li {
  margin: 0 10px;
}

.insurance-page .container-wrapper #resources .resource-links ul li a {
  color: white;
  font-size: 18px;
  font-family: "Guardian Sans Bold";
  font-weight: 600;
  background: transparent;
  padding-left: 0;
  padding-right: 25px;
  border: 0;
}

.insurance-page .container-wrapper #resources .resource-links ul li a:after {
  position: relative;
  top: -1px;
}

.insurance-page .container-wrapper #resources .resource-links ul li a:hover, .insurance-page .container-wrapper #resources .resource-links ul li a:focus {
  text-decoration: underline;
  border: 0;
}

.insurance-page .container-wrapper #resources .resource-links ul li a:hover:after, .insurance-page .container-wrapper #resources .resource-links ul li a:focus:after {
  border-left-color: white;
}

@media (max-width: 768px) {
  .insurance-page .container-wrapper #resources .report-container {
    padding-bottom: 50px;
  }
  .insurance-page .container-wrapper #resources .resource-links {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .insurance-page .container-wrapper #resources .resource-links ul li {
    flex: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
  }
}

.industry .hero {
  height: 700px !important;
  min-height: 700px !important;
  max-height: 700px !important;
}

.industry .hero.video-hero video {
  height: 700px !important;
  min-height: 700px !important;
  max-height: 700px !important;
}

.industry .hero.video-hero .hero__container {
  z-index: 1;
}

.careers-page .tiles .header {
  color: #274373 !important;
  font-size: 3em  !important;
  line-height: 100%  !important;
  text-align: center !important;
  font-family: 'Guardian Egyptian light'  !important;
}

.careers-page .tiles .card {
  margin-top: 0px !important;
}

.careers-page .tiles .card.columns-6 .card__title {
  font-size: 1.7rem !important;
  font-weight: normal !important;
}

@media screen and (min-width: 275px) {
  .careers-page .tiles .card.columns-6 .card__title {
    font-weight: normal !important;
  }
}

@media screen and (min-width: 568px) {
  .careers-page .tiles .card.columns-6 .card__title {
    font-weight: normal !important;
  }
}

@media screen and (min-width: 768px) {
  .careers-page .tiles .card.columns-6 .card__title {
    font-weight: normal !important;
  }
}

@media screen and (min-width: 900px) {
  .careers-page .tiles .card.columns-6 .card__title {
    font-size: 1.7rem !important;
    font-weight: normal !important;
  }
}

.careers-page .careers-hero {
  position: relative;
  margin-bottom: 20px;
  height: 450px;
  background-size: cover !important;
  background-position: left, center !important;
}

.careers-page .careers-hero .shader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.careers-page .careers-hero .container .row #hero .content h1, .careers-page .careers-hero .recirculation > .spark-line .row #hero .content h1, .careers-page .careers-hero .new-links-module > .spark-line .row #hero .content h1, .careers-page .careers-hero .links-module > .spark-line .row #hero .content h1 {
  margin-bottom: 30px;
}

.careers-page .careers-hero .container .row #hero .content h2, .careers-page .careers-hero .recirculation > .spark-line .row #hero .content h2, .careers-page .careers-hero .new-links-module > .spark-line .row #hero .content h2, .careers-page .careers-hero .links-module > .spark-line .row #hero .content h2 {
  text-transform: none !important;
  font-family: "Guardian Egyptian Thin" !important;
}

.careers-page #get-to-know-us {
  z-index: 9999999;
}

.careers-page .homepage-cards {
  width: 100%;
  float: left;
}

.careers-page .homepage-cards .card {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.careers-page .homepage-cards .card .card-background {
  width: 100%;
  float: left;
  overflow: hidden;
}

.careers-page .homepage-cards .card .card-background img {
  height: 456px;
  width: 1200px;
  max-width: none;
  float: left;
}

.careers-page .homepage-cards .card .card-background img.mobile {
  display: none;
}

.careers-page .homepage-cards .card .card-background .smart-shade-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}

.careers-page .homepage-cards .card .card-content-wrapper {
  width: 80%;
  height: inherit;
  margin: auto;
  max-width: 1032px;
}

.careers-page .homepage-cards .card .card-content {
  position: initial;
  width: 550px;
  height: 100%;
  padding-top: 130px;
  padding-bottom: 20px;
  text-align: left;
}

.careers-page .homepage-cards .card .card-content .ordered-number {
  color: #FF555F;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  padding-right: 30px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  font-size: 60px;
  line-height: 60px;
}

.careers-page .homepage-cards .card .card-content .ordered-number .order-index {
  font-size: 100px;
  font-family: "Guardian Egyptian -SemiBold";
}

.careers-page .homepage-cards .card .card-content .content {
  width: 400px;
  display: inline-block;
}

.careers-page .homepage-cards .card .card-content .content h3 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 60px;
  line-height: 60px;
}

.careers-page .homepage-cards .card.right-aligned .card-content {
  left: auto;
  right: 0;
  text-align: left;
  margin-left: auto;
}

.careers-page .homepage-cards .card.right-aligned .card-content .content {
  text-align: left;
}

.careers-page .homepage-cards .card.right-aligned .card-content .cta-wrapper {
  float: right;
}

.careers-page .homepage-cards .card.right-aligned .card-background img {
  float: right;
}

@media (max-width: 768px) {
  .careers-page .homepage-cards .card figure {
    display: grid;
    place-items: center;
  }
  .careers-page .homepage-cards .card .card-background {
    width: 100%;
    height: 100%;
  }
  .careers-page .homepage-cards .card .card-background img {
    height: auto;
    width: 100%;
  }
  .careers-page .homepage-cards .card .card-background img.mobile {
    display: block;
  }
  .careers-page .homepage-cards .card .card-background img.desktop {
    display: none;
  }
  .careers-page .homepage-cards .card .card-content {
    width: 100%;
    flex-flow: column;
    padding: 25px;
    padding: calc(15px + 10 * ((100vw - 320px) / 448));
    justify-content: center;
    z-index: 20;
    display: flex;
  }
  .careers-page .homepage-cards .card .card-content .ordered-number {
    flex: 0 0 auto;
    width: 100%;
    float: left;
    text-align: left;
    padding: 0;
    font-size: calc(24px + 36 * ((100vw - 320px) / 448));
    line-height: calc(26px + 34 * ((100vw - 320px) / 448));
  }
  .careers-page .homepage-cards .card .card-content .ordered-number .order-index {
    font-size: calc(40px + 60 * ((100vw - 320px) / 448));
  }
  .careers-page .homepage-cards .card .card-content .content {
    flex: 0 0 auto;
    width: 100%;
    float: left;
    padding: 0;
    text-align: left;
  }
  .careers-page .homepage-cards .card .card-content .content h3 {
    margin-top: 5px;
    font-size: calc(24px + 36 * ((100vw - 320px) / 448));
    line-height: calc(26px + 34 * ((100vw - 320px) / 448));
    margin-bottom: 10px;
  }
  .careers-page .homepage-cards .card .card-content .content p {
    font-size: calc(14px + 3 * ((100vw - 320px) / 448));
    line-height: calc(20px + 6 * ((100vw - 320px) / 448));
  }
  .careers-page .homepage-cards .card .card-content.mobile {
    display: block;
  }
  .careers-page .homepage-cards .card.right-aligned .card-content {
    padding: 25px;
  }
}

.careers-page #trends {
  width: 100%;
  float: left;
  position: relative;
  z-index: 20;
}

.careers-page #trends.wide-trends .right-aligned .card-content .content {
  text-align: right;
}

.careers-page #trends .intro {
  width: 100%;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 100px;
}

.careers-page #trends .intro h2 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
}

.careers-page #trends .intro p {
  max-width: 600px;
  margin: 0 auto;
}

.careers-page #trends .intro:after {
  content: "";
  display: block;
  clear: both;
}

.careers-page #trends .homepage-cards .card {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .careers-page #trends .intro {
    padding-top: 60px;
  }
  .careers-page #trends .intro h2 {
    font-size: calc(32px + 18 * ((100vw - 320px) / 448));
    line-height: calc(40px + 10 * ((100vw - 320px) / 448));
  }
  .careers-page #trends .homepage-cards {
    margin-top: 20px;
  }
  .careers-page #trends .homepage-cards .card {
    margin-top: 15px;
  }
}

.careers-page .trends-row {
  background-color: white;
}

.careers-page .trends-row #trends .cta-wrapper--right {
  margin-left: auto !important;
}

.careers-page .trends-row #trends figure {
  margin: 0;
}

.careers-page .trends-row #trends .homepage-cards {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.careers-page .trends-row #trends .homepage-cards .card {
  margin-top: 10px;
  margin-bottom: 0px;
}

.careers-page .trends-row #trends .homepage-cards .card-content .content h3 {
  color: white !important;
  font-size: 40px;
}

.careers-page .trends-row #trends .homepage-cards .card-content .content h3.content__title-background {
  background-color: #ff555f;
}

.careers-page .trends-row #trends .homepage-cards .card-content .content p {
  color: white !important;
  font-size: 20px;
}

.careers-page .trends-row #trends .homepage-cards .card-content .content p.content__title-background {
  background-color: #ff555f;
}

.careers-page .trends-row #trends .card-background .smart-shade-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}

.careers-page .tile {
  position: relative;
  transition: height, opacity, margin, padding-top 0.2s linear;
  max-width: 42.6rem;
  max-height: 40rem;
  min-height: 40rem;
  height: 100%;
  margin-left: auto;
}

@media screen and (min-width: 275px) {
  .careers-page .tile {
    min-height: 40rem;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .careers-page .tile {
    min-height: 40rem;
    max-width: 42.6rem;
  }
}

@media screen and (min-width: 1440px) {
  .careers-page .tile {
    min-height: 40rem;
    max-width: 42.6rem;
  }
}

@media screen and (min-width: 1900px) {
  .careers-page .tile {
    min-height: 60rem;
    max-width: 64.5rem;
  }
}

@media screen and (min-width: 2800px) {
  .careers-page .tile {
    min-height: 70rem;
    max-width: 75.25rem;
  }
}

.careers-page .tile .tile-stage {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  top: 0;
  left: 0;
}

.careers-page .tile .shade {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.careers-page .tile .tile__text {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px;
  height: inherit;
}

.careers-page .tile .tag {
  position: absolute;
  top: -23px;
  right: -15px;
}

.careers-page .tile .tile__details {
  position: relative;
  margin-top: auto;
}

.careers-page .tile .tile__type {
  position: relative;
  display: block;
  margin-bottom: calc(22px / 2);
  color: #fff;
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.4rem;
  line-height: 3.4rem;
}

@media screen and (min-width: 900px) {
  .careers-page .tile .tile__type {
    font-size: 1.6rem;
    margin-bottom: calc(22px / 1.5);
  }
}

.careers-page .tile .tile__title {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 3.0rem;
  line-height: 3.2rem;
}

@media screen and (min-width: 275px) {
  .careers-page .tile .tile__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 568px) {
  .careers-page .tile .tile__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .careers-page .tile .tile__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 900px) {
  .careers-page .tile .tile__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

.careers-page .tile .icon-chevron {
  color: #ff555f;
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
  float: right;
}

.careers-page .careers .content {
  top: 30%;
}

.careers-page .careers .content h1 {
  padding: 0;
}

.careers-page ul.inside-hero-share,
.careers-page ul.inside-hero-share li {
  margin-top: 0;
  padding-top: 0;
}

.careers-page #careers-search-bar {
  position: relative;
}

.careers-page #careers-search-bar .row {
  border-bottom: 1px solid #ff555f;
  overflow: visible !important;
}

.careers-page #careers-search-bar .search-wrapper {
  display: flex;
  flex-direction: row;
}

.careers-page #careers-search-bar .search-widget-icon {
  appearance: none;
  outline: 0;
  border: none;
  margin-right: 12px;
  background-color: transparent;
  cursor: pointer;
}

.careers-page #careers-search-bar .search-widget-icon .icon, .careers-page #careers-search-bar .search-widget-icon .chapter-nav__navigation ul::after, .chapter-nav__navigation .careers-page #careers-search-bar .search-widget-icon ul::after {
  color: #ff555f;
  font-size: 25px !important;
}

@media screen and (min-width: 275px) {
  .careers-page #careers-search-bar .search-widget-icon .icon, .careers-page #careers-search-bar .search-widget-icon .chapter-nav__navigation ul::after, .chapter-nav__navigation .careers-page #careers-search-bar .search-widget-icon ul::after {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 568px) {
  .careers-page #careers-search-bar .search-widget-icon .icon, .careers-page #careers-search-bar .search-widget-icon .chapter-nav__navigation ul::after, .chapter-nav__navigation .careers-page #careers-search-bar .search-widget-icon ul::after {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  .careers-page #careers-search-bar .search-widget-icon .icon, .careers-page #careers-search-bar .search-widget-icon .chapter-nav__navigation ul::after, .chapter-nav__navigation .careers-page #careers-search-bar .search-widget-icon ul::after {
    font-size: 15px !important;
  }
}

@media screen and (min-width: 900px) {
  .careers-page #careers-search-bar .search-widget-icon .icon, .careers-page #careers-search-bar .search-widget-icon .chapter-nav__navigation ul::after, .chapter-nav__navigation .careers-page #careers-search-bar .search-widget-icon ul::after {
    font-size: 25px !important;
  }
}

.careers-page #careers-search-bar input[type='search'] {
  display: inline-block;
  padding-bottom: .2em;
  width: 93%;
  background: transparent;
  color: #ff555f;
  font-size: 3rem !important;
  border: none;
  font-family: 'Guardian Egyptian light' !important;
}

@media screen and (min-width: 275px) {
  .careers-page #careers-search-bar input[type='search'] {
    font-size: 1.5rem !important;
  }
}

@media screen and (min-width: 568px) {
  .careers-page #careers-search-bar input[type='search'] {
    font-size: 1.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .careers-page #careers-search-bar input[type='search'] {
    font-size: 2rem !important;
  }
}

@media screen and (min-width: 900px) {
  .careers-page #careers-search-bar input[type='search'] {
    font-size: 3rem !important;
  }
}

.careers-page #careers-search-bar input[type='search']:focus ~ .search-dropdown {
  max-height: 190px;
  opacity: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .careers-page #careers-search-bar input[type='search'] {
    font-size: 1.3em;
  }
}

.careers-page #careers-search-bar button {
  display: inline-block;
  height: 60px !important;
  width: 60px !important;
}

@media screen and (min-width: 275px) {
  .careers-page #careers-search-bar button {
    height: 30px !important;
    width: 30px !important;
  }
}

@media screen and (min-width: 568px) {
  .careers-page #careers-search-bar button {
    height: 30px !important;
    width: 30px !important;
  }
}

@media screen and (min-width: 768px) {
  .careers-page #careers-search-bar button {
    height: 30px !important;
    width: 30px !important;
  }
}

@media screen and (min-width: 900px) {
  .careers-page #careers-search-bar button {
    height: 60px !important;
    width: 60px !important;
  }
}

.careers-page #careers-search-bar input[type='search']::placeholder {
  color: #ff555f;
}

.careers-page #careers-search-bar .cta {
  margin: 0;
  padding: 0;
}

.careers-page #careers-search-bar .cta button.cta-right-whiteOnRed {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  border: none;
  cursor: pointer;
  width: 105px;
  height: 105px;
  background: url("/a/dist/img/cta-btn2-right-whiteOnRed.svg") no-repeat center center, url("/a/dist/img/cta-btn2-right-whiteOnRed-hoverWhiteOnRed.svg") no-repeat -9999px -9999px;
}

.careers-page #careers-search-bar .search-dropdown {
  position: absolute;
  top: 102%;
  left: 37px;
  max-height: 0;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  z-index: 10;
  background: #efefef;
  padding: 0 20px;
  opacity: 0;
  transition: all 0.3s linear;
}

@media (max-width: 768px) {
  .careers-page #careers-search-bar .search-dropdown {
    left: 0;
  }
}

.careers-page #careers-search-bar .search-dropdown h4 {
  display: block;
  padding-bottom: 10px;
}

.careers-page #careers-search-bar .search-dropdown__columns {
  display: block;
  column-count: 2;
  column-gap: 20px;
  column-width: 50%;
}

.careers-page #careers-search-bar .search-dropdown__columns li {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.careers-page #careers-search-bar .search-dropdown__columns a,
.careers-page #careers-search-bar .search-dropdown__columns a:visited {
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #000;
}

.careers-page #careers-search-bar .search-dropdown__columns a:hover,
.careers-page #careers-search-bar .search-dropdown__columns a:focus {
  text-decoration: underline;
}

.careers-page #careers-search-bar .search-dropdown__columns span {
  line-height: 2.9rem;
}

.careers-page #get-job-alerts {
  padding-top: 50px;
  color: #274373;
}

.careers-page #get-job-alerts h2 {
  font-family: 'Guardian Egyptian light';
  font-size: 3em;
  line-height: 1.3em;
  color: #274373;
}

.careers-page #get-job-alerts .sign-up {
  padding-top: 100px;
}

.careers-page #get-job-alerts .job-alerts-form {
  padding-top: 140px;
  padding-left: 70px;
}

.careers-page #get-job-alerts .job-alerts-form .job-category {
  margin-bottom: 2em;
}

.careers-page #get-job-alerts .job-alerts-form label {
  display: block;
  margin-bottom: 1em;
  color: #fff;
}

.careers-page #get-job-alerts .job-alerts-form input[type='text'] {
  display: block;
  padding-bottom: .2em;
  width: 100%;
  background: transparent;
  color: #ff555f;
  font-size: 1.2em;
  border: none;
  border-bottom: 1px solid #ff555f;
}

.careers-page #get-job-alerts .job-alerts-form input[type='text']::placeholder {
  color: #ff555f;
}

.careers-page #get-job-alerts .job-alerts-form input[type='text']:focus {
  border: none;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  border-bottom: 1px solid #ff555f;
}

.careers-page #get-job-alerts .job-alerts-form button {
  display: block;
  margin-top: 3em;
  color: #ff555f;
  background: none;
  border: none;
  float: right;
}

.careers-page #get-job-alerts .job-alerts-form p.add-alert {
  display: block;
  margin-top: 3em;
  color: #ff555f;
  text-transform: uppercase;
  text-align: right;
}

.careers-page #get-job-alerts .rounded-button {
  border-radius: 0px;
  width: 100%;
  box-shadow: none;
  margin-bottom: 15px;
  height: 6rem;
}

.careers-page #get-job-alerts .rounded-button__desc {
  margin: auto;
  font-size: 1.5rem;
}

.careers-page #get-to-know-us,
.careers-page #curious {
  padding-top: 40px;
}

.careers-page #get-to-know-us {
  padding-bottom: 100px;
}

.careers-page #get-to-know-us p {
  color: #fff;
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
}

.careers-page #get-to-know-us h2 {
  font-size: 3em;
  color: #fff;
  text-align: center;
  font-family: 'Guardian Egyptian light';
}

.careers-page #get-to-know-us .video .slider-videos-main {
  padding: 1em 0;
}

.careers-page #get-to-know-us .video .slider-videos-nav {
  margin: 0;
}

.careers-page #get-to-know-us .video .slider-videos-nav div.thumb {
  margin: 0 1em 0 0;
  cursor: pointer;
}

.careers-page #get-to-know-us .video .slider-videos-nav p {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 8px;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.careers-page #divider .red-line {
  background: white;
  height: 100px;
  width: 100%;
  border-right: 1px solid #ff555f;
}

.careers-page #divider .blue-line {
  height: 50px;
  width: 100%;
  border-right: 1px solid #274373;
}

.careers-page #divider .gray-line {
  height: 50px;
  width: 100%;
  border-right: 1px solid #8e8e8e;
}

.careers-page #curious {
  position: relative;
  margin-bottom: 300px;
  overflow: visible;
}

.careers-page #curious h2 {
  font-size: 3em;
  color: #fff;
  font-family: 'Guardian Egyptian light';
}

.careers-page #curious p {
  color: #fff;
}

.careers-page #curious .tag-line {
  margin-top: 200px;
}

.careers-page #curious .curious-cards {
  position: relative;
  color: #fff;
  margin: 0 auto;
}

.careers-page #curious .curious-cards .card {
  height: 450px;
  padding: 0 .5em;
  margin: 0 1%;
}

.careers-page #curious .curious-cards .card p {
  color: #fff;
  padding: 1.7em 8.5em 0 1.5em;
}

.careers-page #curious .curious-cards .card-1 {
  background: #000;
  margin-top: 160px;
}

.careers-page #curious .curious-cards .card-2 {
  background: #0E4C7A;
}

.careers-page #curious .curious-cards .card-3 {
  background: #083261;
  margin-top: 100px;
}

.careers-page #succeed {
  padding-top: 50px;
  padding-bottom: 100px;
  background: white;
}

.careers-page #succeed h2 {
  font-size: 3em;
  color: #000;
  font-family: 'Guardian Egyptian light';
}

.careers-page #succeed .card {
  padding-right: 70px;
}

.careers-page #succeed .card h3 {
  /*font-size: 3em;*/
  margin: 30px 0;
  color: #000;
  font-family: 'Guardian Egyptian light';
}

.careers-page #succeed .card .divider {
  height: 100px;
  border-left: 1px solid #eee;
}

.careers-page #succeed .card a {
  margin-top: 30px;
  color: #ff555f;
  font-weight: bold;
  text-transform: uppercase;
}

.careers-page #succeed .card .card-1 {
  margin-top: 270px;
}

.careers-page #succeed .card .card-2 {
  margin-top: 135px;
}

.careers-page #diversity h2 {
  font-size: 3em;
  color: #fff;
  font-family: 'Guardian Egyptian light';
}

.careers-page #diversity p {
  color: #fff;
}

.careers-page #diversity .tag-line {
  padding-top: 200px;
}

.careers-page #diversity .diversity-cards {
  /*position: absolute;
    top:500px;
    left: 1%;*/
  color: #fff;
  padding-bottom: 7em;
  margin: 0 auto;
}

.careers-page #diversity .diversity-cards .card {
  height: 450px;
  padding: 0 .5em;
  /*width: 96%;*/
  margin: 0 1%;
}

.careers-page #diversity .diversity-cards .card p {
  color: #fff;
  padding: 1.7em 8.5em 0 1.5em;
}

.careers-page #diversity .diversity-cards .card p.quotation {
  padding: 1.7em 0 0 1.5em;
  margin: 0;
  line-height: 0;
}

.careers-page #diversity .diversity-cards .card-1 {
  background: #000;
  margin-top: 100px;
}

.careers-page #diversity .diversity-cards .card-2 {
  background: #0E4C7A;
  margin-top: 540px;
}

.careers-page #diversity .diversity-cards .card-3 {
  background: #083261;
  margin-top: 640px;
}

.careers-page #diversity .diversity-cards .card-4 {
  background: #083261;
  margin-top: 1em;
}

.careers-page #diversity .diversity-cards .card-5 {
  background: #ff555f;
  margin-top: 1em;
}

.careers-page #map {
  background: #031A34;
}

.careers-page #map .container, .careers-page #map .recirculation > .spark-line, .careers-page #map .new-links-module > .spark-line, .careers-page #map .links-module > .spark-line {
  background: url("/craft/assets/uploads/map.png") #031A34 top center no-repeat;
  background-size: 100%;
  background-position: 20% center;
  color: #fff;
  text-align: center;
  min-height: auto;
  /*border-bottom: 1px solid #fff;*/
}

.careers-page #map h3 {
  color: #fff;
  font-family: 'Guardian Egyptian light';
}

.careers-page #map p {
  color: #fff;
}

.careers-page #connect {
  padding-top: 3em;
  padding-bottom: 5em;
  color: #fff;
  background: #031A34;
}

.careers-page #connect h3 {
  color: #fff;
  font-family: 'Guardian Egyptian light';
  text-align: center;
}

.careers-page #connect h4 {
  color: #fff;
  font-family: 'Guardian Egyptian light';
}

.careers-page #connect .slick-carousel {
  margin: 25px 0 25px 0;
}

.careers-page #connect .slick-carousel div.frame {
  /* height: 100px;*/
  /*width: 100px;*/
  /*border:1px solid #fff;*/
}

.careers-page #connect .slick-carousel h4 {
  color: #fff;
  font-family: 'Guardian Egyptian light';
}

.careers-page #connect .slick-carousel .text {
  float: left;
  width: 50%;
}

.careers-page #connect .slick-carousel .photo {
  float: left;
  width: 48%;
}

.careers-page #connect .slick-carousel .text p {
  font-size: .7em;
  line-height: 1.5;
}

.careers-page #get-to-know-us .video .slider-nav div.thumb.slick-current {
  border: none;
  border-left: 4px solid red;
  /*padding-top: 12px;*/
}

.careers-page .slick-carousel {
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.careers-page .slick-prev {
  left: -25px;
}

.careers-page [dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.careers-page .slick-prev:before {
  content: '< ';
  color: red;
  font-weight: bold;
}

.careers-page [dir='rtl'] .slick-prev:before {
  content: '< ';
  color: red;
  font-weight: bold;
}

.careers-page .slick-next {
  right: -25px;
}

.careers-page [dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.careers-page .slick-next:before {
  content: ' >';
  color: red;
  font-weight: bold;
}

.careers-page [dir='rtl'] .slick-next:before {
  content: ' >';
  color: red;
  font-weight: bold;
}

.careers-page .twitter-feed {
  padding-top: 0;
  padding-bottom: 5em;
  height: 560px;
  overflow: hidden;
  color: #fff;
  background: #031A34;
}

.careers-page .twitter-feed .container .col-md-6, .careers-page .twitter-feed .recirculation > .spark-line .col-md-6, .careers-page .twitter-feed .new-links-module > .spark-line .col-md-6, .careers-page .twitter-feed .links-module > .spark-line .col-md-6 {
  position: relative;
}

.careers-page .twitter-feed .container .col-md-6:after, .careers-page .twitter-feed .recirculation > .spark-line .col-md-6:after, .careers-page .twitter-feed .new-links-module > .spark-line .col-md-6:after, .careers-page .twitter-feed .links-module > .spark-line .col-md-6:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(transparent 30px, #031A34);
}

.careers-page .twitter-feed h3 {
  color: #fff;
  font-family: 'Guardian Egyptian light';
}

.careers-page .twitter-feed h3 i {
  font-size: 1.3em;
}

.careers-page .twitter-feed .col-1 .card {
  margin-right: 1.5em;
}

.careers-page .twitter-feed .card {
  color: #fff;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.careers-page .twitter-feed .card .time {
  padding: 1em 0 1em 0;
  font-size: .8em;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}

.careers-page .twitter-feed .card ul.links {
  padding: 1em 0 1em 0;
  margin-top: 1em;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}

.careers-page .twitter-feed .card ul.links li {
  display: inline-block;
  padding-right: 1em;
  padding-left: 1em;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
}

.careers-page .twitter-feed .card ul.links li:nth-last-child(3) {
  padding-left: 0;
}

.careers-page .twitter-feed .card ul.links li:nth-last-child(1) {
  padding-right: 0;
  padding-left: 1em;
  border: none;
}

.careers-page .twitter-feed .card ul.links li a {
  color: #ff555f;
  text-transform: uppercase;
}

.careers-page .load-more {
  padding-top: 3em;
  padding-bottom: 2em;
  color: #fff;
  background: #031A34;
}

.careers-page .load-more .row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.careers-page .load-more h4 {
  color: #fff;
  font-family: 'Guardian Egyptian light';
  text-align: center;
  text-transform: uppercase;
}

.careers-page html#design2017 .load-more .cta a {
  display: inline-block;
  float: none;
}

.careers-page html#design2017 .cta a {
  display: inline-block;
  float: none;
}

.careers-page .load-more .cta a {
  margin: 0 auto;
  float: none;
  text-align: center;
}

.careers-page .tile-wrapper {
  margin-top: 20px;
  padding-left: 0 !important;
}

@media screen and (min-width: 992px) {
  .careers-page .tile-wrapper {
    padding-left: 20px !important;
    margin-top: 0;
  }
}

.careers-insights-page #solutions-promo {
  margin-bottom: 0px;
  margin-top: 0px !important;
}

.industry-page-builder .industry-container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.industry-page-builder .industry-container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industry-container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .industry-page-builder .industry-container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industry-container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .industry-page-builder .industry-container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .industry-page-builder .industry-container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .industry-page-builder .industry-container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.industry-page-builder .module-spacer {
  padding-bottom: 8rem;
}

.industry-page-builder .industries-cta:hover {
  color: white;
  background-color: #ff6f77;
}

.industry-page-builder .industries-page-builder--tiles-module {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  padding: 60px 0;
  z-index: 4;
}

.industry-page-builder .industries-page-builder--tiles-module::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .industry-page-builder .industries-page-builder--tiles-module::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .industry-page-builder .industries-page-builder--tiles-module::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .industry-page-builder .industries-page-builder--tiles-module::after {
    clear: both;
    content: "";
    display: block;
  }
}

.industry-page-builder .industries-page-builder--tiles-module::after {
  clear: both;
  content: "";
  display: block;
}

.industry-page-builder .industries-page-builder--tiles-module.tiles_fullBleed {
  padding-bottom: 0 !important;
}

.industry-page-builder .industries-page-builder--tiles-module.tiles_fullBleed .container, .industry-page-builder .industries-page-builder--tiles-module.tiles_fullBleed .recirculation > .spark-line, .industry-page-builder .industries-page-builder--tiles-module.tiles_fullBleed .new-links-module > .spark-line, .industry-page-builder .industries-page-builder--tiles-module.tiles_fullBleed .links-module > .spark-line {
  width: 100% !important;
}

.industry-page-builder .industries-page-builder--tiles-module.tiles_fullBleed .tiles__grid {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
}

.industry-page-builder .industries-page-builder--tiles-module.tiles_fullBleed .tiles__grid .card {
  margin-bottom: 0 !important;
  margin-left: auto !important;
  min-height: 30rem !important;
}

.industry-page-builder .industries-page-builder--tiles-module.tiles_fullBleed .tiles__grid .card.columns-3 .card_content.content_position__middle {
  margin-top: 10% !important;
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module.tiles_fullBleed .tiles__grid .card.columns-3 .card_content.content_position__middle {
    margin-top: 10% !important;
  }
}

.industry-page-builder .industries-page-builder--tiles-module.tiles_fullBleed .tiles__grid .card:first-child {
  margin-left: 0 !important;
}

.industry-page-builder .industries-page-builder--tiles-module.tiles_fullBleed .tiles__grid .card:last-child {
  margin-right: 0 !important;
}

.industry-page-builder .industries-page-builder--tiles-module .flip-wrapper {
  -webkit-transform-style: preserve-3d !important;
  transform-style: preserve-3d !important;
}

.industry-page-builder .industries-page-builder--tiles-module .flip-wrapper .back {
  position: absolute !important;
}

.industry-page-builder .industries-page-builder--tiles-module .back .card__description {
  font-size: 2rem !important;
  line-height: 2.5rem !important;
  overflow: hidden !important;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .back .card__description {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .back .card__description {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .back .card__description {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid.wrapper-columns-4 .back .card__description {
  font-size: 1.5rem !important;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid.wrapper-columns-5 .back .card__description {
  font-size: 1.2rem  !important;
  line-height: 1.5rem  !important;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid.wrapper-columns-6 .back .card__description {
  font-size: 1.2rem  !important;
  line-height: 1.5rem  !important;
}

.industry-page-builder .industries-page-builder--tiles-module .icon-chevron {
  color: #ff555f;
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
  float: right;
  text-align: right;
}

.industry-page-builder .industries-page-builder--tiles-module .container, .industry-page-builder .industries-page-builder--tiles-module .recirculation > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .new-links-module > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .links-module > .spark-line {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 90% !important;
  max-width: 100% !important;
}

.industry-page-builder .industries-page-builder--tiles-module .container::after, .industry-page-builder .industries-page-builder--tiles-module .recirculation > .spark-line::after, .industry-page-builder .industries-page-builder--tiles-module .new-links-module > .spark-line::after, .industry-page-builder .industries-page-builder--tiles-module .links-module > .spark-line::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .container, .industry-page-builder .industries-page-builder--tiles-module .recirculation > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .new-links-module > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .links-module > .spark-line {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .industry-page-builder .industries-page-builder--tiles-module .container::after, .industry-page-builder .industries-page-builder--tiles-module .recirculation > .spark-line::after, .industry-page-builder .industries-page-builder--tiles-module .new-links-module > .spark-line::after, .industry-page-builder .industries-page-builder--tiles-module .links-module > .spark-line::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .container, .industry-page-builder .industries-page-builder--tiles-module .recirculation > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .new-links-module > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .links-module > .spark-line {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .industry-page-builder .industries-page-builder--tiles-module .container::after, .industry-page-builder .industries-page-builder--tiles-module .recirculation > .spark-line::after, .industry-page-builder .industries-page-builder--tiles-module .new-links-module > .spark-line::after, .industry-page-builder .industries-page-builder--tiles-module .links-module > .spark-line::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .container, .industry-page-builder .industries-page-builder--tiles-module .recirculation > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .new-links-module > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .links-module > .spark-line {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .industry-page-builder .industries-page-builder--tiles-module .container::after, .industry-page-builder .industries-page-builder--tiles-module .recirculation > .spark-line::after, .industry-page-builder .industries-page-builder--tiles-module .new-links-module > .spark-line::after, .industry-page-builder .industries-page-builder--tiles-module .links-module > .spark-line::after {
    clear: both;
    content: "";
    display: block;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .container::after, .industry-page-builder .industries-page-builder--tiles-module .recirculation > .spark-line::after, .industry-page-builder .industries-page-builder--tiles-module .new-links-module > .spark-line::after, .industry-page-builder .industries-page-builder--tiles-module .links-module > .spark-line::after {
  clear: both;
  content: "";
  display: block;
}

.industry-page-builder .industries-page-builder--tiles-module .container:before, .industry-page-builder .industries-page-builder--tiles-module .recirculation > .spark-line:before, .industry-page-builder .industries-page-builder--tiles-module .new-links-module > .spark-line:before, .industry-page-builder .industries-page-builder--tiles-module .links-module > .spark-line:before {
  display: none !important;
}

.industry-page-builder .industries-page-builder--tiles-module .container.body-content, .industry-page-builder .industries-page-builder--tiles-module .recirculation > .body-content.spark-line, .industry-page-builder .industries-page-builder--tiles-module .new-links-module > .body-content.spark-line, .industry-page-builder .industries-page-builder--tiles-module .links-module > .body-content.spark-line {
  width: 100% !important;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid {
  position: relative;
  z-index: 4;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid.wrapper-columns-3 {
  margin-top: 4rem;
  margin-bottom: 8rem;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid.wrapper-columns-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid.wrapper-columns-5 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid.wrapper-columns-6 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .container, .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .recirculation > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .new-links-module > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .links-module > .spark-line {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 4rem;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .container, .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .recirculation > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .new-links-module > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .links-module > .spark-line {
    padding: 0;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .container, .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .recirculation > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .new-links-module > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .links-module > .spark-line {
    padding: 0;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .container, .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .recirculation > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .new-links-module > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .links-module > .spark-line {
    flex-direction: row;
    padding: 0;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card {
  position: relative;
  margin-bottom: 20px;
  margin: 10rem auto;
  margin-left: 0;
  float: none !important;
  transition: height, opacity, margin, padding-top 0.2s linear;
  width: 100%;
  max-height: 40rem;
  min-height: 35rem;
  height: 100%;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card__text .card_content.content_position__top {
  margin-top: 0;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card__text .card_content.content_position__middle {
  margin-top: 10%;
  margin-bottom: auto;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card__text .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card__text .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card__text .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card__text .card_content.content_position__middle {
    margin-top: 10%;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card__text .card_content.content_position__bottom {
  margin-top: auto;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card__text .card_content.content_position__bottom .card__details h5 {
  margin-top: 0;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card__text .cta-right-whiteOnRed.cta_position__top {
  margin-top: auto;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-1 .card_content.content_position__middle {
  margin-top: 10%;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-1 .card__title {
  font-size: 3.0rem;
  line-height: 3.2rem;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-1 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-1 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-1 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-1 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 {
  margin: 4rem 3px;
  margin-bottom: 3px !important;
  margin-top: 0px !important;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 .card_content.content_position__middle {
  margin-top: 10%;
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 48.8739402%;
    margin-right: 0px;
  }
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 900px) and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 1240px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 49.71207232%;
    margin-right: 0px;
  }
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1240px) and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 {
    margin-right: 0px;
  }
}

@media screen and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 {
    min-height: 50rem;
  }
}

@media screen and (min-width: 1900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 {
    min-height: 70rem;
  }
}

@media screen and (min-width: 2800px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 {
    min-height: 80rem;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 .card__title {
  font-size: 3.0rem;
  line-height: 3.2rem;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 .card__description {
  font-size: 3.0rem;
  line-height: 3.2rem;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-2 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 {
  margin-bottom: 3px !important;
  margin-top: 0px !important;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 .card_content.content_position__middle {
  margin-top: 25%;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 .card_content.content_position__middle {
    margin-top: 25%;
  }
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 {
    min-height: 25rem;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 32.94942976%;
    margin-right: 3px;
    min-height: 25rem;
  }
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 900px) and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 1240px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 32.94942976%;
    margin-right: 3px;
    min-height: 25rem;
  }
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1240px) and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 {
    min-height: 40rem;
  }
}

@media screen and (min-width: 1900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 {
    min-height: 40rem;
  }
}

@media screen and (min-width: 2800px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 {
    min-height: 40rem;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3.wide {
  min-height: 35rem;
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3.wide {
    min-height: 35rem;
  }
}

@media screen and (min-width: 1240px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3.wide {
    min-height: 35rem;
  }
}

@media screen and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3.wide {
    min-height: 35rem;
  }
}

@media screen and (min-width: 1900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3.wide {
    min-height: 35rem;
  }
}

@media screen and (min-width: 2800px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3.wide {
    min-height: 35rem;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 .card__title {
  font-size: 3.0rem;
  line-height: 3.2rem;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 .card__description {
  font-size: 3.0rem;
  line-height: 3.2rem;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-3 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 {
  max-height: 197px;
  min-height: 30rem;
  height: 100%;
  margin-bottom: 5px !important;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card_content.content_position__middle {
  margin-top: 40%;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card_content.content_position__middle {
    margin-top: 40%;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 {
    margin: 0 0 4.2358em;
    min-height: 30rem;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 24.56810849%;
    margin-right: 3px;
    margin-bottom: 3px !important;
  }
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 900px) and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 1240px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 {
    margin: 0 0 4.2358em;
    min-height: 30rem;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 24.56810849%;
    margin-right: 5px;
    margin-bottom: 5px !important;
  }
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1240px) and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 {
    margin-right: 5px;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .icon-chevron {
  font-size: 2rem;
  margin-top: auto;
  text-align: right;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card__title {
  font-size: 2rem;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card__title .icon-chevron {
  font-size: 2rem;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card__title {
    font-size: 2rem;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .icon-chevron {
  font-size: 2rem;
  margin-top: auto;
  text-align: right;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .icon-chevron {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .icon-chevron {
    margin-top: 0;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .icon-chevron {
    margin-top: auto;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card__description {
  font-size: 2rem;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card__description .icon-chevron {
  font-size: 2rem;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card__description {
    font-size: 2rem;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .back .icon-chevron {
  margin-top: 0;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-4 .card__details .icon-chevron {
  font-size: 2rem;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 {
  max-height: 35rem;
  min-height: 25rem;
  height: 100%;
  margin-bottom: 5px !important;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card_content.content_position__middle {
  margin-top: 40%;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card_content.content_position__middle {
    margin-top: 40%;
  }
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 {
    min-height: 30rem;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 {
    margin: 0 0 4.2358em;
    min-height: 25rem;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 19.53931572%;
    margin-right: 3px;
    margin-bottom: 3px !important;
  }
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 900px) and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 1240px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 {
    margin: 0 0 4.2358em;
    min-height: 25rem;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 19.53931572%;
    margin-right: 5px;
    margin-bottom: 5px !important;
  }
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1240px) and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 {
    margin: 0 0 4.2358em;
    min-height: 35rem;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 19.53931572%;
    margin-right: 5px;
    margin-bottom: 5px !important;
  }
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1440px) and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1440px) and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 {
    margin-right: 5px;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card__title {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 2.0rem;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card__title .icon-chevron {
  font-size: 1.3rem;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card__title {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2.0rem;
  }
}

@media screen and (min-width: 1240px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card__title {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2.0rem;
  }
}

@media screen and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card__title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card__description {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 2.0rem;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card__description .icon-chevron {
  font-size: 1.3rem;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card__description {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 2.0rem;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .back .icon-chevron {
  margin-top: 0;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card__details .icon-chevron {
  font-size: 1.3rem !important;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-5 .card__type {
  font-size: 1.1rem !important;
  margin-bottom: 0px;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 {
  max-height: 197px;
  min-height: 20rem;
  height: 100%;
  margin-bottom: 5px !important;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card_content.content_position__middle {
  margin-top: 40%;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card_content.content_position__middle {
    margin-top: 10%;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card_content.content_position__middle {
    margin-top: 40%;
  }
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 {
    min-height: 30rem;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 {
    margin: 0 0 4.2358em;
    min-height: 20rem;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 16.18678721%;
    margin-right: 3px;
    margin-bottom: 3px !important;
  }
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 900px) and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 900px) and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 900px) and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 {
    margin-right: 3px;
  }
}

@media screen and (min-width: 1240px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 {
    margin: 0 0 4.2358em;
    min-height: 20rem;
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 16.18678721%;
    margin-right: 5px;
    margin-bottom: 5px !important;
  }
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1240px) and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1240px) and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 {
    margin-right: 5px;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card__title {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 2.0rem;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card__title .icon-chevron {
  font-size: 1.3rem;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card__title {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card__title {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2.0rem;
  }
}

@media screen and (min-width: 1240px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card__title {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2.0rem;
  }
}

@media screen and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card__title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card__description {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 2.0rem;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card__description .icon-chevron {
  font-size: 1.3rem;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card__description {
    font-size: 3.0rem;
    line-height: 3.2rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card__description {
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 2.0rem;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .back .icon-chevron {
  margin-top: 0;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card__details .icon-chevron {
  font-size: 1.3rem !important;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.columns-6 .card__type {
  font-size: 1.1rem !important;
  margin-bottom: 0px;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.is--hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

[data-blocker="true"] .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card.is--hidden {
  opacity: 1;
  height: auto;
  margin: 4rem auto;
  padding-top: 50rem;
  overflow: visible;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card .card-stage {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  top: 0;
  left: 0;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card .shade {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card .card__text {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 22px;
  height: inherit;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card .tag {
  position: absolute;
  top: -23px;
  right: -15px;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card .card__details {
  position: relative;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card .card__type {
  position: relative;
  display: block;
  margin-bottom: calc(22px / 2);
  color: #fff;
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.4rem;
  line-height: 3.4rem;
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card .card__type {
    font-size: 1.6rem;
    margin-bottom: calc(22px / 1.5);
  }
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card .card__title {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-decoration: none;
  text-transform: none;
}

.industry-page-builder .industries-page-builder--tiles-module .tiles__grid .card .card__description {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-decoration: none;
  text-transform: none;
}

.industry-page-builder .industries-page-builder--tiles-module {
  padding-bottom: 0 !important;
}

.industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .container, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .recirculation > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .new-links-module > .spark-line, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .links-module > .spark-line {
  width: 100% !important;
}

.industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .container .card .content_position__middle, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .recirculation > .spark-line .card .content_position__middle, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .new-links-module > .spark-line .card .content_position__middle, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .links-module > .spark-line .card .content_position__middle {
  margin-top: 15% !important;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .container .card .content_position__middle, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .recirculation > .spark-line .card .content_position__middle, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .new-links-module > .spark-line .card .content_position__middle, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .links-module > .spark-line .card .content_position__middle {
    margin-top: 10% !important;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .container .card .content_position__middle, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .recirculation > .spark-line .card .content_position__middle, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .new-links-module > .spark-line .card .content_position__middle, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .links-module > .spark-line .card .content_position__middle {
    margin-top: 10% !important;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .container .card .content_position__middle, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .recirculation > .spark-line .card .content_position__middle, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .new-links-module > .spark-line .card .content_position__middle, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .links-module > .spark-line .card .content_position__middle {
    margin-top: 10% !important;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .container .card .content_position__middle, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .recirculation > .spark-line .card .content_position__middle, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .new-links-module > .spark-line .card .content_position__middle, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .links-module > .spark-line .card .content_position__middle {
    margin-top: 15% !important;
  }
}

.industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .container .card__details, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .recirculation > .spark-line .card__details, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .new-links-module > .spark-line .card__details, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .links-module > .spark-line .card__details {
  margin-right: 50px;
}

.industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .container .card__type, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .recirculation > .spark-line .card__type, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .new-links-module > .spark-line .card__type, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .links-module > .spark-line .card__type {
  font-weight: bold;
  font-size: 1.8rem;
}

.industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .container .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .recirculation > .spark-line .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .new-links-module > .spark-line .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .links-module > .spark-line .card__title {
  font-size: 2.0rem !important;
  line-height: 3.2rem;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .container .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .recirculation > .spark-line .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .new-links-module > .spark-line .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .links-module > .spark-line .card__title {
    font-size: 1.5rem !important;
    line-height: 2.5rem !important;
  }
}

@media screen and (min-width: 568px) {
  .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .container .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .recirculation > .spark-line .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .new-links-module > .spark-line .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .links-module > .spark-line .card__title {
    font-size: 1.5rem !important;
    line-height: 2.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .container .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .recirculation > .spark-line .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .new-links-module > .spark-line .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .links-module > .spark-line .card__title {
    font-size: 1.5rem !important;
    line-height: 2.5rem !important;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .container .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .recirculation > .spark-line .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .new-links-module > .spark-line .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .links-module > .spark-line .card__title {
    font-size: 1.5rem !important;
    line-height: 2.5rem !important;
  }
}

@media screen and (min-width: 1024px) {
  .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .container .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .recirculation > .spark-line .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .new-links-module > .spark-line .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .links-module > .spark-line .card__title {
    font-size: 1.5rem !important;
    line-height: 2.5rem !important;
  }
}

@media screen and (min-width: 1240px) {
  .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .container .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .recirculation > .spark-line .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .new-links-module > .spark-line .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .links-module > .spark-line .card__title {
    font-size: 1.5rem !important;
    line-height: 2.5rem !important;
  }
}

@media screen and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .container .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .recirculation > .spark-line .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .new-links-module > .spark-line .card__title, .industry-page-builder .industries-page-builder--tiles-module .wrapper-columns-3 .links-module > .spark-line .card__title {
    font-size: 2.0rem !important;
    line-height: 3.2rem;
  }
}

.industry-page-builder .module--header {
  padding-top: 0 !important;
}

.industry-page-builder .module--header .solutions-cards {
  padding-top: 0 !important;
}

.industry-page-builder .module--header .solutions-cards__sub-title {
  margin-bottom: 0;
}

.industry-page-builder .recirculation {
  padding-top: 0;
}

.industry-page-builder .homepage-cards {
  width: 100%;
  float: left;
}

.industry-page-builder .homepage-cards .card {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.industry-page-builder .homepage-cards .card .card-background {
  width: 100%;
  float: left;
  overflow: hidden;
}

.industry-page-builder .homepage-cards .card .card-background img {
  height: 456px;
  width: 1200px;
  max-width: none;
  float: left;
}

.industry-page-builder .homepage-cards .card .card-background img.mobile {
  display: none;
}

.industry-page-builder .homepage-cards .card .card-background .smart-shade-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}

.industry-page-builder .homepage-cards .card .card-content-wrapper {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.industry-page-builder .homepage-cards .card .card-content-wrapper::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .industry-page-builder .homepage-cards .card .card-content-wrapper {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .industry-page-builder .homepage-cards .card .card-content-wrapper::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .homepage-cards .card .card-content-wrapper {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .industry-page-builder .homepage-cards .card .card-content-wrapper::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .industry-page-builder .homepage-cards .card .card-content-wrapper {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .industry-page-builder .homepage-cards .card .card-content-wrapper::after {
    clear: both;
    content: "";
    display: block;
  }
}

.industry-page-builder .homepage-cards .card .card-content-wrapper::after {
  clear: both;
  content: "";
  display: block;
}

.industry-page-builder .homepage-cards .card .card-content {
  position: initial;
  width: 550px;
  height: 100%;
  padding-top: 130px;
  padding-bottom: 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left;
}

.industry-page-builder .homepage-cards .card .card-content .ordered-number {
  color: #FF555F;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  padding-right: 30px;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  font-size: 60px;
  line-height: 60px;
}

.industry-page-builder .homepage-cards .card .card-content .ordered-number .order-index {
  font-size: 100px;
  font-family: "Guardian Egyptian -SemiBold";
}

.industry-page-builder .homepage-cards .card .card-content .content {
  width: 400px;
  display: inline-block;
}

.industry-page-builder .homepage-cards .card .card-content .content h3 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 60px;
  line-height: 60px;
}

.industry-page-builder .homepage-cards .card.right-aligned .card-content {
  left: auto;
  right: 0;
  text-align: left;
  margin-left: auto;
}

.industry-page-builder .homepage-cards .card.right-aligned .card-content .content {
  text-align: left;
}

.industry-page-builder .homepage-cards .card.right-aligned .card-content .cta-wrapper {
  float: right;
}

.industry-page-builder .homepage-cards .card.right-aligned .card-background img {
  float: right;
}

@media (max-width: 768px) {
  .industry-page-builder .homepage-cards .card figure {
    display: grid;
    place-items: center;
  }
  .industry-page-builder .homepage-cards .card .card-background {
    width: 100%;
    height: 100%;
  }
  .industry-page-builder .homepage-cards .card .card-background img {
    height: auto;
    width: 100%;
  }
  .industry-page-builder .homepage-cards .card .card-background img.mobile {
    display: block;
  }
  .industry-page-builder .homepage-cards .card .card-background img.desktop {
    display: none;
  }
  .industry-page-builder .homepage-cards .card .card-content {
    width: 100%;
    flex-flow: column;
    padding: 25px;
    padding: calc(15px + 10 * ((100vw - 320px) / 448));
    justify-content: center;
    z-index: 20;
    display: flex;
  }
  .industry-page-builder .homepage-cards .card .card-content .ordered-number {
    flex: 0 0 auto;
    width: 100%;
    float: left;
    text-align: left;
    padding: 0;
    font-size: calc(24px + 36 * ((100vw - 320px) / 448));
    line-height: calc(26px + 34 * ((100vw - 320px) / 448));
  }
  .industry-page-builder .homepage-cards .card .card-content .ordered-number .order-index {
    font-size: calc(40px + 60 * ((100vw - 320px) / 448));
  }
  .industry-page-builder .homepage-cards .card .card-content .content {
    flex: 0 0 auto;
    width: 100%;
    float: left;
    padding: 0;
    text-align: left;
  }
  .industry-page-builder .homepage-cards .card .card-content .content h3 {
    margin-top: 5px;
    font-size: calc(24px + 36 * ((100vw - 320px) / 448));
    line-height: calc(26px + 34 * ((100vw - 320px) / 448));
    margin-bottom: 10px;
  }
  .industry-page-builder .homepage-cards .card .card-content .content p {
    font-size: calc(14px + 3 * ((100vw - 320px) / 448));
    line-height: calc(20px + 6 * ((100vw - 320px) / 448));
  }
  .industry-page-builder .homepage-cards .card .card-content.mobile {
    display: block;
  }
  .industry-page-builder .homepage-cards .card.right-aligned .card-content {
    padding: 25px;
  }
}

.industry-page-builder .industries-page-builder--trends-module {
  width: 100%;
  float: left;
  position: relative;
  z-index: 20;
}

.industry-page-builder .industries-page-builder--trends-module.wide-trends .right-aligned .card-content .content {
  text-align: right;
}

.industry-page-builder .industries-page-builder--trends-module .intro {
  width: 100%;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 100px;
}

.industry-page-builder .industries-page-builder--trends-module .intro h2 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
}

.industry-page-builder .industries-page-builder--trends-module .intro p {
  max-width: 600px;
  margin: 0 auto;
}

.industry-page-builder .industries-page-builder--trends-module .intro:after {
  content: "";
  display: block;
  clear: both;
}

.industry-page-builder .industries-page-builder--trends-module .homepage-cards .card {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .industry-page-builder .industries-page-builder--trends-module .intro {
    padding-top: 60px;
  }
  .industry-page-builder .industries-page-builder--trends-module .intro h2 {
    font-size: calc(32px + 18 * ((100vw - 320px) / 448));
    line-height: calc(40px + 10 * ((100vw - 320px) / 448));
  }
  .industry-page-builder .industries-page-builder--trends-module .homepage-cards {
    margin-top: 20px;
  }
  .industry-page-builder .industries-page-builder--trends-module .homepage-cards .card {
    margin-top: 15px;
  }
}

.industry-page-builder .trends-row {
  background-color: white;
}

.industry-page-builder .trends-row .industries-page-builder--trends-module .cta-wrapper--right {
  margin-left: auto !important;
}

.industry-page-builder .trends-row .industries-page-builder--trends-module figure {
  margin: 0;
}

.industry-page-builder .trends-row .industries-page-builder--trends-module .homepage-cards {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.industry-page-builder .trends-row .industries-page-builder--trends-module .homepage-cards .card {
  margin-top: 0;
  margin-bottom: 10px;
}

.industry-page-builder .trends-row .industries-page-builder--trends-module .homepage-cards .card-content {
  padding-top: 50px;
}

.industry-page-builder .trends-row .industries-page-builder--trends-module .homepage-cards .card-content .content h3 {
  color: white !important;
  font-size: 40px;
}

.industry-page-builder .trends-row .industries-page-builder--trends-module .homepage-cards .card-content .content h3.content__title-background {
  background-color: #ff555f;
}

.industry-page-builder .trends-row .industries-page-builder--trends-module .homepage-cards .card-content .content p {
  color: white !important;
  font-size: 20px;
}

.industry-page-builder .trends-row .industries-page-builder--trends-module .homepage-cards .card-content .content p.content__title-background {
  background-color: #ff555f;
}

.industry-page-builder .trends-row .industries-page-builder--trends-module .card-background .smart-shade-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}

.industry-page-builder .in-depth-product-feature .cta-cross {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "liga", "kern";
  box-sizing: inherit;
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  outline: 0;
  position: relative;
  padding: 0;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  height: 50px;
  width: 50px;
}

.industry-page-builder .in-depth-product-feature .accordion .accordion-item__title {
  font-size: 4rem !important;
  color: #FF555F !important;
}

.industry-page-builder .in-depth-product-feature .accordion .accordion-content p {
  margin-bottom: 4rem !important;
}

.industry-page-builder .in-depth-product-feature .accordion .accordion-item__top-level-content {
  min-height: 0 !important;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .in-depth-product-feature .accordion .accordion-item__top-level-content {
    min-height: 10.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .in-depth-product-feature .accordion .accordion-item__top-level-content {
    min-height: 10.5rem !important;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .in-depth-product-feature .accordion .accordion-item__top-level-content {
    min-height: 0 !important;
  }
}

.industry-page-builder .in-depth-product-feature .accordion .accordion-item__container {
  padding: 3rem 0 3rem !important;
}

.industry-page-builder .in-depth-product-feature .accordion .accordion-item__title {
  float: none !important;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .in-depth-product-feature .accordion .accordion-item__title {
    float: left !important;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .in-depth-product-feature .accordion .accordion-item__title {
    float: left !important;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .in-depth-product-feature .accordion .accordion-item__title {
    float: none !important;
  }
}

.industry-page-builder .in-depth-product-feature .accordion .accordion-item__toggle {
  position: absolute !important;
}

@media screen and (min-width: 275px) {
  .industry-page-builder .in-depth-product-feature .accordion .accordion-item__toggle {
    position: relative !important;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .in-depth-product-feature .accordion .accordion-item__toggle {
    position: absolute !important;
  }
}

.industry-page-builder .industries-page-builder--statistics-module {
  padding: 1rem 0 0;
  padding-top: 0 !important;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--statistics-module {
    padding: 7rem 0 0;
  }
}

@media screen and (min-width: 1900px) {
  .industry-page-builder .industries-page-builder--statistics-module {
    padding: 7rem 0 3rem;
  }
}

@media screen and (min-width: 2800px) {
  .industry-page-builder .industries-page-builder--statistics-module {
    padding: 7rem 0 0;
  }
}

.industry-page-builder .industries-page-builder--statistics-module__container {
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
}

.industry-page-builder .industries-page-builder--statistics-module__container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--statistics-module__container {
    max-width: 688px;
    margin-left: auto;
    margin-right: auto;
  }
  .industry-page-builder .industries-page-builder--statistics-module__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--statistics-module__container {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .industry-page-builder .industries-page-builder--statistics-module__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--statistics-module__container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .industry-page-builder .industries-page-builder--statistics-module__container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--statistics-module__content {
    display: block;
    position: relative;
  }
  .industry-page-builder .industries-page-builder--statistics-module__content::after {
    clear: both;
    content: "";
    display: block;
  }
}

.industry-page-builder .industries-page-builder--statistics-module__title {
  color: #3b3c43;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--statistics-module__title {
    margin-left: 8.38132128%;
    clear: both;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--statistics-module__title {
    margin-bottom: 9rem;
  }
}

@media screen and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--statistics-module__title {
    margin-left: 0%;
  }
}

.industry-page-builder .industries-page-builder--statistics-module__stats {
  margin: 0;
  padding: 0;
}

.industry-page-builder .industries-page-builder--statistics-module__stat {
  list-style: none;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  .industry-page-builder .industries-page-builder--statistics-module__stat {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 24.56810849%;
  }
  .industry-page-builder .industries-page-builder--statistics-module__stat:last-child {
    margin-right: 0;
  }
  .industry-page-builder .industries-page-builder--statistics-module__stat:nth-child(3n + 2) {
    margin-left: 8.38132128%;
  }
  .industry-page-builder .industries-page-builder--statistics-module__stat:nth-child(3n) {
    margin-left: 8.38132128%;
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--statistics-module__stat {
    float: left;
    display: block;
    margin-right: 0.57585535%;
    width: 24.56810849%;
  }
  .industry-page-builder .industries-page-builder--statistics-module__stat:last-child {
    margin-right: 0;
  }
  .industry-page-builder .industries-page-builder--statistics-module__stat:nth-child(3n + 2) {
    margin-left: 8.38132128%;
  }
  .industry-page-builder .industries-page-builder--statistics-module__stat:nth-child(3n) {
    margin-left: 8.38132128%;
    margin-right: 0;
  }
}

.industry-page-builder .industries-page-builder--statistics-module__row {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--statistics-module__row {
    display: inline-block;
    position: relative;
  }
  .industry-page-builder .industries-page-builder--statistics-module__row.is--smaller-text .statistical-tout-one__number {
    font-size: 12rem;
  }
}

.industry-page-builder .industries-page-builder--statistics-module__before-stat {
  color: #ff555f;
  font-family: display-egyptian-light, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 1.5;
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--statistics-module__before-stat {
    margin: 0;
    position: absolute;
    left: -2.8rem;
    top: 0;
  }
}

.industry-page-builder .industries-page-builder--statistics-module__number {
  color: #ff555f;
  font-family: display-egyptian-thin, sans-serif;
  font-size: 15rem;
  font-weight: 100;
  letter-spacing: 0.3px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--statistics-module__number {
    font-size: 15rem;
    font-weight: 100;
    letter-spacing: 0.4px;
    line-height: 1;
    margin: 0 0 0.5rem;
  }
}

@media screen and (min-width: 900px) {
  .industry-page-builder .industries-page-builder--statistics-module__number {
    font-size: 11rem;
    font-weight: 100;
    letter-spacing: 0.4px;
    line-height: 1;
    margin: 0 0 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .industry-page-builder .industries-page-builder--statistics-module__number {
    font-size: 11rem;
    font-weight: 100;
    letter-spacing: 0.4px;
    line-height: 1;
    margin: 0 0 0.5rem;
  }
}

@media screen and (min-width: 1240px) {
  .industry-page-builder .industries-page-builder--statistics-module__number {
    font-size: 11rem;
    font-weight: 100;
    letter-spacing: 0.4px;
    line-height: 1;
    margin: 0 0 0.5rem;
  }
}

@media screen and (min-width: 1440px) {
  .industry-page-builder .industries-page-builder--statistics-module__number {
    font-size: 15rem;
    font-weight: 100;
    letter-spacing: 0.4px;
    line-height: 1;
    margin: 0 0 0.5rem;
  }
}

.industry-page-builder .industries-page-builder--statistics-module__after-stat {
  color: #ff555f;
  font-family: display-egyptian-light, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 1.5;
  margin-left: 1rem;
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--statistics-module__after-stat {
    margin: 0;
    position: absolute;
    right: -3.4rem;
    top: 0;
  }
}

.industry-page-builder .industries-page-builder--statistics-module__description {
  color: #3b3c43;
  font-family: display-sans-light, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.56;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .industry-page-builder .industries-page-builder--statistics-module__description {
    margin: 0;
  }
}

.navigation--meet-cora .navigation-header__left {
  z-index: 2501;
}

.navigation--meet-cora .navigation-content__left {
  z-index: 2500;
}

.navigation--meet-cora .navigation-header__button--meet-cora {
  color: #01a2c1;
}

.navigation--solutions .navigation-header__left {
  z-index: 2501;
}

.navigation--solutions .navigation-content__left {
  z-index: 2500;
}

.navigation--solutions .navigation-header__button--solutions {
  color: #01a2c1;
}

.navigation--industries .navigation-header__left {
  z-index: 2501;
}

.navigation--industries .navigation-content__left {
  z-index: 2500;
}

.navigation--industries .navigation-header__button--industries {
  color: #01a2c1;
}

.navigation--why-genpact .navigation-header__left {
  z-index: 2501;
}

.navigation--why-genpact .navigation-content__left {
  z-index: 2500;
}

.navigation--why-genpact .navigation-header__button--why-genpact {
  color: #01a2c1;
}

.navigation--insights .navigation-header__left {
  z-index: 2501;
}

.navigation--insights .navigation-content__left {
  z-index: 2500;
}

.navigation--insights .navigation-header__button--insights {
  color: #01a2c1;
}

@media screen and (min-width: 1240px) {
  .navigation .navigation-content__button--close {
    display: block;
  }
}

.navigation-content__meet-cora {
  display: none;
}

.navigation--meet-cora .navigation-content__meet-cora {
  display: block;
}

.navigation-content__solutions {
  display: none;
  padding: 7rem 0 0;
}

@media screen and (min-width: 1240px) {
  .navigation-content__solutions .browse-items__item-title {
    line-height: 1.2;
    margin-bottom: 7px;
  }
}

.navigation--solutions .navigation-content__solutions {
  display: block;
}

.navigation-content__industries {
  display: none;
  padding: 7rem 0 0;
}

@media screen and (min-width: 1240px) {
  .navigation-content__industries .browse-items__item-title {
    line-height: 1.2;
    margin-bottom: 7px;
  }
}

.navigation--industries .navigation-content__industries {
  display: block;
}

.navigation-content__why-genpact {
  display: none;
}

.navigation--why-genpact .navigation-content__why-genpact {
  display: block;
}

.navigation-content__insights {
  display: none;
}

.navigation--insights .navigation-content__insights {
  display: block;
}

.navigation-content__contact {
  display: none;
}

.navigation--contact .navigation-content__contact {
  display: block;
  padding: 0rem 0 5rem;
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .navigation--contact .navigation-content__contact {
    position: relative;
    max-height: 75vh;
  }
}

@media screen and (min-width: 1240px) {
  .navigation--contact .navigation-content__contact {
    padding: 0;
    width: 74.5%;
    margin: 22px 0 0 8.5%;
  }
}

.navigation-content__contact .browse-items__list {
  column-count: 1;
}

.navigation-content__careers {
  display: none;
}

.navigation--careers .navigation-content__careers {
  display: block;
  padding: 0rem 0 5rem;
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .navigation--careers .navigation-content__careers {
    position: relative;
    max-height: 75vh;
  }
}

@media screen and (min-width: 1240px) {
  .navigation--careers .navigation-content__careers {
    padding: 0;
    width: 74.5%;
    margin: 22px 0 0 8.5%;
  }
}

.navigation-content__careers .browse-items__list {
  column-count: 1;
}

.navigation-content__languages {
  display: none;
}

.navigation--languages .navigation-content__languages {
  display: block;
  padding: 0rem 0 5rem;
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .navigation--languages .navigation-content__languages {
    position: relative;
    max-height: 75vh;
  }
}

@media screen and (min-width: 1240px) {
  .navigation--languages .navigation-content__languages {
    padding: 0;
    width: 74.5%;
    margin: 22px 0 0 8.5%;
  }
}

.navigation-content__languages .browse-items__list {
  column-count: 1;
}

.category-sidebar--finance-accounting .browse-items--finance-accounting {
  display: block;
}

.category-sidebar--core-operations .browse-items--core-operations {
  display: block;
}

.category-sidebar--procurement-supply-chain .browse-items--procurement-supply-chain {
  display: block;
}

.category-sidebar--data-technology .browse-items--data-technology {
  display: block;
}

.category-sidebar--risk-compliance .browse-items--risk-compliance {
  display: block;
}

.category-sidebar .somefakeclass {
  background: #000 url("../assets/images/genpact.svg") top center/cover no-repeat;
}

.navigation {
  color: #fff;
  position: absolute;
  z-index: 2000;
  width: 100vw;
}

@media screen and (min-width: 275px) {
  .navigation .navigation-header__button {
    padding-right: 0px !important;
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (min-width: 900px) {
  .navigation .navigation-header__button {
    padding-right: 0px !important;
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .navigation .navigation-header__button {
    height: auto;
    line-height: 1;
  }
}

@media screen and (min-width: 275px) {
  .navigation .navigation-header__button .icon-chevron--down {
    line-height: 50px !important;
  }
}

@media screen and (min-width: 900px) {
  .navigation .navigation-header__button .icon-chevron--down {
    line-height: 50px !important;
  }
}

@media screen and (min-width: 1024px) {
  .navigation .navigation-header__button .icon-chevron--down {
    line-height: 1 !important;
  }
}

.navigation .navigation-header__button--search {
  height: auto !important;
  line-height: 1 !important;
}

.navigation .navigation-header__button--mobile-menu {
  height: auto !important;
  line-height: 1 !important;
}

.navigation .navigation-header__button--mobile-close {
  height: auto !important;
  line-height: 1 !important;
}

.navigation .browseColumnItems .browse-items__view-all-button {
  margin-left: 5px;
  font-family: display-egyptian-light, sans-serif;
  background: none;
  border: none;
  color: #fff;
  padding: 30px 0 0;
  position: relative;
  text-align: left;
  width: 100%;
  font-size: 2.2rem;
  height: 70px;
  margin-bottom: 10px;
}

@media screen and (min-width: 275px) {
  .navigation .browseColumnItems .browse-items__view-all-button {
    height: auto;
  }
}

@media screen and (min-width: 900px) {
  .navigation .browseColumnItems .browse-items__view-all-button {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .navigation .browseColumnItems .browse-items__view-all-button {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1240px) {
  .navigation .browseColumnItems .browse-items__view-all-button {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .navigation .browseColumnItems .browse-items__view-all-button {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1900px) {
  .navigation .browseColumnItems .browse-items__view-all-button {
    font-size: 2.2rem;
  }
}

.navigation .browseColumnItems .browse-items__view-all-button:hover {
  color: #01a2c1;
}

.navigation .story-sidebar__cta-button:focus,
.navigation .navigation-header__button:focus {
  outline: 3px solid #25a5bd;
}

.overflow-hidden-explore .navigation {
  position: relative;
}

.navigation button:focus {
  outline: 0;
}

.navigation a {
  text-decoration: none;
}

.navigation a:hover {
  text-decoration: none;
}

.navigation .category-sidebar__item-title {
  text-decoration: none;
  color: white !important;
}

.navigation .category-sidebar__item-title:focus {
  outline: 3px solid #25a5bd;
}

.navigation-header {
  left: 0;
  padding: 3rem 4rem;
  position: absolute;
  top: 0;
  width: 100vw;
}

@media screen and (max-width: 1023px) {
  .navigation-header {
    z-index: 3;
  }
}

@media screen and (max-width: 1023px) {
  .navigation--active .navigation-header {
    background: #021D44;
  }
}

@media screen and (min-width: 1024px) {
  .navigation-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 3rem 4rem 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.navigation-header__logo {
  height: auto;
  position: relative;
  max-width: 100%;
  width: auto;
  z-index: 3001;
}

.navigation-header__logo--mobile {
  display: block;
  max-width: 50%;
}

@media screen and (min-width: 1024px) {
  .navigation-header__logo--mobile {
    display: none;
  }
}

.navigation-header__logo--desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .navigation-header__logo--desktop {
    display: block;
  }
}

.navigation-header__button {
  align-content: center;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex: 1 1 auto;
  flex-flow: row nowrap;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  justify-content: space-between;
  line-height: 1;
  outline-color: #01a2c1;
  margin: 4px 0 0;
}

.tablet .navigation-header__button {
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .navigation-header__button {
    justify-content: flex-start;
    margin: 0 1rem;
    flex: 0 1 auto;
  }
  .navigation-header__button:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1440px) {
  .navigation-header__button {
    margin: 0 4rem;
  }
  .navigation-header__button:first-child {
    margin-left: 2rem;
  }
}

.navigation-header__button.navigation-header__button--mobile-share {
  position: relative;
}

.navigation-header__button.navigation-header__button--mobile-share.has--items::after {
  background: #ff555f;
  border-radius: 50%;
  content: '';
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 14px;
}

.navigation-header__button.navigation-header__button--desktop-search {
  display: none;
}

@media screen and (min-width: 1024px) {
  .navigation-header__button.navigation-header__button--desktop-search {
    display: block;
  }
  .navigation-header__button.navigation-header__button--desktop-search.share-page {
    display: none;
  }
}

.navigation-header__button.navigation-header__button--mobile-close {
  display: none;
}

.navigation-header__button.navigation-header__button--desktop-share {
  position: relative;
  display: block;
}

.navigation-header__button.navigation-header__button--desktop-share .icon-saved {
  font-size: 2.4rem;
}

@media screen and (min-width: 1024px) {
  .navigation-header__button.navigation-header__button--contact {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .navigation-header__button.navigation-header__button--careers {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .navigation-header__button.navigation-header__button--languages {
    margin-right: 1rem;
  }
}

.navigation-header__button.navigation-header__button--back {
  display: none;
  padding: 2rem 0;
  flex: 0 1 auto;
}

.navigation-header__button .navigation-header__button--close {
  display: none;
}

.navigation-header__button.navigation-header__button--search {
  margin-right: 0;
}

.navigation-header .icon.icon-chevron--up, .navigation-header .chapter-nav__navigation ul.icon-chevron--up::after, .chapter-nav__navigation .navigation-header ul.icon-chevron--up::after {
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-left: 1rem;
  transform: translateX(3px);
}

@media screen and (min-width: 1024px) {
  .navigation-header .icon.icon-chevron--up, .navigation-header .chapter-nav__navigation ul.icon-chevron--up::after, .chapter-nav__navigation .navigation-header ul.icon-chevron--up::after {
    font-size: 0.8rem;
    transform: rotate(-90deg) translateX(3px);
  }
}

.navigation-header .icon.icon-chevron--down, .navigation-header .chapter-nav__navigation ul.icon-chevron--down::after, .chapter-nav__navigation .navigation-header ul.icon-chevron--down::after {
  display: block;
  font-size: 1rem;
  height: 10px;
  line-height: 1;
  margin-left: 1rem;
  transform: translateX(3px);
  width: 10px;
}

@media screen and (min-width: 1024px) {
  .navigation-header .icon.icon-chevron--down, .navigation-header .chapter-nav__navigation ul.icon-chevron--down::after, .chapter-nav__navigation .navigation-header ul.icon-chevron--down::after {
    font-size: 0.8rem;
    transform: rotate(90deg) translateX(3px);
  }
}

.navigation-header .icon.icon-search, .navigation-header .chapter-nav__navigation ul.icon-search::after, .chapter-nav__navigation .navigation-header ul.icon-search::after {
  font-size: 2.3rem;
}

@media screen and (min-width: 1024px) {
  .navigation-header .icon.icon-search, .navigation-header .chapter-nav__navigation ul.icon-search::after, .chapter-nav__navigation .navigation-header ul.icon-search::after {
    font-size: 2.4rem;
  }
}

.navigation-header__mobile {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 3000;
}

@media screen and (min-width: 1024px) {
  .navigation-header__mobile {
    display: none;
  }
}

.navigation-header__menus {
  display: none;
  flex-flow: column nowrap;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .navigation-header__menus {
    display: flex;
    flex-flow: row nowrap;
    height: auto;
    left: inherit;
    position: static;
    top: inherit;
  }
}

.navigation-header__nav-list {
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .navigation-header__nav-list {
    align-items: center;
    flex: 1 1 auto;
    flex-flow: row nowrap;
    justify-content: flex-start;
    padding: 0;
    width: 100%;
  }
}

.navigation-header__nav-list-item {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 auto;
}

@media screen and (min-width: 1024px) {
  .navigation-header__nav-list-item {
    border-bottom: 0;
    flex: 0 1 auto;
  }
  .navigation-header__nav-list-item:first-child {
    margin-left: 2rem;
  }
}

.navigation-header__nav-list-item.navigation-header__nav-list-item--bottom-border {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 1024px) {
  .navigation-header__nav-list-item.navigation-header__nav-list-item--bottom-border {
    border-bottom: none;
  }
}

.navigation-header__nav-list-item.navigation-header__nav-list-item--desktop {
  display: none;
}

@media screen and (min-width: 1024px) {
  .navigation-header__nav-list-item.navigation-header__nav-list-item--desktop {
    display: flex;
  }
}

.navigation-header__left {
  background-color: #021D44;
  display: flex;
  flex: 1 1 60%;
  flex-flow: column nowrap;
  padding: 12rem 10% 0;
}

@media screen and (min-width: 1024px) {
  .navigation-header__left {
    background: none;
    padding: 0;
    width: 100%;
    flex: 1 1 40%;
  }
}

.navigation-header__right {
  background-color: #021D44;
  display: flex;
  flex: 1 1 0%;
  flex-flow: column nowrap;
  padding: 0 10% 5rem;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .navigation-header__right {
    background: none;
    padding: 0;
    width: 20%;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .navigation-header__right .navigation-header__nav-list {
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1240px) {
  .navigation-header__right {
    flex: 1 1 0%;
  }
}

.navigation-header__right .navigation-header__button {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navigation-header__right .navigation-header__button {
    color: #fff;
  }
}

.navigation-header__mobile-buttons {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  max-width: 45%;
}

.navigation-header__mobile-buttons .navigation-header__button {
  font-size: 1.8rem;
  margin: 0 5px;
}

.navigation-header__mobile-buttons .navigation-header__button .icon, .navigation-header__mobile-buttons .navigation-header__button .chapter-nav__navigation ul::after, .chapter-nav__navigation .navigation-header__mobile-buttons .navigation-header__button ul::after {
  margin-top: 2px;
}

.navigation-header__mobile-buttons .navigation-header__button:first-child {
  margin-right: 0;
}

.tablet .navigation-header__mobile-buttons .navigation-header__button {
  font-size: 1.4rem;
  margin: 0 2px;
}

.navigation-content::after {
  clear: both;
  content: "";
  display: block;
}

.navigation-content .navigation-content__button--idustries {
  align-items: center;
  background: none;
  border: none;
  color: #01a2c1;
  cursor: pointer;
  display: none;
  flex-flow: row nowrap;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .navigation-content .navigation-content__button--idustries {
    display: flex;
    left: 6.2rem;
    margin: 0;
    position: absolute;
    top: 5rem;
  }
  .navigation-content .navigation-content__button--idustries .icon.icon-chevron--up, .navigation-content .navigation-content__button--idustries .chapter-nav__navigation ul.icon-chevron--up::after, .chapter-nav__navigation .navigation-content .navigation-content__button--idustries ul.icon-chevron--up::after {
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin-left: 1rem;
    transform: translateX(3px);
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .navigation-content .navigation-content__button--idustries .icon.icon-chevron--up, .navigation-content .navigation-content__button--idustries .chapter-nav__navigation ul.icon-chevron--up::after, .chapter-nav__navigation .navigation-content .navigation-content__button--idustries ul.icon-chevron--up::after {
    font-size: 0.8rem;
    transform: rotate(-90deg) translateX(3px);
  }
}

@media screen and (min-width: 1024px) {
  .navigation-content .navigation-content__button--idustries .icon.icon-chevron--down, .navigation-content .navigation-content__button--idustries .chapter-nav__navigation ul.icon-chevron--down::after, .chapter-nav__navigation .navigation-content .navigation-content__button--idustries ul.icon-chevron--down::after {
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin-left: 1rem;
    transform: translateX(3px);
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .navigation-content .navigation-content__button--idustries .icon.icon-chevron--down, .navigation-content .navigation-content__button--idustries .chapter-nav__navigation ul.icon-chevron--down::after, .chapter-nav__navigation .navigation-content .navigation-content__button--idustries ul.icon-chevron--down::after {
    font-size: 0.8rem;
    transform: rotate(90deg) translateX(3px);
  }
}

@media screen and (min-width: 1024px) {
  .navigation-content .navigation-content__button--idustries .icon.icon-search, .navigation-content .navigation-content__button--idustries .chapter-nav__navigation ul.icon-search::after, .chapter-nav__navigation .navigation-content .navigation-content__button--idustries ul.icon-search::after {
    font-size: 2.4rem;
  }
}

.navigation-content .navigation-content__button--close {
  background: none;
  border: none;
  color: #fff;
  display: none;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 4rem;
  top: 4rem;
  z-index: 3000;
}

.navigation-content .navigation-content__button--close:focus {
  outline: 3px solid #25a5bd;
}

@media screen and (min-width: 1024px) {
  .navigation-content .navigation-content__button--close {
    font-size: 4rem;
    display: block;
  }
}

.navigation-content .navigation-content__button--close .icon-close {
  display: block;
}

.navigation-content .navigation-content__button--close .icon-close-filled {
  display: none;
}

.navigation-content .navigation-content__button--close:hover .icon-close {
  display: none;
}

.navigation-content .navigation-content__button--close:hover .icon-close-filled {
  display: block;
}

.navigation-content .navigation-content__button--close .icon.icon-chevron--up, .navigation-content .navigation-content__button--close .chapter-nav__navigation ul.icon-chevron--up::after, .chapter-nav__navigation .navigation-content .navigation-content__button--close ul.icon-chevron--up::after {
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-left: 1rem;
  transform: translateX(3px);
}

@media screen and (min-width: 1024px) {
  .navigation-content .navigation-content__button--close .icon.icon-chevron--up, .navigation-content .navigation-content__button--close .chapter-nav__navigation ul.icon-chevron--up::after, .chapter-nav__navigation .navigation-content .navigation-content__button--close ul.icon-chevron--up::after {
    font-size: 0.8rem;
    transform: rotate(-90deg) translateX(3px);
  }
}

.navigation-content .navigation-content__button--close .icon.icon-chevron--down, .navigation-content .navigation-content__button--close .chapter-nav__navigation ul.icon-chevron--down::after, .chapter-nav__navigation .navigation-content .navigation-content__button--close ul.icon-chevron--down::after {
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-left: 1rem;
  transform: translateX(3px);
}

@media screen and (min-width: 1024px) {
  .navigation-content .navigation-content__button--close .icon.icon-chevron--down, .navigation-content .navigation-content__button--close .chapter-nav__navigation ul.icon-chevron--down::after, .chapter-nav__navigation .navigation-content .navigation-content__button--close ul.icon-chevron--down::after {
    font-size: 0.8rem;
    transform: rotate(90deg) translateX(3px);
  }
}

.navigation-content .navigation-content__button--close .icon.icon-search, .navigation-content .navigation-content__button--close .chapter-nav__navigation ul.icon-search::after, .chapter-nav__navigation .navigation-content .navigation-content__button--close ul.icon-search::after {
  font-size: 2.4rem;
}

.navigation-content__left {
  background-color: #021D44;
  opacity: 0;
  height: calc(100vh - 115px);
  left: 0;
  margin-top: -100vh;
  position: absolute;
  overflow: auto;
  top: 115px;
  transition: 0.5s;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .navigation-content__left {
    height: 100vh;
    top: 0;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
    overflow: visible;
    padding: 10rem 5.1% 2.5% 12.8%;
    width: 92.5vw;
  }
}

@media screen and (min-width: 1024px) {
  .navigation-content__left {
    padding: 10rem 13.2% 2.5% 11.1%;
    width: 92.5vw;
  }
}

@media screen and (min-width: 2800px) {
  .navigation-content__left {
    padding: 10rem 18.5rem 2.5% 17.7rem;
    width: 55.5vw;
  }
}

.navigation--meet-cora .navigation-content__left,
.navigation--solutions .navigation-content__left,
.navigation--industries .navigation-content__left,
.navigation--why-genpact .navigation-content__left,
.navigation--insights .navigation-content__left {
  opacity: 1;
  margin-top: 0;
}

.navigation-content__right {
  background-color: #021D44;
  opacity: 0;
  height: calc(100vh - 100px);
  margin-top: -100vh;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 2000;
}

@media screen and (min-width: 1024px) {
  .navigation-content__right {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
    padding: 8rem 0 2.5% 1%;
    width: 36.5vw;
    height: 100vh;
    overflow: hidden;
  }
  .navigation-content__right .browse-items {
    max-height: 80vh;
    overflow: hidden;
  }
  .navigation-content__right .browse-items.browse-items--contact {
    max-height: inherit;
  }
  .navigation-content__right .browse-items.browse-items--contact .browse-items__list {
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .navigation-content__right .browse-items.browse-items--careers {
    max-height: inherit;
  }
  .navigation-content__right .browse-items.browse-items--careers .browse-items__list {
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .navigation-content__right .browse-items.browse-items--languages {
    max-height: inherit;
  }
  .navigation-content__right .browse-items.browse-items--languages .browse-items__list {
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 1024px) {
  .navigation-content__right {
    width: 27vw;
  }
}

@media screen and (min-width: 2800px) {
  .navigation-content__right {
    width: 19vw;
  }
}

.navigation--contact .navigation-content__right {
  opacity: 1;
  margin-top: 100px;
}

@media screen and (min-width: 1024px) {
  .navigation--contact .navigation-content__right {
    margin-top: 0;
  }
}

.navigation--careers .navigation-content__right {
  opacity: 1;
  margin-top: 100px;
}

@media screen and (min-width: 1024px) {
  .navigation--careers .navigation-content__right {
    margin-top: 0;
  }
}

.navigation--languages .navigation-content__right {
  opacity: 1;
  margin-top: 100px;
}

@media screen and (min-width: 1024px) {
  .navigation--languages .navigation-content__right {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .navigation.navigation--active::after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.navigation.navigation--active .navigation-header__button--back {
  display: none;
}

.navigation.navigation--active .navigation-header__menus {
  display: flex;
}

.navigation.navigation--active .navigation-header__button--mobile-menu {
  display: none;
}

.navigation.navigation--active .navigation-header__button--mobile-close {
  display: block;
  font-size: 21px;
}

.navigation.navigation--active .navigation-header__button--mobile-close .icon-close {
  display: block;
}

.navigation.navigation--active .navigation-header__button--mobile-close .icon-close-filled {
  display: none;
}

.navigation.navigation--active .navigation-header__button--mobile-close:hover .icon-close {
  display: none;
}

.navigation.navigation--active .navigation-header__button--mobile-close:hover .icon-close-filled {
  display: block;
}

.navigation.navigation--active.navigation--contact {
  margin-top: 0;
}

.navigation.navigation--active.navigation--careers {
  margin-top: 0;
}

.navigation.navigation--active.navigation--languages {
  margin-top: 0;
}

.navigation.navigation--top-level-selected .navigation-header__left,
.navigation.navigation--top-level-selected .navigation-header__right {
  display: none;
}

@media screen and (min-width: 1024px) {
  .navigation.navigation--top-level-selected .navigation-header__left,
  .navigation.navigation--top-level-selected .navigation-header__right {
    display: flex;
  }
}

.navigation.navigation--top-level-selected .navigation-header__button--back {
  display: block;
}

.navigation.navigation--top-level-selected .navigation-header__logo--mobile {
  display: none;
}

@media screen and (min-width: 1024px) {
  .story-sidebar {
    padding: 7rem 0 0;
  }
}

.story-sidebar__flex-row {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .story-sidebar__flex-row {
    flex-flow: row nowrap;
    max-height: 30vh;
  }
}

@media screen and (min-width: 1024px) {
  .story-sidebar__items-container {
    height: 100%;
    overflow: auto;
  }
}

.story-sidebar__left-column {
  padding: 2rem 10% 5rem;
}

@media screen and (min-width: 1024px) {
  .story-sidebar__left-column {
    flex: 0 1 42%;
    padding: 0;
  }
}

@media screen and (max-height: 860px) {
  .story-sidebar__left-column {
    height: 75vh;
    overflow: auto;
  }
}

.story-sidebar__right-column {
  position: absolute;
  width: 100%;
  background-color: #021D44;
  padding: 2rem 10% 5rem;
}

@media screen and (min-width: 1024px) {
  .story-sidebar__right-column {
    position: relative;
    flex: 0 1 60%;
    height: 70vh;
    max-height: 70vh;
    overflow: hidden;
    padding: 0;
  }
}

.story-sidebar__header {
  font-family: display-egyptian-light, sans-serif;
  font-size: 2rem;
  font-weight: 100;
  line-height: 1.4;
  margin: 0 0 3.2rem;
}

@media screen and (min-width: 768px) {
  .story-sidebar__header {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 3rem;
    line-height: 1.33;
  }
  .tablet .story-sidebar__header {
    font-size: 2rem;
    line-height: 1;
  }
}

@media screen and (min-width: 1024px) {
  .story-sidebar__header {
    font-size: 3.4rem;
    font-weight: 100;
    line-height: 1.5;
    margin: 0 0 3.5rem;
  }
  .tablet .story-sidebar__header {
    font-size: 3rem;
    line-height: 1.2;
  }
}

.story-sidebar__cta {
  align-items: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding: 3.4rem 0;
  margin: 0 2rem 2rem;
  background-color: transparent;
  transition: background-color, margin, padding 0.3s linear;
  /* stylelint-enable */
}

.story-sidebar__cta:last-child {
  border-bottom: none;
}

.story-sidebar__cta span {
  max-width: 65%;
  margin-right: 10%;
}

@media screen and (min-width: 768px) {
  .story-sidebar__cta {
    border: none;
    padding: 0;
    position: relative;
    margin-bottom: 8rem;
    color: #fff;
    font-family: display-egyptian-thin, sans-serif;
    font-size: 3.6rem;
    font-weight: 100;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1024px) {
  .story-sidebar__cta {
    align-items: center;
    padding: 0 2rem;
  }
}

@media screen and (min-width: 768px) {
  .story-sidebar__cta:hover {
    background-color: #0e4c7a;
    color: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
    padding: 1.2rem 2rem 1.9rem;
    margin: 0 2rem 2rem;
  }
  .story-sidebar__cta:hover .icon, .story-sidebar__cta:hover .chapter-nav__navigation ul::after, .chapter-nav__navigation .story-sidebar__cta:hover ul::after {
    display: block;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .story-sidebar__cta:hover {
    margin: 0 2rem 2rem;
  }
}

.navigation-content__insights .story-sidebar__cta {
  color: #ff555f;
  display: flex;
  justify-content: flex-start;
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.56;
  margin: 0 0 8rem;
  padding: 0;
}

.navigation-content__insights .story-sidebar__cta:hover {
  color: white;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0 0 8rem;
}

.navigation-content__insights .story-sidebar__cta:hover .icon, .navigation-content__insights .story-sidebar__cta:hover .chapter-nav__navigation ul::after, .chapter-nav__navigation .navigation-content__insights .story-sidebar__cta:hover ul::after {
  padding-right: 0;
}

.navigation-content__insights .story-sidebar__cta:active {
  color: white;
}

@media screen and (min-width: 1024px) {
  .navigation-content__insights .story-sidebar__cta {
    color: #ff555f;
    display: flex;
    justify-content: flex-start;
    font-family: display-egyptian-light, sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 2;
    padding: 0 2rem;
  }
  .navigation-content__insights .story-sidebar__cta .story-sidebar__cta-button {
    margin-left: 2.5rem;
  }
}

.navigation-content__meet-cora .story-sidebar__cta {
  color: #ff555f;
  display: flex;
  justify-content: flex-start;
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.56;
  margin: 0 0 8rem;
  padding: 0;
}

.navigation-content__meet-cora .story-sidebar__cta:hover {
  color: white;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0 0 8rem;
}

.navigation-content__meet-cora .story-sidebar__cta:hover .icon, .navigation-content__meet-cora .story-sidebar__cta:hover .chapter-nav__navigation ul::after, .chapter-nav__navigation .navigation-content__meet-cora .story-sidebar__cta:hover ul::after {
  padding-right: 0;
}

.navigation-content__meet-cora .story-sidebar__cta:active {
  color: white;
}

@media screen and (min-width: 1024px) {
  .navigation-content__meet-cora .story-sidebar__cta {
    color: #ff555f;
    display: flex;
    justify-content: flex-start;
    font-family: display-egyptian-light, sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 2;
    padding: 0 2rem;
  }
  .navigation-content__meet-cora .story-sidebar__cta .story-sidebar__cta-button {
    margin-left: 2.5rem;
  }
}

.navigation-content__why-genpact .story-sidebar__cta {
  color: #ff555f;
  display: flex;
  justify-content: flex-start;
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.56;
  margin: 0 0 8rem;
  padding: 0;
}

.navigation-content__why-genpact .story-sidebar__cta:hover {
  color: white;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0 0 8rem;
}

.navigation-content__why-genpact .story-sidebar__cta:hover .icon, .navigation-content__why-genpact .story-sidebar__cta:hover .chapter-nav__navigation ul::after, .chapter-nav__navigation .navigation-content__why-genpact .story-sidebar__cta:hover ul::after {
  padding-right: 0;
}

.navigation-content__why-genpact .story-sidebar__cta:active {
  color: white;
}

@media screen and (min-width: 1024px) {
  .navigation-content__why-genpact .story-sidebar__cta {
    color: #ff555f;
    display: flex;
    justify-content: flex-start;
    font-family: display-egyptian-light, sans-serif;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 2;
    padding: 0 2rem;
  }
  .navigation-content__why-genpact .story-sidebar__cta .story-sidebar__cta-button {
    margin-left: 2.5rem;
  }
}

.story-sidebar__cta-button {
  cursor: pointer;
}

.category-sidebar__flex-row {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .category-sidebar__flex-row {
    flex-flow: row nowrap;
  }
}

@media screen and (min-width: 1024px) {
  .category-sidebar__items-container {
    height: 100%;
    overflow: auto;
  }
}

.category-sidebar__left-column {
  padding: 1rem 10% 0;
}

@media screen and (min-width: 1024px) {
  .category-sidebar__left-column {
    flex: 0 1 58%;
    padding: 0;
    height: 100%;
  }
}

@media screen and (max-height: 715px) and (min-width: 1024px) {
  .category-sidebar__left-column {
    height: 65vh;
    max-height: 65vh;
    overflow: hidden;
  }
  .navigation-content__meet-cora .category-sidebar__left-column {
    height: 60vh;
    max-height: 60vh;
  }
}

@media screen and (min-height: 719px) and (max-height: 860px) and (min-width: 1024px) {
  .category-sidebar__left-column {
    height: 75vh;
    max-height: 75vh;
    overflow: hidden;
  }
  .navigation-content__meet-cora .category-sidebar__left-column {
    height: 45vh;
    max-height: 45vh;
  }
}

.category-sidebar__right-column {
  position: absolute;
  width: 100%;
  background-color: #021D44;
  padding: 2rem 10% 5rem;
}

.category-sidebar__right-column .category-sidebar__headline {
  margin: 0;
  padding: 0;
  font-style: 0;
}

@media screen and (min-width: 1024px) {
  .category-sidebar__right-column {
    position: relative;
    display: block;
    flex: 0 1 42%;
    padding: 0;
    height: 70vh;
    max-height: 70vh;
    overflow: hidden;
  }
  .navigation-content__meet-cora .category-sidebar__right-column,
  .browse-items--digital-transformation .category-sidebar__right-column {
    height: calc(75vh - 200px);
    max-height: calc(75vh - 200px);
  }
}

.category-sidebar__headline {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
  line-height: 2.15;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .category-sidebar__headline {
    margin-bottom: 2.6rem;
  }
}

@media screen and (min-width: 900px) {
  .category-sidebar__headline {
    margin-bottom: 1.5rem;
  }
}

.category-sidebar__item {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding: 2rem 0 1.9rem;
  background-color: transparent;
  transition: background-color box-shadow 0.2s linear;
  /* stylelint-disable */
  /* stylelint-enable */
}

@media screen and (min-width: 1024px) {
  .category-sidebar__item {
    padding: 2rem 1.3rem 1.9rem;
    margin: 0 2rem;
  }
}

.category-sidebar__item .icon, .category-sidebar__item .chapter-nav__navigation ul::after, .chapter-nav__navigation .category-sidebar__item ul::after {
  display: block;
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  .category-sidebar__item .icon, .category-sidebar__item .chapter-nav__navigation ul::after, .chapter-nav__navigation .category-sidebar__item ul::after {
    display: none;
    font-size: 3rem;
  }
}

.category-sidebar__item:last-child {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .category-sidebar__item {
    border: none;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .category-sidebar__item:hover, .category-sidebar__item.category-sidebar__item--active {
    background-color: #0e4c7a;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
  .category-sidebar__item:hover .icon, .category-sidebar__item:hover .chapter-nav__navigation ul::after, .chapter-nav__navigation .category-sidebar__item:hover ul::after, .category-sidebar__item.category-sidebar__item--active .icon, .category-sidebar__item.category-sidebar__item--active .chapter-nav__navigation ul::after, .chapter-nav__navigation .category-sidebar__item.category-sidebar__item--active ul::after {
    display: block;
    padding-right: 1rem;
  }
}

.category-sidebar__item.category-sidebar__item--active .category-sidebar__item-description {
  max-height: 100%;
}

.category-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .category-sidebar__list.category-sidebar__list--active .category-sidebar__item {
    opacity: 0.5;
  }
}

@media screen and (min-width: 1024px) {
  .category-sidebar__list.category-sidebar__list--active .category-sidebar__item--active {
    opacity: 1;
  }
}

.category-sidebar__item-title {
  align-items: center;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  justify-content: space-between;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .category-sidebar__item-title {
    font-family: display-egyptian-thin, sans-serif;
    font-size: 3.6rem;
    font-weight: 100;
    justify-content: space-between;
    line-height: 1.5;
    padding: 0;
  }
}

.category-sidebar__item-description {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .category-sidebar__item-description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s linear;
  }
}

.category-sidebar.category-sidebar--active-selection .category-sidebar__left-column {
  display: none;
}

@media screen and (min-width: 1024px) {
  .category-sidebar.category-sidebar--active-selection .category-sidebar__left-column {
    display: block;
  }
}

.category-sidebar.category-sidebar--active-selection .category-sidebar__right-column {
  display: block;
}

.browse-items {
  padding: 0 0 5rem;
}

.browse-items:not(.browse-items--contact) {
  min-height: auto;
}

.browse-items:not(.browse-items--careers) {
  min-height: auto;
}

.browse-items:not(.browse-items--languages) {
  min-height: auto;
}

@media screen and (min-width: 768px) {
  .browse-items {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .browse-items {
    padding: 0 0 0 7%;
  }
}

.browse-items__headline {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.7px;
  margin: 0 0 4rem;
  padding-bottom: 3.4rem;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .browse-items__headline {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    margin: 0 20% 4rem 0;
    padding-bottom: 4rem;
  }
}

.browse-items__list {
  column-count: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 275px) {
  .browse-items__list {
    column-count: 1;
  }
}

@media screen and (min-width: 1024px) {
  .browse-items__list {
    column-count: 2;
  }
}

@media screen and (min-height: 861px) {
  .browse-items__list {
    overflow-y: auto;
  }
}

@media screen and (min-width: 1024px) {
  .browse-items__list {
    height: 50vh;
    padding-bottom: 180px;
  }
}

.browse-items__item-title {
  color: #fff;
  font-family: display-egyptian-light, sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 7px;
}

@media screen and (min-width: 768px) {
  .browse-items__item-title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 900px) {
  .browse-items__item-title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 1024px) {
  .browse-items__item-title {
    display: block;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 1240px) {
  .browse-items__item-title {
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 1440px) {
  .browse-items__item-title {
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 7px;
  }
}

@media screen and (min-width: 1900px) {
  .browse-items__item-title {
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 7px;
  }
}

.browse-items__item-title--active {
  color: #01a2c1;
}

.browse-items__view-all-button {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.6rem;
  justify-content: space-between;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 30px 0 0;
  position: relative;
  text-align: left;
  width: 100%;
  line-height: 1.3 !important;
}

@media screen and (min-width: 275px) {
  .browse-items__view-all-button {
    line-height: 1.3 !important;
  }
}

@media screen and (min-width: 1024px) {
  .browse-items__view-all-button {
    line-height: 1.3 !important;
  }
}

.browse-items__view-all-button:hover {
  color: #01a2c1;
}

@media screen and (min-width: 1024px) {
  .browse-items__view-all-button {
    margin-right: 2rem;
  }
}

.browse-items__item {
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .browse-items__item {
    margin-right: 2rem;
  }
  .browse-items__item:last-child {
    margin-bottom: 200px;
  }
}

.browse-items__item:hover {
  /* stylelint-disable */
  /* stylelint-enable */
}

@media screen and (min-width: 1024px) {
  .browse-items__item:hover::after {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .browse-items__item:hover .browse-items__item-title {
    color: #01a2c1;
  }
}

.browse-items__item.browse-items__item--active {
  /* stylelint-disable */
  /* stylelint-enable */
}

@media screen and (min-width: 1024px) {
  .browse-items__item.browse-items__item--active::after {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .browse-items__item.browse-items__item--active .browse-items__item-title {
    color: #01a2c1;
  }
}

.browse-items__item-description {
  font-family: display-sans-light, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .browse-items__item-description {
    font-size: 2.0rem;
    line-height: 1.96;
  }
}

@media screen and (min-width: 1024px) {
  .browse-items.browse-items--contact {
    position: relative;
    margin: 2em auto 0;
    padding: 0;
  }
  .browse-items.browse-items--contact .browse-items__list {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .browse-items.browse-items--contact .browse-items__item-title {
    line-height: 1.8;
  }
}

@media screen and (min-width: 1024px) {
  .browse-items.browse-items--careers {
    position: relative;
    margin: 2em auto 0;
    padding: 0;
  }
  .browse-items.browse-items--careers .browse-items__list {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .browse-items.browse-items--careers .browse-items__item-title {
    line-height: 1.8;
  }
}

@media screen and (min-width: 1024px) {
  .browse-items.browse-items--languages {
    position: relative;
    margin: 2em auto 0;
    padding: 0;
  }
  .browse-items.browse-items--languages .browse-items__list {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .browse-items.browse-items--languages .browse-items__item-title {
    line-height: 1.8;
  }
}

.browse-items--why-genpact,
.browse-items--insights,
.mobile--hidden {
  display: none;
}

.browse-items--why-genpact.browse-items--insights,
.browse-items--insights.browse-items--insights,
.mobile--hidden.browse-items--insights {
  display: block;
}

.browse-items--why-genpact.browse-items--why-genpact,
.browse-items--insights.browse-items--why-genpact,
.mobile--hidden.browse-items--why-genpact {
  display: block;
}

.browse-items--why-genpact.browse-items--contact,
.browse-items--insights.browse-items--contact,
.mobile--hidden.browse-items--contact {
  display: block;
}

.browse-items--why-genpact.browse-items--careers,
.browse-items--insights.browse-items--careers,
.mobile--hidden.browse-items--careers {
  display: block;
}

.browse-items--why-genpact.browse-items--languages,
.browse-items--insights.browse-items--languages,
.mobile--hidden.browse-items--languages {
  display: block;
}

.navigation-intro {
  padding: 0 10%;
  padding-bottom: 3rem;
}

@media screen and (min-width: 1024px) {
  .navigation-intro {
    padding: 50px 26px 0;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .navigation-intro .story-sidebar__header {
    margin: 0;
  }
  .navigation-intro-left {
    width: 58%;
  }
  .navigation-intro-right {
    width: 42%;
    padding-left: 7%;
  }
}

.navigation-intro .story-sidebar__cta {
  margin: 0;
  width: 240px;
  padding: 0;
}

.navigation-intro .story-sidebar__cta:hover, .navigation-intro .story-sidebar__cta:focus {
  margin: 0;
  padding: 0;
}

.navigation-intro .story-sidebar__cta:focus {
  outline: 3px solid #25a5bd;
}

@media screen and (min-width: 1024px) {
  .navigation-intro .story-sidebar__cta {
    width: 260px;
  }
}

@media screen and (min-width: 1024px) {
  /*
  == malihu jquery custom scrollbar plugin ==
  Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
  */
  /*
  CONTENTS:
    1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
    2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
    3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
    4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
    5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
    6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
      6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
  */
  /*
  ------------------------------------------------------------------------------------------------------------------------
  1. BASIC STYLE
  ------------------------------------------------------------------------------------------------------------------------
  */
  .mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
    /* direct pointer events to js */
  }
  .mCustomScrollbar.mCS_no_scrollbar,
  .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
  }
  .mCustomScrollBox {
    /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
  }
  .mCSB_container {
    /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
  }
  /*
  ------------------------------------------------------------------------------------------------------------------------
  2. VERTICAL SCROLLBAR
  y-axis
  ------------------------------------------------------------------------------------------------------------------------
  */
  .mCSB_inside > .mCSB_container {
    margin-right: 30px;
  }
  .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
  }
  /* non-visible scrollbar */
  .mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
  }
  .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
  }
  /* RTL direction/left-side scrollbar */
  .mCSB_scrollTools {
    /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .mCSB_outside + .mCSB_scrollTools {
    right: -26px;
  }
  /* scrollbar position: outside */
  .mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
  .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
  }
  .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px;
  }
  /* RTL direction/left-side scrollbar (scrollbar position: outside) */
  .mCSB_scrollTools .mCSB_draggerContainer {
    /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
  }
  .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
  .mCSB_scrollTools .mCSB_dragger {
    /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px;
    /* minimum dragger height */
    z-index: 1;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
  }
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    /* auto-expanded scrollbar */
  }
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px;
    /* auto-expanded scrollbar */
  }
  .mCSB_scrollTools .mCSB_buttonUp,
  .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
  }
  .mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0;
  }
  /*
  ------------------------------------------------------------------------------------------------------------------------
  3. HORIZONTAL SCROLLBAR
  x-axis
  ------------------------------------------------------------------------------------------------------------------------
  */
  .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
  }
  .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
  }
  /* non-visible scrollbar */
  .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
  .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px;
  }
  /* scrollbar position: outside */
  .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    /* minimum dragger width */
    height: 100%;
    left: 0;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
  }
  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    /* auto-expanded scrollbar */
    margin: 2px auto;
  }
  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    /* auto-expanded scrollbar */
    margin: 4px 0;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
  }
  /*
  ------------------------------------------------------------------------------------------------------------------------
  4. VERTICAL AND HORIZONTAL SCROLLBARS
  yx-axis
  ------------------------------------------------------------------------------------------------------------------------
  */
  .mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px;
  }
  .mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px;
  }
  /* non-visible horizontal scrollbar */
  .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
  }
  /* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
  .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
  .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
  }
  /* RTL direction/left-side scrollbar */
  .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
  }
  /* non-visible scrollbar/RTL direction/left-side scrollbar */
  .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
  }
  .mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
  }
  .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
  }
  .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
  }
  .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    /* non-visible scrollbar */
    margin-left: 0;
  }
  /* non-visible horizontal scrollbar */
  .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
  }
  /*
  ------------------------------------------------------------------------------------------------------------------------
  5. TRANSITIONS
  ------------------------------------------------------------------------------------------------------------------------
  */
  .mCSB_scrollTools,
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_buttonUp,
  .mCSB_scrollTools .mCSB_buttonDown,
  .mCSB_scrollTools .mCSB_buttonLeft,
  .mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  }
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
  .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
  .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  }
  /*
  ------------------------------------------------------------------------------------------------------------------------
  6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
  ------------------------------------------------------------------------------------------------------------------------
  */
  /*
    ----------------------------------------
    6.1 THEMES
    ----------------------------------------
    */
  /* theme: "dark" */
  .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #01063A;
    background-color: rgba(1, 6, 58, 0.75);
  }
  .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(1, 6, 58, 0.85);
  }
  .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(1, 6, 58, 0.9);
  }
  .mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
  }
  .mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
  }
  .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
  }
  .mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
  }
}

.author {
  margin-bottom: 2.4rem;
}

@media screen and (min-width: 768px) {
  .author {
    margin-bottom: 5rem;
  }
}

.author__images {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin-right: 0.8rem;
}

.author__image {
  border-radius: 50%;
  height: auto;
  width: 4rem;
  position: relative;
  z-index: 15;
}

@media screen and (min-width: 768px) {
  .author__image {
    width: 6.4rem;
  }
}

.author__image:nth-child(2n) {
  margin-left: -15px;
  z-index: 14;
}

@media screen and (min-width: 768px) {
  .author__image:nth-child(2n) {
    margin-left: -20px;
  }
}

.author__image:nth-child(3) {
  margin-left: -15px;
  z-index: 13;
}

@media screen and (min-width: 768px) {
  .author__image:nth-child(3) {
    margin-left: -20px;
  }
}

.author__image:nth-child(4) {
  margin-left: -15px;
  z-index: 12;
}

@media screen and (min-width: 768px) {
  .author__image:nth-child(4) {
    margin-left: -20px;
  }
}

.author__image:nth-child(5) {
  margin-left: -15px;
  z-index: 11;
}

@media screen and (min-width: 768px) {
  .author__image:nth-child(5) {
    margin-left: -20px;
  }
}

.author__flex-row {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.author__name {
  color: #484c46;
  display: block;
  font-family: display-sans-semibold, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 1.43;
  max-width: 19rem;
}

.icon, .chapter-nav__navigation ul::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  cursor: pointer;
  font-family: genpact-icon-library !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close-filled::before {
  content: '\E91B';
}

.icon-plus-filled::before {
  content: '\E91C';
}

.icon-share-filled::before {
  content: '\E91C';
}

.icon-hamburger::before {
  content: '\E919';
}

.icon-saved::before {
  content: '\E91A';
}

.icon-facebook::before {
  content: '\E917';
}

.icon-twitter::before {
  content: '\E918';
}

.icon-close::before {
  content: '\E916';
}

.new-close::before {
  content: '\E916' !important;
}

.icon-email::before {
  content: '\E914';
}

.icon-linkedin::before {
  content: '\E915';
}

.icon-ticket::before {
  content: '\E910';
}

.icon-comment::before {
  content: '\E911';
}

.icon-robot::before {
  content: '\E912';
}

.icon-close-btn::before {
  content: '\E900';
}

.icon-chat::before {
  content: '\E901';
}

.icon-download::before {
  content: '\E902';
}

.icon-full-screen::before {
  content: '\E903';
}

.icon-left-arrow::before {
  content: '\E904';
}

.icon-right-arrow::before {
  content: '\E913';
}

.icon-filter::before {
  content: '\E905';
}

.icon-rotate::before {
  content: '\E906';
}

.icon-link::before {
  content: '\E907';
}

.icon-module::before {
  content: '\E908';
}

.icon-compass::before {
  content: '\E909';
}

.icon-play::before {
  content: '\E90A';
}

.icon-plus::before {
  content: '\E90B';
}

.icon-share::before {
  content: '\E90B';
}

.icon-search::before {
  content: '\E90C';
}

.icon-send::before {
  content: '\E90D';
}

.icon-chevron::before {
  content: '\E90E';
}

.icon-trash::before {
  content: '\E90F';
}

/*
 * Colors
 */
/* Primary */
/* Greys */
/* Secondary */
/*
 * Breakpoints
 */
/*
 * Grid
 */
/*
 * Colors
 */
/* Primary */
/* Greys */
/* Secondary */
/*
 * Breakpoints
 */
/*
 * Grid
 */
/*
 * Colors
 */
/* Primary */
/* Greys */
/* Secondary */
/*
 * Breakpoints
 */
/*
 * Grid
 */
/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-LFHIXO     
*/
@font-face {
  font-family: "Guardian Sans Bold";
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.GuardianSans-Bold, .tag, .load-more__text {
  font-family: "Guardian Sans Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Guardian Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegular.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegularIt.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMedium.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMediumIt.woff") format("woff");
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-TPUDVO     
*/
@font-face {
  font-family: "Guardian Egyptian Black-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

.EgypBlack-Italic {
  font-family: "Guardian Egyptian Black-Italic";
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Black";
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

.EgypBlack {
  font-family: "Guardian Egyptian Black";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -BoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-BoldItalic {
  font-family: "Guardian Egyptian -BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -Bold";
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-Bold {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-SemiBoldItalic {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBold";
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-SemiBold {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypMedium-Italic {
  font-family: "Guardian Egyptian Medium-Italic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypMedium {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypRegular-Italic {
  font-family: "Guardian Egyptian Regular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular";
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypRegular {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

.EgypLight-Italic {
  font-family: "Guardian Egyptian Light-Italic";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.EgypLight {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

.EgypThin-Italic {
  font-family: "Guardian Egyptian Thin-Italic";
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

.EgypThin {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

.EgypHairline-Italic {
  font-family: "Guardian Egyptian Hairline-Italic";
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline";
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

.EgypHairline {
  font-family: "Guardian Egyptian Hairline";
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextBlack-Italic {
  font-family: "Guardian Egyptian TextBlack-Italic";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack";
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextBlack {
  font-family: "Guardian Egyptian TextBlack";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-BoldItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-BoldItalic {
  font-family: "Guardian Egyptian Text-BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Bold";
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Bold {
  font-family: "Guardian Egyptian Text-Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-MediumItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-MediumItalic {
  font-family: "Guardian Egyptian Text-MediumItalic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Medium";
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Medium {
  font-family: "Guardian Egyptian Text-Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextRegular-Italic {
  font-family: "Guardian Egyptian TextRegular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular";
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextRegular {
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-semibold";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-light";
  src: url("/a/dist/fonts/GdnSanDS2Lig.eot");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "genpact-icon-library";
  src: url("/a/dist/fonts/genpact-icon-library.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "photograph-signature";
  src: url("/a/dist/fonts/Photograph-Signature.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.searchBar-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  /*TODO: is it possible to scale it off screen size % of vw or vh?*/
  padding-top: 125px;
}

@media screen and (min-width: 768px) {
  .searchBar-container {
    padding-top: 160px;
  }
}

@media screen and (min-width: 900px) {
  .searchBar-container {
    padding-top: 250px;
  }
}

.searchBar-container .searchBar .input-search-loading {
  background-color: #ffffff;
  background-image: url("/a/dist/img/fancy-loading.gif");
  background-size: 50px 50px;
  background-position: right center;
  background-repeat: no-repeat;
}

.searchBar-container .searchBar .searchBar-label {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.searchBar-container .searchBar .searchBar-inputContainer {
  position: relative;
}

.searchBar-container .searchBar .searchBar-inputContainer .searchBar-input {
  font-family: display-egyptian-light, sans-serif;
  line-height: 1.33;
  font-size: 30px;
  width: 100%;
  background-color: #031a34;
  color: #ff555f;
  border: none;
  border-bottom: 1px solid #ff555f;
  padding-bottom: 9px;
  padding-right: 30px;
}

@media screen and (min-width: 900px) {
  .searchBar-container .searchBar .searchBar-inputContainer .searchBar-input {
    font-family: display-egyptian-thin, sans-serif;
    font-weight: 100;
    font-size: 70px;
    line-height: 1.29;
  }
}

@media screen and (min-width: 275px) {
  .searchBar-container .searchBar .searchBar-inputContainer .searchBar-input {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .searchBar-container .searchBar .searchBar-inputContainer .searchBar-input {
    font-family: display-egyptian-light, sans-serif;
    line-height: 1.33;
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) and (min-width: 900px) {
  .searchBar-container .searchBar .searchBar-inputContainer .searchBar-input {
    font-family: display-egyptian-thin, sans-serif;
    font-weight: 100;
    font-size: 70px;
    line-height: 1.29;
  }
}

.searchBar-container .searchBar .searchBar-inputContainer .searchBar-input:focus {
  outline: none;
}

.searchBar-container .searchBar .searchBar-inputContainer .searchBar-input::placeholder {
  color: #ff555f;
}

.searchBar-container .searchBar .searchBar-inputContainer > i.icon {
  font-family: display-egyptian-light, sans-serif;
  position: absolute;
  font-size: 20px;
  line-height: 1.8;
  right: 0;
  top: 0;
  color: #ff555f;
}

/*
 * Colors
 */
/* Primary */
/* Greys */
/* Secondary */
/*
 * Breakpoints
 */
/*
 * Grid
 */
/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-LFHIXO     
*/
@font-face {
  font-family: "Guardian Sans Bold";
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.GuardianSans-Bold, .tag, .load-more__text {
  font-family: "Guardian Sans Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Guardian Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegular.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegularIt.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMedium.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMediumIt.woff") format("woff");
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-TPUDVO     
*/
@font-face {
  font-family: "Guardian Egyptian Black-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

.EgypBlack-Italic {
  font-family: "Guardian Egyptian Black-Italic";
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Black";
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

.EgypBlack {
  font-family: "Guardian Egyptian Black";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -BoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-BoldItalic {
  font-family: "Guardian Egyptian -BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -Bold";
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-Bold {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-SemiBoldItalic {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBold";
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-SemiBold {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypMedium-Italic {
  font-family: "Guardian Egyptian Medium-Italic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypMedium {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypRegular-Italic {
  font-family: "Guardian Egyptian Regular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular";
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypRegular {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

.EgypLight-Italic {
  font-family: "Guardian Egyptian Light-Italic";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.EgypLight {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

.EgypThin-Italic {
  font-family: "Guardian Egyptian Thin-Italic";
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

.EgypThin {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

.EgypHairline-Italic {
  font-family: "Guardian Egyptian Hairline-Italic";
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline";
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

.EgypHairline {
  font-family: "Guardian Egyptian Hairline";
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextBlack-Italic {
  font-family: "Guardian Egyptian TextBlack-Italic";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack";
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextBlack {
  font-family: "Guardian Egyptian TextBlack";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-BoldItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-BoldItalic {
  font-family: "Guardian Egyptian Text-BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Bold";
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Bold {
  font-family: "Guardian Egyptian Text-Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-MediumItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-MediumItalic {
  font-family: "Guardian Egyptian Text-MediumItalic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Medium";
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Medium {
  font-family: "Guardian Egyptian Text-Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextRegular-Italic {
  font-family: "Guardian Egyptian TextRegular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular";
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextRegular {
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-semibold";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-light";
  src: url("/a/dist/fonts/GdnSanDS2Lig.eot");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "genpact-icon-library";
  src: url("/a/dist/fonts/genpact-icon-library.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "photograph-signature";
  src: url("/a/dist/fonts/Photograph-Signature.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

/*
 * Colors
 */
/* Primary */
/* Greys */
/* Secondary */
/*
 * Breakpoints
 */
/*
 * Grid
 */
/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-LFHIXO     
*/
@font-face {
  font-family: "Guardian Sans Bold";
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.GuardianSans-Bold, .tag, .load-more__text {
  font-family: "Guardian Sans Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Guardian Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegular.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegularIt.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMedium.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMediumIt.woff") format("woff");
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-TPUDVO     
*/
@font-face {
  font-family: "Guardian Egyptian Black-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

.EgypBlack-Italic {
  font-family: "Guardian Egyptian Black-Italic";
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Black";
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

.EgypBlack {
  font-family: "Guardian Egyptian Black";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -BoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-BoldItalic {
  font-family: "Guardian Egyptian -BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -Bold";
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-Bold {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-SemiBoldItalic {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBold";
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-SemiBold {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypMedium-Italic {
  font-family: "Guardian Egyptian Medium-Italic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypMedium {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypRegular-Italic {
  font-family: "Guardian Egyptian Regular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular";
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypRegular {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

.EgypLight-Italic {
  font-family: "Guardian Egyptian Light-Italic";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.EgypLight {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

.EgypThin-Italic {
  font-family: "Guardian Egyptian Thin-Italic";
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

.EgypThin {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

.EgypHairline-Italic {
  font-family: "Guardian Egyptian Hairline-Italic";
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline";
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

.EgypHairline {
  font-family: "Guardian Egyptian Hairline";
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextBlack-Italic {
  font-family: "Guardian Egyptian TextBlack-Italic";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack";
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextBlack {
  font-family: "Guardian Egyptian TextBlack";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-BoldItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-BoldItalic {
  font-family: "Guardian Egyptian Text-BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Bold";
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Bold {
  font-family: "Guardian Egyptian Text-Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-MediumItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-MediumItalic {
  font-family: "Guardian Egyptian Text-MediumItalic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Medium";
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Medium {
  font-family: "Guardian Egyptian Text-Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextRegular-Italic {
  font-family: "Guardian Egyptian TextRegular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular";
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextRegular {
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-semibold";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-light";
  src: url("/a/dist/fonts/GdnSanDS2Lig.eot");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "genpact-icon-library";
  src: url("/a/dist/fonts/genpact-icon-library.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "photograph-signature";
  src: url("/a/dist/fonts/Photograph-Signature.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

/*
 * Colors
 */
/* Primary */
/* Greys */
/* Secondary */
/*
 * Breakpoints
 */
/*
 * Grid
 */
/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-LFHIXO     
*/
@font-face {
  font-family: "Guardian Sans Bold";
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.GuardianSans-Bold, .tag, .load-more__text {
  font-family: "Guardian Sans Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Guardian Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegular.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegularIt.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMedium.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMediumIt.woff") format("woff");
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-TPUDVO     
*/
@font-face {
  font-family: "Guardian Egyptian Black-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

.EgypBlack-Italic {
  font-family: "Guardian Egyptian Black-Italic";
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Black";
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

.EgypBlack {
  font-family: "Guardian Egyptian Black";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -BoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-BoldItalic {
  font-family: "Guardian Egyptian -BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -Bold";
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-Bold {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-SemiBoldItalic {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBold";
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-SemiBold {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypMedium-Italic {
  font-family: "Guardian Egyptian Medium-Italic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypMedium {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypRegular-Italic {
  font-family: "Guardian Egyptian Regular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular";
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypRegular {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

.EgypLight-Italic {
  font-family: "Guardian Egyptian Light-Italic";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.EgypLight {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

.EgypThin-Italic {
  font-family: "Guardian Egyptian Thin-Italic";
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

.EgypThin {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

.EgypHairline-Italic {
  font-family: "Guardian Egyptian Hairline-Italic";
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline";
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

.EgypHairline {
  font-family: "Guardian Egyptian Hairline";
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextBlack-Italic {
  font-family: "Guardian Egyptian TextBlack-Italic";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack";
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextBlack {
  font-family: "Guardian Egyptian TextBlack";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-BoldItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-BoldItalic {
  font-family: "Guardian Egyptian Text-BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Bold";
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Bold {
  font-family: "Guardian Egyptian Text-Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-MediumItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-MediumItalic {
  font-family: "Guardian Egyptian Text-MediumItalic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Medium";
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Medium {
  font-family: "Guardian Egyptian Text-Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextRegular-Italic {
  font-family: "Guardian Egyptian TextRegular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular";
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextRegular {
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-semibold";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-light";
  src: url("/a/dist/fonts/GdnSanDS2Lig.eot");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "genpact-icon-library";
  src: url("/a/dist/fonts/genpact-icon-library.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "photograph-signature";
  src: url("/a/dist/fonts/Photograph-Signature.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.searchResults-categories {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: visible;
  padding-left: 4rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (min-width: 275px) {
  .searchResults-categories {
    flex-wrap: wrap;
    overflow-x: auto;
    flex-direction: column;
  }
}

@media screen and (min-width: 900px) {
  .searchResults-categories {
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: auto;
  }
}

.searchResults-categories li {
  flex-basis: 150px;
  font-family: display-egyptian-light, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  color: #3b3c43;
  cursor: pointer;
  margin-right: 50px;
}

@media screen and (min-width: 275px) {
  .searchResults-categories li {
    flex-basis: 50px;
  }
}

@media screen and (min-width: 900px) {
  .searchResults-categories li {
    flex-basis: 150px;
    flex-wrap: wrap;
    overflow-x: visible;
    margin-right: 0;
    font-size: 24px;
  }
}

.searchResults-categories li .searchResults-categoriesTotal {
  font-size: 16px;
  font-style: italic;
  line-height: 2px;
  color: #ee000e;
  vertical-align: super;
}

.searchResults-categories li > div {
  display: inline-block;
  padding-bottom: 8px;
}

@media screen and (min-width: 900px) {
  .searchResults-categories li > div {
    padding-bottom: 14px;
  }
}

.searchResults-categories li.active > div {
  color: #ee000e;
  border-bottom: 4px solid #ff555f;
}

.searchResults-categories li:hover {
  color: #ee000e;
}

.searchResults-categories li:last-child {
  padding-right: 4rem;
}

/*
 * Colors
 */
/* Primary */
/* Greys */
/* Secondary */
/*
 * Breakpoints
 */
/*
 * Grid
 */
.searchResults-features, .searchResults-results {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media screen and (min-width: 900px) {
  .searchResults-features, .searchResults-results {
    padding-top: 60px;
  }
}

.searchResults-features > li, .searchResults-results > li {
  padding-top: 40px;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (min-width: 275px) {
  .searchResults-features > li, .searchResults-results > li {
    padding-top: 10px;
  }
}

@media screen and (min-width: 900px) {
  .searchResults-features > li, .searchResults-results > li {
    padding-top: 60px;
  }
}

/*
 * Colors
 */
/* Primary */
/* Greys */
/* Secondary */
/*
 * Breakpoints
 */
/*
 * Grid
 */
/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-LFHIXO     
*/
@font-face {
  font-family: "Guardian Sans Bold";
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.GuardianSans-Bold, .tag, .load-more__text {
  font-family: "Guardian Sans Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Guardian Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegular.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegularIt.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMedium.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMediumIt.woff") format("woff");
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-TPUDVO     
*/
@font-face {
  font-family: "Guardian Egyptian Black-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

.EgypBlack-Italic {
  font-family: "Guardian Egyptian Black-Italic";
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Black";
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

.EgypBlack {
  font-family: "Guardian Egyptian Black";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -BoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-BoldItalic {
  font-family: "Guardian Egyptian -BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -Bold";
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-Bold {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-SemiBoldItalic {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBold";
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-SemiBold {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypMedium-Italic {
  font-family: "Guardian Egyptian Medium-Italic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypMedium {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypRegular-Italic {
  font-family: "Guardian Egyptian Regular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular";
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypRegular {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

.EgypLight-Italic {
  font-family: "Guardian Egyptian Light-Italic";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.EgypLight {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

.EgypThin-Italic {
  font-family: "Guardian Egyptian Thin-Italic";
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

.EgypThin {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

.EgypHairline-Italic {
  font-family: "Guardian Egyptian Hairline-Italic";
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline";
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

.EgypHairline {
  font-family: "Guardian Egyptian Hairline";
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextBlack-Italic {
  font-family: "Guardian Egyptian TextBlack-Italic";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack";
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextBlack {
  font-family: "Guardian Egyptian TextBlack";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-BoldItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-BoldItalic {
  font-family: "Guardian Egyptian Text-BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Bold";
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Bold {
  font-family: "Guardian Egyptian Text-Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-MediumItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-MediumItalic {
  font-family: "Guardian Egyptian Text-MediumItalic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Medium";
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Medium {
  font-family: "Guardian Egyptian Text-Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextRegular-Italic {
  font-family: "Guardian Egyptian TextRegular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular";
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextRegular {
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-semibold";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-light";
  src: url("/a/dist/fonts/GdnSanDS2Lig.eot");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "genpact-icon-library";
  src: url("/a/dist/fonts/genpact-icon-library.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "photograph-signature";
  src: url("/a/dist/fonts/Photograph-Signature.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

/*
 * Colors
 */
/* Primary */
/* Greys */
/* Secondary */
/*
 * Breakpoints
 */
/*
 * Grid
 */
/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-LFHIXO     
*/
@font-face {
  font-family: "Guardian Sans Bold";
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.GuardianSans-Bold, .tag, .load-more__text {
  font-family: "Guardian Sans Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Guardian Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegular.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegularIt.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMedium.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMediumIt.woff") format("woff");
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-TPUDVO     
*/
@font-face {
  font-family: "Guardian Egyptian Black-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

.EgypBlack-Italic {
  font-family: "Guardian Egyptian Black-Italic";
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Black";
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

.EgypBlack {
  font-family: "Guardian Egyptian Black";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -BoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-BoldItalic {
  font-family: "Guardian Egyptian -BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -Bold";
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-Bold {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-SemiBoldItalic {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBold";
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-SemiBold {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypMedium-Italic {
  font-family: "Guardian Egyptian Medium-Italic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypMedium {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypRegular-Italic {
  font-family: "Guardian Egyptian Regular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular";
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypRegular {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

.EgypLight-Italic {
  font-family: "Guardian Egyptian Light-Italic";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.EgypLight {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

.EgypThin-Italic {
  font-family: "Guardian Egyptian Thin-Italic";
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

.EgypThin {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

.EgypHairline-Italic {
  font-family: "Guardian Egyptian Hairline-Italic";
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline";
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

.EgypHairline {
  font-family: "Guardian Egyptian Hairline";
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextBlack-Italic {
  font-family: "Guardian Egyptian TextBlack-Italic";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack";
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextBlack {
  font-family: "Guardian Egyptian TextBlack";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-BoldItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-BoldItalic {
  font-family: "Guardian Egyptian Text-BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Bold";
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Bold {
  font-family: "Guardian Egyptian Text-Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-MediumItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-MediumItalic {
  font-family: "Guardian Egyptian Text-MediumItalic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Medium";
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Medium {
  font-family: "Guardian Egyptian Text-Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextRegular-Italic {
  font-family: "Guardian Egyptian TextRegular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular";
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextRegular {
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-semibold";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-light";
  src: url("/a/dist/fonts/GdnSanDS2Lig.eot");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "genpact-icon-library";
  src: url("/a/dist/fonts/genpact-icon-library.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "photograph-signature";
  src: url("/a/dist/fonts/Photograph-Signature.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.searchResults-features > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .searchResults-features > li {
    padding-top: 60px;
  }
}

.searchResults-features > li .searchResults-featuresLeftColumn {
  padding-bottom: 30px;
  width: 100%;
}

@media screen and (min-width: 900px) {
  .searchResults-features > li .searchResults-featuresLeftColumn {
    padding-bottom: 50px;
    width: 50%;
  }
}

.searchResults-features > li .searchResults-featuresLeftColumn > * {
  margin-bottom: 10px;
}

@media screen and (min-width: 900px) {
  .searchResults-features > li .searchResults-featuresLeftColumn {
    padding-right: 75px;
  }
}

@media screen and (min-width: 1240px) {
  .searchResults-features > li .searchResults-featuresLeftColumn {
    max-width: 585px;
  }
}

.searchResults-features > li .searchResults-featuresRightColumn {
  padding-bottom: 30px;
  width: 100%;
}

@media screen and (min-width: 900px) {
  .searchResults-features > li .searchResults-featuresRightColumn {
    padding-bottom: 50px;
    width: 50%;
  }
}

.searchResults-features > li .searchResults-featuresRightColumn > * {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .searchResults-features > li .searchResults-featuresRightColumn {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 900px) {
  .searchResults-features > li .searchResults-featuresRightColumn {
    text-align: right;
  }
}

.searchResults-features > li .searchResults-featuresRightColumn > * {
  text-align: left;
}

.searchResults-features > li .searchResults-featuresTitle {
  width: 100%;
  font-family: display-egyptian-light, sans-serif;
  font-size: 30px;
  line-height: 1.33;
  color: #3b3c43;
}

.searchResults-features > li .searchResults-featuresBody {
  width: 100%;
  font-family: display-egyptian-light, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #3b3c43;
}

@media screen and (min-width: 900px) {
  .searchResults-features > li .searchResults-featuresBody {
    font-size: 18px;
  }
}

.searchResults-features > li .searchResults-featuresType {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 14px;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

@media screen and (min-width: 900px) {
  .searchResults-features > li .searchResults-featuresType {
    font-size: 16px;
    line-height: 1.75;
  }
}

.searchResults-features > li .searchResults-featuresType::after {
  content: " ";
  display: block;
  height: 4px;
}

@media screen and (min-width: 900px) {
  .searchResults-features > li .searchResults-featuresType::after {
    height: 10px;
  }
}

.searchResults-features > li .searchResults-featuresLink {
  width: 100%;
  position: relative;
  max-height: 412px;
  height: 400px;
}

@media screen and (min-width: 900px) {
  .searchResults-features > li .searchResults-featuresLink {
    /*TODO: this is hardcode, remove it*/
    width: 100%;
  }
}

.searchResults-features > li .searchResults-featuresLink .searchResults-featuresLinkText {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding-right: 20px;
  font-family: display-egyptian-light, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  max-width: 215px;
}

@media screen and (min-width: 768px) {
  .searchResults-features > li .searchResults-featuresLink .searchResults-featuresLinkText {
    left: 30px;
    bottom: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 900px) {
  .searchResults-features > li .searchResults-featuresLink .searchResults-featuresLinkText {
    font-size: 24px;
    line-height: 1.33;
  }
}

/*
 * Colors
 */
/* Primary */
/* Greys */
/* Secondary */
/*
 * Breakpoints
 */
/*
 * Grid
 */
/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-LFHIXO     
*/
@font-face {
  font-family: "Guardian Sans Bold";
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.GuardianSans-Bold, .tag, .load-more__text {
  font-family: "Guardian Sans Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Guardian Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegular.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegularIt.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMedium.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMediumIt.woff") format("woff");
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-TPUDVO     
*/
@font-face {
  font-family: "Guardian Egyptian Black-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

.EgypBlack-Italic {
  font-family: "Guardian Egyptian Black-Italic";
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Black";
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

.EgypBlack {
  font-family: "Guardian Egyptian Black";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -BoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-BoldItalic {
  font-family: "Guardian Egyptian -BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -Bold";
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-Bold {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-SemiBoldItalic {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBold";
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-SemiBold {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypMedium-Italic {
  font-family: "Guardian Egyptian Medium-Italic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypMedium {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypRegular-Italic {
  font-family: "Guardian Egyptian Regular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular";
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypRegular {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

.EgypLight-Italic {
  font-family: "Guardian Egyptian Light-Italic";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.EgypLight {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

.EgypThin-Italic {
  font-family: "Guardian Egyptian Thin-Italic";
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

.EgypThin {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

.EgypHairline-Italic {
  font-family: "Guardian Egyptian Hairline-Italic";
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline";
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

.EgypHairline {
  font-family: "Guardian Egyptian Hairline";
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextBlack-Italic {
  font-family: "Guardian Egyptian TextBlack-Italic";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack";
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextBlack {
  font-family: "Guardian Egyptian TextBlack";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-BoldItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-BoldItalic {
  font-family: "Guardian Egyptian Text-BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Bold";
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Bold {
  font-family: "Guardian Egyptian Text-Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-MediumItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-MediumItalic {
  font-family: "Guardian Egyptian Text-MediumItalic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Medium";
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Medium {
  font-family: "Guardian Egyptian Text-Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextRegular-Italic {
  font-family: "Guardian Egyptian TextRegular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular";
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextRegular {
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-semibold";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-light";
  src: url("/a/dist/fonts/GdnSanDS2Lig.eot");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "genpact-icon-library";
  src: url("/a/dist/fonts/genpact-icon-library.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "photograph-signature";
  src: url("/a/dist/fonts/Photograph-Signature.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

/*
 * Colors
 */
/* Primary */
/* Greys */
/* Secondary */
/*
 * Breakpoints
 */
/*
 * Grid
 */
/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-LFHIXO     
*/
@font-face {
  font-family: "Guardian Sans Bold";
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.GuardianSans-Bold, .tag, .load-more__text {
  font-family: "Guardian Sans Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Guardian Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegular.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegularIt.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMedium.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMediumIt.woff") format("woff");
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-TPUDVO     
*/
@font-face {
  font-family: "Guardian Egyptian Black-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

.EgypBlack-Italic {
  font-family: "Guardian Egyptian Black-Italic";
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Black";
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

.EgypBlack {
  font-family: "Guardian Egyptian Black";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -BoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-BoldItalic {
  font-family: "Guardian Egyptian -BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -Bold";
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-Bold {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-SemiBoldItalic {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBold";
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-SemiBold {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypMedium-Italic {
  font-family: "Guardian Egyptian Medium-Italic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypMedium {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypRegular-Italic {
  font-family: "Guardian Egyptian Regular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular";
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypRegular {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

.EgypLight-Italic {
  font-family: "Guardian Egyptian Light-Italic";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.EgypLight {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

.EgypThin-Italic {
  font-family: "Guardian Egyptian Thin-Italic";
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

.EgypThin {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

.EgypHairline-Italic {
  font-family: "Guardian Egyptian Hairline-Italic";
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline";
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

.EgypHairline {
  font-family: "Guardian Egyptian Hairline";
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextBlack-Italic {
  font-family: "Guardian Egyptian TextBlack-Italic";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack";
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextBlack {
  font-family: "Guardian Egyptian TextBlack";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-BoldItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-BoldItalic {
  font-family: "Guardian Egyptian Text-BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Bold";
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Bold {
  font-family: "Guardian Egyptian Text-Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-MediumItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-MediumItalic {
  font-family: "Guardian Egyptian Text-MediumItalic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Medium";
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Medium {
  font-family: "Guardian Egyptian Text-Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextRegular-Italic {
  font-family: "Guardian Egyptian TextRegular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular";
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextRegular {
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-semibold";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-light";
  src: url("/a/dist/fonts/GdnSanDS2Lig.eot");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "genpact-icon-library";
  src: url("/a/dist/fonts/genpact-icon-library.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "photograph-signature";
  src: url("/a/dist/fonts/Photograph-Signature.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@media screen and (min-width: 1240px) {
  .searchResults-results {
    padding-left: 0;
    padding-right: 0;
  }
}

.searchResults-results > li {
  display: flex;
  flex-wrap: wrap;
}

.searchResults-results > li .searchResults-resultsLeftColumn {
  padding-bottom: 20px;
  width: 100%;
}

@media screen and (min-width: 900px) {
  .searchResults-results > li .searchResults-resultsLeftColumn {
    padding-bottom: 50px;
  }
}

.searchResults-results > li .searchResults-resultsLeftColumn > * {
  margin-bottom: 20px;
}

@media screen and (min-width: 900px) {
  .searchResults-results > li .searchResults-resultsLeftColumn {
    width: calc(100% / 3);
  }
}

.searchResults-results > li .searchResults-resultsRightColumn {
  padding-bottom: 20px;
  width: 100%;
}

@media screen and (min-width: 900px) {
  .searchResults-results > li .searchResults-resultsRightColumn {
    padding-bottom: 50px;
  }
}

.searchResults-results > li .searchResults-resultsRightColumn > * {
  margin-bottom: 20px;
}

@media screen and (min-width: 900px) {
  .searchResults-results > li .searchResults-resultsRightColumn {
    width: calc(100% / 3 * 2);
  }
}

.searchResults-results > li .searchResults-resultsRightColumn .searchResults-resultsType {
  font-family: display-sans-semibold, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}

.searchResults-results > li .searchResults-resultsRightColumn .searchResults-resultsTitle {
  font-family: display-egyptian-light, sans-serif;
  font-size: 24px;
  line-height: 1.33;
  color: #3b3c43;
}

@media screen and (min-width: 900px) {
  .searchResults-results > li .searchResults-resultsRightColumn .searchResults-resultsTitle {
    font-size: 30px;
  }
}

.searchResults-results > li .searchResults-resultsSection {
  display: inline-block;
  font-family: display-sans-semibold, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #fff;
  padding: 7px 20px;
  margin: 0;
  background-color: #ff555f;
  text-transform: uppercase;
}

.searchResults-pagination {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 90px;
}

.searchResults-pagination li {
  height: 20px;
  width: 20px;
  margin-right: 40px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.1;
  cursor: pointer;
}

.searchResults-pagination li:hover {
  opacity: 0.2;
}

.searchResults-pagination li.active {
  opacity: 0.3;
}

.searchResults-pagination li:last-child {
  margin-right: 0;
}

.searchResults {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  color: #3b3c43;
  padding-top: 90px;
}

@media screen and (min-width: 275px) {
  .searchResults {
    padding-top: 40px;
  }
}

@media screen and (min-width: 900px) {
  .searchResults {
    padding-top: 140px;
  }
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-LFHIXO     
*/
@font-face {
  font-family: "Guardian Sans Bold";
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.GuardianSans-Bold, .tag, .load-more__text {
  font-family: "Guardian Sans Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Guardian Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegular.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegularIt.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMedium.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMediumIt.woff") format("woff");
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-TPUDVO     
*/
@font-face {
  font-family: "Guardian Egyptian Black-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

.EgypBlack-Italic {
  font-family: "Guardian Egyptian Black-Italic";
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Black";
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

.EgypBlack {
  font-family: "Guardian Egyptian Black";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -BoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-BoldItalic {
  font-family: "Guardian Egyptian -BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -Bold";
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-Bold {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-SemiBoldItalic {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBold";
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-SemiBold {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypMedium-Italic {
  font-family: "Guardian Egyptian Medium-Italic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypMedium {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypRegular-Italic {
  font-family: "Guardian Egyptian Regular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular";
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypRegular {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

.EgypLight-Italic {
  font-family: "Guardian Egyptian Light-Italic";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.EgypLight {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

.EgypThin-Italic {
  font-family: "Guardian Egyptian Thin-Italic";
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

.EgypThin {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

.EgypHairline-Italic {
  font-family: "Guardian Egyptian Hairline-Italic";
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline";
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

.EgypHairline {
  font-family: "Guardian Egyptian Hairline";
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextBlack-Italic {
  font-family: "Guardian Egyptian TextBlack-Italic";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack";
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextBlack {
  font-family: "Guardian Egyptian TextBlack";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-BoldItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-BoldItalic {
  font-family: "Guardian Egyptian Text-BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Bold";
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Bold {
  font-family: "Guardian Egyptian Text-Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-MediumItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-MediumItalic {
  font-family: "Guardian Egyptian Text-MediumItalic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Medium";
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Medium {
  font-family: "Guardian Egyptian Text-Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextRegular-Italic {
  font-family: "Guardian Egyptian TextRegular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular";
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextRegular {
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-semibold";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-light";
  src: url("/a/dist/fonts/GdnSanDS2Lig.eot");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "genpact-icon-library";
  src: url("/a/dist/fonts/genpact-icon-library.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "photograph-signature";
  src: url("/a/dist/fonts/Photograph-Signature.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

/*
 * Colors
 */
/* Primary */
/* Greys */
/* Secondary */
/*
 * Breakpoints
 */
/*
 * Grid
 */
/*
 * Colors
 */
/* Primary */
/* Greys */
/* Secondary */
/*
 * Breakpoints
 */
/*
 * Grid
 */
/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-LFHIXO     
*/
@font-face {
  font-family: "Guardian Sans Bold";
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.GuardianSans-Bold, .tag, .load-more__text {
  font-family: "Guardian Sans Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Guardian Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegular.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegularIt.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMedium.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMediumIt.woff") format("woff");
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-TPUDVO     
*/
@font-face {
  font-family: "Guardian Egyptian Black-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

.EgypBlack-Italic {
  font-family: "Guardian Egyptian Black-Italic";
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Black";
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

.EgypBlack {
  font-family: "Guardian Egyptian Black";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -BoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-BoldItalic {
  font-family: "Guardian Egyptian -BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -Bold";
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-Bold {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-SemiBoldItalic {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBold";
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-SemiBold {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypMedium-Italic {
  font-family: "Guardian Egyptian Medium-Italic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypMedium {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypRegular-Italic {
  font-family: "Guardian Egyptian Regular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular";
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypRegular {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

.EgypLight-Italic {
  font-family: "Guardian Egyptian Light-Italic";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.EgypLight {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

.EgypThin-Italic {
  font-family: "Guardian Egyptian Thin-Italic";
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

.EgypThin {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

.EgypHairline-Italic {
  font-family: "Guardian Egyptian Hairline-Italic";
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline";
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

.EgypHairline {
  font-family: "Guardian Egyptian Hairline";
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextBlack-Italic {
  font-family: "Guardian Egyptian TextBlack-Italic";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack";
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextBlack {
  font-family: "Guardian Egyptian TextBlack";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-BoldItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-BoldItalic {
  font-family: "Guardian Egyptian Text-BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Bold";
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Bold {
  font-family: "Guardian Egyptian Text-Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-MediumItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-MediumItalic {
  font-family: "Guardian Egyptian Text-MediumItalic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Medium";
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Medium {
  font-family: "Guardian Egyptian Text-Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextRegular-Italic {
  font-family: "Guardian Egyptian TextRegular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular";
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextRegular {
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-semibold";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-light";
  src: url("/a/dist/fonts/GdnSanDS2Lig.eot");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "genpact-icon-library";
  src: url("/a/dist/fonts/genpact-icon-library.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "photograph-signature";
  src: url("/a/dist/fonts/Photograph-Signature.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.featuredResults {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-top: 20px;
  position: relative;
  padding-bottom: 300px;
}

@media screen and (min-width: 275px) {
  .featuredResults {
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 768px) {
  .featuredResults {
    padding-bottom: 300px;
    padding-top: 50px;
  }
}

@media screen and (min-width: 900px) {
  .featuredResults {
    min-height: 450px;
    padding-top: 60px;
    margin-bottom: 70px;
    padding-bottom: 0;
  }
}

.featuredResults .featuredResults-title {
  font-family: display-egyptian-light, sans-serif;
  line-height: 1.33;
  font-size: 30px;
  color: #fff !important;
}

@media screen and (min-width: 900px) {
  .featuredResults .featuredResults-title {
    font-family: display-egyptian-thin, sans-serif;
    font-weight: 100;
    font-size: 70px;
    line-height: 1.29;
  }
}

@media screen and (min-width: 768px) {
  .featuredResults .featuredResults-title {
    max-width: 500px;
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 900px) {
  .featuredResults .featuredResults-title {
    background-blend-mode: overlay;
    background: #063264;
    padding: 40px 248px 55px 40px;
    margin-right: 208px;
    font-size: 42px;
    max-width: none;
    margin-bottom: initial;
  }
}

.featuredResults .featuredResults-link {
  background-size: cover;
  background-repeat: no-repeat;
  width: 310px;
  position: absolute;
  right: -4rem;
  height: 350px;
}

@media screen and (min-width: 275px) {
  .featuredResults .featuredResults-link {
    width: 200px;
    height: 220px;
  }
}

@media screen and (min-width: 768px) {
  .featuredResults .featuredResults-link {
    width: 310px;
    height: 350px;
    right: 0;
  }
}

@media screen and (min-width: 900px) {
  .featuredResults .featuredResults-link {
    top: 90px;
  }
}

.featuredResults .featuredResults-link .featuredResults-linkText {
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 40px;
  margin-right: 120px;
  font-family: display-egyptian-light, sans-serif;
  font-size: 24px;
  line-height: 1.33;
}

@media screen and (min-width: 900px) {
  .featuredResults .featuredResults-link {
    width: 409px;
  }
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-LFHIXO     
*/
@font-face {
  font-family: "Guardian Sans Bold";
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.GuardianSans-Bold, .tag, .load-more__text {
  font-family: "Guardian Sans Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Guardian Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegular.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegularIt.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMedium.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMediumIt.woff") format("woff");
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-TPUDVO     
*/
@font-face {
  font-family: "Guardian Egyptian Black-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

.EgypBlack-Italic {
  font-family: "Guardian Egyptian Black-Italic";
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Black";
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

.EgypBlack {
  font-family: "Guardian Egyptian Black";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -BoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-BoldItalic {
  font-family: "Guardian Egyptian -BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -Bold";
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-Bold {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-SemiBoldItalic {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBold";
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-SemiBold {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypMedium-Italic {
  font-family: "Guardian Egyptian Medium-Italic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypMedium {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypRegular-Italic {
  font-family: "Guardian Egyptian Regular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular";
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypRegular {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

.EgypLight-Italic {
  font-family: "Guardian Egyptian Light-Italic";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.EgypLight {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

.EgypThin-Italic {
  font-family: "Guardian Egyptian Thin-Italic";
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

.EgypThin {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

.EgypHairline-Italic {
  font-family: "Guardian Egyptian Hairline-Italic";
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline";
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

.EgypHairline {
  font-family: "Guardian Egyptian Hairline";
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextBlack-Italic {
  font-family: "Guardian Egyptian TextBlack-Italic";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack";
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextBlack {
  font-family: "Guardian Egyptian TextBlack";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-BoldItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-BoldItalic {
  font-family: "Guardian Egyptian Text-BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Bold";
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Bold {
  font-family: "Guardian Egyptian Text-Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-MediumItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-MediumItalic {
  font-family: "Guardian Egyptian Text-MediumItalic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Medium";
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Medium {
  font-family: "Guardian Egyptian Text-Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextRegular-Italic {
  font-family: "Guardian Egyptian TextRegular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular";
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextRegular {
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-semibold";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-light";
  src: url("/a/dist/fonts/GdnSanDS2Lig.eot");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "genpact-icon-library";
  src: url("/a/dist/fonts/genpact-icon-library.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "photograph-signature";
  src: url("/a/dist/fonts/Photograph-Signature.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

/*
 * Colors
 */
/* Primary */
/* Greys */
/* Secondary */
/*
 * Breakpoints
 */
/*
 * Grid
 */
/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-LFHIXO     
*/
@font-face {
  font-family: "Guardian Sans Bold";
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianSans-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianSans-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.GuardianSans-Bold, .tag, .load-more__text {
  font-family: "Guardian Sans Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Guardian Sans Regular';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegular.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansRegularIt.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMedium.woff") format("woff");
}

@font-face {
  font-family: 'Guardian Sans Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: url("/a/dist/fonts/GuardianSansMediumIt.woff") format("woff");
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1709-TPUDVO     
*/
@font-face {
  font-family: "Guardian Egyptian Black-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

.EgypBlack-Italic {
  font-family: "Guardian Egyptian Black-Italic";
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Black";
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Black-Web.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

.EgypBlack {
  font-family: "Guardian Egyptian Black";
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -BoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-BoldItalic {
  font-family: "Guardian Egyptian -BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -Bold";
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-Bold {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-SemiboldIt-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

.Egyp-SemiBoldItalic {
  font-family: "Guardian Egyptian -SemiBoldItalic";
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian -SemiBold";
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

.Egyp-SemiBold {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypMedium-Italic {
  font-family: "Guardian Egyptian Medium-Italic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Medium";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypMedium {
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypRegular-Italic {
  font-family: "Guardian Egyptian Regular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Regular";
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypRegular {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-LightIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-LightIt-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

.EgypLight-Italic {
  font-family: "Guardian Egyptian Light-Italic";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

.EgypLight {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-ThinIt-Web.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

.EgypThin-Italic {
  font-family: "Guardian Egyptian Thin-Italic";
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

.EgypThin {
  font-family: "Guardian Egyptian Thin";
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline-Italic";
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-HairlineIt-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

.EgypHairline-Italic {
  font-family: "Guardian Egyptian Hairline-Italic";
  font-weight: 100;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Hairline";
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Hairline-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Hairline-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

.EgypHairline {
  font-family: "Guardian Egyptian Hairline";
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BlackIt-Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextBlack-Italic {
  font-family: "Guardian Egyptian TextBlack-Italic";
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextBlack";
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Black-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextBlack {
  font-family: "Guardian Egyptian TextBlack";
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-BoldItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-BoldIt-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-BoldItalic {
  font-family: "Guardian Egyptian Text-BoldItalic";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Bold";
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Bold {
  font-family: "Guardian Egyptian Text-Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-MediumItalic";
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-MediumIt-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

.EgypText-MediumItalic {
  font-family: "Guardian Egyptian Text-MediumItalic";
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian Text-Medium";
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

.EgypText-Medium {
  font-family: "Guardian Egyptian Text-Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular-Italic";
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-RegularIt-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

.EgypTextRegular-Italic {
  font-family: "Guardian Egyptian TextRegular-Italic";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Guardian Egyptian TextRegular";
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot");
  src: url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianTextEgyp-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.EgypTextRegular {
  font-family: "Guardian Egyptian TextRegular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-thin";
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Thin-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Thin-Web.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-egyptian-light";
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Light-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-semibold";
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot");
  src: url("/a/dist/fonts/GuardianEgyp-Medium-Web.eot?#iefix") format("embedded-opentype"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff2") format("woff2"), url("/a/dist/fonts/GuardianEgyp-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "display-sans-light";
  src: url("/a/dist/fonts/GdnSanDS2Lig.eot");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "genpact-icon-library";
  src: url("/a/dist/fonts/genpact-icon-library.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: "photograph-signature";
  src: url("/a/dist/fonts/Photograph-Signature.ttf");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

.searchSuggestions {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-top: 24px;
}

.searchSuggestions .searchSuggestions-suggestions li {
  font-family: display-egyptian-light, sans-serif;
  line-height: 1.33;
  font-size: 30px;
  opacity: 0.5;
  margin-bottom: 30px;
}

@media screen and (min-width: 900px) {
  .searchSuggestions .searchSuggestions-suggestions li {
    font-family: display-egyptian-thin, sans-serif;
    font-weight: 100;
    font-size: 70px;
    line-height: 1.29;
  }
}

.searchSuggestions .searchSuggestions-suggestions li:last-child {
  margin-bottom: 0px;
}

.searchSuggestions .searchSuggestions-suggestions li:hover {
  opacity: 1;
}

.search-container {
  background-color: #031a34;
  min-height: 100vh;
  z-index: 1;
  color: #fff;
}

.search-container > div {
  width: 100%;
  padding: 0 4rem;
}

.search-container > div.search-controls {
  background-image: linear-gradient(#031a34, #031a34), linear-gradient(to bottom, #000, #7F7F7F);
}

.search-container > div.searchResults-container {
  padding: 0;
  background-color: #fff;
}

.search-container .navigation-content__button--close {
  background: none;
  border: none;
  color: #fff;
  display: none;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 22rem;
  top: 13rem;
  z-index: 3000;
}

@media screen and (min-width: 1024px) {
  .search-container .navigation-content__button--close {
    font-size: 4rem;
    display: block;
  }
}

@media screen and (min-width: 275px) {
  .search-container .navigation-content__button--close {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .search-container .navigation-content__button--close {
    right: 4rem;
    display: block;
  }
}

@media screen and (min-width: 1240px) {
  .search-container .navigation-content__button--close {
    right: 4rem;
  }
}

@media screen and (min-width: 1440px) {
  .search-container .navigation-content__button--close {
    right: 22rem;
  }
}

.search-container .navigation-content__button--close .icon-close {
  display: block;
}

.search-container .navigation-content__button--close .icon-close-filled {
  display: none;
}

.search-container .navigation-content__button--close:hover .icon-close {
  display: none;
}

.search-container .navigation-content__button--close:hover .icon-close-filled {
  display: block;
}

.search-container .navigation-content__button--close .icon.icon-chevron--up, .search-container .navigation-content__button--close .chapter-nav__navigation ul.icon-chevron--up::after, .chapter-nav__navigation .search-container .navigation-content__button--close ul.icon-chevron--up::after {
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-left: 1rem;
  transform: translateX(3px);
}

@media screen and (min-width: 1024px) {
  .search-container .navigation-content__button--close .icon.icon-chevron--up, .search-container .navigation-content__button--close .chapter-nav__navigation ul.icon-chevron--up::after, .chapter-nav__navigation .search-container .navigation-content__button--close ul.icon-chevron--up::after {
    font-size: 0.8rem;
    transform: rotate(-90deg) translateX(3px);
  }
}

.search-container .navigation-content__button--close .icon.icon-chevron--down, .search-container .navigation-content__button--close .chapter-nav__navigation ul.icon-chevron--down::after, .chapter-nav__navigation .search-container .navigation-content__button--close ul.icon-chevron--down::after {
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-left: 1rem;
  transform: translateX(3px);
}

@media screen and (min-width: 1024px) {
  .search-container .navigation-content__button--close .icon.icon-chevron--down, .search-container .navigation-content__button--close .chapter-nav__navigation ul.icon-chevron--down::after, .chapter-nav__navigation .search-container .navigation-content__button--close ul.icon-chevron--down::after {
    font-size: 0.8rem;
    transform: rotate(90deg) translateX(3px);
  }
}

.search-container .navigation-content__button--close .icon.icon-search, .search-container .navigation-content__button--close .chapter-nav__navigation ul.icon-search::after, .chapter-nav__navigation .search-container .navigation-content__button--close ul.icon-search::after {
  font-size: 2.4rem;
}

/*
 * Colors
 */
/* Primary */
/* Greys */
/* Secondary */
/*
 * Breakpoints
 */
/*
 * Grid
 */
.video-hero {
  color: #fff;
  display: flex;
  position: relative;
  min-height: 100vh;
}

.video-hero.heroHeight {
  min-height: inherit;
  overflow: hidden;
}

.video-hero .video-ugh {
  background-image: url(../assets/videos/whygenpact_videocomp.mp4);
}

.video-hero__container {
  padding: 15.2rem 0 12rem;
  position: relative;
}

.video-hero .container .row, .video-hero .recirculation > .spark-line .row, .video-hero .new-links-module > .spark-line .row, .video-hero .links-module > .spark-line .row {
  top: 50%;
  transform: translateY(-50%);
}

.video-hero .scroll-down__animated {
  position: absolute;
  bottom: 100px;
  left: 48%;
  transform: translateX(-50%) rotate(90deg);
  transition: bottom 0.2s linear;
  animation: bounce 0.8s ease-in-out infinite;
  animation-fill-mode: forwards;
  z-index: 10;
  pointer-events: none;
}

@media screen and (min-width: 275px) {
  .video-hero .scroll-down__animated {
    left: 41%;
  }
}

@media screen and (min-width: 900px) {
  .video-hero .scroll-down__animated {
    left: 48%;
  }
}

.video-hero .scroll-down__animated .icon-chevron {
  color: #ff555f;
  margin-left: 20px;
  font-weight: bold;
  font-size: 4rem;
}

.video-hero .scroll-down__animated .icon-chevron:before {
  transform: rotate(90deg);
}

.video-hero .scroll-down__animated .oval-button {
  text-decoration: none;
  color: red;
  background: none !important;
}

.video-hero__background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.video-hero__background.no-default-gradient:before {
  background-image: none !important;
}

.video-hero__video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  object-fit: cover;
  object-position: center;
  height: 100%;
  min-width: 100vw;
  z-index: -1;
}

.object-fit-polyfill .video-hero__video {
  transform: none;
}

.video-hero__main-content {
  position: relative;
}

.video-hero__title {
  color: #fff;
  font-size: 7.2rem;
  line-height: 1.29;
  margin-bottom: 6rem;
}

@media screen and (min-width: 275px) {
  .video-hero__title {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1240px) {
  .video-hero__title {
    font-size: 7.2rem;
  }
}

.video-hero__subtitle {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0;
  line-height: 34px;
  margin-top: 0;
  padding-bottom: 20px;
}

.video-hero__play-button {
  display: none;
  padding: 3rem 5rem;
  position: static;
}

.video-hero__save-and-share {
  margin-bottom: 5rem;
}

.video-hero__side-content {
  display: none;
  position: absolute;
  bottom: 10rem;
  left: 0;
  right: 0;
  z-index: 3;
}

.video-hero__links-title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.29;
}

.video-hero__links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.video-hero__list-item {
  margin-bottom: 2rem;
}

.video-hero__list-item:last-child {
  margin-bottom: 0;
}

.video-hero__link {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.35;
  margin: 0;
}

.video-hero__button-container {
  display: none;
}

.video-hero .shader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(28, 32, 45, 0.17);
  z-index: 0;
}

@keyframes bounce {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 26px;
  }
  100% {
    bottom: 20px;
  }
}

@keyframes bounce {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 26px;
  }
  100% {
    bottom: 20px;
  }
}

.using-mouse :focus {
  outline: none !important;
}

.story-sidebar__cta:focus {
  outline: 3px solid #25a5bd;
}

#fcb_investors {
  background: #041530 url("../img/bg-img-big.jpg") top center;
  background-size: 100%;
  background-attachment: fixed;
  color: #ffffff;
}

#fcb_investors h1,
#fcb_investors h2,
#fcb_investors h3,
#fcb_investors h4,
#fcb_investors h5 {
  font-weight: 400 !important;
}

#fcb_investors .fixed {
  position: fixed;
}

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

#fcb_investors .img-fluid {
  max-width: 100%;
  height: auto;
}

#fcb_investors .full {
  width: 100vw;
  height: 90vh;
  padding: 0 5vw;
  display: grid;
  align-content: center;
  justify-content: center;
}

#fcb_investors .cc {
  position: absolute;
  opacity: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

#fcb_investors #stage {
  overflow: hidden;
}

#fcb_investors #scene1 {
  position: relative;
  z-index: 9999;
  top: 60px;
}

#fcb_investors #scene1_copy,
#fcb_investors #scene1_copy_b {
  font-size: 1em !important;
  font-weight: bold !important;
}

#fcb_investors #scene1_copy,
#fcb_investors #scene1_copy_b {
  position: absolute;
  opacity: 0;
  width: 50%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}

#fcb_investors #scene1_copy_b {
  top: calc(40% + 225px);
  width: 45%;
  text-align: center;
}

#fcb_investors .line1 {
  width: 425px;
  height: 4500px;
  position: absolute;
  bottom: 73.5%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

#fcb_investors .line2 {
  width: 425px;
  height: 9000px;
  position: absolute;
  top: 30%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scale(0.25);
}

#fcb_investors .line3 {
  width: 425px;
  height: 4500px;
  position: absolute;
  top: 33%;
  left: 90%;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(135deg) scale(0.25);
}

#fcb_investors .line4 {
  width: 425px;
  height: 4500px;
  position: absolute;
  top: 50%;
  left: 85%;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg) scale(0.25);
}

#fcb_investors .faq_1,
#fcb_investors .faq_2,
#fcb_investors .faq_3,
#fcb_investors .dwnload {
  position: absolute;
  opacity: 0;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}

#fcb_investors .img-1,
#fcb_investors .img-2,
#fcb_investors .img-3 {
  width: auto;
  max-height: 300px;
  margin-left: -15px;
  padding-bottom: 15px;
}

#fcb_investors .a-1b,
#fcb_investors .a-1c,
#fcb_investors .a-1d,
#fcb_investors .a-2b,
#fcb_investors .a-2c,
#fcb_investors .a-2d,
#fcb_investors .a-2e,
#fcb_investors .a-3b,
#fcb_investors .a-3c,
#fcb_investors .a-3d,
#fcb_investors .a-3e {
  font-size: 1.6rem !important;
  line-height: 2rem !important;
  font-weight: bold !important;
}

#fcb_investors .q-1,
#fcb_investors .a-1,
#fcb_investors .a-1b,
#fcb_investors .a-1c,
#fcb_investors .a-1d {
  opacity: 0;
  width: 100%;
  text-align: left;
}

#fcb_investors .q-1,
#fcb_investors .a-1 {
  font-weight: bold !important;
  font-size: 2.2rem !important;
  margin-top: 1em;
}

#fcb_investors .q-1 span,
#fcb_investors .a-1 span {
  color: #1cadcd;
}

#fcb_investors .q-2,
#fcb_investors .a-2,
#fcb_investors .a-2b,
#fcb_investors .a-2c,
#fcb_investors .a-2d,
#fcb_investors .a-2e {
  opacity: 0;
  width: 100%;
  text-align: left;
}

#fcb_investors .q-2,
#fcb_investors .a-2 {
  font-weight: bold !important;
  font-size: 2.2rem !important;
  margin-top: 1em;
}

#fcb_investors .q-2 span,
#fcb_investors .a-2 span {
  color: #1cadcd;
}

#fcb_investors .q-3,
#fcb_investors .a-3,
#fcb_investors .a-3b,
#fcb_investors .a-3c,
#fcb_investors .a-3d,
#fcb_investors .a-3e {
  opacity: 0;
  width: 100%;
  text-align: left;
}

#fcb_investors .q-3,
#fcb_investors .a-3 {
  font-weight: bold !important;
  font-size: 2.2rem !important;
  margin-top: 1em;
}

#fcb_investors .q-3 span,
#fcb_investors .a-3 span {
  color: #1cadcd;
}

#fcb_investors .dwnload {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

#fcb_investors .dwnload div {
  width: 50%;
}

#fcb_investors .dwnload h1 {
  padding-bottom: 20px;
}

#fcb_investors .dwnload .download {
  border: 0px;
  background: #ef6874;
  color: #ffffff;
  padding: 8px 35px 5px;
  text-decoration: none;
}

#fcb_investors .sticky-download {
  position: fixed;
  display: flex;
  bottom: 20px;
  background: #193661;
  width: 100%;
  padding: 12px 20px;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
}

#fcb_investors .sticky-download p {
  padding: 0px;
  margin-bottom: 0 !important;
}

#fcb_investors .sticky-download .download {
  border: 0px;
  background: #ef6874;
  color: #ffffff;
  padding: 5px 35px 3px;
  text-decoration: none;
}

@media all and (max-width: 768px) {
  #fcb_investors #scene1 {
    top: 0px;
  }
  #fcb_investors #scene1_video {
    width: 90%;
    margin: 0 auto;
  }
  #fcb_investors .line1,
  #fcb_investors .cc {
    width: 60%;
  }
  #fcb_investors .line2 {
    top: 10%;
  }
  #fcb_investors .line4 {
    left: 99%;
  }
  #fcb_investors #scene1_copy,
  #fcb_investors #scene1_copy_b {
    width: 90%;
  }
  #fcb_investors #scene1_copy {
    top: 35%;
    font-size: 0.8em !important;
  }
  #fcb_investors #scene1_copy_b {
    top: calc(40% + 160px);
    font-size: 0.8em !important;
  }
  #fcb_investors .faq_1,
  #fcb_investors .faq_2,
  #fcb_investors .faq_3 {
    width: 90%;
  }
  #fcb_investors .sticky-download {
    display: inline-block;
    width: 100vw;
    padding: 5px 20px 20px;
    text-align: center;
    font-size: 0.8rem;
    box-sizing: border-box;
  }
  #fcb_investors .sticky-download p {
    margin-bottom: 0 !important;
    font-size: 0.8rem !important;
  }
  #fcb_investors .dwnload {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 90%;
  }
  #fcb_investors .dwnload .book-img {
    width: 30%;
  }
  #fcb_investors .dwnload div {
    width: 65%;
  }
  #fcb_investors .dwnload .download {
    padding: 8px 15px 5px;
    font-size: 1rem !important;
  }
  #fcb_investors .a-1b,
  #fcb_investors .a-1c,
  #fcb_investors .a-1d,
  #fcb_investors .a-2b,
  #fcb_investors .a-2c,
  #fcb_investors .a-2d,
  #fcb_investors .a-2e,
  #fcb_investors .a-3b,
  #fcb_investors .a-3c,
  #fcb_investors .a-3d,
  #fcb_investors .a-3e {
    font-size: 1rem !important;
    line-height: 1rem !important;
  }
  #fcb_investors .a-3b,
  #fcb_investors .a-3c,
  #fcb_investors .a-3d,
  #fcb_investors .a-3e {
    width: 85% !important;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .bodycontent-text ul li a {
  margin-left: 0 !important;
}

html#design2017 body.inside2017.basiclanding.landing-evr .evr-bodycontent-cta .rounded-button {
  width: 23.5rem !important;
}

html#design2017 body.inside2017.basiclanding.landing-evr .twitter-feed-standalone-section {
  background: white;
  margin-top: 0 !important;
  padding-top: 40px;
}

html#design2017 body.inside2017.basiclanding.landing-evr .twitter-feed-standalone-section .twitter-feed-standalone-wrapper {
  position: relative;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

html#design2017 body.inside2017.basiclanding.landing-evr .twitter-feed-standalone-section .twitter-feed-standalone-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html#design2017 body.inside2017.basiclanding.landing-evr .twitter-feed-standalone-section .twitter-feed-standalone-title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 0.93;
  color: #ff555f;
  text-transform: none;
  padding-bottom: 36px;
  margin-bottom: 0;
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

html#design2017 body.inside2017.basiclanding.landing-evr .livestream-section {
  background: white;
  margin-top: 0 !important;
  padding-top: 40px;
}

html#design2017 body.inside2017.basiclanding.landing-evr .livestream-section .livestream-wrapper {
  position: relative;
  padding-top: 56.25%;
}

html#design2017 body.inside2017.basiclanding.landing-evr .livestream-section .livestream-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html#design2017 body.inside2017.basiclanding.landing-evr .livestream-section .livestream-title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 0.93;
  color: #ff555f;
  text-transform: none;
  padding-bottom: 36px;
  margin-bottom: 0;
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

html#design2017 body.inside2017.basiclanding.landing-evr .vertical-line .path {
  stroke: #00aecf;
}

html#design2017 body.inside2017.basiclanding.landing-evr .subnav-sticky-evr {
  position: relative;
  width: 100vw;
  overflow: auto;
  background: #073262;
  top: 0;
  z-index: 20;
}

@media screen and (min-width: 1280px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .subnav-sticky-evr {
    overflow: hidden;
    width: 100%;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .subnav-sticky-evr ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style-type: none;
}

@media screen and (min-width: 1280px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .subnav-sticky-evr ul {
    justify-content: center;
    align-content: center;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .subnav-sticky-evr li {
  margin-right: 17px;
}

html#design2017 body.inside2017.basiclanding.landing-evr .subnav-sticky-evr li:last-child {
  margin-right: 0;
}

html#design2017 body.inside2017.basiclanding.landing-evr .subnav-sticky-evr a,
html#design2017 body.inside2017.basiclanding.landing-evr .subnav-sticky-evr a:visited {
  display: block;
  width: 170px;
  height: 82px;
  padding: 19px 17px;
  background-color: transparent;
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
}

html#design2017 body.inside2017.basiclanding.landing-evr .subnav-sticky-evr a:hover,
html#design2017 body.inside2017.basiclanding.landing-evr .subnav-sticky-evr a:focus,
html#design2017 body.inside2017.basiclanding.landing-evr .subnav-sticky-evr span {
  display: block;
  height: 100%;
  width: 170px;
  height: 82px;
  padding: 19px 12px 19px 17px;
  background-color: #ff555f;
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  color: #fff;
}

html#design2017 body.inside2017.basiclanding.landing-evr .subnav-sticky-evr-ghost {
  position: relative;
  height: 0;
  overflow: hidden;
}

html#design2017 body.inside2017.basiclanding.landing-evr .subnav-sticky-evr-ghost.is--sticky {
  height: 82px;
}

html#design2017 body.inside2017.basiclanding.landing-evr .body-content {
  padding-top: 71px;
}

@media screen and (min-width: 640px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .body-content {
    padding-top: 69px;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .body-content.section-title--center h2 {
  display: block;
  text-align: center;
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  font-weight: normal;
  line-height: 0.93;
  color: #ff555f;
  text-transform: none;
  padding-bottom: 36px;
  margin-bottom: 0;
}

html#design2017 body.inside2017.basiclanding.landing-evr .body-content.section-title--center h2 strong {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

html#design2017 body.inside2017.basiclanding.landing-evr .body-content.section-title--center h3 {
  display: block;
  text-align: center;
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  letter-spacing: normal;
  color: #021d44;
  padding-bottom: 36px;
  margin-bottom: 0;
}

html#design2017 body.inside2017.basiclanding.landing-evr .body-content p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  line-height: 1.56;
  font-weight: normal;
  letter-spacing: normal;
  color: #021d44;
}

html#design2017 body.inside2017.basiclanding.landing-evr .body-content p.caption {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  line-height: 1.56;
  font-weight: normal;
  letter-spacing: normal;
  color: #021d44;
}

html#design2017 body.inside2017.basiclanding.landing-evr .body-content p:last-child {
  padding-bottom: 43px;
}

html#design2017 body.inside2017.basiclanding.landing-evr .body-content ul {
  list-style-type: none;
}

html#design2017 body.inside2017.basiclanding.landing-evr .body-content ul li {
  position: relative;
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  font-size: 18px;
  text-indent: 0;
  letter-spacing: normal;
  color: #021d44;
}

html#design2017 body.inside2017.basiclanding.landing-evr .body-content ul li:before {
  display: block;
  position: absolute;
  width: 11px;
  height: 15px;
  content: '';
  left: 6px;
  top: 6px;
  background: url("/a/dist/img/evr-list-icon.svg") no-repeat center center;
}

html#design2017 body.inside2017.basiclanding.landing-evr .body-content.section-content--center p {
  text-align: center;
}

@media screen and (min-width: 640px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .body-content.section-content--center p {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .videoblock {
  margin-top: 20px !important;
}

html#design2017 body.inside2017.basiclanding.landing-evr .videoblock p.caption {
  font-family: "Guardian Egyptian -SemiBold";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  line-height: 1.56;
  font-weight: normal;
  letter-spacing: normal;
  color: #021d44;
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-ctas {
  background-color: #fff;
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-ctas:last-child {
  padding-bottom: 331px;
}

@media screen and (min-width: 980px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .image-ctas:last-child {
    padding-bottom: 420px;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-cta {
  position: relative;
  overflow: hidden;
  margin-bottom: 15.5px;
  left: -50%;
  opacity: 0;
  transition: all 0.8s ease-in;
}

@media (prefers-reduced-motion) {
  html#design2017 body.inside2017.basiclanding.landing-evr .image-cta {
    left: 0;
    opacity: 1;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-cta:last-child {
  margin-bottom: 0;
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-cta.in--viewport {
  transform: translateX(50%);
  opacity: 1;
}

@media (prefers-reduced-motion) {
  html#design2017 body.inside2017.basiclanding.landing-evr .image-cta.in--viewport {
    transform: none;
  }
}

@media screen and (min-width: 980px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .image-cta.background-evr-navy:before {
    position: absolute;
    width: 50vw;
    height: 100%;
    content: '';
    left: 0;
    background-color: #073262;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-cta.background-evr-navy .image-cta__content {
  background-color: #073262;
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-cta.background-evr-navy .image-cta__content h3 {
  color: #60c7d7;
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-cta.background-evr-navy .image-cta__image-wrapper:before, html#design2017 body.inside2017.basiclanding.landing-evr .image-cta.background-evr-navy .image-cta__image-wrapper:after {
  background-color: #073262;
}

@media screen and (min-width: 980px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .image-cta.background-evr-pink:before {
    position: absolute;
    width: 50vw;
    height: 100%;
    content: '';
    left: 0;
    background-color: #ff555f;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-cta.background-evr-pink .image-cta__content {
  background-color: #ff555f;
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-cta.background-evr-pink .image-cta__content h3 {
  color: #021d44;
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-cta.background-evr-pink .image-cta__image-wrapper:before, html#design2017 body.inside2017.basiclanding.landing-evr .image-cta.background-evr-pink .image-cta__image-wrapper:after {
  background-color: #ff555f;
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__container {
  position: relative;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 980px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__container {
    flex-direction: row;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__content {
  position: relative;
  z-index: 11;
  padding: 67px 50px 40px;
}

@media screen and (min-width: 980px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__content {
    width: 50%;
    padding: 67px 50px 40px 0;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__content h3 {
  position: relative;
  display: block;
  font-size: 28px;
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__content p {
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.56;
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@media screen and (min-width: 980px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__content p {
    padding-right: 40px;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__content a,
html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__content a:visited {
  color: #fff;
  width: auto;
  display: inline-block;
  font-family: "Guardian Sans Medium", Helvetica, Arial, sans-serif;
  height: 40px;
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__content a i,
html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__content a:visited i {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  vertical-align: middle;
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__content a i svg,
html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__content a:visited i svg {
  width: inherit;
  height: inherit;
}

html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__image-wrapper {
  position: relative;
  z-index: 10;
  height: 100%;
}

@media screen and (min-width: 980px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__image-wrapper {
    width: 50%;
    height: 100%;
  }
  html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__image-wrapper:before, html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__image-wrapper:after {
    position: absolute;
    content: '';
    height: 400px;
    z-index: 10;
  }
  html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__image-wrapper:before {
    left: -290px;
    top: -310px;
    transform: rotate(-17deg);
    width: 600px;
  }
  html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__image-wrapper:after {
    left: -260px;
    bottom: -241px;
    transform: rotate(52deg);
    width: 400px;
  }
  html#design2017 body.inside2017.basiclanding.landing-evr .image-cta__image-wrapper img {
    position: relative;
    z-index: 9;
    object-fit: cover;
    object-position: left;
    height: 100%;
    max-height: 310px;
    min-height: 310px;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles {
  background-color: #fff;
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles:last-child {
  padding-bottom: 331px;
}

@media screen and (min-width: 980px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .tiles:last-child {
    padding-bottom: 420px;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .bodycontent-text {
  padding-top: 71px;
  z-index: 11;
}

@media screen and (min-width: 640px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .tiles .bodycontent-text {
    padding-top: 69px;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .bodycontent-text.section-title--center h3 {
  display: block;
  text-align: center;
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  font-weight: normal;
  line-height: 0.93;
  color: #ff555f;
  text-transform: none;
  padding-bottom: 31px;
  margin-bottom: 0;
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .bodycontent-text.section-title--center h3 strong {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .bodycontent-text p {
  display: block;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  line-height: 1.56;
  font-weight: normal;
  letter-spacing: normal;
  color: #021d44;
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .bodycontent-text p.caption {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  line-height: 1.56;
  font-weight: normal;
  letter-spacing: normal;
  color: #021d44;
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .tiles__grid {
  max-width: 100vw;
  overflow: auto;
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .tiles__grid .container, html#design2017 body.inside2017.basiclanding.landing-evr .tiles .tiles__grid .recirculation > .spark-line, html#design2017 body.inside2017.basiclanding.landing-evr .tiles .tiles__grid .new-links-module > .spark-line, html#design2017 body.inside2017.basiclanding.landing-evr .tiles .tiles__grid .links-module > .spark-line {
  flex-direction: row !important;
  width: 100% !important;
  max-width: 992px !important;
  flex-wrap: nowrap;
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .tiles__grid .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: fit-content;
  min-width: 300px;
  max-height: 100%;
  overflow: hidden;
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .card__image-container {
  position: relative;
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .card__image-container:before, html#design2017 body.inside2017.basiclanding.landing-evr .tiles .card__image-container:after {
  position: absolute;
  width: 200px;
  height: 100px;
  content: '';
  background-color: #fff;
  z-index: 10;
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .card__image-container:before {
  left: -70px;
  top: -52px;
  transform: rotate(-35deg);
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .card__image-container:after {
  right: -70px;
  top: -52px;
  transform: rotate(35deg);
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .card__image-wrapper {
  position: relative;
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .card__image-wrapper:before, html#design2017 body.inside2017.basiclanding.landing-evr .tiles .card__image-wrapper:after {
  position: absolute;
  width: 200px;
  height: 100px;
  content: '';
  background-color: #fff;
  z-index: 10;
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .card__image-wrapper:before {
  left: -70px;
  bottom: -52px;
  transform: rotate(-145deg);
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .card__image-wrapper:after {
  right: -70px;
  bottom: -52px;
  transform: rotate(145deg);
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .card__details {
  position: relative;
  z-index: 11;
  margin-top: 31px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

html#design2017 body.inside2017.basiclanding.landing-evr .tiles .card__details a,
html#design2017 body.inside2017.basiclanding.landing-evr .tiles .card__details a:visited {
  padding-right: 45px;
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #011d44;
  background-size: 30px !important;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout {
  margin-top: 0;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout:last-child {
  padding-bottom: 331px;
}

@media screen and (min-width: 980px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout:last-child {
    padding-bottom: 420px;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .container, html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .recirculation > .spark-line, html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .new-links-module > .spark-line, html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .links-module > .spark-line {
  max-width: 980px;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout.bg-navy {
  background-color: #073262;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .bodycontent-text {
  padding-top: 71px;
  z-index: 11;
}

@media screen and (min-width: 640px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .bodycontent-text {
    padding-top: 69px;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .bodycontent-text.section-title--center h3 {
  display: block;
  text-align: center;
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 30px;
  font-weight: normal;
  line-height: 0.93;
  color: #ff555f;
  text-transform: none;
  padding-bottom: 31px;
  margin-bottom: 0;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .bodycontent-text.section-title--center h3 strong {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .bodycontent-text p {
  display: block;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  line-height: 1.56;
  font-weight: normal;
  letter-spacing: normal;
  color: #fff;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
  overflow: hidden;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item__image-container {
  position: relative;
  max-width: 196px;
  margin-bottom: 16px;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item__image-container:before, html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item__image-container:after {
  position: absolute;
  width: 170px;
  height: 100px;
  content: '';
  background-color: #073262;
  z-index: 10;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item__image-container:before {
  left: -70px;
  top: -52px;
  transform: rotate(-35deg);
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item__image-container:after {
  right: -70px;
  top: -52px;
  transform: rotate(35deg);
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item__image-wrapper {
  position: relative;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item__image-wrapper:before, html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item__image-wrapper:after {
  position: absolute;
  width: 170px;
  height: 100px;
  content: '';
  background-color: #073262;
  z-index: 10;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item__image-wrapper:before {
  left: -70px;
  bottom: -52px;
  transform: rotate(-145deg);
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item__image-wrapper:after {
  right: -70px;
  bottom: -52px;
  transform: rotate(145deg);
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item__image-crop {
  position: relative;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item__image-crop:before, html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item__image-crop:after {
  position: absolute;
  width: 30px;
  height: 196px;
  content: '';
  background-color: #073262;
  z-index: 10;
  top: 0;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item__image-crop:before {
  left: 0;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item__image-crop:after {
  right: 0;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item a,
html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-icontout .evr-icon-item a:visited {
  position: relative;
  display: block;
  z-index: 11;
  font-family: "Guardian Egyptian Medium";
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  font-size: 20px;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  text-decoration: underline;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist {
  width: 100% !important;
  padding: 15px 0;
  background-color: #fff;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .container, html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .recirculation > .spark-line, html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .new-links-module > .spark-line, html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .links-module > .spark-line {
  width: 100% !important;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .row {
  margin-top: 0;
  margin-bottom: 0;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy {
  position: relative;
  display: flex;
  flex-direction: column;
  left: -50%;
  transition: all 0.8s ease-in;
  opacity: 0;
}

@media (prefers-reduced-motion) {
  html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy {
    left: 0;
    opacity: 1;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy.in--viewport {
  transform: translateX(50%);
  opacity: 1;
}

@media (prefers-reduced-motion) {
  html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy.in--viewport {
    transform: none;
  }
}

@media screen and (min-width: 980px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy {
    flex-direction: row;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__background {
  background-image: linear-gradient(121deg, #ff555f, #7b4261 20%, #073262 54%);
}

@media screen and (min-width: 980px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__background {
    order: 2;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__background .story {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 63px 52px;
}

@media screen and (min-width: 980px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__background .story {
    padding: 90px 97px;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__background .story h3 {
  font-family: "Guardian Egyptian Regular";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 31px;
  line-height: 0.87;
  letter-spacing: normal;
  color: #ffffff;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__background .story h3 strong {
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__background .story p {
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__background .story a,
html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__background .story a:visited {
  color: #fff;
  padding-right: 20px;
  width: auto;
  display: inline-block;
  font-family: "Guardian Sans Medium", Helvetica, Arial, sans-serif;
  height: 40px;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__background .story a i,
html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__background .story a:visited i {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  vertical-align: middle;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__background .story a i svg,
html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__background .story a:visited i svg {
  width: inherit;
  height: inherit;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__image {
  padding: 0;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__image a,
html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__image a:visited {
  display: block;
  width: 100%;
  height: 100%;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__image a img,
html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-hilist .casestudy__image a:visited img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-text {
  position: relative;
  width: 100%;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-text:last-child {
  padding-bottom: 331px;
}

@media screen and (min-width: 980px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-text:last-child {
    padding-bottom: 420px;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-text.apply-gradient:before {
  width: 100%;
  height: 40%;
  z-index: 10;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-text .bodycontent-text {
  position: relative;
  z-index: 11;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-text.background-cover {
  background-size: cover;
}

@media screen and (min-width: 1280px) {
  html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-text.background-cover {
    background-position-y: bottom !important;
  }
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-text h3 {
  position: relative;
  font-family: "Guardian Egyptian -Bold";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-size: 32px;
  line-height: 0.88;
  letter-spacing: normal;
  text-align: center;
  color: #ff555f;
  z-index: 11;
}

html#design2017 body.inside2017.basiclanding.landing-evr .contentmodule-text p {
  position: relative;
  display: block;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Guardian Egyptian Light";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #021d44;
  z-index: 11;
}

html#design2017 body.inside2017.basiclanding.landing-evr .quote-carousel.quotes2017 {
  margin: 20px 0 0;
}
