/* Minification failed. Returning unminified contents.
(3285,136): run-time error CSS1046: Expect comma, found '0'
(3285,140): run-time error CSS1046: Expect comma, found '/'
 */
ins,
mark {
    color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
    display: block;
}
dfn,
mark {
    font-style: italic;
}
button,
hr,
input {
    overflow: visible;
}
a,
progress,
sub,
sup {
    vertical-align: baseline;
}
[type="checkbox"],
[type="radio"],
legend {
    box-sizing: border-box;
    padding: 0;
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
body {
    line-height: 1;
    margin: 0;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: 0 0;
    -webkit-text-decoration-skip: objects;
}
ins {
    background-color: #ff9;
    text-decoration: none;
}
mark {
    font-weight: 700;
    background-color: #ff0;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    box-sizing: content-box;
    height: 0;
}
input,
select {
    vertical-align: middle;
}
.clearfix:after,
.clearfix:before {
    display: table;
    line-height: 0;
    content: "";
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
.clearfix:after {
    clear: both;
}
input,
select,
textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
input[type="submit"] {
    -webkit-appearance: none;
}
ol,
ul {
    margin-left: 30px;
}
ol li,
ul li {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
} /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}
figure {
    margin: 1em 40px;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    font-family: inherit;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
button,
input[type="submit"] {
    cursor: pointer;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*!
 *  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('/font/fontawesome-webfont.eot?v=4.7.0');
  src: url('/font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/font/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/font/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 #eeeeee;
  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: #ffffff;
}
/* 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;
}


body:not(.js-focus-visible) :focus, html:not(.js-focus-visible) :focus {
    outline:none;
}

/** FT CSS OVERRIDES **/
.o-header__drawer, .o-header    {position: relative; z-index: 99999}
.o-footer						{margin-top:0 !important; position: relative; z-index: 3}

/* 2020 OVERRIDES */
[class*=col-] 	{float:none !important}	
.pc 			{padding-top: 11px; padding-bottom: 10px; /*z-index: 30*/ z-index: 99999;}
.pc__share-content,
.pc__client .pc__client-title,
.pc__title-content {font-family: MetricWeb, sans-serif !important;}
.pc__disclaimer-content {font-family: MetricWeb, sans-serif !important; font-size: 16px; line-height: 1.5em; color: #333333;}

.o-header__drawer[data-o-header-drawer--js]	{z-index: 999999;}

 .o-header__drawer * {font-family: MetricWeb,sans-serif !important;}

/*****************/

* 		{margin:0; padding:0; outline:none; border:none; box-sizing:border-box; -moz-box-sizing:border-box;}
form	{height:100%;}

/* GLOBAL */
html 		{min-height:100%;}
body 		{line-height:1; height:100%; background-color: #ffffff !important; font-family: 'Source Sans Pro', sans-serif;}

#content	{position:relative;}
#content p	{font-size:17px; line-height: 1.4em; font-family: lexicon-ttw-no-2,"times new roman",serif; font-weight: 400;}
#content h1	{font-family: lexicon-ttw-no-2,"times new roman",serif; font-weight: 400;}
#content h2	{font-family: lexicon-ttw-no-2,"times new roman",serif; font-weight: 400; font-size: 26px; color: #ffffff; line-height: 1.3em;}

.safari-fix	{height:500px; width:100%; display: block; content: ''; background-color: #ffffff; z-index: 1000; position: absolute; top: -589px;}

#tvn-content .left-panel	{z-index: 21 !important}

/*
video {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

video {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: left top;';
}
*/

::-webkit-input-placeholder     {color:#bdbdbd;}
::-moz-placeholder              {color:#bdbdbd; opacity:1;}
:-ms-input-placeholder          {color:#bdbdbd;}
:-moz-placeholder               {color:#bdbdbd; opacity:1;}

.col-row			{font-size:0; width: 1108px; margin: auto; padding: 0;}
.col-container		{margin-left:0; margin-right: 0; width: 100%;}

.col-2				{width:50%; display: inline-block; vertical-align: top; padding:0 29px;}
.col-3				{width:33.333%; display: inline-block; vertical-align: top; padding:0 29px;}
.col-4				{width:25%; display: inline-block; vertical-align: top; padding:0 29px;}

.inner			{/**width:1050px;**/ width: 100%; margin: auto; max-width:100%; position: relative; padding: 0 80px 0 160px;}
.inner-content	{width:884px; margin: auto; max-width:100%;}

img     {max-width:100%; height:auto; }
a       {color:inherit;}
a.cover {position:absolute; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0); display:block; z-index:5;}

/** STICKY NAV **/
.left-panel				{position:fixed; width: 80px; left: 0; top: 0; bottom: 0; background-color: #A32B2C; z-index: 3}

.menu-icon				{width:18px; height: 18px; display: block; position: absolute; top: 90px; left: 31px; background-image: url(/_assets/icon-menu.png); background-size: 36px 18px; z-index: 22}
.menu-icon.active		{background-position:-18px 0; z-index: 101}
.share-btn				{width:80px; height: 80px; background-color: rgba(163,43,44,1); display: block; position: absolute; bottom: 0; left: 0;}
.share-btn:after		{width:28px; height: 28px; background-image: url(/_assets/icon-share-new.png); background-size: cover; display: block; content: ''; position: absolute; left: 50%; margin-left: -13.5px; top: 50%; margin-top: -13.5px;} 

.arrow-icon			{width:18px; height: 13px; background-image: url(/_assets/icon-arrow-left.png); background-size: cover; display: block; position: absolute; top: 133px; left: 31px; z-index: 22}

/** MENU **/	
.menu				{position:absolute; left: 0; top: 0; padding: 70px 0; width: 100%; background-color: #E8E8E8; z-index: 100; display: none;}
.menu.active		{display: block;}

.arrow-icon.fixed,
.menu-icon.fixed,
.menu.fixed			{}

.menu.fixed			{top: 0; height: 100%; overflow: scroll;}


.menu p			{font-family: lexicon-ttw-no-2,"times new roman",serif; line-height: 1.4em;}
.menu .col-row	{width: 1075px; max-width:100%;}
.menu .col-1	{padding:12.5px; padding-bottom: 60px}
.menu .col-4	{padding:12.5px;}

.menu .panel 								{height: 100%}
.menu .panel .panel-text					{margin-left:20px;}
.menu .panel-image-header-text				{left:18px;}
.menu .panel .panel-text .border-text		{padding-top:17px;}
.menu .panel .panel-text:before				{height:100%;}
.menu .panel .panel-image-header-text .line	{top:0;}
.menu .panel:hover p						{color:rgba(163,43,44,1)}

.flex-nav 	{display:flex; flex-wrap: wrap;}

/** SHARE CONTAINER **/
.share-container		{position: fixed; top: 0; width: 100%; height: 100%; background-color: rgba(124,124,124,0.94); z-index: 999998; left: -100%; transition: 0.2s ease-out}
.share-container.open	{left:0;}

.share-container-inner						{width:500px; position: absolute; height: 465px; left: 50%; margin-left: -250px; top: 50%; margin-top: -232px;}
.share-container-inner:after				{display: block; position: absolute; left: 40px; top: 0; width:2px; height: 100%; content: ''; background-color: rgba(225,225,225,1);}
.share-container-inner .btn-close			{position:absolute; left: 0; top: 0; width: 17px; height: 16px; background-image: url(/_assets/icon-close-white.png); background-size: cover;}
.share-container-inner .share-content 		{padding-left: 120px;}
.share-container-inner .share-content p		{color:#ffffff; font-size: 16px; margin-bottom: 53px;}
.share-container-inner .share-content ul	{list-style: none; margin: 0; font-size: 0}
.share-container-inner .share-content ul li	{display:inline-block; vertical-align: middle; margin-right: 36px; opacity: 1; transition: 0.2s ease-out}
.share-container-inner .share-content ul li:hover	{opacity:0.5}

.border-container				{/*border-left:2px solid #A32B2C;*/ padding-left: 30px; position: relative;}
#content .border-container h1	{color:#ffffff; font-size: 100px; line-height: 1.1em;}
#content .border-container h2	{color:#ffffff; font-size: 60px; line-height: 1em; margin-bottom: 35px; padding-right: 50px; display: block;}
#content .border-container p	{color:#ffffff; font-size: 22px; width:620px; max-width:100%; line-height: 1.5em;}

.border-container .line				{position:absolute; left: 0; top: 0; height: 100%; width: 4px; /*transition: 0.2s ease-out*/}
.border-container .line:before		{width: 2px; position: absolute; left:50%; margin-left: -1px; content: ''; background-color: rgba(163,43,44,0.5); height: 100%; /*transition: 0.2s ease-out*/}
.panel-container .inner:hover .border-container .line:before	{width: 4px; margin-left:-2px; background-color: rgba(163,43,44,1); /*transition: 0.2s ease-out*/}

/*** HOME PAGE ***/ 
.home-main 	{position: relative; z-index: 2; background-color: #F5F4F2; margin-top: -45px; font-size: 0; padding-bottom: 100px;}
.hpcopy p 	{display: inline-block; margin-bottom: 40px; font-family: lexicon-ttw-no-2,"times new roman",serif; font-weight: 400;}

/* SELECT */
.chapter-nav							{position: sticky; top:51px; z-index: 20; box-shadow: 0 0 10px rgba(0,0,0,.1); background-color:#a32b2c;}
/*.select-container						{width:260px; z-index: 20; z-index: 10; position: relative; background-color: #ffffff}*/
.select-container .select				{display: flex; justify-content: space-between; color:#000000; cursor: pointer;  position: relative; z-index: 20}
.select-container .select span			{width:45px; height: 45px; background-color:#ffffff; background-image: url(/_assets/icon-chevron-red.png); background-size: 20px auto; background-position: center; background-repeat: no-repeat; transition: 0.2s ease-out}
.select-container .select p				{font-size:22px !important; transform: translateY(-2px); padding: 9px 0 0 15px; color: #717171}
.select-container .select:hover	span 	{background-color:#efefef}

.select-dropdown			{background-color: #ffffff; width:200px; display: none; position: absolute; box-shadow: 0 0 3px rgba(0,0,0,0.2)}
.select-dropdown ul			{margin: 0; position: relative; z-index: 20}
.select-dropdown li a		{border-bottom:1px solid #efefef; padding: 10px 15px; font-size: 14px; position: relative; z-index: 20; width: 100%; display: block; transition: 0.2s ease-out}
.select-dropdown li a:hover {background-color: #A32B2C; color: #ffffff; padding-left: 20px;}
.select-dropdown li a.active {background-color: #A32B2C; color: #ffffff; padding-left: 20px;}

.select-container			{position: fixed; left: 26px; top: 495px; z-index: 21;}
.select-container img		{width: 28px;}

.select {width: 28px; height: 28px; background-size: cover;}

.chapter-listing-container:first-of-type h2	{display: none}

/*** PANEL HOVER STYLES ***/ 
.panel-container .inner:hover .border-container:before 			{background-color: rgba(163,43,44,1); width: 4px;}
.panel-container .inner-content a.btn							{opacity:0.5;}
.panel-container .inner:hover a.btn								{opacity:1; transition: 0.2s ease-out}
.panel-container .inner:hover .panel-container-image:after		{background-color: rgba(51,51,51,0.75);}
.panel-video-container .inner:hover .panel-container-image:after	{background-color: rgba(51,51,51,0.75);}

.panel-video-container .panel {display: none;}

/* PAGE STYLES */
.hero-container								{height: 50vh; min-height: 610px; position: relative; z-index: 0; margin-bottom: 45px; display: flex; align-items: center; padding-left: 160px; color:#ffffff;}
.hero-text 									{position:relative; z-index: 5; width:650px; max-width: 100%;}
.hero-container-image						{height:100%; background-size: cover; background-repeat: no-repeat;}
.hero-container .logo						{display: block; position: absolute; right: 85px; bottom: 70px; z-index: 5}
.hero-container:after 						{width:100%; height: 100%; position: absolute; left: 0; top: 0;   background-image: linear-gradient(90deg, rgba(0,0,0,0.75), rgba(0,0,0,0), rgba(0,0,0,0.5)); content: '';}


.hero-container .btn						{color:#ffffff;}
.hero-container .btn:hover					{opacity:0.5;}
#content .hero-container h1					{margin-bottom:0.5em; line-height: 1.1em; font-size: 47px}
#content .hero-container p					{font-size:18px; font-family: 'Source Sans Pro',sans-serif; margin-bottom: 0.75em;}

#content .hero-container .btn.arrow 		{display: flex; align-items: center; font-family: lexicon-ttw-no-2,"times new roman",serif; font-weight: normal; margin-top: 20px}
#content .hero-container .btn.arrow span 	{padding:5px 0; margin: 0 10px;}
#content .hero-container .btn.arrow:before 	{width:48px; height: 1px; background-color: #ffffff; content: ''; display: inline-block;}
#content .hero-container .btn.arrow:after 	{background-image:url(/_assets/arrow-down.png); width: 101px; height:14px; position: relative; top: 7px; margin-left: 0}
 
#content .hero-container .filter-options					{margin-top:80px; padding-bottom: 20px;}
#content .hero-container .filter-options p					{font-size:15px; font-family: 'Source Sans Pro',sans-serif; text-transform: uppercase; font-weight: 600;}
#content .hero-container .filter-options p a:hover			{opacity:0.5}
#content .hero-container .filter-options p a				{display:inline-block; margin-left: 5px; font-family: 'Source Sans Pro', sans-serif; font-weight: 600; text-decoration: none; transform: translateY(1px)}
#content .hero-container .filter-options p  span			{display:inline-block; margin-left: 15px;}
#content .hero-container .filter-options p a img			{width:12px; height: auto;}
#content .hero-container .filter-options p span.filter-ent		{color:#a52828;}
#content .hero-container .filter-options p span.filter-fam		{color:#0a2d6e;}
#content .hero-container .filter-options p span.filter          {cursor:pointer;}
#content .hero-container .filter-options p span.filter.inactive {opacity: 0.3;}

#content p.date	{font-weight: 700; color: #437071; text-transform: uppercase}

#content article p.date	{text-transform: uppercase; color: #437071; display: block; text-align: right; margin-top: -15px; font-weight: 700}

#content .video-page p.date	{width: 100%; padding-right: 80px; margin-top: 0}

#content .video-page p.intro    {font-size: 22px !important}

.date-container	{display: flex; justify-content: center; padding:0 0 0 80px;}

#infographic	{margin:0px 0 50px}

.bg-vid-home 	{display: block; position: fixed; min-width: 100%; width: auto; height: auto; top: -88px; left: 0;}
.video-mask		{overflow:hidden; height: 100%; position: relative;}

#content article p.photo-credit {font-size: 16px; color: #666; font-style: italic; padding: 0px; margin: 4px 0 0 0; text-align: right;}

/* TEMP STYLES
.hero-container		{height: 70vh}
.select-container	{transform: translateY(-105px);}
.chapter-nav		{top: 156px;}
#articleListing		{margin-top: -50px;} */

/* CHAPTER NAV 
.chapter-nav 							{background-color:#A32B2C; display: inline-block; padding-left: 160px; max-width: 100%;}
.chapter-nav ul 						{display:flex; list-style: none; margin:0; font-family: lexicon-ttw-no-2,"times new roman",serif; font-size: 14px; align-items: stretch; overflow-x: auto}
.chapter-nav ul li 						{width:135px; position: relative; flex-shrink: 0}
.chapter-nav ul li:after 				{position:absolute; height: 16px; width: 1px; background-color: #ffffff; display: block; right: 0; top: 50%; margin-top: -8px; content: '';}
.chapter-nav ul li:last-child:after		{display: none;}
.chapter-nav ul li a 					{display:flex; width:100%; height:100%; text-align: center; justify-content: center; align-items: center; height: 40px; color:#ffffff; text-decoration: none; position: relative;}
.chapter-nav ul li a:after 				{content: ''; width:1px; height: 100%; display: block; position: absolute; left:-1px; top:0; background-color: #ffffff; opacity: 0; content: '';}
.chapter-nav ul li a:hover 				{background-color: #ffffff; color:#A32B2C;}
.chapter-nav ul li a:hover:after 		{opacity: 1}
*/

/* CHAPTER LISTING CONTAINER */
.chapter-listing-carousel-container 	{position:relative;}
.chapter-listing-container 				{padding-top: 40px; padding-bottom: 0px;}
.chapter-listing-inner 					{padding-left: 160px; padding-right: 80px;}
#content .chapter-listing-container h2			{font-size:37px; color:#A32B2C; padding-left: 170px; position: relative;}
.chapter-listing-container h2 span 		{background-color:#F5F4F2; position: relative; z-index: 1; display: inline-block; padding-left: 20px; padding-right: 20px; margin-left: -20px}
.chapter-listing-container h2:before 	{display: block; position: absolute; left: -160px; top:50%; content:''; border-top:1px solid #CCCCCC; width:calc(100% + 160px); z-index: 0}

.chapter-listing-container .col-container 			{width:calc(100% + 44px); margin-left: -22px;}
.chapter-listing-container .col-container .col-2	{padding:22px;}

.listing-panel 					{background-color:#ffffff; position: relative;}
.listing-text 					{padding:5px 30px 25px 30px;}
.listing-panel h3 				{font-size:22px; color:#A32B2C; font-family: lexicon-ttw-no-2,"times new roman",serif; font-weight: normal; margin-bottom: 0.6em; padding: 25px 30px 0 30px; line-height: 1.3em}
#content .listing-text p        {color:#717171; font-size:15px; font-family: 'Source Sans Pro',sans-serif; margin-bottom: 1.2em;}
.listing-image-outer			{position: relative; max-height: 350px; overflow:hidden;}
.listing-image 					{padding-top: 50%; background-size: cover; background-repeat: no-repeat; background-position: center; transition: 0.2s ease-out}
		
.panel-cta 			{font-family: lexicon-ttw-no-2,"times new roman",serif; text-transform: uppercase; font-size: 16px; color:#717171; font-weight: 700; transition: 0.2s ease-out; text-decoration: none; display: flex; align-items: center;}
.panel-cta:before 	{width:25px; height: 2px; background-color: #A32B2C; display: block; content: ''; margin-right: 8px; transition: 0.2s ease-out}

.listing-panel:hover .listing-image		{transform: scale(1.1); transform-origin: center;}
.listing-panel:hover .panel-cta:before 	{width:35px;}
.listing-panel:hover .panel-cta 		{color: #A32B2C;}

.video-panel-play 			{width:85px; height: 85px; background-color: #ffffff; position: absolute; bottom: 0; left: 0; z-index: 2}
.video-panel-play:before	{width: 0; height: 0; border-style: solid; border-width: 16px 0 16px 27px; border-color: transparent transparent transparent #a32b2b; content:''; position: absolute; left: 50%; margin-left: -13px; top:50%; margin-top: -16px}

/** PANELS **/
.panel-container							{width: 100%; position: relative; padding-top: 45px; padding-bottom: 80px;}
.panel-container .inner						{padding:0}
.panel-container .inner-padding				{padding-right:80px; padding-left: 160px;}
.panel-container-image						{position: relative;  /*padding-top: 66%;*/ padding-top: 50%; background-size: cover; background-position: bottom}
.panel-container-image:after				{display: block; position: absolute; left: 0; top: 0; width:100%; height: 100%; content: ''; background-color: rgba(51,51,51,0.65); /*transition: 0.2s ease-out*/}
.panel-container .inner-content				{position: absolute; top: -56px; z-index: 1; padding-top: 11px; left: 0; margin-left: 0; width: 100%; padding-left: 83px;}
.panel-container .inner-content a.btn		{padding-left:32px; margin-top: 50px; display: block}
 #content p.tag								{color:#ffffff; text-transform: uppercase; font-size: 16px; /*font-weight: 600;*/ margin-bottom: 30px; padding-top: 11px;}

.panel-container.full-width								{padding-left:160px; padding-right: 80px; padding-bottom: 80px;}
.panel-container.full-width .inner						{width:100%; padding-left: 0; padding-right: 0}
.panel-container.full-width .inner-content				{padding-left:83px;}
.panel-container .mask									{/*max-height:720px;*/ overflow: hidden}
.panel-container.full-width .btn-watch					{margin-left:32px; margin-top: 50px; display: block; opacity: 0.5; /*transition: 0.2s ease-out*/}
.panel-container.full-width .inner:hover .btn-watch 	{opacity:0.75;}
.panel-video-container .panel-container-image:after		{background-color:rgba(163,43,44,0);}
.panel-video-container									{margin-top:0;}

.panel-container.full-width .border-container .line		{height:calc(100% + 1px);}

.panel.video .panel-image:after			{background-color:rgba(163,43,44,0);}
.panel.video:hover .panel-image:after	{background-color: rgba(51,51,51,0.5);}

.panel-image-header-text .line:before	{display:none;}

.panel.videoh .panel-image:before		{left: 85px;}

#content .panel p.filter-tag,
#content p.filter-tag		{font-size:15px; position: relative; color:#a32b2c; text-transform: uppercase; font-family: 'Source Sans Pro', sans-serif; font-weight: 600; padding-top: 10px; margin-bottom: 0px;  margin-left: 84px; padding: 8px 0 12px 28px;}

.panel-container.full-width .border-container	{padding-bottom: 30px;}

/* 2019 PANEL STYLES */
.panel-video-container .panel-container-image	{height:620px; padding-top: 0; position: relative;}
.btn-watch-new			{width:110px; height: 100%; position: absolute; left: 84px; top: 0; overflow: hidden; z-index: 10; /*background-color: #000000;*/}
.btn-watch-new img		{width:220px; max-width: none; position: absolute; bottom: 0; opacity: 0.5;}
.panel-video-container.full-width .border-container .line:before	{display:none;}
.panel-video-container.full-width .inner-content	{top:0;}

.video-hover									{position:relative;}

.video-hover:hover .btn-watch-new img			{margin-left:-110px; opacity: 1;}
#content .video-hover:hover p.filter-tag:after	{width:4px; background-color:rgba(163,43,44,1)}
.video-hover:hover .panel-container-image:after {background-color: rgba(51,51,51,0.5);}

.panel.video:hover .panel-image:before		{background-position: -100% 350px; opacity: 1}
.panel.video .panel-image-header-text .line	{display:none;}
.panel.video  .panel-image-header-text .line:before,
.panel.video  .panel .panel-text .line:before	{transition:none; display: none;}
.panel.video .panel-text .line:before	{display:none;}

#content .panel:hover p.filter-tag:after	{width:4px; background-color:rgba(163,43,44,1);}

.panel-top								{position: relative;}
.panel-top:before						{width:100px; opacity: 0.5; background-size: 200% auto; height: 100%; position: absolute; left: 84px; bottom:0; overflow: hidden; background-image: url(/_assets/btn-watch-new-big.png); background-position: 0 350px; content: ''; z-index: 100}
.panel.video:hover .panel-top:before	{background-position: -100% 350px; opacity: 1}

.panel-top-non-vid							{position:relative;}
.panel-top-non-vid:before					{width:2px; background-color:rgba(163,43,44,0.5); content:''; position: absolute; left: 84px; top: 0; height: 100%; z-index: 10}
#content .panel:hover .panel-top-non-vid:before,
#content .panel:hover p.filter-tag:after	{width:4px; background-color:rgba(163,43,44,1);}

.panel .panel-text .line		{position:absolute; top:0; left: 1px; height: 100%; width:2px; background-color:rgba(163,43,44,0.5);}
.panel:hover .panel-text .line	{width:4px; background-color:rgba(163,43,44,1);}
.panel .panel-text .line:before	{display:none;}

/* FEATURED ARTICLE */
#content .panel-container .article-hover							{position:relative;}
#content .panel-container.featured-article							{padding-bottom:40px;}
#content .panel-container.featured-article .inner-content			{top:0; padding-top: 0;}
#content .panel-container.featured-article .inner-content p.tag		{padding-top:21px}
#content .panel-container.featured-article p.filter-tag				{position:relative;}
#content .panel-container.featured-article p.filter-tag:before		{width: 2px; position: absolute; left: 0%; content: '';  background-color: rgba(163,43,44,.5); height: 100%;}

#content .panel-container .article-hover:hover p.filter-tag:before				{width:4px; background-color: rgba(163,43,44,1);}	
#content .panel-container .article-hover:hover .border-container .line:before	{width:4px; background-color: rgba(163,43,44,1);}

#content .panel-container .article-hover .panel-container-image:after		{background-color: rgba(51,51,51,0);}
#content .panel-container .article-hover:hover .panel-container-image:after	{background-color: rgba(51,51,51,0.5);}
#content .panel-container .article-hover a.btn	{padding-left:0}
#content .panel-container .article-hover:hover a.btn	{opacity:1;}

/** SPACING OVERRITES */
#content .panel-container.full-width,
#content .two-panels-container,
#content .panel-container.featured-article	{padding-top:0; padding-bottom: 0;}

#content .panel-container.full-width,
#content .two-panels-container	{padding-bottom:80px;}

/** TWITTER PANELS **/
.twitter-panel						{padding:105px 0; background-color: #E8E8E8; margin: 60px 0 80px}
.twitter-panel p 					{font-family: lexicon-ttw-no-2,"times new roman",serif;  color: #7C7C7C;}
.twitter-panel p a					{color:#A32B2C;}
.twitter-panel .inner				{width:880px; font-size:0;}
.twitter-panel .twitter-left		{width:115px; display: inline-block; text-align: right; vertical-align: top;}
.twitter-panel .twitter-left p		{font-size: 14px; margin-top: 20px;}
.twitter-panel .twitter-left p a	{display:block; text-decoration: none;}
.twitter-panel .twitter-right		{display:inline-block; width:745px; height: 275px; margin-left: 20px; vertical-align: top; border-left:2px solid rgba(163,43,44,0.5)}
.twitter-panel .tweet-container		{display:table; height: 100%; width: 100%;}
.twitter-panel .tweet-cell			{display:table-cell; width:100%; height: 100%; vertical-align: middle; padding-left: 80px; padding-right: 0px;}
.twitter-panel .tweet-cell p		{font-size:28px;}

/** TWO PANELS **/
.two-panels-container					{padding-top:0px; padding-bottom: 80px;}
.two-panels-container .col-row			{width:100%;}
.two-panels-container .col-container    {padding: 0 51px 0 131px;}
.panel									{position:relative;}
.panel h2								{/* background-color: #333330; padding: 2px 8px; margin-top: 8px; */}
.two-panels-container .panel-text		{position:relative; padding-bottom: 10px;}
.two-panels-container .panel-text .btn	{position:absolute; bottom: 0}

#content .panel p						{color:#7C7C7C; font-size: 18px; font-family: lexicon-ttw-no-2,"times new roman",serif; }
.panel-image							{position: relative;  /*padding-top: 65%;*/ height: 400px; background-size: cover; overflow: hidden; z-index:3; background-color: #cccccc;}
.panel-image:after						{display: block; position: absolute; left: 0; top: 0; width:100%; height: 100%; content: ''; background-color: rgba(51,51,51,0); transition:0.3s ease-out}
.panel-image-header-text				{position:absolute; left: 83px; bottom: 0; z-index: 1; padding-left: 22px; padding-bottom: 20px; padding-right: 20px;}


.panel-image-header-text .line			{top:8px}
.two-panels-container .panel:hover .line:before	{width: 4px; margin-left:-2px; background-color: rgba(163,43,44,1);}

.panel .panel-text:before				{height: calc(100% - 50px);}
.panel .panel-text						{margin-left:83px; position: relative}
.panel .panel-text .border-text			{padding:30px 60px 0 20px; margin-bottom: 30px;}
.panel .panel-text a.btn				{padding-left:22px; opacity: 0.5; transition:0.2s ease-out}

.panel:hover .panel-image:after					{background-color: rgba(51,51,51,0.50);}
.panel:hover .panel-text a.btn					{opacity: 1}
.panel:hover .panel-text:before,
.panel:hover .panel-image-header-text:before	{background-color: rgba(163,43,44,1); width: 4px;}

.panel-image-header-text .line, .panel .panel-text .line	{}



/** ARTICLE PAGE **/
article							{padding:70px 0 0 80px}
#content article h2				{font-size:30px; width:720px; color: #000000; max-width: 100%; margin: auto; line-height: 1.2em; margin-bottom: 20px; margin-top: 40px; font-family: lexicon-ttw-no-2,"times new roman",serif; }
#content article p				{font-size:17px; width:720px; max-width: 100%; margin: auto; line-height: 1.7em; margin-bottom: 30px; font-family: lexicon-ttw-no-2,"times new roman",serif; }
#content article p.intro		{font-size:20px; font-family: lexicon-ttw-no-2,"times new roman",serif;  color: #7C7C7C; line-height: 1.8em; margin-bottom: 30px;}
#content article p a			{text-decoration: underline}
#content article p a:hover		{text-decoration: none}

.article-header-container		{background-color:#A32B2C; padding: 60px 0 30px 80px;}
.article-header-container p		{font-size:14px; color: rgba(225,225,225,0.25); margin-bottom: 35px; font-family: lexicon-ttw-no-2,"times new roman",serif; }
.article-header-container h1	{font-size:60px; color: #ffffff; text-shadow: 0 0 20px rgba(0,0,0,0.75)}
.inner-720						{width:720px; padding-left: 0; padding-right: 0}
.article-image-full-width,
.article-image					{width: 720px; max-width:100%; margin: auto; margin:0 auto 35px auto;}
.article-image-full-width img,
.article-image img				{width:100%;}

#animation_container 			{margin-left:auto; margin-right: auto;}

/*.article-image				{margin-bottom: 100px; width: 100%; padding-left:80px; padding-right: 80px;}*/
/*.article-image-full-width		{width:100%; margin: 90px 0}*/

.article-image-full-width img	{width:100%; height: auto;}

.blockquote-container			{margin:0 0 35px 0;}
.blockquote-container span,
.blockquote-container cite 		{font-style: normal; font-family: lexicon-ttw-no-2,"times new roman",serif;}
blockquote						{width:720px; max-width: 100%; margin:50px auto; padding-left: 40px; border-left:2px solid rgba(163,43,44,0.5); font-size: 34px; font-family: lexicon-ttw-no-2,"times new roman",serif;  color: rgba(163,43,44,1); line-height: 1.3em; position: relative;}
blockquote:before				{content:'“'; position: absolute; left: -95px; top: 40px;; font-size: 144px;}

.blockquote-container.alt 						{background-color:transparent;}
.blockquote-container.alt blockquote 			{padding-left: 75px; background-color: transparent; border:none; padding-top: 0; padding-bottom: 0}
.blockquote-container.alt blockquote:before 	{top:7px; left: 0}
.blockquote-container.navy blockquote:before 	{background-image:url(/_assets/quote-marks-navy.png);}
.blockquote-container.navy blockquote 			{color:#152d6a}

.blockquote-image 							{display: flex; align-items: flex-start; width: 720px; margin-top:50px; margin-bottom: 50px; margin-left: auto; margin-right: auto;}
.blockquote-image img 						{width:110px; height: 110px; margin-top: 20px;}
.blockquote-image blockquote 				{background-color: transparent; padding: 0; margin:0; border:none; padding-left: 25px; padding-right: 150px;}
.blockquote-image blockquote:before 		{left:0; position: relative; transform: rotate(180deg); top: auto; left: auto; margin-bottom: 10px;}
.blockquote-image blockquote .citation		{display: flex; font-size: 14px; justify-content: space-between; align-items: flex-end; margin-top: 10px;}
.blockquote-image blockquote .citation span {font-size:10px; color:#000000; font-family: 'Source Sans Pro', sans-serif;}


/** RELATED ARTICLES **/

.related-articles-listing h3				{font-size:16px; color:#7C7C7C; text-transform: uppercase; font-weight: normal; padding: 25px 12.5px 20px;}
.related-articles					{margin-top:65px;}
.related-articles .col-row			{width: 745px; margin: auto;}
.related-articles .col-row .col-3	{padding-left:12.5px; padding-right: 12.5px;}
.related-articles .panel-text p		{font-family: lexicon-ttw-no-2,"times new roman",serif;  padding-left: 0 !important; padding-right: 0 !important;}
.related-articles .panel-text		{margin-left:20px;}

.menu .panel-image,
.related-articles .panel-image						{z-index:2; height: 150px;}

.related-articles .panel-image-header-text .line	{top:0;}
.related-articles .panel-image-header-text			{left:20px;}
.related-articles .panel .border-text				{padding-right: 0; padding-top: 10px;}

.small-panel-top										{position:relative;}
.small-panel-top:before									{width:2px; position:absolute; left: 21px; top:0; height: 100%; content:''; z-index: 5; background-color: rgba(163,43,44,0.5);}
.menu .small-panel-top p.filter-tag,
#content .small-panel-top p.filter-tag					{padding:5px 0 8px 40px; margin-left: 0;}

.menu .small-panel-top p.filter-tag		{font-family: 'Source Sans Pro', sans-serif; font-size: 14px; font-weight: 600; text-transform: uppercase; color:#a32b2c}
.menu p									{font-size:14px; color:#7c7c7c}

.related-articles .panel:hover .small-panel-top:before	{width:4px; background-color: rgba(163,43,44,1);}
#content .related-articles .panel-text p				{line-height:1.4em; font-size: 14px;}

.panel:hover .small-panel-top:before,
.panel:hover .line:before								{width: 4px; margin-left:-2px; background-color: rgba(163,43,44,1); transition: none}

.menu .panel.video .small-panel-top,
.related-articles .panel.video .small-panel-top					{overflow:hidden;}

.menu .panel.video .small-panel-top:before,
.related-articles .panel.video .small-panel-top:before			{width:74px; height: 250px; background-color: transparent; background-image: url(/_assets/btn-watch-new-smaller.png); background-size: 200% auto; background-position: 0 -50px; overflow: hidden; opacity: 0.5}

.panel:hover .small-panel-top:before	{margin-left:0}

.menu .panel.video:hover .small-panel-top:before,
.related-articles .panel.video:hover .small-panel-top:before	{background-position: -100% -50px; opacity: 1; left: 23px;}

.menu .panel.video .small-panel-top:before			{left:21px;}
.menu .panel.video:hover .small-panel-top:before	{left:21px; margin-left: 0}

.related-articles	{transition:0.2s ease-out}

.col-3.hidden	{opacity: 0; visibility: hidden; position: absolute; display: none}

a.load-more		{color:#a32b2c; font-size: 16px; padding-left: 12.5px; display: block; width: 100%;}

/** VIDEO PAGE **/
.video-container					{margin-bottom: 80px;}
.article-header-container.video		{}
.article-header-container.video	h1	{color:#ffffff; font-size: 46px; display: block; line-height: 1.2em; text-shadow: 0px 0px 4px rgb(0 0 0 / 50%);}
article.video-page					{padding-top:0}
.embed-container 					{position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;}
.embed-container video,
.embed-container iframe 			{position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

article.video-page 	{padding-top:30px;}

/** intro copy on Video page */
.video p 							{margin-top:0; margin-bottom: 0px; color: #ffffff; padding-left: 20px; padding-right: 20px}
cite {font-size: 17px;}
.video-overlay					{position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 100%; background-size: cover; cursor: pointer;}
.video-overlay:after			{display: block; position: absolute; left: 0; top: 0; width:100%; height: 100%; content: ''; background-color: rgba(163,43,44,0); transition: 0.2s ease-out}
.video-overlay:hover:after		{background-color: rgba(51,51,51,0.75);}
.video-overlay:hover .play		{opacity:0.75}
.video-overlay .play-container	{width:720px; position: absolute; left: 50%; margin-left: -400px;  top: 50%; margin-top: -77px; z-index: 2;}
.video-overlay .play			{background-image:url(/_assets/btn-play-solid.png); background-size: cover; width: 161px; height: 162px; opacity: 0.5;}

/** FOOTER **/
footer.footer 					{padding-left: 160px; padding-right: 80px; background-color: #595757; position: relative; z-index: 1; padding-top:40px; padding-bottom: 20px;}
#content footer.footer p 		{color:#ffffff; font-size: 12px; margin-bottom: 1em}
#content footer.footer .footer-logo p 	{margin-bottom:0; font-size: 12px;}

/*.pictet-sign-off   			{background-color:#ffffff; padding-left: 160px; padding-right: 80px; padding-top: 20px; position: relative;}*/
.pictet-sign-off 				{background-color: rgba(255,255,255,0.95); padding-left: 160px; padding-right: 80px; padding-top: 20px; position: fixed; z-index: 20; bottom: 0; width: 100%; box-shadow: 0 -5px 5px rgba(0,0,0,0.1)}
.pictet-sign-off ul 			{list-style: none; display: flex; justify-content: flex-end; margin-left: 0}
.pictet-sign-off ul li 			{font-size:22px; margin-left: 20px;}
.pictet-sign-off ul li a 		{color:#b2b1b0;}
.pictet-sign-off ul li a:hover 	{color:#5d5c5c;}

.pictet-sign-off.scrolled        {position: relative; background-color: #fff;}

.footer-logo 					{display:flex; align-items: flex-end;}
.footer-top 					{display:flex; justify-content: space-between; border-bottom: 1px solid #ffffff; padding-bottom: 20px;}
.footer-top p					{margin-bottom: 0 !important}
.footer-logo p a 				{color:#5d5c5c; font-size: 18px; text-decoration: none; margin-left: 15px;}
.footer-social 					{margin-top:10px;}

/** BUTTONS **/
.btn					{color:#ffffff; font-weight: 600; text-transform: uppercase; text-decoration: none; font-size: 16px;}
.btn span				{display:inline-block; vertical-align: middle;}
.btn.arrow:after		{width:27px; height: 14px; background-image: url(/_assets/icon-chevron-white.png); display: inline-block; content: ''; background-size: cover; vertical-align: middle; margin-left: 10px;}
.btn.arrow.right:after	{transform: rotate(-90deg)}

.btn.red				{color:#A32B2C;}
.btn.arrow.red:after	{background-image: url(/_assets/icon-chevron-red.png);}

/* COOKIE BAR */
.cookieBar              { width: 100%; background: url('/_assets/bg_cookiebar.png'); position: fixed; bottom: 0px; left: 0px; text-align: center; padding: 10px 10px; z-index: 99999999; box-sizing:border-box; -moz-box-sizing:border-box; }
.cookieBar p			{color:#ffffff; font-size:14px; font-family:inherit; line-height:1.5em; text-align:center; display:inline-block;}
.cookieBar .acceptBtn   {border:0px; background:#000; border:1px solid #DEDEDE; font-weight:bold; display:inline-block; margin-top:6px; margin-left:5px; font-family:inherit; font-size:12px; padding:5px 10px; text-decoration:none; color:#FFF; text-transform:uppercase; }

/* SHARE LIGHTBOX */
.share-page         {float:right;cursor:pointer; margin-bottom:20px;}
.share-page i.fa    {font-size:18px;color:#ab0063;}
.share-page span    {display:inline-block; padding-left:10px; font-size:15px; position:relative; top:-2px; color:#ab0063;}

ul.social-list						{}
ul.social-list li					{display:inline-block; font-size: 0; margin: 0 5px;}
ul.social-list li a					{display:block; background-color: #fff; width: 70px; height: 70px; line-height: 70px; font-size: 28px; color: #00addd; transition:0.2s ease-out}
ul.social-list li a:hover			{color:#fff;}
ul.social-list li.facebook a:hover	{background-color:#3B5998 !important;}
ul.social-list li.twitter a:hover	{background-color:#1da1f2 !important;}
ul.social-list li.linkedIn a:hover	{background-color:#0077b5 !important;}
ul.social-list li.google a:hover	{background-color:#dd4b39 !important;}
ul.social-list li.email a:hover	    {background-color:#828282 !important;}

.share-toggle                       {cursor:pointer;}

.share-fade			{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(142, 142, 142, 0.95); z-index: 105; display: none;}
.share-popup		{position:fixed; left: 50%; margin-left: -181px; top: 50%; margin-top: -151px;  width: 363px; height: 303px; z-index: 110; background-color: #fff; border-left:none; text-align: center; display: none}
.share-header		{background-color:#af005f; padding: 27px;}
.share-header h1	{font-size:19px; color: #FFF; font-weight: bold; display: inline-block; position: relative;}

.share-popup ul.social-list			{margin-top:30px;}
.share-popup ul.social-list li a	{width:50px; height: 50px; line-height: 50px; color: #fff; background-color:#bfb9b2; font-size: 20px;}

a.share-close		{display: block; margin-top: 115px; color: #af005f; font-size: 15px; font-weight: bold; text-decoration: none;}


.mobile-featured-panel	{display:none;}

/* MENU 2020 */
.menu 								{ padding-top:60px; /*background-color: transparent*/}
.menu .col-row						{width:100%;}
.menu .col-container 				{font-size: 0; width:calc(100% + 12px); margin-left: -12px; padding-left: 160px; padding-right: 80px;}
.menu .panel 						{background-color: #ffffff}
.menu .panel p 						{margin:0; font-family: lexicon-ttw-no-2,"times new roman",serif; color:#A32B2C; line-height: 1.2em}
.menu .video-panel-play 			{width:34px; height: 34px}
.menu .video-panel-play:before 		{border-width: 8px 0 8px 14px; margin-left: -7px; margin-top: -8px;}
.menu .listing-text 				{padding:15px;}
.menu .panel:hover .listing-image 	{transform: scale(1.1);}
.menu .col-1 						{width:100%; padding:6px;}
.col-6				 				{width:16.667%; display: inline-block; vertical-align: top; padding:6px;}

.menu h4 		{font-size:21px; font-family: lexicon-ttw-no-2,"times new roman",serif; color:#A32B2C; position: relative; display: block; position: relative; font-weight: normal;}
.menu h4 span 	{display: inline-block; background-color: #F5F4F2; position: relative; z-index: 2; padding: 6px; padding-left: 0;}
.menu h4:before {display: block; position: absolute; left: 0; top:50%; content:''; border-top:1px solid #CCCCCC; width:100%; z-index: 0}

.nav-section	{background-color: #F5F4F2;}
.nav-section 									{padding:20px 0;}
.nav-section:nth-child(even) h4 span,
.nav-section:nth-child(even) 					{background-color: #ffffff;}
.nav-section:nth-child(even) .video-panel-play,
.nav-section:nth-child(even) .panel,
.nav-section:nth-child(even) .listing-text		{background-color: #F5F4F2;}

/* ARTICLE 2020 */
.article-header-container 					{background-color:transparent; background-size: cover; background-position: center; text-align: center; height: 375px; display: flex; align-items: center; position: relative; padding:0;}
.article-header-container:after				{position: absolute; top: 0; left: 0; width: 100%; height: 100%; content:''; background-image: linear-gradient(to top, rgba(0,0,0,0.1), rgba(0,0,0,0.2), rgba(0,0,0,0));}
.article-header-container h1				{font-size:50px; margin-bottom: 0.4em; max-width: 100%; padding-left: 20px; padding-right: 20px; margin-left: auto; margin-right: auto; line-height: 1.1em}
#content .article-header-container h2 		{font-size: 28px; font-weight: normal; font-size: 17px; margin-bottom: 1em;}
.article-header-container hr 				{display: block; margin:auto; width: 90px; border-top: 4px solid #ffffff}
.article-header-container .inner 			{position: relative; z-index: 2}

#content article p.intro {color:#000000;}

blockquote 			{background-color: #f8fbfb; color: #437071; padding:30px 60px; border-bottom: 1px solid #17c2bf; font-family: 'Source Sans Pro', sans-serif; font-size: 27px; border-left: none}
blockquote:before	{content: ''; background-image: url(/_assets/quote-marks.png); background-size: cover; width: 50px; height: 29px; display: block; top:35px; left: -20px}
.first-character 	{float: left; font-size: 78px; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 0px; color: #437071; font-family: 'Source Sans Pro', sans-serif;}

/* BLOCKQUOTE CHANGES */
blockquote 			{background-color: transparent; padding:0; border:none; color:#152d6a; border:none; padding-right: 50px;}
blockquote:before 	{transform: rotate(180deg); position: relative; left: auto; top: auto; display: block; margin-bottom: 15px; background-image: url(/_assets/quote-marks-navy.png);}

.related-articles 						{position: relative; padding-top: 65px}
.related-articles:before 				{width:90px; border-top:4px solid #152d6a; display: block; margin:auto; content: ''; position: relative; top: -65px; left: 45px}
.menu.related-articles-listing h3 		{font-size:26px; color:#a32b2c; padding: 0; margin-bottom: 1em; font-family: lexicon-ttw-no-2,"times new roman",serif;}

.menu.related-articles-listing 					{position: relative; top: auto; display: block; padding-top: 40px; background-color: #F5F4F2; z-index: 1; padding-left: 80px}
.menu.related-articles-listing .col-container 	{padding:0; width: calc(100% + 12px); margin-left: -6px;}
.menu.related-articles-listing h4 span 			{background-color:#F5F4F2;}
.menu.related-articles-listing h4:before 		{width:100%;}

.menu.related-articles-listing .flex-nav 		{width:100%;}

#content .menu.related-articles-listing				{overflow: unset; top: unset; padding-bottom: 130px;}
#content .menu.related-articles-listing .panel p 		{font-size:14px; line-height: 1.2em; margin-bottom: 0; color:#a32b2c }
#content .menu.related-articles-listing .col-3 			{width:33.333%; padding:6px;}

a.load-more 	{padding-left:6px; margin-top: 20px;}

.references 		{width:720px; max-width: 100%; margin-left: auto; margin-right: auto; font-size: 12px; padding-left: 10px;}
.references li a 	{color:#a32b2c;}
.references li 		{margin-bottom:6px; line-height: 1.2em}


/** CAROUSEL FIX **/

.chapter-listing-carousel 											{display: flex; flex-wrap: wrap;}
.chapter-listing-carousel .listing-panel  							{height: 100%; padding-bottom:20px;}
.chapter-listing-carousel .listing-panel .listing-text				{display: flex; flex-direction: column; justify-content: space-between;}
.chapter-listing-carousel .listing-panel .listing-text .panel-cta 	{position: absolute; bottom: 20px}

/*****************/


/* ANOTHER ARTICLE STYLE */

.article-header-container.article-header-container-full			{height: calc(100vh - 185px); display: flex; align-items: flex-end; justify-content: center; padding-bottom: 90px; position: relative}
.article-header-container.article-header-container-full .inner	{margin: 0;}
.article-header-container.article-header-container-full h1		{font-size: 50px;}
#content .article-header-container.article-header-container-full h2		{font-size: 20px; width: 482px; max-width: 100%; margin: auto; padding-bottom: 20px;}

.article-header-container.article-header-container-full:after	{position: absolute; top: auto; bottom: 0; left: 0; width: 100%; height: 50%; content:''; background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0)); z-index: 1}

#content article.article-style-2023 p.intro,

#content .article-style-2023	{position: relative;}	

.date-container.date-container-2023 p,
#content .article-style-2023 p			{font-size: 20px; color: #2E2E2E; width: 626px;}

.date-container.date-container-2023 p	{text-align: center; width: 560px;  max-width: 100%; padding-left: 30px; padding-right: 30px;}


#content .article-style-2023 span.first-character	{color: #804940; font-size: 70px; font-family: lexicon-ttw-no-2,"times new roman",serif;}
#content .article-style-2023 h2	{width: 626px; max-width: 100%; font-size: 30px; color: #804941}

.speaker-2023		{flex-direction: column; width: 620px; max-width: 100%; margin: 50px auto; position: relative;}
.speaker-2023 img	{position: absolute; width: 113px; left: -92px; top: -7px;}
.speaker-2023 blockquote		{padding: 0}
.speaker-2023 blockquote:before	{width: 93px; height: 67px; background-image: url(/_assets/Pictet_QuotationMarks.svg); transform: none; margin-bottom: 28px;}
#content .article-style-2023 .speaker-2023 p	{font-size: 24px; font-style: italic; color: #804941; line-height: 1.5em}
#content .article-style-2023 .speaker-2023 cite	{font-size: 15px; color: #2E2E2E; display: block; line-height: 1.3em; font-family: lexicon-ttw-no-2,"times new roman",serif; font-style: normal;}

.speaker-2023.version-2024 img	{width: 96px; left: -115px; top: 95px;}

.text-with-stat		{display: flex; position: relative; width: 1004px; padding: 0 20px; max-width: 100%; margin: auto; z-index: 2}
.text-with-stat img	{margin-right: 30px;}
.text-with-stat div	{width: calc(100% - 337px);}

.date-container-2023			{position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 80px auto 0px}
.date-container-2023 p.date		{color: #804941 !important; margin-top: 40px;}
.date-container-2023:before		{}

#content .article-style-2023 .lottie-container			{width: 1034px;}

.shape-container	{position: relative;}

#content .article-style-2023 p,
#content .article-style-2023 h2,
.shape-container p,
.shape-container h2	{position: relative; z-index: 2}

.left-shape-1	{position: absolute; left: 0; top: -150px; z-index: 0}
.top-shape-1	{position: absolute; right: 90px; top: 0; z-index: 0}
.right-shape-1	{position: absolute; right: 64px; top: 0; z-index: 0}
.left-shape-2	{position: absolute; left: 0; top: 0; z-index: 0}
.right-shape-2	{position: absolute; right: 0; top: -500px;; z-index: 0}
.left-shape-3	{position: absolute; left: 80px; top: 0; z-index: 0}

.shape-2023				{transition: 1.5s ease-out; opacity: 0; transform: translateY(-80px) scale(0.8);}
.shape-2023.active		{opacity: 1; transform: translateY(0) scale(1)}

.article-style-2023-overflow-hidden	{overflow: hidden;}


.circle.circle-1	{position: absolute; right: 92px; top: -95px; opacity: 0.28}
.circle.circle-2	{position: absolute; right: 171px; top: 235px; opacity: 0.1; width: 32px; height: 32px;}
.circle.circle-3	{position: absolute; right: 139px; top: 453px; opacity: 0.15; width: 64px; height: 64px;}
.circle.circle-4	{position: absolute; left: -150px; top: -150px; opacity: 0.28; width: 311px; height: 311px;}
.circle.circle-5	{position: absolute; right: -89px; bottom: -89px; opacity: 0.1; width: 178px; height: 178px;}
.circle.circle-6	{position: absolute; right: 36px; top: 149px; opacity: 0.1; width: 246px; height: 246px;}
.circle.circle-7	{position: absolute; right: 133px; top: 411px; opacity: 0.1; width: 123px; height: 123px;}
.circle.circle-8	{position: absolute; left: -180px; bottom: 100px; opacity: 0.28; width: 400px; height: 400px;}
.circle.circle-9	{position: absolute; left: -125px; top: -125px; opacity: 0.1; width: 250px; height: 250px;}
.circle.circle-10	{position: absolute; right: -129px; bottom: -129px; opacity: 0.28; width: 400px; height: 400px;}
.circle.circle-11	{position: absolute; left: -290px; bottom: 80px; opacity: 0.28; width: 400px; height: 400px;}
.circle.circle-12	{position: absolute; right: -300px; top: -300px; opacity: 0.28; width: 400px; height: 400px;}
.circle.circle-13	{position: absolute; left: -100px; top: 92px; opacity: 0.1; width: 246px; height: 246px;}
.circle.circle-14	{position: absolute; left: 10px; top: 415px; opacity: 0.1; width: 123px; height: 123px;}
.circle.circle-15	{position: absolute; right: -100px; top: 192px; opacity: 0.1; width: 246px; height: 246px;}
.circle.circle-16	{position: absolute; right: -10px; top: 515px; opacity: 0.1; width: 123px; height: 123px;}

.circle.circle-17,
.circle.circle-18,
.circle.circle-19,
.circle.circle-20	{position: absolute;}

.shape,
.circle			{transform: scale(0) translateY(40px); transition: 0.75s ease-out}

.shape.active,
.circle.active	{transform: scale(1) translateY(0);}


/* RISING GENERATION CAROUSEL */
.rg-carousel-section				{background-color: #F8F8F4; padding:40px 0 20px 0; position: relative; z-index: 5}
.rg-carousel-container				{width: 1160px;  text-align: center; margin: 60px auto; position: relative;}
#content .rg-carousel-section h2	{font-size: 45px; width: 100%; margin-top: 0; text-align: center; line-height: 1em}
.rg-carousel						{width: 928px; max-width: 100%; margin: auto;}
.rg-carousel .slide					{position: relative;}
.rg-carousel .slide:before			{width: 1px; height: 100%; position: absolute; left: 50%; background-color: #707070; content: '';}
.rg-carousel .slide:after			{width: 100%; height: 1px; position: absolute; left: 0; top: 50%; background-color: #707070; content: '';}
.rg-boxes							{display: flex; flex-wrap: wrap;}
.rg-box								{width: 50%;}
.rg-map-circle						{width: 137px; z-index: 2; height: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%)}
.rg-region							{background-color:#804941; z-index: 3 !important; font-size: 20px !important; color:#ffffff !important; padding: 0px 15px !important; text-align: center; width: auto !important; margin: 0 !important; position: absolute !important; top:50%; left: 50%; transform: translate(-50%, -50%); display: inline-block; color: #ffffff; font-size: 20px;}

.rg-carousel-container .slick-arrow	{font-size: 0; width: 66px; height: 66px; top:50%; transform: translateY(-50%); position: absolute; background-size: contain; background-color: transparent; z-index: 5; transition: 0.2s ease-out}
.rg-carousel-container .slick-arrow:hover 	{opacity: 0.5}
.rg-carousel-container .slick-next	{background-image:url(/_uploads/page-images/rg-slick-next.png); right: 0}
.rg-carousel-container .slick-prev	{background-image:url(/_uploads/page-images/rg-slick-prev.png); left: 0}
.rg-carousel-container .slick-dots	{position: absolute}

.rg-carousel-container .slick-dots					{display: flex; gap: 9px; position: absolute; bottom: -80px; margin: 0; width: 100%; justify-content: center; z-index: 10}
.rg-carousel-container .slick-dots li				{width: 12px; height: 12px; border-radius: 12px; border:1px solid #804941; font-size: 0}
.rg-carousel-container .slick-dots li button		{background-color: transparent;}
.rg-carousel-container .slick-dots li.slick-active 	{background-color:#804941}

.rg-source	{display: block; text-align: right; padding:0 40px 20px 20px; font-size: 16px !important; color:#000000 !important; width: 100% !important}

.slick-current .rg-box							{opacity: 0; animation:0.5s rbfade ease-out 0.5s forwards;}
.slick-current .rg-boxes .rg-box:nth-child(2)	{animation:0.5s rbfade ease-out 0.75s forwards;}
.slick-current .rg-boxes .rg-box:nth-child(3)	{animation:0.5s rbfade ease-out 1s forwards;}
.slick-current .rg-boxes .rg-box:nth-child(4)	{animation:0.5s rbfade ease-out 1.25s forwards;}

@keyframes rbfade {
	
	0%		{opacity: 0; transform: translateY(15px)}
	100%	{opacity: 1; transform: translateY(0px)}
	
}

/*** STYLES 2024 ***/

.article-style-ff .first-character           {color:#BC5A1D !important}
#content .article-header-container-ff h1     {font-size: 70px;}
#content .article-header-container.article-header-container-full.article-header-container-ff h2     {width: 640px; max-width: 100%;}
#content .article-header-container-ff hr     {border-top: 1px solid #ffffff; width: 218px; margin-bottom: 1.75em}
.article-header-container-ff .inner          {width: 1200px; max-width: 100%;}


#content .article-style-2023 .speaker-2023.speaker-ff p   {color: #804941; font-size: 25px;}
.speaker-2023.speaker-2023.speaker-ff blockquote:before   {background-image:url(/_assets/Pictet_QuotationMarks-ff.svg);}



/******************/




/* FAMILIES */

#content .col-3[data-section="Families"] .small-panel-top p.filter-tag,
.menu .col-4[data-section="Families"] .panel:hover p,
.menu .col-4[data-section="Families"] .small-panel-top p.filter-tag,
#content .col-2[data-section="Families"] .panel .panel-text a.btn,
#content .col-2[data-section="Families"] .panel p.filter-tag,
#content .col-2[data-section="Families"] p.filter-tag				{color:#0a2d6e;}


#content .col-2[data-section="Families"] .btn.arrow.red:after		{background-image:url(/_assets/icon-chevron-blue.png);}
#content .col-2[data-section="Families"] .panel-top:before			{background-image:url(/_assets/btn-watch-new-big-blue.png)}

#content .col-3[data-section="Families"] .panel .panel-text .line,
.menu .col-4[data-section="Families"] .panel .panel-text .line,
#content .col-2[data-section="Families"] .panel .panel-text .line	{background-color:rgba(10,45,110,.5)}

.menu .col-4[data-section="Families"] .panel:hover  .panel-text .line,
#content .col-3[data-section="Families"] .panel:hover .panel-text .line,
#content .col-2[data-section="Families"] .panel:hover .line			{background-color:rgba(10,45,110,1)} 				

#content .col-3[data-section="Families"] .panel.video .small-panel-top:before,
.menu .col-4[data-section="Families"] .panel.video .small-panel-top:before	{background-image:url(/_assets/btn-watch-new-smaller-blue.png);}




/***************************************

HIDING FILTERS - DELETE THESE WHEN
FILTERING IS READY TO GO LIVE

**************************************/

.menu .small-panel-top p.filter-tag,
#content .hero-container .filter-options,
#content .panel p.filter-tag, #content p.filter-tag	{display:none}

.menu .panel.video .small-panel-top:before, .related-articles .panel.video .small-panel-top:before	{background-position: 0 -85px;}
.menu .panel.video:hover .small-panel-top:before	{background-position: 74px -85px;}

.related-articles .panel.video:hover .small-panel-top:before {background-position: 74px -85px;}

.related-articles .panel.video:hover .small-panel-top:before {left: 21px;}

/* VERTICAL ALIGN LOGO HERO */
.hero-container .logo	{bottom:50px;}

/* JULY 2023 */
#content article p a	{color: #A32B2C}
.lottie-container		{width:960px; max-width: 100%; margin: 40px auto; position: relative}

.large-footer   {transform: translateY(-4px)}

@media (max-width: 800px) 
{
	
	.btn-watch-new	{height:350px !important;}
	.btn-watch-new img	{bottom:-50px !important;}

}

/**************************************/
/**************************************/

.speaker-container	{width: 720px;  max-width: 100%; margin: auto; position: relative}
.speaker			{width: 200px; float: left; margin:10px 40px 20px -60px; text-align: center}
.speaker p			{font-size: 14px !important; line-height: 1.3em !important; margin-top: 10px !important}

.speaker-container:before	{width: 80px; height: 80px; border-radius: 80px; position: absolute; left: -40px; top: -40px}

.speaker-2023.version-2024.flipped  img {left: auto; right: -115px;}


/* IE10+ SPECIFIC STYLES GO HERE. IE10+ NO LONGER SUPPORT CONDITIONAL STATEMENTS IN THE HEAD OF A FILE */ 
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  

}

@media (max-width: 1340px) 
{
	#content .border-container h2	{font-size:50px;}
	.panel-container.full-width .btn-watch {margin-top:20px;}
}


/* MOBILE STYLES */
@media (max-width: 1235px) 
{
	/** MENU **/
	
	.menu .col-row	{padding-left:56.5px; padding-right: 56.5px;}
	.panel .panel-text .border-text	{padding-right:0;}
	
	.panel-container.full-width .btn-watch 	{width:120px; margin-top: 20px;}
	
}

@media (max-width: 1180px) 
{
	#content .border-container h2	{font-size:40px;}
	.panel-container.full-width .btn-watch {margin-top:10px; width: 90px;}
	
	article	{padding-left: 0}
	
	/** LEFT NAV **/
	.left-panel			{top:0px; width: 100%; height: 80px; position: absolute; box-shadow: 0 2px 2px rgba(0,0,0,0.2)}
	.left-panel.fixed	{}
	.share-btn			{left:auto; right: 0; display: none}
	.menu-icon			{left:auto; right: 20px; top: 31px;}
	.arrow-icon			{left:auto; left: 20px; top: 34px;}
	
	.date-container-2023	{padding-left: 0}
	.left-shape-3			{left: 0}
	
}

@media (max-width: 1100px) 
{

	#content .border-container h2			{font-size:46px;}

	
	
}
	
@media (max-width: 1040px) 
{
	.inner	{padding:0 40px 0 120px;}
	.two-panels-container .col-container 	{padding: 0 11px 0 91px;}
	.hero-container .inner-content			{padding-left:203px;}
	.panel-container .inner-content			{padding-left:123px;}
	.border-container p						{width:90%;}
	
	.panel-container.full-width .btn-watch {width: 120px; margin-top: 30px; }
	
	#content .border-container h2 {padding-right: 5px; }
	

	
	footer .inner-content						{padding-left:203px;}
	.panel-container.full-width .inner-content	{padding-left:83px;}
	.panel-container.full-width					{padding-left: 120px; padding-right: 40px;}
	
	/** ARTICLE PAGE **/
	.inner-720	{padding:0}
	.blockquote-container		{padding-left:180px;}
	
	.video-overlay .play-container	{left:69px; margin-left: 0}
	
	.panel-container .inner-padding	{padding-left:80px; padding-right: 29px;}
	
	.footer-right	{padding-left:235px;}
	
	.panel-container.full-width .btn-watch 	{width:80px; margin-top: 5px;}
	
	#content .video-page p.date	{padding-right: 40px;}


}


@media (max-width: 960px) 
{
	.inner									{padding:0 20px 0 80px;}
	
	#content .video-page p.date	{padding-right: 20px;}
	
	#content .border-container h2			{font-size:45px;}
	
	.hero-container .inner-content			{padding-left:163px;}

	.two-panels-container .col-container	{padding: 0 0 0 51px;}
	.panel-container.full-width .inner-content	{padding-left: 83px;}
	.panel-container .inner-content 			{padding-left: 83px;}
	footer .inner-content						{padding-left:163px;}
	
	.panel-container.full-width {padding-left: 80px; padding-right: 30px;}
	
	/** ARTICLE PAGE **/
	.article-image-full-width,
	.article-image,
	.inner-720,			
	#content article p,			
	#content article p.intro	{padding:0 60px;}

	.blockquote-container	{padding-right:60px;}
	
	/** MENU **/
	.menu .col-row .col-4	{width:33.333%;}
	
	.footer-right					{width:100%; float: none; padding: 0 34px 0 160px; margin-top: 0px;}
	
	
	.related-articles .col-row	{width:625px;}
	
	#content .border-container h2	{margin-bottom:15px;}
	
	.speaker		{margin-left: 0; margin-top: 0; margin-bottom: 0}
    
    #content .article-header-container-ff h1 {font-size: 45px; line-height: 1.2em;}    
}

@media (max-width: 910px) 
{
	.pictet-sign-off {position: relative; bottom: auto !important; background-color: #fff;}
	#content .menu.related-articles-listing {padding-bottom: 40px}
	#content p.large-footer {text-align: center;}

}

@media (max-width: 870px) 
{
	#content .article-style-2023 .speaker-2023 cite	{padding: 0 30px;}
	
.speaker-2023.no-image blockquote:before	{left: 30px; margin-bottom: 20px;}	
}


@media (max-width: 860px) 
{
	.pc__client-title	{font-size: 16px;}
	
	.shape-2023		{display: none}

}

@media (max-width: 810px) 
{
	.speaker-2023 img	{left: 20px}
	.speaker-2023 blockquote:before	{left: 117px; margin-bottom: 65px;}
	
	.speaker-2023.no-image blockquote:before	{left: 30px; margin-bottom: 20px;}
	
}


@media (max-width: 800px)
{
		#content .video-page p.date	{padding-right: 35px;}


	.mobile-featured-panel	{display:block}
	.featured-panel			{display:none;}
	
	.inner	{padding-left:35px; padding-right: 35px;}
	
	
	.bg-vid-home	{height:100%; position: absolute; border: 0; left: -30%}
	
	.panel-container.full-width .inner-content	{padding-left:0; left: 34px;}
	
	/** HERO CONTAINER **/
	.hero-container						{min-height:620px;}
	.hero-container .inner-content		{left:69px; margin-left: 0; top: auto; margin-top: 0; bottom: 0;  width: auto; padding-left: 0}
	#content h1							{font-size:36px; display: block; line-height: 1.3em;}
	#content .hero-container .border-container h1		{font-size:48px;}
	.hero-container .border-container	{min-height:unset; padding-bottom: 80px;}
	#content .hero-container .border-container p	{margin-bottom:30px;}
	#content .hero-container .border-container .filter-options p	{margin-bottom: 0}
	.bg-vid-home	{top:0}
	
	/** TWO PANELS **/
	#panel1										{padding-top:80px;}
	.two-panels-container						{padding-top:0; padding-bottom: 0}
	.two-panels-container .col-container		{padding-left:6px; padding-right: 6px;}
	.two-panels-container .col-container .col-2	{width:100%;}
  	
	.panel-container .inner-content		{width: calc(100% - 15%); left: 69px; margin-left: 0; padding-left: 0;}
	.panel-container .inner-content p	{width:auto;}
	
	
	/** PANELS **/
	.border-container						{padding-left:22px}
	.panel-video-container					{margin-top:0; padding-top: 40px}
	.panel-container						{padding-bottom:0}
	.panel-image-header-text				{left:34px; padding-right: 20px;}
	#content .panel-image-header-text h2	{font-size:24px;}
	.panel .panel-text						{margin-left:34px;}
	.two-panels-container					{padding-bottom:0}
	#content .panel-container h2			{font-size:24px; margin-bottom: 15px;}
	#content .panel-container h2 br			{display:none;}
	#content .panel-container p				{font-size:14px;}
	.panel .panel-text .border-text			{padding-right:0}
	#content .panel-container .border-container p		{/*display:none;*/}
	#content .panel-container .border-container p.tag	{display:block; margin-bottom:48px;}
	.panel-container .inner-content a.btn				{padding-left: 24px; margin-top: 0;}
	.panel-container.full-width				{padding-left:35px; padding-right: 35px; /*margin-top: 125px;*/ margin-top: 6px;}
	.panel-image	{z-index:2}
	
	#content .panel-container.featured-article	{display:none;}
	
	/* 2019 FEATURE PANEL */
	#content .panel-container.full-width	{padding-bottom:20px;}
	#content .panel-container.full-width p.tag {margin-bottom:15px;}
	#content .panel-container.full-width .panel-text	{display:none;}
	.panel-video-container .panel-container-image	{height:350px;}
	.btn-watch-new	{left:34px; height:389px;}
	.btn-watch-new	{}
	
	
	/** VIDEO PANEL **/
	.panel-video-container					{/*margin-bottom:80px;*/}
	.panel-container.full-width .btn-watch	{margin-top:10px; margin-left: 26px;}
	.btn-watch img							{width:73px; height: auto;}
	
	
	/** ARTICLE **/
	.inner-720					{padding-left:30px; padding-right: 30px;}
	article						{padding:50px 0}
	.article-header-container	{padding:120px 0 50px 0}
	.article-image-full-width,
	.article-image,
	#content article p.intro,
	#content article p			{padding-left:30px; padding-right: 30px;}
	#content article p.intro	{margin-bottom:60px;}
	.inner.article-image		{padding:0 30px; margin-bottom: 60px;}
	.article-image-full-width	{margin:60px 0}
	blockquote					{font-size:28px; margin: 60px 0;}
	.blockquote-container		{padding-left:69px;}
	
	blockquote br				{display:none;}
	.article-image				{padding-left:30px; padding-right: 30px;}
	.related-articles			{display:none;}
	
	/** MENU **/
	.menu .col-row .col-4	{width:50%;}
	.menu .col-1			{padding-bottom:30px;}
	.menu.fixed				{top: 0px}
	
	/** FOOTER **/
	footer.footer					{/*padding-top:50px;*/}
	footer .inner-content			{width:auto; padding-left: 0}
	#content footer.footer p.tag	{width:auto}
	footer .border-container		{margin-left:69px;}
	.sign-off-text					{margin-top:20px;}
	.footer-right					{padding:0 34px 0 94px;}

	.panel-container-image	{padding-top:66%}

	.hero-container .logo 				{top: 120px; left: 92px; z-index: 1}
	
	#content .hero-container .filter-options	{margin-top:0; position: absolute; bottom: 0;}	
	#content .hero-container .filter-options p	{width:auto;}


	.hero-container .btn {top: auto; bottom: auto;}
	.menu .col-row	{height:90vh; overflow-y: auto}
	
	.panel.video .panel-image:before	{left:35px}
	
	.panel-top:before,
	.panel-top-non-vid:before	{left:35px; background-image: none; width: 2px; background-color: rgba(163,43,44,0.5); content: ''; position: absolute; top: 0; height: 100%; z-index: 10;}
	#content p.filter-tag		{margin-left:29px;}

	.panel:hover .panel-top:before,
	.panel:hover .panel-top-non-vid:before	{width:4px; background-color: rgba(163,43,44,1);}

	#content .panel-container.full-width,
	#content .panel-container.full-width, #content .two-panels-container	{padding-bottom:0;}

	#content .panel-container.full-width,
	.two-panels-container .col-container .col-2	{padding-bottom:60px;}
	
	#content .panel p.filter-tag, #content p.filter-tag	{margin-left:29px;}

	





	.speaker-2023 img	{left: 0}
	.speaker-2023 blockquote:before	{left: 85px;}
	#content .article-style-2023 .speaker-2023 cite	{padding: 0}
	
	.speaker-2023.no-image blockquote:before	{left: 0px;}
	
	.article-header-container.article-header-container-full	{height: 600px; padding-bottom: 40px;}
	
    #content .article-header-container-ff h1 {font-size: 36px; line-height: 1.2em;}    
    .article-header-container.article-header-container-full.article-header-container-ff .inner  {padding: 0}
    
}

@media (max-width: 768px) 
{
	.text-with-stat	{flex-direction: column; padding: 0; width: 620px; margin-top: 40px;}
	.text-with-stat img	{margin: 0; width: 300px; max-width: 100%;}
	.text-with-stat div	{width: 100%}
	
    
	.circle-layout .circle.circle-1,
	.circle-layout .circle.circle-2,
	.circle-layout .circle.circle-3,
	.circle-layout .circle.circle-6,
	.circle-layout .circle.circle-7		{display: none}
	
	.circle-layout .circle	{opacity: 0.1 !important}
    
    .inner.video-container  {padding-left: 0; padding-right: 0; width: calc(100% + 60px); max-width: calc(100% + 60px); margin-left: -30px}
    .embed-container video, .embed-container iframe    {width: 100% !important; margin: auto !important}
}

@media (max-width: 740px) 
{
	/*.menu							{top:49px;}*/
	#content .border-container p	{width:100%;}


}

@media (max-width: 600px) 
{
	
	.hero-container .btn.arrow			{color:rgba(255,255,255,1)}
	/*.hero-container .btn.arrow:after	{background-image:url(/_assets/icon-chevron-red.png);}*/
	.hero-container .btn 				{bottom: 2%;}

	.share-container-inner			{width:calc(100% - 56.5px); margin-left: 0; left: 56.5px;}
	.video-overlay .play-container	{margin-top:-40px; left: 35px}
	.video-overlay .play			{width:80px; height: 80px; background-size: 160px 80px;}
	.video-overlay:hover .play 		{background-position: -80px 0;}
	.video-container				{margin-bottom:50px; padding-left:0; padding-right: 0;}
	
	#content .hero-container p		{font-size:14px; padding-right: 20px;}	
	
	
	.line.mobile-line		{height:150%;}
	
	.panel-image	{height:240px;}
	
	#content .panel-container .border-container p	{display:none}

	#content .video-page p.date	{padding-right: 0px; margin-bottom: 20px}

	.speaker	{width: 180px; margin-right: 20px;}
	.speaker p	{font-size: 12px !important}
}

@media (max-width: 414px) 
{
    /* IPHONE 6+, GOOGLE NEXUS 5X & GOOGLE NEXUS 6P */
	
	/* HERO CONTAINER */
	.hero-container		{height:550px; min-height:550px;}

	
	/** MENU **/
	.menu .col-row .col-4	{width:50%;}
	.menu .col-row 			{padding-left: 10px; padding-right: 10px;}
	
	/** SHARER **/
	.share-container-inner .share-content	{padding-left:70px;}
	.share-container-inner	{height: 320px; margin-top: -160px;}   
	.share-container-inner .share-content ul li	{margin-right:20px;}
	
	#content p.large-footer	{font-size:12px;}
	
	.panel.video .panel-image:before	{display:none;}
	.panel-container.full-width .btn-watch {display:none;}
	
	.menu .small-panel-top p.filter-tag,
	#content .small-panel-top p.filter-tag	{font-size:12px; padding-left: 30px;}


	.bg-vid-home	{left: -50%}



	
	
}


@media (max-height: 800px) and (max-width:1600px)
{

	/* Shallow screen, such as MacBook */
	
	.inner-content {width: 900px;}
	.border-container p {width: 90%;}		
	.hero-container .inner-content    {margin-top: -180px;}
	#content .border-container h1 {line-height: 0.9em!important;}
			
		
	#content .hero-container h1			{margin-bottom:15px;}
	#content .hero-container p			{font-size:18px;}	
	.menu-icon							{right:94px}
	.arrow-icon					{right:124px;}		
}

@media (max-height: 790px) and (max-width: 1000px)
{
	
}



@media  (max-width:376px) and (max-height: 813px){

	/* IPHONE X */
	/** MENU **/
	
	.hero-container .inner-content {top: auto;}
	.hpcopy p {margin-bottom: 120px;}
	
	.panel-container.full-width .btn-watch {width: 60px;}
	#content .panel-container h2	{font-size:18px;}
	
}



@media (max-width: 350px) 
{
    /* IPHONE 5 */
	
	.hero-container .logo 					{right: 34%; }
	footer.footer .border-container.narrow	{width:205px;}
	#content .hero-container .border-container h1	{font-size:38px;}
	.panel-container.full-width .btn-watch {display: none;}

	
	
}

@media (max-width:320px) {
		
	.menu-icon	{top:50px;}
	.arrow-icon	{top:52px;}		
	
	#content .hero-container p	{width:100%;}
	#content .hero-container .filter-options p span	{margin-left:5px;}
}



@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

	  .hero-container		{height:calc(100vh - 190px);}
	  .hpcopy p				{margin-bottom:0}
	  .hero-container .btn	{bottom:30px;}
	  
	  
	  
}	


@media (max-width: 490px) 
  and (max-height: 2000px) 
  { 

	  #content .panel-container .border-container p	{display:none;}
	  .panel-video-container .panel {display: block;}
}



@media (max-width: 420px) 
  and (max-height: 2000px) 
  { 

	  #content .hero-container p		{font-size:14px !important; padding-right: 10px;}
	  .hero-container .btn				{bottom:12px;}
	  #content .panel-container .border-container p	{display:none;}
	  .panel-video-container .panel {display: block;}
	  .arrow-icon 						{top: 51px;}
}



@media (max-width: 400px) 
{
	#content .hero-container p	{font-size:12px !important;}
	#content .hero-container .filter-options p span	{margin-left:8px;}
}


@media (max-width: 320px) 
{
	#content .hero-container p,
	#content .hero-container .filter-options p span	{font-size:10px !important;}
}




#pmLink     {visibility: hidden}




	

.rb-mb,
.lottie-mb,
.chapter-nav-mb,
.mobile-logo	{display:none;}

.rb-mb	{display: none !important}

@media (max-width: 1260px)
{
	.rg-carousel-container	{width: 1060px}
	
}

@media (max-width: 1255px)
{
	#dom_overlay_container,
	#animation_container 			{width:100% !important; height: auto !important;}
	#animation_container canvas 	{width:100% !important; height: auto !important; position: relative !important;}

}

@media (max-width: 1180px)
{
	.select-container	{top: 28px; right: 70px; left: auto; position: absolute;}
	.select-dropdown	{right: 0; }
}

@media (max-width: 1140px)
{
	/* MENU */
	.menu .col-container 	{padding-left:80px;}
	.menu .listing-text 	{padding:8px;}
}

@media (max-width: 1080px) {

	.rg-carousel-container	{width: calc(100% - 40px)}

}
	
@media (max-width: 1040px) {
	.blockquote-container {padding-right: 0; padding-left: 0px; width: 720px; max-width: 100%; margin-left: auto; margin-right: auto;}
	
	.chapter-nav .inner	{padding-left: 160px;}
	
}

@media (max-width: 1000px)
{
	.menu .col-6	{width:25%;}

}

@media (max-width: 960px) {

	.article-image-full-width,
	.article-image,
	.inner-720,
	#content article p,
	#content article p.intro {padding: 0}
	
	.rg-source	{padding-right: 30px !important}
	
}

@media (max-width: 910px)
{
	footer.footer 		{text-align:center;}
	.footer-top 		{flex-direction: column;}
	.footer-logo 		{flex-direction: column; align-items:center;}
	.footer-logo img 	{margin-bottom:10px;}
	.footer-social 		{align-self: center; margin-top: 15px}
	.footer-logo p a 	{margin-left:0;}

	.chapter-nav ul li 	{width:128px;}

	.blockquote-image blockquote {padding-right:0;}

}

@media (max-width: 870px)
{
	#content .article-header-container h2,
	.references,
	#content article p.intro,
	#content article h2,
	.blockquote-container,
	#content article p 	{padding-left: 30px; padding-right: 30px}

	.menu.related-articles-listing {padding-left: 110px; padding-right: 30px}
	
	#content .article-style-2023 .speaker-2023.version-2024 cite	{display: flex; justify-content: space-between; align-items: center}
	#content .article-style-2023 .speaker-2023.version-2024 img		{width: 74px; position: relative; margin-left: 20px; left: auto; top: auto}
	#content .speaker-2023 blockquote:before	{left: 30px;}
}

@media (max-width: 810px)
{
	#content .article-style-2023 .speaker-2023 blockquote:before {margin-bottom: 25px;}
}
	
@media (max-width: 800px)
{
	article 				{padding-bottom: 0}
	.related-articles 		{display:block;}


	/* HERO CONTAINER */
	.hero-text 				{width:100%; padding:30px;}
	.hero-container .logo 	{display: none}
	.hero-container 		{padding-left:0; align-items: flex-end;}
	.video-mask 			{overflow: hidden; height: 100%; width: 100%; position: absolute;}
	.mobile-logo			{display:block; margin-bottom: 1em;}
	.hpcopy p 				{margin-bottom: 20px}
	.left-panel 			{background-color:#ffffff;}

	/* LISTING */
	.chapter-listing-inner 					{padding-left:30px; padding-right: 30px}
	#content .chapter-listing-container h2 	{font-size:30px; padding-left: 30px;}
	.chapter-nav 							{padding-left:30px;}

	/* PANELS */
	.chapter-listing-container .col-container 			{width: calc(100% + 20px); margin-left: -10px;}
	.chapter-listing-container .col-container .col-2 	{padding: 10px;}
	.video-panel-play 			{width:50px; height: 50px;}
	.video-panel-play:before 	{border-width: 10px 0 10px 16px; margin-left: -5px; margin-top: -8px;}

	.share-btn 			{width:60px; background-color: transparent;}
	.share-btn:after 	{background-image:url(/_assets/icon-share-red.png);}
	.menu-icon 			{background-image:url(/_assets/icon-menu-red.png);}

	/* MENU */
	.menu .col-container 	{padding-left:15px; padding-right: 15px; width: 100%; margin-left: 0}
	.menu .col-1 			{padding-bottom:10px;}

	/* FOOTER */
	footer.footer 	{padding:30px;}

	/* ARTICLE */
	.references,
	#content article p.intro,
	#content article h2,
	.blockquote-container,
	#content article p 	{padding-left: 0px; padding-right: 0}

	article {padding-left:30px; padding-right: 30px;}

	.pictet-sign-off,
	.menu.related-articles-listing {padding-left:30px; padding-right: 30px}

	iframe {width:calc(100% + 40px) !important; margin-left: -20px !important;}

	.arrow-icon {background-image:url(/_assets/icon-arrow-left-red.png);}
	
	.related-articles:before	{left:auto}
	
	.chapter-nav		{top:62px; padding-left: 0}
	.chapter-nav .inner	{padding: 0px; width: 100%;}
	.chapter-nav ul li	{width: 100% !important;}
	.select-dropdown	{box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
	
	.select {background-image: url(/_assets/icon-topic-red.svg) !important;}
	
	#articleListing		{margin-top: 0}
	
	.hero-container	{background-position: right 35% center !important;}
	
	/* RG CAROUSEL */
	.rg-carousel-section	{width: calc(100% + 60px); margin-left: -30px; margin-bottom: 60px; position: relative;}
	.rg-source				{font-size: 14px !important; font-size: 14px !important; position: absolute; right: 0px; bottom: -30px; z-index: 5;}
	
	
	#content .article-style-2023 .speaker-2023 blockquote:before {left: 0}

	
}

@media (max-width: 767px)
{ 
	.left-panel.fixed	{position: absolute; top: 0}
	.menu-icon.fixed	{top:31px; position: absolute}
	
	.rg-carousel-container .slick-arrow	{width: 45px; height: 45px;}

	
	
}

@media (max-width: 670px)
{ 
	.chapter-nav-mb		 	{display:block; position: absolute; width:100%; top: 80px; padding:0 !important; z-index: 5; transition: 0.2s ease-out}
	.chapter-nav-mb.fixed 	{opacity: 0; visibility: hidden;}
	.chapter-nav ul li 		{width:auto;}
	.chapter-nav-mb .slick-arrow 			{position: absolute; top:0; font-size: 0; width:20px; height: 100%; background-color: #932425; z-index: 10; background-image: url(/_assets/btn-right.png); background-size: cover}
	.chapter-nav-mb .slick-arrow.slick-next {right:0;}
	.chapter-nav-mb .slick-arrow.slick-prev {left:0; transform: rotate(180deg);}

	/* MENU */
	.menu .col-6	{width:33.333%;}
	
	.lottie-mb	{display: block}
	.lottie-dk	{display: none}

	.hero-container 	{background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));}
	
	/* RG CAROUSEL */
	#content .rg-carousel-section h2			{padding: 0 30px; font-size: 30px; text-align: left; line-height: 1.1em}
	#content .article-style-2023 p.rg-source	{margin-bottom: 0; bottom: -55px}
	.rg-map-circle								{display: none !important}
	
	.rb-mb	{display: block !important;}
	.rb-dk	{display: none !important;}
	
	.rg-carousel-container	{margin: 40px auto 30px;}
	.rg-carousel-container .slick-dots	{bottom: -50px}
}

@media (max-width: 500px)
{
	#content .hero-container h1 {font-size:8vw;}
	
	/* HERO CONTAINER */
	#content .hero-container .btn.arrow:before 	{display:none;}
	#content .hero-container .btn.arrow span 	{margin-left:0;}

	/* LISTING */
	#content .chapter-listing-container h2 	{margin-bottom: 10px;}

	/* PANELS */
	.listing-image-outer 		{display: inline-block; width: 120px; flex-shrink: 0;}
	.listing-image 				{padding-top:60%;}
	.listing-panel 				{padding:15px;}
	.panel-image-header 		{display:flex; align-items: center;}
	.listing-panel h3 			{padding:0; margin-bottom: 0; margin-left: 15px}
	.listing-text 				{padding:15px 0;}
	.panel-cta 					{font-size:14px;}
	.video-panel-play 			{width: 40px; height: 40px;}
	.video-panel-play:before	{border-width: 8px 0 8px 13px; margin-left: -6px; margin-top: -7px;}

	/* MOBILE LISTING STYLES */
	.chapter-listing-carousel-container .slick-arrow 				{position: absolute; bottom: 0; left: 10px; width: 14px; height: 25px; background-image: url(/_assets/slick-arrow-right.png); background-size: cover; background-color: transparent; z-index: 3}
	.chapter-listing-carousel-container .slick-arrow.slick-prev 	{transform: rotate(180deg);}
	.chapter-listing-carousel-container .slick-arrow.slick-next 	{left:auto; right: 10px;}
	.chapter-listing-carousel-container .slide 						{margin-bottom: 20px;}

	/* MOBILE LISTING */
	.home-main 									{padding-bottom: 0}
	.custom_paging 								{font-size:16px;}
	ul.custom_paging 							{width:100%; text-align: center; font-family: lexicon-ttw-no-2,"times new roman",serif; margin: 0}
	ul.custom_paging li 						{display: none; color: #A32B2C} 
	ul.custom_paging li.slick-active 			{display: block;}
	#content .chapter-listing-container h2 		{font-size:20px;}
	.listing-panel h3 							{font-size: 18px;}

	.chapter-listing-carousel-container 							{padding-bottom: 30px;}
	.chapter-listing-container:nth-child(even), 					
	.chapter-listing-container:nth-child(even)  h2 span 			{background-color:#ffffff;}
	.chapter-listing-container:nth-child(even) .video-panel-play,
	.chapter-listing-container:nth-child(even) .listing-panel		{background-color: #F5F4F2;}

	/* MENU */
	.menu .listing-image-outer	{width:100%;}

	/* ARTICLE */
	blockquote 	{font-size: 20px; padding-left: 0; padding-right: 0; margin:30px 0;}

	/* FOOTER */
	footer.footer 	{padding:30px 20px;}	

	/** CAROUSEL FIXES **/
	.chapter-listing-carousel 						{display: block}
	.chapter-listing-carousel .slick-track			{display: flex; align-items: stretch}
	.chapter-listing-carousel .slick-track .col-2 	{height:auto;}


	.blockquote-container.blockquote-image img 			{width:90px; height: auto;}
	.blockquote-container.blockquote-image blockquote 	{font-size:18px;}
	.blockquote-image blockquote .citation,
	.blockquote-image blockquote .citation cite,
	.blockquote-image blockquote .citation span 	{display: block;}
	.blockquote-image blockquote .citation cite 	{font-size:15px;}

	#content article p.intro 	{margin-bottom: 30px}
	
	.select-container .select p		{font-size: 18px !important; padding-top: 10px; padding-left: 30px;}
	.select-container .select span	{width: 40px; height: 40px;}
	.select-container .select span 	{background-size: 20px auto;}
	.select-dropdown li a			{font-size: 13px;}

}

@media (max-width: 440px)
{
}

@media (max-width: 414px)
{
	#content h1 {font-size: 32px}
	#content .article-header-container h2 {font-size:22px;}

	/* HERO CONTAINER */
	.hero-text 				{padding:30px 20px;}
	.hero-container 		{min-height: 500px;}

	/* LISTING */
	.chapter-listing-inner 			{padding-left:20px; padding-right: 20px}
	#content .chapter-listing-container h2 	{padding-left: 20px;}
	
	/* MENU */
	.menu .col-container 	{padding-left: 20px; padding-right: 20px}
	.menu .panel p 			{font-size:12px;}
	.menu .col-6 			{width: 50%;}

	#content .menu.related-articles-listing .col-3 	{width:50%;}
	
	
	.left-panel	{height: 62px;}
	.share-btn	{width:28px; height: 28px; top:15px; right: 15px; display: none}
	.menu-icon	{top:21px !important; right: 15px;}
	.chapter-nav-mb	{top:62px;}
	
	.select-container .select p	{padding-left: 20px;}
	
	.pc__client-title	{text-align: center}
	
	.select-container	{top:18px}

}

@media (max-width: 400px)
{
	.chapter-nav ul li a 	{font-size:12px;}
}

@media (max-width: 374px)
{
	/* PANELS */
	.listing-panel h3 	{font-size:18px;}
	.listing-text p 	{font-size:14px;}

}
* {
  box-sizing: border-box;
}

/* Hide any enhanced experience content when in core mode, and vice versa. */
.core .o--if-js,
.enhanced .o--if-no-js { display: none !important; }

body, html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFF1E0;
}

.o-header__drawer,
.o-header {
  font-family: MetricWeb,sans-serif;
  font-size: 18px;
}

.o-header__top-logo {
  margin-top: 10px;
  margin-bottom: 10px;
}

.o-footer {
  font-family: MetricWeb,sans-serif;
  /* font-size: 12px; */
	padding-top: 0;
	padding-bottom: 0;
}

.disclaimer__box {
  position: absolute;
  top: 0;
  display: block;
  padding: 10px;
  background-color: white;
  font-family: MetricWeb, sans-serif;
  font-size: 13px;
  border: 1px solid #DADADA;
  cursor: pointer;
  z-index: 98;
}

.disclaimer__box.sticky {
  position: fixed;
  top: 0;
}


.disclaimer.disclaimer--fixed {
  position: fixed;
  top: 10px;
}

.disclaimer__paid-post {
  background-color: #008040;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  padding: 0.2em 0.6em;
  vertical-align: -1px;
}

.disclaimer__sponsor {
  font-weight: 600;
}

.disclaimer__info {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding: 0 6px;
  border: 2px solid #CCC;
  border-radius: 20px;
  color: #CCC;
  font-size: 13px;
  text-decoration: none;
  line-height: 14px;
}

#paid-post-tooltip {
	min-width: 200px !important;
}

.disclaimer .o-tooltip-content {
  font-family: MetricWeb, sans-serif;
  margin: 0px;
  padding: 10px;
  hyphens: none;
}

.disclaimer .o-tooltip-content p {
  font-size: 16px;
  line-height: 1.4em;
}

.o-tooltip--arrow-above.sticky {
  position: fixed;
  top: 52px !important;
}

.o-tooltip--arrow-left.sticky {
  position: fixed;
  top: 4px !important;
}
